﻿
.dashCard {
    background-color: #fdfcfc;
    border-radius: 8px;
    border: 1px solid;
    border-color: rgba(210,205,205,0.3);
    transition: all 0.3s ease-in;
}

.dashProfile {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--color-primary);
}

.dashLog {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: var(--color-primary);
    transition: all 0.3s ease-in;
}

.cards {
    height: 90px;
}

.dashboard-container .dashCard {
    cursor: pointer;
}

    .dashboard-container .dashCard:hover .dashLog {
        transform: scale(1.12);
    }

.dashLog .material-icons-outlined {
    height: 45px;
    width: 45px;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashTitle {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary);
    transition: all 0.3s ease-in;
}

.pendingCount {
    height: 17px;
    width: 17px;
    background-color: #C87928;
    color: white;
    font-size: 15px;
    border-radius: 50%;
}

.pendingLeave:nth-child(odd) {
    border-right: 1px solid rgba(111, 112, 112, 0.12);
}

.pandingLeaveContent {
    border-bottom: 1px solid rgba(111, 112, 112, 0.12);
}



.DashUser {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .DashUser img {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        border: 2px solid;
        border-color: var(--color-primary);
        margin-right: 5px;
    }

.pendingLeave .dashLeaveDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}

    .pendingLeave .dashLeaveDetails .material-icons-sharp {
        font-size: 18px;
        cursor: pointer;
    }

.EmployeeLeave {
    border-right: 1px solid rgba(111, 112, 112, 0.12);
}

.noticeTime {
    font-size: 10px;
}

.noticeBoard {
    border-bottom: 1px solid rgba(111, 112, 112, 0.12);
    display: flex;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.noticeLog {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #e1f0f3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.autocomplete-item:hover {
    background-color: white !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.12)
}

.noticeLog img {
    height: 22px;
    width: 22px;
}


.noticeBoard:hover {
    transform: translateX(5px);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.calenderEvents span {
    color: var(--color-danger);
}

.leaveTItle {
    font-size: 14px;
}

.dashboard-container.row {
    --bs-gutter-x: 0rem
}

.LeaveStatus {
    display: flex;
    align-items: center;
    border: 1px solid;
    height: 25px;
    width: 70px;
    border-radius: 8px;
    font-size: 10px;
    cursor: pointer;
    justify-content: center;
    color: black;
}

    .LeaveStatus .material-icons-sharp {
        font-size: 12px;
    }

.approveStatus {
    border-color: forestgreen;
    /* color: forestgreen;*/
    background-color: #D5F8CF
}

.rejectedStatus {
    border-color: red;
    /*color: red;*/
    background-color: #FAD7D7;
}

.pendingStatus {
    border-color: #A57C11;
    /* color: #A57C11;*/
    background-color: #FFFADF;
}

.leaveTable tr {
    border-bottom: 1px solid rgba(111, 112, 112, 0.12);
    /* display:flex;
        justify-content:space-between; */
}

    .leaveTable tr th, .leaveTable tr td {
        padding: 6px;
    }

.material-icons-sharp {
    cursor: pointer;
}

.modalInput {
    display: flex;
    flex-direction: column;
    margin: 5px 0px;
}

    .modalInput .form-check-input {
        height: 1.5rem;
        width: 1.5rem;
        border-color: #ced4da;
    }

        .modalInput .form-check-input:checked {
            border-color: #ced4da;
            background-color: var(--color-primary);
        }

.inputForm {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 1px 0;
    align-items: start;
    margin-bottom: 5px;
    width: 100%;
}

    .inputForm .label-title {
        text-align: start;
        width: 90%;
        font-size: 12px;
        font-weight: 500;
        color: black;
    }

    .inputForm .form-control {
        width: 100%;
    }

input[type="file"] {
    display: none;
}


.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.uploadFile {
    height: 30px;
    padding: 2px 0;
    border-radius: 0 5px 5px 0;
    font-size: 25px;
    border: 1px dashed;
}

.NavItem {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-dark);
    cursor: pointer;
    min-width: 15rem;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    margin-right: 10px;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 8px 8px 0 0;
    background-color: #e9ecef;
    /* width: 100%;*/
}

.NotifySidebar {
    width: 20vw;
    transition: width 0.3s;
}

.mainNotifyContainer {
    flex: 1;
}

