
/* dashboard css */
.common-para{
    color: #ddd;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.6rem;
}

.common-para-note{
    color: #ddd;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.6rem;
}
.common-para.flex-space{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.common-para.flex-space.italic-font {
    font-size: 0.8rem;
    font-style: italic;
}
.info-tooltip, .info-tooltip:hover, .info-tooltip:focus, .info-tooltip:active{
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 0 6px;
}
.order-prices{
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 1rem;
}
.order-prices li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0.4rem;
}
.order-prices li p{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}
.order-prices li p.orange{
    color: #f0b90b;
    font-weight: 500;
}
/* .tooltip-content{
    background-color: #fff;
    color: #000;
} */
.dashboard-layout {
    padding-top: 90px;
    padding-left: 260px;
    min-height: 100vh;
    background-color: #333333;
}
.inner-dash-bpx{
    padding: 15px;
}

.dashboard-layout .login-header-home .navbar-brand img{
height: 50px;
}
.dashboard-layout .login-header-home .navbar-brand h1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 100;
}
.dashboard-layout .login-header-home .navbar-expand-lg {
    position: fixed;
    top: 0;
    z-index: 1020;
    left: 0;
    right: 0;
    border-radius: 0;
    background-color: #333333 !important;
    box-shadow: none !important;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
}
.dashboard-layout .login-header-home .navbar-collapse .navbar-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #272727;
    height: calc(100vh - 0px) !important;
    width: 250px;
    display: block;
    padding-top: 120px;
}
/* .dashboard-layout .navbar-collapse.collapse  .navbar-nav {
    position: fixed;
    left: 0;
    width: 300px;
    top: 75px;
    background-color: #004991;
    height: calc(100vh - 75px) !important;
    align-items: flex-start;
    display: block;
    padding-top: 30px;
} */
/* .dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav{
    flex-direction: column;
} */
.dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
padding: 10px 20px !important;
}
.dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav .nav-link img{
    height: 20px;
    margin-right: 10px;
}
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    border-radius: 0;
    background-color: transparent;
    border: none !important;
    margin: 0 20px;
}
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-toggle {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    width: 100%;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: left !important;
    border: none !important;
    padding: 10px 20px;
}
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-toggle img{
    height: 20px;
    margin-right: 10px;
}
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
}
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus,
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active{
    background-color: #333333;
    color: #000;
}

.metamask-btn{
    color:  #000 !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none !important;
    border-radius: 8px;
border: 1px solid  #DFDFDF;
padding: 12px 20px;
background-color: #F0B90B;
margin-left: 10px;
}
.metamask-btn img{
  height: 20px;
  width: 20px;
  object-fit: contain;  
  margin-right: 10px;
}
.dashboard-layout .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 50px;
    top: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    height: 9px;
    width: 9px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all ease-in-out .5s;
}
.dashboard-layout .navbar-expand-lg .navbar-nav .nav-item.show.dropdown .dropdown-toggle::after {
    transform: rotate(-135deg);
}
.profile-dropdown{
margin: 0 15px;
display: flex;
align-items: center;
color:  #5C5C5C;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none !important;
}
.profile-dropdown img{
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
}
.dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 24px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav .nav-link:hover,
.dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav .nav-link:focus,
.dashboard-layout .login-header-home .navbar-expand-lg .navbar-nav .nav-link:active,
.dashboard-layout .login-header-home .navbar-expand-lg .nav-item.active .nav-link{

} */
.main-header.login-header-home.login-without-scroll {
    background-color: #eef6ff;
    position: relative;
}
.welcome-box {
    border-radius: 16px;
    background: #F0B90B;
    padding: 20px 24px;
    margin-bottom: 20px;
}
.welcome-box h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    
}
.welcome-box h3 span{
    font-family: Space Grotesk, sans-serif;
}
.welcome-box p{
    color: rgba(255, 255, 255, 0.75);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 0;
}
.coin-box-dash {
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    background: #333333;
    margin: 5px 0 25px;
    overflow: hidden;
}
.coin-box-dash > div{
    padding: 12px 24px 0 24px;
}
.coin-box-dash img{
height: 36px;
margin-bottom: 10px;
}
.coin-box-dash h4{
    color:  #F0B90B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2px;
}
.coin-box-dash h5{
    color:  #080A0F;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 2px;
}
.coin-box-dash h3 {
    color: #ddd;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    
}
.coin-box-dash .blue-btn {
    margin-bottom: 0;
    display: block;
    width: 100%;
    border-radius: 0;
}


