/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

img {
    max-width: 100%
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
    font-weight: bold;
    color: #444 !important;
}

    a.navbar-brand span {
        color: #006c51;
    }

/* Provide sufficient contrast against white background */
a {
    color: #006c51;
}

    a:hover {
        color: #006c51;
        text-decoration: none;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    overflow-x: hidden
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    /* min-height: 100%; */
}

body {
    /* overflow-x: hidden; */
    font-family: 'cairo';
    /* overflow-x: hidden; */
    padding: 0;
    margin: 0;
}

.footer {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 29px;
    /* Vertically center the text there */
    padding: 11px 27px;
    background: #fff;
}

.sideBar {
    position: fixed;
    width: 250px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #c39a51;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 100;
    overflow-y: auto;
}

.sideMenuClosed .sideBar {
    width: 83px;
}

.sideMenuClosed .logo {
    padding: 4px;
    border-radius: 100%;
    /* margin: 0 14px; */
    /* height: 54px; */
    width: 55px;
}

    .sideMenuClosed .logo img {
        height: 46px;
        /* padding: 0 5px; */
        /* margin-right: 1px; */
    }

.sideMenuClosed .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 11px 0;
}

    .sideMenuClosed .navbar-nav .nav-item .nav-link span {
        position: absolute;
        left: 150%;
        background: #000;
        padding: 5px 10px;
        top: 0;
        white-space: nowrap;
        border-radius: 6px;
        visibility: hidden;
        opacity: 0;
    }

    .sideMenuClosed .navbar-nav .nav-item .nav-link:hover span {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .sideMenuClosed .navbar-nav .nav-item .nav-link i {
        font-size: 17px;
        margin: 0 !important;
    }

    .sideMenuClosed .navbar-nav .nav-item .nav-link:after {
        display: none
    }

/* scrollbar 
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fbf0df;
}


::-webkit-scrollbar-thumb {
    background: #fee9c9;
}


    ::-webkit-scrollbar-thumb:hover {
        background: #f2dec0;
    }
*/
/******************************/
.logo {
    display: block;
    text-align: center;
    /* background: #fff; */
    margin: 20px 11px 2px;
    /* border-radius: 14px; */
    /* padding: 13px 0 11px; */
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    width: 91%;
}


    .logo img {
        height: 140px;
        margin: 0 auto;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        max-width: none;
    }

.navbar-nav {
    display: block;
}

    .navbar-nav .nav-item {
        display: block;
    }

        .navbar-nav .nav-item .subMenu {
            list-style: none;
            padding: 0;
            margin: 0;
            background: #ffffff1c;
            border-radius: 15px;
        }

            .navbar-nav .nav-item .subMenu a {
                color: #fff;
                text-transform: capitalize;
                padding: 2px 23px;
                display: block;
            }

                .navbar-nav .nav-item .subMenu a:hover:before {
                    margin-right: 11px;
                }

            .navbar-nav .nav-item .subMenu li:first-child {
                padding-top: 12px;
            }

            .navbar-nav .nav-item .subMenu li:last-child {
                padding-bottom: 12px;
            }

            .navbar-nav .nav-item .subMenu a:before {
                content: "-";
                margin-right: 7px;
                font-weight: bold;
                font-size: 16px;
                -webkit-transition: all ease 0.4s;
                transition: all ease 0.4s;
            }

        .navbar-nav .nav-item .nav-link {
            color: #eed2b3 !important;
            font-weight: 500;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
            position: relative;
            padding: 8px 15px;
            font-weight: bold;
            border-radius: 10px;
            margin-bottom: 5px;
            /* border-bottom: 1px #ffffff45 solid; */
        }

        .navbar-nav .nav-item button.nav-link {
            width: 100%;
            text-align: left
        }

        .navbar-nav .nav-item .nav-link span {
            display: inline-block;
        }

    .navbar-nav:nth-child(2) .nav-item:last-child .nav-link {
        border: none
    }

    .navbar-nav .nav-item.hasDrop .nav-link:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 18px;
        font-size: 9px;
        top: 38%;
    }

    .navbar-nav .nav-item.hasDrop .nav-link[aria-expanded="true"]:after {
        content: "\f077"
    }

    .navbar-nav .nav-item .nav-link:hover,
    .navbar-nav .nav-item .nav-link:focus,
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
        color: #c39a51 !important;
        background: #fff;
    }

        .navbar-nav .nav-item .nav-link:hover i,
        .navbar-nav .nav-item .nav-link:focus i {
            margin-right: 10px;
        }

    .navbar-nav .nav-item .nav-link i {
        margin-right: 4px;
        -webkit-transition: all ease 0.1s;
        transition: all ease 0.1s;
        width: 22px;
        font-size: 17px;
        display: inline-block;
        position: relative;
        top: 2px;
    }

        .navbar-nav .nav-item .nav-link i.las {
            font-size: 24px;
            position: relative;
            top: 4px;
        }

