@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
.interFont{font-family: "Inter", sans-serif;font-optical-sizing: auto;}
body{
    background-color: #FAFAFA;
    font-family: "Inter";
    font-size: 18px;
    min-height: 100%;
    overflow-x: hidden;
}
button{
    outline: none;
}
button:focus {
    outline: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.title{
    font-size: 1.8rem;
    font-weight: 450;
    margin-bottom: 1.5rem;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.blueButton{
    width: fit-content;
    color: white;
    background-color: #316CF4;
    border: 1px solid #316CF4;
    border-radius: 5px;
    padding: 16px 25px;
    box-shadow: #0000001a 1px 5px 8px 0;
    transition: all ease .5s;
}
button img{
    padding-right: 13px;
}
.twoBtnDiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.backBtn{
    margin-bottom: 22px;
}
.backBtn a{
    color: black;
    display: flex;
    align-items: center;
    gap: 14px;
}
.phoneWidth{
    margin:0 1.5rem;
}
.formError{
    color: red !important;
    font-size: 0.7em !important;
    position: absolute;
    top: 21%;
    right: 3%;
    background: #ffefea;
    padding: 3px 6px;
    border-radius: 4px;
    width: fit-content;
    display: none;
}
.headerMenuSlider{
    position: fixed;
    height: 100vh;
    background-color: white;
    z-index: 99;
    right: 0;
    top: 0;
    width: 65%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 3rem 1.5rem;
    transition: all ease .5s;
    transform: translateX(100%);
}
.profileIconWithName p{
    background-color: #F1F2FF;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #316CF4;
}
.headerMainDiv a p{
    background-color: #F1F2FF;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #316CF4;
}

.headerMenuSlider .menuList{
    margin-top: 2.5rem;   
}
.headerMenuSlider .menuList li {
    list-style: none;
    padding: .7rem 0;
}
.headerMenuSlider .menuList li a{
    color: black;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 300;
}
.headerMenuSlider .menuList li:last-child a{
    color: #EB2E3F;
}
.headerMenuSlider .headerMenuLogo{
    display: flex;
    justify-content: center;
}
.headerMenuSlider .headerMenuLogo img{
    width: 80%;
}
.tinted-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}
.bannerDiv{
    width: 100%;
    box-shadow: #5c5c5c1a 1px 0px 10px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.bannerDiv img{
   height: 100%;
   max-width: 100%;
}
.normalFont p{
    line-height: normal;
    font-weight: 350;
}
/* header CSS starts */

.header{
    transition: transform 0.3s ease;
    position: relative;
}
.headerMainDiv{
    transition: transform 0.3s ease;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 97;
}
.headerLogoAndProfile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 1.5rem;
}
.headerMainDiv .headerLogo{
    height: 55px;
}
.approvalPending{
    background-color: #CC0000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 0;
}
.profileSubDate{
    color: #316cf4;
}
/* header CSS End */


/* Home Page CSS Start */

.loginPageTopGap{
    padding-top: 8rem;
}
.loginPageLogo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginPageLogo img{
    width: 70%;
}
.phoneNumberForm{
    display: flex;
    flex-direction: column;
    padding: 4rem 0;
}
.formGroup{
    position: relative;
    margin-bottom: .5rem;
}
.myStyleForms input{
    border:1px solid #E3E3E3;
    height: 59px;
    border-radius: 5px;
    box-shadow: #0000000d 1px 5px 8px 0;
    background-color: white;
    padding: 0 1rem;
    margin-bottom: 1rem;
    outline: none;
    width: 100%;
    transition: all ease .5s;
}
.myStyleForms input:focus{
    border:1px solid #316cf4;
    box-shadow: #00000023 1px 5px 8px 0;
}
.myStyleForms input::placeholder{
    color: #DEDEDE;
}
label{
    margin-bottom: 10px;
    color: black;
}
.btnBlue{
    width: fit-content;
    color: white;
    background-color: #316CF4;
    border: none;
    border-radius: 5px;
    padding: 16px 32px;
    box-shadow: #0000001a 1px 5px 8px 0;
    transition: all ease .5s;
}
.btnDisable{
    background-color: #c9c9c9 !important;
}
.error{
    color: red !important;
    font-size: 0.7em !important;
    background: #ffefea;
    padding: 3px 6px;
    border-radius: 4px;
    width: fit-content;
}
.footerDivInc{
    margin-bottom: 1rem;
}
.footerText > p > span:first-child{
    font-size: .75rem;
    font-weight: 200;
}
.footerText > p > span:last-child , .footerText a{
    font-size: .9rem;
    color: black;
    text-decoration: none;
}
.page-container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