.crypto-box{
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    background: #333333;
    padding: 20px 24px;
    margin-bottom: 40px;
}
.crypto-box h2{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.crypto-box h3 {
    color: #ddd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.crypto-box h3 span {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.3px;
    display: block;
    font-family: Space Grotesk, sans-serif;
}
.crypto-box > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin: 18px 0;
}
.blue-btn {
    border-radius: 8px;
    background: #F0B90B;
    padding: 10px 24px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none;
    display: inline-block;
}
.disable-btn {
    background-color: #aaa !important;
    cursor: not-allowed !important;
}
.crypto-box p {
    color: #ddd;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
.crypto-box p a{
    color: #F0B90B;
    text-decoration: none !important;
}

@media (max-width: 992px) {
    .dashboard-layout .login-header-home .navbar-brand h1{
        font-size: 26px;
    }
    .login-header-home .navbar-toggler{
        background-color: #f0b90b;
    }
    .dashboard-layout {
        padding-left: 0px;
        padding-top: 60px;
    }
    .shadow-box-dash p {
        min-height: auto;
    }
    .shadow-box-dash {
        min-height: 110px;
        margin: 10px 0;
    }
    .inner-dash-bpx {
        padding: 15px 0;
    }
    .dashboard-layout .login-header-home .navbar-brand img {
        height: 30px;
    }
    .profile-dropdown img {
        height: 26px;
        width: 26px;
    }
    .profile-dropdown {
        font-size: 12px;
        margin-right: 3px;
    }
    .main-header.login-header-home .border-btn {
        padding: 2px 5px;
        font-size: 12px;
        margin: 3px;
        display: flex;
        align-items: center;
    }
    .dashboard-layout .navbar-collapse {
        position: absolute !important;
        top: 70px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px 15px;
    }
    .dashboard-layout .navbar-collapse .navbar-nav {
        top: 56px !important;
        left: -290px !important;
        transition: all ease-in-out .5s;
    }
    .dashboard-layout .navbar-collapse.show .navbar-nav {
        left: 0px !important;
    }
    .dashboard-layout .login-header-home .navbar-light .navbar-collapse.show + .profile-dropdown + .border-btn + .navbar-toggler .navbar-toggler-icon {
        background-image: url(../img/close.png);
    }
}


/* loan page css */

.hedding-loan{
    color:  #fff;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.total-loan-info{

}
.total-loan-info h6{
    color:  #ddd;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.total-loan-info h3{
    color: #fff;
font-size: 32px;
font-family: Space Grotesk, sans-serif;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1px;
}
.total-loan-info h5{
    color:  #ddd;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.get-pre-line{
    color:  #ddd;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 20px 0;
}
.etherium-box-main{
    border-radius: 16px;
border: 1px solid  #DFDFDF;
background: #333333;
padding: 16px;
}
.etherium-box-main .eth-heading{
display: flex;
align-items: center;
}
.etherium-box-main .eth-heading img{
    height: 39px;
    margin-right: 10px;
}
.etherium-box-main .eth-heading h2{
    color: #ddd;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
hr{
    border-top: 1px solid #ddd;
}
.etherium-box-main .eth-heading h2 span{
display: block;
color:  #ddd;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.etherium-box-main .eth-heading h2 span b{
    color:  #333333;
    font-weight: 500 !important;
}
.etherium-box-main .borrow-up{
    text-align: center;
}
.etherium-box-main .borrow-up h5{
    color:  #333333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.etherium-box-main .borrow-up > div {
    border-radius: 8px;
    border: 1px solid #272727;
    background: #272727;
    padding: 20px 12px;
    text-align: center;
    margin-bottom: 10px;
}
.etherium-box-main .borrow-up h3{
    color:  #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.etherium-box-main .borrow-up h6{
    color:  #ddd;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.etherium-box-main .borrow-up.last-right > div {
    padding: 5px 12px;
    margin-bottom: 11px;
}
.etherium-box-main .borrow-up.last-right > div h3 span{
    color:  #ddd;
    font-size: 14px;
}
.blue-btn.big-btn{
    font-size: 18px;
    border-radius: 12px;
    padding: 12px;
}
.add-real-property {
    position: relative;
    width: 190px;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 75px  auto;
}
.add-real-property img {
    height: 42px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}
.add-real-property input {
    position: absolute;
    left: 0;
    visibility: visible;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    cursor: pointer;
}
.filter-outer-box {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.location-filter {
    padding: 10px 12px;
    border-right: 1px solid #DFDFDF;
    min-width: 150px;
}
.location-filter h5{
color: #333333;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.location-filter .dropdown-toggle {
    background-color: transparent !important;
    font-size: 14px;
    border: none !important;
    color: #5C5C5C;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
}
.location-filter .dropdown-toggle::after {
    content: "";
    width: 9px;
    height: 9px;
    margin: 0;
    border-bottom: 3px solid #333333;
    border-right: 3px solid #333333;
    border-left: 0;
    border-top: 0;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    top: 2px;
}
.location-filter .dropdown-menu{
padding: 0;
overflow: hidden;
}

.location-filter .dropdown-menu .dropdown-item{
font-size: 14px;
}
.location-filter .dropdown-menu .dropdown-item:hover,
.location-filter .dropdown-menu .dropdown-item:focus,
.location-filter .dropdown-menu .dropdown-item:active{
    background-color: #F0B90B;
    color: #fff;
}
.filter-outer-box .search-plus-btn {
    background: #DFDFDF;
    height: 100%;
    display: block;
    padding: 25px 15px;
}
.filter-outer-box .search-plus-btn img{
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.filter-outer-box .search-button {
    margin: 0 !important;
    padding: 26px 34px 26px;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-outer-box .search-button img{
    height: 24px;
    width: 24px;
    object-fit: contain;
    margin-right: 5px;
}
.home-heading{
    color:  #F0B90B;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 30px 0 20px;
}
.property-box-main{
    border-radius: 14px;
border: 1px solid #DFDFDF;
display: flex;
align-items: center;
overflow: hidden;
margin-bottom: 25px;
}
.property-box-main img.main-property {
    width: 210px;
    height: 190px;
    object-fit: cover;
}
 .property-main-content{
padding: 12px;
}
.property-main-content h4 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 78%;
}
.property-main-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.property-main-content ul li {
    list-style: none;
    color: #ddd;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 25px;
}
.property-main-content ul li img{
    height: 28px;
    width: 28px;
    object-fit: contain;
}
.property-main-content p {
    color: #ddd;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 5px;
}
.property-main-content h3{
    color: #00CB08;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.property-main-content h3 span{
    color: #FB1B1B;
}
@media (max-width: 1400px){
    .etherium-box-main .borrow-up h3 {
        font-size: 14px;
    }
    .etherium-box-main .borrow-up > div {
        padding: 10px 12px;
    }
    .etherium-box-main .borrow-up.last-right > div {
        padding: 6px 12px;
        margin-bottom: 13px;
    }
}
@media (max-width: 1300px){
    .welcome-box h3 {
        font-size: 26px;
    }
    .dashboard-layout {
        padding-left: 260px;
    }
    .dashboard-layout .login-header-home .navbar-collapse .navbar-nav {
        width: 260px;
    }
    .property-main-content h4 {
        font-size: 16px;
        max-width: 100%;
    }
    .property-main-content ul li img {
        height: 24px;
        width: 24px;
    }
    .property-main-content ul li {
        margin-right: 15px;
        text-align: center;
    }
    .location-filter {
        padding: 8px 8px;
    }
    .filter-outer-box {
        max-width: max-content;
    }
}
@media (max-width: 1200px){
    .coin-box-dash {
        border-radius: 12px;
        padding: 0;
        margin: 20px 0;
    }
    .crypto-box {
        border-radius: 12px;
        padding: 15px 15px;
        margin-bottom: 40px;
    }
    .welcome-box {
        border-radius: 12px;
        padding: 15px 15px;
    }
    .total-loan-info h3 {
        font-size: 26px;
    }
    .add-real-property {
        font-size: 16px;
    }
    .etherium-box-main .borrow-up.last-right > div {
        padding: 6px 8px;
        margin-bottom: 10px;
    }
    .etherium-box-main .borrow-up > div {
        padding: 10px 8px;
    }
    .etherium-box-main .borrow-up h3 {
        font-size: 12px;
    }
    .blue-btn.big-btn {
        font-size: 14px;
        border-radius: 8px;
        padding: 10px;
    }
    .property-box-main img.main-property {
        max-width: 150px;
        min-height: 170px;
    }
}
@media (max-width: 992px) {
    .left-login-box h1 span {
        font-size: 16px;
    }
    .left-login-box h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .left-login-box {
        text-align: center;
    }
    .left-login-box img {
        max-width: 320px;
        margin: 20px 0;
        display: none;
    }
    .outer-login-right {
        padding: 30px 30px;
        min-height: auto;
        max-width: 100%;
    }
    .left-login-box p {
        font-size: 12px;
        margin: 20px 0;
    }
    
    .outer-login-right {
        border-radius: 15px;
        padding: 15px 15px;
    }
    .outer-login-right.verify-box {
        padding-bottom: 130px;
        padding-top: 20px;
    }
    .outer-login-right .form-label {
        font-size: 12px;
    }
    .outer-login-right .form-control {
        border-radius: 5px;
        font-size: 12px;
    }
    .dashboard-layout {
        padding-top: 90px;
    }
    .dashboard-layout .login-header-home .navbar-expand-lg {
        background-color: #000 !important;
        padding: 10px 0;
    }
    .metamask-btn {
        font-size: 14px;
        padding: 8px 20px;
        background-color: #fff;
    }
    .main-header.login-header-home .navbar-toggler {
        background-color: #fff;
        padding: 3px 7px;
        box-shadow: none !important;
    }
    .main-header.login-header-home .navbar-toggler .navbar-toggler-icon{
        height: 20px;
        width: 20px;
    }
    .dashboard-layout .login-header-home .navbar-collapse .navbar-nav {
        padding-top: 35px;
        top: 63px !important;
    }
    .dashboard-layout {
        padding-left: 0;
    }
    .add-real-property {
        font-size: 14px;
        margin: 25px auto;
    }
    .add-real-property img {
        height: 32px;
    }
    .location-filter {
        padding: 8px 8px;
        min-width: 100px;
    }
    .location-filter h5 {
         font-size: 12px;
    }
}

@media (max-width: 768px){
    .metamask-btn {
        font-size: 12px;
        padding: 8px 10px;
    }
    .metamask-btn img {
        height: 16px;
        width: 16px;
        margin-right: 0;
    }
    .dashboard-layout .login-header-home .navbar-brand h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .dashboard-layout .login-header-home .navbar-brand h1 span{
        display: none;
    };
    .welcome-box h3 {
        font-size: 20px;
    }
    .welcome-box p {
        font-size: 12px;
    }
    .crypto-box > div {
        display: block;
        margin-bottom: 10px;
    }
    .crypto-box h2 {
        font-size: 18px;
    }
    .crypto-box h3 {
       font-size: 14px;
    }
    .crypto-box h3 span {
        font-size: 16px;
    }
    .blue-btn {
        margin: 5px 0;
    }
    .hedding-loan {
        font-size: 18px;
    }
    .total-loan-info h6 {
        font-size: 12px;
    }
    .total-loan-info h3 {
        font-size: 22px;
    }
    .total-loan-info h5 {
       font-size: 14px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .get-pre-line {
        font-size: 12px;
        margin: 15px 0;
    }
    .etherium-box-main {
        border-radius: 10px;
        padding: 12px;
    }
    .etherium-box-main .eth-heading img {
        height: 30px;
        margin-right: 5px;
    }
    .etherium-box-main .eth-heading h2 {
        font-size: 16px;
    }
    .etherium-box-main .eth-heading h2 span {
        font-size: 12px;
    }
    .dashboard-layout {
        padding-top: 80px;
    }
    .filter-outer-box {
        display: block;
        max-width: 100%;
    }
    .location-filter {
        border-bottom: 1px solid #ddd;
    }
}

/* deposit modal css */

.deposit-model .modal-content{
    border-radius: 16px;
    background: #333333;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.deposit-model .modal-header{
    border-bottom: 0 !important;
    position: relative;
    padding: 15px 30px;
}
.deposit-model .modal-header .modal-title{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.deposit-model .modal-header .btn-close {
    height: 20px;
    width: 20px;
    padding: 0;
    position: absolute;
    right: 25px;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background-color: #ddd;
    padding: 4px;
    border-radius: 50%;
}

.deposit-model .modal-body {
    padding: 10px 30px;
}

.deposit-model .dropdown {
    margin: 10px 0 30px;
}

.deposit-model .dropdown-toggle {
    background-color: transparent !important;
    /* border: none !important; */
    outline: none !important;
    box-shadow: none !important;
    border-radius: 14px;
    border: 1px solid  #DFDFDF;
    width: 100%;
    padding: 9px 16px;
    color: #ddd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}
.deposit-model .dropdown-toggle img {
    height: 26px;
    width: 26px;
    object-fit: contain;
    margin-right: 10px;
}
.deposit-model .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    border: none;
    border-right: 2px solid #5C5C5C;
    border-bottom: 2px solid #5C5C5C;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
}
.deposit-model .dropdown-menu {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-color: #272727;
}

.deposit-model .dropdown-item {
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    padding: 10px 20px;
}

.deposit-model .dropdown-item img {
    height: 26px;
    width: 26px;
    object-fit: contain;
}
.deposit-model .dropdown-item:hover,
.deposit-model .dropdown-item:focus,
.deposit-model .dropdown-item:active{
    background-color: #F0B90B;
    color: #fff;
}
.deposit-model p {
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.deposit-model .amount-show{
margin-bottom: 20px;
}
.deposit-model .amount-show p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ddd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.deposit-model .amount-show p .amount {
    color: #ddd;
}
 
.deposit-model .amount-show p b {
    margin-left: 20px;
    font-weight: 500;
}
.deposit-model .blue-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

@media (max-width: 768px){
    .deposit-model .modal-header {
        padding: 10px 15px;
    }
    .deposit-model .modal-body {
        padding: 10px 15px;
    }
    .deposit-model .dropdown-toggle {
       
        border-radius: 12px;
        padding: 7px 16px;
        font-size: 14px;
    }
    .deposit-model .dropdown-toggle img {
        height: 28px;
        width: 28px;
    }
    .deposit-model .dropdown-toggle::after {
        height: 9px;
        width: 9px;
    }
    .deposit-model .amount-show p, .deposit-model p {
        font-size: 12px;
    }
    .deposit-model .blue-btn {
        padding: 8px;
        font-size: 14px;
    }
}

/* property details page css */

.main-property-images {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-property-images .big-img {
    width: 75%;
    height: 400px;
    object-fit: cover;
    border-radius: 14px;
    margin-right: 2%;
}
.main-property-images ul{
    padding: 0;
    margin: 0;
    width: 23%;
}
.main-property-images ul li{
    list-style: none;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.main-property-images ul li a{
background: rgba(0, 0, 0, 0.48);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-decoration: none !important;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: flex;
align-items: center;
justify-content: center;
}
.main-property-images ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.porpert-details-content{
margin-top: 20px;
padding-bottom: 60px;
}
.porpert-details-content p,
.porpert-details-content li{
    color:  #ddd;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
.porpert-details-content h4{
    color: #ddd;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
}
.porpert-details-content ul{
padding-left: 20px;
margin-bottom: 40px;
}
.porpert-details-content ul li{
    margin-bottom: 10px;
}

.property-main-content.propert-details {
    padding: 0;
    margin-bottom: 40px;
}
.property-main-content.propert-details h4 {
    font-size: 26px;
    font-weight: 600;;
    max-width: 100%;
}
.property-main-content.propert-details ul {
    margin: 15px 0 15px;
}
.property-main-content.propert-details ul li {
   font-size: 14px;
    margin-right: 30px;
}
.property-main-content.propert-details ul li img {
    height: 32px;
    width: 32px;
}
.property-main-content.propert-details p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.property-main-content.propert-details h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.border-btn{
    border-radius: 5px;
    border: 1px solid  #F0B90B;
    background-color: #fff;
    color:  #F0B90B;
    text-align: center;
    padding: 8px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.property-main-content.propert-details .blue-btn,
.property-main-content.propert-details  .border-btn{
    display: block;
    width: 100%;
    font-size: 18px;
}
.talt-to-us-form{

}
.talt-to-us-form h3 {
    color: #080A0F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 15px;
}
.talt-to-us-form .form-label{
    color:  #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.talt-to-us-form .form-control{
    border-radius: 12px;
border: 1px solid  #DFDFDF;
}
.talt-to-us-form .blue-btn {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
}

.outer-login-right  .otp-field input {
    border-radius: 12px;
    border: 1px solid rgba(102, 102, 102, 0.35);
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    padding: 5px  5px;
    min-width: 45px;
    min-height: 45px;
    margin-right: 10px;
}

.react-tel-input{
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    background-color: transparent;
}
.react-tel-input .form-control {
    height: auto !important;
}
.react-tel-input .flag-dropdown, .react-tel-input .selected-flag {
    background-color: transparent !important;
    border: none !important;
    border-radius: 12px !important;
}
.react-tel-input .form-control {
    background: transparent !important;
    border: none !important;
    border-radius: 12px;
    width: 100%;
}
.input-currency-group{
    background-color: transparent !important;
    /* border: none !important; */
    outline: none !important;
    box-shadow: none !important;
    border-radius: 14px;
    border: 1px solid #DFDFDF;
    width: 100%;
    padding: 9px 16px;
    color: #ddd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}
.input-currency-group .input-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.input-currency-group .input-text img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    margin-right: 8px;
}
.input-currency-group{
    margin-bottom: 40px;
}
.input-currency-group .form-control {
    margin-left: 20px !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.property-modal .property-box-main {
    border-radius: 0 !important;
    border: none !important;
    align-items: flex-start;
}
 .property-modal .property-box-main img.main-property {
    max-width: 160px;
    min-height: auto !important;
    border-radius: 10px;
}
.property-modal  .property-main-content h4 {
    max-width: 100%;
}
.property-modal .radio-to-select {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.property-modal .radio-to-select .form-check{
margin-right: 15px;
}
.property-modal .radio-to-select .form-check-label {
    color: #5C5C5C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.property-modal .radio-to-select .form-check-input:checked {
    background-color: #F0B90B;
    border-color: #F0B90B;
}
.coming-soon-box{
text-align: center;
}
.coming-soon-box img {
    height: 120px;
    margin-bottom: 10px;
}
.coming-soon-box h3 {
    color: #ddd;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px auto;
    
}

@media (max-width: 1300px){
    .main-property-images .big-img {
        height: 320px;
    }
    .property-main-content.propert-details h4 {
        font-size: 20px;
    }
    .property-main-content.propert-details ul li {
        font-size: 12px;
        margin-right: 15px;
    }
    .property-main-content.propert-details h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media (max-width: 992px){
    .main-property-images .big-img {
        height: auto;
        min-height: 340px;
    }
    .talt-to-us-form {
        margin-bottom: 30px;
    }
    .main-property-images ul li a {
        font-size: 12px;
    }
    .main-property-images ul li {
        margin-bottom: 10px;
        border-radius: 5px;
    }
}
@media (max-width: 768px){
    .main-property-images .big-img {
        height: auto;
        min-height: 230px;
    }
    .porpert-details-content p, .porpert-details-content li {
        font-size: 12px;
    }
    .porpert-details-content h4 {
       font-size: 16px;
        margin-bottom: 15px;
    }
    .home-heading {
        font-size: 12px;
        margin: 20px 0 10px;
    }
    .property-main-content.propert-details h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .property-main-content.propert-details h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .property-main-content.propert-details .blue-btn, .property-main-content.propert-details  .border-btn {
        font-size: 14px;
    }
    .property-main-content.propert-details {
        padding: 0;
        margin-bottom: 0;
    }
    .porpert-details-content {
        padding-bottom: 10px;
    }
    .talt-to-us-form h3 {
        font-size: 18px;
    }
    .talt-to-us-form .form-control {
        font-size: 14px;
    }
    .outer-login-right  .otp-field input {
        border-radius: 5px;
        font-size: 12px;
        min-width: 36px;
        min-height: 36px;
        margin-right: 6px;
    }
    .input-currency-group .input-text img {
        height: 24px;
        width: 24px;
        margin-right: 5px;
    }
    .input-currency-group .input-text {
        font-size: 12px;
        padding-right: 5px;
    }
    .input-currency-group .form-control {
        margin-left: 10px !important;
        font-size: 14px;
    }
    
}
@media (max-width: 420px){
    .main-property-images .big-img {
        min-height: 185px;
    }
    .main-property-images ul li a {
        font-size: 9px;
    }
    .property-modal .property-box-main img.main-property {
        max-width: 110px;
    }
    .property-modal  .property-main-content h4 {
        font-size: 14px;
    }
}

/* transaction table css */

.transaction-table .rdt_TableBody .rdt_TableRow,
.transaction-table .rdt_TableBody .rdt_TableRow .rdt_TableCell,
.transaction-table  .rdt_TableHeadRow .rdt_TableCol_Sortable,
.transaction-table .rdt_Pagination{
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.transaction-table  .rdt_TableHeadRow .rdt_TableCol_Sortable{
    color: #333333;
}
.search-box-new{
    max-width: 500px;
    margin: 20px 0 40px;
    border-radius: 12px;
border: 1px solid var(--Grey-1, #DFDFDF);
padding: 5px;
}
.search-box-new .input-group-text {
    background-color: transparent;
    border: none !important;
    color: #333333;
    font-size: 14px;
}
.search-box-new  .form-control {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.search-box-new  .form-control::placeholder{
    color: #333333;
}
.bnb-box-outer {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin: 6px 0 15px;
}
.bnb-box-outer div img {
    margin-left: -17px;
    height: 36px;
}
.crypto-box h3 .bnb-box-outer span{
    color: #ddd;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: Poppins, sans-serif !important;
}
.crypto-box.first-row {
    min-height: 190px;
}
.dropdown-row-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.deposit-model .dropdown-row-box  .dropdown-toggle {
    min-width: 150px;
    padding: 0 !important;
    padding-right: 28px !important;
    font-size: 14px;
    border-radius: 0 !important;
    border: none !important;
}
.deposit-model .dropdown-row-box   .dropdown-toggle::after {
    right: 14px;
    top: 5px;
    height: 10px;
    width: 10px;
}
.deposit-model .input-currency-group {
    border-radius: 0 !important;
    padding: 2px 10px;
    border: 1px solid #ddd !important;
    max-width: 200px;
    font-size: 14px;
    border-radius: 8px !important;
}
.deposit-model .input-currency-group .form-control {
    margin: 0 !important;
    padding: 5px !important;
    font-size: 14px;
    background-color: transparent;
    color: #fff;
}
.deposit-model .input-currency-group .input-text {
    border: none !important;
    font-weight: 600;
    padding: 0;
}
.swap-sign {
    margin: 20px 0 35px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.swap-sign img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -18px;
    background-color: #333333;
    height: 36px;
}

.deposit-model .amount-show.color-blue p .amount {
    color: #F0B90B;
    font-weight: 600;
}
.deposit-model .amount-show p .amount .form-control {
    background-color: transparent !important;
    color: #fff;
    border-bottom: none !important;
}

.input-amount .form-control, .input-amount .form-select {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #ddd !important;
    margin-right: 10px;
    padding: 12px 0;
    text-align: right;
    font-weight: 600;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.input-amount .form-select{
    padding-right: 40px;
    text-align: left;
}
.property-form-new.form-property p{
    color: var(--primary, #F0B90B);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 28px;
}
.property-form-new.form-property .learnmore-link a{
    text-decoration: none;
    color: #128cfb;
}
.property-form-new.form-property .form-control, .property-form-new.form-property .form-select{
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;    
    background-color: transparent !important;
    padding: 10px;
    color: #fff !important;
}
.property-form-new.form-property .form-select option{
    background-color: #333333;
}
.property-form-new.form-property .form-label{
    margin-bottom: 4px;
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media (max-width: 768px){
    .deposit-model .input-currency-group {
        padding: 5px 8px;

    }
    .deposit-model .input-currency-group .form-control {
        margin: 0 !important;
        padding: 0px !important;
        font-size: 10px;
    }

}


.property-pay-table th{
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.property-pay-table td{
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
} 
.property-pay-table td:first-child img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 5px !important;
}
.property-pay-table tr:last-child td{
    border-bottom: none !important;
}
.deposit-model .property-pay-table td .blue-btn {
    width: max-content;
    font-size: 14px;
    padding: 5px 12px;
    margin: 0;
}
@media (max-width: 768px){
    .property-pay-table th,.property-pay-table td{
        font-size: 12px;
    }
    .deposit-model .property-pay-table td .blue-btn {
        font-size: 11px;
        padding: 2px 7px;
    }
    .property-pay-table{
min-width: 500px;
    }
}