.sideMenu {
    padding: 17px 10px;
}

.main {
    width: calc(100% - 250px);
    margin-left: auto;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background: #ededed;
}

.navbar {
    padding: 16px 31px;
}

.sideMenuClosed .main {
    width: calc(100% - 84px);
}

.content-wrap {
    padding: 10px 25px;
    min-height: calc(100vh - 129px);
}

    .content-wrap .contt {
        background: #fff;
        padding: 33px 32px 40px;
        margin-bottom: 20px;
        border-radius: 15px;
    }

    .content-wrap h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .content-wrap h4 {
        font-size: 16px;
        font-weight: 600;
        color: #d7b583;
    }

    .content-wrap h1:before {
        content: "\e649";
        font-family: 'themify';
        position: relative;
        top: -1px;
        font-weight: normal;
        font-size: 14px;
        margin-right: 7px;
        color: #006c51;
    }

.dataTables_wrapper {
    overflow-x: auto;
    padding-bottom: 22px;
}

.main-header-menu-icon {
    margin-right: 19px;
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
}

    .main-header-menu-icon span {
        display: block;
        position: relative;
        width: 15px;
        height: 2px;
        background-color: #2f395f;
        border-radius: 3px;
        transition: all 0.2s ease-in-out;
    }

        .main-header-menu-icon span::before,
        .main-header-menu-icon span::after {
            content: "";
            position: absolute;
            left: 0;
            width: 20px;
            height: 2px;
            background-color: #2f395f;
            border-radius: 3px;
            transition: all 0.2s ease-in-out;
        }

        .main-header-menu-icon span::before {
            top: -6px;
        }

        .main-header-menu-icon span::after {
            bottom: -6px;
        }

/**********dataTables_wrapper*******************/
body .dataTables_wrapper .dataTables_length select,
body .dataTables_wrapper .dataTables_filter input {
    border: 1px #ddd solid;
    border-radius: 10px;
    margin: 0 4px;
}

body table.dataTable thead > tr > th {
    background: #c39a51;
    color: #eed2b3;
    font-size: 14px;
    /* border: none; */
    padding: 20px 18px;
    line-height: 16px;
    border-right: 1px #dbc097 solid;
    /* border-bottom: none; */
    vertical-align: middle;
    /* border-bottom: 1px #dbc097 solid; */
    text-transform: capitalize;
}

body table.dataTable {
    border-radius: 20px
}

    body table.dataTable thead > tr > th:first-child {
        border-left: 1px #ffffff solid;
        border-radius: 14px 0 0 0;
        border-top: #ffff;
    }

    body table.dataTable thead > tr > th:last-child {
        border-radius: 0 15px 0 0;
        border-color: #ffff;
    }

    body table.dataTable tbody td {
        vertical-align: middle;
        font-size: 14px;
        font-weight: 600;
        color: #777;
        border: 1px #ddd solid;
        border-bottom: none;
        border-right: none;
    }

    body table.dataTable tbody tr:last-child td {
        border-bottom: 1px #ddd solid;
    }

        body table.dataTable tbody tr:last-child td:first-child {
            /* border-radius: 20px;*/
        }

    body table.dataTable tbody td:last-child {
        border-right: 1px #ddd solid;
    }

.dataTables_wrapper .dataTables_info {
    font-weight: 600;
    color: #777;
    font-size: 14px
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
}

table.dataTable thead th,
table.dataTable thead td {
    /* border-bottom: none !important; */
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #006c51;
    color: #fff !important;
    line-height: 15px;
    padding: 5px 9px;
}

.btnCon {
    display: flex;
    justify-content: center;
}

.tableIco {
    background: #f3f3f3;
    width: 30px;
    height: 30px;
    display: inline-flex;
    margin: 0 3px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: normal;
    border-radius: 100%;
    font-size: 12px;
}

    .tableIco i {
        /* font-weight: normal; */
    }

