/*----------------------------------------------------

Template: Crypt - Trading, Buy/Sell & Exchange Cryptocurrency Website Template
Version: 1.1
Date Created: 25 December 2024
Last Update: 26 December 2024
Author: Tophive
Website: www.tophivetheme.com
Licence: Themeforest Licence 

----------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Oswald:wght@200..700&family=Sarina&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cactus+Classical+Serif&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");

:root {
    --delay: 0s;
    --sidebar-width: 220px;
    --color-data-up: #00c288;
    --color-data-down: #dc3545;
    --color-dark: #212529;
}
body.crypt-dark {
    --color-primary-50: #f9fafb;
    --color-primary-100: #f3f4f6; /*--primary text, level text --*/
    --color-primary-200: #e5e7eb;
    --color-primary-300: #d1d5db; /*--table text, thead text --*/
    --color-primary-400: #9ca3af;
    --color-primary-500: #6b7280; /*--thead text, form-select text, info text --*/
    --color-primary-600: #4b5563;
    --color-primary-700: #374151; /*--meta --*/
    --color-primary-800: #1f2937;
    --color-primary-900: #111827;
    --color-primary-950: #030712;

    --brand-color: #facc15;
    --brand-hover-color: #eab308;
    --brand-hover-bg: hsla(0, 0%, 100%, 0.020);

    --card-color: #121212; /*--all card --*/
    --border-color: #ffffff0c; /*--card border color --*/
    --color-bg: #06090b; /*--template background --*/
    --tab-bg-color: #030507; /*--all tab background color --*/
    --color-input-field: #1b1b1b; /*--search, input box --*/
}
body.crypt-light {
    --color-primary-50: #030712;
    --color-primary-100: #111827; /*--primary text, level text --*/
    --color-primary-200: #1f2937;
    --color-primary-300: #374151; /*--table text, thead text --*/
    --color-primary-400: #4b5563;
    --color-primary-500: #6b7280; /*--thead text, form-select text, info text --*/
    --color-primary-600: #9ca3af;
    --color-primary-700: #d1d5db; /*--meta --*/
    --color-primary-800: #e5e7eb;
    --color-primary-900: #f3f4f6;
    --color-primary-950: #f9fafb;

    --brand-color: #facc15;
    --brand-hover-color: #eab308;
    --brand-hover-bg: hsl(210, 17%, 95%);

    --card-color: #ffffff; /*--all card --*/
    --border-color: #00000013; /*--card border color --*/
    --color-bg: #f1f3f5; /*--template background --*/
    --tab-bg-color: #f3f4f6; /*--all tab background color --*/
    --color-input-field: #f1f3f5; /*--search, input box --*/
}

/*--- colors Grayscale ----*/
.crypt-grayscale-0 {
    color: #111827;
}
.crypt-grayscale-50 {
    color: var(--color-primary-50);
}
.crypt-grayscale-100 {
    color: var(--color-primary-100);
}
.crypt-grayscale-200 {
    color: var(--color-primary-200);
}
.crypt-grayscale-300 {
    color: var(--color-primary-300);
}
.crypt-grayscale-400 {
    color: var(--color-primary-400) !important;
}
.crypt-grayscale-500 {
    color: var(--color-primary-500) !important;
}
.crypt-grayscale-600 {
    color: var(--color-primary-600) !important;
}
.crypt-grayscale-700 {
    color: var(--color-primary-700) !important;
}
.crypt-grayscale-800 {
    color: var(--color-primary-800) !important;
}
.crypt-grayscale-900 {
    color: var(--color-primary-900) !important;
}
.crypt-grayscale-950 {
    color: var(--color-primary-950) !important;
}

/*--- colors Blue ----*/
.crypt-blue-200 {
    color: #a5d8ff;
}
.crypt-blue-500 {
    color: #fcd535 !important;
}

/*--- colors Cyan ----*/
.crypt-cyan-400 {
    color: #3bc9db;
}
.crypt-cyan-500 {
    color: #22b8cf !important;
}

/*--- colors Red ----*/
.crypt-red-400 {
    color: #ff8787;
}
.crypt-red-500 {
    color: #ff6b6b !important;
}

html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-family: inter;
    font-size: 15px;
    text-decoration: none;
    line-height: 26px;
}

.crypt-dark {
    background: var(--color-bg);
}
.crypt-light {
    background: var(--color-bg);
}
.crypt-dark.bg-grayscale {
    background: #06090b !important;
}
.crypt-dark, .crypt-light h1,
.crypt-dark, .crypt-light h2,
.crypt-dark, .crypt-light h3,
.crypt-dark, .crypt-light h4,
.crypt-dark, .crypt-light h5,
.crypt-dark, .crypt-light h6 {
    color: var(--color-primary-100);
}

/*------------- Fonts -------------*/
h1,
.h1 {
    font-size: 64px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}
h2,
.h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 500;
}

h3,
.h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}
h4,
.h4 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

h5,
.h5 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

h6,
.h6 {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 26px;
}
iframe body {
    margin: 0;
}
a {
    text-decoration: none !important;
}
.fancyfont {
    font-family: "Sarina", cursive;
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
}
.fs-7 {
    font-family: "Geist Mono", serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
}
@media screen and (max-width: 575px) {
    .fancyfont {
        font-family: "Sarina", cursive;
        font-size: 60px;
        line-height: 100px;
        font-weight: 400;
    }
    .fs-7 {
        font-family: "Geist Mono", serif;
        font-size: 36px;
        line-height: 42px;
        font-weight: 900;
    }
    .temp5-bg {
        background-position: right !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background: var(--card-color);
    }
    .bs5-hero h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    h1,
    .h1 {
        font-size: 42px;
        line-height: 50px;
    }
    h2 {
        font-size: 2.5rem;
        line-height: 54px;
    }
    h3 {
        font-size: 1.8rem;
        line-height: 38px;
    }
    h4 {
        font-size: 1.4rem;
        line-height: 32px;
    }
    .accordion-button {
        font-size: 20px !important;
        line-height: 32px;
    }
    .fs-5 {
        font-size: 16px !important;
        line-height: 32px;
    }

    .header-boxed:not(.md-escape) {
        border: 1px solid #ffffff2e;
        border-radius: 50px;
        background: rgba(0, 0, 0, 0);
        backdrop-filter: blur(50px);
        padding: 5px 10px;
        margin: 0px 10px !important;
    }
}
.meta {
    color: var(--color-primary-100);
}
.meta p {
    color: var(--color-primary-500);
    font-size: 14px !important;
}
.underline {
    text-underline-offset: 4px;
    text-decoration-line: underline;
    text-decoration-style: dashed;
}

