@import "../css/font-icon.css";


.main-container{
    position: relative;
    min-height: 100vh;
}
/* -------------login------------ */
.login-bg{
    width: 100%;
    min-height: 100vh;
    background: url(../images/login-bg.jpg) no-repeat center;
    background-size: cover;
}
.container{
    margin:auto;
    max-width: 1240px;
    width: 100%;
    height: 100VH;
    display: flex;
    align-items: center;
}
.login-box{
    width: 470px;
    height: auto;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 35px;
    display: flex;
    flex-direction: column;
}
.login-box>p{
    margin: 25px 0 30px;
    font-weight: 400;
    font-size: 14px;
    color: var(--deep-grey);
}
.login-title{
    margin-bottom: 15px;
}
.login-title h3{
    font-weight: 600;
    font-size: 34px;
    line-height: 36px;
    color: #23262D;
    margin-bottom: 0;
}
.login-title p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--light-grey);
}

.input_box{
    position: relative;
}
.form-icon{
    position: absolute;
    top: 50%;
    right: 20px;
}
.input-item{
    width: 100%;
    border: 1px solid rgba(159, 159, 159, 0.3);
    border-radius: 4px;
    height: 45px;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--deep-black);
    }
    .input-item::-webkit-input-placeholder { /* Edge */
        color: var(--light-grey);
      }
      
      .input-item:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: var(--light-grey);
      }
      
      .input-item::placeholder {
        color: var(--light-grey);
      } 
    .input-item:focus{
        border: 1px solid #009181;
    }
    .login-form ul:last-child .input-item {
        margin-top: 20px;
    }
    .recover{
        margin-top: 15px;
        text-align: end;
    }
    .recover a{
        color: var(--main-color);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .submit-box{
        margin-top: 30px;
    }
    .login-submit {
        width: 100%;
        height: 40px;
    }
    .account{
        text-align: center;
        margin-top: 40px;
    }
    .account p{
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: var(--deep-black);
    }
    .account a{
        color: var(--main-color);
        margin-left: 5px;
    }
    .login-footer{
        text-align: center;
        margin-top: 90px;
    }
    .login-submit{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .login-footer li,.login-footer li a{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--light-grey);
    }
/*--------------------Side bar---------------------------- */
.side-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: var(--white-color);
    z-index: 1;
}
.side-header{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left:10px ;
}
.avatar-box{
    width: 90%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F6F6F6;
    margin: 0 18px;
}
.profile-pic{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile-details h4{
    padding-top: 5px;
    color: var(--deep-grey);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
}
.profile-details p{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: var(--light-grey);
}
.card-details h4{
    padding-top: 5px;
    color: var(--deep-grey);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
}
.card-details p{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: var(--light-grey);
}
.sidebar-menu{
    padding: 16px 18px;
}

.menu_link{
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 14px ;
}
.icon_bx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_bx span{
    font-size: 18px;
    margin-right: 10px;
    color: var(--menu-color);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
 .fill-icon{
    display: none;
}
.menu_item{
    margin: 3px 0;
}
.menu_link{
    border-radius: 8px;
}
.menu_link.open-menu{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.menu_item.active .menu_link{
    background: var( --gradient-bg) !important; 
    background: linear-gradient(93.66deg, #ffffff 0.75%, #ffffff 115.87%);
    transition: background 0.4s ;
    -webkit-transition: background 0.4s ;
    -moz-transition: background 04s;
}
.menu_item.active .fill-icon{
    display: block;
    color: var(--white-color);
} 
.menu_item.active .line-icon{
    display: none;
} 
.menu_link .link-text{
    color: var(--menu-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.menu_item  .icon_red span{
    color: #cc5f5f;
}
.drop-arrow span{
    font-size: 6px;
    color: var(--menu-color);
}
.menu_item.active .link-text,
.menu_item.active .icon_bx span,
.menu_item:hover .link-text,
.menu_item:hover .icon_bx span,
.menu_item:hover .drop-arrow span,
.menu_item:hover .icon-link,
.menu_item.active .drop-arrow span,
.menu_link.open-menu .link-text,
.menu_link.open-menu .drop-arrow span,
.menu_link.open-menu .icon_bx span{
    color: var(--white-color);
}
.menu_link.open-menu{
    background: linear-gradient(93.66deg, #00A293 0.75%, #17EDD9 115.87%);
}
.drop-arrow{
    transition: all 0.3s ease-in;
    -webkit-transition: rotate(180deg);
    -moz-transition: rotate(180deg);
    -o-transition: rotate(180deg);
    -ms-transition: rotate(180deg);
}
 .menu_link.open-menu .drop-arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu_item:hover .menu_link {
    background: linear-gradient(93.66deg, #00A293 0.75%, #17EDD9 115.87%);
}

.submenu{
    display: none;
    background-color: var(--body-bg-color);
    padding: 20px 20px 20px 40px;
    border-radius: 0px 0px 8px 8px ;
}
.open-menu .submenu{
    display: block;
}
.sub-menu-item:not(:last-child){
    padding-bottom: 10px;
}
.sub-menu-item a{
    color:var(--menu-color);
    font-size: 14px;
}
.sub-menu-item:hover a{
    color:var(--main-color);
    font-size: 14px;
}
.icon-link{
    margin-left: 10px;
    color: var(--menu-color);
}
/*------------------------ main panel------------------ */
.main-panel{
position: relative;
float: right;
width: 100%;
min-height: 100vh;
background-color: var(--body-bg-color);
z-index: 0;

}

/*------------------------ header------------------ */
.header{
    width: calc(100% - 260px);
    height: 60px;
    margin: 0 20px 30px 260px;
    background-color: var(--white-color);
    padding: 0 15px 0 10px;
    position: fixed;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #f4f5fa;
}

.toggle-btn span{
    cursor: pointer;
    color: #2e3a61;
}
.toggle-btn span:hover{
    color: var(--main-color);
}

.profile-info{
    display: flex;
    justify-content: space-between;  
    align-items: center;
}

.alert_bx,.msg_bx{
    margin-right:20px;
}
/*------------------------End of header------------------ */
/*------------------------ content------------------ */
.content{
    width: calc(100% - 300px);
    margin: 90px 20px 20px 280px;
}
.content-title h4{
    font-size: 17px;
    color: var(--deep-black);
}

.content-title p{
    color: var(--light-grey);
}
.main-contents{
    width: 100%;
}
/* ------post section-------------- */
.write-box{
    border-bottom: 1px solid #F7F7F7;
}
.text-feild{
    flex-grow: 1;
    margin-left: 15px;
}
.text-feild h6{
 margin:0;
}
.text-feild span{
    color: var(--light-grey);
    font-weight: 300;
font-size: 12px;
}
.write-box .text-feild textarea{
    border: none;
    padding: 0 15px 0 0;
    height: 60px;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--deep-black);
}
.text-feild textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--light-grey);
    opacity: 1; /* Firefox */
  }
  .text-feild textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--light-grey);
  }
  .text-feild textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--light-grey);
  }
  .write-box .text-para{
    display: flex;
    margin: 20px 0;
  }
  .write-box .text-para p {
    flex-grow: 1;
    font-weight: 400;
    font-size: 14px;
    color: var(--deep-black);
  }
  .write-box .text-para a{
    color: var(--light-grey);
    font-weight: 400;
    font-size: 12px;
  }
  .write-box .text-para a:hover{
    color: var(--main-color);
    cursor: pointer;
  }
  .post-action{
    display: flex;
    margin-top: 10px;
  }
  .post-action li{
    margin-right: 40px;
    padding: 8px 18px;
  }
  .post-action li.bg-grey{
    background-color: #F1F1F1 ;
    border-radius: 8px;
  }
  .post_btn{
    cursor: pointer;
  }
  .post_btn span{
    margin-right: 10px;
    font-size: 18px;
  }
  .post_btn .like-red{
    display: none;
  }
  .post_btn.liked .like-red{
    display: block;
  }
  .post_btn.liked .dis-like{
    display: none;

  }
  .post_btn .post-type{
    font-size: 14px;
  }

  .post-action .post-button{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    margin: 0;
    padding: 0;
  }
  .post-submit{
    padding: 6px 28px;
    background: var(--gradient-bg);
    border-radius: 8px;
    color: var(--white-color);
    font-weight: 500;
    font-size: 14px;
  }
  .posted-coments{
    height: 540px;
    overflow-y: hidden;
  }
  .posted-coments:hover{
    overflow-y: auto;
  }
  .posted-coments:hover::-webkit-scrollbar {
    display: none;
    }
    .posted-coments .card-boxes:last-child{
        margin-bottom: 0 !important;
}
/*-------------- graph block---------- */
.graph-card-block{
    max-height: 370px;
    height: 100%;
}
.graph-top .select-option{
  width: 100px;

}
.graph-top h4{
    font-size: 17px;
    color: var(--deep-black);
}

.graph-top .select-field{
  width: 100%;
  height: 30px;
  color: var(--deep-black);
  border: 1px solid #EFF0F3;
  appearance: none;
  background-image: url('../images/arrow_down.png') ;
  background-repeat: no-repeat;
  background-position: 95% 50%;
} 
.graph-body{
    height: calc(100% - 50px);
}
.graph-body>.d-flex{
    height: 100%;
}
.bar-chart{
    display: flex;
    justify-content: space-around;
}
.bar_outer{
    background: rgba(238, 240, 250, 0.4);
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
        height: calc(100% - 36px);
        display: flex;
        align-items: flex-end;
        width: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}
.bar_outer:hover{
    background: rgba(238, 240, 250, 1);
}

.bar_outer .bar-color{
    width: 100%;
    background: linear-gradient(180deg, #17EDD9 0%, #00A293 100%);
    border-radius: 50px;
    display: block;
    opacity: 0.4;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    position: relative;
}
.bar_outer:hover .bar-color{
    opacity: 1;
}
.bar_outer:hover .graph-tooltip{
    display: block;
}
.graph-month,.percentage-left li{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--light-grey);
    padding-top: 20px;
    display: block;
}
.percentage-left li{
    padding-top: 0;
}
.percentage-left{
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
    overflow: hidden;
}
.graph-tooltip{
    display: none;
    position: absolute;
    bottom: 90%;
    right: 30%;
    width: 110px;
    height: auto;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.tooltip-top{
    background-color: #EEF0FA;
    text-align: center;
    display: block;
    padding: 5px 20px;
}
.tooltip-top p{
    font-weight: 400;
font-size: 10px;
}
.tooltip-body{
    text-align: center;
    padding: 10px 5px;
    display: block;

}

/*-------------- leave chart-------- */
.leave-chart .char-body {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pie-chart{
    width: 350px;
    position: relative;
    z-index: 5;
}
.graph-indicators{
    margin-top: 30px;
}

.graph-indicators li:not(:nth-child(3n)){
    margin-bottom: 15px;
}
.graph-indicators li{
    padding-left: 30px;
}
.graph-indicators li span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display:inline-block;
    margin-right: 10px;
}
/* --------------------------------------- */
/* -------------------dashboard table-------------- */
.table-card-block{
  background-color: var(--white-color);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius:12px;
}
.table-top a{
    text-decoration: underline;
    font-size: 13px;
}
.table-top h4{
    font-size: 17px;
    color: var(--deep-black);
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0;
}
.table-card-block .table_wrapper {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.table-dashboard{
    height: 407px;
    overflow-y: scroll;
}
.table_wrapper.full_table_wrapper {
    height: calc(100% - 100px);
    overflow-y: scroll;
}

.table_wrapper  .table_head {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    border-bottom: 1px solid #F3F3F9;
    border-top: 1px solid #F3F3F9;
}
.table_wrapper  .table_head td{
    padding: 15px 20px;
}
.table_wrapper::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.expand_dot{
 cursor: pointer;
}
/*------------ timer box------------- */
.timer-box{
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:linear-gradient(93.66deg, #17EDD9 0.75%, #00A293 115.87%);
  position: relative;
  z-index: 1;
}
.timer-box::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/timer-bg.svg');
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.timer-box .timer {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vertical-line{
    width: 1px;
    height: 50px;
    background-color: var(--white-color);
    margin: 0 25px;
}
.timer .display-time{
    font-size: 44px;
    font-weight: 400;
    color: var(--white-color);
}
.display-date{
    font-size: 20px;
    font-weight: 400;
    color: var(--white-color);
}
.display-date #day{
    display: none;
}
.display-date #daynum{
    font-size: 44px;
}
.status-box{
    position: relative;
    z-index: 5;
}
/*.current-status{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    padding: 16px;
    border-radius: 12px;
    display: flex;
}
.current-status span{
    color: var(--white-color);
    font-weight: 400;
    font-size: 12px;
}
.current-status p{
    color: var(--white-color);
    font-weight: 500;
    font-size: 18px;
}
.open-stat .current-status{
    border-radius: 12px 12px 0px 0px;
}
.open-stat{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.status-btn{
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(2px);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
.status-btn img{
    transition: all 0.3s ease-in;
    -webkit-transform: all 0.3s ease-in;;
    -moz-transform: all 0.3s ease-in;;
    -o-transform: all 0.3s ease-in;;
    -ms-transform: all 0.3s ease-in;;
}
.open-stat .status-btn img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.stat_list{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    width: 100%;
    background-color: var(--white-color);
    padding: 15px;
    border-radius: 0px 0px 12px 12px;
}
.stat_list li{
    padding: 8px 0;
    border-bottom: 1px solid #F7F7F7;
    font-size: 14px;
    font-weight: 400;
}
.stat_list li:last-child{
    border: none;
}
.open-stat .stat_list{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
} */

.tt-select {
    position: relative;
    height: auto;
    padding: 0px;
    text-align: left;
}
.tt-select .status {
    position: absolute;
    color: #ffffff;
    z-index: 100;
    top: 20%;
    left: 15px;
    font-size: 14px;
    font-weight: 400;
}
.tt-select select {
    display: none;
    transition: all 0.4s ease-in;
}
.select-selected {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    font-weight: 500;
    font-size: 18px;
    line-height: 70px;
    display: block;
}
.select-selected.select-arrow-active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}
.select-selected:before {
    position: absolute;
    content: url(../images/arrow_dwn.png);
    top: 0;
    right:36px;
    width: 0;
    height: 0;
}
.select-selected.select-arrow-active:before {
    top: 100%;
    right: 24px;
    transform: rotate(180deg);
}
/* .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 10px;
} */
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    height: 70px;
    
}
.select-items div{
    height: 40px;
    color: var(--deep-black);
    border-bottom: 1px solid #F7F7F7;
}
.select-items div:last-child{
    border-bottom: 0;
}
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 12px 12px;
    padding: 10px 0;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    color: var(--main-color);
}



