html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    background: #e5e5e5;
}

body {
    background: #e5e5e5;
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 14px;
    color: #777777;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

p {
    line-height: 1.6;
    margin-bottom: 10px;
}

label {
    vertical-align: middle;
}

* {
    outline: none !important;
}

a {
    color: #4c7cf3;
    text-decoration: none;
}
a:hover {
    color: #346bf1;
    outline: 0;
    text-decoration: none;
}
a:active {
    color: #346bf1;
    outline: 0;
    text-decoration: none;
}
a:focus {
    color: #346bf1;
    outline: 0;
    text-decoration: none;
}

code {
    color: #4c7cf3;
}

.xp-leftbar {
    width: 250px;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 4px 0px 10px rgba(52, 64, 80, 0.1);
}

.xp-logobar {
    margin-bottom: 15px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.xp-logo {
    font-weight: 600;
    font-size: 20px;
    line-height: 121.4%;
    color: #3e4756;
    text-transform: uppercase;
    display: flex;
}

.xp-navigationbar {
    height: calc(100vh - 100px);
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.xp-rightbar {
    margin-left: 250px;
    overflow: hidden;
    min-height: 500px;
    transition: all 0.3s ease;
}

.xp-contentbar {
    padding: 30px;
    margin-bottom: 30px;
}

.xp-footerbar {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 250px;
    background-color: #ffffff;
    color: #353b48;
    text-align: center;
    padding: 20px 30px;
}

.xp-toggle-menu .xp-footerbar {
    left: 0;
}

 ::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* ----- Icons ----- */
.xp-icon-box div {
    color: #777777;
    border-radius: 50px;
    line-height: 38px;
    white-space: nowrap;
}
.xp-icon-box div p {
    margin-bottom: 0;
    line-height: inherit;
}
.xp-icon-box div p i {
    display: inline-block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    margin-left: -14px;
    margin-bottom: 1px;
    margin-top: 1px;
}
.xp-icon-box div p span.text-alias {
    color: #d4d4d4;
}
.xp-icon-box div:hover {
    color: #ffffff;
    background-color: #4c7cf3;
}
.xp-icon-box div:hover p i {
    color: #4c7cf3;
}
.xp-icon-box div:hover p span.text-alias {
    color: #ffffff;
}
/*
============
    Menu
============
*/
.xp-vertical-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xp-vertical-menu > li {
    position: relative;
    margin: 0;
    padding: 0px 12px 8px 0px;
}
.xp-vertical-menu > li > a {
    padding: 10px 25px;
    color: #777777;
    display: flex;
    align-items: center;
    height: 40px;
}
.xp-vertical-menu > li > a > i {
    display: flex;
    width: auto;
    font-size: 16px;
    vertical-align: middle;
}
.xp-vertical-menu  li  a  span {
    vertical-align: middle;
    margin-left: 8px;
}
.xp-vertical-menu > li:hover > a,
.xp-vertical-menu > li.active > a {
    color: #4c7cf3;
    background: #e8f2ff;
    border-radius: 0px 10px 10px 0px;
}
.xp-vertical-menu > li .label,
.xp-vertical-menu > li .badge {
    margin-top: 3px;
}
.xp-vertical-menu li.xp-vertical-header {
    padding: 14px 25px;
    font-size: 12px;
}
.xp-vertical-menu li > a > .mdi-chevron-right {
    width: auto;
    height: auto;
    padding: 0;
}
.xp-vertical-menu li.active > a > .mdi-chevron-right {
    transform: rotate(-270deg);
}
.xp-vertical-menu li.active > .xp-vertical-submenu {
    display: block;
}
.xp-vertical-menu a {
    color: #777777;
    text-decoration: none;
}
.xp-vertical-menu .xp-vertical-submenu {
    display: none;
    list-style: none;
    padding-left: 5px;
    margin: 0 1px;
    background: rgba(13, 13, 13, 0);
}
.xp-vertical-menu .xp-vertical-submenu .xp-vertical-submenu {
    padding-left: 20px;
}
.xp-vertical-menu .xp-vertical-submenu > li > a {
    padding: 8px 25px 8px 45px;
    display: block;
    font-size: 14px;
    color: #777777;
}
.xp-vertical-menu .xp-vertical-submenu > li > a > .fa {
    width: 20px;
}
.xp-vertical-menu .xp-vertical-submenu > li > a > .mdi-chevron-right,
.xp-vertical-menu .xp-vertical-submenu > li > a > .mdi-chevron-down {
    width: auto;
}
.xp-vertical-menu .xp-vertical-submenu > li.active > a,
.xp-vertical-menu .xp-vertical-submenu > li > a:hover {
    color: #4c7cf3;
}

.xp-vertical-menu-rtl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xp-vertical-menu-rtl > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.xp-vertical-menu-rtl > li > a {
    padding: 10px 25px;
    display: block;
    color: #777777;
}
.xp-vertical-menu-rtl > li > a > i {
    display: inline-block;
    width: 25px;
    font-size: 16px;
    vertical-align: middle;
}
.xp-vertical-menu-rtl > li > a > span {
    vertical-align: middle;
}
.xp-vertical-menu-rtl > li:hover > a,
.xp-vertical-menu-rtl > li.active > a {
    color: #4c7cf3;
    background: #dbe5fd;
}
.xp-vertical-menu-rtl > li .label,
.xp-vertical-menu-rtl > li .badge {
    margin-top: 3px;
}
.xp-vertical-menu-rtl li.xp-vertical-header {
    padding: 10px 15px 10px 25px;
    font-size: 12px;
}
.xp-vertical-menu-rtl li > a > .mdi-chevron-right {
    width: auto;
    height: auto;
    padding: 0;
}
.xp-vertical-menu-rtl li.active > a > .mdi-chevron-right {
    transform: rotate(-270deg);
}
.xp-vertical-menu-rtl li.active > .xp-vertical-submenu {
    display: block;
}
.xp-vertical-menu-rtl a {
    color: #777777;
    text-decoration: none;
}
.xp-vertical-menu-rtl .xp-vertical-submenu {
    display: none;
    list-style: none;
    padding-right: 5px;
    margin: 0 1px;
    background: rgba(13, 13, 13, 0);
}
.xp-vertical-menu-rtl .xp-vertical-submenu .xp-vertical-submenu {
    padding-right: 20px;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a {
    padding: 8px 45px 8px 25px;
    display: block;
    font-size: 14px;
    color: #777777;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a > .fa {
    width: 20px;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a > .mdi-chevron-right,
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a > .mdi-chevron-down {
    width: auto;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li.active > a,
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a:hover {
    color: #4c7cf3;
}

/*
==================
    Topbar
==================
*/
.xp-toggle-menu .xp-leftbar {
    position: fixed;
    width: 100px;
    /* transition: all 0.3s ease; */
}
.xp-toggle-menu .xp-rightbar {
    margin-left: 0px;
}
.xp-toggle-menu .xp-menubar img {
    transform: rotate(180deg) !important;
}

.xp-topbar {
    background-color: #ffffff;
    padding: 15px 30px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(52, 64, 80, 0.1);
}
.xp-topbar .dropdown-toggle::after {
    display: none;
}
.xp-topbar .xp-badge-up {
    position: relative;
    top: -15px;
    margin: 0 -10px;
}
.xp-topbar .xp-searchbar input[type="search"] {
    background-color: #4a5263;
    color: #ffffff;
    padding-left: 20px;
    border: none;
    border-radius: 50px 0 0 50px;
}
.xp-topbar .xp-searchbar .btn {
    background-color: #4a5263;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0 50px 50px 0;
    padding: 4px 15px;
}
.xp-topbar .xp-userprofile a img {
    width: 40px;
}
.xp-topbar .xp-userprofile a .xp-user-live {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #353b48;
    background-color: #4c7cf3;
}
.xp-topbar .xp-userprofile .dropdown-menu {
    top: 15px !important;
    padding: 10px;
    background-color: #f9fafc;
    border: 1px solid #e8ecf4;
}
.xp-topbar .xp-userprofile .dropdown-menu a:hover {
    color: #4c7cf3;
    background-color: #dbe5fd;
    border-radius: 3px;
}
.xp-topbar .xp-notification .dropdown-menu {
    width: 310px;
    padding: 10px;
    top: 15px !important;
    background-color: #f9fafc;
    border: 1px solid #e8ecf4;
}
.xp-topbar .xp-notification li.media.xp-noti {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
    display: flex;
    align-items: center;
}
.xp-topbar .xp-notification li.media.xp-noti a h5 {
    color: #555555;
    font-size: 18px !important;
    margin-bottom: 0px !important;
}
.xp-topbar .xp-notification li.media.xp-noti a h5 span {
    color: #777777;
}
.xp-topbar .xp-notification li.media.xp-noti a p {
    color: #777777;
}
.xp-topbar .xp-notification li.media.xp-noti .xp-noti-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #dbe5fd;
    color: #4c7cf3;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.xp-topbar .xp-notification li.media.xp-noti:hover {
    background-color: #dbe5fd;
}
.xp-topbar .xp-notification li.media.xp-noti:hover a h5 {
    color: #4c7cf3;
}
.xp-topbar .xp-notification li.media.xp-noti:hover a h5 span {
    color: #4c7cf3;
}
.xp-topbar .xp-notification li.media.xp-noti:hover a p {
    color: #4c7cf3;
}
.xp-topbar .xp-notification li.media.xp-noti:hover .xp-noti-icon {
    background: #ffffff;
}
.xp-topbar .xp-message .dropdown-menu {
    width: 310px;
    padding: 10px;
    top: 15px !important;
    background-color: #f9fafc;
    border: 1px solid #e8ecf4;
}
.xp-topbar .xp-message li.media.xp-msg {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
}
.xp-topbar .xp-message li.media.xp-msg a h5 {
    color: #555555;
}
.xp-topbar .xp-message li.media.xp-msg a h5 span {
    color: #777777;
}
.xp-topbar .xp-message li.media.xp-msg a p {
    color: #777777;
}
.xp-topbar .xp-message li.media.xp-msg .xp-noti-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #dbe5fd;
    color: #4c7cf3;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.xp-topbar .xp-message li.media.xp-msg:hover {
    background-color: #dbe5fd;
}
.xp-topbar .xp-message li.media.xp-msg:hover a h5 {
    color: #4c7cf3;
}
.xp-topbar .xp-message li.media.xp-msg:hover a h5 span {
    color: #4c7cf3;
}
.xp-topbar .xp-message li.media.xp-msg:hover a p {
    color: #4c7cf3;
}
.xp-topbar .xp-message li.media.xp-msg:hover .xp-noti-icon {
    background: #ffffff;
}

.xp-breadcrumbbar {
    background-color: #353b48;
    padding: 15px 30px;
}
.xp-breadcrumbbar .page-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
}
.xp-breadcrumbbar .breadcrumb .breadcrumb-item a {
    color: #777777;
}
/*
==================
    Responsive
==================
*/
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}
@media (max-width: 768px) {
    .xp-rightbar {
        margin-left: 0;
    }
    .xp-vertical-menu li.active {
        display: block;
    }

}
@media (max-width: 780px) {
    body {
        overflow-x: hidden;
    }

    .xp-leftbar {
        position: fixed;
        left: -250px;
    }

    .xp-toggle-menu .xp-leftbar {
        position: fixed;
        left: 0px;
    }

    .xp-rightbar {
        margin-left: 0 !important;
    }

    .xp-menubar {
        text-align: right;
        right: -28px !important;
    }

    .xp-searchbar {
        margin-top: 20px;
    }

    .xp-footerbar {
        left: 0;
    }

    .xp-email-rightbar .email-open-box .open-email-head ul {
        text-align: left;
        margin-top: 15px;
    }
}

/*# sourceMappingURL=style.css.map */
.xp-menubar {
    text-align: right;
    width: 22px;
    height: 22px;
    background: #f4f5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
}
.xp-menu-hamburger {
    display: flex;
    align-items: center;
}
.xp-toggle-menu .toggle-span {
    display: none;
}
.top-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 121.4%;
    color: #3e4756;
    margin-bottom: 0px;
}
.card.dash-card {
    background: #ffffff;
    border-radius: 10px;
    border: none;
}
.card.dash-card .card-body {
    padding: 14px 22px;
}
.timer {
    border: 1px dashed #a2acbd;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 14px 37px;
}
.timer .time {
    font-weight: 500;
    font-size: 40px;
    color: #3e4756;
    margin-bottom: 0px;
}
.timer .time .sub-timer {
    font-size: 14px;
    line-height: 121.4%;
    color: #7e8a9d;
}
#mili {
    position: absolute;
    bottom: 20px;
}
.w-55 {
    width: 55px;
}
.w-10 {
    width: 30px;
}
#checkout-btns {
    display: none;
}
.xp-toggle-menu .xp-rightbar {
    margin-left: 100px;
}
.btn-outline-primary.break-in {
    width: 108px;
    height: 32px;
    padding: 0;
    display: block;
}
#break-out {
    display: none;
}