/*--- Logo ---*/
.crypt-logo img {
    height: 28px !important;
}
.crypt-light .crypt-logo.light {
    display: none;
}
.crypt-dark .crypt-logo.dark {
    display: none;
}
.circle {
    border-radius: 50px !important;
}
@media screen and (max-width: 1160px) {
    .hidesmscreen {
        display: none;
    }
    .crypt-logo img {
        height: 26px !important;
    }
}
@media screen and (max-width: 800px) {
    .disable-sm-screen {
        display: none;
    }
    .crypt-logo img {
        height: 26px !important;
    }
}
@media screen and (max-width: 768px) {
    .button-container {
        gap: 10px; /* Reduce space between buttons */
    }

    .custom-btn, .btn-dark {
        padding: 10px 15px; /* Adjust button padding for smaller screens */
        font-size: 14px; /* Reduce text size if needed */
    }
}


/*--- Dark/Light ---*/
.sun {
  width: 34px;
  cursor: pointer;
  color: var(--color-primary-300);
  transition: all 0.5 ease;
}
.sun:hover{
    fill: var(--brand-hover-color);
}
button {
  background: transparent;
  border: none;
}
.toggle {
    font-size: 22px;
    border: 0.125em solid #343a40;
    border-radius: 2em;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 3.75em;
    position: relative;
    background-color: #343a40;
}
.toggle span {
    background-color: #495057;
    border-radius: 2em;
    display: block;
    height: 32px;
    width: 32px;
    left: 0.2em;
    overflow: hidden;
    position: absolute;
    top: 0.1em;
    text-indent: -9999px;
    transition: left 0.25s;
    z-index: 2;
}
.toggle::before,
.toggle::after {
    content: "";
    display: block;
    border-radius: 1em;
    position: absolute;
    z-index: 1;
}

.toggle::after {
    box-shadow: 0.25em 0.25em #ffc409;
    height: 18px;
    width: 18px;
    right: 0.9em;
    top: 0.125em;
}

.toggle::before {
    background-color: #ffc409;
    height: 10px;
    width: 10px;
    outline: 0.25em dotted #ffc409;
    outline-offset: 0.125em;
    left: 0.7em;
    top: 0.7em;
}
.sr-only {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
input:checked ~ .toggle span {
    left: 2em;
    background-color: #adb5bd;
}
input:checked ~ .toggle {
    background-color: #ffffff;
}
.form-switch .form-check-input {
    padding: 10px 20px;
}

/*--- Sidebar ---*/
.fixed-sidebar {
    .sidebar {
        position: fixed;
        height: 100vh;
        overflow-y: scroll;
    }

    .sidebar ~ .wrapper {
        margin-left: var(--sidebar-width);
    }
}
.sidebar {
    --width: 220px;
    width: var(--sidebar-width, 220px);
    height: 100vh;
    left: 10px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    transition-duration: 0.2s;
    overflow-y: auto;
    overflow-x: hidden;
}
.logo-m {
    display: none !important;
}
.side-menu {
    display: flex;
    flex-direction: column;
}
.side-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-primary-400);
    transition: all 0.25s ease;
}
.side-menu a + a {
    margin-top: 26px;
}
.side-menu svg {
    width: 32px;
    height: 32px;
    padding: 7px;
    border-radius: 10px;
    background-color: var(--card-color);
    flex-shrink: 0;
    margin-right: 16px;
    transition: all 0.25s ease;
}
.side-menu svg:hover {
    color: #fff;
}
.side-title {
    color: #495057;
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 10px;
}
.side-title svg {
    margin-left: -10px;
    margin-right: -5px;
}
.side-wrapper {
    padding: 14px 5px;
}
.side-wrapper + .side-wrapper {
    border-bottom: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nav-divider {
	position: relative;
	height: 1px;
    width: 100%;
}
.div-transparent:before {
	content: "";
	position: absolute;
	top: 0;
	left: 2%;
	right: 2%;
	width: 100%;
	height: 1px;
	background: linear-gradient(to left, var(--color-bg), var(--card-color) 50%);
}
.div-stopper:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 12px;
	background-color: #0a0e11;
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}
.sidebar-link:hover,
.sidebar-link.is-active {
    color: var(--color-primary-100);
}
.sidebar-link:hover:nth-child(2n + 1) svg,
.sidebar-link.is-active:nth-child(2n + 1) svg {
    background: #ff7551;
    transition: all 0.25s ease;
}
.sidebar-link:hover:nth-child(2n) svg,
.sidebar-link.is-active:nth-child(2n) svg {
    background: #32a7e2;
    transition: all 0.25s ease;
}
.sidebar-link:hover:nth-child(2n + 3) svg,
.sidebar-link.is-active:nth-child(2n + 3) svg {
    background: #6c5ecf;
    transition: all 0.25s ease;
}

#sidebar-collapse{
    display:block;
    cursor:pointer;
}
#sidebar-collapse svg {
    color: var(--color-primary-700);
    width: 20px;
    height: 20px;
    transition: all 300ms ease-out;
}
#sidebar-collapse svg:hover{
    color: var(--color-primary-500);
}
.collapse-btn {
    margin-left: -30px !important;
    margin-right: 10px;
    z-index: 1;
}
.sidebar-close .collapse-btn {
    margin-left: -5px !important;
}
.sidebar-close .side-title {
    display: none;
}
.sidebar-close .popover {
    display: block;
}
.sidebar-close .crypt-logo {
    display: none;
}
.logo-sm {
    display: none;
}
.sidebar .crypt-logo {
    margin-left: 6px;
}
.sidebar-close .logo-sm {
    margin-left: 6px;
    display: block;
}
.sidebar-close .sidebar-link span {
    display: none;
}
.sidebar-close .sidebar {
    width: 50px;
}
.sidebar-close .fixed-sidebar .sidebar ~ .wrapper{
    margin-left: 50px;
}
.sidebar ~ .wrapper {
    transition: all 300ms ease-out;
}

@media screen and (max-width: 575px) {
    :root {
        --sidebar-width: 42px;
    }
    .sidebar.collapse {
        width: 40px;
    }
    .sidebar {
        align-items: center;
        left: 5px;
    }
    .sidebar-link span,
    .sidebar .side-title {
        display: none;
    }
    .sidebar {
        padding: 0px;
        width: 40px;
    }
    .side-wrapper {
        width: 40px;
    }
    .sidebar-close .side-wrapper {
        padding: 14px 2px;
    }
    .crypt-logo.logo-expand {
        display: none;
    }
    .dashboard-grid-mobile {
        display: grid;
        grid-template-columns: 50px calc(100% - 50px);
    }
    .logo-m {
        display: block !important;
    }
    .logo-m img{
        height: 28px;
    }
    .collapse-btn {
        display: none !important;
    }
    .crypt-light .logo-m.light {
        display: none !important;
    }
    .crypt-dark .logo-m.dark {
        display: none !important;
    }
    .crypt-light .logo-sm.light {
        display: none !important;
    }
    .crypt-dark .logo-sm.dark {
        display: none !important;
    }
    .popover {
        display: block !important;
    }
}
.popover {
    display: none;
    --bs-popover-bg: var(--color-data-down);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    background-color: var(--color-data-down);
    border: none !important;
    border-radius: 6px;
}
.popover-body {
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary-100);
}