.btn {
    /* background: #08b388; */
    /* border-color: #08b388; */
    color: #fff !important;
    font-weight: 600;
    font-family: 'cairo';
    border-radius: 10px;
    font-size: 14px;
    padding: 6px 13px;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn:hover {
    color: #fff !important;
    box-shadow: none
}

.btn-primary:hover,
.btn-primary:focus {
    background: #058766 !important;
    border-color: #058766 !important;
}

.btn i,
.btn:before {
    margin-right: 10px;
}

.btn:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: normal
}

.btn-success,
#registerSubmit.btn {
    background-color: #006c51;
    border-color: #006c51;
}

    .btn-success:hover,
    .btn-success:focus,
    #registerSubmit.btn:hover,
    #registerSubmit.btn:focus {
        color: #fff;
        background-color: #038968 !important;
        border-color: #038968 !important;
    }

.form-control {
    height: 47px;
    border-radius: 10px;
}

    .form-control:focus {
        border-color: #cee3de;
        box-shadow: 0 0 0 0.2rem rgb(80 149 131 / 16%);
    }

input,
select,
button,
a {
    outline: 0 !important
}

.form-group label {
    font-size: 15px;
    font-weight: bold;
}

table.dataTable {
    border-bottom: none !important
}

dt.col-sm-3:before {
    content: "-";
    color: #006c51;
    font-size: 18px;
    margin-right: 5px;
}

.logInCon .col-md-6,
#registerForm .col-md-6 {
    border-left: 1px #ededed solid;
    padding-left: 31px;
    margin-left: 22px;
}

.LogWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: url(../img/Loginbg.jpg) no-repeat center center;
    background-size: 100%;
}

.logInBg {
    /* background: #fff; */
    width: 703px;
    max-width: 96%;
    border-radius: 30px;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}



    .logInBg h1 {
        font-size: 19px;
        font-weight: bold;
    }

    .logInBg .form-group label {
        color: #006c51;
        font-weight: normal;
    }

.logBg {
    padding: 20px 20px;
    text-align: center;
    border-radius: 30px 0 0 30px;
    background: #c39a51cc;
}

.logBgrght {
    padding: 32px 35px;
    padding-right: 42px;
    border-radius: 0 30px 30px 0;
    background: rgb(255 255 255 / 85%);
}

.logBg h5 {
    color: #fff;
}

.logBg p {
    line-height: 18px;
    color: rgb(255 255 255 / 75%);
}

.logBg .Loglogo {
    margin: 20px 0;
    display: block;
}

    .logBg .Loglogo img {
        height: 152px;
    }

.userAvatar {
    /* display: inline-flex; */
    margin-left: auto;
    /* align-items: center; */
}

    .userAvatar .dropdown-toggle {
        display: flex;
        align-items: center;
    }

    .userAvatar .dropdown-menu {
        min-width: 100%
    }

    .userAvatar .imgCon {
        width: 50px;
        height: 50px;
        background: #fff;
        padding: 8px;
        border-radius: 100%;
        border: 1px #ddd solid;
        margin-right: 10px;
    }

        .userAvatar .imgCon .dropdown-menu {
            padding: 10px 8px;
            border: none;
            box-shadow: 0 0 4px rgb(0 0 0 / 22%);
            border-radius: 10px;
            top: 106%;
        }

            .userAvatar .imgCon .dropdown-menu .dropdown-item {
                padding: 5px 13px;
                /* font-weight: 600; */
                border-radius: 8px;
                color: #565656;
            }

                .userAvatar .imgCon .dropdown-menu .dropdown-item:hover,
                .userAvatar .imgCon .dropdown-menu .dropdown-item:focus {
                    background: #006c51;
                    color: #fff
                }

        .userAvatar .imgCon .dropdown-toggle {
            cursor: pointer;
        }

            .userAvatar .imgCon .dropdown-toggle:after {
                display: none
            }

        .userAvatar .imgCon img {
            /* width: 56px; */
            /* min-width: 56px; */
            /* height: 56px; */
        }



    .userAvatar b {
        color: #006c51;
        font-size: 15px;
        /* font-weight: normal; */
    }

    .userAvatar p {
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        color: #555;
        line-height: 18px;
    }

    .userAvatar h5 {
        font-size: 14px;
        margin: 2px 0 0;
        font-weight: bold;
        color: #000;
    }

        .userAvatar h5 b {
            margin-left: 3px;
        }