/*---------------- end of time block-------------- */
.rescent-act{
    max-height: 428px;
    height: 100%;
}
.card-list{
    height: calc(100% - 25px);
    overflow-y: auto;
}
.card-list::-webkit-scrollbar {
    display: none;
    }
.right-list li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #F7F7F7;
}
.right-list li:last-child{
    border-bottom: none;
}
.right-list .approved p{
    color:#519C66
}
.right-list .rejected p{
    color:#D20000
}
.card-details{
    flex-grow: 1;
}
.card-details h5{
    color: var(--deep-black);
    font-weight: 400;
    font-size: 14px;
}
.card-details p{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding-top: 10px;
}
.card-details p span{
    margin-right: 15px;
}
.activity-date{
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--light-grey);
}
/*-------------- bottom card block----------- */
.bottom-card-block{
    border-radius: 5px;
    background-color: var(--white-color);
}
.wish-list-img{
    width: 62px;
    height: 62px;
    overflow: hidden;
    border-radius: 12px ;
}
.wish-list-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.bottom-list .card-details h6,
.right-list .card-details h6{
    margin-bottom: 0;
    font-weight: 500;
    font-size:14px ;
    color: var(--deep-black);
}
.bottom-list .card-details p,
.right-list .card-details p{
    padding: 0;
    font-size: 12px;
    font-weight: 400;
}
.bottom-list .today p{
    color: #519C66;
}
.bottom-list li{
    padding: 15px 0 0 0;
    border-bottom: 0;
}

