.d-flex {
    display: flex !important;
}

.justify-space-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: end !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.plr-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mlr-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.attendance_page .page_title h2 {
    font-size: 20px;
    color: #131313;
    margin: 0 0 10px 0;
}

.page-wrapper {
    overflow: unset !important;
}

.page_title {
    border-bottom: 3px solid #0091FF;
    width: 140px;
}

.summary_header {
    padding-right: 0px;
    margin-bottom: 10px;
}

.content_box {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 10px 15px 15px 15px;
    margin-top: 15px;
    height: calc(100vh - 155px);
    overflow: auto;
}

.content_inner_box {
    padding: 15px;
    border-radius: 10px;
    width: 93%;
    flex-direction: column;
}

.content_date {
    position: relative;
}

.attendance_period {
    width: 350px;
}

.resource_container {
    width: 350px;
    padding-right: 15px;
}

.content_date img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.content_date input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 7px 35px 7px 10px;
    margin-left: 5px;
    outline: unset;
}

.content_date p {
    font-size: 14px;
    color: #131313;
    font-weight: 500;
}

.bg-pink {
    background: #f6e3ff;
}

.bg-green {
    background: #effbd7;
}

.bg-blue {
    background: #d6edff;
}

.bg-red {
    background: #fed2d3;
}

.bg-violet {
    background: #e3e0ff;
}

.bg-cyan {
    background: #ccf2f5;
}

.bg-gray {
    background: #e1e1e1;
}

.label-green {
    border-bottom: 5px solid #90C418;
}

.label-orange {
    border-bottom: 5px solid #FF7E05;
}

.label-yellow {
    border-bottom: 5px solid #F8C822;
}

.label-red {
    border-bottom: 5px solid #F81D1D;
}

.label-pink {
    border-bottom: 5px solid #D471FF;
}

.label-gray {
    border-bottom: 5px solid #aaaaaa;
}

.inOut-section .no_data_image {
    width: 300px;
    margin: 0 auto;
}

.legend-label p {
    color: #131313;
    font-size: 12px;
    margin: 5px 0;
    font-weight: 500;
}

.legend-border {
    width: 28px;
    margin: 0 auto;
    cursor: text;
    border-radius: 10px;
}

.legend-box {
    min-width: 90px;
    max-width: 150px;
    text-align: center;
    /* cursor: pointer; */
}

.legend-box-main {
    width: auto;
    display: flex;
    justify-content: space-around;
    margin: 20px auto 10px auto;
}

.overview-card {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 225px;
}

.content_inner_box .card_icon {
    display: flex;
    align-items: center;
}

.content_inner_box .card_icon img {
    width: 50px;
    height: 50px;
}

.content_inner_box .card_value {
    width: 100%;
    color: #131313;
}

.card_value p {
    font-size: 14px;
    font-weight: 600;
    margin: 13px 0 4px 0;
}

.card_value figure {
    font-size: 20px;
    font-weight: 700;
}

.week-slider {
    width: 30%;
    margin: 0 auto;
}

.week-slider h3 {
    color: #0091FF;
    margin: 0;
    font-size: 18px;
}

.activity-body {
    position: relative;
}

.activity-body h4 {
    margin: 5px 15px 0 0;
    padding-bottom: 10px;
}

.activity-body h4.border-on-scroll {
    border-bottom: 1px solid #eeeeee;
}

/* slider CSS*/
.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider {
    display: flex;
}

