.form-check-input {
    border: 1.5px solid #676464;
}

.tables_scroll_body {
    position: relative;
    overflow: auto;
    width: 100%;
    max-height: 265px;
}

.cursor_pointer {
    cursor: pointer;
}

.request_response_info {
    background: #e5e5cc none repeat scroll 0 0;
    padding: 5px;
    word-break: break-all;
    max-width: 370px;
    position: relative;
}

.strips {
    position: absolute;
    top: 0;
    right: 26px;
    color: #186b8d;
}

pre.expand {
    height: 500px !important;
    min-height: 500px !important;
}

.ck.ck-content:not(.ck-comment__input *),
.ck-source-editing-area {
    height: 300px;
    overflow-y: auto;
}

.ck .ck-sticky-panel__content {
    z-index: unset !important;
}

.ck-powered-by {
    display: none;
}

.required-label:after {
    content: " *";
    color: red;
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg_gray {
    position: relative;
}

.w100 {
    width: 100%;
}

.det_a_il tr td {
    padding: 0.4rem;
}

.det_a_il tr td b {
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: .75rem;
}

span.badge.rounded-pill.bg-success {
    float: right;
}

.card-title14 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-block-end: 0;
}

.ed_it {
    background-color: #00b2b2;
    padding: 3px 7px;
    border-radius: 25px;
    color: #eee;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: -8px;
    z-index: 9;
}

.w40 {
    width: 40%;
}

.multiselect-dropdown .placeholder {
    background-color: unset;
    color: #50545c !important;
}

.app-sidebar .main-sidebar-header .header-logo img {
    height: auto !important;
}

.multiselect-dropdown {
    width: 100% !important;
}

#pre-loader {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    cursor: pointer;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999999;
    display: none;
}

#pre-loader img {
    margin-left: 45%;
    margin-top: 15%
}

label.message-error-html {
    color: #ff0000;
}

.table th {
    padding: 5px !important;
    font-size: 12px !important;
    /* text-align: center !important; */
    vertical-align: center !important;
}

.table td {
    padding: 5px !important;
    font-size: 12px !important;
    vertical-align: center !important;
}

.app-sidebar .side-menu__icon {
    font-size: 15px !important;
    line-height: 27px !important;
}

.modal {
    z-index: 105 !important;
}

.loginScreenLogo img {
    margin: auto;
}

.flatpickr-calendar.open {
    z-index: 110 !important;
}

input.s_no {
    width: 20px;
    background-color: inherit;
    border: none;
    cursor: default;
}

@font-face {
    font-family: password;
    src: url(../fonts/password.ttf);
}

.password {
    font-family: password !important;
}

.inputWith42 {
    background-color: #fbc82f;
    font-weight: bold;
    width: 35%;height: 25px;
    border: 1px solid #000;
}
.inputWith75 {
    background-color: #fbc82f;
    font-weight: bold;
    width: 70%;height: 25px;
    border: 1px solid #000;
}

.inputWith42:focus{
    border: 1px solid #000;
    background-color: #fbc82f;
}
.inputWith75:focus {
    background-color: #fbc82f;
    border: 1px solid #000;
}

form .form-control, .select2-selection, .select2-container--default .select2-selection--single .select2-selection__rendered {
    /* box-shadow: 0px 1px 4px 0 #dadee8 !important; */
    border-color: black !important;
}
input, textarea, select {
    border-color: #000 !important;
}
input[readonly] {
    background-color: #f0f1f6 !important;
    color: #031b4e;
    pointer-events: none;
}
input.flatpickr-input[readonly] {
    pointer-events: visible !important;
}
input:focus, textarea:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
}

/* .card.custom-card {
    background-color: #f8f9fafa !important;
} */
.table thead th {
    /* position: sticky; */
    top: 0;
    background-color: #f8f9fa;
}
.sticky-col {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 1;
}
.summary-box {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
}
/* .modal-content .modal-body{
    background-color: aliceblue !important; 
} */
.select2-container .select2-selection--single {
    background-color: #1e1e2d;  /* change to your theme background */
    border: 1px solid #3e3e50;  /* match your theme border */
    color: #000;                /* match your text color */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #000;
}

.select2-results__option {
    color: #000;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:active {
    border-color: #4e9eff; /* your active/focus border color */
    outline: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
}
.select2-container--default .select2-results__option {
    border-bottom: 1px solid #6d7780;
}
.select2-dropdown {
    border: 1px solid !important;
}
.select2-container--default .select2-results__option:last-child {
    border-bottom: none;
}
.select2-container--default .select2-results__option:first-child {
    border-top: 1px solid #6d7780;
}
.ql-container.ql-snow {
  height: auto !important;
  border: 1px solid !important;
}
.ql-toolbar.ql-snow, .dropzone.dz-clickable{
    border: 1px solid !important;
}
.multiselect-dropdown{
    border: 1px solid !important;
    padding: .375rem .75rem !important;
}
.main-header-profile-custom-text{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-left: 7px;
}
.main-header-profile-custom-text .header-name {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.main-header-profile-custom-text .header-username {
    color: #5b6e88;
    font-size: 12px;
    font-weight: 400;
}
.text-left{
    text-align: left !important;
}
.border_right_1px {
  border-right: 2px solid #eee;
}
.comment-list{
    height: 410px;
    overflow-y: auto;  /* or scroll */
    overflow-x: hidden;
    scrollbar-gutter: stable;
}
.comment-list::-webkit-scrollbar {
    width: 2px; /* Scrollbar width */
}

.comment-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

.comment-list::-webkit-scrollbar-thumb {
    background: #888; /* Scroll thumb color */
}

.comment-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}