.today button:hover{
    box-shadow: none;
    color: white; 
}
.holiday-date-box,
.job-icon{
    background: var(--gradient-bg);
    width: 62px;
    height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.holiday-date-box h6{
    font-weight: 500;
    font-size: 24px;
    color: var(--white-color);
    margin: 0;
    line-height: 26px;
}
.holiday-date-box p{
    font-weight: 400;
font-size: 14px;
line-height: 16px;
color: var(--white-color);
}
.days_left{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--light-grey);
}
.leave-chart{
    max-height: 370px;
    height: 100%;
    min-height: 370px;
}
.wish-box{
    max-height: 470px;
    height: 100%;
}
.trainging-vedio{
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trainging-vedio .play-btn{
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trainging-vedio .play-btn span{
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #00A293;
    margin-left: 3px;
}
.video-status{
   padding: 5px 15px;
   display: inline-block;
   border-radius: 8px;
   font-size: 12px;
   margin-top: 10px;
}
.job-icon{
    background: #EFF0F0;
}
.bottom-list .job-list {
    display: flex;
}
.bottom-list .job-list li{
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--light-grey);
    margin-right: 11px;
    position: relative;
}
.bottom-list .job-list li:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    right: -7px;
    background-color: var(--light-grey);
    border-radius: 50%;
}
.bottom-list .job-list li:last-child:after{
    display: none;
}

