* {
    font-family: 'DM Sans', Helvetica, Arial, sans-serif;
}

a.active {
    color: #09b1f4 !important;
}

a:hover {
    color: #09b1f4 !important;
}

b {
    color: black;
}

.background-color-primary {
    background-color: #09b1f4 !important;
    color: white !important;
}

.background-img {
    background-image: url("../img/iconDokdex.png") !important;
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: 84% 87%;
}

.background-white {
    background-color: white;
}

.border-none {
    border: none !important;
}

.box-progress-color {
    background-color: #09b1f4 !important;
    color: white !important;
}

.box-ted {
    margin-top: 10px;
    width: 35%;
    min-width: 280px;
    background-color: #efefef;
    padding: 1rem;
}

.box-wallet-secondary {
    width: 600px;
    height: 395px;
}

.box-wallet-width {
    width: 600px;
}

.btn-main {
    font-size: 16px;
    color: #FCFCFD;
    background-color: #43c7fc;
}

.btn-main:hover {
    background-color: #0522ff !important;
    color: #FCFCFD !important;
}

.btn-main:disabled {
    color: white;
    background-color: #777E90;
}

.color-primary {
    color: #09b1f4 !important;
}

.color-secondary {
    color: #12d5d4 !important;
}

.color-gray {
    color: #897581 !important;
}

.date-mudblazor {
    margin-top: -25px;
    margin-left: 20px;
}

.date-mudblazor-range {
    margin-top: -25px;
    margin-left: 10px;   
}

.font-page {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    color: #777E90;
    transition: all .2s;
}

.form-control {
    background-color: #efefef !important;
}

.form-check-input:checked {
    background-color: #09b1f4;
    border-color: #09b1f4;
}

.form-select {
    background-color: #efefef !important;
}

.form-select-color {
    color: #09b1f4 !important;
}

.form-select option:hover {
    background-color: #09b1f4 !important;
}

.icon-deposity {
    margin-top: -3px;
    width: 20px;
    height: 20px;
}

.img-iconEye {
    width: 35px;
}

.icon-img-modal {
    width: 50px;
    height: 50px;
}

.icon-favicon {
    width: 32px;
    height: 32px;
}

.icon-imgText-modal {
    width: 101.96px !important;
    height: 50px;
}

.icon-key {
    width: 32px;
    height: 32px;
}

.img-dokdex-criarConta {
    padding-top: 15px;
    height: 75px !important;
    max-width: 100% !important;
    width: 145px !important;
}

.img-primary {
    max-width: 100% !important;
    width: 165px !important;
}

.img-icon {
    width: 32px;
    height: 25px;
}

.img-qr-code {
    max-width: 100% !important;
    width: 175px !important;
}

.img-wallet {
    max-width: 100% !important;
    width: 25px !important;
}

.invalid {
    outline: 1px solid #09b1f4;
}

.input-label-primary {
    padding-top: 3px;
    height: 30px;
    width: 150px;
    background-color: #09b1f4;
    color: white;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border-radius: 5px;
}

.input-label-primary:hover {
    /* background: #6902be; */
    background: #0522ff !important;
}

.input-label-secondary {
    padding-top: 3px;
    height: 30px;
    width: 150px;
    /* background-color: #12d5d4; */
    background-color: gray;
    color: white;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border-radius: 5px;
}

.input-label-secondary:hover {
    background: #037777;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #09b1f4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

.margin-label {
    margin-top: 32px;
    margin-left: 15px;
}

.margin-label-crypto {
    margin-top: 6px;
    margin-left: 15px;
}

/* WithdrawalAlert */
.modal-withdrawal-alert {
    /* cursor: -webkit-grab;  */
    cursor: pointer;
    margin-top: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border: solid 1px rgb(205, 205, 205);
}

/* Mudblazor changes */
.mud-theme-success,
.mud-range-selection-success:hover {
    background-color: #09b1f4 !important;
}

.navbar-line {
    border-bottom: 2px solid #09b1f4;
}

.presentation-box {
    width: 40%;
    min-width: 300px;
    padding: 1rem;
}

:root {
    --mud-palette-primary: #09b1f4 !important;
}

.text-hover:hover {
    cursor: pointer;
    /* color: #09b1f4 !important; */
    color: #0522ff !important;
}


.valid.modified:not([type="checkbox"]) {
    outline: none;
}

.validation-message {
    text-decoration: underline;
    padding-left: 5px;
    color: gray;
}

.withdrawBackground {
    padding: 8px;
    border-radius: 5px;
    background-color: #fcfad6;
}

/*
.navInput:active {
    background-color: #efefef;
    color: black;
}
*/

/* .label-input {
    margin-top: 8px;
} */

/* .navbarBox {
    margin-right: 20px !important;
} */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 200px) and (max-width: 767.5px) {
    .margin-input {
        border: 0 !important;
        margin: 5px !important;
        padding: 0 !important;
    }
    
    img#icon-register {
        display: none;
    }
}

@media only screen and (min-width: 787px) and (max-width: 990px) {
    #margin-shift-left {
        margin-left: 10px !important;
    }

    /* .Inputlabel {
        margin-left: 10px !important;
    } */
}

#box-width-eye {
    width: 35px;
}

#img-iconEye-position {
    width: 21px;
    margin-left: -6px !important;
}

#margin-change-top {
    margin-top: 3px;
}