/* Home Page CSS End */


/* OTP Page CSS satrts */

.otpPageTopGap{
    padding-top: 5rem;
}
.mm-number-input-container{
    display: flex;
    gap: 7px;
}
.myStyleOtpForms{
    padding: 2rem 0;
}
.myStyleOtpForms input{
    border:1px solid #E3E3E3;
    height: 59px;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 1rem;
    outline: none;
    width: 100%;
    transition: all ease .5s;
    text-align: center;
}
.myStyleOtpForms input:focus{
    border:1px solid #316cf4;
}
#loadingGif > img{
    max-height: 50px;
}
.otpPageBigText{
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: .7rem;
}
.otpPageSmallText{
    font-size: 1rem;
    color: #4B4B4B;
    font-weight: 300;
}
.otpPageSmallText span{
    font-weight: 500;
    color: #000000;
    padding-bottom: 12px;
    display: inline-block;
}
/* OTP Page CSS End */


/* KYC Form CSS Start  */
.myStyleKycForms input{
    border:1px solid #E3E3E3;
    height: 59px;
    border-radius: 5px;
    background-color: white;
    padding: 0 1rem;
    margin-bottom: 1rem;
    outline: none;
    width: 100%;
    transition: all ease .5s;
}
.myStyleKycForms input:focus{
    border:1px solid #316cf4;
}
.myStyleKycForms input::placeholder{
    color: #DEDEDE;
}

.myStyleKycForms select{
    border:1px solid #E3E3E3;
    height: 59px;
    border-radius: 5px;
    background-color: white;
    padding: 0 1rem;
    margin-bottom: 1rem;
    outline: none;
    width: 100%;
    transition: all ease .5s;
}

.inputTypeFile{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}

.chooseFileSpan{
    background-color: #DEDEDE;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 6px;
    position: absolute;
    bottom: 26%;
    right: 3%;
    font-size: 1rem;
}

.clearFileSpan {
    display: inline-block;
    position: absolute;
    bottom: 26%;
    right: 3%;
    font-size: 1.5rem;
    color: #316cf4;
}
.inputTypeFileFace{
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 35px !important;
}
#clearFileSpan{
    z-index: 10;
}
.selectDropMenue::after {
    content: url(../img/drop-down.svg);
    display: block;
    width: 19px;
    height: 16px;
    position: absolute;
    bottom: 34%;
    right: 4%;
    pointer-events: none;
}
/* KYC Form CSS End  */

/* Message-Page CSS Satrt  */
.messageDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.messageDiv img{
    width: 118px;
}
.messageDiv p{
    text-align: center;
    margin: 0;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 450;
}
.greenColorText{
    color: #0A8100;
}
.twoButtonInMsgPage{
    display: flex;
    width: 100%;
}
.twoButtonInMsgPage:has(> button:only-child) {
    justify-content: center;
}

.twoButtonInMsgPage:has(> button:not(:only-child)) {
    justify-content: space-between;
}
.twoButtonInMsgPage button{
    width: fit-content;
    border: 1px solid #316CF4;
    border-radius: 5px;
    padding: 16px 25px;
    box-shadow: #0000001a 1px 5px 8px 0;
    transition: all ease .5s;
}
.twoButtonInMsgPage button:nth-child(odd){
    color: white;
    background-color: #316CF4;
}
.twoButtonInMsgPage button:nth-child(even){
    color: #316CF4;
    background-color: #ffffff;
}
/* Message-Page CSS End  */

