/* Mofi */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&family=Montserrat:wght@400;500&display=swap');
body{
    font-family: 'Cairo', sans-serif;
}

.side-common-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    color: #0FBA00;
    font-size: 22px;
    border-radius: 4px;
}
.side-common-icon .num{
    color: #FF0000;
font-size: 20px;
font-weight: 700;
word-wrap: break-word
}
.side-common-text{
    margin-bottom: 0;
    color: #676767;
font-size: 14px;
font-weight: 400;
word-wrap: break-word;
width: calc(100% - 40px);
}
.calendar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendar .btn{
    background: rgba(15, 186, 0, 0.04);
    color: #0FBA00;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
    padding: 10px 10px;
    min-width: 120px;
}
.calendar .btn:hover{
    background: #0FBA00;
    color: #fff;
}
.tite-with-icon{
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.calendar .border-left{
    display: flex;
    gap: 20px;
    position: relative;
    align-items: center;
}
.calendar .border-left .dividing{
    width: 1px;
    height: 22px;
    border: 0.5px #B0B0B0 solid;
}
.clock-time{
    margin-bottom: 0;
color: #1C1C1C;
font-size: 21px;
font-weight: 700;
word-wrap: break-word;
}
.side-common-title{
    color: black;
font-size: 14px;
font-weight: 700;
word-wrap: break-word;
}
.input-search{
     background: #FAFAFA;
     border-radius: 8px;
     border: none;
     outline: none;
     height: 40px;
     color: #ACACAC;
     font-size: 12px;
     font-family: Cairo;
     font-weight: 400;
     padding: 5px 20px;
     word-wrap: break-word
}
.common-card .left-side-card{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.common-card .left-side-card input{
    width: 76%;
}
.btn-main{
    background: #0FBA00;
    border: 1px solid #0FBA00;
    color: #fff;
}
.btn-main:hover{
    background: transparent;
    color: #0FBA00;
    border: 1px solid #0FBA00;
}
.btn-main:hover svg path{
    fill: #0FBA00;
}
.table > thead{
    background: #F2F2F2;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: transparent;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: transparent;
}
.table .action-tasks{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.table .action-tasks li {
    width: 33.3%;
    position: relative;
}
.table .action-tasks li::after{
    content: '';
    position: absolute;
    left: 14px;
    width: 1px;
    height: 20px;
    border: 1px solid #B0B0B0;
    top: 0;
}
.table .action-tasks li:last-child::after{
    display: none;
}
.table .action-tasks li a{
    color: #676767;
font-size: 12px;
font-weight: 400;
display: flex;
align-items: center;
gap: 8px;
word-wrap: break-word
}
.table .action-tasks li a i{
    font-size: 15px;
}
.table .action-tasks li a i.bi-play-circle-fill{
    color: #0fba00;
}
.table .action-tasks li a i.bi-trash-fill{
    color: #ff0000;
}
.table .action-tasks li a i.bi-ban{
    color: #666667;
}
.table .action-tasks li a i.bi-pause-fill{
    color: #ffa800;
}
.table .action-tasks li a i.bi-eye-fill{
    color: #0fba00;
}
.table .comments-tasks{
    display: flex;
    align-items: center;
    gap: 10px;
}
.table .comments-tasks p{
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    word-wrap: break-word;
}
.badget{
    font-size: 12px;
    padding: 5px 10px;
font-weight: 400;
border-radius: 5px;
word-wrap: break-word;
}
.badget.bg-new{
  color: #0FBA00;
  background: #EBFFE8;
}
.badget.bg-stop{
  background: #F5F5F5;
  color: #676767;
}
.badget.bg-under{
    background: #FFF8E5;
    color: #FFBE15;
}
.show-more{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
    justify-content: center;
    padding: 10px 0;
}
.item-identity{
    border-radius: 8px;
    border: 1px #F2F2F2 solid;
}
.item-identity .identity-profile{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #F2F2F2;
}
.item-identity .identity-profile .p-job{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.item-identity .identity-profile .p-job li{
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #ACACAC;
    margin-left: 10px;
}
.item-identity .identity-profile .p-job li:last-child{
    border-left: none;
}
.item-identity .identity-profile .p-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.item-identity .identity-profile h3{
    color: black;
font-size: 14px;
font-weight: 700;
word-wrap: break-word;
margin-bottom: 8px;
}
.item-identity .identity-profile span{
    color: #676767;
font-size: 12px;
font-weight: 400;
display: flex;
align-items: center;
gap: 6px;
word-wrap: break-word
}
.item-identity .identity-body{
  padding: 10px;
}
.item-identity .identity-body .i-id{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-identity .identity-body .i-id h3{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
font-size: 14px;
font-weight: 400;
}
.item-identity .identity-body .i-id p{
    margin-bottom: 0;
    color: #676767;
font-size: 12px;
font-weight: 400;
word-wrap: break-word
}
.item-identity .identity-body .i-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
}
.item-identity .identity-body .i-time i,
.item-identity .identity-body .i-id h3 i,
.item-identity .identity-footer .list-info a i,
.identity-body .ticket-info li .icon i{
    font-size: 22px;
    color: #b0b0b0;
}
.item-identity .identity-body .i-time .select-time{
    background: #0FBA00;
   border-radius: 8px;
   padding: 10px;
   min-width: 225px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.item-identity .identity-body .i-time .select-time p{
    margin-bottom: 0;
    color: #fff;
font-size: 12px;
font-weight: 400;
word-wrap: break-word
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 13px;
    padding-left: 40px;
}
.item-identity .identity-body .i-time .select-time .select2-container{
    border: none;
    color: white;
    display: flex;
font-size: 12px;
font-weight: 400;
width: fit-content !important;
background: transparent;
word-wrap: break-word
}
.item-identity .identity-body .i-time .select-time .select2-container--default .select2-selection--single{
  background-color: transparent;
  border: none;
}
.item-identity .identity-body .i-time .select-time .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: white;
font-size: 12px;
}
.item-identity .identity-body .i-time .select-time .select2-container option{
    color: black;
}
.item-identity .identity-footer{
    padding: 10px;
    border-top: 1px solid #F2F2F2;
}
.item-identity .identity-footer .list-info{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.item-identity .identity-footer .list-info li{
    width: 33.3%;
}
.item-identity .identity-footer .list-info a{
    display: flex;
    align-items: center;
    gap: 8px;
    color: black;
font-size: 14px;
font-weight: 400;
word-wrap: break-word
}
html[dir=rtl] .item-identity{
    direction: rtl;
    text-align: right;
}
html[dir=rtl] .pagination{
  padding-right: 0;
}
.text-red{
    color: #FF0000;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 24px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0FBA00;
    border-radius: 5px 0px 0px 5px;
    opacity: 0;
    visibility: hidden;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active::after {
    opacity: 1;
    visibility: visible;
}
.modal-calendar-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-calendar-header p{
    color: #676767;
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
word-wrap: break-word
}
.modal-calendar-header .btn-close{
  background-image: none;
  color: #FF0000;
font-size: 14px;
font-weight: 400;
opacity: 1;
width: inherit;
height: inherit;
word-wrap: break-word
}
.modal-calendar .modal-dialog{
    max-width: 840px;
}
.table.table-calendar > thead{
    background: transparent;
}
.table.table-calendar th{
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word
}
.table.table-calendar th::after{
    display: none;
}
.table-calendar .calendar-item{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 6px 3px;
    min-height: 80px;
}
.table-calendar .calendar-item h4{
    color: black;
font-size: 10px;
margin-bottom: 5px;
font-weight: 400;
word-wrap: break-word
}
.table-calendar .calendar-item p{
    margin: 15px 0 0;
color: #676767;
font-size: 10px;
font-weight: 400;
word-wrap: break-word;
display: flex;
align-items: center;
gap: 5px;
}
.table.table-calendar > tbody {
    background: #FAFAFA;
}
.table.table-calendar th{
  padding: 10px 5px;
  text-align: center;
}
.table.table-calendar td {
    padding: 8px 5px;
}
.table.table-calendar td{
    border-bottom: none;
}
.table-calendar .calendar-item h1{
    color: black;
    font-size: 24px;
    font-weight: 400;
    word-wrap: break-word
}
.table-calendar .calendar-item h1 span{
    font-size: 10px;
}
.table-calendar .calendar-item.text-center p{
  margin: 5px auto 0;
  justify-content: center;
}
.nav-pills.nav-calendar{
    background: #FAFAFA;
    border-radius: 8px;
    padding: 5px 10px;
}
.nav-pills.nav-calendar .nav-link{
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
}
.page-title h4{
    color: #1C1C1C;
font-size: 20px;
font-weight: 400;
word-wrap: break-word
}
.select-control{
    background: #FFF8E5;
    color: #FFBE15;
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 4px;
}
.select-control select{
    border: none;
    width: 100%;
    background: none;
}
.select-control select:focus{
    outline: none;
    border: none;
}
.list-employees {
    position: relative;
}

.list-employees .col-md-6:nth-last-child(-n+2){
    opacity: 0.5;
}
.single-fly-ticket{
    display: flex;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    margin-bottom: 10px;
}
.single-fly-ticket .item-identity{
    width: 30%;
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.single-fly-ticket .item-identity .identity-profile,
.single-fly-ticket .item-identity .identity-body{
  padding: 15px;
}

.single-fly-ticket .table-responsive{
  width: 70%;
  padding: 15px;
}
.single-fly-ticket .table th{
    padding: 20px;
}
.single-fly-ticket .table-responsive .btn-return-ticket{
  background: rgba(15, 186, 0, 0.04);
  color: #0FBA00;
  font-size: 12px;
  font-weight: 400;
  word-wrap: break-word;
  height: 40px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.identity-body .ticket-info{
    list-style: none;
    padding: 0;
    margin: 0;
}
.identity-body .ticket-info li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
.identity-body .ticket-info li:last-child{
    margin-bottom: 0;
}
.identity-body .ticket-info li p{
    margin-bottom: 0;
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
    display: flex;
    align-items: center;
}

.identity-body .ticket-info li .icon{
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
}
.list-tickets .col-md-12:nth-child(4){
  opacity: 0.5;
}
.single-salary{
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    padding: 10px;
}
.single-salary h2{
    color: black;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    word-wrap: break-word
}
.single-salary .salary-info{
    display: flex;
    align-items: center;
    gap: 15px;
}
.single-salary .salary-info p{
    color: #676767;
font-size: 12px;
font-weight: 400;
word-wrap: break-word
}
.single-salary .salary-info p strong{
    font-weight: 700;
    color: black;
}
.modal-organization .modal-dialog{
    max-width: 786px;
}
.input-file{
    position: relative;
}
.input-file svg{
    position: absolute;
    left: 15px;
    top: 12px;
}
.btn-group-custom{
    display: flex;
    align-items: center;
    gap: 40px;
}
.btn-group-custom .radio label::before{
    width: 10px;
    height: 10px;
    top: 7px;
}
.btn-group-custom .radio label::after{
    width: 6px;
    height: 6px;
    right: 2px !important;
    top: 9px;
}
html[dir=rtl] .btn-group-custom .radio label{
    padding-left: 0;
    padding-right: 0;
}
.select-gray{
    background: #FAFAFA;
    color: black;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 8px;
    border: none;
}
.plr-40{
    padding-left: 40px;
    padding-right: 40px;
}
.ptb-0{
    padding-top: 0;
    padding-bottom: 0;
}
.h-40{
    height: 40px;
}
.form-login-as{
    display: flex;
    align-items: center;
    gap: 11px;
}

.form-login-as .select2-container--default .select2-selection--single {
    background-color: #FAFAFA;
    /* border: none; */
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
}
.form-login-as .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.form-login-as .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
}
.form-login-as .select2-container.select2 .selection{
    width: 100%;
}
.form-login-as .select2-container{
    display: flex;
}
.item-identity.item-identity-table{
    border: none;
}
.item-identity.item-identity-table .identity-profile{
    padding: 5px 0;
    border-bottom: none;
}
.item-identity.item-identity-table .identity-footer{
    padding: 5px 0;
    border-top: none;
}
.item-identity.item-identity-table .identity-body .i-time i,
.item-identity.item-identity-table .identity-body .i-id h3 i,
.item-identity.item-identity-table .identity-footer .list-info a i,
.item-identity.item-identity-table .identity-body .ticket-info li .icon i{
    font-size: 14px;
}
.item-identity.item-identity-table .identity-footer .list-info a{
    gap: 5px;
}
.item-identity.item-identity-table .identity-footer .list-info li {
    width: 100%;
}
.item-identity.item-identity-table .identity-footer .list-info{
    flex-wrap: wrap;
}
.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px;
}