#setting-container1 {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.settings-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

    .settings-item i {
        margin-right: 10px;
        font-size: 1.5em;
        color: var(--color-primary);
        transition: color 0.3s ease;
    }

    .settings-item span {
        font-size: 1.2em;
        color: var(--color-primary);
        transition: color 0.3s ease;
    }

    .settings-item:hover {
        background-color: var(--color-primary);
        transform: scale(1.05);
    }

        .settings-item:hover span, .settings-item:hover i {
            color: white;
        }

.activesetting-item {
    background-color: var(--color-primary) !important;
    color: white !important;
}

    .activesetting-item span, .activesetting-item i {
        color: white !important;
    }

.expandBtn img {
    height: 20px;
    width: 20px;
    border: 1px solid;
    border-color: var(--color-primary);
    border-radius: 50%;
    background-color: var(--color-primary);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.expandBtn .ri:hover {
    transform: translateX(5px)
}

.expandBtn .le:hover {
    transform: translateX(-5px)
}

.dashcard .TravelSidebar.collapsingSide {
    width: 3vw;
}

.collapsingSide #setting-container1 {
    align-items: center;
}

    .collapsingSide #setting-container1 .settings-item {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 5px;
        border: 1px solid;
        color: var(--color-primary);
        height: 45px;
        width: 45px;
    }

        .collapsingSide #setting-container1 .settings-item i {
            margin-right: 0;
        }

        .collapsingSide #setting-container1 .settings-item span {
            display: none;
        }

        .collapsingSide #setting-container1 .settings-item:hover .hoverName {
            display: flex;
        }

.expandBtn img {
    height: 20px;
    width: 20px;
    border: 1px solid;
    border-color: var(--color-primary);
    border-radius: 50%;
    background-color: var(--color-primary);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.expandBtn .ri:hover {
    transform: translateX(5px)
}

.expandBtn .le:hover {
    transform: translateX(-5px)
}

.dashcard .TravelSidebar.collapsingSide {
    width: 3vw;
}


.hoverName {
    display: none;
    position: absolute;
    padding: 5px 4px;
    background-color: var(--color-primary);
    box-shadow: 0 0 5px rgba(0,0,0,0.13);
    right: 30px;
    width: 180px;
    font-size: 11px;
    font-weight: 400;
    margin-top: -70px;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 5px;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
}


.noticeTime {
    font-size: 11px;
    padding: 2px;
    color: #3D3F42;
    font-weight: 500;
}

.notifyBoard {
    border-bottom: 1px solid rgba(111, 112, 112, 0.12);
    display: flex;
    margin-right: 5px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.notifyBoard-unseen {
    border-bottom: 1px solid rgba(111, 112, 112, 0.12);
    display: flex;
    margin-right: 5px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
    background: linear-gradient( 180deg, hsla(177, 60%, 40%, 0.08) 0%, hsla(177, 80%, 25%, 0.12) 100%);
    transition: all 0.3s ease-in-out;
}

    .notifyBoard:hover, .notifyBoard-unseen:hover {
        background: linear-gradient( 180deg, hsla(177, 65%, 45%, 0.1) 0%, hsla(177, 85%, 30%, 0.15) 100% 
        );
    }

.notificationLog {
    flex: 0 0 50px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /* background-color: #c7cbcb; */
    display: flex;
    justify-content: center;
    align-items: center;
}


    .notificationLog img {
        height: 30px;
        width: 30px;
    }


.notifyBoard .notifyBoard-unseen :hover {
    transform: translateX(5px);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/*  .notifyBoard .notification-title{
        color:grey;
    } */

.notification-title {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 13px;
    padding: 2px;
}

.notification-desc {
    color: black;
    font-weight: 500;
    font-size: 12px;
    padding: 2px;
}

.num-badge {
    background-color: #ef5160;
    color: white;
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 5px;
}

.popup-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
}

    .popup-menu span:hover {
        background-color: #f0f0f0;
    }

.popup-desc {
    font-weight: 500;
    font-size: 14px;
    padding: 4px;
}

.menu-modal {
    position: relative;
}

.popup-menu .material-icons-outlined {
    font-size: 18px;
}

.SettingNavItem {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-dark);
    cursor: pointer;
    min-width: 12rem;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    margin-right: 6px;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 8px 8px 0 0;
    background-color: #e9ecef;
    /* width: 100%;*/
}

.activeNavItem {
    /* border-bottom: 3px solid;
    border-color: var(--color-primary);
    color: var(--color-primary);*/
    color: var(--color-primary);
    background-color: #fdfcfc;
    border: 1px solid;
    border-color: rgba(0,128,128,0.4);
    border-bottom: none;
    /* width:100%;*/
}
/*   .activeNavItem:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 16px 16px 0;
        border-style: solid;
        border-color: gray #fff;
    }*/
.Quick-Item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.Quick-Icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.Quick-Item:hover .Quick-Icon {
    transform: scale(1.1);
    background-color: var(--color-primary);
}

.Quick-Icon .material-icons-outlined {
    color: var(--color-primary);
}

.Quick-Item:hover .Quick-Icon .material-icons-outlined {
    transform: scale(1.1);
    color: white;
}

.scroll-container {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    flex-grow: 1;
    /*margin: 0 10px;*/
    border-radius: 8px;
}

.scroll-content {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
}

.leave-tab .scroll-content {
    display: flex;
    width: 100%
}

#rightscroll, #leftscroll {
    height: 25px;
    width: 25px;
    background-color: var(--color-primary);
    cursor: pointer;
}

