.modal-open .modal::-webkit-scrollbar {
    display: none;
}

.modal-open .modal {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.modal-content {
    overflow: hidden!important;
}
.no-scrollbars {
    /* Keeps both the horizontal and vertical
       scrollbars hidden */
    overflow: hidden;
}
.btn-rounded {
    border-radius: 60px !important;
}
.btn-toggle{
    background-color: red !important;
}
.btn-toggle.active {
    background-color: green !important;
}
.payment-icon-container{
    width:100%;
    height: 192px;
}
.box-body {
    text-align: center!important;
    padding: 0px!important;
}
.payment-image {
    display: block;
    border-radius: 10px;
    width: 192px;
    padding: 2px;
}
.divider {
    color:white;
    background-color: white;
    opacity: unset !important;
}
.payment-image:hover {
    transform: scale(1.2);
    transform-origin: center
}
.content {
    max-width: 1250px;
    padding-left: 4%;
    text-align: center;
    margin-right: auto;
    align-content: center;
    align-items: center;
}
.img-box {
    padding: 10px;
}
.message-text-format {
    font-size: 15px;
    color: white;
    font-weight: bold
}
img {
    transition: transform 250ms ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.dark-skin .modal-content{
    background-color: #1d2741!important;
}
.modal-lg {
    background-color: #1d2741!important;
    max-width: 1250px;
}

@media (max-width: 767px) {
    .modal-content {
        height: auto;       /* Ajusta al contenido */
        max-height: 100vh;  /* Que no sobrepase la pantalla */
        overflow: hidden;   /* Bloquea scroll interno */
    }
}
.amount-content {
    position: relative;
    /* border: 1px solid #ccc; */
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 7px 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.div-boxed {
    padding: 7px 20px;
    margin-top: 2px;
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    text-align: center;
}
.limit-max {

}
.crypto-address {
    border: 2px solid black;
    border-radius: 10px;
    background: #80808029;
    padding: 11px;
    font-size: 14px;
    font-weight: bold;
}
.crypto-amount {
    border: 2px solid black;
    border-radius: 10px;
    background: #80808029;
    font-size: 14px;
    font-weight: bold;
    padding: 11px;
}
.crypto-amount-style {
    color: green !important;
}
.crypto-amount-red {
    color: red !important;
}
.crypto-amount-red::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

.crypto-amount-red::-ms-input-placeholder { /* Edge 12 -18 */
    color: red;
}
.crypto-amount.crypto-address > i{
    margin-right: -7px;
    margin-left: 4px;
}
.crypto-modal {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}
.limit-content {
    width: 27%;
    vertical-align: middle;
}
.form-container {
    display: table;
    margin: 0 auto;
    width: 378px;
}

.form-container span {
    height: 40px; /* image's height */
    display: table-cell;
    vertical-align: middle;
    padding-left: 23px;
}
.center-block {
    margin: auto;
    display: block;
}
.input-300 {
    width: 300px;
    font-weight: bold;
    text-align: center;
}
.input-400 {
    width: 300px;
    text-align: center;
}
#depositBtn {
    font-weight: bold;
    color: white;
}
#modal-payment {
    display: none;
    padding-top: 47px;
}
@media only screen and (max-width: 600px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 30px;
    }
    .modal-content {
        width: 100%;
        height: 932px;
    }
    .content {
        max-width: 600px;
        padding-left: 0%;
        text-align: center;
        margin-right: auto;
        align-content: center;
        align-items: center;
    }
    .payment-image {
        border-radius: 10px;
        width: 250px;
        padding: 7px;
    }
    #modal-payment {
        display: none;
        padding-top: 69px;
    }
    .form-container {
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    .form-container span {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        /* padding-left: 23px; */
    }
    .limit-min span {
        padding-left: 5px;
    }
    .limit-max span {
        padding-left: 0px;
    }
    .limit-content {
        width: 23%;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 932px) and (min-width: 850px) {
    .modal-content {
        width: 100%;
        height: 400px;
    }
    .content {
        max-width: 660px;
        padding-left: 10%;
    }
}

/*JC*/
.div-boxed1 {
    padding: 7px 0;
    margin-top: 2px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: center;
}
.textOpt {
    color: white;
    padding-left: 1px !important;
}
.form-control {
    height: 60px !important;
}

@media (max-width: 999px) {
    .button-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        padding: 10px;
        box-sizing: border-box;
    }
    .button-container button {
        color: white;
        border: none;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
        flex: 0.30;  /* Esto hace que los botones ocupen el mismo espacio disponible */
        margin: 0 5px;  /* Espacio entre los botones */
    }

}

.button-container {
    justify-content: space-between !important;
    display: flex
}
input::placeholder {
    color: #0548B1 !important;
}

/* General window styles */
.window {
    border-radius: 8px;
    position: relative;
    padding: 25px;
    text-align: end;
}

/* Close button styles */
.close-button {
    width: 30px;
    height: 30px;
    background-color: #141D33;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

/* Hover effect for the button */
.close-button:hover {
    background-color: darkred;
}

/* Click effect */
.close-button:active {
    background-color: maroon;
}

.content {
    padding: inherit;
}

/* Center Deposit Header */
.container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.icon1 {
    width: 50px;
    height: auto;
}

.text1 {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

/* Para quitar las flechas en navegadores basados en Webkit (Chrome, Safari, etc.) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para quitar las flechas en Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 4.75rem auto !important;
    }
}

@media (max-width: 575.98px) {
    .modal-dialog {
        margin: 4rem auto !important; 
    }
}

/* Solo para móviles */
@media (max-width: 767px) {
    .mobile-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #1D2741;
    }

    /* Ajusta el padding para que el contenido debajo no quede tapado */
    body {
        padding-top: 120px; /* Cambia este valor según el alto del bloque */
    }

    #modal-payment {
        overflow: hidden !important;
    }
}

