
.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;
}

.payment_box_main{
    margin-top: 30px;
    border: 1px solid  #b5b5b5;
    border-radius: 5px;
}
.payment_box {
    padding: 17px;
   
}
.pay_card img {
    width: 100%;
}
.pay_lable{
    width: 50%;
}
.pay_card.pay_lable {
    text-align: right;
    padding-right: 20px;
}
.payment_lable {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}
.payment_lable i {
    font-size: 22px;
}
.payment_lable {
    border-bottom: 1px solid #b5b5b5;
    padding:13px 0 13px 18px;
    /* margin-bottom: 15px; */
}