.dashBlock {
    border-radius: 20px;
    /* box-shadow: 0 0 6px #00000026; */
    text-align: center;
    padding: 5px 11px;
    position: relative;
    /* background: #f5f5f5; */
    border: solid 1px #e9e9e9;
}

    .dashBlock .txtCon {
        /* height: 65px; */
        /* overflow: hidden; */
        /* margin-bottom: 13px; */
    }

    .dashBlock i {
        width: 74px;
        height: 74px;
        font-size: 30px;
        /* box-shadow: 0 0 3px #00000038; */
        border-radius: 100%;
        display: flex;
        color: #ffffff;
        align-items: center;
        justify-content: center;
        margin: 10px auto 14px;
        background: #5a4d8f;
    }

    .dashBlock h4 {
        color: #333;
    }

    .dashBlock p {
        line-height: 17px;
        height: 31px;
        overflow: hidden;
        font-weight: 500;
        display: none;
    }

    .dashBlock span {
        position: absolute;
        width: 31px;
        height: 31px;
        color: #eed2b3;
        border-radius: 100%;
        background: #c39a51;
        right: -12px;
        top: -10px;
        font-weight: bold;
        padding-top: 5px;
    }

.cardId {
    text-align: center;
    /* border: 2px #ffffff solid; */
    width: 298px;
    height: 376px;
    padding: 0 !important;
    max-width: 100%;
    margin: 0 auto !important;
    position: relative;
    background: #bb7155;
}

    .cardId:after {
        content: "";
        width: 53px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/lftbg.png) no-repeat center top;
        background-size: 100%;
    }

    .cardId:before {
        content: "";
        width: 53px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/rghtbg.png) no-repeat center top;
        background-size: 100%;
    }

    .cardId#divBack:after, .cardId#divBack:before {
        display: none
    }

#divFront:first-child .cardId:first-child {
    margin-top: 0
}

#divFront:last-child .cardId:last-child {
    page-break-after: unset;
    height: 364px;
    padding-top: 17px !important;
}

.cardId#divBack p {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0 25px;
    line-height: 16px !important;
}

.cardId#divBack > div:first-child p:first-child {
    margin-top: 46px;
}

.cardId#divBack > div + div p {
    font-weight: 700 !important;
    font-size: 10px !important;
    color: #ffffffe0;
    padding: 0 15px;
    line-height: 15px !important;
}

    .cardId#divBack > div + div p strong {
        font-size: 12px !important;
    }

.cardId#divBack strong {
    margin-top: 4px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

@media print {
    .cardId {
        page-break-after: always;
    }
}

.cardId .logoCard {
    margin-top: 0;
    background: transparent !important;
    position: relative;
    margin-bottom: 21px;
    padding: 8px 16px;
}

    .cardId .logoCard h3 {
        font-size: 21px;
    }



.cardId > div {
    margin: 0;
}

    .cardId > div.foot {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgb(254 197 74);
        z-index: 5;
    }

.cardId#divBack {
    color: #fff;
    padding-top: 3px !important;
}

.cardId #isDateDiv {
    background: rgb(254 197 74);
}

    .cardId #isDateDiv label, .cardId #isDateDiv h4 {
        color: #bb7155 !important;
        font-size: 14px;
        font-weight: bold;
    }

.cardId > div.foot p { /* color:#bb7155; */
    font-weight: bold;
    margin: 13px 0;
    font-size: 18px;
}

.cardId #empData div label {
    margin-left: 13px;
    margin-bottom: 5px;
    color: #fff !important;
}

.cardId .logoCard img {
    height: 97px;
}

.cardId .logoCard #logoIMG {
    filter: brightness(0) invert(1);
}

.cardId .logoCard #logoIMG {
    height: 70px !important;
    margin-top: 13px;
}

.cardId .imgCon {
    margin: 4px 22px 4px;
}

    .cardId .imgCon.img1 {
        margin: 6px 10px 8px;
    }

.divline {
    height: 2px;
    bottom: 0;
    position: absolute;
    right: 20px;
    left: 20px;
}

.cardId .imgCon.img1 img {
    width: 95px !important;
    height: 95px !important;
    border-radius: 25px !important;
}

.cardId .imgCon img {
    height: 48px;
}

