:root {
    --primary-color: rgb(255, 211, 2);
    --secondary-color: #7367f0;
}

body{
    min-width: 375px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-primary {
    color: var(--primary-color) !important;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-gray-400 {
    color: rgba(177, 177, 177, 1);
}

.auth-slider-card {
    background: linear-gradient(
        135deg,
        rgb(57, 91, 121) 0%,
        rgb(6, 25, 43) 100%
    );
    border-radius: 14px;
    padding: 1rem;
}

.auth-slider-card .logo {
    max-width: 56px;
}

.auth-slider-card .status {
    background: var(--primary-color);
    color: #000;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
}

.auth-slider-card .message {
    z-index: 50;
    right: 1rem;
    top: 1rem;
    position: absolute;
    font-size: 1.5rem;
}

.mobile-view {
    min-height: calc(100vh - 88px);
    background: #f1f2f4 !important;
    padding-bottom: 3.5rem;
}

.swiper.main-slider {
    max-width: 768px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

/* dashbiard menu */

.dashboard-menu {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.dashboard-menu .menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

/* notice */

.notice {
    margin-top: 1rem;
    width: 100%;
    border: 1px solid rgba(209, 209, 209, 1);
    border-radius: 9999px;
    padding: 0 0.5rem;
    overflow: hidden;
}

.notice .notice-icon {
    width: 30px;
    float: left;
}

.notice .notice-icon img {
    width: 20px;
}

.notice .swiper-slide {
    overflow: hidden;
}
.notice .notice__item {
    padding: 0.5rem 0;
    overflow: hidden;
}
.notice .notice__item .notice__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 260px;
    color: rgba(152, 152, 152, 1);
    font-size: 16px;
}
.bg-down {
    background-color: rgba(246, 0, 60, 0.8);
}
.bg-up {
    background-color: rgba(19, 206, 102, 0.8);
}

.text-down {
    color: rgba(246, 0, 60, 0.8);
}
.text-up {
   color: rgba(19, 206, 102, 0.8);
}


.coin-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.375rem;
    margin-top: 1rem;
}
.coin-list .card {
    border-radius: 8px;
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.coin-list .coin-graph {
    height: 2rem;
    position: relative;
}

.coin-list .coin-graph .coin-prcentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    gap: 0.75rem;
}
.menubar .menu-item {
    padding: 0.75rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 300;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menubar .menu-item img {
    width: 28px;
    height: 28px;
}
.bg-image {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.font-light {
    font-weight: 300;
}
.text-dark {
    color: rgba(19,19,19,1);
}
.font-medium {
    font-weight: 500;
}
.text-lg, .text-xl {
    line-height: 1.75rem;
}
.text-lg {
    font-size: 1.125rem;
}
.text-up {
    color: rgba(19,206,102,1);
}
.text-down {
    color: rgba(246,0,60,1);
}
.rounded-full {
    border-radius: 9999px;
}
.hot-coin
{
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.hot-coin .hot-coin-img {
    width: 48px;
}

.hot-coin .trend-img {
    height: .75rem;
}

.hot-coin .trend-percent{
    border: 1px solid rgba(236,236,236,1);
    padding: 0.25rem;
    width: 5rem;
}

.footerMenu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    gap: 0.75rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 3px -1px, rgba(0, 0, 0, 0.1) 0px 1px 3px -2px;
    z-index: 3000;
    padding: 0.75rem 0;
}
.footerMenu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
    font-size: 16px;
    font-weight: 300 !important;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footerMenu .menu-item img{
    height: 20px;
}
.footerMenu .menu-item.active{
    color: var(--primary-color);
}
.footerMenu .menu-item.active img{
    filter: invert(60%) sepia(100%) saturate(3.5) !important;
}

.trade_popup {
    width: 100%;
    height: 100vh;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.trade_popup .clockCountDown {
    width: 100%;
    background: #2e2e2e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 20px 8px;
    border-radius: 8px;
    font-size: 20px;
}

.trade_popup .clockCountDown .minute span,
.trade_popup .clockCountDown .second span {
    width: 30px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    background: rgba(246, 0, 60, 0.8);
    border-radius: 4px;
}

.trade_popup .trade_popup__inner {
    background: #112639 !important;
    width: 500px;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
}

.trade_popup .trade_popup__inner .trade_popup__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.trade_popup .popup_close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: auto;
    background: #ccc;
    color: #2e2e2e;
    font-size: 18px;
}

.trade_popup .trade_popup__inner .item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.trade_popup .trade_popup__inner .item .title {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

@media (max-width: 600px) {
    .trade_popup .trade_popup__inner {
        width: 300px;
    }
}