.slider-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.week-slider .arrow.left img, .week-slider .arrow.right img {
    width: 10px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

/* slider */

/* inOut-section */
.inOut-section {
    /* height: calc(38px + 42.5vh); */
    position: relative;
    /* margin-right: 5px; */
    z-index: 1;
}

.working-hours-range {
    position: absolute;
    bottom: 0;
}

.working-hours-range .hours-range {
    /* width: 87.5%;
    margin-left: 148px; */
    width: 87%;
    margin-left: 151px;
}

.progress-box {
    margin-bottom: 20px;
}

/* Progress bar css  */
.track-progress {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 35px 10px 20px 10px;
    background: #ffffff;
    border-radius: 10px;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 410px;
    min-height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
}

.content_title h4 {
    margin: 0;
}

/* .range-border:hover{
  position: absolute;
  border-right: 1px solid;
  border-radius: unset !important;
} */
.date {
    min-width: 180px;
    max-width: 250px;
    padding: 0 10px;
    font-weight: 500;
    display: flex;
}

.break-alert{
    border-radius: 8px;
    padding: 2px 7px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    height: 25px;
}

.break-red-alert {
    border: 1px solid #fca4a4;
    background-color: #fca4a4;
}

.break-green-alert {
    border: 1px solid #90ff90;
    background-color: #90ff90;
}

.input-container {
    display: flex;
    align-items: center;
}


.date-input {
    background-image: url('/images/attendance/calender.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35px 20px;
    cursor: pointer;
    flex: 1;
    padding-right: 30px;
}

.date-input:hover {
    background-size: 37px 22px;
}

.track-progress .icon-status {
    width: 18px;
    margin: 0 5px 8px 5px;
}

.track-progress li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    font: 14px / 14px Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #bbb;
    border-bottom: 1px #aaaaaa solid;
    float: left;
    height: 12px;
    z-index: 0;
}

.track-progress li:after {
    content: "\00a0\00a0";
    /*non-breaking space */
}

.capsule-button li:before, .halfday:before {
    position: relative;
    top: 8px;
    float: left;
    left: 50%;
    line-height: 1em;
}

.earlyLeave:before {
    position: relative;
    top: 8px;
    float: left;
    left: 20%;
    line-height: 1em;
}

.track-progress li:before {
    position: absolute;
    top: 8px;
    float: left;
    right: 0;
    line-height: 1em;
}

@media (max-width: 800px) {
    .track-progress li {
        font-size: 0.7em;
    }
}

.track-progress li span {
    padding-left: 0.75em;
}

@media (max-width: 640px) {
    .track-progress li span {
        display: none;
    }
}

.track-progress li.done {
    color: #bbb;
    font-weight: bold;
    border-bottom: 1px #90C418 solid;
}

.track-progress li.done:before {
    content: "";
    background: #90C418;
    height: 7px;
    width: 7px;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.track-progress li.break {
    color: #bbb;
    font-weight: bold;
    border-bottom: 1px #FF7E05 solid;
}

.track-progress li.break:before {
    content: "";
    background: #FF7E05;
    height: 7px;
    width: 7px;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.track-progress li.inactive {
    color: #bbb;
    font-weight: bold;
    border-bottom: 1px #aaaaaa solid;
}

.track-progress li.inactive:before {
    content: "";
    background: #aaaaaa;
    height: 7px;
    width: 7px;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.track-progress li.weekend {
    color: #bbb;
    font-weight: bold;
    border-bottom: 1px #F8C822 solid;
}

.track-progress li.weekend:before {
    content: "Weekend";
    width: 85px;
    line-height: 1.2em;
    border-radius: 1.2em;
    border: 1px solid #f8c822;
    padding: 5px 15px 5px 15px;
    background: #ffffff;
    color: #f8c822;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    position: absolute;
    top: -2px;
}

.track-progress li.Absent {
    color: #bbb;
    font-weight: bold;
    border-bottom: 1px #F81D1D solid;
}

.track-progress li.Absent:before {
    content: "Absent";
    width: 85px;
    line-height: 1.2em;
    border-radius: 1.2em;
    border: 1px solid #F81D1D;
    padding: 5px 15px 5px 15px;
    background: #ffffff;
    color: #F81D1D;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    position: absolute;
    top: -2px;
}

.track-progress li.Holiday {
    color: #bbb;
    font-weight: bold;
    border-bottom: 1px #D471FF solid;
}

.track-progress li.Holiday:before {
    content: "Holiday";
    width: 85px;
    line-height: 1.2em;
    border-radius: 1.2em;
    border: 1px solid #D471FF;
    padding: 5px 15px 5px 15px;
    background: #ffffff;
    color: #D471FF;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    position: absolute;
    top: -2px;
}

.track-progress li.earlyLeave {
    color: #bbb;
    font-weight: bold;
    border-bottom: 1px #D471FF solid;
}

.track-progress li.earlyLeave:before {
    content: "Early Leave";
    width: 85px;
    line-height: 1.2em;
    border-radius: 1.2em;
    border: 1px solid #D471FF;
    padding: 5px 5px 5px 5px;
    background: #ffffff;
    color: #D471FF;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    position: absolute;
    top: -2px;
}

.track-progress li.todo:before {
    content: "";
    background: #ffffff;
    border: 0.25em solid #bbb;
    height: 7px;
    width: 7px;
    border-radius: 0.8em;
}

.track-progress em {
    display: none;
    font-weight: 700;
    padding-left: 0.75em;
}

@media (max-width: 640px) {
    .track-progress em {
        display: inline;
    }
}

.select-resource .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 34px;
}

.select-resource .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px;
    right: 5px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #131313 !important;
    line-height: 31px !important;
}

.daterangepicker td.in-range {
    background-color: #e9e7ff !important;
    border-color: transparent;
    color: #131313;
    border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #6f64f8 !important;
    border-color: transparent;
    color: #ffffff;
    border-radius: 4px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    width: 100px;
}

.drp-buttons .btn-primary {
    color: #fff;
    background-color: #6f64f8 !important;
    border-color: #6f64f8 !important;
}

.drp-buttons .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-weight: 400 !important;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 14px !important;
    padding-right: 8px;
    color: #2716ff !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.daterangepicker {
    box-shadow: -5px 5px 5px #dbdbdb;
}

.daterangepicker th.month {
    width: auto;
    color: #6f64f8;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #6f64f8;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

/* Tooltip  */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: unset !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 250px;
    max-width: 400px;
    background-color: black;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.activity-footer {
    position: relative;
    top: 55px;
}

/* Tooltip  */

/* Page Ruler  */
.ruler {
    position: absolute;
    width: 58.55%;
    margin: 0 0 20px 12%;
    height: 30px;
    top: 0px;

}

.page-ruler {
    position: relative;
    width: 100%;
    bottom: 0px;
}

.ruler .cm {
    border-top: 1px solid #aaaaaa;
}

.ruler .mm:hover:after {
    content: '';
    left: 0;
    height: 100%;
    background-image: url(/images/attendance/trak-line.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: unset;
    background-position: bottom;
    height: 360px;
    top: -364px;
    position: absolute;
    width: 10px;
    display: flex;
    justify-content: center;
}

.ruler .cm,
.ruler .mm {
    position: absolute;
    border-left: 1px solid #aaaaaa;
    height: 30px;
    width: 10%;
    cursor: pointer;
}

.ruler .cm:after {
    position: absolute;
    bottom: -15px;
    font: 11px/1 sans-serif;
}

.ruler .mm {
    height: 12px;
}

.ruler .mm:nth-of-type(5) {
    height: 17px;
}

.ruler .cm:nth-of-type(1) {
    left: 0%;
}

.ruler .cm:nth-of-type(1):after {
    content: "09:00 AM";
}

.ruler .cm:nth-of-type(2) {
    left: 10%;
}

.ruler .cm:nth-of-type(2):after {
    content: "10:00 AM";
}

.ruler .cm:nth-of-type(3) {
    left: 20%;
}

.ruler .cm:nth-of-type(3):after {
    content: "11:00 AM";
}

.ruler .cm:nth-of-type(4) {
    left: 30%;
}

.ruler .cm:nth-of-type(4):after {
    content: "12:00 PM";
}

.ruler .cm:nth-of-type(5) {
    left: 40%;
}

.ruler .cm:nth-of-type(5):after {
    content: "01:00 PM";
}

.ruler .cm:nth-of-type(6) {
    left: 50%;
}

.ruler .cm:nth-of-type(6):after {
    content: "02:00 PM";
}

.ruler .cm:nth-of-type(7) {
    left: 60%;
}

.ruler .cm:nth-of-type(7):after {
    content: "03:00 PM";
}

.ruler .cm:nth-of-type(8) {
    left: 70%;
}

.ruler .cm:nth-of-type(8):after {
    content: "04:00 PM";
}

.ruler .cm:nth-of-type(9) {
    left: 80%;
}

.ruler .cm:nth-of-type(9):after {
    content: "05:00 PM";
}

.ruler .cm:nth-of-type(10) {
    left: 90%;
}

.ruler .cm:nth-of-type(10):after {
    content: "06:00 PM";
}

.ruler .cm:nth-of-type(11) {
    left: 100%;
}

.ruler .cm:nth-of-type(11):after {
    content: "07:00 PM";
}

.ruler .cm:nth-of-type(12) {
    left: 110%;
}

.ruler .cm:nth-of-type(12):after {
    content: "08:00 PM";
}

.ruler .cm:nth-of-type(13) {
    left: 120%;
}

.ruler .cm:nth-of-type(13):after {
    content: "09:00 AM";
}

.ruler .cm:nth-of-type(14) {
    left: 130%;
    border-top: unset;
}

.ruler .cm:nth-of-type(14):after {
    content: "10:00 PM";
}

.ruler .mm:nth-of-type(1) {
    left: 10%;
}

.ruler .mm:nth-of-type(2) {
    left: 20%;
}

.ruler .mm:nth-of-type(3) {
    left: 30%;
}

.ruler .mm:nth-of-type(4) {
    left: 40%;
}

.ruler .mm:nth-of-type(5) {
    left: 50%;
}

.ruler .mm:nth-of-type(6) {
    left: 60%;
}

.ruler .mm:nth-of-type(7) {
    left: 70%;
}

.ruler .mm:nth-of-type(8) {
    left: 80%;
}

.ruler .mm:nth-of-type(9) {
    left: 90%;
}

.ruler .mm:nth-of-type(10) {
    left: 100%;
}

.ruler .mm:nth-of-type(11) {
    left: 110%;
}

.ruler .mm:nth-of-type(12) {
    left: 120%;
}

.ruler .mm:nth-of-type(13) {
    left: 130%;
}

#mentionme {
    text-align: center;
    margin-top: 10%;
}

/* ////Page Ruler  */

/* Add Meeting CSS */
.btn-meetings {
    background: #0091FF;
    color: #ffffff;
    border-radius: 50px;
    border: 2px solid #0091FF;
    padding: 5px 12px;
}

.btn-meetings:hover, .btn-meetings:focus {
    background: #ffffff;
    color: #0091FF;
    border: 2px solid #0091FF;
}

.meeting-modal-dialog {
    position: relative;
    /* width: auto; */
    margin: 20px auto;
    pointer-events: all !important;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Upload Image  */
.upload-box-group {
    padding: 15px 0px 0px 0px !important;
}

.upload-box {
    width: 100%;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0px;
    cursor: pointer;
}

.upload-box.drag-over {
    border-color: #007bff;
    background-color: #f0faff;
}

.upload-box input[type="file"] {
    display: none;
}

.upload-label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #EAEAEA !important;
}

.upload-label .icon {
    font-size: 48px;
    color: #666;
}

.upload-label .text {
    margin-top: 10px;
    color: #666;
    text-align: center;
    padding: 0 15px
}

.upload-label .text h3 {
    font-weight: 400;
}

.upload-label .text h4 {

}

.upload-label .text h3, .upload-label .text h4 {
    margin: 0;
    font-size: 1.5rem;
    color: #000000;
}

.file-list {
    width: 100%;
    margin-top: 0px;
    height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
}

.file-item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 5px 10px;
}

.file-item .preview-image-container img {
    max-width: 150px;
    min-height: 85px;
    max-height: 85px;
    border: 1px solid #eeeeee;
}

.remove-icon img {
    border: unset !important;
    width: 30px !important;
}

.file-item .file-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allow the file info to expand to fill remaining space */
    margin-left: 15px;
}

