body{
    font-family: 'Roboto', sans-serif;
}

.noto_sans {
    font-family: 'Noto Sans', sans-serif !important;
}

#kt_app_header{
    background-color: rgba(117, 15, 109, 1);
    z-index: 999;
}

#kt_app_header .logo{
    margin: auto 0;
}

.student_first_form {
    text-align: center;
}

.reminder_title {
    font-size: 30px;
    font-weight: 600;
}

.student_first_footer{
    margin: auto;
}

.back-button {
    margin-right: 80px;
}

.student_first_popup {
    /*margin-top: 300px;*/
    top: 30%;
}

.step_header {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    justify-content: center
}
.step .num{
    background-color: rgba(242, 228, 241, 1);
    padding: 12px 21px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 18px;
    font-color: rgba(117, 15, 109, 1);
    color: rgba(117, 15, 109, 1);
    margin: 0 13px;
}

.step .title{
    margin-top: 8px;
    font-size: 14px;
    color:#717171;
    font-weight: 700;
}

.step.active .title{
    color:#252525 !important;
}

.step.active .num{
    background-color: rgba(117, 15, 109, 1) !important;
    color:#F2E4F1 !important;
}

.line{
    margin-top: 25px;
}

.line img {
    max-width: 100%;
}

.step_header .title {
    text-align: center;
}

.form-check-custom.form-check-solid .form-check-input{
    background-color: rgba(117, 15, 109, 1) !important;
}

.sticky-col {
    position: -webkit-sticky !important;
    position: sticky !important;
    background-color: white !important;
}
div.dataTables_wrapper .table-responsive {
    overflow-x: scroll !important;
}
.first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
    z-index: 995;
}

.first-checkbox-col {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    left: 0px;
    z-index: 995;
}

.second-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 20px;
    z-index: 995;
}

.select-info{
    display:none;
}

th {
    width: max-content !important;
}
#match_instructor table.dataTable{
    width: 5000px !important;
    background-color: #ffffff;
}

#agency_request table.dataTable{
    width: 100% !important;
    background-color: #ffffff;
}

table.dataTable{
    width: 2500px !important;
    background-color: #ffffff;
}

#match_agency table.dataTable{
    width: 1500px !important;
    background-color: #ffffff;
}

table.dataTable.match_table{
    width: 100% !important;
    background-color: #ffffff;
}


th {
    text-align: center !important;
}

.filter_menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    height: 100vh;
    padding: 0;
    z-index: 999;
    background-color: rgba(26, 25, 25, 0.5);
    pointer-events: all;
}
.filter_menu.active{
    display: block !important;
}

.filter_main {
    height: 100%;
    background-color: #fff;
    padding: 0 21px;
    overflow: scroll;
    ext-transform : capitalize !important;
}

.filter_title {
    font-size: 20px;
    font-weight: 600;
    color:#444444;
}

.filter_sub_title {
    font-weight: 700;
    font-size: 12px;
    color:#444444;
}

.btn.btn-light-primary {
    background-color:#F2E4F1 ;
    color : #750F6D ;
}

.btn.btn-light-primary.filter_button:focus,
.btn.btn-light-primary.filter_button:hover,
.btn.btn-light-primary.advanced_filter_button:focus,
.btn.btn-light-primary.advanced_filter_button:hover,
.btn.btn-light-primary.display_filter_button:focus,
.btn.btn-light-primary.display_filter_button:hover{
    background-color: #b611a9 !important;
    color : #ffffff ;

}

table.dataTable>thead .sorting_asc, table.dataTable>thead .sorting_desc {
    vertical-align: bottom !important;
}

.select2-results__option[aria-disabled=true] {
    display: none;
}
th {
    text-transform : capitalize !important;
    color:#750F6D !important;
}

.pdf_bold_title {
    font-weight: bold;
    font-size: 14px;
}

.question_bold_title {
    font-weight: bold;
    font-size: 16px;
}

.question_bold_main_title{
    font-weight: bold;
    font-size: 19px;
}


.success_block_container{
    top: 30%;
    position: relative;
}

.success_block{
    text-align: center;
}

.success_title {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
}

.success_text{
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
}

.view_application_button{
    margin-top: 86px;
    border-radius: 6px;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 300;
    background-color: #750F6D;
    color: #ffffff;
    width: 193px;
    height: 48px;
}
.button_div{
    display:flex;
    justify-content: center;
}

