/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

/*
** project-custom.css
******************************************************************************/
.login-logo {
    max-width: 337.71px;
    height: auto;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 147px;
}
.login-image {
    width: 100% !important;
    /* height: 100vh !important; */
    overflow: hidden;
}

.login-image img {
    width: 100%;
    height: 100%;
}
.login-btn {
    margin-top: 93px;
}
.password-lable {
    margin-top: 24px;
}
.password-Filed {
    margin-top: 8px;
}
.front-design {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.app-brand-logo {
    max-width: 188px;
    width: 100%;
    height: auto;
}

.custom-search {
    background-color: #f5f5f5;
    border-radius: 10px;
}
.custom-search input {
    height: 46px;
}
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
    background-color: #fff;
}
.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.icon-box i {
    color: #333;
    font-size: 22px;
}

.email-text {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.punchin-time {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.btn-logout {
    font-weight: 400;
    font-size: 12px;
    color: #ff0000;
    border: none;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent;
    box-shadow: none !important;
}
.punch_button {
    font-weight: 700;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
}

.page-header {
    padding: 28px 24px;
}
.page-header h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #3c3f42;
    margin-bottom: 30px;
}
.dashbord-card {
    max-width: 375px;
    width: 100%;
    border-radius: 16px;
    padding: 18px;
}
.dashbord-card h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #3c3f42;
}
.dashbord-card h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #3c3f42;
}
.dashbord-card .avatar {
    width: 60px;
    height: 60px;
    background-color: #f15e30;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.dashbord-card .avatar i {
    font-size: 32px;
    color: #fff;
}

.dashbord_card .card-header h5 {
    font-size: 22px;
    font-weight: 600;
}

.chart-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    text-align: center;
}
.chart-container h5 {
    font-size: 18px;
    color: #333;
    margin: 0;
}
#chart {
    flex-shrink: 0;
}
.chartlable {
    text-align: center;
}

.chartlable h5 {
    margin: 0;
    font-size: 18px;
    color: #333;
    padding-left: 65px;
}

.notifications-card {
    border-radius: 20px;
    min-width: 598px !important;
}
.notifications-card .dropdown-notifications-item > div {
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 12px 6px 12px 12px;
}

.add-leave-btn {
    max-width: 166px;
    width: 100%;
    flex-shrink: 0;
    font-size: 16px;
    padding: 10px 12px;
}

#calendar {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 0.9em;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 24px;
    background-color: transparent;
    border-radius: 8px;
}
.calendar-header h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #3c3f42;
    margin-bottom: 30px;
}
.calendar-header .icon {
    font-size: 20px;
    color: #333;
}

.calendar-header .avatar {
    width: 46px;
    height: 46px;
    background-color: #f15e30;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-shrink: 0;
}
.calendar-header .avatar i {
    font-size: 22px;
    color: #fff;
}

.calendar-csvfile {
    max-width: 220px;
    width: 100%;
    border-radius: 10px;
    flex-shrink: 0;
    padding: 10px;
    background-color: #fff;
}
.calendar-csvfile h5 {
    font-weight: 400;
    font-size: 16px;
    color: #f15e30;
}

.leave_button {
    font-weight: 700;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
}
.search_leave {
    padding: 18px 18px;
}
.leave_list {
    padding: 20px 18px !important;
}
.custom_tabs {
    background-color: transparent;
    margin-bottom: 30px;
}

.custom-offcanvas .offcanvas-header h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
}
.custom_lable {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.modal-btns {
    margin-top: 30px;
}
.modal-body h3 {
    margin-bottom: 14px;
}
.deleteicon-btn {
    display: block;
    background-color: rgba(237, 133, 133, 0.1);
    border-radius: 14px;
    width: 80px;
    height: 80px;
    border: 0px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.deleteicon-btn i {
    font-size: 40px;
    color: #ff0000;
}

.custom-week-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
}

.custom-week-header .week-day {
    flex: 1;
    text-align: center;
}

.add-employee-btn {
    max-width: 205px;
    width: 100%;
    flex-shrink: 0;
    font-size: 16px;
    padding: 10px 18px;
    border-radius: 10px;
}

/* * project-custom.css end */

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 24px;
}

.app-brand-logo.demo svg {
    width: 35px;
    height: 24px;
}

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
    padding-left: 16.25rem;
}
.layout-navbar-fixed
    .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu)
    .layout-page {
    padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir="rtl"] .rtl-only {
    display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 254px;
        position: relative;
    }
    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}
.layout-demo-placeholder img {
    width: 900px;
}
.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}
