File: //home/arjun/projects/propbase/propbase_website/styles/modal.scss
@import "partials/partials";
.modal-backdrop.show {
background: #01040B;
opacity: 0.75;
}
.custom-modal {
font-family: $font-primary;
.modal-sm {
max-width: 450px !important;
width: 100%;
margin-left: auto !important;
margin-right: auto !important;
}
}
.custom-modal {
@media (min-width: 1200px) {
.modal-xl {
max-width: 895px;
}
.modal-lg {
max-width: 1050px;
}
.modal-sm {
max-width: 450px;
}
}
.modal-header {
border: 0;
}
.btn-close {
margin: 2px;
padding: 0;
margin-left: auto;
width: 20px;
height: 20px;
box-shadow: none;
background-image: none;
opacity: 1;
transition: .3s;
img {
max-width: 100%;
}
&:hover{
opacity: .8;
}
}
.modal-content {
border-radius: 16px;
background: #FFF;
}
.btn-cover-modal{
padding-bottom: 40px;
margin-top: 50px;
text-align: right;
@media(max-width:1679px) {
margin-top: 40px;
}
@media(max-width:579px) {
padding-bottom: 30px;
margin-top: 35px;
}
.btn{
height: auto;
box-shadow: none;
width: 137px;
margin: 0 5px;
@media(max-width:1679px) {
font-size: 14px;
width: 120px;
padding: 10px 15px;
}
@media(max-width:579px) {
width: 100px;
}
}
.btn-prmary{
color: #fff !important;
background-color: $primary-blue !important;
}
}
.modal-title{
h2{
margin-bottom: 35px;
font-size: 16px;
font-weight: 600;
color: $text-primary-dark;
@media(max-width:1679px) {
font-size: 15px;
margin-bottom: 30px;
}
@media(max-width:1481px) {
margin-bottom: 15px;
}
}
}
}
.conect-wallet {
display: flex;
flex-wrap: wrap;
max-width: 900px;
margin: auto auto 65px;
position: relative;
padding: 0 50px;
p {
margin: 0 auto;
max-width: 550px;
color: #697F9B;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 163.5%;
}
.wallet-title {
color: #292D32;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 163.5%;
width: 100%;
margin-bottom: 20px;
}
.walles-otr {
display: flex;
width: 100%;
column-gap: 27px;
margin-top: 40px;
.wallet-btn {
display: flex;
align-items: center;
justify-content: flex-start;
color: #697F9B;
font: 500 16px/22px $font-primary;
padding: 5px 15px;
border-radius: 8px;
border: 1px solid #E3E4F3;
background: #DBE2F6;
flex: 1 1 0%;
height: 64px;
box-shadow: none;
&:hover,
&.active {
border: 1px solid #E3E4F3;
background: #E3E4F3;
color: #292D32;
}
.wallet-icon {
border: 1px solid #ddd;
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 17px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
}
}
}
.btn-cover {
margin-top: 35px;
display: flex;
width: 100%;
}
.primary-button {
box-shadow: none;
max-width: 100%;
border-radius: 24px;
background: #292D32 !important;
border-radius: 27px;
width: 240px;
height: 48px;
padding: 8px 15px;
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
border: 1px solid transparent;
box-shadow: none;
transition: .3s;
&:hover {
// background: #F3F4FA;
color: #fff;
// border-color: #292D32;
opacity: .8;
}
}
.disconnect-modal {}
.modal_content {
.modal-title {
text-align: center;
font: normal 28px/36px $font-primary;
color: #fff;
}
}
@media (min-width: 576px) {
.custom-modal .modal-medium {
max-width: 830px
}
}
.connect-wallet-info {
background: #0E2248;
border-radius: 9px;
display: flex;
align-items: center;
min-height: 40px;
padding: 5px 20px;
width: 85%;
margin: 0 auto;
position: absolute;
bottom: -80px;
transform: translate(-50%, -50%);
left: 50%;
p {
color: #FFB44D;
font: normal normal 300 13px/17px $font-primary;
margin-bottom: 0;
}
.icon-info {
margin-right: 10px;
img {}
}
}
.dark-bg {
.modal-content {
background-color: #070F2C;
}
.msg-ful-msg p {
color: #B3BDE2;
}
}
.privacy-policy {
text-align: center;
max-width: 350px;
margin: 35px auto 0;
p {
font: 300 14px/23px $font-primary;
color: #fff;
}
a {
color: #4798E8;
}
}
.modal-header {
.btn-close {
margin-left: auto !important;
}
}
.conect-wallet .walles-otr .wallet-btn {
margin-bottom: 15px;
}
@media(max-width:1679px) {
.conect-wallet {
margin-bottom: 55px;
}
.conect-wallet .wallet-title{
font-size: 21px;
}
.conect-wallet .walles-otr .wallet-btn{
font-size: 15px;
height: 58px;
}
}
@media(max-width:1481px) {
.conect-wallet p{
font-size: 13px;
}
.conect-wallet .wallet-title {
font-size: 20px;
}
.conect-wallet .walles-otr .wallet-btn {
font-size: 14px;
height: 55px;
}
.conect-wallet .walles-otr .wallet-btn .wallet-icon {
width: 28px;
height: 28px;
}
.connect-wallet-modal .btn-cover .primary-button{
font-size: 14px;
height: 46px;
}
}
@media(max-width:1199px) {
.connect-wallet-modal .btn-cover .primary-button{
width: 205px;
}
}
@media(min-width: 768px) and (max-width:992px) {
.connect-wallet-modal .modal-dialog{
max-width: 750px;
}
}
@media(max-width:767px) {
.conect-wallet .walles-otr {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.privacy-policy p {
font: 300 13px/23px $font-primary;
}
.connect-wallet-info {
bottom: -90px;
}
.connect-wallet-modal .btn-cover .primary-button {
// width: 100%;
height: 45px;
}
.modal-header {
padding-bottom: 0;
}
.conect-wallet .walles-otr {
margin-top: 30px;
}
.conect-wallet {
margin-bottom: 30px;
padding: 0 35px;
}
}
@media(max-width:579px) {
}
@media(max-width:479px) {
.conect-wallet {
padding: 0 10px;
}
}
// Logout modal
.logout-modal-body{
.img-block{
text-align: center;
}
h2{
color: $text-primary-dark;
text-align: center;
font-family: $font-primary;
line-height: normal;
font-size: 24px;
font-weight: 500;
margin-top: 40px;
padding: 0 50px;
@media(max-width:991px) {
padding: 0 30px;
}
@media(max-width:479px) {
padding: 0 15px;
}
}
.btn-cover{
padding-bottom: 50px;
margin-top: 50px;
.btn{
box-shadow: none;
width: 137px;
margin: 0 5px;
}
.btn-prmary{
color: #fff !important;
background-color: $primary-blue !important;
}
}
}
.logout-modal{
.modal-dialog{
@media (min-width: 992px) {
max-width: 600px;
}
@media (min-width: 1481px) {
max-width: 680px;
}
@media (min-width: 1680px) {
max-width: 730px;
}
}
}
@media(max-width:1679px) {
.logout-modal-body .img-block img{
width: 75px;
}
.logout-modal-body h2{
font-size: 21px;
}
.logout-modal-body .btn-cover .btn{
font-size: 15px;
}
}
@media(max-width:1481px) {
.logout-modal-body .img-block img{
width: 70px;
}
.logout-modal-body h2{
font-size: 18px;
margin-top: 35px;
}
.logout-modal-body .btn-cover .btn{
font-size: 14px;
}
.logout-modal-body .btn-cover {
padding-bottom: 45px;
margin-top: 45px;
}
}
@media(max-width:991px) {
.logout-modal-body .img-block img{
width: 65px;
}
.logout-modal-body h2{
margin-top: 30px;
}
.logout-modal-body .btn-cover {
padding-bottom: 40px;
margin-top: 40px;
}
.logout-modal-body .btn-cover .btn{
padding: 9px 15px !important;
}
}
@media(max-width:579px) {
.logout-modal-body h2{
font-size: 17px;
}
.logout-modal-body .btn-cover .btn {
font-size: 13px;
}
.logout-modal-body .img-block img{
width: 60px;
}
.logout-modal-body h2{
margin-top: 25px;
}
.logout-modal-body .btn-cover {
padding-bottom: 30px;
margin-top: 30px;
}
.logout-modal-body .btn-cover .btn{
padding: 10px 15px !important;
width: 120px;
}
}
.mint-modal{
@media (min-width: 576px){
.modal-dialog {
max-width: 550px;
}
}
.mint-modal-body{
padding: 0 40px;
@media($sm-479){
padding: 0 15px;
}
.inp-block .custom-inp{
width: 100%;
}
}
.btn-cover-modal{
justify-content: flex-end;
}
}
.rewards-topup-modal{
.modal-title h2{
text-align: left;
}
.inp-block{
margin-bottom: 22px;
.custom-inp{
width: 100%;
border-radius: 8px;
}
}
.alert-msg-cover .alert-msg{
left: 0;
}
.btn-cover-modal{
margin-top: 35px;
button{
width: 50% !important;
}
.btn-prmary{
background-color: $primary-blue !important;
}
}
.rewards-modal-body{
padding: 30px 55px 20px;
@media(max-width:1679px) {
padding: 20px 55px 10px;
}
@media(max-width:579px) {
padding: 10px 10px 0;
}
}
}
.create-tier-modal{
.modal-dialog{
@media (min-width: 768px) {
max-width: 700px;
}
@media (min-width: 992px) {
max-width: 860px;
}
}
.crate-stake-modal-body{
padding: 10px 80px 20px;
@media (max-width: 1679px) {
padding: 10px 80px 10px;
}
@media (max-width: 991px) {
padding: 10px 40px 0;
}
@media (max-width: 479px) {
padding: 0;
}
}
.modal-title h2{
text-align: left;
}
.alert-msg-cover .alert-msg{
left: 0;
}
.inp-block-modal {
margin-bottom: 18px;
.custom-inp{
width: 100%;
border-radius: 8px;
}
}
.modal-sub-title{
font-size: 14px;
font-weight: 600;
color: #292D32;
margin-top: 10px;
}
.btn-cover-modal{
@media (max-width: 1679px) {
padding-bottom: 30px;
margin-top: 35px;
}
@media (max-width: 1481px) {
padding-bottom: 25px;
margin-top: 25px;
}
}
}
// membership Success modal
.mem-purchase-success-modal{
.data-tnx-hash{
display: inline-flex;
align-items: center;
img{
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #D1E5FF;
max-height: 20px;
margin-left: 8px;
margin-top: -1px;
}
}
.success-data-cover .card-row .card-data b{
font-weight: 600 !important;
}
.success-data-cover .card-row .card-data{
font-weight: 400;
}
// .logout-modal-body .btn-cover .btn{
// width: auto;
// }
}
.success-modal
{
.modal-dialog
{
@media(min-width:992px){
max-width: 700px;
}
// @media(max-width:765px)
// {
// max-width:96%;
// }
}
.modal-body
{
padding: 15px 50px 55px;
@media(max-width:575px)
{
padding: 15px 20px 35px;
}
.modal-title
{
text-align: center;
img
{
height: 65px;
margin-bottom: 15px;
@media(max-width:1679px)
{
height: 60px;
}
}
h2
{
color: $text-primary-dark;
font-size: 21px;
font-weight: 600;
margin-bottom: 8px;
@media(max-width:1679px)
{
font-size: 19px;
}
@media(max-width:575px)
{
font-size: 16px;
}
}
h5
{
color:$label-txt-blue;
font-size: 18px;
font-weight: 400;
@media(max-width:1679px)
{
font-size: 15px;
}
@media(max-width:1679px)
{
font-size: 14px;
}
}
}
.stake-detail {
border: 1px solid #E3E4F3;
padding: 20px 15px;
border-radius: 10px;
margin-top: 30px;
.stake-amt {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
color:$label-txt-blue;
@media(max-width:575px)
{
flex-direction: column;
}
.stake-amt-txt {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
color:$label-txt-blue;
font-weight: 400;
font-size: 14px;
flex-shrink: 0;
padding-right: 15px;
@media(max-width:1679px)
{
font-size: 13px;
}
@media(max-width:575px)
{
margin-bottom: 0;
}
}
.stake-rupees {
color: $text-primary-dark;
font-weight: 600;
font-size: 14px;
word-break: break-word;
@media(max-width:1679px)
{
font-size: 13px;
}
}
}
}
}
}
.create-tier-modal {
.btn-aptos{
background-color: #292D41;
color: #fff;
width: auto !important;
padding-left: 25px;
padding-right: 25px;
img{
margin-right: 5px;
}
}
.btn-cover-modal{
@media (max-width: 767px) {
.btn{
width: 100% !important;
margin-top: 10px;
}
}
}
}
.view-tier-modal{
.modal-dialog{
@media (min-width: 768px) {
max-width: 700px;
}
@media (min-width: 992px) {
max-width: 860px;
}
}
.view-modal-body{
padding: 0 70px 50px;
@media(max-width:1679px) {
padding: 0 70px 40px;
}
.modal-title{
h2{
text-align: left;
}
}
.modal-sub-title{
font-size: 14px;
font-weight: 600;
color: #292D32;
margin-bottom: 30px;
}
}
.info-block{
margin-bottom: 40px;
@media(max-width:1679px) {
margin-bottom: 30px;
}
.info-label{
margin-bottom: 5px;
font-size: 14px;
font-weight: 300;
color: #697F9B;
@media ($sm-579) {
font-size: 13px;
}
}
.info-det{
color: $text-primary-dark;
font-size: 13px;
font-weight: 500;
.td-copy-btn{
margin-left: 5px;
img{
margin-top: -2px;
}
}
}
.txt-grn {
color: #0DAD4D;
}
}
}
.aptos-commit-modal{
h2{
@media ($sm-579) {
br{
display: none;
}
}
}
}
.custom-modal{
.ok-btn{
width: 230px !important;
}
}
.mint-modal.custom-modal {
.modal-title h2{
text-align: left;
}
.mint-modal-btn{
@media (max-width:430px) {
flex-wrap: wrap;
margin-top: 20px;
}
.btn-prmary{
flex-grow: 1;
margin-left: 0;
@media (max-width:430px) {
width: 100%;
margin-top: 8px;
}
}
}
.alert-msg-cover .alert-msg{
left: 0;
}
}
.mint-max-group{
display: flex;
background-color: #EBF2FF;
border: solid 1px #EBF2FF;
border-radius: 8px;
align-items: center;
padding: 5px 8px;
.custom-inp{
color: $text-primary-dark;
font-weight: 500;
padding-right: 15px;
border-radius: 0;
border: none;
background-color: transparent;
padding: 5px 24px;
}
.mint-max-btn{
background: #fff;
color: $primary-blue;
border: solid 1px $primary-blue;
border-radius: 8px;
padding: 3px 15px;
@media ($sm-1679) {
font-size: 14px;
}
@media ($sm-479) {
padding-left: 15px;
}
}
}
.custom-modal{
.alocated-item{
font-size: 12px;
margin-bottom: 15px;
color: $text-primary-dark;
span{
font-weight: 500;
}
&:last-child{
margin-bottom: 0;
}
}
}
.connect-wallet-modal .modal-dialog{
@media (min-width: 992px){
max-width: 800px;
}
.conect-wallet{
max-width: 100%;
}
// @media ($sm-1199){
// .conect-wallet .walles-otr {
// flex-wrap: wrap;
// .wallet-btn{
// width: 45%;
// flex: 1 1 auto;
// }
// }
// }
@media ($sm-767){
.conect-wallet .walles-otr {
.wallet-btn{
width: 100%;
}
}
}
}
.custom-modal.mem-purchase-success-modal{
.aptos-btn-cover{
@media ($sm-479){
flex-wrap: wrap;
}
.btn{
// width: 250px;
@media ($sm-579){
max-width: 50%;
}
@media ($sm-479){
max-width: 100%;
width: 100%;
}
}
.view-aptos-btn{
border-color: #E3E4F3 !important;
background-color: #EFF4FF;
color: #3072F3;
margin-right: 15px;
display: inline-flex;
align-items: center;
justify-content: center;
img{
margin-right: 8px;
}
@media ($sm-579){
margin-left: 10px;
}
@media ($sm-479){
margin-left: 0;
margin-right: 0;
margin-top: 15px;
}
}
}
}
.user-refund-modal{
.btn-cover-modal .btn{
border: solid 1px $primary-blue;
}
.modal-dialog{
@media (min-width: 992px) {
max-width: 850px;
}
@media (min-width: 1200px) {
max-width: 1000px;
}
}
.refund-block-cover{
padding-top: 30px;
.title-block{
justify-content: space-between;
display: flex;
align-items: center;
h4{
color: $text-primary-dark;
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
}
.title-search-box .input-group{
padding-right: 5px;
.form-control{
color: $text-primary-dark;
}
}
}
}
.property-block-row{
padding: 30px 0 35px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
.property-det-block{
margin-bottom: 20px;
width: calc(50% - 10px);
border: 1px solid #E3E4F3;
border-radius: 8px;
padding: 12px 15px;
padding-left: 45px;
display: flex;
position: relative;
.select-btn{
left: 14px;
top: 12px;
position: absolute;
border: 1px solid #4D6090;
width: 14px;
height: 14px;
border-radius: 50%;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
background-color: $white;
&::after{
content: '';
background-color: $primary-blue;
width: 8px;
height: 8px;
border-radius: 8px;
display: none;
}
&.active{
&::after{
display: block;
}
}
}
.img-block{
flex: 0 0 auto;
img{
width: 60px;
height: 45px;
border-radius: 4px;
object-fit: cover;
}
}
.content-block{
flex: 1 1 auto;
padding-left: 25px;
padding-top: 5px;
h4{
color: $text-primary-dark;
font-size: 13px;
font-weight: 500;
margin-bottom: 3px;
}
p{
margin-bottom: 0;
color: #4D6090;
font-size: 12px;
}
}
}
}
textarea.custom-inp{
resize: none;
}
.btn-cover-modal{
margin-top: 15px;
}
.tokn-addrs-row{
margin-bottom: 45px;
@media ($sm-1679) {
margin-bottom: 25px;
}
}
.prop-col-det-row{
display: flex;
flex-wrap: wrap;
padding-top: 40px;
.prop-op-sm-col{
width: 25%;
padding-right: 15px;
margin-bottom: 50px;
p{
font-size: 14px;
margin-bottom: 0;
font-size: 14px;
color: $text-primary-dark;
}
.prop-op-label{
font-weight: 500;
margin-bottom: 8px;
}
.prop-op-val{
word-break: break-all;
a{
color: $text-primary-dark;
}
}
}
}
.inp-with-rem-col{
margin-top: 30px;
}
.inp-block.inp-with-rem{
.inp-rem-grp{
position: relative;
.custom-inp{
padding-right: 100px;
}
.rem-val{
position: absolute;
right: 2px;
background-color: #fff;
display: inline-flex;
align-items: center;
border-radius: 0 8px 8px 0;
font-size: 13px;
font-weight: 500;
color: #4D6090;
margin: auto;
top: 0;
bottom: 0;
height: 95%;
padding: 0 20px;
padding-left: 10px;
}
}
}
@media($sm-1679){
.inp-with-rem-col {
margin-top: 20px;
}
.prop-col-det-row .prop-op-sm-col {
margin-bottom: 25px;
p{
font-size: 13px;
}
}
.prop-col-det-row{
padding-top: 30px;
}
.btn-cover-modal .btn{
width: 120px !important;
}
.crate-stake-modal-body{
padding-top: 0;
}
.refund-block-cover {
padding-top: 10px;
}
.property-block-row {
padding: 18px 0 10px;
}
.modal-header{
padding-bottom: 0;
}
.modal-title h2{
margin-bottom: 15px;
}
.btn-cover-modal{
padding-bottom: 20px;
margin-top: 0;
}
}
@media($sm-1481){
.inp-with-rem-col {
margin-top: 15px;
}
.prop-col-det-row .prop-op-sm-col {
margin-bottom: 20px;
}
.tokn-addrs-row {
margin-bottom: 10px;
}
}
@media($sm-1199){
.crate-stake-modal-body {
padding: 0 40px 10px;
}
}
@media($sm-991){
.prop-col-det-row .prop-op-sm-col {
width: calc(100% / 3);
}
.btn-cover-modal {
padding-bottom: 0;
margin-top: 0;
}
.crate-stake-modal-body {
padding: 0 15px 10px;
}
.property-block-row .property-det-block{
width: 100%;
margin-bottom: 15px;
}
}
@media($sm-767){
.prop-col-det-row{
padding-top: 15px;
}
.prop-col-det-row .prop-op-sm-col {
width: 50%;
}
}
@media($sm-579){
.property-block-row .property-det-block{
padding-left: 40px;
}
.property-block-row .property-det-block .content-block{
padding-left: 15px;
}
}
@media($sm-479){
.btn-cover-modal .btn{
width: 100% !important;
margin-left: 0;
}
.refund-block-cover .title-block{
flex-wrap: wrap;
.title-search-box{
width: 100%;
margin-top: 15px;
.input-group{
width: 100%;
padding-right: 0;
}
}
}
}
@media (max-width: 370px) {
.prop-col-det-row .prop-op-sm-col {
width: 100%;
}
.property-block-row .property-det-block{
flex-wrap: wrap;
padding-left: 15px;
.content-block{
width: 100%;
padding-left: 0;
}
}
.property-block-row .property-det-block .select-btn{
right: 15px;
left: auto;
}
.crate-stake-modal-body {
padding: 0 0 10px;
}
}
.prop-col-det-row{
.prop-op-sm-col-6{
width: 50% !important;
@media($sm-767){
width: 100% !important;
}
}
.prop-op-sm-col-3{
width: 33.3% !important;
@media($sm-767){
width: 50% !important;
}
@media($sm-579){
width: 100% !important;
}
}
.prop-op-sm-col-12{
width: 100% !important;
}
}
.prop-col-det-burn{
@media($sm-1679){
padding-top: 15px;
}
}
.prop-col-det-burn-3{
@media($sm-1679){
padding-top: 15px;
}
.prop-op-sm-col{
width: 100% !important;
}
}
.modal-aptos-btn{
background-color: transparent;
padding: 0;
border: 0;
margin-left: 10px;
}
}
.custom-modal{
.text-red{
color: #FC5252 !important;
}
.text-orange{
color: #F3AA01 !important;
}
.text-yellow{
color: #FFDF6E !important;
}
.text-green{
color: #0DAD4D !important;
}
.text-blue{
color: #0C15F9 !important;
}
.inp-block .form-label{
font-size: 14px;
@media(max-width:1679px) {
font-size: 13px;
}
}
.inp-block .custom-inp{
@media(max-width:1679px) {
font-size: 13px;
}
}
}
.refund-confirmation-modal{
.modal-dialog{
@media (min-width: 992px) {
max-width: 750px;
}
}
.btn-cover-modal {
padding-bottom: 25px;
@media ($sm-1679) {
padding-bottom: 0;
margin-top: 35px;
}
@media ($sm-479) {
margin-top: 25px;
}
.btn {
width: 150px;
@media ($sm-479) {
width: 100%;
margin-top: 10px;
}
}
}
.modal-title h2{
margin-bottom: 44px;
@media ($sm-579) {
margin-bottom: 20px;
}
}
.view-modal-body {
@media ($sm-991) {
padding: 0 50px 40px;
}
@media ($sm-767) {
padding: 0 30px 30px;
}
@media ($sm-479) {
padding: 0 10px 20px;
}
}
.info-block {
@media ($sm-767) {
margin-bottom: 20px;
}
}
}
.token-success .success-data-cover .card-row .card-data{
.tnx-copy-btn{
border: none;
background-color: transparent;
padding: 0;
margin-left: 8px;
img{
margin-top: -4px;
width: 13px;
}
}
}
.wallet-success-grp{
position: relative;
.wallet-success-icon{
position: absolute;
right: 15px;
top: 0;
margin: auto;
bottom: 0;
height: 95%;
display: inline-flex;
align-items: center;
}
.custom-inp{
padding-right: 35px !important;
}
}
.modal-info-cover{
padding-top: 25px;
.modal-info-block{
display: flex;
padding: 8px 15px;
font-size: 12px;
color: #85744C;
background-color: #FFF6E1;
border-radius: 12px;
img{
margin-top: -2px;
margin-right: 10px;
}
}
}
.transfer-tokens-modal{
.modal-dialog{
@media ($lg-992) {
max-width: 720px;
}
}
.btn-cover-modal{
padding-top: 10px;
}
}
.lower-softcap-modal{
.modal-dialog{
@media ($lg-768) {
max-width: 550px;
}
}
.modal-body{
padding: 30px 80px 30px;
@media ($sm-991) {
padding: 30px 70px 20px;
}
@media ($sm-579) {
padding: 30px 50px 20px;
}
@media ($sm-479) {
padding: 20px 30px 20px;
}
}
.prop-col-det-row .prop-op-sm-col-6 {
@media (min-width: 400px) {
width: 50% !important;
}
}
.btn-cover-modal{
text-align: center;
@media ($sm-1679) {
margin-top: 10px;
}
@media ($sm-767) {
padding-bottom: 25px;
}
}
}
.set-ussdt-modal{
.modal-dialog{
@media ($lg-992) {
max-width: 941px;
}
}
.modal-title h2{
text-align: left;
}
.crate-stake-modal-body{
padding: 20px 80px 10px;
@media ($sm-1679) {
padding: 0 70px 20px;
}
@media ($sm-991) {
padding: 0 30px 20px;
}
@media ($sm-767) {
padding: 0 15px 20px;
}
@media (max-width: 360px) {
padding: 0 0 20px;
}
}
.modal-info-cover{
.modal-info-block{
br{
@media ($sm-991) {
display: none;
}
}
}
}
}
.custom-modal {
.custom-inp{
width: 100%;
border-radius: 28px;
}
.inp-block-modal {
margin-bottom: 20px;
}
textarea.custom-inp{
border-radius: 12px;
height: 160px;
resize: none;
@media ($sm-1679) {
height: 130px;
}
@media ($sm-579) {
height: 100px;
}
}
}
.freeze-modal{
.modal-dialog{
@media (min-width: 1400px) {
max-width: 1180px;
}
}
}
.resc-inp-block{
display: flex;
align-items: center;
position: relative;
overflow: hidden;
.custom-inp{
padding-right: 50px;
}
.copy-btn-def{
position: absolute;
right: 0;
border-left: solid 1px #E3E4F3;
padding: 2px 12px;
height: 100%;
}
}
.kyc-modal-txt{
max-width: 75%;
margin: 20px auto 0;
text-align: center;
font-size: 16px;
@media ($sm-1679) {
font-size: 15px;
}
@media ($sm-1481) {
font-size: 14px;
}
@media ($sm-991) {
max-width: 85%;
}
@media ($sm-579) {
max-width: 95%;
}
@media ($sm-479) {
font-size: 13px;
}
}
// Welcome modal
.welcome-modal{
.modal-dialog{
@media (min-width: 767px) and (max-width: 991px) {
max-width: 650px;
}
}
.modal-header
{
@media(max-width:1679px)
{
padding-top: 8px;
}
}
.modal-body
{
@media(max-width:1679px)
{
padding-top:0px;
}
}
.welcome-modal-body{
text-align: center;
h3{
font-weight: 700;
font-size: 24px;
margin-bottom: 15px;
}
.img-block{
text-align: center;
margin-bottom: 45px;
}
h4{
font-size: 21px;
font-weight: 600;
margin-bottom: 15px;
}
p{
margin-bottom: 20px;
font-size: 14px;
}
.content-block-access
{
max-width: 750px;
margin: 0 auto;
text-align: left;
@media(max-width:1679px)
{
max-width: 790px;
}
.welcome-noter
{
font-size: 17px;
margin-bottom: 12px;
font-weight: 600;
@media(max-width:1679px)
{
font-size: 15px;
}
}
.warm-regrd
{
width: 100%;
font-size: 15px;
font-weight: 500;
}
}
.ceo-name-det{
display: flex;
align-items: center;
padding-top: 11px;
.ceo-img{
margin-right: 9px;
flex-shrink: 0;
}
.ceo-name{
font-weight: 600;
font-size: 14px;
.catg{
font-weight: 300;
}
}
}
.btn-cover{
padding-bottom:30px;
.btn-prmary{
background-color: $primary-blue !important;
width: 190px;
}
}
}
}
@media(max-width:1679px) {
.welcome-modal .welcome-modal-body h3 {
font-size: 22px;
}
.welcome-modal .welcome-modal-body h4 {
font-size: 18px;
}
.welcome-modal .welcome-modal-body p{
margin-bottom: 15px;
font-size: 13px;
}
.welcome-modal .welcome-modal-body .ceo-name-det {
padding-top: 10px;
}
.welcome-modal .welcome-modal-body .btn-cover{
padding-bottom: 10px;
}
.welcome-modal .welcome-modal-body .btn-cover .btn-prmary{
font-size: 15px;
}
.welcome-modal .welcome-modal-body .img-block {
margin-bottom: 30px;
}
.welcome-modal .modal-header{
padding-bottom: 0;
}
.welcome-modal .welcome-modal-body .content-block-access .warm-regrd
{
font-size: 13px;
}
.welcome-modal .welcome-modal-body .btn-cover
{
margin-top: 20px;
}
}
@media ($sm-1481) {
.welcome-modal .welcome-modal-body .img-block {
margin-bottom: 20px;
img{
max-height: 110px;
}
}
.welcome-modal .welcome-modal-body h4 {
font-size: 17px;
}
.welcome-modal .welcome-modal-body p {
margin-bottom: 15px;
}
.welcome-modal .welcome-modal-body .ceo-name-det {
padding-top: 5px;
}
.welcome-modal .welcome-modal-body .btn-cover {
padding-bottom: 25px;
margin-top: 30px;
}
}
@media(max-width:767px) {
.welcome-modal .welcome-modal-body .btn-cover .btn-prmary {
font-size: 14px;
width: 160px;
}
.welcome-modal .welcome-modal-body h3 {
font-size: 20px;
}
}
.terms-modal{
&.terms-modal-lg{
.modal-dialog{
@media (min-width: 1700px) {
max-width: 1400px;
}
@media (min-width: 579px) and ($sm-1679) {
max-width: 85vw;
}
}
.terms-modal-body{
.terms-inner-item{
max-height: 65vh;
p, li{
margin-bottom: 20px;
}
.li-block{
padding-left: 25px;
ul{
list-style: disc;
padding-left: 15px;
}
ol{
padding-left: 15px;
li{
padding-left: 5px;
}
}
}
.li-block-inside{
padding-top: 20px;
padding-left: 30px;
}
h4{
color: #2E4276;
font-size: 18px;
font-weight: 700;
margin-bottom: 25px;
padding-top: 15px;
@media ($sm-1679) {
font-size: 17px;
}
}
h5{
color: #2E4276;
font-size: 16px;
font-weight: 700;
margin-bottom: 20px;
@media ($sm-1679) {
font-size: 14px;
}
}
h6{
color: #2E4276;
font-size: 14px;
font-weight: 700;
margin-bottom: 20px;
@media ($sm-1679) {
font-size: 12px;
}
}
}
}
.terms-content-outer{
background-color: #EFF6FF;
border: solid 1px #E3E4F3;
border-radius: 12px;
padding: 15px;
}
}
.terms-modal-body{
padding: 0 60px 30px;
h3{
color: #2E4276;
text-align: center;
font-weight: 600;
font-size: 22px;
margin-bottom: 40px;
}
.date-block{
font-size: 12px;
padding-bottom: 5px;
color: $label-txt-blue;
}
p{
color: #2E4276;
font-size: 14px;
}
li{
color: #2E4276;
font-size: 14px;
@media ($sm-1679) {
font-size: 13px;
}
}
}
.terms-inner-item{
max-height: 50vh;
overflow-y: auto;
padding-right: 15px;
}
.btn-cover{
.btn-prmary{
pointer-events: auto;
width: 380px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
background-color: $primary-blue !important;
@media ($sm-1679) {
width: 320px;
}
@media ($sm-1199) {
width: 300px;
}
@media ($sm-579) {
width: 270px;
}
}
}
.modal-dialog{
@media (min-width: 767px) and (max-width: 991px) {
max-width: 650px;
}
}
}
@media ($sm-1679){
.terms-modal .terms-modal-body h3{
font-size: 20px;
margin-bottom: 25px;
}
.terms-modal .terms-modal-body p{
font-size: 13px;
}
.terms-modal .terms-modal-body {
padding: 0 40px 20px;
}
.terms-modal .btn-cover .btn-prmary{
font-size: 14px;
}
}
@media ($sm-1199){
.terms-modal .terms-modal-body h3{
font-size: 18px;
margin-bottom: 20px;
}
.terms-modal .terms-modal-body p{
font-size: 12px;
}
.terms-modal .terms-modal-body {
padding: 0 30px 15px;
}
.terms-modal .btn-cover .btn-prmary{
font-size: 13px;
padding-left: 30px;
padding-right: 30px;
}
}
@media ($sm-767){
.terms-modal .terms-modal-body {
padding: 0 15px 15px;
}
.terms-modal .btn-cover{
margin-top: 20px;
}
}
@media ($sm-579){
.terms-modal .terms-modal-body {
padding: 0 0 15px;
}
.terms-modal .btn-cover .btn-prmary{
font-size: 12px;
padding-left: 20px;
padding-right: 20px;
}
}
.connect-wallet-modal{
.conect-wallet .walles-otr .wallet-btn {
@media ($sm-767) {
height: 60px;
flex: 1 1 auto;
}
}
.conect-wallet .walles-otr .wallet-btn{
// @media ($sm-767) {
// display: none;
// }
// &.active{
// display: flex;
// }
}
.conect-wallet .wallet-title{
margin-bottom: 0;
}
.wallet-desc{
display: none;
}
.wallet-address-mob{
display: block;
width: 100%;
@media (min-width:991px) {
display: none;
}
margin-top: 15px;
.wlt-label{
text-align: left;
color: $text-primary-dark;
font-size: 12px;
font-weight: 500;
margin-bottom: 5px;
}
.wallet-det{
height: 60px;
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #E3E4F3;
background: #FFF;
border-radius: 8px;
width: 100%;
@media ($sm-479) {
padding: 10px 15px;
}
.addrs{
font-size: 13px;
font-weight: 500;
flex: 1 1 auto;
padding-right: 10px;
}
.ads-copy-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
flex-shrink: 0;
border: solid 1px #e1e1fe;
}
}
}
.btn-cover {
@media ($sm-579) {
margin-top: 20px;
}
.primary-button{
@media ($sm-579) {
width: 100%;
height: 50px;
}
}
}
}
// otp modal
.otp-modal{
.qr-block {
display: flex;
justify-content: center;
padding: 10px 15px 5px;
}
.opt-inp-cover{
padding: 15px 92px 0;
@media ($sm-1679) {
padding: 15px 103px 0;
}
@media ($sm-1481) {
padding: 15px 115px 0;
}
@media ($sm-1199) {
padding: 15px 125px 0;
}
@media ($sm-991) {
padding: 15px 0 0;
max-width: 320px;
margin: 0 auto;
}
@media (max-width: 360px) {
max-width: 100%;
width: 100%;
}
.verify-block p{
font-family: $font-primary;
max-width: 100%;
font-size: 15px;
@media ($sm-1679) {
font-size: 14px;
}
}
.auth-inp-wrapper{
justify-content: center;
padding-top: 5px;
.auth-inp{
border-radius: 14px;
border: 1px solid #E3E4F3;
background: #F3F4FA;
width: 56px;
height: 62px;
flex-shrink: 0;
text-align: center;
font-family: $font-primary;
font-size: 16px;
margin: 2px 8px;
@media ($sm-1679) {
width: 52px;
height: 60px;
}
@media ($sm-1481) {
font-size: 15px;
width: 48px;
height: 56px;
border-radius: 14px;
}
@media ($sm-1199) {
font-size: 15px;
width: 45px;
height: 53px;
border-radius: 12px;
}
@media ($sm-991) {
font-size: 14px;
width: 40px;
height: 45px;
border-radius: 10px;
}
@media ($sm-479) {
width: 40px;
height: 46px;
}
@media (max-width: 360px) {
width: none;
flex-grow: 1;
margin: 2px 2px;
border-radius: 9px;
flex-shrink: initial;
}
}
.auth-inp::-webkit-inner-spin-button,
.auth-inp::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
}
}
}
.config-view-modal{
.custom-selectbox{
.custom-option{
padding: 10px;
display: flex;
align-items: center;
cursor: default;
img{
margin-right: 8px;
border-radius: 50%;
border: solid 1px #E3E4F3;
}
&:hover{
background: #DEEBFF !important;
}
}
.css-16xfy0z-control{
cursor: not-allowed !important;
background-color: transparent !important;
border: none !important;
}
.css-hlgwow{
input{
color: $text-primary-dark;
}
.custom-single-value{
margin-top: 0;
grid-area: 1 / 1 / 2 / 3;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: rgb(51, 51, 51);
margin-left: 2px;
margin-right: 2px;
box-sizing: border-box;
img{
margin-right: 8px;
border-radius: 50%;
border: solid 1px #E3E4F3;
}
}
}
.custom-single-value{
margin-top: 0;
grid-area: 1 / 1 / 2 / 3;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: rgb(51, 51, 51);
margin-left: 2px;
margin-right: 2px;
box-sizing: border-box;
span{
color: #697F9B;
}
img{
margin-right: 8px;
border-radius: 50%;
border: solid 1px #E3E4F3;
}
input{
color: $text-primary-dark;
}
}
.css-13cymwt-control, .css-t3ipsp-control{
height: 42px;
@media ($sm-1679) {
height: 39px;
}
}
.css-t3ipsp-control{
box-shadow: none;
background: none;
border: none !important;
outline: none;
}
.css-13cymwt-control{
box-shadow: none;
background: none;
border: none !important;
outline: none;
}
.css-15lsz6c-indicatorContainer{
width: 35px;
}
.css-1xc3v61-indicatorContainer{
width: 35px;
}
.css-1u9des2-indicatorSeparator{
background-color: #E3E4F3;
}
.css-19bb58m{
color: $text-primary-dark;
}
}
}
.add-ancmt-modal{
.modal-body{
color: $text-primary-dark;
padding: 30px 80px 65px;
@media ($sm-1679) {
padding: 20px 80px 50px;
}
@media ($sm-1481) {
padding: 10px 80px 40px;
}
@media ($sm-991) {
padding: 10px 40px 40px;
}
@media ($sm-767) {
padding: 10px 25px 30px;
}
@media (max-width: 350px) {
padding: 10px 15px 30px;
}
}
.schedule-inp-block{
max-width: 340px;
@media ($sm-767) {
max-width: 100%;
}
.form-check-input{
background-color: transparent;
border: solid 1px #c2c3c9;
border-radius: 3px;
box-shadow: none;
&:checked{
background-color: $primary-blue;
}
}
.form-check-label{
font-size: 12px;
img{
margin-left: 10px;
}
}
}
.btn-cover{
border-top: 1px solid #E3E4F3;
padding-top: 25px;
margin-top: 45px;
@media ($sm-1679) {
margin-top: 45px;
}
@media ($sm-1481) {
margin-top: 30px;
}
@media (max-width: 350px) {
flex-wrap: wrap;
}
.btn{
width: 185px;
font-size: 16px;
@media ($sm-1679) {
font-size: 14px;
width: 170px;
}
@media ($sm-767) {
width: 150px;
padding: 8px 15px;
}
@media (max-width: 350px) {
width: 100%;
}
&.btn-border{
border: none !important;
background-color: #0f142024;
margin-right: 15px;
@media ($sm-579) {
margin-right: 5px;
}
@media (max-width: 350px) {
margin-bottom: 10px;
}
}
&.edit-btn{
color: $text-primary-dark;
width: 140px;
@media ($sm-1679) {
width: 120px;
}
img{
margin-right: 15px;
filter: brightness(0) contrast(0.2);
@media ($sm-1679) {
width: 11px;
margin-right: 10px;
}
}
}
}
}
.modal-title{
h3{
font-size: 20px;
font-weight: 600;
margin-bottom: 25px;
@media ($sm-1679) {
font-size: 18px;
}
@media ($sm-767) {
font-size: 17px;
}
}
}
.anmnct-data{
.date-block{
margin-bottom: 15px;
font-size: 12px;
.date{
color: #0DAD4D;
}
}
h2{
margin-bottom: 15px;
font-size: 24px;
@media ($sm-1679) {
font-size: 20px;
}
@media ($sm-1481) {
font-size: 18px;
}
@media ($sm-767) {
font-size: 16px;
}
}
p{
font-size: 14px;
@media ($sm-1679) {
font-size: 13px;
}
}
.last-date{
padding-top: 15px;
.last-d{
font-size: 10px;
margin-bottom: 5px;
}
.last-d-m{
font-size: 15px;
font-style: italic;
margin-bottom: 0;
@media ($sm-1679) {
font-size: 14px;
}
}
}
}
}