
/* #ce-modal .modal-dialog.modal-md {
    max-width: 46.875rem !important;
} */
@media (min-width: 992px) {
    #ce-success-modal .modal-dialog.modal-md,
    #ce-modal .modal-dialog.modal-md {
        width: auto !important;
        max-width: 46.875rem !important;
    }
}

.modal-header {
    padding: 0rem 1rem !important;
    background: #fff;
}

#ce-success-modal .modal-body,
#ce-modal .modal-body {
  margin: 0 !important;
  height: auto !important;
  border: none !important;
  overflow: visible !important;
  padding: 0rem !important;
}


.modal-scroll {
    max-height: 23rem;
    overflow-y: auto;
    padding: .25rem 1rem;
    overflow-x: hidden;
    position: relative;
}

.cusHeading {
    padding: 1rem 0;
}

.cusHeading h2 {
    border-bottom: .125rem solid #c10e21;
    color: #222328 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.form-group {
    input {
        width: 100%;
        height: auto;
        top: 0.25rem;
        background: #fff;
    }
}

.form-control{
    border: 1px solid #777979 !important;
}

.form-horizontal .form-group {
    margin-left: 0px !important;
}

.multiselect.dropdown-toggle.btn.btn-default{
    width: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
    padding-right: 5px !important;
    font-size: 15px !important;
    color: #555 !important;
    padding-left: 7px !important;
    /* border: 1px solid #e3e3e3; */
    border: 1px solid #777979 !important;
    height: 40px !important;
}
.multiselect.dropdown-toggle.btn.btn-default .caret{
    /* display: none; */
    float: right;
    margin-top: 8px;
    color: #999 !important;
    border-top:4px solid #999 !important;
}
.multiselect-container.dropdown-menu {
    width: 100% !important;
    max-height: 165px !important;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0px;
    border: 1px solid #777979 !important;
}

.btn.btn-default.multiselect-clear-filter{
    height:34px;
}

.multiselect-container.dropdown-menu li > a {
    line-height: 22px !important;
}

.multiselect-container.dropdown-menu li > a > label {
    margin-left: -12px !important;
}

.multiselect.dropdown-toggle.btn.btn-default .cus-caret {
    float: right;
    margin-top: 0px;
    margin-right: 7px;
    font-size: 24px;
    font-weight: 600;
}

.multiselect-native-select .btn-group{
    width: 100% !important;
}

.multiselect-container.dropdown-menu li > a input{
    width: auto;
}

.dropdown-toggle::after {
    display: none;
}

/* Active and hover styling */
.dropdown-menu > .active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #fff !important;
    color: #333 !important;
}

.multiselect-container.dropdown-menu li > a input[type=checkbox] + label:before {
    width: 1rem;
    height: 1rem;
    top: .188rem;
}

.hide{
    display: none !important;
}

.ce-error-modal{
    margin-bottom: 0px;
    padding-bottom: 6px;
    padding-top: 5px;
    margin-top: -23px;
}

.ce-error-modal .close{
    padding-top: 5px;
}

.pdTop{
    padding-top:5px !important;
}


/* helper class */
.scroll-locked {
  overflow-y: scroll !important;   /* keep scrollbar visible */
  pointer-events: none;            /* block all mouse/touch interactions */
}

.scroll-blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 998; /* behind alert */
}

.success-message{
    padding: .5rem .25rem;
    font-size: 16px;
}


#ce-success-modal .modal-content .success-custom {
    padding: 3rem .5rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media (min-width: 768px) {
    .modal-content-custom{
        padding: 1.875rem;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
    }
}

.modal-content-custom .modal-header .btn-close {
    right: 0;
    top: 0;
    border-radius: 0;
    margin-top: -25px;
    margin-right: -40px;
    font-size: 1rem !important;
    padding: 0.5rem !important;
}


.help-block {
    color: #C10E21 !important;
}

/* .info_div{
    text-align: center;
    padding: 3rem;
} */
#info_messages{
    padding: 1rem;
    font-size: 16px;
}



#claim-ce.frozen .modal-scroll {
    overflow: auto !important;       /* scrollbar remains visible */
    pointer-events: none !important; /* prevent clicks on scroll container content */
}

#claim-ce.frozen .btn-cancel {
    pointer-events: auto; /* allow Cancel button */
    opacity: 1;
    position: relative;
    z-index: 9999;
}


.btn.btn-primary.btn-ce-smt:disabled {
    color: #fff !important;
    background-color: #C10E21 !important;
    border-color: #C10E21 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
}

.frozen {
    pointer-events: none !important;
}

/* When frozen */
.modal-scroll.frozen {
    overflow-y: scroll;       /* Forces scrollbar to stay visible */
    pointer-events: none;     /* Prevents dragging/interaction */
    scrollbar-color: #ccc transparent; /* optional styling */
}


.info_div_allCmd{
    text-align: center;
    padding: 3rem;
}
#info_messages_allCmd{
    padding: 1rem;
    font-size: 16px;
}

#ce-modal .modal-header h1{
    color: #222328 !important;
    font-family: 'Montserrat', sans-serif !important;
}


/* Keep same look and pointer */
.btn-ce-smt:disabled {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto !important; /* Allow hover/focus effects */
  position: relative;
  outline-offset: -2px;
}

.btn.btn-primary.btn-ce-smt.btn-keep-opacity {
  opacity: 0.6 !important;
  cursor: default !important;
}
/* Simulate focus style on hover or programmatic focus */
.btn-ce-smt:disabled:hover,
.btn-ce-smt:disabled:focus {
  outline: 2px solid #D6700A !important;
  box-shadow: 0 0 4px 4px #D6700A !important;
}

.op-06{
    opacity: 0.65;
}

.open>.multiselect-container.dropdown-menu {
    display: none;
}

.err-message{
    font-size: 16px !important;
    font-weight: 400 !important;
}

.err-close-btn{
    padding: .5rem 1.5rem !important;
    margin-top: 10px !important;
}


#ce-success-modal .h5 {
    font-family: 'Montserrat', sans-serif !important;
}

.btn-disable{
    opacity: 0.6 !important;
}