.cardId h4, .cardId #empData div h4 {
    color: #fff !important;
    margin: 0;
    font-size: 13px;
}

.cardId p {
    line-height: 17px !important;
}

.detailsCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5px;
    position: relative;
    padding-bottom: 6px;
}

    .detailsCon:after {
        content: "";
        position: absolute;
        top: 100%;
        width: 80px;
        height: 1px;
        right: 0;
        left: 0;
        background: #dfdfdf;
        margin: 0 auto;
        box-shadow: 0 0 1px #6464649c;
    }

    .detailsCon:last-child:after {
        display: none
    }

    .detailsCon span {
        font-weight: 600;
        color: #444444;
        font-size: 11px;
        max-width: 34%;
        width: 34%;
        line-height: 15px;
    }

        .detailsCon span:nth-child(1) {
            text-align: left;
        }


        .detailsCon span:nth-child(2) {
            text-align: center;
        }

        .detailsCon span:nth-child(3) {
            text-align: right;
        }

.noteCon {
    border: 2px #52adda solid;
    padding: 3px 6px;
}

    .noteCon .detailsCon {
        padding-bottom: 0
    }

        .noteCon .detailsCon:after {
            display: none;
            padding-bottom: 0
        }

    .noteCon p {
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        color: #888;
        margin-bottom: 0px;
        /* letter-spacing: -1px; */
        direction: rtl;
        margin: 0;
    }

.notifications {
    margin-right: 12px;
}

table.dataTable tbody tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(65 195 162) !important;
    color: white;
}

table.dataTable tbody tr.selected a {
    color: #fff !important;
}

.dropdown-toggle {
    cursor: pointer;
}

.notifications .dropdown-toggle {
    width: 36px;
    height: 36px;
    /* margin-right: 15px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 100%;
    color: #444 !important;
}

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

.notifications .dropdown-menu {
    left: auto;
    right: 0;
    width: 350px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px #00000026;
    top: 111%;
}

.notifications .card-body {
    padding: 5px 10px;
}

.notifications .dropdown-menu .card-header {
    background: #006c51
}

.notifications .card-footer {
    font-weight: bold;
}

.notifications .dropdown-menu .card-header h5 {
    color: #fff
}

.bg-success {
    color: #fff
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.card.cardBx {
    padding: 0 3px;
}

    .card.cardBx .card-body {
        padding: 15px 13px;
    }

.logInVideop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: start;
}

    .logInVideop video {
        min-width: 100%;
        width: 100%;
        min-height: 100%;
        position: relative;
        z-index: 1;
    }

    .logInVideop:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(0 0 0 / 52%);
        z-index: 2;
    }

.sideMenuClosed .navbar-nav .nav-item .subMenu {
    background: #006c51;
    position: absolute;
    left: 125%;
    top: 0;
    min-width: 165px;
}

.col-md-1[style="padding-bottom:15px;"] {
    min-width: 130px
}
/****************themes*****************/
.cardId.theme2 {
    background: #ddbb9a;
    color: rgb(79 9 44) !important;
}

    .cardId.theme2#divBack p {
        color: rgb(79 9 44)
    }

    .cardId.theme2 .logoCard h3 {
        color: rgb(79 9 44)
    }

    .cardId.theme2 .logoCard:after {
        background: rgb(79 9 44)
    }

    .cardId.theme2 h4, .cardId.theme2 #empData div h4 {
        color: rgb(79 9 44) !important;
    }

    .cardId.theme2 #empData div label {
        color: rgb(79 9 44) !important;
    }

    .cardId.theme2 > div.foot {
        background: rgb(107 198 175)
    }

        .cardId.theme2 > div.foot p {
            color: #fff
        }

    .cardId.theme2 #isDateDiv {
        background: rgb(107 198 175)
    }

        .cardId.theme2 #isDateDiv h4, .cardId.theme2 #isDateDiv label {
            color: rgb(79 9 44) !important;
        }

    .cardId.theme2 .logoCard #logoIMG {
        filter: brightness(0.5) invert(0.2);
    }

    .cardId.theme2:after {
        background-image: url(../img/lftbg1.png);
    }

    .cardId.theme2:before {
        background-image: url(../img/rghtbg1.png);
    }

    .cardId.theme2 .imgCon.img1 img {
        border-color: #4d092c !important;
    }