.card.dash-card2 {
    background: #ffffff;
    border-radius: 10px;
}
.bordered {
    border-left: 1px solid #edf2f8;
    border-right: 1px solid #edf2f8;
}
.col-content-1 {
    padding: 16px;
}
h6.leaves {
    font-size: 14px;
    line-height: 21px;
    color: #3e4756;
}
h4.leaves-numbers {
    font-weight: 500;
    font-size: 23px;
    line-height: 34px;
    color: #3e4756;
}
#example_wrapper {
    padding: 0px;
}
table#example thead tr.table-header th {
    background: #f7f7f7;
    padding: 10px;
}
.badge-primary.dash-badge {
    background: #e3efff;
    border-radius: 6px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #2f80ed;
    width: 82px;
}
.badge-success.dash-badge {
    background: #c2e3d6;
    border-radius: 6px;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #009d55;
    width: 82px;
}
.badge-danger.dash-badge {
    background: #e3cfcf;
    border-radius: 6px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #cc0000;
    width: 82px;
}
.badge-rose.dash-badge {
    background: #ffe1d9;
    border-radius: 6px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #e64c24;
    width: 82px;
}
.fc-button.fc-button-primary {
    background-color: #4971ff !important;
    border: 1px solid #4971ff !important;
}

@media only screen and (max-width: 1210px) {
    #card-body-flex {
        flex-wrap: wrap;
        justify-content: space-between !important;
        row-gap: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .timer {
        padding: 14px;
    }
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
table.dataTable thead th {
    border-bottom: none !important;
}
.radio-check {
    background: #ffffff;
    border: 1px solid #a2acbd;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 14px;
}
.form-check.leave-checks {
    padding-left: 0px;
}
.form-check-input.my-check[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
}
.form-check-input.leave-type[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
}
@media only screen and (max-width: 768px) {
    .xp-contentbar {
        padding: 16px;
    }
}

.flex-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-dahboard-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 24px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 1080px) {
    .grid-dahboard-1 {
        grid-template-columns: 1fr;
    }
}