.card-action .share{
    color: var(--main-color);
    text-decoration: underline;
}

/*---------------- employee directoru------------ */
.four-col .card-boxes{
    width: 25%;
    margin: 0 10px;
}
.emp-boxes{
    margin-left: 15px;
}
.emp-boxes h5{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--light-grey);
}
.emp-boxes span{
    font-weight: 700;
    font-size: 27px;
    line-height: 29px;
    color: var(--deep-black);
}
.table-form{
    display: flex;
    justify-content: space-between;
}
.search-box{
   position: relative;
}
.table-search{
    height: 35px;
    border: 1px solid #E7E7E7;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--deep-black);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 0 7px;
    padding:0 17px 0 35px;
    width: 300px;
}
.table-search::-webkit-input-placeholder { /* Edge */
    color: var(--light-grey);
  }
  
  .table-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--light-grey);
  }
  
  .table-search::placeholder {
    color: var(--light-grey);
  } 

.search-icon{
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(0,-50%);
}
.expandable_view {
    display: none;
    background-color: #F3F3F3;
}
.expandable_view td{
    padding: 15px 20px;
}
.expandable_view.active {
    display: table-row;
}
.expand-parent {
    background-color: #f3f3f3;
}
.expand-title{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #2C2D33;
}
/*---------------- employee directoru------------ */
.date-indicate{
    margin: 0 -5px;
}
.date-indicate li{
    width: 34px;
    height: 34px;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    background-color: #ffffff;
    color: var(--pure-black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.date-indicate li.current{
    background: var(--gradient-bg);
    color: var(--white-color);
    border: 1px solid #ffffff;
}
.date-indicate li.diasable-days{
    background:#F7F8FA;
    color: #CBCFD4;
    border: 1px solid #F7F8FA;
}
.emp-boxes p{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--pure-black) ;
}
.indication_icon{ 
    margin-left: 10px;
    cursor: pointer;
    position: relative;
} 

.indication-tool-tip{
    display: none;
    position: absolute;
    width: 460px;
    height: auto;
    top: 25px;
    left: -30px;
    background-color: var(--white-color);
    padding: 15px;
    z-index: 15;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.indication_icon:hover .indication-tool-tip{ 
    display: block;
}
.indication-tool-tip li{
    display: flex;
    margin-bottom: 10px;
}
.indication-tool-tip li img{
    margin-right: 15px;
}
.indication-tool-tip .tool-desc h5{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--pure-black);
}
.indication-tool-tip .tool-desc p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color:#6E7079;
}
.indication-tool-tip ul:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    left: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent  #ffffff #ffffff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    -webkit-box-shadow: 2px 4px 7px 0 rgb(0 0 0 / 9%);
    box-shadow: 2px 4px 7px 0 rgb(0 0 0 / 9%);
    z-index: -1;
}
.leave-req-form{
    margin-top: 30px;
}
.leave-req-form .reason-input,
.leave-req-form textarea{
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 10px 15px;
}
.leave-req-form .reason-input{
    height: 35px;
}
.leave-req-form textarea{
    height: 85px;
    resize: none;
}
.leave-req-form label{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.leave-req-form .input_box{
    margin-bottom: 15px;
}

.leave-req-form  .white-button{
    margin-right: 10px;
}


/*----------------- events--------- */
.col-three{
    margin: 10px -1% 0 -1%;
}
.col-three .col-three-item{
    width: 31.33%;
    margin: 1% 1%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.col-three-item .thumb-img{
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: #519C66;
}
.col-three-item .play-btn{
    display: none;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 50%;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    padding: 13px 18px;
}
.col-three-item .play-btn:hover{
    background-color: var(--main-color);
}
.col-three-item .play-btn:hover svg path{
    fill:var(--white-color)
}
.col-three-item.video .play-btn{
    display: block;
}



/*------------ leave records---------- */
.leave-alert {
    height: 156px;
    overflow: auto; 
}
.leave-alert::-webkit-scrollbar {
    display: none;
    }
.leave-alert li{
    display: flex;
    align-items: flex-start;
}
.leave-alert li>div{
    margin-left: 10px;
    margin-bottom: 10px;
}
.leave-alert h5{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--deep-black);
}
.leave-alert p{
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: var(--light-grey);
}
.leave-alert a{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--deep-black);
    text-decoration: underline;
    margin-left: 10px;
}
.table_wrapper .docs{
    text-align: center;
}
.table_wrapper .docs li{
    display: none;
}
.table_wrapper .docs li.active{
    display: block;
}

