@import "variables.css";

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
    --maincolor: #00A4E5;
    --textcolor: #8F8BA3;
    --textcolor2: #3F4254;
    --bordercolor: #E5E7EF;
    --backgroundcolor: #FCFCFC;
    --font: 'Plus Jakarta Sans', sans-serif;
}

.btn{
    background-color: var(--maincolor);
    color: var(--backgroundcolor);
}

input:-webkit-autofill,
		input:-webkit-autofill:hover, 
		input:-webkit-autofill:focus, 
		input:-webkit-autofill:active{-webkit-box-shadow: 0 0 0 30px white inset !important;}
		
.custom_color-b{
			border: 1px solid #00A4E5 !important; /* Change this to the desired border color */
		}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-shape-desktop{
    height: 100vh;
    width: 100%;
}
.bg-shape-mobile{
    height: 35vh;
    width: 100%;
}
.language-select{
    position: absolute;
    display: flex;
    right: 100px;
    top: 30px;
    align-items: center;
    justify-content: center;
    width: 140px;
    padding: 5px 10px;
    height: 40px;
    font-family: var(--font);
    border: 1px solid var(--maincolor);
    border-radius: 20px;
}
.language-select img{
    height: 16px;
    width: 16px;
}
.language-select .form-control{
    font-size: 13px;
    border: none;
}

/* Hide the default dropdown arrow */
#lang-select, #lang-select1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--down-arrow);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    padding: 10px;
    padding-right: 30px; 
    position: relative;
}

.content{
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    height: 100vh;
}

.content .form-data{
    text-align: center;
    font-family: var(--font);    
}

.content .form-data .logo{
    width: 288px;
    height: 78px;
}

.content .form-data form{
    padding: 38px 0;
}
.content .form-data form input{
    border: none;
    height: 30px;
    background: var(--backgroundcolor);
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
}

#storeDomainPrefix{
    font-size: 14px;
    color: var(--textcolor);
    line-height: 2.3;
}

input:focus,
select:focus{
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.content .form-data .store-address{
    display: flex;
    width: 374px;
    height: 37px;
    border-radius: 18.5px;
    border: 1px solid var(--bordercolor);
    background: var(--backgroundcolor);
    box-shadow: 0px 1px 2px 0px rgba(5, 32, 58, 0.10);
    padding: 3px 11px;
}

.content .form-data .store-address p{
    margin: 0;
    padding: 5px 2px;
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor2);
}
.not-your-store a{
    font-size: 13px;
    text-transform: capitalize;
    color: var(--maincolor);
    text-decoration: underline;
}
.content .form-data .dont-have-ac{
    padding-top: 15px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.content .form-data .prime-merchant{
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.content .form-data .dont-have-ac a,
.content .form-data .prime-merchant a{
    color: var(--maincolor);
    text-decoration: underline;
}

.domain-btn{
    width: 206px;
    height: 38px;
    border-radius: 19px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
}
.bottom-text{
    position: absolute;
    bottom: 0;
    right: 100px;
}
.bottom-text a{
    text-decoration: underline;
}
.bottom-text p{
    font-family: var(--font);
    font-size: 20px;
    font-weight: 400;
}

.quick-call {
    position: fixed;
    bottom: 15%;
    right: -195px;
    text-align: right;
    z-index: 99;
    font-size: 15px;
    transition: .3s ease;
    text-transform: capitalize;
    background-color: #fff
}

.quick-call img {
    float: left;
    position: absolute;
    left: -35px;
    padding-top: 10px;
    padding-bottom: 10px
}

.quick-call a {
    font-size: 14px;
    color: var(--backgroundcolor);
    line-height: 20px;
    padding: 10px 15px;
    display: block;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    background-color: #282733;
    text-decoration: none;
}

.quick-call:hover {
    right: 0;
    transition: .3s ease
}

.login-logo img{width:150px;height:auto;}

/* Login Page */
.toggle-password, .toggle-password1, .toggle-password2{
    font-size: 17px;
    line-height: 1.8;
    color: var(--textcolor);
}

/* Signup Page */
.heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--textcolor2);
    text-transform: capitalize;
}

.head-text {
    font-size: 20px;
    font-style: normal;
    color: var(--textcolor2);
    padding-top: 15px;
    font-weight: 500;
}

.form-data form label{
    text-align: left !important;
    width: 100%;
    margin-bottom: 0;
    text-transform: capitalize;
}
.store-address select{
    border: none;
    height: auto;
    padding: 0;
}
p{
    color: var(--textcolor2);
}
.policy{
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--textcolor2);
}
.policy a{
    text-decoration: underline;
    color: var(--maincolor);
}
.change-url {
    font-size: 14px;
    color: var(--maincolor);
    text-decoration: underline;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
}
.intl-tel-input.allow-dropdown .flag-container .selected-flag {
    background-color:white !important;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color:white !important;
}

@media (min-width:768px) and (max-width:1000px) {
    .bg-shape-mobile {
        height: 50vh;
        width: 100%;
    }
    .content {
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: center;
        height: 50vh;
    }
    .domain-btn {
        width: 100%;
        height: 38px;
        border-radius: 19px;
        padding-top: 4px;
        font-size: 16px;
        font-weight: 400;
    }
    .quick-call {
        position: fixed;
        bottom: 8%;
        right: -195px;
        text-align: right;
        z-index: 99;
        font-size: 15px;
        transition: .3s ease;
        background-color: #fff;
    }
}

@media (max-width:765px) {
    .language-select{
        position: absolute;
        display: flex;
        right: 30px;
        top: 10px;
        align-items: center;
        justify-content: center;
        width: 140px;
        padding: 5px 10px;
        height: 40px;
        font-family: var(--font);
        border: 1px solid var(--maincolor);
        border-radius: 20px;
    }
    .content {
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: start;
        height: 65vh;
        padding-top: 64px;
    }
    .bottom-text {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        width: 97% !important;
    }
    .domain-btn {
        width: 100%;
        height: 38px;
        border-radius: 19px;
        padding-top: 4px;
        font-size: 16px;
        font-weight: 400;
    }
    .quick-call {
        position: fixed;
        bottom: 10%;
        right: -195px;
        text-align: right;
        z-index: 99;
        font-size: 15px;
        transition: .3s ease;
        background-color: #fff;
    }
    .content .form-data .logo {
        width: 166px;
        height: 45px;
    }
}

@media (max-width:376px) {
    .content .form-data .store-address {
        display: flex;
        width: 100%;
        height: 37px;
        border-radius: 18.5px;
        border: 1px solid var(--bordercolor);
        background: var(--backgroundcolor);
        box-shadow: 0px 1px 2px 0px rgba(5, 32, 58, 0.10);
        padding: 3px 11px;
    }
    .quick-call {
        position: fixed;
        bottom: 7%;
        right: -195px;
        text-align: right;
        z-index: 99;
        font-size: 15px;
        transition: .3s ease;
        background-color: #fff;
    }
    .content {
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: start;
        height: 65vh;
        padding-top: 20px;
    }
    .bottom-text p{
        margin-bottom: 0;
    }
}

/* Jio Merchant */
.tab-menu {
    border-radius: 30px;
    background: #EEF0F8;
    margin-bottom: 20px;
}

.tab-menu ul {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    padding: 0 4px;
    margin: auto;
}

.tab-menu ul li {
    list-style-type: none;
    border-radius: 30px;
}

.tab-menu ul li a {
    width: 100%;
    color: var(--textcolor2);
    padding: 14px 60px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;

}

.tab-menu ul li a.active {
    background-color: var(--maincolor) !important;
    color: white;
}