.home-box-size .card.card-outline.card-success {
    height: 390px;
}
.col-12.minh-350.maxh-350 {
    display: contents;
}
.canvas_image {
    display: inline-block;
    height: 60%;
}
.mylog-header-clock.mb-2 {
    background: #ffffff;
    padding: 0px 0px;
    border-radius: 0px;
    position: absolute;
    width: auto;
    display: block;
    right: 0;
    top: 00;
    color: #000;
}

.attendance_timer_log {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.attendance-description {
    color: var(--attendance-descri);
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 14px;
    color: #006e33;
}

span#timer_date_empplyee {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 14px;
    color: #ff0028;
}

.calendar {
    background-color: #FFF;
    border-radius: 0.8rem;
    box-shadow: unset;
    padding: 10px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    top: 192px!important;
    left: 24%!important;
    z-index: 10!important;
    display: block!important;
}

.calendar__header {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.2rem;
    padding: 0 0 20px 0px;
    text-transform: uppercase;
}
.calendar__day-names {
  border-bottom: 0.1rem solid #828889;
    display: flex;
    gap: 1.2rem;
    margin-bottom: 0px;
    padding: 0px;
    justify-content: space-around;
}
.calendar__day-name {
    aspect-ratio: 1;
    color: #dc3545;
    font-weight: 900;
    text-align: center;
  width: 2.4rem;
}
.calendar__day_numbers {
  display: flex;
  flex-direction: column;
}
.calendar__day-numbers-row {
  display: flex;
  gap: 1.2rem;
  padding: 0.6rem 0;
  justify-content: space-around;
}

.calendar__day-number {
      align-content: center;
    justify-content: center;
    aspect-ratio: 1;
    color: #006e33;
    display: flex;
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
    font-weight: 900;

}

span.calendar__day-number {
    display: inline-block;
    width: 20px;
    height: 20px;
}

span.calendar__day-number.calendar__day-number--current {
    background: red;
    color: #fff;
    font-size: 11px;
    border-radius: 57px;
}

span.calendar__day-number.calendar__day-number--active.presants_days {

    background: unset;
    color: #006e33;
    font-size: 14px;
    border-radius: 57px;
}

span.calendar__day-number.calendar__day-number--active.sundays_list {
    background-color: unset;
    color: red;
    font-size: 13px;
    border-radius: 57px;

}

span.calendar__day-number.calendar__day-number--active.absent_days {
    background: #fd7e14;
    color: #000;
    font-size: 11px;
    border-radius: 57px;
}

span.calendar__day-number.calendar__day-number--active.half_days {
    background: #007bff;
    color: #fff;
    font-size: 11px;
    border-radius: 57px;
}

span.calendar__day-number.calendar__day-number--current.calendar__day-number--active.half_days {
    background: #006e33;
}


.attendance-overview .week_off {
    background: red;
    width: 15%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px;
}

.attendance-overview .presants_days {
    background: #006e33;
    width: 15%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px;
}

.attendance-overview .absent_days {
    background: #fd7e14;
    width: 15%;
    text-align: center;
    color: #000;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px;
}

.attendance-overview .half_days {
    background: #007bff;
    width: 15%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px;
}



.attendance-overview {
    display: flex;
    justify-content: space-around;
    background-color: white;
    margin: 4px;
}



.col-xl-12.col-md-12.pl-o.user-birthday-cell.todays_birthdays {
    background-image: url(../assets/uploads/gif.gif);
    background-size: cover;
    background-repeat: no-repeat;
}

.col-xl-12.col-md-12.pl-o.user-birthday-cell.todays_work_anniversary {
    box-shadow: inset 1px 1px 5px 3px rgb(146 0 14 / 48%);
    padding: 14px 21px;
}

.todays_birthdays .row {
    padding: 5px 8px;
}

.todays_birthdays h5.info-name.text-16.birthdayuser-name {
    color: #fff;
    font-weight: bold;
}

.todays_birthdays p.info-secondary-name.text-12.birthdayuser-fild {
    color: #fff !important;
    font-size: 14px !important;
}

.todays_birthdays p.info-title.mb-0.user-birthday-date {
    color: #fff;
    font-weight: 900;
}

.swal2-container.swal2-top-end.swal2-backdrop-show {
    padding-top: 82px;
}

  #mylog-header img.status_img {
    width: 52px;
    height: 52px;
    display: flex;
    align-content: center;
    border: 1px solid;
    border-radius: 8px;
}
button.globle_on_off {
    background: transparent;
    border: none !important;
    padding: 0;
}
li.nav-item.dropdown.task {
    display: flex;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
}

li.nav-item.dropdown.task h5 {
    font-size: 20px;
    padding: 0 10px;
}

.navbar-nav.top {
  text-align: right;
}

.navbar-nav.top li {
  padding: 0 15px;
}

.navbar-nav.top li .nav-link.text-white {
  font-size: 40px;
  padding: 0;
  display: flex;
  align-content: space-around;
  align-items: center;
  font-weight: bold;
}