/* IMAGE STYLES */
[type="radio"] + label .radio-check {
    cursor: pointer !important;
}

/* CHECKED STYLES */
.form-check-input.leave-type[type="radio"]:checked + label .radio-check {
    border: 1px solid #2f80ed;
    background-color: #2f80ed;
    color: #fff;
    border-radius: 4px;
}
.form-check-input.leave-type[type="radio"]:checked + label .radio-check h6 {
    color: #fff !important;
}

/*
==================
    Offcanvas
==================
*/
.offcanvas-header.invitation-header {
    border-bottom: 1px solid #dbdde0 !important;
}
.offcanvas.offcanvas-end.apply-leave {
    width: 720px;
}

/*
==================
    Buttons
==================
*/

button.btn:focus {
    box-shadow: none !important;
}
a.btn:focus {
    box-shadow: none !important;
}
.btn.btn-view_btn {
    background: #ffffff;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #7e8a9d;
    padding: 6px 16px;
}
.btn.btn-light.apply-leave {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08),
        0px 1px 1.5px rgba(0, 0, 0, 0.07), 0px 2px 5px rgba(43, 45, 80, 0.08),
        0px 0px 0px 1px rgba(43, 45, 80, 0.1);
    border-radius: 3px;
}
.btn.btn-dark.back-btn {
    background: #3e4756;
    border-radius: 6px;
    padding: 6px 20px;
}
.btn.filter-btn {
    background: #ffffff;
    border-radius: 6px;
    border: none !important;
    padding: 6px 24px;
}
.btn.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.action-btn:hover {
    background-color: #dadce0;
}
.btn.dropdown-toggle span.action {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.btn.dropdown-toggle:hover span.action {
    background-color: #dadce0;
}
.btn.btn-success.apply-leave {
    padding: 10px 24px;
    border-radius: 6px;
}
/*
==================
    Fonts
==================
*/
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.fs-28 {
    font-size: 28px;
}
.fs-40 {
    font-size: 40px;
}
/*
==================
    Font Weights
==================
*/
.fw-4 {
    font-weight: 400;
}
.fw-6 {
    font-weight: 600;
}
.fw-5 {
    font-weight: 500;
}

/*
==================
    Margins
==================
*/

.mb-36 {
    margin-bottom: 36px;
}

/*
==================
    Font Colors
==================
*/
.text-black {
    color: #3e4756;
}
.text-white {
    color: #ffffff;
}
.text-muted {
    color: #7e8a9d !important;
}
.text-blue {
    color: #2f80ed;
}
.text-green {
    color: #009d55;
}
.text-red {
    color: #cc0000;
}
.text-yellow {
    color: #fe7f00;
}
.bg-grey {
    background-color: #a2acbd;
}
.text-dark-blue {
    color: #9b51e0;
}
.text-tomato {
    color: #e64c24;
}
.z-2 {
    z-index: 2;
}
/*
=========================
    Form - Datepicker
=========================
*/
.datepicker {
    font-family: "Poppins", sans-serif;
    color: #777777;
    border: 1px solid #f0f1f4;
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
    border-radius: 5px;
}
#datepicker:focus {
    box-shadow: none !important;
}
#end-date:focus {
    box-shadow: none !important;
}
.datepicker td {
    width: 47px !important;
}
.datepicker thead tr th.dow {
    color: #6083ff !important;
}
.datepicker-switch {
    padding: 12px !important;
}