.docImage {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.documentImage {
    width: 100%;
    object-fit: fill;
    height: 90%;
}

    .documentImage img {
        width: 100%;
        height: 100%;
    }

.TravelSidebar {
    width: 20vw;
    transition: width 0.3s;
}

.mainTravelContainer {
    flex: 1;
}

#setting-container1 {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.settings-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

    .settings-item i {
        margin-right: 10px;
        font-size: 1.5em;
        color: var(--color-primary);
        transition: color 0.3s ease;
    }

    .settings-item span {
        font-size: 1.2em;
        color: var(--color-primary);
        transition: color 0.3s ease;
    }

    .settings-item:hover {
        background-color: var(--color-primary);
        transform: scale(1.05);
    }

        .settings-item:hover span, .settings-item:hover i {
            color: white;
        }

.expandBtn img {
    height: 20px;
    width: 20px;
    border: 1px solid;
    border-color: var(--color-primary);
    border-radius: 50%;
    background-color: var(--color-primary);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.TravelSidebar {
    width: 20vw;
    transition: width 0.3s;
}

#setting-container1 {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.settings-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: var(--color-primary);
}

    .settings-item span {
        font-size: 1.2em;
        color: var(--color-primary);
        transition: color 0.3s ease;
    }

    .settings-item:hover {
        background-color: var(--color-primary);
        color: var(--color-white);
        transform: scale(1.05);
    }

        .settings-item:hover span, .settings-item:hover i {
            color: white;
        }

.activenavItem {
    color: var(--color-white);
    border-bottom: 3px solid primary;
    color: var(--color-primary);
    background-color: var(--color-primary);
    border: 1px solid;
    border-color: var(--color-primary);
    border-radius: 6px;
    width: 100%;
}

.navItem {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-red);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    width: 100%;
}

.expandBtn .ri:hover {
    transform: translateX(5px)
}

.expandBtn .le:hover {
    transform: translateX(-5px)
}

.dashcard .TravelSidebar.collapsingSide {
    width: 3vw;
}

.material-icons-sharp {
    cursor: pointer;
}

#expand-icon {
    color: #198754;
}

.activenavItem span, .activenavItem i {
    color: white !important;
}

.collapsingSide #setting-container1 {
    align-items: center;
}

    .collapsingSide #setting-container1 .settings-item {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 5px;
        border: 1px solid;
        color: var(--color-primary);
        height: 45px;
        width: 45px;
    }

        .collapsingSide #setting-container1 .settings-item i {
            margin-right: 0;
        }

        .collapsingSide #setting-container1 .settings-item span {
            display: none;
        }

        .collapsingSide #setting-container1 .settings-item:hover .hoverName {
            display: flex;
        }

.hoverName {
    display: none;
    position: absolute;
    padding: 5px 4px;
    background-color: var(--color-primary);
    box-shadow: 0 0 5px rgba(0,0,0,0.13);
    right: 30px;
    width: 180px;
    font-size: 11px;
    font-weight: 400;
    margin-top: -70px;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 5px;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1500px) and (min-width:950px) {
    .dashTitle {
        font-size: 15px;
        font-weight: 600;
        color: var(--color-primary);
    }
}

