/* SURENDRA image wraper css for all */
/* .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute!important;
    white-space: nowrap !important;
    bottom: 26px !important;
    width: 50% !important;
} */
.bg-body{
    background: #f1f5f9!important;
}
.truncate {
    width: 130px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#single-image {
    .imageWrapper {
        text-align: center;
    }

    .imageWrapper img {
        border-radius: 50%;
        border: 2px solid #b5b5c3;
        width: 100px;
        height: 100px;

    }

    .file-upload {
        position: relative;
        overflow: hidden;
        margin: 10px;
        text-align: center;
        color: #244a8d;
        font-size: 1.2em;
        background: #ffffff;
        border: 2px solid #244a8d;
        border-radius: 5px;
        padding: .5em 2em;
        display: inline;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;

        &:hover {
            color: #ffffff;
            background: #244a8d;
            box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
        }
    }

    .file-upload input.file-input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 100%;
    }
}
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--bs-danger);
    padding-left: 0rem!important;
    font-weight: 600;
}
.badge-primary {
    color: var(--bs-primary-inverse);
    background-color: #244b8a!important;
}
.h-88px {
    height: 88px !important;
}
.icon-style i {
    font-size: 30px !important;
    color: #244a8d !important;
}

.icon-style i::before {
    font-weight: 600 !important;
}

.slider {
    overflow-y: hidden;
    max-height: 700px;
    box-sizing: border-box;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease;
}
.slider.closed {
    max-height: 0;
}

.image-input [data-kt-image-input-action=change] {
    left: 100%;
    top: 100%;
    z-index: 1;
}
.image-input [data-kt-image-input-action=cancel], .image-input [data-kt-image-input-action=remove] {
    position: absolute;
    left: 100%;
    top: 0%;
}

.image-input-wrapper {
    border: 1px solid #a4a8b9;
    background-repeat: round!important;
    background-image: url('../media/avatars/blank.svg');
}

[data-bs-theme="dark"] .image-input-wrapper {
    border: 1px solid #a4a8b9;
    background-repeat: round!important;
    background-image: url('../media/avatars/blank.svg');
}
.id-card-div {
    display: flex;
    column-gap: 50px;
}

.bg-primary {
    background: #244b8a!important;
}

.card{
    border: 1px solid #d6d7dc;
    border-radius: 5px;
}
.shadow-sm{
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05) !important;
}

.properties_container {
    border: 2px solid #244b8a;
    border-radius: 5px;
}

.page-heading {
    padding-bottom: 10px;
    color: #244b8a;
}



.fw-bold {
    font-weight: 900 !important;
}


.header_title {
    font-size: 25px;
    font-weight: bolder;
    color: #244b8a;
}


.form-group{
    margin-top: 10px;
    margin-bottom: 10px;
}

.submit_btn{
    border: none;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 40px;
    background: #244b8a;
    color: white;
}
.submit_btn:hover{
    background: #4c6080;
}
.text-bg{
    color: #244b8a!important;
}
/* form css */

/* recyle-bin */
.notydiv{
    margin: 0px;
    border: 1px solid #a1abc0;
    padding: 10px;
    border-radius: 5px;
}

.under_line{
    text-decoration: underline!important;
}
/* recyle-bin */

/* btn */

.btn-theame{
    color: white!important;
    background: #244b8a!important;
}

/* notyficatin page */

.nav-item .tab-btn{
    color: white!important;
    background: #b5b5c3!important;
}
.nav-link.active .svg_icon svg {
    fill: white!important;
}
.nav-link .svg_icon svg {
    fill: #9E9FAB;
}

.nav-item .active{
    color: white!important;
    background: #244b8a!important;
}

/* notyficatin page */

/* btn */

.btn-theame{
    color: lemonchiffon!important;
    background: #244b8a!important;
}
/* btn */

.app-main {
    padding: 20px;
    display: flex;
}

.notifacation_menubar{
    padding: 10px;
    width: 90%;
    border: 1px solid #a1a5b7;
    border-radius: 5px;
}
.notifacation_menubar .menu-link:hover{
    background:#244b8a!important;
}

.notifacation_menubar .menu-link:hover span{
    color: white!important;

}
.notifacation_menubar .menu-item.active{
    background: #244b8a!important;
}
.notifacation_menubar .menu-item.active span{
    color: white!important;

}

/*  */
.sidebar_div {
    border: 1px solid #d6d7dc;
    border-radius: 3px;
    padding: 10px;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.475rem;
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #244b8a;
}

.nav-pills .nav-link {
    background: gainsboro;
    border: 0;
    color: #606a7c;
    border-radius: var(--bs-nav-pills-border-radius);
}

.nav-tabs .nav-link.active i {
    color: white;
}

.nav-tabs .nav-link {
    background: white;
    border-radius: 3px;
}

.nav-tabs .nav-link:hover {
    background: #cfdaf3b3;
    /* color: white; */
}




#exTab1 .nav-pills {
    justify-content: center;
}

li.active.hhh {
    background: #244b8a;
}

#exTab1 .nav-pills>li.active.hhh>a {
    color: white;
}

.hhh {
    border: 1px solid #606a7c;
    background: #f5f7ff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
}

#exTab1 .nav-pills>li>a {
    border-radius: 0;
    color: black;
}

/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
    border-radius: 0;
    padding: 5px 15px;
}

.nt_title {
    padding: 10px;
}
.table.dataTable thead > tr > th:first-child.sorting_desc:after {
    display: none !important;
}
.table.dataTable thead > tr > th:first-child.sorting_asc:after {
    display: none !important;
}
.underline {
    text-decoration: underline!important;
}
.text-hover-primary {
    transition: color 0.2s ease;
    color: #245ebd !important;
}
.text-hover-primary:hover {
    transition: color 0.2s ease;
    color: #3173df!important;
}
.float_right{
    float: right;
}

.filter_dropdown{
    /* display: block; */
    position: absolute;
    right: 0;
    top: 69px;
}

.image_table{
    width: 50px;
}

.bg_color{
    color: #244b8a;
}

.font_size_color{
    font-size: 26px !important;
    color: #244b8a !important;
}

.properties_container {
    border: 2px solid #244b8a;
    border-radius: 5px;
}

.page-heading {
    padding-bottom: 10px;
    color: #244b8a;
}

.fw-bold {
    font-weight: 900 !important;
}

.properties_container i{
    padding: 10px; position: absolute; font-size: 26px; color: #244b8a;
}

.coupoun_style{
    position: absolute; font-size: 16px; left: 81px; padding: 12px; font-weight: 600;
}

.margin-bottom10{
    margin-bottom: 10px;
}

.padding13{
    padding: 13px;
}

.active_coupoun{
    position: absolute; font-size: 16px; left: 368px; padding: 10px; font-weight: 600;
}

.sus108{
    position: absolute; font-size: 20px; left: 522px; padding: 8px; color: #244b8a; font-weight: 600 !important;
}

.inactive_coupoun{
    position: absolute; font-size: 16px; left: 655px; padding: 10px; font-weight: 600;
}

.sus4{
    position: absolute; font-size: 20px; left: 811px; padding: 8px; color: #244b8a; font-weight: 600 !important;
}

.sus112{
    position: absolute; font-size: 20px; left: 239px; padding: 8px; color: #244b8a; font-weight: 600 !important;
}

#dropdown_lang
{
    margin-top: 12px;
    margin-left: 16px;
}