.table_wrapper .approved li img{
    object-fit: cover;
    object-position: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.5;
}
.table_wrapper .approved li.active img{
    opacity: 1;
}
.table-leave-record .table_head td:nth-child(6){
    text-align: center;
}
.pop-cancel-leave{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 330px
}
.pop-cancel-leave button{
    width: 48%;
}
.pop-cancel-leave p
{
    font-weight: 400;
font-size: 14px;
line-height: 16px;
color: var(--light-grey);
}
/*----------- apply-leave----------- */

.form-box li{
    display: flex;
    margin: 0 -1%;
}
.input-box{
    width: 33%;
    display: flex;
    flex-direction: column;
    margin: 0 1%;
}
.form-box label{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6E7079;
    margin-bottom: 5px;
}
.form-box label span{
    color: red;
}
.input-box{
    margin-bottom: 15px;
}
.input-box input,
.input-box select{
    height: 35px;
    width: 100%;
    font-size: 14px;
}
.input-box input,
.input-box select,
.input-box textarea{
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 8px 10px;
    color: var(--pure-black);
}
.input-box  input[disabled]
{
  background-color: #F4F5FA;
}
.input-box textarea{
    resize: none;
    height: 150px;
}
.input-box .input-50{
    width: 48%;
}
.form-box{
    padding-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;;
}
.apply-leave .leave-bottom{
    margin-bottom: 10px;
}

