html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.buttons-html5 {
    background: #fff !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    /* border-radius: 26px !important; */
    margin: 0px 0px !important;
    padding: 0px 4px !important;
    line-height: 29px !important;
    font-size: 20px !important;
    background: linear-gradient(0deg, rgba(166,10,13,1) 11%, rgba(248,53,57,1) 48%, rgba(248,53,57,1) 100%) !important;
    border-radius: 40px !important;
    margin-left: 10px !important;
}
.buttons-page-length {
    position: absolute !important;
    left: 0 !important;
    background: #fff !important;
    border: 1px solid #0a58ca !important;
    border-radius: 40px !important;
    color: #0a58ca !important;
    padding: 4px 13px !important;
}

.control-label {
    font-weight: 600;
}
.cls-userattendance-create {
    position: relative;
    left: 94%;
}
.cls-userattendance-submit {
    width: 90px;
}
/*.dt-buttons {
    position: relative !important;
    left: 94%;
    top: -63px;
}
.dataTables_filter {
    position: relative !important;
    right: 79px;
    top: -63px;
}*/
div.dt-buttons{ height:46px !important;}
.dataTables_wrapper .dataTables_filter {
    height: 46px !important;
}
    .dataTables_wrapper .dataTables_filter input {
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 7px 8px !important;
        background-color: transparent;
        color: inherit;
        margin-left: 3px;
        border-radius: 26px !important;
    }
.footer[b-1qulcrarxx] {
line-height:10px !important;
}
.cls-employeedetail-profileimg {
    height: 45px;
    width: 80px;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    width: 26em !important;
}
/*div:where(.swal2-icon) {
    width: 3em !important;
    height: 3em !important;
}*/
    div:where(.swal2-icon) .swal2-icon-content {
    font-size:2.75em;
    }

.cls-leave-padding {
    padding: 22px 0px 10px 0px;
}
.cls-attendance-section {
    width: 500px;
    float: left;
}

.text-right{
    text-align:end;
}

    .form-label:after {
        content: ": ";
    }

.cls-exteric-validation:before {
    content: "* ";
    color: red;
}


.ml-10 {
    margin-left: 10px !important;
}
.cls-leave-halfday_1 {
    font-size: 14px;
    line-height: 21px;
}
.cls-leave-halfday {
    display: none;
    position: relative;
    /* left: 190px; */
    top: -15px;
    font-size: 14px;
    line-height: 21px;
    /* width: 32%; */
}

.cls-pointer-events {
    pointer-events: none;
    background-color: #cccccc;
    color: #666666;
    border-color: #cccccc;
}
input[readonly], textarea[readonly] {
    background-color: #cccccc;
    pointer-events: none;
}

.cls-leave-action {
   display:flex;
}
.cls-leave-createddate{
    display:none;
}
.cls-cursor-pointer {
    cursor: pointer;
}
.cls-layout-body {
    background-image: url(/images/e.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}
.cls-row{
    margin-top:0rem !important;
}
.pl-0{
    padding-left:0px;
}
.pl-3 {
    padding-left: 3px;
}
.cls-approvereject-exteric {
    color: red;
    position: absolute;
    left: 8px;
    background:#f00;
}
.cls-spinner {
    position: absolute;
    pointer-events: none;
    left: 0;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000091;
}
.cls-spinner-img{
    height:50px;
    width:50px;
}
.cls-body {
    opacity:1;
    pointer-events: none;
}

.custom-loader {
    width: 60px;
    height: 60px;
    border-radius: 60%;
    padding: 1px;
    background: conic-gradient(#0000 10%,#f83539) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 calc(100% - 8px));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: s4 1s infinite steps(10);
    top: 40%;
    left: 50%;
    position: absolute;
}

@keyframes s4 {
    to {
        transform: rotate(1turn)
    }
}
/*#RejectID {
    display: none;
}*/