/*
=========================
    SignUp
=========================
*/
#signup-bg {
    background-image: url("../images/signup-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vh-height-100 {
    min-height: 100vh !important;
}
.signup-col-1 {
    padding: 54px 72px 54px 72px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.signup-col-2 {
    padding: 0px 100px 0px 100px;
}
.sign-up-form {
    margin-top: 40px;
}
.col-form-label.signup-label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 13px;
    color: #3e4756;
}
label.form-label.signup-label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 13px;
    color: #3e4756;
}
.form-check-label.signup-check-label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 13px;
    color: #3e4756;
}
.form-text.signup-form-text {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #a2acbd;
}
.form-control.sign-up-control:focus {
    box-shadow: none;
}
.btn-lg {
    padding: 8px 1rem;
    border-radius: 0.3rem;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.form-select.signup-select:focus {
    box-shadow: none;
}

@media only screen and (max-width: 1024px) {
    .signup-col-2 {
        padding: 32px 24px;
    }
    .signup-col-1 {
        padding: 54px 24px;
    }
}
@media only screen and (max-width: 450px) {
    .row.signup-row {
        flex-direction: column;
    }
    .signup-col-2 {
        padding: 32px 24px;
    }
}
/*
=========================
    Admin
=========================
*/
.card.organization-card {
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
}
.card.admin-card {
    background: #ffffff;
    border-radius: 10px;
    border: none;
}
.card.admin-card .card-body {
    padding: 24px 16px;
}
.card.manager-card {
    background: #ffffff;
    border-radius: 10px;
    border: none;
}
.card.manager-card .card-body {
    padding: 8px 16px;
}
.inner-body {
    padding: 8px 16px 32px 16px;
}
.action-dropdown .dropdown-toggle::after {
    display: none !important;
}
.btn.action-btn:focus {
    box-shadow: none;
}
.dropdown-menu.table-menu {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(37, 56, 95, 0.08);
    border-radius: 4px;
    border: none;
}
.table-menu .dropdown-item:hover {
    color: #2f80ed;
    background-color: #e9ecef;
}
.btn-light.viewAll-btn {
    background: #ffffff;
    border-radius: 6px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(82, 87, 92, 0.9);
}
.card.super-card {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
}
.nav-pills.companies-nav .nav-link {
    padding: 10px;
    width: 130px;
}
.nav-pills.companies-nav .nav-link.active {
    border: 1px solid #2f80ed;
    box-sizing: border-box;
    border-radius: 6px;
    color: #2f80ed;
    background-color: inherit;
}
.nav-pills.companies-nav .nav-link {
    border: 1px solid #a2acbd;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: inherit;
    color: #a2acbd;
}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#example_wrapper {
    margin-top: 5px !important;
}
.btn.header-btn {
    box-shadow: none;
}
.toped-img {
    margin-top: -60px;
    cursor: pointer;
}
#profile-View {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 12px;
    row-gap: 24px;
}
@media only screen and (max-width: 1250px) {
    #profile-View {
        grid-template-columns: auto auto;
    }
}
.form-check-input#active-status:checked {
    background-color: #009d55;
    border-color: #009d55;
}
.form-check-input#deactive-status:checked {
    background-color: #cc0000;
    border-color: #cc0000;
}
.btn-close:focus {
    box-shadow: none !important;
}
.form-control.upload-file[type="file"] {
    display: none;
    cursor: pointer;
}
.form-label.upload-label {
    cursor: pointer;
}
.upload-logo {
    width: 24px;
    height: 24px;
    background: #2f80ed;
    box-shadow: 0px 4px 14px rgba(37, 56, 95, 0.08);
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control[type="search"]:focus {
    box-shadow: none;
}
img.profie_img {
    object-fit: cover;
}
.form-select.change-status {
    background: rgba(0, 157, 85, 0.15) !important;
    border-radius: 6px !important;
    border: none !important;
    color: #009d55;
    background-image: url("../images/select-arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
}
.form-select.change-status:focus {
    box-shadow: none;
}
.form-select.change-status.disable {
    background: #f7d9d9 !important;
    border-radius: 6px !important;
    border: none !important;
    color: #cc0000;
    background-image: url("../images/select-arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
}
.form-select.change-status.disable:focus {
    box-shadow: none;
}
.form-select.select-department:focus {
    box-shadow: none !important;
}
h3.card-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 121.4%;
    color: #3e4756;
    margin-bottom: 0px;
}
.org-text {
    font-size: 14px;
    line-height: 121.4%;
    color: #7e8a9d;
    margin-bottom: 0px;
}
.org-num {
    font-weight: 500;
    font-size: 14px;
    line-height: 121.4%;
    color: #2f80ed;
    margin-bottom: 0px;
}
.btn.action-btn {
    padding: 0px;
}
.card.tabs-card {
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(37, 56, 95, 0.08);
    border-radius: 4px;
}
.card.tabs-card .card-body {
    padding: 0px;
}
.nav-link.setting-btn {
    text-align: left;
    padding: 19px 22px;
    border-left: 3px solid white;
}

.nav-pills .nav-link.setting-btn.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d5e6fb;
    border-left: 3px solid #2f80ed;
    color: #2f80ed;
}
.form-div {
    margin-top: 36px;
}
.btns-flex {
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #f3f4f6;
    margin: 0px -16px;
    margin-top: 100px;
    padding: 12px 16px;
}
.card.settings-card {
    padding: 26px 31px;
    min-height: 500px;
}
.card.doc-card {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
    padding: 2px;
}
#EmployeeBg {
    background-image: url("../images/employee-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
label.id-label {
    cursor: pointer;
    width: 100%;
}
#id_card {
    display: none;
}
.d-flex.upload-style {
    border: 1px dashed rgba(82, 87, 92, 0.9);
    border-radius: 5px;
    padding: 20px 36px;
}
#address_proof {
    display: none;
}
.card.Employee-card {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
}
.card.Employee-card .card-body {
    padding: 24px 22px;
}
.present_employyes {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    width: 51px;
    border-radius: 5px;
    background-color: #d8e4f5;
}
.list-group.activity-list {
    margin: 0px -16px;
}
@media only screen and (max-width: 600px) {
    .card.settings-card {
        padding: 16px;
    }
}
.timesheet-head {
    border-bottom: 1px solid #dbdde0;
}
tr.sheetdata td {
    padding: 16px 8px;
}
.dropdown-menu.profile-menu {
    border: none;
    padding: 0px;
    background: #ffffff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 200px;
}
.card.profile-card {
    background: #ffffff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
}
.profile_card_img {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    object-fit: cover;
    margin-top: -60px;
}
.profile-img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 100% !important;
    object-fit: cover !important;
}
.dropdown-menu.profile-menu a.dropdown-item {
    padding: 8px 0px !important;
}
/* .dropdown-menu.profile-menu a.dropdown-item:hover {
    color: #2f80ed;
    background-color: inherit;
} */
.attendence {
    background: #ffffff;
    border-radius: 10px;
    margin: 0px;
}
.attendence-col {
    background: #a2acbd;
    border-radius: 0px 10px 10px 0px;
}
#checkout {
    display: none;
}
#break-in {
    display: none;
}
#break-time {
    display: none;
}
.timesheet-table {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
}
.dropdown-menu.custom-menu {
    border: none;
    border-top: 3px solid #2f80ed;
    background: #ffffff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: 16px !important;
}
.dropdown-menu.custom-menu .dropdown-item:hover {
    color: #2f80ed;
    background-color: #fff;
}
.dropdown-menu.custom-table-menu {
    border: none;
    border-top: 3px solid #2f80ed;
    background: #ffffff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.dropdown-menu.custom-table-menu .dropdown-item:hover {
    color: #2f80ed;
    background-color: #fff;
}
#year.btn-light {
    border-left: 2px solid #b4bcca !important;
}
#week.btn-light:hover {
    border-right: 1px solid #b4bcca !important;
}
.attendence-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#customExport {
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #f8f9fa;
    color: #000;
    padding: 6px 12px;
}
.card.employee-report {
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
    border: none;
    height: 150px;
}
.card.employee-report .card-body {
    padding: 0px;
}
.report-bg {
    border-radius: 8px 0px 0px 8px;
    height: 150px;
}
.employee-reopt-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-left: -50px;
    object-fit: cover;
    height: 100%;
}
.card.employee-report2 {
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
    border: none;
    background-image: url("../images/employee-report2-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 150px;
    height: 150px;
}
.check-email {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5d6e82;
}
.export-top {
    display: flex;
    justify-content: flex-end;
}
.modal-content.custom-modal {
    background: #ffffff;
    border-radius: 4px;
}
.modal-content.custom-modal .modal-header {
    border-bottom: 0px;
}
tbody tr.sheetdata {
    height: 100px;
}
table.dataTable#work_schedule {
    border-collapse: collapse !important;
}
table.dataTable#work_schedule tbody tr.sheetdata {
    border-bottom: 1px solid #dbdde0;
}
.form-select.table-filter {
    background-color: #ffffff;
    border-radius: 6px;
    border: none !important;
    width: 160px;
    height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-select.table-filter:focus {
    box-shadow: none;
}
.card.table-card {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
    border: none;
}
.card.table-card .card-body {
    border-radius: 8px;
    padding: 0px;
}
.card.table-card .card-body .table-responsive {
    border-radius: 8px;
}
.card.table-card table.dataTable#work_schedule {
    margin-bottom: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 8px;
}
.card.table-card table.dataTable#work_schedule tbody tr {
    height: 100px !important;
}
.card.table-card table.dataTable#work_schedule thead tr {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dbdde0;
}
.card.table-card table.dataTable#work_schedule tbody tr {
    border-bottom: 1px solid #dbdde0;
}
.card.table-card table.dataTable#work_schedule tbody tr td {
    padding: 20px !important;
}
.card.table-card table.dataTable#work_schedule thead tr th {
    padding: 20px !important;
}

