.bnmbti-demo-page img {
    max-width: 100%;
    height: auto;
}

.bnmbti-before-import-section {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.bnmbti-selected-demo,
.bnmbti-option-form {
    width: calc(50% - 40px);
    box-sizing: border-box;
}

.bnmbti-demo-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.bnmbti-view-demo-card {
    width: calc( 33.33% - 33.33px );
    border: 1px solid #dddddd;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.bnmbti-pro-label {
    position: absolute;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #ffc107;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    top: 0;
    right: 0;
}

.bnmbti-demo-action .bnmbti-demo-preview-btn {
    margin-right: 4px;
}

.bnmbti-demo-details {
    border-top: 1px solid #dddddd;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnmbti-demo-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.bnmbti-demo-action {
    display: none;
    text-align: center;
}

.bnmbti-view-demo-card:hover .bnmbti-demo-action {
    display: block;
}

.bnmbti-view-demo-card:hover .bnmbti-demo-name {
    display: none;
}

.bnmbti-import-demo-data {

}

.bnmbti-button-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

.bnmbti-field-description {
    display: block;
    margin: 10px 0 30px;
}

.bnmbti-label {
    font-size: 20px;
}

.bnmbti-go-back {
    text-align: center;
    margin: 40px 0;
    width: 100%;
}

.bnmbti-selected-demo {
    border: 1px solid #dddddd;
}

.bnmbti-importing, .bnmbti-imported {
    display: none;
    text-align: center;
}

.bnmbti-notices-wrapper {
    display: none;
}

.bnmbti-imported-footer {
    padding: 40px 0;
}

.bnmbti-imported-footer .button:first-child {
    margin-right: 10px;
}


.bnmbti-importing-content, .bnmbti-imported-content {
    margin: 0 20px;
}

.bnmbti-importing-content .bnmbti-importing-content-importing, .bnmbti-imported-content-importing {
    width: 415px;
    height: 228px;
    margin: 50px 0 20px 0;
}

.bnmbti-importing-content-imported, .bnmbti-imported-content-imported {
    margin: 80px 0 50px 0;
}

.bnmbti-importing-content-imported--success, .bnmbti-imported-content-imported--success {
    width: 156px;
    height: 124px;
}

.bnmbti-importing-content-imported--error, .bnmbti-importing-content-imported--warning, .bnmbti-imported-content-imported--error, .bnmbti-imported-content-imported--warning {
    width: 124px;
    height: 124px;
}

.bnmbti-demo-img img {
    width: 100%;
    height: auto;
}