@media screen and (max-width: 950px) and (min-width:650px) {
    .dashLog {
        height: 35px;
        width: 35px;
    }

        .dashLog .material-icons-outlined {
            height: 30px;
            width: 30px;
        }

    .leaveTItle {
        font-size: 10px !important;
    }

    .dashTitle {
        font-size: 10px;
    }

    .dashProfile {
        height: 40px;
        width: 40px;
    }

    .noticeBoard span {
        font-size: 9px;
    }

    .DashUser span {
        font-size: 9px;
    }

    .dashLeaveDetails span {
        font-size: 9px;
    }

    .pandingLeaveContent span {
        font-size: 9px;
    }

    .noticeLog {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .dashLog {
        display: none;
    }

        .dashLog .material-icons-outlined {
            display: none;
        }

    .leaveTItle {
        font-size: 9px !important;
    }

    .dashTitle {
        font-size: 10px;
    }

    .dashProfile {
        display: none;
    }

    .noticeBoard span {
        font-size: 9px;
    }

    .DashUser span {
        font-size: 9px;
    }

    .dashLeaveDetails span {
        font-size: 9px;
    }

    .pandingLeaveContent span {
        font-size: 9px;
    }

    .noticeLog {
        display: none;
    }

    .DashUser img {
        display: none;
    }

    .mx-xs-1 {
        margin: 0 0.25rem !important;
    }

    .p-xs-1 {
        padding: 0.25rem !important;
    }

    .px-xs-1 {
        padding: 0 0.25rem !important;
    }

    .flex-xs-column {
        display: flex;
        flex-direction: column !important;
    }

    .d-sm-none {
        display: none;
    }

    .pendingCount {
        height: 12px;
        width: 12px;
        font-size: 10px;
    }

    .inputForm {
        display: flex;
        flex-direction: column;
        margin: 1px 0;
        align-items: start;
    }

        .inputForm .label-title {
            text-align: start;
            width: 100%;
            font-size: 10px;
            font-weight: 500;
            color: black;
        }

        .inputForm .form-control {
            width: 100%;
            height: 30px;
        }

        .inputForm .select2-container {
            width: 100% !important;
        }
}



@media print {

    .appTopBar {
        visibility: hidden;
    }

    .aside {
        visibility: hidden;
    }

    .dashcard {
        visibility: hidden;
    }

    #printContent {
        visibility: visible;
        width: 49% !important;
    }

    #printContent1 {
        visibility: visible;
        width: 49% !important;
    }

    .print-button {
        visibility: hidden;
    }

    #printContentMain {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .pay-table thead tr th {
        background-color: white;
        color: black;
        font-weight: 500;
        font-size: 12px;
        white-space: normal;
        word-wrap: break-word;
        border-color: #0000004d;
    }

    .pay-table th {
        background-color: white;
        color: black;
        font-weight: 500;
        border-color: #0000004d;
    }

    .pay-table td {
        font-weight: 500;
    }

    .topic-text .heading-text {
        color: black;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
    }


    .topic-text .heading-name {
        color: black !important;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
    }


    .topic-text.topic {
        color: black;
        margin-right: 10px;
        font-weight: 500;
        width: 40%;
    }

    .topic-text .title {
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
}

@media (max-width: 768px) {
    .NavItem, .SettingNavItem {
        font-size: 10px;
        min-width: 10rem;
        padding: 0.4rem;
        margin-right: 8px;
    }

    .leaveCalender .cal-date {
        margin-bottom: 10px;
    }
}


@media (max-width: 480px) {
    .scroll-content {
        display: flex;
        /*flex-direction: column;
        align-items: stretch;*/
    }

    .NavItem, .SettingNavItem {
        font-size: 8px;
        min-width: 2.5rem;
        height: 1.5rem;
        justify-content: flex-start;
        padding: 0.25rem 0.5rem;
        border-radius: 4px 4px 0 0;
    }

    .pendingCount {
        display: none !important;
    }

    .activeNavItem {
        border-radius: 4px;
    }

    .leaveCalender .calenderTable table tbody tr td {
        height: 50px !important;
    }

    .leaveCalender .cal-date {
        margin-bottom: 10px;
    }
}

@media (min-width: 1600px) {
    .UProfile {
        width: 50% !important;
    }
}
