709 lines
13 KiB
SCSS
709 lines
13 KiB
SCSS
.BSOTPpaymentModal_main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
width: 100%;
|
|
height: 100%;
|
|
gap: 10px;
|
|
|
|
.BSOTPprompt {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: flex-start;
|
|
text-align: left;
|
|
|
|
p {
|
|
text-align: left;
|
|
font-family: 'Gilroy';
|
|
font-weight: 700;
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
|
|
.BSOTPKioskPayment-inputModal {
|
|
align-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 1rem 1rem;
|
|
flex-direction: column;
|
|
|
|
.input-err {
|
|
color: red;
|
|
font-size: 13px;
|
|
margin-top: 4px;
|
|
font-family: 'Poppins', sans-serif;
|
|
}
|
|
|
|
input {
|
|
width: 50vw;
|
|
height: 4rem;
|
|
padding: 0rem 1rem;
|
|
font-family: 'Gilroy', sans-serif;
|
|
font-size: 22px;
|
|
border: none;
|
|
letter-spacing: 1px;
|
|
font-weight: 500;
|
|
border: 1px solid rgba(0, 0, 0, 0.199);
|
|
border-radius: 8px;
|
|
}
|
|
}
|
|
|
|
.BSOTPKiosk-dailpadModal {
|
|
background-color: #e1eef1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 16px;
|
|
padding: 10px 10px;
|
|
border-radius: 8px;
|
|
width: 60%;
|
|
|
|
@media (max-width: 768px) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.BSOTPpaymentChoise {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
column-gap: 3rem;
|
|
row-gap: 1rem;
|
|
|
|
.BSOTPupi {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
width: 110px;
|
|
height: 110px;
|
|
border: 1px solid rgba(0, 0, 0, 0.199);
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
|
|
p {
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.BSOTPchoiseTitle {
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: flex-start;
|
|
padding: 1rem 2rem;
|
|
}
|
|
|
|
.BSOTPKioskPayment-dailpad-main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 12px;
|
|
padding: 16px 0px;
|
|
align-items: center;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.BSOTPKioskPayment-dailpad-1,
|
|
.BSOTPKioskPayment-dailpad-2,
|
|
.BSOTPKioskPayment-dailpad-3 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
column-gap: 1.5rem;
|
|
row-gap: 2rem;
|
|
|
|
p {
|
|
background-color: #fff;
|
|
padding: 10px 10px;
|
|
width: 25%;
|
|
text-align: center;
|
|
border-radius: 12px;
|
|
cursor: pointer;
|
|
font-family: 'Gilroy', sans-serif;
|
|
font-weight: 600;
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
.BSOTPKioskPayment-dailpad-4 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: row-reverse;
|
|
column-gap: 1.5rem;
|
|
|
|
p {
|
|
background-color: #fff;
|
|
padding: 10px 10px;
|
|
width: 25%;
|
|
text-align: center;
|
|
border-radius: 12px;
|
|
cursor: pointer;
|
|
font-family: 'Gilroy', sans-serif;
|
|
font-weight: 600;
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
.ant-modal .ant-modal-content {
|
|
height: 90vh !important;
|
|
}
|
|
}
|
|
|
|
.BSOTPTitlepayment {
|
|
margin: 0;
|
|
color: rgba(0, 0, 0, 0.88);
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
word-wrap: break-word;
|
|
font-family: 'Barlow Condensed';
|
|
font-size: 24px !important;
|
|
}
|
|
|
|
.BSOTPpaymentCardMain {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
width: 100%;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
background-color: #fff;
|
|
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
|
padding: 1rem 1rem;
|
|
height: 45vh;
|
|
position: relative;
|
|
|
|
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
|
|
background-color: var(--SELECTED_COLOR) !important;
|
|
border-color: var(--SELECTED_COLOR) !important;
|
|
}
|
|
|
|
.BSOTPcardChooice {
|
|
width: 40%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
row-gap: 10px;
|
|
column-gap: 10px;
|
|
}
|
|
|
|
.BSOTPcardoption {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
column-gap: 10px;
|
|
// box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
|
box-shadow:
|
|
rgba(0, 0, 0, 0.1) 0px 10px 36px 0px,
|
|
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
|
|
border-radius: 6px;
|
|
|
|
padding: 4px 14px;
|
|
cursor: pointer;
|
|
width: 95%;
|
|
|
|
img {
|
|
width: 30px;
|
|
height: 22px;
|
|
}
|
|
}
|
|
|
|
.BSOTPcardname {
|
|
font-size: 16px;
|
|
font-weight: 550;
|
|
}
|
|
|
|
.BSOTPcardname2 {
|
|
font-size: 11px;
|
|
font-weight: 550;
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.BSOTPbankChooice {
|
|
width: 60%;
|
|
border-radius: 6px;
|
|
|
|
.searchbar {
|
|
display: flex;
|
|
padding: 1px 12px;
|
|
// border: 1px solid #1c1c1c;
|
|
// box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
|
box-shadow:
|
|
rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
|
|
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
|
|
|
|
border-radius: 6px;
|
|
align-items: center;
|
|
// border: 1px solid black;
|
|
}
|
|
|
|
input {
|
|
border: none;
|
|
outline: none;
|
|
padding: 1px 10px;
|
|
}
|
|
|
|
.titlechoose {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
column-gap: 1rem;
|
|
padding-bottom: 9px;
|
|
border-bottom: 1px solid #1c1c1c;
|
|
}
|
|
|
|
.choosecardMain {
|
|
padding: 10px 10px;
|
|
margin-top: -1rem;
|
|
}
|
|
|
|
.bankname {
|
|
display: flex;
|
|
align-items: center;
|
|
column-gap: 10px;
|
|
font-size: 16px;
|
|
padding: 10px 10px;
|
|
font-weight: 500;
|
|
text-transform: capitalize;
|
|
}
|
|
}
|
|
|
|
.BSOTPbuttonOfpay {
|
|
position: absolute;
|
|
bottom: -60px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
column-gap: 11rem;
|
|
padding: 1rem 4rem;
|
|
|
|
.inr {
|
|
font-size: 22px;
|
|
color: #4eb14e;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.primary_Button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 10px 16px;
|
|
cursor: pointer;
|
|
background-color: #4eb14e !important;
|
|
color: #fff;
|
|
border-radius: 6px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.searchbar :focus {
|
|
.ant-input-outlined {
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.searchbar:focus-within {
|
|
.ant-input-outlined {
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.searchbar .ant-input-search .ant-input:focus {
|
|
background-color: #fff !important;
|
|
border: #fff !important;
|
|
}
|
|
|
|
.searchbar .ant-input-search .ant-input:focus {
|
|
border-color: #fff !important;
|
|
}
|
|
|
|
.paymentCardMain .ant-collapse {
|
|
width: 100%;
|
|
border: none;
|
|
// box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
|
box-shadow:
|
|
rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
|
|
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
|
|
}
|
|
|
|
.paymentCardMain .ant-radio-group,
|
|
.ant-radio-wrapper span.ant-radio+* {
|
|
padding: 10px 10px;
|
|
}
|
|
|
|
.paymentCardMain .ant-modal .ant-modal-content {
|
|
padding: 54px 35px !important;
|
|
}
|
|
|
|
.paymentCardMain .ant-collapse .ant-collapse-item:last-child>.ant-collapse-content {
|
|
overflow: scroll;
|
|
height: 26vh;
|
|
}
|
|
|
|
.paymentCardMain .ant-input-search .ant-input:hover,
|
|
.paymentCardMain .ant-input:hover {
|
|
border: none;
|
|
outline: none;
|
|
|
|
&:focus {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.BSOTPpaymentModal_main .BSOTPKiosk-dailpadModal {
|
|
padding: 2rem 0rem;
|
|
}
|
|
|
|
.BSOTPpaymentModal_main .BSOTPpaymentChoise {
|
|
column-gap: 1rem;
|
|
}
|
|
|
|
.BSOTPpaymentModal_main .BSOTPpaymentChoise .upi {
|
|
width: 100px;
|
|
}
|
|
|
|
.BSOTPpaymentModal_main .BSOTPbuttonOfpay {
|
|
width: max-content;
|
|
}
|
|
|
|
.BSOTPTitlepayment {
|
|
text-wrap: nowrap;
|
|
font-size: 19px !important;
|
|
}
|
|
}
|
|
|
|
.BSOTPpayment-modal {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background: white;
|
|
width: 420px;
|
|
height: 540px;
|
|
border-radius: 12px;
|
|
box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
|
|
padding: 16px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.BSOTPmodal-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
// filter: blur(5px);
|
|
// pointer-events: none;
|
|
// user-select: none;
|
|
width: 70vw;
|
|
margin: 1rem 0;
|
|
font-family: 'Poppins';
|
|
font-weight: 500;
|
|
|
|
@media (max-width: 768px) {
|
|
width: 95vw;
|
|
}
|
|
}
|
|
|
|
.BSOTPpayment-modal {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
top: 50%;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
border-radius: 0;
|
|
height: 100%;
|
|
backdrop-filter: blur(5px);
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
backdrop-filter: blur(8px);
|
|
-webkit-backdrop-filter: blur(8px);
|
|
/* for Safari */
|
|
}
|
|
|
|
.BSOTPpaymentclose-btn {
|
|
width: max-content;
|
|
height: max-content;
|
|
border: none;
|
|
background-color: unset;
|
|
color: #ff0000;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.BSOTPpayment-frame {
|
|
width: 70vw;
|
|
height: 70vh;
|
|
|
|
@media (max-width: 768px) {
|
|
width: 95vw;
|
|
height: 80vh;
|
|
}
|
|
}
|
|
|
|
.BSOTPKioskOPTBTn {
|
|
width: 60%;
|
|
padding: 12px 16px;
|
|
font-size: 20px;
|
|
font-family: 'Poppins';
|
|
font-weight: 400;
|
|
border: none;
|
|
outline: none;
|
|
background-color: #000000;
|
|
color: #fff;
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
|
|
@media (max-width: 768px) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.BSOTPotp-section {
|
|
text-align: center;
|
|
width: 100%;
|
|
|
|
.BSOTPotp-mobile-row {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 15px;
|
|
margin-bottom: 20px;
|
|
font-family: 'Poppins';
|
|
|
|
.BSOTPotp-mobile-number {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.BSOTPotp-edit-btn {
|
|
background: none;
|
|
border: none;
|
|
color: #007bff;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
font-family: 'Poppins';
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.BSOTPotp-input-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 20px;
|
|
|
|
.BSOTP-otp-box {
|
|
width: 65px;
|
|
height: 65px;
|
|
font-size: 28px;
|
|
text-align: center;
|
|
border: 2px solid #ccc;
|
|
border-radius: 8px;
|
|
outline: none;
|
|
transition: 0.2s ease;
|
|
|
|
&:focus {
|
|
border-color: #28a745;
|
|
box-shadow: 0 0 6px rgba(40, 167, 69, 0.4);
|
|
}
|
|
}
|
|
|
|
.otp-box.active {
|
|
border: 2px solid #28a745;
|
|
}
|
|
}
|
|
|
|
.BSOTPotp-buttons {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 20px;
|
|
|
|
button {
|
|
min-width: 140px;
|
|
padding: 12px 18px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
transition: 0.2s ease;
|
|
font-family: 'Poppins', sans-serif !important;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
&:disabled {
|
|
opacity: 0.5;
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
|
|
.verify-btn {
|
|
background-color: #28a745;
|
|
border: none;
|
|
color: #fff;
|
|
|
|
&:hover:not(:disabled) {
|
|
background-color: #218838;
|
|
}
|
|
}
|
|
|
|
.BSOTPresend-btn {
|
|
background-color: #ffc107;
|
|
border: none;
|
|
color: #000;
|
|
|
|
&:hover:not(:disabled) {
|
|
background-color: #e0a800;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.BSOTPItem3Warning {
|
|
position: fixed;
|
|
top: 0%;
|
|
left: 0%;
|
|
bottom: 0;
|
|
right: 0%;
|
|
background-color: #00000096;
|
|
z-index: 100;
|
|
font-family: 'Poppins';
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 10px;
|
|
flex-direction: column;
|
|
backdrop-filter: blur(4px);
|
|
|
|
/* Animation initial state */
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
transition:
|
|
opacity 0.3s ease,
|
|
visibility 0.3s ease;
|
|
|
|
p {
|
|
display: flex;
|
|
box-shadow:
|
|
rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
|
|
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 10px;
|
|
background-color: #fff;
|
|
padding: 15px 20px;
|
|
border-radius: 8px;
|
|
|
|
/* popup animation */
|
|
transform: scale(0.8);
|
|
transition: transform 0.3s ease;
|
|
}
|
|
}
|
|
|
|
/* When visible */
|
|
.BSOTPItem3Warning.showing {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
|
|
p {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
.BSOTPinputModal {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
|
|
.input-err {
|
|
font-family: 'Poppins', sans-serif;
|
|
font-size: 12px;
|
|
margin-top: 6px;
|
|
color: rgb(224, 0, 0);
|
|
}
|
|
|
|
input {
|
|
width: 60%;
|
|
outline: none;
|
|
font-family: 'Poppins', sans-serif;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
text-align: center;
|
|
height: 45px;
|
|
border-radius: 6px;
|
|
border: 1px solid #333;
|
|
font-size: 20px;
|
|
|
|
@media (max-width: 768px) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.BSOTPdailpad-main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 12px;
|
|
padding: 14px 0px;
|
|
align-items: center;
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.BSOTPotp-box {
|
|
width: 55px;
|
|
height: 55px;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
border: 2px solid #ccc;
|
|
border-radius: 8px;
|
|
outline: none;
|
|
transition: 0.2s ease;
|
|
font-family: 'Poppins';
|
|
font-weight: 500;
|
|
|
|
&:focus {
|
|
border-color: #28a745;
|
|
box-shadow: 0 0 6px rgba(40, 167, 69, 0.4);
|
|
}
|
|
}
|
|
|
|
.BSOTPotp-box.active {
|
|
border: 2px solid #28a745;
|
|
}
|
|
|
|
.BSOTPpaymentModal-Master {
|
|
scrollbar-width: thin;
|
|
height: max-content;
|
|
max-height: 90vh;
|
|
overflow: auto;
|
|
}
|
|
|
|
.optEnterResendOTP {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
} |