/* button#page-header-user-dropdown.btn.show{
    background-color: #f5f5f5;
} */
 /* table and form global changes start */

 body{
    font-size:14px;
}

h1{
    font-size: 18px!important;
   Font-weight: 700!important;

}

h2{
    font-size: 16px!important;
   Font-weight: 600 !important;

}
a{
    font-family:  Inter, Segoe UI, sans-serif !important;
}
.btn-outline-primary{
    background-color: #3f2e57 !important;
    color: #fff !important;
    border:1px solid #3f2e57 !important;
}
.badge{
    font-size:12px !important;
    border-radius: 30px !important;
}
/* .alert.alert-primary {
    background-color: #3D3256;
    color: #fff;
    font-size:12px;
    border-color: #3D3256;
} */
.choices__list--multiple .choices__item {
    background-color: #3D3256 !important ;
    border: none !important;
}
.simplebar-scrollable-y .navbar-menu .navbar-nav .nav-link{
    padding: 10px 20px;
    margin-bottom: 10px;
}
.nav-item-custom2 label{
   width:100%;
}
 .card-title{
    font-weight:bold;
}
.btn-danger{
    background-color: #CD2121;
    border-color: #CD2121;
}
.table-striped > tbody > tr:nth-of-type(odd) > *{
    --in-table-bg-type: transparent;
}
.summary-table{
    width: auto;
}
/* table,table tr th,table tr td{
    border: 1px solid #e9ebec;
} */
.fc th, .fc td{
    padding: 0 !important;
}
table thead {
    text-wrap: nowrap;
}
table tr th{
    font-size:14px;
}
table tr td{
    font-size:14px;
}
table tr th{
    font-weight:600 !important;
    color:#333333 !important;
    padding:12px !important;
}
table tr td{
    padding:10px !important;
    margin-bottom:2px;
    min-height:50px;
}
table tr {
    Padding: 12px ;
    row-gap:2px;
}

form label{
    font-size:14px;
    font-weight:400;
    color:#333333;
    padding-bottom:8px;
    margin-bottom:0 !important;
}
form input,form textarea,form select,form .form-select{
    font-size:14px !important;
    min-height:40px;
    padding:10px !important;
    margin-bottom:10px;
    border-radius:6px !important;
    box-sizing: border-box;
}
form select, form .form-select{
    padding-right: 45px !important;
}
form input:focus,form textarea:focus,form select:focus,form .form-select:focus{
    border:2px solid #834596 !important;
    box-shadow: none !important;
}
span.select2 textarea:focus{
    width:100% !important;
    border:none !important;
}
.alert.alert-success{
    margin-top: 15px;
}
/* .simplebar-scrollable-x .nav-item-custom2{
   display:none;
} */
.simplebar-scrollable-y .refr-code {
    display: block;
}

/* .refr-code {
    display: none;
} */
.form-check-input{
    min-height:auto !important;
}
.error-message-custom,form span.text-danger{
    font-size: 12px !important;
    font-style: italic;
    margin-bottom: 8px;
    padding-top: 6px;
    color:#C61E1E !important;
}
.btn{
    border-radius: 6px;
    padding:10px 15px;
    margin-right:5px;
}
.form-section-custom p{
    font-size:16px;
    font-weight:bold;
}
.form-section-custom {
    margin-top:24px;
    padding:20px;
}
.card-header.rounded-top .row{
    align-items: center;
}
/* table and form global changes end */

    /* Loader CSS start*/

    .loader {
        position: fixed;
        left: 55%;
        top: 40%;
        transform: translate(-50%, -50%);
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3D3256;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        z-index: 9999;
        /* background: url('{{ asset('admin/assets/img/loading.gif') }}') no-repeat center center; */
        display: none; /* Hidden by default */
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* loader css end */


 .btn-primary{
    width:auto !important;
 }
 i {
    font-size: 16px;
}
.a-underline{
    text-decoration:underline !important;
}
 /* .simplebar-scrollable-y .sidebar{
    padding: 20px;
 } */
 .sidebar{
    padding: 20px;
 }

.title-myco{
    font-weight: 700;
    font-size: 18px !important;
    text-transform: uppercase;
}

#select-22 .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}

#select-22 .select2-container--default .select2-selection--single{
    border: none;
    height: unset;
}
/* .select2-container .select2-selection--single */

#select-22 .select2 .selection .select2-selection__rendered{
--in-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2317191a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
display: block;
width: 100%;
padding: .5rem 2.7rem .5rem .9rem;
font-size: .938rem;
font-weight: 400;
line-height: 1.5;
color: var(--in-body-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--in-secondary-bg);
background-image: var(--in-form-select-bg-img), var(--in-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right .9rem center;
background-size: 16px 12px;
border: var(--in-border-width) solid var(--in-border-color);
border-radius: var(--in-border-radius);
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.mce-menu{
    max-height: 200px!important;
    /* top: 600px!important; */
}
.label-custom-info{
    cursor: default !important;
}



/* media query start */
@media screen and (min-width: 768px) and (max-width: 991px){
    .loader {
        left: 45%;
        top: 38%;
    }
    /* .card-header.rouded-top .btn{
        margin-bottom: 0 !important;
    } */
    .col-md-custom{
        width:100%;
    }
    .btn{
        padding: 10px 15px;
        margin-bottom: 10px !important;
    }
    table thead {
        text-wrap: nowrap;
    }
    .card-body-custom{
        padding: 10px 0 !important;
    }
    .dashboard-video-custom iframe {
        width: 100%;
    }
    .card-header.rounded-top .justify-content-end{
        justify-content:start !important;
        margin-top:15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .header-item-custom{
        display:none;
    }
    .d-flex-custom-section .topnav-hamburger{
        align-items:center;
    }
    .header-item-custom .dropdown-menu .btn.btn-primary{
        margin-bottom: 0 !important;
    }
    .header-item-custom .btn-icon .bx-search{
        color:#fff;
    }
    .attention-table tr{
        display: flex;
        /* justify-content: space-around; */
        flex-wrap: wrap;
    }
    .attention-table tr td{
        display: inline-block;
        width: 48%;
        margin-bottom: 10px;
        text-align: left;
    }
    .summary-table{
        width: 100%;
    }
    .objective-card {
        margin-bottom: 6px !important;
    }

    .dashboard-video-custom iframe{
             width:100%;
    }
    .loader {
        left: 30% !important;
        top: 40% !important;

    }
    .full_60 i{
        font-size: 30px !important;
    }
    .fya_image{
        width: 50px;
        min-width: 50px;
        min-height: 50px;
    }


    /* global changes for table start */
    .attention-table,.attention-table tr,.attention-table td{
        display: block !important;
        width: 100% !important;
    }
    .attention-table tr{
        display: flex;
        flex-wrap: wrap;
        padding:0;
    }
    .attention-table tr td{
        display: inline-block;
        width: 48%;
        margin-bottom: 10px;
        text-align: left;
    }
    table thead {
        text-wrap: nowrap;
    }

    /* table tr:first-child td,table tr:first-child th{
        width:20px;
    }
    table tr td,table tr th{
        min-width: 100px;
    } */
    .btn{
        padding: 8px 15px;
        margin-bottom: 10px !important;
    }
    .cstm-card25 {
        min-width: 100%;
        max-width: 100%;
    }
    .card-header.rounded-top .justify-content-end{
        justify-content:start !important;
        margin-top:15px;
    }
    /* global changes for table end  */
}

/* media query end */