.navbar-nav.top li p {
  font-size: 12px;
    margin: 0;
    font-weight: 600;
}
.card-body.reminder {
    background-color: yellow;
    padding: 11px 0 5px 0px;
    border: 1px solid;
}


span.reminder_alert {
    background: red;
    padding: 4px 8px;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    font-weight: 900;
}
 .attendance-box {
    max-width: 100%;
    padding: 30px 0 30px 27px;
    width: 600px;
    display: flex;
/*    height: 336px;*/
    flex-direction: column;
    justify-content: flex-start;
}

.attendance-title, .text-35 {
    font-size: 1.823vw !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}


.page-header .header-icon {
    cursor: pointer;
    font-size: 1.146vw;
    padding: 0 9px;
    vertical-align: middle;
}

.attendance-clockin-btn {
    border-radius: 6px;
    color: #fff;
    font-size: .833vw;
    font-weight: 600;
    line-height: 20px;
    padding: 13px 30px;
    transition: all .3s ease-in-out;
}

.page-header .header-icon {
    cursor: pointer;
    font-size: 1.146vw;
    padding: 0 9px;
    vertical-align: middle;
}

.d-inline-block {
    display: inline-block !important;
}

.apply-leave-btn {
    background: #e83e8c;
    padding: 6px;
    margin-left: 16px;
    border-radius: 6px;
    color: #fff;
}
.apply-leave-btn a {
  color: #fff;
    font-weight: 900;
    margin: 0 7px 0px 0px;
}

.home-attendance-content {
    background: var(--attendance-bg);
    border: 1px solid var(--attendance-border) !important;
    border-radius: 9px 9px 9px 9px;
    height: auto;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.total_time {
    position: absolute;
    bottom: 0;
    right: 12px;
}
.total_time label {
    background-color: #ffc800;
    padding: 5px 10px;
    color: #FF0000;
    border-radius: 3px;
}

.monthly_time {
  position: absolute;
  bottom: 0;
  left: 12px;  
}

.monthly_time label {
    background-color: #ffc800;
    padding: 5px 10px;
    color: #FF0000;
    border-radius: 3px;
}
.mylog-header {
    margin-bottom: 24px;
    width: 100%;
}
.mylog-icon {
    border-radius: 5px 5px 5px 5px;
    height: 50px;
    margin-right: 20px;
    width: 50px;
    display: flex;
}

.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%;
}

.mylog-title {
    color: #000000;
    font-size: .938vw;
    font-weight: 700;
    line-height: 20px;
}

.ml-auto {
    margin-left: auto !important;
}
.mylog-calendar {
    background-color: var(--mylog-calender);
    border-radius: 8px;
    padding: 4.5px;
}

.mylog-header {
  align-items: center;
    display: flex;
}

.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}

/*.col-12.d-flex.align-items-center.justify-content-center {
    background-color: #cfcfcf;
    padding: 3px 0px 0px 5px;
}*/

a.col-2.d-flex.justify-content-center.mr-3 {
    color: #000;
}

.mylog-icon i.far.fa-clock {
       font-size: 50px;
    margin: auto;
    color: #000000;

}

.log_button {
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    background-color: rgb(233, 100, 121);
    color: white;
    border: 1px solid lightgray;
    overflow: hidden;
}




.calendar {
  background-color: #FFF;
  border-radius: 0.8rem;
  box-shadow: none;
  padding: 10px;
}
.calendar__header {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.2rem;
    padding: 0 0 20px 0px;
    text-transform: uppercase;
}
.calendar__day-names {
  border-bottom: 0.1rem solid #828889;
    display: flex;
    gap: 1.2rem;
    margin-bottom: 0px;
    padding: 0px;
    justify-content: space-around;
}
.calendar__day-name {
    aspect-ratio: 1;
    color: #dc3545;
    font-weight: 900;
    text-align: center;
  width: 2.4rem;
}
.calendar__day_numbers {
  display: flex;
  flex-direction: column;
}
.calendar__day-numbers-row {
  display: flex;
  gap: 1.2rem;
  padding: 0.6rem 0;
  justify-content: space-around;
}

.calendar__day-number {
      align-content: center;
    justify-content: center;
    aspect-ratio: 1;
    color: #006e33;
    display: flex;
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
    font-weight: 900;

}

span.calendar__day-number {
    display: inline-block;
    width: 20px;
    height: 20px;
}

span.calendar__day-number.calendar__day-number--current {
    background: red;
    color: #fff;
    font-size: 11px;
    border-radius: 57px;
}

span.calendar__day-number.calendar__day-number--active {

  background: red;
    color: #fff;
    font-size: 11px;
    border-radius: 57px;
}

.mylog-header.mb-2 {
    background: #ffc800;
    padding: 10px 10px;
    border-radius: 7px;
}

h6.mb-1.mt-1.mr-4.font-weight-bold.text-14.log-total-time {
    font-size: 40px;
}

.mylog-total-time {
    display: inline-block;
    width: 100%;
}
.clockout-modal {
    background-color: #fef6e4;
    border-radius: 10px 10px 0 0;
    height: 90px;
    position: relative;
    margin-top: 45px;
}

