body {
    font-family: 'open_sansregular';
    font-size: 13px;
    background-color: rgba(231, 235, 239, 1);
}

.bold {
    font-family: 'open_sansbold';
}

.semibold {
    font-family: 'open_sanssemibold';
}

a {
    text-decoration-skip: ink;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%
}

svg {
    touch-action: none;
}

#main_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

.form-control {
    border-color: #E8E9E9;
    font-size: 12px;
}

    .form-control::placeholder {
        color: #BABDBF;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #E8E9E9;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0%)
    }

.menu_toggle {
    color: #fff;
    font-size: 18px;
    opacity: .8;
}

    .menu_toggle:hover {
        color: #fff;
    }


.search_txt {
    background-color: #ffffff;
    background-image: url('../../_Images/search-icon_black.svg');
    background-position: 10px 8px;
    background-position: right 8px bottom 9px;
    background-repeat: no-repeat;
    background-size: 14px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.sub_hd_txt {
    font-size: .9rem;
    font-family: 'open_sanssemibold';
}



/*================Page Wrapper================*/
.page {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 265px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 265px);
    position: relative;
}

@media screen and (max-width: 1200px) {
    .page {
        left: 60px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 767px) {
    .page {
        padding: 56px 0 0 0;
        width: 100%;
        left: 0;
    }
}

.page .section-body {
    padding: 0 0px;
}

@media screen and (max-width: 767px) {
    .page .section-body {
        padding: 0;
    }
}

.page .section-body {
    background: #f4f6f9;
}

/*======================Leftsidebar==============================*/
#left-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 280px;
    background-color: #fff;
    border-right: 1px solid #E6E9ED;
    left: -15px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    padding: 10px 15px 20px 76px;
    z-index: 999;
}

#left-sidebar {
    background-color: #fff;
    height: -webkit-fill-available;
}

@media screen and (max-width: 1200px) {


    #left-sidebar {
        left: -280px;
    }
}

@media screen and (max-width: 767px) {

    .header_top {
        left: -60px !important;
    }

    #left-sidebar {
        padding-top: 65px;
        padding-left: 20px;
    }
}

#left-sidebar > .container {
    padding: 0;
}

#left-sidebar .brand-name {
    margin-top: 5px;
}

#left-sidebar .sidebar-nav {
    height: calc(100vh - 190px);
    overflow-y: auto;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    #left-sidebar .sidebar-nav {
        padding-bottom: 40px;
        height: calc(100vh - 97px);
    }
}

#left-sidebar .menu_option {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
}

    #left-sidebar .menu_option.active, #left-sidebar .menu_option:hover {
        opacity: 1;
    }

#left-sidebar .nav-link, #left-sidebar .nav-item {
    min-width: auto;
}

.header_top > .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
}

@media screen and (max-width: 767px) {
    #heade_container {
        background: #019cac;
        z-index: 1030;
        position: fixed;
        top: 0;
        color: #fff;
    }
}


/*===================Offcanvas leftsidebar menu=================*/

.offcanvas-active #header_top {
    background: #019CAC;
}

.offcanvas-active #left-sidebar {
    left: -280px;
}

@media screen and (max-width: 767px) {
    .offcanvas-active .header_top {
        left: 0px !important;
        transition: all 0.3s ease-in-out;
        padding-top: 65px !important;
    }
}

@media screen and (max-width: 1200px) {
    .offcanvas-active #left-sidebar {
        left: -15px;
        position: fixed;
        z-index: 999;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .offcanvas-active #left-sidebar {
        left: 35px;
        position: fixed;
    }
}

.offcanvas-active .page {
    left: 60px;
    width: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
    .offcanvas-active .page {
        left: 0;
        width: 100%
    }
}

/*==========================fixed side haeder===================*/
#header_top {
    background: #019CAC;
    z-index: 1030;
    position: fixed;
    width: 60px;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    #header_top {
        background: #019CAC;
        border-right: 1px solid rgba(0, 40, 100, 0.12);
    }

        #header_top .hright {
            display: flex;
            align-items: center;
        }
}

#header_top .nav-link {
    padding: 12px;
    display: inline-flex;
    color: #333537;
}

    #header_top .nav-link i {
        font-size: 20px;
        color: #fff;
    }


