body{
    font-family: 'Poppins', sans-serif;
}

/*----------------Header CSS----start------*/
.navbar-light .navbar-nav .nav-link{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
}
.username{
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-transform: capitalize; */
    padding-left: 8px;
    display: inline-block;
    overflow: hidden;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu-end{
    right: 0;
}
.dropdown-item{
        color: #000;
    font-weight: 500;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active{
    background: var(--custom-secondary) !important;
}
/*----------------Header CSS----end------*/
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-40{
    font-size: 40px;
}
.fw-500{
    font-weight: 500;
}
.text-black-333{
    color: #333;
}

.assement-top-menu{
    list-style: none
}
.assement-top-menu li{
    padding: 15px 18px;
}
.assement-top-menu li.active{
    border-bottom: 2px solid var(--custom-secondary);
    color: var(--custom-secondary);
}
.assement-top-menu li.active a{
    color: var(--custom-secondary);
}
.assement-top-menu li a{
    color: #707070;
    text-decoration: none;
}
.assement-top-menu i,.assement-top-menu span{
        vertical-align: top;
    font-size: 16px;
    margin-top: 4px;
}
.assesment-top{
    border-bottom: 1px solid  #E1E1E1;
}

.stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-top: 16px;
}
.step {
    flex: 1;
    text-align: center;
    color: #D2D2D2;
    position: relative;
}
.step::before{
    content: '';
    position: absolute;
    right: -7px;
    width: 35px;
    top: 36px;
    height: 15px;
    opacity: .5;
    border-bottom: 1px dashed #707070;

}
.step.active::before{
    opacity: 1;
}
.step:nth-child(2):before {
    right: -12%;
}
.step:nth-child(3):before {
    right: -10%;
}
.step:nth-child(5):before{
    right: -16%;
}
.step:nth-child(6):before{
    right: -10%;
}

/* .step:last-child{
    max-width: 100px;
} */
.step:last-child:before{
    display: none;
}
.step-number {
    display: flex;    
    margin-bottom: 5px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #D2D2D2;
    border-radius: 100px;
    color: #fff;
}
.step-title {
    max-width: 100px;
    display: inline-block;
}
.step.active, .step:hover{
    color: var(--custom-secondary);
}
.step.active .step-number, .step:hover .step-number{
    background-color: var(--custom-secondary);
}
.step.previous{
    color: #707070;
}
.step.previous .step-number{
    background-color: #707070;
}

.step.previous:hover .step-number{
    background-color: var(--custom-secondary);
}

.step.previous:hover, .step:hover{
    color: var(--custom-secondary);
}

.max-width-80{
    max-width: 80px;
}
.border-radius-8{
    border-radius: 8px;
}
.max-width-200{
    max-width: 200px;
}
.colored-block {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #0F5BAB;
}
hr{
    border-top-color: #E9E9E9;
    opacity: 1;
    margin: 10px 0px;
}
.form-group{
    margin-bottom: 15px;
}
.form-group label{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.form-control{
    font-size: 13px;
    color: #000;
    border-radius: 4px;
    height: 45px;
    border: 1px solid #D9D9D9;
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--custom-secondary);
}
select.form-control,
.select2-selection.select2-selection--multiple{
    background-image: url(../img/arrow_drop_down.svg);
    background-position: 99% center;
    background-repeat: no-repeat;
    padding-right: 35px;
}

.form-control::-webkit-input-placeholder, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.25);
}
.form-control::-moz-placeholder, .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.25);
}
.form-control:-ms-input-placeholder , .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.25);
}
.form-control:-moz-placeholder, .select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder  { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.25);
}
.assestment-secondary-btn{
    background-color: var(--custom-primary);
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    display: flex;
}
.assestment-primary-btn {
    background-color: var(--custom-secondary);
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    display: flex;
}
.assestment-secondary-btn .material-symbols-outlined{
    font-size: 15px;
    vertical-align: top;
    margin-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #ECECEC;
    border: none;
    padding: 5px 20px 5px  10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    right: 0;
    left: inherit;
    border: none;
    background-image: url(../img/close-tag.svg);
    background-repeat: no-repeat;
    width: 25px;
    background-position: center;
    top: 5px;
    background-size: 17px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
    opacity: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.bg-light{
    background-color: #F6F6F6;
}
.select2-container--default .select2-search--inline .select2-search__field{
    vertical-align: top;
    margin-top: 3px;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 2px;
    height: 22px;
}
span.select2-search.select2-search--inline{
    vertical-align: top;
    margin-top: 7px;
    display: inline-block;
}
.select2-results__option{
    font-size: 13px;
    font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: var(--custom-secondary);
}
.btn-primary{
    background: #0F5BAB !important;
    border-color: #0F5BAB !important;
    font-size: 16px;
    padding: 11px 15px;
    min-width: 123px;
    font-weight: 600;
}
.btn-info{
    background: #0F5BAB;
    border-color: #0F5BAB;
    font-size: 16px;
    min-width: 123px;
    padding: 11px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.btn-info span{
    font-size: 16px;
}
.btn-info:hover,.btn-info:focus,.btn-info:active{
    background: #0F5BAB !important;
    border-color: #0F5BAB !important;
    color: #fff !important;
    font-weight: 600;
}
.calendar-icon{
    background: #fff url(../img/calendar_month.svg) no-repeat;
    background-size: 20px;
    background-position: 97% center;
}
.text-black{
    color: #000;
}
.browse-buttton{
    position: relative;
}
.browse-buttton input{
    opacity: 0;
    width: 193px;
    position: absolute;
}
.browse-buttton span{
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid var(--custom-secondary);
    color: var(--custom-secondary);
    border-radius: 6px;
    cursor: pointer;
    background-color: #ffff;
    display: inline-block;
    min-width: 210px;
    text-align: center;
}
.comment-input-small{
    max-width: 370px;
}
.small-select{
    font-size: 12px !important;
    height: 30px;
    min-width: 100%;
    background:#fff url(../img/down-small-arrow.svg) no-repeat !important;
    background-position: 95% center !important;
    padding-right: 30px;
}
.small-select-cover{
    width: 196px;
    margin-left: 10px;
}
.max-widht-700{
    max-width: 700px;
}

.wrapper {
    min-height: calc(100vh - 112px);
}
.dasboard-assment-btn{
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    text-decoration: none;
}
.dasboard-assment-btn span{
        font-size: 20px !important;
    margin-right: 10px;
}
.dashboard-process{
    font-weight: 500;
    color: #333;
}
.dashboard-light-green{
    background: var(--custom-primary-subtle);
}
.dashboard-des-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100px;
    color: rgba(235, 86, 51, 1);
    font-size: 20px;
}
.dashboard-light-red{
    background: var(--custom-secondary-subtle);
}
.custom-table th{
    color: #0F5BAB;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
}
.custom-table td{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    word-break: break-word;
}
.suppliers-table td{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    word-break: break-all;
}
.custom-table td .material-symbols-outlined {
    font-size: 18px;
    color: rgba(28, 27, 31, 1);
}
.active-tag{
    border-radius: 4px;
    background: #D5F0D1;
    color: #207C28;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    white-space: nowrap;
}
.close-tag{
    border-radius: 4px;
    background: #FEDBDB;
    color: #F00;
    font-size: 13px;
    padding: 5px 10px;
}
.action-data .not-active{
    opacity: .3;
    cursor: not-allowed;
}
.action-data a{
    margin-right: 10px;
    text-decoration: none;
}
.dashboard-tabs{
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
}
.dashboard-tabs.nav-underline .nav-link{
    color: #707070;
}
.dashboard-tabs.nav-underline .nav-item{
    margin-right: 15px;
}
.dashboard-tabs.nav-underline .nav-link.active{
    color: var(--custom-secondary);
    border-color: var(--custom-secondary);
}
.alert-success,.alert-error,.alert-danger{
    position: absolute;
    right: 0;
}
.alert-success .close,.alert-error .close,.alert-danger .close{
        border: none;
    background: none;
    font-weight: bold;
}
.registar-cover .iti,.registar-cover .customItiDropdown{
    width: 100%;
}
.help-block{
    font-size: 13px;
    color: red;
}
.content-element{
    border-radius: 10px;
    background: #F5F5F5;
    padding: 20px;
    font-size: 16px;
}
.content-element h2{
    font-weight: 600;
    font-size: 24px;
    color: #333;
}
.content-element h3{
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.tag-green{
    border-radius: 3px;
    border: 1px solid #0F5BAB;
    background: #FFF;
    font-size: 13px;
    padding:0px 10px;
    height: 21px;
    min-width: 60px;
    text-align: center;
    color: #0F5BAB;
}
.tag-red{
    border-radius: 3px;
    border: 1px solid #FE7D7D;
    background: #FFF;
    font-size: 13px;
    padding:0px 10px;
    height: 21px;
    min-width: 60px;
    text-align: center;
    color: #FE7D7D;
}
.fill-report-img{
    width: 150px;
    min-width: 150px;
    margin-right: 15px;
}
.fill-report-img img{
    max-width: 100%;
    box-shadow: rgb(223 84 47 / 0.4) 0px 0px 0px 2px, rgb(223 84 47 / 0.65) 0px 4px 6px -1px, rgb(223 84 47 / .08) 0px 1px 0px inset;
}

.reset-btn{
    min-width: 80px !important;
}
.reset-btn span{
    vertical-align: top;
    margin-top: 2px;
}
.error-upload span.check-icon{
    border: none;
    vertical-align: middle;
}
.min-width-100{
    min-width: 100px !important;
}
.error-upload span{
    max-width: 149px;
    word-wrap: break-word;
    color: #FA5E5E !important
}
.file-uploaded span.fileName{
    max-width: 149px;
    border: none;
    font-size: 14px;
    color: #707070;
    font-weight: normal !important;
}

a{
    text-decoration: none;
}
.VA-top{
    vertical-align: top;
}
.generateReport-dialog{
    max-width: 390px;
}
.datepicker table tr td span{
    font-size: 13px;
}
.select2-container .select2-selection--multiple{
    min-height: 45px;
    border-color: #D9D9D9;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #c93b13 ;
}
.nav-item.active a.nav-link{
    color: var(--custom-secondary);
}
.nav-item.active{
    position: relative;
}
.nav-item.active:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: -12px;
    border-bottom: 2px solid var(--custom-secondary);
}






.login-form{
    background: var(--custom-primary-gradient);
    padding: 50px 50px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.dkv-background{
    background: url(../img/Farm_mountain.jpg) !important;
    background-size: cover !important;
}

.white-card {
    background: #fff;
    min-height: inherit;
    opacity: .9;
    border-radius: 10px;
}
.login-footer{
    margin-top: 79px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
















/*----------------footer CSS----start------*/
.footer-section{
    background: #1A223E;
}
/*----------------footer CSS----end------*/
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 1199px){
    footer{
        position: static;
    }
}
@media (max-width: 767px){
    .login-form{    
        padding: 50px 20px 100px;
    }
    .white-card{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    footer{
        position: static;
    }
}
@media (max-width: 574px){

}
@media (max-width: 413px){

}

.importButton {
    margin-left: 1%;
}
.mDiv { width:19%; }
.import-suppliers-modal .modal-dialog{
    max-width: 600px;
}   
.import-suppliers-modal .form-group{
    margin-top: 20px;
}

.import-suppliers-modal .btn-secondary{
    background-color: #707070;
    border: none;
}
.link-text{
    color: #0F5BAB;
}
.custome-error {
    color: #F00;
    font-size: 14px;
}

.fileOnChange {
    font-size: 12px;
    font-weight: bold;
    color: blue;
}

.up-document {
    height: 100%;
}
.up-document input {
    background-color: transparent !important;
}
.radio-color .form-check-input:checked {
    background-color: #EB5633;
    border-color: #EB5633;
}
.radio-color .form-check-input:focus {
    box-shadow: none;
    outline: 0;
}
.radio-color {
    font-size: 18px;
}
.list-group-item-doc {
    font-size: 14px;
    margin-top: 2px;
    background: var(--custom-secondary);
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.remove-file-document {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.documentError {
    font-size: 12px;
    color: red;
}

.form-groupmb-3 {
    margin-top: 15px;
}

.backButton {
    height: 29px;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
}
#document_comment, #document_comment_edit {
    height: 100px !important;
}

.document-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef; /* Optional: Add a bottom border for separation */
}

.document-label {
    font-weight: bold; /* Make label text bold */
    color: #333; /* Optional: Change label color */
    margin-right: 10px;
    min-width: 200px;
}

.document-value {
    color: #555; /* Optional: Change value color */
}

.confirmproceedClass {
    background: rgba(0, 0, 0, 0.5);
}

.mwc {
    color: #FF9933;
    vertical-align: middle;
}

.st8ic {
    color: #0F5BAB;
    font-size: 20px !important;
    margin-left: 10px;
    margin-top: 12px;
    cursor: pointer;
}

.mPdfIcons {
    width: 80%;
    box-shadow: none !important;
}

.preview-report-button:disabled {
    background: #A6A6A6 !important;
    border-color: #A6A6A6 !important;
}
.assement-top-menu .dropdown-menu li {
    padding: 4px 10px !important;
}
.assement-top-menu .dropdown-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.assement-top-menu .dropdown-menu {
    min-width: 230px;
    border: 0;
    box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.3);
    border-radius: 0px;
    margin-top: 20px;
    left: -20px !important;
}
.assement-top-menu .dropdown-menu li.active  {
    border: none;
}
.assement-top-menu .dropdown-menu li.active a {
    color: #0F5BAB;
    font-weight: bold;
}
.assement-top-menu .dropdown-menu li:hover {
    background: #f8f9fa;
}
.btn-combine-blue {
    background-color: #0F5BAB !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 11px 20px;
    width: auto !important;
}
.resetFilter-combine{
    width: auto;
    padding: 11px 20px;
}

.btn-orange,.btn-orange.disabled{
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    font-size: 16px;
    min-width: 123px;
    padding: 11px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-weight: 600;
}
.btn-orange span{
    font-size: 16px;
}
.btn-orange:hover,.btn-orange:focus,.btn-orange:active{
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: #fff !important;
    font-weight: 600;
}
.arrow-btn{
    vertical-align: top;
    margin-top: 4px;
}   
.combine-checkbox{
    position: absolute;
    right: 10px;
    top: 10px;
}
.combine-scroll{
    overflow: auto;
}
.combine-left-label{
    position: sticky;
    left: -12px;
    z-index: 999;
    background: #fff;
}
.combine-checkbox.form-check-input:checked {
    background-color: #0F5BAB !important;
    border-color: #0F5BAB !important;
    box-shadow: none;
}

.combine-checkbox:read-only {
    cursor:pointer;
}
.combine-border-active{
    border-color: #0F5BAB !important;
}


.combine-product-checkbox {
    position: absolute;
    right: 7px;
    top: -5px;
    padding: 6px;
}
.combine-product-checkbox.form-check-input:checked {
    background-color: #0F5BAB !important;
    border-color: #0F5BAB !important;
    box-shadow: none;
}

.combine-product-checkbox:read-only {
    cursor:pointer;
}
.combine-border-active{
    border-color: #0F5BAB !important;
}
.st8ic {
    color: #0F5BAB;
    font-size: 20px !important;
    margin-left: 10px;
    margin-top: 12px;
    cursor: pointer;
}

.mPdfIcons {
    width: 80%;
    box-shadow: none !important;
}

.preview-report-button:disabled {
    background: #A6A6A6 !important;
    border-color: #A6A6A6 !important;
}

.confirmproceedClass {
    background: rgba(0, 0, 0, 0.5);
}

.mwc {
    color: #FF9933;
    vertical-align: middle;
}

a.action-control.share-count {
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    background: var(--custom-primary);
    line-height: 24px;
}

.w-120 { width:120px; }
.ml-5 { margin-left:5%; }

.production-period {
    font-size: 12px;
    color: #666;
}
.stepper-dds { 
    justify-content: end;
    align-items: center;
}
.stepper-dds .step:first-child {
    max-width: 140px;
}

.stepper-dds .step::before {
    top: 5px;
}
.copy-operator {
    font-size: 11px;
    font-weight: 500;
}
.copy-operator i{
    vertical-align: top;
    margin-top: 7px;
}
.max-150{
    max-width: 150px;
}
.textarea-height{
    height: 85px;
}
.input-green:checked{
    background-color: #00C150 !important ;
    border-color:  #00C150 !important;
    box-shadow: none;
    outline: none;
}
.text-dark-blue{
    color: #0F5BAB !important;
}
.btn-secondary{
    font-weight: 600;
    font-size: 16px;
}
.dds-review-content span{
    color: #808080;
    font-size: 13px;
    font-weight: 500;
}
.dds-review-content strong{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.mReadyClass td {
    background: #FFFFFF !important;
    --bs-table-bg-type: #FFFFFF !important;
}
.mSubmitClass td {
    background: #E7EFF7 !important;
     --bs-table-bg-type: #E7EFF7 !important;
}
.mAvailableClass td {
    background: #E8F8EE !important;
     --bs-table-bg-type: #E8F8EE !important;
}

.mWithDrawalAvailableClass td {
    background: rgba(111, 147, 194,.1) !important;
     --bs-table-bg-type: rgba(111, 147, 194,.1) !important;
}
.mErrorClass td {
    background: #FFE6E6 !important;
     --bs-table-bg-type: #FFE6E6 !important;
}
.mReadyClass .badge , .mSubmitClass .badge, .mAvailableClass .badge, .mWithDrawalAvailableClass .badge, .mErrorClass .badge   {
    min-width: 97px;
    height: 26px;
    background: transparent;
    font-weight: normal;
    justify-content: space-between;
}
.mReadyClass .badge {
    border: 1px solid #DEDFDE !important;
    background-color: #EEEEEE !important;
    color: #666666 !important;
}


.mReadyClass .badge .material-symbols-outlined {
    color: #666666 !important;
}

.mSubmitClass .badge {
    border: 1px solid #0F5BAB80 !important;
    background: transparent !important;
    color: #0F5BAB !important;
}

.mSubmitClass .badge .material-symbols-outlined {
    color: #0F5BAB !important;
}

.mAvailableClass .badge {
    border: 1px solid #17B05580 !important;
    background: transparent !important;
    color: #17B055 !important;
}

.mAvailableClass .badge .material-symbols-outlined {
    color: #17B055 !important;
}

.mWithDrawalAvailableClass .badge {
    border: 1px solid #6f93c2 !important;
    background: transparent !important;
    color: rgba(111, 147, 194,1) !important;
}

.mWithDrawalAvailableClass .badge .material-symbols-outlined {
    color: rgba(111, 147, 194,1) !important;
}

.mErrorClass .badge {
    border: 1px solid #FF000080 !important;
    background: transparent !important;
    color: var(--bs-danger) !important;
}

.mErrorClass .badge .material-symbols-outlined {
    color: var(--bs-danger) !important;
}

.dds-btn {
    background-color: #295AA5;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    display: flex;
}

.dashboard-light-blue {
    background: #E2E8F1;
}

.production-period {
    font-size: 12px;
    color: #666;
}


.selected-cases {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 320px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    display: none;
    z-index: 999;
}
.selected-cases .panel-header {
    padding: 10px;
    color: #000;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.selected-cases .panel-body {
    padding: 0px;
    max-height: 325px;
    overflow-y: auto;
}
.selected-cases .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.selected-cases .panel-body li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
    
}
.selected-cases .panel-body li:nth-of-type(odd) {
    background: #f2f2f2;
}
.selected-cases .panel-body li .material-symbols-outlined {
    font-size: 16px;
}
.selected-cases .panel-body li .remove {
    cursor: pointer;
    color: #000;
    font-weight: bold;
}
.selected-cases .panel-footer {
    padding: 10px;
    text-align: right;
    
}
.combine-btn-footer {
    background: #0F5BAB;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
}
.combine-btn-footer:hover {
    background: #0F5BAB;
}
.combinecaseid {
    font-size: 12px;
    font-weight: normal;
}
.combine-btn-footer[disabled]{
    opacity: .5;
    cursor: not-allowed;
}

.no-record { padding: 10px 15px; }

.active-indicator {
    box-shadow: 0 0 10px 2px #EB5633;
    border-color: #EB5633 !important;
    transition: all 0.3s ease-in-out;
}
