/* Order Mockup */
.detail-section {
    margin-top: 1rem;
}

    .detail-section img {
        max-width: 100%;
        max-height: 400px;
    }
/* End Order Mockup */

/* Form */


.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.shadeban.card .form-select.form-select-solid, .shadeban.card .form-control.form-control-solid {
    background-color: #f5f5f5;
    border: 1px solid #c5bfc9;
    font-size: 11px;
}

.dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid.active, .form-control.form-control-solid.focus, .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control.form-control-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid.active, .form-control.form-control-solid.focus, .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

.form-control-solid {
    box-shadow: none !important;
    border: 1px solid #e4e6ef !important;
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3;
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    display: flex !important;
    align-items: center !important;
    padding: 0.75rem 1rem !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #181c32 !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: #f5f8fa !important;
    border: 1px solid #e4e6ef !important;
}

label.requierd::after {
    content: "*";
    color: red;
    position: relative;
    bottom: 6px;
    right: 6px;
}

.choose-option-box {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

    .choose-option-box .choose-option-item {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 18px 8px 18px;
        font-size: 0.875rem;
        border-radius: 6px;
        border: 1px solid #e4e6ef;
        background-color: #f4f5f9;
        transition: all 0.3s ease-in-out;
    }

        .choose-option-box .choose-option-item.active {
            border: 1px solid #673090;
            background: #b9aec1;
        }

        .choose-option-box .choose-option-item input[type="radio"] {
            display: none;
        }

        .choose-option-box .choose-option-item label {
            cursor: pointer;
        }

.select-option-box {
    gap: 16px;
}

    .select-option-box input[type="checkbox"] {
        position: relative;
        bottom: 4px;
    }

    .select-option-box .select-option-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

        .select-option-box .select-option-item:not(:last-child) {
            margin-bottom: 16px;
        }

        .select-option-box .select-option-item .select-option-item-ck {
            height: fit-content;
            transition: color 0.3s ease-in-out;
        }

            .select-option-box .select-option-item .select-option-item-ck, .select-option-box .select-option-item .select-option-item-ck label {
                font-size: 0.875rem;
                cursor: pointer;
            }

                .select-option-box .select-option-item .select-option-item-ck.active, .select-option-box .select-option-item .select-option-item-ck:hover {
                    color: #c0202e;
                }

        .select-option-box .select-option-item .count-item {
            display: none;
        }

            .select-option-box .select-option-item .count-item.active {
                display: flex;
            }

            .select-option-box .select-option-item .count-item > * {
                width: 2rem;
                height: 2rem;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f4f5f9;
                border: 1px solid #e4e6ef;
                transition: background-color 0.3s ease-in-out;
            }

            .select-option-box .select-option-item .count-item button:hover {
                background-color: #e4e6ef;
            }
/* End Form */

@media (min-width: 768px) {
    .detail-section {
        border-right: 1px dashed #e4e6ef;
        padding-right: 1rem;
        margin-top: 0;
    }
}
