@import url('https://fonts.googleapis.com/css?family=Lexend:300,400,400i,500,500i,600,600i,700,800,900,&display=swap');

*{
    font-family: Lexend;
    color: #000;
}

/**GENERAL DEFINED VARIABLE-----**/
:root{
	--primary:#100E09 !important;
	--secondary:#fff;

	--txt-sz-sm:12px; /**10**/
	--txt-sz:14px; /**12**/
	--txt-sz-l:17px; /**13**/
	--txt-sz-lg:18px; /**14**/
	--txt-sz-xl:19px; /**15**/
	--txt-font-family: Lexend;

    --linear-gradient-btn: linear-gradient(180.37deg, #A82BB9 0%, #5B24C7 100%);
    --linear-gradient-background: linear-gradient(268.25deg, #A82BB9 -56.88%, #5B24C7 100%);
}

/**MAIN-------------------------**/
html {
	height: 100%;
    text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body {
	height: 100%;
	background: #fff;
	font-size: var(--txt-sz);
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

body::-webkit-scrollbar {
    width: 0px;
}

body::-webkit-scrollbar-track {
    background-color: #eee;
    background-color: #fcd9cf;
    -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
    background-color: #fba993;
}

input, select {
    border: 0px solid transparent;
    border-bottom: 1px solid #000;
    width: 100%;
}

input:focus, select:focus {
    outline: none !important;
    border-bottom: 1px solid #A82BB9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    border-bottom: 1px solid #000;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.header-menu {
    display: flex;
    padding: 10px 20px;
    background-color: #C5FFA3;
    column-gap: 15px;
}

.header-menu div:hover {
    font-weight: 700;
}
 
.scrollbar-v-none::-webkit-scrollbar {
	width: 0px;
	background-color:#707070;
}
.scrollbar-v-small::-webkit-scrollbar {
	width: 5px;
	background-color:#707070;
}
.scrollbar-v-small::-webkit-scrollbar-thumb {
	background-color:#f0c0e9;
}
.scrollbar-v-small::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
.scrollbar-v-small::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.scrollbar-h-none::-webkit-scrollbar {
	height: 0px;
	background-color:#707070;
}
.scrollbar-h-small::-webkit-scrollbar {
	height: 5px;
	background-color:#707070;
}
.scrollbar-h-small::-webkit-scrollbar-thumb {
	background-color:#f0c0e9;
}
.scrollbar-h-small::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
.scrollbar-h-small::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.d-none {
    display: none !important;
}

.div_container {
    width: 100%;
    height: calc(100% - 50px);
    padding: 10px 15px;
}

.div-title {
    margin: 10px;
    font-size: 24px;
}

.div-listing {
    width: calc(100% - 20px);
    height: calc(100% - 50px);
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    overflow-y: scroll;
}

.div-listing::-webkit-scrollbar {
	width: 5px;
	background-color:#707070;
}
.div-listing::-webkit-scrollbar-thumb {
	background-color:#717070;
}
.div-listing::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
.div-listing::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.listing-head {
    background-color: #ccc;
}

.listing-row {
    display: flex;
    width: 100%;
    padding: 8px 0;
}

.listing-col {
    width: 100%;
    padding: 5px 10px;
    align-self: center;
    white-space: nowrap;
}

.listing-row:first-child {
    background-color: #000 !important;
    font-size: 14px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: fixed;
    width: calc(100% - 52px);
}

.listing-row:first-child .listing-col {
    color: #fff;
}

.listing-row:first-child .listing-col:first-child {
    border-top-left-radius: 9px;
}

.listing-row:first-child .listing-col:last-child {
    border-top-right-radius: 9px;
}

.listing-row:nth-child(2) {
    margin-top: 50px;
}

.listing-row:nth-child(odd) {
    background-color: #717070;
}

.listing-row:nth-child(even) {
    background-color:#E9E9E9;
}






.listing-row-2 {
    display: flex;
    width: 100%;
    padding: 8px 0;
}

.listing-col-2 {
    width: 100%;
    padding: 5px 10px;
    align-self: center;
    white-space: nowrap;
}

.listing-row-2:first-child {
    background-color: #000 !important;
    font-size: 14px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: fixed;
    width: calc(100% - 52px);
}

.listing-row-2:first-child .listing-col-2 {
    color: #fff;
}

.listing-row-2:first-child .listing-col-2:first-child {
    border-top-left-radius: 9px;
}

.listing-row-2:first-child .listing-col-2:last-child {
    border-top-right-radius: 9px;
}

.listing-row-2:nth-child(2) {
    margin-top: 33px;
    background-color: #000 !important;
    font-size: 14px;
    position: fixed;
    width: calc(100% - 52px);
    padding: 0;
    text-align: center;
}

.listing-row-2:nth-child(2) .listing-col-2 {
    color: #fff;
}


.listing-row-2:nth-child(3) {
    margin-top: 66px;
}

.listing-row-2:nth-child(odd) {
    background-color: #717070;
}

.listing-row-2:nth-child(even) {
    background-color:#E9E9E9;
}



.col-w-no {
    width: 120px;
}

.btn-action {
    border: 1px solid #000;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.btn-hover {
    cursor: pointer;
}

.btn-add {
    background-color: #5B24C7;
    color: #fff;
    width: 100px;
    padding: 5px 10px;
    text-align: center;
    height: fit-content;
}

.btn-close-modal {
    width: 35px;
    height: 35px;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #0000002A;
    background-color: #0000002A;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 10px;
}

.listing-pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid lightgray;
}


.modal_background {
	background-color: rgb(0,0,0,-0.5);
}

.popup_display {
    width: calc(100% - 50px);
    max-width: 1000px;
    height: auto;
    max-height: 80%;
    padding: 15px;
    border-radius: 7px;
    background-color: #F2F2F2;
    background-color: #fff;
    text-align: center;
    transition: all .5s ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.maintenance-title {
    font-size: 20px;
    padding: 0 20px;
    padding-top: 10px;
}

.popup-content {
    /* border: 1px solid red; */
    min-height: 100px;
    margin-top: 10px;
    padding: 15px;
    max-height: 65vh;
}

.content-half {
    width: 50%;
    padding: 0 10px;
}

.content-row {
    margin-bottom: 10px;
}

.detail-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    /* width: 145px; 
    height: 145px;  */
    /* border-radius: 8px; 
    background-color: #D9D9D9; */
    align-self: normal;
}


.popup-bottom {
    padding: 15px 20px 5px 20px;
    float: right;
}

.camera_btn {
	width: 33px;
	height: 33px;
	position: relative;
	left: 60px;
    top: -20px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    padding: 3px;
}

.camera_btn:hover {
	cursor: pointer;
}

.camera_btn i {
	font-size: 24px;
}

.navigateError {
    /* border-color: #EE0B18 !important; */
    border-color: #EE0B18 !important;
}

.input-textbox--etext{
    padding: 5px 10px 0 10px;
	color: red;
}

.def_field--etext {
    color: #EE0B18 !important;
}

.alert-box-msg-div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    z-index: 10;
    top: 0px;
	left: 0px;
    z-index: 1051;
}

.alert-box-msg {
    width: calc(100% - 50px);
    max-width: 400px;
    height: auto;
    min-height: 20%;
    max-height: 500px;
    padding: 15px 0 0 0;
    border-radius: 7px;
    background-color: #fff;
    text-align: center;
    /* transition: all .5s ease-in-out; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation:alertBoxAnimate 1s;
}

@keyframes alertBoxAnimate {
    0% {
        transform: scale(0) translate(-50%, -50%);
        top: 35%;
        left: calc(50% - 200px);
    }
    
    100% {
        transform: scale(1) translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}


.alert-box-row--icon {
    margin: 10px;
}

.alert-box-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    margin: 10px auto;
}

.alert-box-icon img {
    width: 80px;
    height: 80px;
}

.alert-box-row--detail {
    padding: 20px 50px 30px 50px;
}

.alert-box--title {
    font-size: 24px;
    font-weight: 700;
}

.alert-box--text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.alert-box-verification-succ {
    background: #F2DFF5;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
}

.alert-box-verification-succ img {
    margin: 28px;
}

.loading-box-msg-div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    /* background: transparent; */
    z-index: 10;
    top: 0px;
	left: 0px;
}

.loading-box-msg {
    width: calc(100% - 50px);
    max-width: 400px;
    height: auto;
    min-height: 20%;
    max-height: 500px;
    padding: 15px 0 0 0;
    border-radius: 7px;
    /* background-color: #fff; */
    text-align: center;
    transition: all .5s ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    background: transparent;
}
  
/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.3); */
    background-color: transparent;
    background: transparent;
}
  
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
  
