* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}

a {
    color: initial;
    text-decoration: none;
}
a:hover {
    color: initial;
    text-decoration: none;
    color: #0d6efd;
}

body {
    font-display: swap;
}

.pointer {
    cursor: pointer;
}

.custom-z {
    width: 100%;
    position: relative;
    z-index: 2;
}

.w-265 {
    width: 265px !important;
}
.w-288 {
    width: 288px !important;
}
.w-311 {
    width: 311px !important;
}
.w-318 {
    width: 318px !important;
}
.w-358 {
    width: 358px !important;
}
.w-517 {
    width: 517px !important;
}
.px-240 {
    padding: 0 15rem !important;
}
.ml-7 {
    margin-left: 7px;
}
.ml-18 {
    margin-left: 1.125rem;
}
.ml-60 {
    margin-left: 36px;
}
.mt-7 {
    margin-top: 7px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-11 {
    margin-top: 11px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-14 {
    margin-top: 14px;
}
.mt-18 {
    margin-top: 18px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-21 {
    margin-top: 21px;
}
.mt-22 {
    margin-top: 22px;
}
.mt-23 {
    margin-top: 23px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-n24 {
    margin-top: -24px;
}
.mt-26 {
    margin-top: 26px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-29 {
    margin-top: 29px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-46 {
    margin-top: 40px;
}
.mt-53 {
    margin-top: 53px;
}
.mt-54 {
    margin-top: 54px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-56 {
    margin-top: 56px;
}
.mt-58 {
    margin-top: 58px;
}
.mt-59 {
    margin-top: 59px;
}
.mt-72 {
    margin-top: 72px;
}
.mt-81 {
    margin-top: 81px;
}
.mt-93 {
    margin-top: 5.8125rem;
}
.mt-106 {
    margin-top: 106px;
}
.mt-117 {
    margin-top: 117px;
}
@media (min-width: 768px) {
    .mt-md-117 {
        margin-top: 117px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

body.dark .logo-div {
    background-image: url("../images/logo_dark.svg");
}
.form-label {
    font-size: 16px;
    line-height: 20px;
    color: var(--Colors-Text-Primary, #000f65);
    font-family: Gilroy-Medium;
}

.eye-icon-hide {
    position: absolute;
    top: 12px;
    right: 13px;
}

.btn-primary {
    border-color: transparent;
}

.not-focus-bg {
    background-color: #f3f2ff !important;
}
.input-form-control:focus {
    box-shadow: none !important;
    border: 1px solid #635bfe !important;
}
.btn-primary {
    background-color: var(--Colors-Button-Primary-Default, #285dff) !important;
}
.form-group.mb-3 {
    margin-bottom: 21px !important;
}
.thin-scrollbar {
    --scrollbarBG: #272822 !important;
    --thumbBG: #285dff !important;
}
.thin-scrollbar::-webkit-scrollbar {
    width: 2px !important;
}
.thin-scrollbar::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 6px solid var(--scrollbarBG);
}

body.active-modal {
    overflow: hidden;
}
#toast-loader {
    position: fixed !important;
    width: fit-content;
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background: #333;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#v-crypto-exchange-app {
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}