.clockout-modal-img {
    height: 70px;
    margin-left: 43%;
    padding: 10px 0;
    width: 70px;
}

.clockout-modal-img img {
    width: 70px;
}
.clock.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-bottom: 45px;
}

.clock.modal-footer button.btn.btn-secondary {
    background-color: #e5e5e5;
    color: #000;
    border: none;
    padding: 8px 24px;
    border-radius: 0px;
}

.clock.modal-footer button.btn.btn-primary {
    background-color: #f5bc31;
    padding: 7px 12px;
    border: none;
    width: 81px;
}

.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.close_icon {
    font-size: 56px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
}
.clock_in_out_employee_attendance_0 {
    background: linear-gradient(359deg, #ff0018, #83000d);
}
.clock_in_out_employee_attendance_1 {
    
    background: linear-gradient(359deg, #4aa775, #00b755);
}

#no_any_events_after_few_min .clockout-modal {
    background-color: #ffdede; 
}

#no_any_events_after_few_min .clock.modal-footer button.btn.btn-secondary {
    background-color: #ab1616;
    color: #fff;
    border: none;
    padding: 8px 24px;
    border-radius: 0px;
}

.col-12.mt-3.text-center.mt-32.success {
    display: inline-block;
    width: 100%;
    float: left;
}

.col-12.mt-3.text-center.mt-32.success img {
    width: 80%;
}

.img_coin img {
    height: 15px!important;
    width: 15px!important;
    margin: 0 5px!important;
}
h6.mt-10.successfully_title {
    font-size: 18px;
    font-weight: bold;
    color: #609966;
    margin: 15px 0;
}
h4.mt-16.successfully_title_text {
    font-size: 26px;
    font-weight: 600;
    margin: 18px 0;
}
h6.text-gray-500.mt-16.mb-32.img_coin {
    font-size: 16px;
    font-weight: 900;
    color: #9e9e9e;
}


.row.d-flex.for_Moz_1.attendance_reports {
    margin-bottom: 30px;
}

div#user_attendanc_epresent, div#user_attendanc_absent {
    cursor: pointer;
}
#edit_add_holiday_list img.img-avatar.img-avatar48 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid;
}

img.img-avatar.img-avatar48 {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid;
}

.user_image {
    display: flex;
    align-items: center;
}

.user_image .image {
    margin-right: 15px;
}

.block-header h1 {
    font-size: 22px;
    font-weight: 600;
}
.block-header {
    padding: 3px 20px;
}
.col-4.mt-3.border-right-2.user-attendance {
    border-right: 1px solid #91919161;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    --bs-form-check-bg: #fff;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #d1d7e1;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #81c2e3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2,132,199,.25)
}

.form-check-input:checked {
    background-color: #006e33;
    border-color: #006e33;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0284c7;
    border-color: #0284c7;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 3em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d1d7e1'/%3e%3c/svg%3e");
    width: 2.5em;
    margin-left: -3em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2.5em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2381c2e3'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.form-switch {
    min-height: 2em;
    line-height: 2em
}

.form-switch .form-check-input {
    height: 1.5em
}

.employee_activits_list img.image.isLoaded {
    width: 65px;
    height: 65px;
    display: inline-block;
    border-radius: 60px;
}
.employee_activits_list .minh-350.maxh-350.overflow-auto.scroll-hide {
    height: 400px;
    width: 100%;
}

/* total width */
.employee_activits_list .minh-350.maxh-350.overflow-auto.scroll-hide::-webkit-scrollbar {
    background-color: #fff;
    width: 10px;
}

/* background of the scrollbar except button or resizer */
.employee_activits_list .minh-350.maxh-350.overflow-auto.scroll-hide::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
.employee_activits_list .minh-350.maxh-350.overflow-auto.scroll-hide::-webkit-scrollbar-thumb {
    background-color: #006e33;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.employee_activits_list .minh-350.maxh-350.overflow-auto.scroll-hide::-webkit-scrollbar-button {
    display:none;
}

.employee_activits_list .col-xl-12.col-md-12.pl-o.user-birthday-cell {
    border-bottom: 1px solid #e5e5e5;
}

.employee_activits_list h5.info-name.text-16.birthdayuser-name {
    margin: 0;
}
.employee_activits_list p.info-secondary-name.text-12.birthdayuser-fild {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    color: #7e7e7e;
}
.employee_activits_list p.info-title.mb-0.anniversary-user-fild.user-total-year {
    font-size: 12px;
    font-weight: 400;
}


.user-birthday-cell .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}

.sidebar-mini.sidebar-collapse .main-sidebar .nav-sidebar>.nav-item>.nav-link>span.button__badge {
    background-color: #ffc800;
    border-radius: 31px;
    color: #000;
    display: flex !important;
    padding: 1px 4px;
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: 38px;
    font-weight: 900;
    width: 21px;
    height: 21px;
    z-index: 9;
    justify-content: center;
    align-items: center;
}

li.nav-item.dropdown {
    color: white;
    display: inline-block;
    position: relative;
   
}