.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #ECD5FD 2.0em 0 0 0, #ECD5FD 1.6em 1.6em 0 0, #ECD5FD 0 2.0em 0 0, #ECD5FD -1.6em 1.6em 0 0, #ECD5FD -2.0em 0 0 0, #ECD5FD -1.6em -1.6em 0 0, #ECD5FD 0 -2.0em 0 0, #ECD5FD 1.6em -1.6em 0 0;
    box-shadow: #ECD5FD 2.0em 0 0 0, #ECD5FD 1.6em 1.6em 0 0, #ECD5FD 0 2.0em 0 0, #ECD5FD -1.6em 1.6em 0 0, #ECD5FD -2.0em 0 0 0, #ECD5FD -1.6em -1.6em 0 0, #ECD5FD 0 -2.0em 0 0, #ECD5FD 1.6em -1.6em 0 0;
}
  
/* --linear-gradient-background */
  
/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 1.2em;
        height: 1.2em;
        border-radius: 0.6em;
        box-shadow: #ECD5FD 2.4em 0 0 0, #ECD5FD 2.0em 2.0em 0 0, #ECD5FD 0 2.4em 0 0, #ECD5FD -2.0em 2.0em 0 0, #ECD5FD -2.4em 0 0 0, #ECD5FD -2.0em -2.0em 0 0, #ECD5FD 0 -2.4em 0 0, #ECD5FD 2.0em -2.0em 0 0;
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blood-border {
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}

.payslip-font {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 10px;
}

.payslip-font-content {
    font-size: 11px;
}

.payslip-comp-name {
    font-size: 22px;
    font-weight: 700;
}

.payslip-comp-address {
    font-size: 10px;
    font-style: italic;
}

.payslip-monthyear {
    font-size: 11px;
    font-weight: 700;
}

.payslip-line {
    height: 5px;
    width: 100%;
    background-color: #ccc;
}

.payslip-col-title {
    width: 120px;
}

.payslip-col-result {
    width: calc(100% - 120px);
}

.payslip-col-1 {
    width: calc(100% - 80px);
}

.payslip-col-2 {
    width: 20px;
}

.payslip-col-3 {
    width: 60px;
    text-align: right;
}

.payslip-bold-text {
    font-weight: 700;
}

.payslip-netpay-text {
    font-size: 14px;
    font-weight: 700;
}

.payslip-netpay-text .payslip-col-1 {
    width: calc(100% - 150px);
}

.payslip-netpay-text .payslip-col-2 {
    width: 20px;
}

.payslip-netpay-text .payslip-col-3 {
    width: 130px;
    text-align: right;
}

.payslip-signature {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    border-bottom: 1px solid #000;
    padding: 5px;
    min-height: 30px;
}