.header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 12px 0;
}
.user-settings {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
}
.user-settings svg {
    width: 18px;
    margin-right: 4px;
    flex-shrink: 0;
}
.user-settings .notify {
    position: relative;
}
.user-settings .notify svg {
    fill: var(--color-primary-300);
    width: 20px;
    flex-shrink: 0;
}
.user-settings .notify .notification {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--brand-color);
    position: absolute;
    right: 1px;
    border: 1px solid var(--brand-color);
    top: -2px;
}
.user-profile {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 20px;
}
.user-name {
    color: #adb5bd;
    font-size: 14px;
    font-weight: 600;
    margin: 0 8px 0 10px;
    transition: all 0.3s ease;
}
.user-name:hover {
    color: #ffffff;
}
@media screen and (max-width: 575px) {
    .user-name {
        display: none;
    }
    .user-profile {
        width: 64px;
        height: 64px;
        border-radius: 100px;
    }
}
.social a {
    padding: 4px 6px;
    margin-right: 10px;
    border-radius: 6px;
    background: var(--color-bg);
}
.social a:hover {
    background: #2a2e39 !important;
    transition: all 0.3s ease;
}
.anim {
    animation: bottom 0.8s both;
}
.animation-element {
    opacity: 0;
}
.animation-element.in-view {
    opacity: 1;
    transition: 1s ease-in-out;
    transition-delay: 0.2s;
}
.object-circle img {
    position: absolute;
    top: 40%;
    left: 10%;
}
.object-circle svg {
    position: absolute;
    top: 44%;
    left: 12%;
    bottom: 0;
}
.infinite-rotate {
    width: 100px;
    height: 100px;
    animation-name: rotate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*------------- Add to Fav -------------*/
.fav-btn {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.fav-btn svg{
    color: var(--color-primary-700);
}
.fav-btn svg:hover{
    color: var(--brand-color);
}
@keyframes favme-anime {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.favme {
    display: block;
    width: auto;
    height: auto;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.2s ease;
    color: #495057;
    margin: 0;
}
.favme.active {
    color: #fcc419;
}
.favme:hover {
    animation: favme-hover 0.3s infinite alternate;
}
.favme.is_animating {
    animation: favme-anime 0.3s;
}

/*------------- input group -------------*/
.input-group-text {
    color: var(--color-primary-300);
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    background-color: var(--color-input-field);
    border: 1px solid var(--color-input-field);
    border-radius: 6px;
}
.form-control {
    color: var(--color-primary-100);
    border: 1px solid var(--color-input-field);
    border-radius: 8px;
    background-color: var(--color-input-field);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search-input {
    border: none;
    border-radius: 8px;
    background-color: var(--card-color);
    min-height: 12px;
    padding: 7px 12px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 96%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* TEXT COLOR */
.text-primary {
    --bs-text-opacity: 1;
    color: var(--brand-color) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: var(--color-primary-100) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: var(--card-color) !important;
}
.gd-text {
    color: #ffffff;
    background-image: -webkit-linear-gradient(54.39deg, #ffffff 28.27%, #c6b0f8 47.32%, #bf84fa 51.53%, #5b7de9 61.73%, #0e4eff 70.81%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.crypt-light .gd-text {
    color: #ffffff;
    background-image: -webkit-linear-gradient(54.39deg, #ff5858 28.27%, #c6b0f8 47.32%, #bf84fa 51.53%, #5b7de9 61.73%, #0e4eff 70.81%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.gd-text1 {
    background: #fceabb;
    background: linear-gradient(to right, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gd-text2 {
    background: #fceabb;
    background-image: linear-gradient(45deg, #f3ec78, #af4261);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
canvas#particleCanvas {
    position: absolute;
    pointer-events: none;
    animation: load 0.4s ease-in-out forwards;
    z-index: 1;
    width: 100%;
}
/*------ GRADIENT BG ------*/
.reward-bg {
    display: block;
    overflow: hidden;
    border: 0px;
    background-image: url("../images/slider/rewards3.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.reward-bg2 {
    display: block;
    overflow: hidden;
    border: 0px;
    background-image: url("../images/slider/rewards5.jpg") !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #1a1e29;
}
.reward-bg3 {
    display: block;
    overflow: hidden;
    border: 0px;
    background-image: url("../images/slider/rewards6.jpg") !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #1a1e29;
}
.reward-bg4 {
    display: block;
    overflow: hidden;
    border: 0px;
    background-image: url("../images/slider/rewards7.jpg") !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #1a1e29;
}
.mesh-bg {
    border: 0px;
    background-image: url("../images/slider/grid-1.png") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.mesh-bg1 {
    background-image: url("../images/slider/Frame1.jpg") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.mesh-bg1 {
    border: 0px;
    background: linear-gradient(to right, rgb(254, 240, 138), rgb(187, 247, 208), rgb(34, 197, 94)) !important;
    color: white;
}
.mesh1 {
    border: 0px;
    background: linear-gradient(to right, rgb(254, 240, 138), rgb(187, 247, 208), rgb(134, 239, 172)) !important;
    color: white;
}
.mesh2 {
    border: 0px;
    background: linear-gradient(to right, rgb(254, 240, 138), rgb(251, 207, 232), rgb(244, 114, 182)) !important;
    color: white;
}
.mesh3 {
    border: 0px;
    background: linear-gradient(to right, rgb(253, 164, 175), rgb(244, 63, 94)) !important;
    color: white;
}
.mesh4 {
    border: 0px;
    background: linear-gradient(to right, rgb(187, 247, 208), rgb(34, 197, 94)) !important;
    color: white;
}
.mesh5 {
    border: 0px;
    background-image: linear-gradient(261deg, rgb(0, 102, 255) 1.59%, rgb(8, 27, 157) 28.65%, rgb(7, 22, 62) 61.81%, rgb(8, 23, 46) 85.46%) !important;
    color: white;
}
.gd-bg {
    border: 0px;
    background: linear-gradient(351deg, #23252600 0%, var(--card-color) 100%) !important;
}
.bg-1 {
    border: 0px;
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%) !important;
}
.bg-2 {
    border: 0px;
    background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%) !important;
}
.bg-3 {
    border: 0px;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%) !important;
}
.bg-4 {
    border: 0px;
    background-image: linear-gradient(to top, #accbee 0%, #fdec67 100%) !important;
}
.bg-5 {
    border: 2px solid #d2bfff7a;
    background: #091016 !important;
}
.bg-6 {
    border: 0px;
    border: 2px solid #ffffff;
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%) !important;
}

/*--- Button ----*/
.btn {
    font-weight: 500;
    border-radius: 8px;
}

.btn svg {
    width: 16px;
    height: 16px;
}
.btn-primary {
    --bs-btn-color: var(--color-dark);
    --bs-btn-bg: var(--brand-color);
    --bs-btn-border-color: var(--brand-color);
    --bs-btn-hover-color: var(--color-dark);
    --bs-btn-hover-bg: var(--brand-hover-color);
    --bs-btn-hover-border-color: var(--brand-hover-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--color-primary-950);
    --bs-btn-active-bg: var(--brand-hover-color);
    --bs-btn-active-border-color: var(--brand-hover-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-primary-950);
    --bs-btn-disabled-bg: #fcd535;
    --bs-btn-disabled-border-color: #fcd535;
}
.btn-dark {
    --bs-btn-color: var(--color-primary-100);
    --bs-btn-bg: var(--color-input-field);
    --bs-btn-border-color: none;
    --bs-btn-hover-color: var(--brand-color);
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.btn-lg {
    font-size: 16px;
    font-weight: 500;
}
.btn-editor {
    padding: 6px 24px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    transition: all 0.5s ease;
}
.btn-editor-sm {
    padding: 2px 12px 4px 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    transition: all 0.5s ease;
}
.btn-up {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary-950);
    background: var(--brand-color);
    transition: all 0.5s ease;
    border: none;
}
.btn-up:hover {
    color: #202630;
    background: var(--brand-hover-color);
}
.btn-down {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--color-data-down);
    transition: all 0.5s ease;
    border: none;
}
.btn-down:hover {
    color: #fff;
    background: #c6303e;
}
.btn-gradient {
    background-image: linear-gradient(90deg, #c766ef, #7928d2 51.04%, #2b0c52);
    transition: all 0.5s ease;
    border: none;
}
.btn-gradient:hover {
    background-image: linear-gradient(90deg, #c766ef, #7928d2 68.04%, #2b0c52);
}
.crypt-button-lg {
    background: #fcd535;
    color: #202630;
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.crypt-button-lg:hover {
    text-decoration: none;
    color: #202630;
    background: #f0b90b;
}
.btn-tr svg {
    height: 24px;
    width: 24px;
    padding: 4px;
    margin-right: 10px;
    border-radius: 6px;
}
.btn-tr svg:hover {
    color: #f0b90b;
    background: var(--card-color) !important;
    transition: all 0.3s ease;
}

/*--- Header/Offcanvas ----*/
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--color-input-field);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: 8px 10px;
	min-height: auto;
}
.close-notify {
    color: var(--color-primary-400);
    margin-top: -12px;
    margin-left: 0;
    transition: all 0.5s ease;
}
.close-notify.btn-close {
    --bs-btn-close-bg: none;
}
.fright {
    float: right;
}
.crypt-up {
    color: #00c288 !important;
}

/* ---- Header ---- */
.crypt-header {
    width: 100%;
    height: 60px;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none;
    border-bottom: 1px solid var(--border-color);
    background: #ffffff;
}
.crypt-header.transparent {
    border-bottom: none;
    background: #171b1f00;
}
.blur-header {
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(50px);
    border-radius: 6px;
}
.header-boxed {
    width: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 99;
}
.header-boxed li a{
    color: var(--color-primary-300);
}
.transparent-menu-bg {
    padding-left: 10px;
    padding-right: 4px;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(50px);
    z-index: 99;
}
.crypt-light .transparent-menu-bg {
    padding-left: 10px;
    padding-right: 4px;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(50px);
    z-index: 99;
}
.crypt-light .crypto-has-dropdown svg path {
    stroke: var(--color-primary-500);
}

/* ----------- Dropdown --------------- */
.dropdown-menu-dark {
    --bs-dropdown-color: var(--brand-color);
    --bs-dropdown-bg: var(--card-color);
    --bs-dropdown-border-color: var(--border-color);
    --bs-dropdown-link-color: var(--brand-color);
    --bs-dropdown-link-hover-color: var(--brand-color);
    --bs-dropdown-divider-bg: var(--border-color);
    --bs-dropdown-link-active-color: var(--brand-color);
    --bs-dropdown-link-active-bg: var(--brand-color);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.crypto-has-dropdown {
    position: relative;
}
.crypto-has-dropdown:hover .crypto-dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 99;
}
.crypto-has-dropdown svg {
    height: 18px;
    width: 18px;
    transition: all 0.3s;
}
.crypto-has-dropdown:hover svg path {
    stroke: var(--brand-color);
}
.crypto-has-dropdown:hover svg {
    transform: rotate(180deg);
}
.crypto-has-dropdown.active svg path {
    stroke: var(--brand-color);
}
.crypto-dropdown li {
    display: block !important;
}
.crypt-dark .crypto-dropdown li a {
}
.crypt-dark .crypto-dropdown li .active a {
}

.vr {
    min-height: 1em;
    background-color: var(--border-color);
    opacity: 1;
}

/*---- Mobile menu ----*/
#mobile_menu {
    --width: 250px;
    display: none;
}

#mobile_menu li#close-icon {
    display: flex;
    justify-content: end;
    padding-top: 20px;
}

#mobile_menu li#close-icon svg {
    cursor: pointer;
}

/*--- market status ---*/
.crypt-market-status {
    background: #fff;
    box-shadow: 0 2px 10px #f1f1f1;
}
/*---- Dark ----*/
body.crypt-dark .crypt-market-status {
    background: none;

    box-shadow: none;
}

/*---- buy sell form ----*/
.text-up {
    color: var(--color-data-up) !important;
}
.text-up.text-opacity-50 {
    opacity: 0.5 !important;
}
.text-down {
    color: var(--color-data-down) !important;
}
.text-down.text-opacity-75 {
    opacity: 0.75 !important;
}
.placeholder-text {
    font-size: 13px;
}
.card-bs {
    overflow: hidden;
    border-radius: 6px;
    background: var(--card-color);
    transition: all 0.5s ease;
}
.card-bs-tabs {
    color: var(--color-primary-100);
    border-radius: 6px;
    background: var(--tab-bg-color);
    transition: all 0.5s ease;
}
.card-bs-tabs .form-select {
    color: var(--color-primary-500) !important;
    background-color: var(--tab-bg-color) !important;
}
.hw-scroll {
    max-height: 510px;
    overflow-y: scroll;
}
.hw-scroll2 {
    max-height: 948px;
    overflow-y: scroll;
}

/*---- Scrollbar ----*/
::-webkit-scrollbar {
    background: transparent;
    width: 4px;
    height: 6px;
    border-radius: 100px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border: solid rgba(0, 0, 0, 0) 2px;
    transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/*-------------- Nav ----------------*/
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--brand-color);
    --bs-nav-link-hover-color: var(--brand-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    padding: 4px 10px;
    border-radius: 6px !important;
    font-size: 14px;
    color: var(--color-primary-400);
    border: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav:hover,
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    color: var(--brand-color) !important;
}
.nav-link svg {
    width: 16px;
    height: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--color-primary-950) !important;
    background-color: var(--brand-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--color-primary-950) !important;
    background-color: var(--brand-color);
    border: none !important;
}
.nav-link.lg {
    padding: 2px 14px;
    border-radius: 6px !important;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #adb5bd;
}
.navbar-toggler {
    color: var(--color-primary-400);
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-control):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.crypt-dark .crypt-tab {
    font-size: 13px;
    margin: 0px;
    overflow: hidden;
}
.tab-md {
    height: 414px;
    overflow: hidden;
}
.tab-lg {
    height: 780px;
    overflow: hidden;
}

/*-------------- Accordion --------------*/
.accordion-item {
    color: var(--color-primary-300);
    border: 1px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: var(--card-color);
}
.accordion-button {
    line-height: 36px;
    position: relative;
    width: 100%;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: var(--color-primary-300);
    text-align: left;
    background-color: var(--card-color);
    border: 0;
    border-radius: 10px;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-body {
    padding: 20px;
    color: var(--color-primary-300);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    background-color: var(--card-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.accordion-button:not(.collapsed) {
    color: var(--brand-color);
    background-color: var(--brand-hover-bg);
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzBjNjNlNCc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzg2OGU5Nic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.faqs {
    padding: 0 200px;
}

/*-------------- Newsletter --------------*/
.newsletter {
    position: relative;
    align-items: center;
}

.newsletter .newsletter-form {
    position: relative;
    max-width: 655px;
    z-index: 999;
}

.newsletter-form input[type="email"] {
    height: 56px;
    width: 100%;
    padding: 18px 135px 18px 20px;
    font-size: 16px;
    color: var(--color-primary-100);
    border: 0 none;
    border-radius: 10px;
    outline: none;
    background-color: var(--card-color);
    line-height: 1;
}

.newsletter-form button {
    font-size: 16px;
    width: 116px;
    height: 38px;
    position: absolute;
    right: 22px;
    bottom: 9px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.nl-bg {
    display: block;
    overflow: hidden;
    background-image: url("../images/slider/map.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/*-------------- Table ----------------*/
.table-dark {
    --bs-table-color: var(--color-primary-300);
    --bs-table-bg: var(--card-color);
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: var(--color-input-field);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: var(--brand-color);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: var(--brand-hover-bg);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.4rem 0.8rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--color-input-field);
}
.table td {
    font-size: 12px;
    text-align: right;
    font-weight: 400;
    color: var(--color-primary-300);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table thead th {
    font-size: 12px;
    text-align: right;
    font-weight: 400;
    color: var(--color-primary-500);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table span {
    font-size: 12px;
    font-weight: 500;
}
table td,
table th {
    border: none !important;
}

.table td:first-child,
.table th:first-child {
    text-align: left;
}
.table tr:last-child {
    border-radius: 10px !important;
}
.table tbody tr:hover {
    outline: none;
    cursor: pointer;
}
.table-row-disabled td {
    color: #495057 !important;
    background: #21252930;
    pointer-events: none !important;
}
.crypt-tab-time p {
    font-size: 13px;
    color: #ced4da !important;
    padding: 6px;
    margin: 0px;
    background: #0e1317 !important;
}
.table-temp1 {
    max-height: 1349px;
    overflow-y: scroll;
}
.table-temp2 {
    max-height: 880px;
    overflow-y: scroll;
}
.table-temp3 {
    max-height: 1092px;
    overflow-y: scroll;
}
.table-temp4 {
    max-height: 625px;
    overflow-y: scroll;
}
.no-orders img {
    padding-top: 40px;
    padding-bottom: 10px;
}

/*---------- Card -----------*/
.card {
    overflow: hidden;
    padding: 10px;
    border-radius: 20px;
    background: var(--card-color);
}
.card-title {
    color: var(--color-primary-100);
}
.card-text {
    font-family: "inter", serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary-400);
}
.card-bg {
    border: none !important;
    background: var(--card-color) !important;
}
.card-classic {
    border-radius: 3px;
    border: 1px solid #343a40 !important;
}
.card-line {
    border-bottom: 1px solid var(--border-color) !important;
}
.card-line:hover {
    background: 1b1b1b;
    transition: all 0.3s ease;
}
.card-mordern {
    border-radius: 6px;
    border: 1px solid var(--border-color) !important;
}
.card-mordern:hover {
    border-radius: 6px;
    background: 1b1b1b;
    transition: all 0.5s ease;
}
.card-border {
    border-radius: 6px;
    border: 1px solid var(--border-color);
}
.card.card-border {
    border-radius: 20px;
    border: 1px solid var(--border-color);
}
.badge {
    --bs-badge-color: var(--color-primary-400);
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.verified {
    color: var(--color-data-up);
    background-color: rgba(1, 188, 141, 0.08);
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}
.verified svg {
    fill: #fcd535 !important;
    width: 16px;
}
.coin-wrap {
    margin-right: -12px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
}

/*--- Templates-1 ---*/
.hero-temp1 {
    background-image: url("../images/slider/Frame2.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.crypt-light .hero-temp1 {
    background-image: url("../images/slider/Frame2-BGL.jpg");
}
.bs5-bg {
    padding-bottom: 10px;
    border-radius: 0px 0px 30px 30px;
}
.bs5-hero .chart-tab button {
    padding: 2px 12px 2px 12px;
    font-size: 16px !important;
    font-weight: 400;
    color: #f8f9fa;
    text-align: left;
    border: none;
    margin-right: 5px;
    border-radius: 8px !important;
    transition: all 0.4s ease;
}
.bs5-hero h1{
    color: var(--color-primary-100);
    font-size: 80px;
    font-weight: 700 !important;
    line-height: 70px;
}
.bs5-hero .highlights {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

/*--- Template-2 ---*/
.hero-temp2 {
    background-image: url("../images/slider/bg.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 26px;
}
.cb-wrap {
    padding: 60px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(50px);
}
.card-body-wrap1 {
    padding: 0px 100px 45px 40px;
    gap: 40px;
}
.card-body-wrap2 {
    padding: 40px 100px 40px 40px;
    gap: 40px;
    border-top: 1px solid var(--border-color);
}
.card-body-wrap3 {
    padding: 25px;
    gap: 40px;
    border-bottom: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}
.card-body-wrap4 {
    padding: 25px;
    gap: 40px;
    border-left: 1px solid var(--border-color);
}
.text-span-1 {
    background-color: #ffb097;
    border-radius: 16px;
    padding: 2px 12px;
    line-height: 100%;
    display: inline-block;
}
.text-span-2 {
    display: inline-block;
    border-radius: 16px;
    padding: 2px 12px;
    font-weight: 600;
    line-height: 100%;
    background-color: #97e0ff;
}
.text-span-grape {
    display: inline-block;
    border-radius: 16px;
    padding: 2px 12px;
    font-weight: 600;
    line-height: 100%;
    transform: scale(1.07, 1.05) skewX(-15deg);
    background-color: #e3b4fa;
}
.text-span-orange {
    display: inline-block;
    border-radius: 16px;
    padding: 2px 12px;
    font-weight: 600;
    line-height: 100%;
    transform: scale(1.07, 1.05) skewX(-15deg);
    background-color: #ffcd9f;
}

/*--- Template-3 ---*/
.hero-wrapper {
    background-image: url("../images/slider/grid-3.svg");
    height: auto;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    overflow: hidden;
}
.temp5-bg {
    display: block;
    overflow: hidden;
    border: 0px;
    background-image: url("../images/slider/LiquidWaveBG05.jpg") !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background: #02020E;
}
.crypt-light .temp5-bg {
    background-image: url("../images/slider/LiquidWaveBGL22.jpg") !important;
}
.testimonial {
    padding: 20px;
    border-radius: 20px;
    background: #c6ffbd;
    background: linear-gradient(to right, #c6ffbd 0%, #ffffff 100%);
}
.trustpilot-star {
    width: 112px;
    height: auto;
}
.testimonial h5 {
    color: #212529;
}
.testimonial p {
    color: #212529;
}
.avater {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: 2px solid #fff5f5;
}
.card-blur {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(50px);
}
.card-lg-3 {
    padding: 20px 20px 0px 20px;
    width: 100%;
    gap: 20px;
    overflow: hidden;
    border-radius: 20px;
    backdrop-filter: blur(50px);
}

/*--- Template-4 ---*/
.temp4-bg {
    display: block;
    overflow: hidden;
    border: 0px;
    border-radius: 20px;
    background-image: url("../images/slider/LiquidWave.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #02020E;
}
.crypt-light .temp4-bg {
    background-image: url("../images/slider/LiquidWaveBGL23.jpg") !important;
}

/*-------------- Pricing Plan ----------------*/
.pricing-plan {
    padding: 30px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
}
.pricing-plan h1 {
    font-size: 36px;
    font-weight: 600;
}
.pricing-plan small {
    font-size: 18px;
    color: var(--color-primary-500);
}
.pricing-plan h3 {
    font-size: 30px;
    font-weight: 600;
}
.pricing-plan p {
    font-size: 16spx;
    color: var(--color-primary-400);
}
.pricing-plan li {
    font-size: 16px;
    color: var(--color-primary-300);
    list-style: none;
    padding-top: 8px;
}
.pricing-plan:hover {
    background: var(--card-color);
    transition: all 0.3s ease;
}

/*-------------- Tooltip ----------------*/
.crypt-tooltip {
    color: #fff;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ddd;
    padding: 0px;
    margin: 0px;
}

.crypt-tooltip .tooltiptext {
    font-size: 12px;
    line-height: 22px;
    visibility: hidden;
    width: 260px;
    background-color: #212529;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.crypt-tooltip:hover {
    color: #fff;
    transition: all 0.5s ease;
}
.crypt-tooltip:hover .tooltiptext {
    visibility: visible;
}

/*-------------- Card/Table ----------------*/
.card-head {
    font-family: Play, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2px;
}
.crypt-dark .crypt-buysell-classic {
    padding: 10px;
    background: none !important;
    border: none;
}
body .text-sm {
    font-size: 13px;
}
.col-bg {
    background: #191a1f !important;
}
.crypt-tab-button {
    color: var(--brand-color) !important;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    font-size: 13px;
    margin-top: 16px;
    padding: 8px 16px 8px 16px;
    border-radius: 6px !important;
    background: #fcd53538 !important;
}

/*-------------- Footer ----------------*/
.crypt-footer {
    border-top: 1px solid var(--border-color);
    background: var(--card-color);
}
.crypt-footer .crypt-logo img {
    height: 24px !important;
    width: auto !important;
}
.crypt-footer-copyright {
    color: #868e96;
    border-top: 1px solid var(--border-color);
}
.social-icons a {
    padding: 6px 8px;
    margin-right: 10px;
    display: block;
    float: left;
    border-radius: 100px;
    background: var(--color-bg);
}
.social-icons a:hover {
    background: var(--card-color) !important;
    transition: all 0.3s ease;
}
.link-primary {
    color: var(--brand-color) !important;
    transition: all 0.3s ease;
}
.link-primary:hover {
    color: var(--brand-hover-color) !important;
}
.text-link h6 {
    padding-left: 6px;
}
.text-link p {
    margin-bottom: 12px;
}
.text-link:hover {
    color: var(--brand-color) !important;
    transition: all 0.3s ease;
}
.crypt-footer .text-link a {
    font-size: 14px;
    color: var(--color-primary-500) !important;
    padding: 6px;
    border-radius: 4px;
    text-decoration: none;
    background-color: none;
}
.crypt-footer .text-link a:hover {
    color: var(--card-color) !important;
    padding: 6px;
    border-radius: 4px;
    background-color: var(--brand-hover-color);
    transition: all 0.3s ease;
}
/*-------------- Blog ----------------*/
.blog-card {
    background: var(--card-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}
.blog-card:hover {
    box-shadow: var(--bs-box-shadow-sm) !important;
    transition: all 0.5s ease;
}
.blog-card-divider {
    border-bottom: 1px solid var(--border-color) !important;
}
.blog-image-sm img {
    width: 160px;
    height: auto;
    border-radius: 6px;
}
.thumb {
    padding-bottom: 55%;
    background-size: cover;
    background-position: center center;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.5s ease;
}
.thumb:hover {
    padding-bottom: 55%;
    background-size: cover;
    background-position: center bottom;
}
.blog-card-content {
    padding-bottom: 10px;
}
.blog-card-content span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog-card-content p {
    font-size: 16px;
    color: #adb5bd;
    margin-top: 10px;
}
.blog-card-content button {
    margin-top: 10px;
}
.article {
    padding: 20px;
}
.article span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.article p {
    font-size: 16px;
    color: var(--color-primary-400);
    margin-top: 10px;
}
.article button {
    margin-top: 10px;
}
.title-link {
    color: var(--color-primary-300);
    transition: all 0.3s ease;
}
.title-link:hover {
    color: var(--brand-color);
}
.text-link a, 
.title-link a {
    text-decoration: none;
}
.blog-scroll {
    max-height: 449px;
    overflow-y: scroll;
}
.blog-scroll4 {
    max-height: 307px;
    overflow-y: scroll;
}
.blog-scroll1 {
    max-height: 412px;
    overflow-y: scroll;
}

/*-------------- Blog Single ----------------*/
.link-wrap {
    display: inline;
    color: var(--brand-color) !important;
    border-bottom: 2px dotted #fcd535;
    text-decoration: none;
    line-height: 1;
}
.bs-article {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-primary-100);
}
.author {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid #ffffff3e;
}
.author-name {
    font-size: 14px;
}
.bs-badgedata {
    display: inline-block;
    padding: 4px 8px 4px 8px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #2b2b2b;
    border-radius: 50px;
    background: none;
}
.bs-badgedata:hover {
    text-decoration: none;
    transition: all 0.4s ease;
}
.bs-thumb {
    padding-bottom: 45%;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}
.bs-breadcrumb {
    font-size: 14px;
    display: -webkit-box;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff14;
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumb-item.active {
    color: #868e96;
}
.partner {
    display: flex;
    flex-direction: row;
    grid-gap: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
    border-bottom: 1px solid #343a40 !important;
}
.partner img {
    height: 24px;
    opacity: 0.5;
}
.crypt-light .grayscale-item {
    filter: invert() grayscale();
}

/* Adaptive container with Glow buttons.*/
* {
    margin: 0;
    padding: 0;
}
@keyframes animate {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

/*--- Login Form ---*/
#passstrength {
    color:#dc3545;
    font-size: 0.875em;
}
.was-validated .form-controls:invalid {
    background-image: none;
}
.was-validated .form-controls:valid {
    background-image: none;
}
.eye {
    position: relative;
  right: 15px;
  transform: translate(0, -68%);
  top: -14px;
  left: -14px;
  cursor: pointer;
  user-select: none;
}
.fa {
  font-size: 2rem;
  color: var(--color-primary-400);
}
.crypt-login-form {
    width: 480px;
    height: auto;
    border-radius: 20px;
    padding: 30px;
    justify-content: center;
    background: var(--card-color);
}
.crypt-login-form .form-control {
    border: none !important;
    border-radius: 8px !important;
    background-color: var(--color-input-field);
}
.crypt-login-form .button {
    font-size: 14px;
    color: var(--color-primary-200);
    line-height: inherit;
    padding: 8px 14px 8px 14px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    align-items: center;
}
.crypt-login-form label {
    color: var(--color-primary-100) !important;
    font-size: 14px;
    padding-bottom: 4px;
    display: inline-block;
}
.form-control::placeholder {
    color: var(--color-primary-500);
}
.form-control:focus {
    color: var(--color-primary-100);
    border-color: var(--border-color) !important;
    background: var(--color-input-field);
    box-shadow: none !important;
}
.divider {
    margin: 30px;
    flex-shrink: 0;
    display: flex;
    white-space: nowrap;
    text-align: center;
}
.divider::before,
.divider::after {
    width: 100%;
    border-top: thin solid var(--border-color);
    content: "";
    align-self: center;
}

/*--- Nav User Menu ---*/
.dropdown-item {
    padding: 6px 14px;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-primary-400);
}
.profile_menu {
    padding: 0;
    background: none;
    border: none;
    list-style: none;
}
.profile_menu .dropdown-toggle {
    padding: 0;
    background: none;
    border: none;
    list-style: none;
}
.profile_menu .dropdown-toggle img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.profile_menu .dropdown-toggle:after {
    display: none;
}
.profile_menu .dropdown-menu.show {
    width: 250px;
    padding-bottom: 0;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--card-color);
    transition: all 0.3s ease;
    list-style: none;
    box-shadow: 0px 8px 8px 0px rgba(24, 26, 32, .08);
}
.profile_menu .wallet {
    display: flex;
    padding: 0px 10px;
    gap: 14px;
}
.profile_menu .wallet img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.profile_menu .dropdown-item:hover {
    color: var(--brand-hover-color);
}
.profile_menu .dropdown-item:hover {
    background-color: var(--brand-hover-bg);
}
.profile_menu .dropdown-menu a img {
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 775px) {
    .profile_menu .dropdown-toggle img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
}

/*----Scrolling----*/
.crypt-scroll {
    overflow: hidden !important;
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    cursor: pointer;
    display: block;
}
.crypt-scrolling {
    padding-block: 1rem;
    display: flex;
    gap: 1rem !important;
    align-items: center;
    width: max-content !important;
    flex-wrap: nowrap !important;
    animation: hr_scroll var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear infinite;
}
.crypt-scroll:hover .crypt-scrolling {
    animation-play-state: paused;
}

.scroll-right {
    animation-direction: reverse !important;
}

@keyframes hr_scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

/*-- Carousel --*/
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active {
    display: flex;
}

/*-- Chat --*/
.main-header {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #1f1d2b 0%, #1f1d2b 78%, rgba(31, 29, 43, 0) 100%);
    z-index: 11;
}
.small-header {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 30px 0 20px;
}
.chat-stream {
    flex-grow: 1;
}
.chat {
    max-height: 346px;
    overflow: auto;
}
.chat-footer {
    display: flex;
    align-items: center;
    position: sticky;
    bottom: 0;
    left: 0;
    width: auto;
    padding-bottom: 12px;
    background-color: var(--card-color);
}
.chat-footer input {
    width: 100%;
    border: 0;
    background-color: var(--color-bg);
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    padding: 12px 40px;
    font-weight: 500;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.48 6.47 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10C6.47 22 2 17.52 2 12zm5.52 1.2c-.66 0-1.2-.54-1.2-1.2 0-.66.54-1.2 1.2-1.2.66 0 1.19.54 1.19 1.2 0 .66-.53 1.2-1.19 1.2zM10.8 12c0 .66.54 1.2 1.2 1.2.66 0 1.19-.54 1.19-1.2a1.194 1.194 0 10-2.39 0zm4.48 0a1.195 1.195 0 102.39 0 1.194 1.194 0 10-2.39 0z' fill='%236c6e78'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 8px;
}
.chat-footer input::placeholder {
    color: #6c6e78;
}
.chat-footer:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.435 2.582a1.933 1.933 0 00-1.93-.503L3.408 6.759a1.92 1.92 0 00-1.384 1.522c-.142.75.355 1.704 1.003 2.102l5.033 3.094a1.304 1.304 0 001.61-.194l5.763-5.799a.734.734 0 011.06 0c.29.292.29.765 0 1.067l-5.773 5.8c-.428.43-.508 1.1-.193 1.62l3.075 5.083c.36.604.98.946 1.66.946.08 0 .17 0 .251-.01.78-.1 1.4-.634 1.63-1.39l4.773-16.075c.21-.685.02-1.43-.48-1.943z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 24px;
    height: 24px;
    background-color: #6c5ecf;
    padding: 4px;
    border-radius: 50%;
    right: 16px;
}
.msg__content {
    font-size: 14px;
    line-height: 22px;
    color: #868e96;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.msg__name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--color-primary-100);
    display: flex;
    align-items: center;
}
.msg__name:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #22b07d;
    border-radius: 50%;
    margin-left: 8px;
    display: inline-block;
}
.msg__name.offline:after {
    background-color: #495057;
}
.msg-wrapper {
    cursor: pointer;
}
.auth-p {
    margin-right: 12px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
}
.message {
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.message:last-child {
    margin-bottom: 18px;
}
.author-img {
    width: 52px;
    height: 52px;
    border: 1px solid #adb5bd;
    padding: 4px;
    border-radius: 50%;
    object-fit: cover;
}
.author-img__wrapper {
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
.author-img__wrapper svg {
    width: 16px;
    padding: 2px;
    background-color: #fff;
    color: #0daabc;
    border-radius: 50%;
    border: 2px solid #0daabc;
    position: absolute;
    bottom: 5px;
    right: 0;
}

/*--- Timeline Step ---*/
.wrappers {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    background-color: none;
}
.wrappers::before {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 20px);
    left: 5px;
    top: 10px;
    background: linear-gradient(180deg, #6bd838 0%, #e1f7d7 100%);
}
.step {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
}
.step-figure {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bullet-circle {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--color-primary-100);
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.circle-check {
    border: 1px solid #6bd838;
    border: none;
    width: 16px;
    height: 16px;
    z-index: 9;
}
.wallet-card {
    gap: 10px;
    font-size: 20px;
    color: var(--color-primary-100);
    align-items: center;
    padding: 10px 16px 10px 16px;
    border-radius: 12px;
    background: var(--brand-hover-bg);
}

/*--- Ticket ---*/
.ticket {
    display: flex;
    justify-content: center;
    align-items: center;
}
.stub {
    background: #56ef6d;
    color: #212529;
    border-radius: 10px 0px 0px 10px;
    align-content: center;
    height: 75px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.stub:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 8px solid var(--card-color);
    border-left: 8px solid #56ef6d;
    width: 0;
}
.stub:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 8px solid var(--card-color);
    border-left: 8px solid #56ef6d;
    width: 0;
}
.stub .top {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.stub .top .line {
    display: block;
    background: #fff;
    height: 30px;
    width: 3px;
    margin: 0 20px;
}
.stub .top .num {
    font-size: 10px;
}
.stub .top .num span {
    color: #495057;
}
.check {
    background: var(--color-bg);
    border-radius: 0px 10px 10px 0px;
    padding: 10px;
    position: relative;
}
.check:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid var(--card-color);
    border-right: 8px solid var(--color-bg);
    width: 0;
}
.check:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 8px solid var(--card-color);
    border-right: 8px solid var(--color-bg);
    width: 0;
}
.big {
    font-size: 40px;
    font-weight: 900;
}
.progress,
.progress-stacked {
    --bs-progress-height: 6px;
}

/*--- Cupons ---*/
.cupons {
    height: 142px;
    border-radius: 0px 8px 8px 0px;
    position: relative;
    margin-left: 5px;
    background: radial-gradient(circle at 50px 0px, transparent 10px, rgb(255 243 205) 0px) top / 100% 50% no-repeat, radial-gradient(circle at 50px bottom, transparent 10px, rgb(255 243 205) 0px) left bottom / 100% 51% no-repeat;
}
.cupons::before {
    position: absolute;
    top: 0px;
    left: -5px;
    width: 5px;
    height: 100%;
    background-image: radial-gradient(circle at 0px 10px, transparent 5px, rgb(255 243 205) 5px);
    background-size: 5px 20px;
    content: "";
}
@media only screen and (max-width: 1100px) {
    .cupons {
        height: 100%;
        border-radius: 0px 8px 8px 0px;
        position: relative;
        margin-left: 4px;
        background: radial-gradient(circle at 50px 0px, transparent 10px, rgb(255 243 205) 0px) top / 100% 50% no-repeat, radial-gradient(circle at 50px bottom, transparent 10px, rgb(255 243 205) 0px) left bottom / 100% 51% no-repeat;
    }
    .cupons::before {
        position: absolute;
        top: 0px;
        left: -5px;
        width: 5px;
        height: 100%;
        background-image: radial-gradient(circle at 0px 10px, transparent 5px, rgb(255 243 205) 5px);
        background-size: 5px 20px;
        content: "";
    }
}
.lrtcss-gksd7a {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 150px;
    height: max-content;
    width: 343px;
}
.lrtcss-18sbcgt {
    position: absolute;
    z-index: 2;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 150px;
    height: max-content;
    width: 343px;
}
.lrtcss-q5b845 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 88px;
    position: relative;
}
.lrtcss-content {
    flex: 1 1 0%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.lrtcss-ewrqsh {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("../images/slider/ticket-bg2.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.lrtcss-1nphmm3 {
    position: absolute;
    align-content: center;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/slider/ticket-bg1.svg");
}
.rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #212529;
    border-radius: 50px;
}
.lead-scroll {
    max-height: 500px;
    overflow-y: scroll;
}

/*--- Modal ---*/
.modal .modal-content {
    max-width: 450px;
    border: none;
    border-radius: 10px;
    background-color: var(--card-color);
}
.modal-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: var(--color-primary-100);
    border-bottom: 1px solid var(--border-color);
}
.modal-footer {
    border-top: 1px solid var(--border-color);
    background: var(--brand-hover-bg);
}
.form-floating > .form-select {
    padding-top: 0;
    padding-bottom: 0;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 40px;
    padding-bottom: 18px;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: #161a1d00;
}
.form-select {
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 5px 34px 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    background-color: var(--color-primary-950);
    border-radius: 6px;
}
.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.text-bg-bs {
    color: var(--color-primary-500) !important;
    background-color: var(--card-color) !important;
}
.text-bg-bs2 {
    background-color: var(--card-color) !important;
}

@media only screen and (max-width: 1200px) {
    #first {
        order: 1;
    }
    #second {
        order: 2;
    }
    #third {
        order: 3;
    }
    #fourth {
        order: 4;
    }
}