/* =================2nd side bar list item================*/
.metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .metismenu .collapse {
        display: none;
    }

        .metismenu .collapse.in {
            display: block;
        }

    .metismenu .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition-timing-function: ease;
        transition-duration: .35s;
        transition-property: height, visibility;
    }

    .metismenu .g_heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #666A6D;
        padding-left: 22px;
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .metismenu > li {
        padding-left: 22px;
        border-bottom: 1px solid #ededed;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

        .metismenu > li i {
            font-size: 16px;
            width: 30px;
            display: inline-block;
            position: relative;
            top: 1px;
        }

    .metismenu a {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        /*  border-right: 2px solid transparent;
    color: #292b30;*/
        position: relative;
        padding: 10px 0;
        outline-width: 0;
    }

        .metismenu a:hover {
            color: #1A5089;
            border-color: #1A5089;
        }

        .metismenu a:hover {
            letter-spacing: 1px;
        }

    .metismenu .active > a {
        font-family: 'open_sanssemibold';
        color: #292b30;
        border-color: #292b30;
    }

    .metismenu .active ul .active a {
        color: #292b30;
        background: transparent;
    }

    .metismenu ul {
        padding: 0;
        list-style: none;
    }

        .metismenu ul > li:last-child {
            padding-bottom: 20px;
        }

        .metismenu ul a {
            color: #4D5052;
            font-size: 14px;
            padding: 5px 15px 5px 30px;
            position: relative;
        }

            .metismenu ul a::before {
                font-size: 14px;
                font-family: 'open_sanssemibold' !important;
                content: "\e999";
                position: absolute;
                left: 1px;
            }

            .metismenu ul a.list-b::before {
                content: "\e945"
            }

            .metismenu ul a.list-c::before {
                content: "\e911"
            }

        .metismenu ul ul a {
            padding: 10px 15px 10px 70px;
        }

        .metismenu ul.collapse a:hover, .metismenu ul.collapse a:focus {
            text-decoration: none;
        }

    .metismenu a {
        color: #202121
    }

        .metismenu a:hover {
            color: #1A5089;
            border-color: #1A5089
        }

    .metismenu .active > a {
        color: #019cac;
        border-color: #1A5089
    }

    .metismenu .active ul .active a {
        color: #1A5089;
        background: transparent
    }

    .metismenu.grid > li.active > a,
    .metismenu.grid > li > a:hover {
        background: rgba(26, 80, 137, 0.1);
        color: #1A5089;
    }



.icon i {
    vertical-align: -1px;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}

    a.icon.active {
        background-color: #20818B;
        border-radius: 5px;
    }

/*=========================Card===============================*/
.card {
    background-color: #fff;
}

    .card .card-options a {
        color: #1A5089
    }

        .card .card-options a.btn {
            color: #fff
        }

    .card.card-fullscreen {
        background-color: #fff !important
    }

.card {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: .55rem;
    border-color: #E6E9ED;
    position: relative;
    width: 100%
}

    .card.box_shadow {
        -moz-box-shadow: 0 3px 10px rgba(41, 43, 48, 0.08);
        -webkit-box-shadow: 0 3px 10px rgba(41, 43, 48, 0.08);
        box-shadow: 0 3px 10px rgba(41, 43, 48, 0.08);
    }

    .card .card {
        box-shadow: none;
    }

.card-body {
    padding: 10px 15px;
    flex: 1 1 auto;
    position: relative;
}

    .card-body + .card-body {
        border-top: 1px solid rgba(0, 40, 100, 0.12);
    }

@media print {
    .card-body {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .card-body {
        padding: 15px 15px;
    }
}

.card-body-scrollable {
    overflow: auto;
}

.card-header {
    padding: 0px 0px;
    display: flex;
    align-items: center;
    border-color: #E6E9ED;
    background-color: #fff;
}

.card-body + .card-table {
    border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-profile .card-header {
    height: 9rem;
    background-size: cover;
}

.card-body + .card-list-group {
    border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.dropdown {
    display: inline-block;
}



/*==================================Media Querys===================*/

@media screen and (max-width: 1024px) {
    .hidden-md {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .sm-hide {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .xs-hide {
        display: none !important;
    }
}




/*=================-Custom Tabs-=================*/
.kpc_tabs {
    font-family: 'open_sansregular';
    font-size: 14px;
    background: #fff;
}

    .kpc_tabs li {
        margin-right: -1px !important;
    }

.nav-tabs .nav-item {
    margin-right: -1px !important;
    padding-right: 35px;
}

.kpc_tabs li a {
    color: #000;
    font-family: 'open_sansregular';
    padding: 7px 0px;
    -o-border-image: initial !important;
    border-image: initial !important;
    border-radius: 0px !important;
    letter-spacing: .22px;
}

    .kpc_tabs li a.active {
        font-family: 'open_sanssemibold';
        color: #019cac !important;
        background-color: #fff !important;
    }

        .kpc_tabs li a.active .menu_line {
            display: block;
            margin-top: 0;
            margin-bottom: 0;
            border-top: 3px solid #39a9ff !important;
            margin-top: 5px;
            margin-bottom: -7px;
            opacity: 1;
        }

.menu_line {
    display: none;
}

    .menu_line:hover {
        display: none;
    }

.nav-tabs .nav-link {
    border: 0px solid transparent !important;
}

.nav-tabs {
    border-bottom: 0px solid #efefef;
}

.flex-item {
    background-color: #fff;
    border: 1px solid #e3e4e9;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.21) !important;
    width: 227px;
}


/*-=================Accordian ================*/
.accordion {
    margin-top: 40px;
}

    .accordion .card {
        border: none;
        margin-bottom: 20px;
    }

        .accordion .card h2 {
            background: url('https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png') no-repeat calc(100% - 6px) center;
            background-size: 12px;
            cursor: pointer;
            font-size: 14px;
        }

            .accordion .card h2.collapsed {
                background-image: url('https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png');
            }

    .accordion .card-body {
        padding-left: 0;
        padding-right: 0;
    }

.custom-card-header {
    background-color: #eff3fb;
    color: #125997;
    font-size: 13px;
    padding: 10px 10px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

@media only screen and (max-width: 425px) {
    .myfolder {
        padding-left: 5px;
        padding-right: 5px;
    }

    .caseteam {
        padding: 0 10px;
    }

    .over_summary {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.page .section-body {
    background: #e7ebef
}

#header_top .nav-link {
    color: #202121
}




@media only screen and (max-width: 1200px) {
    .header_top > .container {
        border-right: 1px solid rgba(255, 255, 255, 0.07)
    }
}


/*----------------my code----------*/


.alert {
    font-size: .9375rem;
    margin: 0 auto;
    max-width: 430px;
}

.alert-success {
    color: #087380;
    background-color: #08738005;
    border-color: #08738005;
}

@media only screen and (max-width:320px) {
    .kpc_table tr td {
        display: block;
        width: 100%;
    }
}

.search_txt {
    border: 0;
}

/*==============Checkbox control===============*/

.check_label {
    position: relative;
    padding-left: 26px;
    margin-top: 0.2rem;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check_label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    margin-top: 0px;
    background-color: #fff;
    border: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.check_label:hover input ~ .checkmark {
    background-color: #fff;
    border: 2px solid #ccc;
}

.check_label input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_label input:checked ~ .checkmark:after {
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.check_label .checkmark:after {
    left: 4px;
    /* top: 1px; */
    width: 4px;
    height: 10px;
    border: solid #0099c9;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check_label input:disabled ~ .checkmark {
    background-color: #ddd !important;
    border: 2px solid #ccc;
}



@media screen and (max-width: 1200px) {
    .flex-item {
        width: 198px;
    }
}

@media screen and (max-width: 426px) {
    .flex-item {
        width: 163px;
    }

    .nav-tabs .nav-item {
        font-size: 12px;
        padding-right: 30px;
    }

    .card-header {
        background-color: #f0fcfd;
    }

    .kpc_tabs {
        background-color: #f0fcfd;
    }

        .kpc_tabs li a.active {
            box-shadow: 0 0 2px #ccc;
        }

    .show_count {
        font-size: 11px;
    }
}

@media screen and (max-width: 375px) {
    .flex-item {
        width: 295px;
    }

    .nav-tabs .nav-item {
        padding-right: 18px;
    }
}

@media screen and (max-width: 320px) {
    .nav-tabs .nav-item {
        padding-right: 0px;
    }
}

/*=============== Page Loader =================*/
.loader {
    height: 2.5rem;
    width: 2.5rem;
    color: #2185d0;
    display: block;
    position: relative
}

.loader {
    color: #1A5089
}

    .loader:before,
    .loader:after {
        width: 2.5rem;
        height: 2.5rem;
        margin: -1.25rem 0 0 -1.25rem;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%
    }

    .loader:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid currentColor;
        opacity: .15
    }

    .loader:after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        animation: loader .6s linear;
        animation-iteration-count: infinite;
        border: 3px solid;
        border-color: transparent;
        border-top-color: currentColor;
        box-shadow: 0 0 0 1px transparent
    }


.page-loader-wrapper {
    text-align: center;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #E8E9E9;
    display: flex
}

    .page-loader-wrapper .loader {
        position: relative;
        top: calc(40% - 30px);
        justify-content: center;
        width: 100%
    }

    .page-loader-wrapper img {
        width: 38px;
        height: 38px
    }


@keyframes loader {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}



/* =================Scrollbar Styling ================*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 10px;
    background: #cccccc96;
}