.cardId.theme2 {background: url(../img/bg2.svg) no-repeat center top #ddbb9a;background-size: 100%;}
.cardId.theme2#divBack{background:#ddbb9a}
/*************theme3******************/
.cardId.theme3 {
    background: #eee4d9;
    color: rgb(187 113 88) !important;
}
.cardId.theme3 {background: url(../img/bg3.svg) no-repeat center top #eee4d9;background-size: 100%;}
.cardId.theme3#divBack{background:#eee4d9}

    .cardId.theme3#divBack p {
        color: rgb(187 113 88)
    }

    .cardId.theme3 .logoCard h3 {
        color: rgb(187 113 88)
    }

    .cardId.theme3 .logoCard:after {
        background: rgb(34 113 185)
    }

    .cardId.theme3 h4, .cardId.theme3 #empData div h4 {
        color: rgb(187 113 88) !important;
    }

    .cardId.theme3 #empData div label {
        color: rgb(187 113 88) !important;
    }

    .cardId.theme3 > div.foot {
        background: rgb(34 113 185)
    }

        .cardId.theme3 > div.foot p {
            color: #fff
        }

    .cardId.theme3 #isDateDiv {
        background: rgb(34 113 185)
    }

        .cardId.theme3 #isDateDiv h4, .cardId.theme3 #isDateDiv label {
            color: #fff !important;
        }

    .cardId.theme3 .logoCard #logoIMG {
        filter: none;
    }

    .cardId.theme3:after {
        background-image: url(../img/lftbg2.png);
    }

    .cardId.theme3:before {
        background-image: url(../img/rghtbg2.png);
    }

    .cardId.theme3 .imgCon.img1 img {
        border-color: #bb7155 !important;
    }
.cardId.theme1:before,.cardId.theme1:after,
.cardId.theme2:before,.cardId.theme2:after,
.cardId.theme3:before,.cardId.theme3:after{display:none}
.cardId.theme1 {background: url(../img/bg.svg) no-repeat center top #bb7155;background-size: 100%;}
.cardId.theme1#divBack{    background: #bb7155;}
/***********responsive***************/
@media (max-width: 820px) {
    .row.mb-3 .col-md-4.mb-3 {
        min-width: 50%
    }

    .col-md-4,
    .col-md-3 {
        min-width: 50%
    }

        .col-md-4.col-lg {
            margin-bottom: 20px
        }

    .row.mt-4 .col-md-4,
    .row.mt-4 .col-md-8 {
        width: 100%
    }

    .sideMenuClosed .main,
    .main {
        width: calc(100% - 65px);
        margin: 0;
        margin-left: 67px;
    }

    .main {
        margin-left: 252px;
    }
}

@media (max-width: 768px) {
    .LogWrap {
        background-size: cover
    }

    .content-wrap .contt {
        padding: 30px 15px
    }
}

@media (max-width: 767px) {
    .logInBg {
        max-width: 89%
    }

    .logBg {
        border-radius: 30px;
        margin-bottom: 20px;
    }



    .logBgrght {
        border-radius: 30px;
    }

    a.navbar-brand {
        display: none
    }

    .sideMenuClosed .sideBar {
        width: 65px;
        overflow: visible;
        z-index: 100;
    }

    .sideMenuClosed .logo {
        margin: 27px 5px 5px;
    }

    .navbar {
        padding: 8px 10px;
    }

    .userAvatar p {
        font-size: 12px;
    }

    .userAvatar h5 {
        font-size: 10px;
        margin: 0;
    }

    .userAvatar {
    }



    .content-wrap {
        padding: 0 10px;
        min-height: calc(100vh - 129px);
    }

    .dashBlock {
        margin-bottom: 20px
    }

    .sideMenuClosed .navbar-nav .nav-item .subMenu {
        background: #006c51;
        position: absolute;
        left: 125%;
        top: 0;
        min-width: 165px;
    }

    .navbar-nav .nav-item {
        position: relative
    }

    .sideMenuClosed .navbar-nav .nav-item .nav-link span {
        left: 102%;
        color: #fff;
        display: none;
    }

    .user-profile-action {
        display: block !important;
    }

        .user-profile-action .user-pro-img {
            margin-bottom: 15px;
        }

    .chart2Con {
        overflow-x: auto;
    }

    #hiringsources,
    #apex-logins {
        width: 475px !important;
    }

    .content-wrap .contt {
        padding: 30px 10px
    }
}
