﻿
.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;*/
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--color-primary);
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.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;
    
}

[type=search] {
    width: 100%!important;
}

.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: 14px;
    font-weight: 600;
    color: var(--color-primary);
    transition: all 0.3s ease-in;
}

.pendingCount {
    height: 18px;
    width: 18px;
    background-color: #009688;
    color: white;
    font-size: 10px;
    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);
}*/
.btn-Close {
    background-color: #e73a3a;
    color: white;
    cursor:pointer;
}

    .btn-Close:hover {
        background-color: #c30505;
        color: white;
        transition: all 0.3s ease;
    }

.print-header {
    display: none;
}

.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;
     font-weight:600;
     font-size:12px;
   /* background-color: #D5F8CF*/
}


.rejectedStatus {
    /*border-color: red;*/
    color: red;
    font-weight: 600;
    font-size: 12px;
}

.pendingStatus {
    /* border-color: #A57C11;*/
     color: #A57C11;
    font-weight: 600;
    font-size: 12px;
}

.recommendStatus {
    color: #5786dd;
    font-weight: 600;
    font-size: 12px;
    /*background-color: #d9e8ef;*/
}

.checkboxSelect {
    accent-color: #008080 !important;
}

.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);
        }
.label-title {
 
    text-align: start;
    width: 90%;
    font-size: 12px;
    font-weight: 500;
    color: black;
}


.inputForm {
    display: flex;
    flex-direction: column;
    margin: 1px 0;
    align-items: start;
}

    .inputForm .label-title {
        text-align: start;
        width: 90%;
        font-size: 12px;
        font-weight: 500;
        color: black;
    }

    .inputForm .form-control {
        width: 90%;
    }

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%;*/
}

.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%;
}

.scroll-content .material-icons-sharp{
    font-size:18px;
}

.leave-tab .scroll-content {
        display: flex;
        width: 100%
  }

#rightscroll, #leftscroll {
    height: 25px;
    width: 25px;
    background-color: var(--color-primary);
    cursor: pointer;
}
.pending-tab {
    color: #c56510;
}
.approve-tab {
    color: #4caf50;
}
.reject-tab {
    color: #e91e63;
}
.recommend-tab {
    color: #0678d5;
}
.pending-tab:hover,
.approve-tab:hover,
.reject-tab:hover,
.recommend-tab:hover{
    color: var(--color-primary);
}
.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;
        }

.hr-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 13px;
    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)
}

    .hr-item .material-icons-outlined {
        font-weight: 18px !important;
    }

.hr-item:hover {
    background-color: var(--color-primary);
    transform: scale(1.05);
}

.hr-item:hover span, .hr-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 solidprimary 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: 13px;
        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;
    }
    .pendingLeave .material-icons-outlined{
        display:none;
    }

    .grid-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .map-box {
        width: 100%;
        height: auto;
    }

    .card {
        margin-bottom: 15px;
        padding: 10px;
    }

    .TopicName, .DataTitle {
        font-size: 14px;
    }

    .TravelSidebar{
        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: 97%;
            height:20px;
        }
    .pendingLeave .material-icons-outlined {
        display: none;
    }


    .grid-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .map-box {
        width: 100%;
        height: auto;
    }

    .card {
        margin-bottom: 15px;
        padding: 10px;
    }

    .TopicName, .DataTitle {
        font-size: 14px;
    }

    .TravelSidebar {
        display: none;
    }

   
}



@media print {

    .print-header {
        display: block !important;
    }

    body * {
        visibility: hidden; 
    }

    #printContentMain, #printContentMain * {
        visibility: visible; 
    }

    .print-button{
        visibility:hidden;
    }

    #printContent {
        visibility: visible;
       
    }


    #printContentMain {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        width: 100%;
       /* display: flex;
        justify-content: space-between;
        align-items: center;*/
    }

    .company-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top:50px;
    }

    .company-logo {
        justify-content: center;
        margin-bottom: 50px;
    }

    .topic-text {
        text-align: center;
    }

    .pay-table,
    .taxslip-table {
        box-shadow: none !important;
        border: 1px solid #000 !important;
        overflow: visible !important;
    }
    .taxslip-table thead tr th,
    .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;
    }

    .taxslip-table th, 
    .pay-table th {
        background-color: white;
        color: black;
        font-weight: 500;
        border-color: #0000004d;
    }

    .taxslip-table td, 
    .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;
    }

    .font-bold {
        font-weight: bold!important;
    }

    tr .font-bold {
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .NavItem, .SettingNavItem {
        font-size: 10px;
        min-width: 10rem;
        padding: 0.4rem;
        margin-right: 8px;
    }

    .leaveCalender  .cal-date {
        margin-bottom: 10px;
    }

    .SettingNavItem .material-icons-outlined {
        display:none;
    }
}


@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;
    }
    .col-xm-6 {
        width: 50%;
    }
    .hr-sub{
        width:100%;
    }
 }

@media (min-width: 1600px) {
    .UProfile {
        width: 50% !important;
    }
}


@media (min-width: 1300px){
    .pendingLeave .DashUser {
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
    }

}