.drop-zone {
    max-width: 100%;
    height: 150px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 1px dashed #D9D9D9;
    border-radius: 10px;
    position: relative;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  



/*-----------------Recruitment------------- */
.table-top button{
    margin-left: 10px;
}
  .recruitment .col-four .card-boxes{
    border:1px solid #D9D9D9;
    cursor: pointer;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
  }
  .recruitment .col-four .card-boxes:hover{
    background-color: #F4F5FA;
  }
  .recruitment .col-four .card-boxes:hover .file-download_icon {
    visibility: visible;
  }
  .recruitment .col-four {
    margin-top: 20px;
  }
  .col-four .card-boxes img:first-child{
    margin-right: 15px;
  }
  .col-four .card-boxes a{
    padding: 10px;
  }
   .file-download_icon{
    visibility: hidden;
  }
  .col-four .card-boxes p{
  font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--deep-black);
  }
  .recruitment .col-four{
    height: 204px;
    overflow: auto;
  }
  .recruitment .col-four:hover::-webkit-scrollbar {
    display: none;
}

.col-three .job-details h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--pure-black);
}
.col-three .job-details p{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: var(--pure-black);
}
.col-three .job-details a span{
    font-size: 16px;
    color: var(--deep-black);
}
.col-three .job-details a span:hover{
    color: var(--main-color);
}
.col-three .job-details li:nth-child(2){
    border-bottom: 1px solid #F3F3F9;
    padding-bottom: 10px;
    margin: 15px 0;
}
.col-three .job-details li:nth-child(2) span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--light-grey);
}
.col-three .job-details li:nth-child(4){
    margin: 20px auto 30px;
}
.job-bg-green{
    padding: 5px 10px;
    background-color: #D9F2EF;
    color: #00A595;
    margin-right: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.col-three .job-details li:last-child > div{
    margin-left: 10px;
    margin-bottom: 10px;
}
.col-three .job-details li:last-child span{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--light-grey);
}
.col-three .job-details li:last-child a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: var(--deep-black);
}
.job-icon-hloder{
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.job-icon-hloder img{
    width: 100%;
}
.live-job-details > li:nth-child(2){
    margin-top: 20px;
    border-bottom: 1px solid #F3F3F9;
    padding-bottom: 20px;
}
.live-job-details > li:nth-child(2) h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: var(--deep-black);
    margin-bottom: 0;    
}
.live-job-details > li:nth-child(2)span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--light-grey);
}
.live-job-details .job-post-info > div {
    margin-top: 15px;
}
.live-job-details .job-post-info > span{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--light-grey);
}
.live-job-details .mail-box{
    min-width: 325px;
    background: #F3F3F9;
    border-radius: 3px;
    padding: 10px;
}
  .mail-icon-hloder{
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
  }
  .mail-icon-hloder img{
    width: 100%;
  }
  .live-job-details .mail-box a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--deep-black);
    text-decoration: underline;
  }
  .live-job-details .mail-box span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--light-grey);
  }
  .live-job-details .job-details{
    padding-top: 30px;
    height: calc( 100vh - 428px);
  }
  .live-job-details .job-details h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--deep-black);
  }
  .live-job-details .job-details h6>:last-child{
    margin-top: 30px;
  }
  .live-job-details .job-details p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--light-grey);
    margin-top: 15px;

  }
  .job-description{
    padding-left: 20px;
  }
  .job-description h6{
    margin-left: -20px;
  }
  .job-description li{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--light-grey);
    margin: 10px 0;
    list-style-type: disc;
  }
  .job-description li::marker{
    color: var(--deep-black);
  }
  .job-summary{
    margin-bottom: 30px;
  }
  .job-description h6{
    margin-bottom: 15px;
  }
  .gradient-button .icon-share-2{ 
    padding-left: 10px;
    font-size: 17px;
  }

  /* -------------------insurance----------------- */
  .insurance{
    max-height: calc(100vh - 174px);
    overflow: auto;
  }
  .insurance::-webkit-scrollbar {
    display: none;
    }
  .insurance-card{
    width  :33.33%;
  }
  .insurance-card-holder{
    width: 300px;
    height: 194px;
  }
  .insurance-card-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .documents .doc-list{
    min-width: 300px;
    margin-bottom: 15px;
  }
  .documents .doc-list .doc-name{
    min-width: 350px;
    margin:0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--deep-black);
  }
  .insurance h4{
    margin-bottom: 15px;
  }
  .documents  .doc-list a{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color:  var(--main-color);
    text-decoration: underline;
  }


  /*---------------------------- letters and certificate-------------- */
  .tabs {
   margin-top: 15px;
  }
  ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    position: relative;
  }
  ul#tabs-nav::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--white-color);
    z-index: 10;
  }
  .tab-item{
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 5px 25px 15px 25px;
    cursor: pointer;
    position: relative;
  }
  .tab-item.active::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--gradient-bg);
    z-index: 11;
  }
  .tab-item:hover a,
  .tab-item.active a{
    color: var(--main-color);
  }
  .tab-item a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--deep-black);
  }
  .personal-info_wrapper{
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .personal-info{
    flex-wrap: wrap;
    margin-right: -1%;
    margin-left: -1%;
  }
  .personal-info-item{
    width: 18%;
    margin: 10px 1%;
  }
  .personal-info-item span{
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: var(--light-grey);
  }
  .personal-info-item p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--pure-black);
  }
  .personal-info-item .visa-stat{
    color: #008E0E;
  }
  .three-col-row{
    display: flex;
  }