.upload-docs input[type="file"] {
    display: none;
    cursor: pointer;
}

.badge.badge-pill.badge-primary.download-badge {
    background: #f3f4f6;
    border-radius: 1px;
    padding: 7px 22px;
}
.badge.badge-pill.badge-primary.download-badge a {
    font-size: 14px;
    line-height: 26px;
    color: #7e8a9d !important;
}

.btn.btn-light.signature-btn {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(37, 56, 95, 0.08);
    border-radius: 8px;
    width: 100%;
    padding: 20px 40px;
}

.sig-created {
    font-family: "Italianno", "cursive";
    font-size: 30px;
    font-weight: 500;
}

.sig-created {
    background: #d8d4d4;
    border-radius: 4px;
    padding: 12px 24px;
    text-align: center;
    width: 100%;
}

input#user-signature {
    font-family: "Italianno", "cursive";
    font-size: 30px;
    font-weight: 500;
}

.form-control.after-signature-control {
    background: #f2f2f2;
    border-radius: 4px;
    border: none;
    padding: 20px;
}

#admin-invites-orgs-mob {
    position: fixed;
    border-radius: 100px;
    right: 16px;
    z-index: 1034;
    bottom: 100px;
    background-color: transparent;
    height: auto;
    width: auto;
    padding: 0px;
    border: none;
    display: none;
}
#comp-invite-emp-mob {
    position: fixed;
    border-radius: 100px;
    right: 16px;
    z-index: 1034;
    bottom: 100px;
    background-color: transparent;
    height: auto;
    width: auto;
    padding: 0px;
    border: none;
    display: none;
}
.messenger {
    height: calc(100vh - 130px) !important;
}
/*******************Mobile Responsiveness**********************/
@media only screen and (max-width: 576px) {
    #admin-invites-orgs {
        display: none;
    }
    #admin-invites-orgs-mob {
        display: block;
    }
    #comp-invite-emp {
        display: none;
    }
    #comp-invite-emp-mob {
        display: block;
    }
    #recent-activity {
        margin-top: 12px;
    }
    .xp-topbar {
        padding: 15px 12px;
    }
    .top-title {
        font-size: 16px;
        margin-left: 23px;
    }
    .fs-20 {
        font-size: 16px;
        margin-left: 23px;
    }

    .view-button{
        width: 136px;
    }
    .vieww{
        width: 112px !important;
        margin-left: 0px !important;
        margin-right: 2px !important;
    }
}