.file-item .file-info .file-name {
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.file-item .file-info .file-date {
    color: #888;
    font-size: 12px;
}

.remove-icon {
    margin-left: auto; /* Push to the right */
    cursor: pointer;
    color: #ff0000;
}

.preview-image-container {
    width: 150px;
    height: 85px;
    display: flex;
    justify-content: center;
}

/* form css  */
.meetingForm .custom-form-group {
    margin-bottom: 15px;
    padding: 15px 0px;
}

label.custom_label {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    padding: 0 !important;
}

.asterisk {
    color: #ff0000;
    font-size: 16px;
    position: absolute;
    top: 5px;
}

/* Custom dropdown style */
.custom-select {
    position: relative;
    display: inline-block;
    width: 200px; /* Adjust width as needed */
}

/* Hide the original select box */
.custom-select select {
    display: none;
}

/* Style the custom dropdown button */
.custom-select .select-button {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

/* Style the dropdown content */
.custom-select .dropdown-content {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 150px; /* Adjust max-height as needed */
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
}

/* Show dropdown content when select button is clicked */
.custom-select.open .dropdown-content {
    display: block;
}

/* Style each option */

/* Style option on hover */
.custom-select .dropdown-content option:hover {
    background-color: #f0f0f0;
}

.meetingForm .form-control {
    background-color: #EAEAEA !important;
}

.meetingForm select {
    background-color: white !important;
    background-image: url(../images/icons/dropdown_icon.svg) !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: auto 50%;
    border-radius: 2px;
    border: 1px solid #c0c0c0 !important;
    padding: 10px 60px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none !important;
    appearance: none;
    font-size: 12.3px;
    width: 100%;
    background-color: #EAEAEA !important;
}

.custom-select .dropdown-content option {
    padding: 10px;
    cursor: pointer;
}

.dateRange {
    display: flex;
    width: 100%;

}

.dateRange .form-group.inline-div {
    flex: 1;
    margin-right: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.meetingDate {
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none !important;
    appearance: none;
    font-size: 12.3px;
    height: 40px;
}

.meetingStartTime, .meetingEndDate {
    width: 95%;
    float: right;
}

.pt-15 {
    padding-top: 15px !important;
}

.custom-field {
    height: 40px;
    border-radius: 2px;
}

/* ////// Form css */
/* ///Upload Image */
.meeting-modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 2rem;
}

.meeting-modal-body {
    position: relative;
    padding: 0px 15px 0px 15px !important;
}

.meeting-modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 17px;
    right: 17px;
    opacity: unset;
}

.report-btns {
    display: flex;
    justify-content: space-between;
    width: 225px;
}

/* //////// Add Meeting Css */
/* Media Queary */
@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .attendance-filter {
        /* width: 60%!important; */
    }

    .content_box {
        height: calc(100vh - 140px) !important;
        width: 1366px;
    }

    /* .inOut-section {
        max-height: calc(100vh - 210px);
        min-height: 190px;
    } */
    .date p {
        /* font-size: 12px; */
    }

    .earlyLeave:before {
        left: 8%;
    }

    .track-progress {
        padding: 25px 10px 5px 10px;
        height: 390px;
    }

    .legend-box-main {
        /* width: 30%; */
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 45%;
        margin: 0px 0 20px 20%;
    }

    .ruler .mm:hover:after {
        height: 350px;
        top: -355px;
    }

    .page-wrapper {
        height: calc(100vh - 100px);
        overflow-x: hidden;
        overflow-y: auto !important;
    }

    .card_value figure {
        font-size: 15px;
    }

    .card_value p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .attendance-filter {
        /* width: 60%!important; */
    }

    .content_box {
        height: calc(100vh - -110px) !important;
    }

    /* .inOut-section {
        max-height: calc(100vh - 210px);
        min-height: 190px;
    } */
    .date p {
        /* font-size: 12px; */
    }

    .earlyLeave:before {
        left: 8%;
    }

    .track-progress {
        padding: 25px 10px 5px 10px;
        height: 390px;
    }

    .legend-box-main {
        /* width: 30%; */
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 45%;
        margin: 0px 0 20px 20.5%;
    }

    .ruler .mm:hover:after {
        height: 350px;
        top: -355px;
    }

    .ruler .cm:after {
        font: 9px / 1 sans-serif;
    }

    .card_value figure {
        font-size: 15px;
    }

    .card_value p {
        font-size: 11px;
    }

    .content_inner_box {
        padding: 11px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .attendance-filter {
        /* width: 60%!important; */
    }

    .content_box {
        height: calc(100vh - -220px) !important;
    }

    /* .inOut-section {
        max-height: calc(100vh - 210px);
        min-height: 190px;
    } */
    .date p {
        /* font-size: 12px; */
    }

    .earlyLeave:before {
        left: 8%;
    }

    .track-progress {
        padding: 25px 10px 5px 10px;
        height: 386px;
    }

    .legend-box-main {
        /* width: 30%; */
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 50%;
        margin: 0px 0 20px 17%;
    }

    .ruler .mm:hover:after {
        height: 345px;
        top: -350px;
    }

    .card_value figure {
        font-size: 15px;
    }

    .card_value p {
        font-size: 11px;
    }

    .content_inner_box {
        padding: 11px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .attendance-filter {
        /* width: 60%!important; */
    }

    .content_box {
        height: calc(100vh - -210px) !important;
    }

    /* .inOut-section {
        max-height: calc(100vh - 210px);
        min-height: 190px;
    } */
    .date p {
        /* font-size: 12px; */
    }

    .earlyLeave:before {
        left: 8%;
    }

    .track-progress {
        padding: 25px 10px 5px 10px;
        height: 386px;
    }

    .legend-box-main {
        /* width: 30%; */
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 52.2%;
        margin: 0px 0 20px 16%;
    }

    .ruler .mm:hover:after {
        height: 345px;
        top: -350px;
    }

    .card_value figure {
        font-size: 15px;
    }

    .card_value p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .attendance-filter {
        /* width: 60%!important; */
    }

    .content_box {
        height: calc(100vh - -160px) !important;
    }

    /* .inOut-section {
        max-height: calc(100vh - 210px);
        min-height: 190px;
    } */
    .date p {
        /* font-size: 12px; */
    }

    .earlyLeave:before {
        left: 8%;
    }

    .track-progress {
        padding: 25px 10px 5px 10px;
        height: 386px;
    }

    .legend-box-main {
        /* width: 30%; */
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 53.4%;
        margin: 0px 0 20px 15.2%;
    }

    .ruler .mm:hover:after {
        height: 345px;
        top: -350px;
    }

    .card_value figure {
        font-size: 15px;
    }

    .card_value p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1400px) {
    .page-container {
        padding: 0px 70px !important;
    }

    .page-wrapper {
        height: calc(100vh - 80px) !important;
    }

    .content_box {
        height: calc(100vh - -35px) !important;
    }

    .track-progress {
        padding: 10px 10px 5px 10px;
        height: 370px;
    }

    .ruler .mm:hover:after {
        height: 345px;
        top: -350px;
    }

    .earlyLeave:before {
        left: 8%;
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 52.85%;
        margin: 0px 0 20px 15.6%;
    }

    .card_value figure {
        font-size: 15px;
    }

    .card_value p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1440px) {
    .page-container {
        padding: 0px 70px !important;
    }

    .page-wrapper {
        height: calc(100vh - 135px) !important;
    }

    .content_box {
        height: calc(100vh - -35px) !important;
    }

    .track-progress {
        padding: 30px 10px 5px 10px;
        height: 385px;
    }

    .ruler .mm:hover:after {
        height: 340px;
        top: -344px;
    }

    .earlyLeave:before {
        left: 8%;
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 53.7%;
        margin: 0px 0 20px 15%;
    }

    .card_value figure {
        font-size: 15px;
    }

    .card_value p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
    .track-progress {
        padding: 30px 10px 5px 10px;
        height: 390px;
    }

    .content_box {
        height: calc(100vh - -30px) !important;
    }

    .page-wrapper {
        height: calc(100vh - 81px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .ruler .mm:hover:after {
        height: 345px;
        top: -350px;
    }

    .ruler {
        width: 53.7%;
        margin: 0 0 20px 15%;
    }

    .card_value figure {
        font-size: 16px;
    }

    .card_value p {
        font-size: 13px;
    }

    .content_inner_box {
        padding: 10px;
    }
}


@media only screen and (min-width: 1601px) and (max-width: 1680px) {
    .page-wrapper {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .attendance-filter {
        /* width: 55%!important; */
    }

    /* .inOut-section {
        max-height: calc(100vh - 360px);
        min-height: 190px;
    } */
    .date p {
        /* font-size: 12px; */
    }

    .earlyLeave:before {
        left: 8%;
    }

    .legend-box-main {
        /* width: 30%; */
    }

    .activity-footer {
        top: 60px;
    }

    .ruler {
        width: 55.25%;
        margin: 0 0 20px 14%;
    }

    .track-progress {
        padding: 30px 10px 5px 10px;
        height: 390px;
    }

    .ruler .mm:hover:after {
        height: 345px;
        top: -350px;
    }

    .content_box {
        height: calc(100vh - 155px) !important;
    }
}