/* Dashboard Page CSS Start */
.scanQrCodDiv{
    background-color: #F1F2FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 0rem;
}
.scanQrCodDiv p{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.claimHistoryDivOnDashboardPage{
    padding: 2rem 0;
}
.totalEarningsAndVoucherDiv{
    box-shadow: #6c6c6c1a 0px 0px 13px 0;
    padding: 1rem 0;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    margin-bottom: .8rem;
}
.totalEarningsAndVoucherDiv > div:first-child{
    border-right: solid 1px #CFCFCF;
}
.totalEarningsAndVoucherDiv > div > p{
    text-align: center;
    margin-bottom: 0;
}
.totalEarningsAndVoucherDiv > div > p:first-child{
    font-size: 1rem;
    color: #606060;
    font-weight: 300;
    margin-bottom: 9px;
}
.totalEarningsAndVoucherDiv > div > p:last-child{
    font-size: 1.4rem;
    color: #5CB85C;
    font-weight: 400;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.btn-fade {
    background-color: #F1F2FF;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 40px;
}
.btn-fade .btn-content {
    display: flex;
}
.btn-fade .btn-content-element {
    width: 100%;
    height: 100%;
}
.btn-fade div p {
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: relative;
    transform: translateY(-50%);
}
.selector {
    height: 100%;
    background-color: #316CF4;
    border-radius: 40px;
    position: absolute;
    top: 0px;
    transition: 300ms;
    left: 0px;
}
.selectorTapBtns .btn-fade{
    width: 509px;
}
.selectorTapBtns{
    position: relative;
    font-size: 1rem;
    overflow-x: scroll;
    height: 80px;
}
.selectorTapBtns .btn-content .active {
    color: white !important;
}
.claimList{
    border-top: solid 1px #D4D4D4;
}
.claimedInfo{
    border-bottom: solid 1px #D4D4D4;
    padding: 11px 0;
}
.claimedInfo p{
    display: flex;
    justify-content: space-between;
}
.claimedInfo > p > span{
    color: #5CB85C;
}
.claimedInfo .claimStatus{
    width: fit-content;
    color: white;
    padding: 2px 6px;
    font-size: 1rem;
    border-radius: 4px;
    font-weight: 300;
}
.notIntiated{
    background-color: #B7B7B7;
}
.processing{
    background-color: #F0AD4E;
}
.completed{
    background-color: #5CB85C;
}
.rejected{
    background-color: #D9534F;
}
.claimedInfo .claimDate{
    font-size: 1rem;
    font-weight: 200;
    color: #9F9F9F;
    position: relative;
}
.claimedInfo .claimDate::before{
    content: url(../img/claim-date-icon.svg);
    padding-right: 8px;
    position: relative;
    top: 2px;
}
.claimedInfo > div{
    display: flex;
    justify-content: space-between;
}
.modal-content{
    border-radius: 0;
    padding: 1.4rem 1.9rem 3.2rem 1.9rem;
}
.modalBody{
    padding-top: 1rem;
    padding-bottom: 0.4rem;
    font-size: 1.3rem;
}
.modleBtnDiv{
    display: flex;
    justify-content: end;
}
.modleBtnDiv > button{
    opacity: 100%;
    font-size: 1.3rem;
}
.modleBtnDiv > button:focus {
    box-shadow: none;
}
.needMoreClarificationSection{
    background-color: #FFF1F1;
    padding: 1.9rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.needMoreClarificationSection p{
    color: #CC0000;
}
/* Dashboard Page CSS End */

/* Help & Support Page CSS Start */
.searchBarInHSPage{
    position: relative;
    margin: 1.5rem 0;
}
.searchBarInHSPage input{
    width: 100%;    
    height: 50px;
    border: solid 1px #28387E;
    border-radius: 9px;
    background-color: white;
    box-shadow: #0000001a 0px 0px 8px 0;
    padding: 0 6px 0 48px;
    outline: none;
}
.searchBarInHSPage input::placeholder{
    color: #545454;
    font-weight: 350;
}
.searchBarInHSPage a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.myTypeOfAccordion .accordion-item {
	border-bottom: 1px solid #dddddd;
	padding: 22px 0;
}

.accordion-button::after {
	content: "";
	background-image: url(/assert/img/plus.svg);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(/assert/img/minus.svg);
	width: 15px;
	height: 2px;
	background-repeat: no-repeat;
	background-size: cover;
}

.accordion-body {
	margin-top: 20px;
	color: #666666;
	font-weight: 400;
	font-size: .9rem;
}

.accordion-button {
	font-weight: 400;
}

.twoButtonSameSize button{
    border: 1px solid #316CF4;
    border-radius: 5px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: #0000001a 1px 5px 8px 0;
    transition: all ease .5s;
}
.twoButtonSameSize button:nth-child(odd){
    color: white;
    background-color: #316CF4;
}
.twoButtonSameSize button:nth-child(even){
    color: #316CF4;
    background-color: #ffffff;
}
.twoButtonSameSize{
    display: flex;
    gap: 13px;
}
.twoButtonSameSize button {
    flex: 1;
    width: 100%;
}
.updatePdfDiv{
    box-shadow: #5656561a 0px 0px 8px 0;
    border-radius: 5px;
    padding: 18px 14px;
    margin: 25px 0;
}
.updatePdfDiv .pdfDownBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #316CF4;
    gap: 7px;
}
/* Help & Support Page CSS End */