@media only screen and (max-width: 1026px) {
    .display_small{
        display: block;
    }
    .display_large{
        display: none;
    }
    .responsive_filter{
        width: 150px !important;
    }
    .display_sm_designation{
        display: none;
    }
    .display_sm_leave{
        display: none;
    }
    .display_sm_slip{
        display: none;
    }
    .display_sm_contract{
        display: none;
    }
    .display_sm_req{
        display: none;
    }
    .display_sm_app{
        display: none;
    }
    .display_sm_manual{
        display: none;
    }
    .display_sm_travel{
        display: none;
    }

}
@media only screen and (min-width: 1026px) {
    .display_small{
        display: none;
    }
    .display_large{
        display: block;
    }
    .display_sm_designation{
        display: none;
    }

    .display_lg_leave{
        display: block;
    }

    .display_sm_leave{
        display: none;
    }
    .display_sm_slip{
        display: none;
    }
    .display_sm_contract{
        display: none;
    }
    .display_sm_req{
        display: none;
    }
    .display_sm_app{
        display: none;
    }
    .display_sm_manual{
        display: none;
    }
    .display_sm_travel{
        display: none;
    }

}
@media only screen and (max-width: 768px) {

    .nav-link.setting-btn{
        padding: 18px 14px;
    }
    .responsive_filter{
        width: 130px !important;
    }
    .responsive_dash_leave{
        width: 140px !important;
    }
    .view-button{
        width: 140px !important;
    }
    .display_view{
        display: none;
    }
    .display_lg_designation{
        display: none;
    }
    .display_sm_designation{
        display: block;
    }
    .responsive_sm_leave{
        display: none;
    }
    .reponsive_leave{
        width: 148px !important;
    }
    .display_sm_contract{
        display: none;
    }
    .display_sm_req{
        display: none;
    }
    .display_sm_app{
        display: none;
    }
    .card.settings-card {
        padding: 12px;
    }
    .inner-body{
        padding: 0px;
    }
}