.form-feild-box{
    display: flex;
    flex-direction: column;
  }
  .three-col-row {
    margin: 15px -10px 15px;
  }
  .three-col-row .form-feild-box {
    margin: 0 10px;
    width: 32%;
  }
  .form-feild-wrapper{
    width: 66.66%;
  }
  .form-feild-box .select-default{
    margin: 0;
  }
  .form-feild-box label {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: var(--light-grey);
    margin-bottom: 8px;
  }
  .form-feild-box  input[disabled] {
    background-color: #F4F5FA;
}
.form-feild-box input, .form-feild-box  select {
    height: 35px;
    width: 100%;
    font-size: 14px;
}
.form-feild-box input, .form-feild-box select,.form-feild-box textarea{
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 5px 10px;
    color: var(--deep-black);
}
.form-feild-box input::-webkit-input-placeholder,
.form-feild-box textarea::-webkit-input-placeholder  { 
    color: var(--light-grey);
  }
  
  .form-feild-box input:-ms-input-placeholder,
  .form-feild-box textarea::-webkit-input-placeholder { 
    color: var(--light-grey);
  }
  
  .form-feild-box input::placeholder,
  .form-feild-box textarea::-webkit-input-placeholder {
    color: var(--light-grey);
  } 
.form-feild-box textarea{
    height: 115px;
    resize: none;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
}
.req-certificate{
    margin: 30px 0;
}
.req-certificate p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--deep-black);
}
.req-certificate li{
    margin-bottom: 20px;
}
.req-certificate li:last-child{
    margin-bottom: 0;
    margin-top: 10px;
}
.req-certificate li .gradient-button{
    min-width: 150px;
    height: 40px;
}

/* radio btn */
.radio-btn-list p{
 margin-right: 60px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label{
    color: var(--deep-black);
}
[type="radio"]:not(:checked) + label{
    color: var(--light-grey);
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #949494;;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #6E7079;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