.form-control.form-control-solid {
    border-color: #e4e6ef !important;
}

.student_draft {
    border: 1px solid #750F6D !important;
    color:#750F6D !important;
    font-weight: 700;
    background:#ffffff !important;
}
.student_submit_first , .student_submit{
    background-color: #750F6D !important;
}

.btn.btn-primary.student_submit_first:focus,
.btn.btn-primary.student_submit:focus,
.btn.btn-primary.student_submit_first:hover,
.btn.btn-primary.student_submit:hover{
    background-color: #b611a9 !important;
}

.card.bg-light-primary {
    background-color: #750F6D !important;
}

.card.bg-light-primary .card-header .card-label{
    color:#FFFFFF !important;
}
.card .card-header {
    min-height: 55px !important;
}
.order-num {
    margin-right: 5px;
    min-width: 45px;
    font-weight: bold;
    font-size: 15px;
}

.card-label{
    font-size: 15px !important;
}

.back-button{
    border: 1px solid #750F6D !important;
    color:#750F6D !important;
    font-weight: 700;
    background:#ffffff !important;
}

.question_5.disable .form-label{
    color:#A1A5B7 !important;
}
.max_sep_march_bssc.disable .form-label,
.max_sep_march.disable .form-label,
.max_jan_jun.disable .form-label,
.max_jun_aug.disable .form-label,
.base_on_question_4.disable .form-label,
.base_on_question_7.disable .form-label,
.base_on_question_10.disable .form-label,
.hostel_name_input.disable .form-label{
    color:#A1A5B7 !important;
}


.form-control.form-control-solid{
    background-color: #ffffff;
}

.active>.page-link{
    background-color: #750F6D !important;
}

.card .card-header.student_table {
    display: block !important;
}

.filter_header {
    z-index: 999;
    position: absolute;
    background-color: #FFFFFF;
}

.filter_body {
    margin-top: 75px;
}

.la-plus{
    color:#b611a9 !important;
}

.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active) .la-plus,
.btn.btn-light-primary:focus:not(.btn-active) .la-plus{
    color: #FFFFFF !important;
    background-color: #750F6D !important;
}


.btn.btn-outline.btn-outline-dashed:hover:not(.btn-active),
.btn-check:checked+.btn.btn-outline.btn-outline-dashed{
    border-color: #9C9C9C;
    background-color: #F2E4F1 !important;
}

.btn.btn-outline-dashed{
    border-color: #9C9C9C !important;
}

.wrapper_top{
    height: 20px;
    overflow-x: scroll !important;
}

.wrapper_div{
    width: 2500px;
}

.wrapper_div.match_instructor{
    width: 5000px;
}

#match_agency .wrapper_div{
    width: 1500px;
}
.wrapper_top:focus::-webkit-scrollbar-thumb,
.wrapper_top:hover::-webkit-scrollbar-thumb,
.wrapper_top::-webkit-scrollbar-thumb,
.table-responsive:focus::-webkit-scrollbar-thumb,
.table-responsive:hover::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb{
    background: #6D1B6D;
    border-radius: 10px;

}

.wrapper_top::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
   height: 15px;
}
.btn.btn-primary{
    background-color: rgba(117, 15, 109, 1) !important;
}

.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active){
    background-color: #b611a9 !important;
}

.loading-overlay {

    position: fixed;

    display: none;

    justify-content: center;

    align-items: center;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    background-color: rgba(255, 255, 255, 0.5);

    z-index: 1100;

}

.loading-overlay.active {

    display: flex;

}

.loading-overlay .loading {

    width: 35px;

    height: 35px;

    background-image: url(../images/icon-loading_cu.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

}

.student_select_font{
    color: #750F6D !important;
    font-weight: 500;
}

.student_select_font_title{
    font-size: 15px;
    color: #750F6D !important;
    font-weight: 600;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: #f2e4f1 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-heading {
    color: #000000 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #000000 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title:hover {
    color: #000000 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: rgba(117, 15, 109, 1) !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet ,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after{
    background-color: rgba(117, 15, 109, 1) !important;
}

.app-sidebar-menu{
    font-size: 15px !important;
}

.match_title{
    font-size: 20px;
    margin-bottom: 25px;
    color: rgba(117, 15, 109, 1);
}