.height-vh-100{
    min-height: 100vh !important;
}

@media only screen and (max-width: 576px) {

    .height-vh-100 {
        min-height: unset !important;
    }
    .responsive_dash_leave{
        width: 115px !important;
    }
    /*.vh-height-100 {*/
    /*    min-height: 0vh !important;*/
    /*}*/
    .logo-hrms{
        margin-bottom: 20px;
    }
    .signup-col-1 {
        padding: 26px 24px;
    }
    .responsive_designation{
        width: 99px !important;
    }
    .responsive_sm_leave{
        display: none;
    }
    .display_lg_leave{
        display: none;
    }

    .display_sm_leave{
        display: block;
    }
    .reponsive_leave{
        width: 105px !important;
        margin-right: 2px !important;
    }
    .responsive_slip{
        width: 150px !important;
    }
    .display_sm_slip{
        display: block;
    }
    .display_lg_slip{
        display: none;
    }

    .display_sm_contract{
        display: block;
    }
    .display_lg_contract{
        display: none;
    }
    .display_sm_req{
        display: block;
    }
    .display_lg_req{
        display: none;
    }
    .responsive_comp{
        width: 125px !important;
    }
    .display_sm_app{
        display: block;
    }
    .display_lg_app{
        display: none;
    }

    thead tr th{
        vertical-align: middle !important;
        font-size: 12px;
    }
    tbody tr td{
        vertical-align: middle !important;
        font-size: 11px;
    }

    .display_lg_manual{
        display: none;
    }
    .display_sm_manual{
        display: block;
    }
    .leave_text{
        font-size: 12px !important;
    }
    .display_sm_travel{
        display: block;
    }
    .display_lg_travel{
        display: none;
    }
    .margin-b{
        margin-bottom: 43px !important;
    }

}

@media only screen and (max-width: 380px) {

    .responsive_dash_leave{
        width: 98px !important;
    }
    .responsive_designation{
        width: 82px !important;
    }
    .responsive_employee{
        width: 150px !important;
    }
    .reponsive_leave{
        width: 88px !important;
    }
    .responsive_contract{
        width: 135px !important;
    }
    .responsive_req_docs{
        width: 135px !important;
    }
    .responsive_comp{
        width: 105px !important;
        margin-right: 2px !important;
        margin-left: 2px !important;

    }
}

@media only screen and (max-width: 320px) {
    .responsive_filter{
        width: 105px !important;
    }
    .responsive_dash_leave{
        width: 80px !important;
    }
    .responsive_employee{
        width: 128px !important;
    }
    .reponsive_leave{
        width: 70px !important;
    }
    .responsive_slip{
        width: 105px !important;
    }
    .responsive_contract{
        width: 105px !important;
    }
    .responsive_req_docs{
        width: 105px !important;
    }
    .responsive_travel{
        width: 130px !important;
    }
    .responsive_comp {
        width: 82px !important;
    }
    .responsive_comp_list{
        width: 130px !important;
    }
    .responsive_app{
        width: 105px !important;
    }
}
/********************Mobile Responsiveness Ends*********************/
/************************Margin to************************************/
.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}


div.dt-buttons {
    margin-bottom: 10px;
}

.sticky {
    position: sticky;
    top: 80px;
    position: -webkit-sticky;
    transition: top 667ms ease-in-out;
}

.viewall{
    padding-left: 12px !important;
    padding-right: 36px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: black !important;
    width: 160px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 16px !important;
}

.pwd{
    position: relative;
}
.p-viewer {
    z-index: 9999;
    position: absolute;
    top: 50%;
    right: 10px;
}

.bi-eye-slash {
    color: #000;
}

.action-button {
    /*width: 40px;*/
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    padding-top: 5rem;
}

thead tr th{
    vertical-align: middle;
    /*font-size: 12px;*/
}
tbody tr td{
    vertical-align: middle;
    /*font-size: 11px;*/
}
.form-control::placeholder{
    color: #c2bdbd;
}
.form-switch {
    padding-left: 3.5em;
}
.manual-btn{
    border-radius: 6px !important;
    border: none !important;
    width: 160px;
    height: 38px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: center;
    cursor: pointer;
}

