@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

.btn-brand{
    background-color: #00246B !important;
    color: #ffffff !important;
}

.text_color{
    color: #00246B;
}

.nanum-gothic-regular {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

.bg-nav{
    background-color: #00246B;
    color: white;
}

.navbar-brand{
    color: White;
}

.nav_font{
    font-size: 1rem;
}

@media (min-width: 576px) {
    .nav_font {
        font-size: 1rem;
    }
    
}
@media (min-width: 768px) {
    .nav_font {
        font-size: 1rem;
    }
}
.vr {
    border-left: 1px solid #fff;
    height: 50px;
}


/* ----------Token Mld----- */

.Token_mld {
    text-align: center;
    font-weight: 700;
    color:#00246B;
    font-size: 1.5rem;
    font-family: none;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 1rem;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.badge-success{
    color: #0c622e;
    background-color: #dcf1e4;
}

.badge-warning {
    background-color: #fbf1dd;
    color: #896110;
}



.button_token {
    width: 75%;
    background-color: #00246B;
    border-radius: 30px;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-color: #00246B;
    
  }
  .button_token:hover{
    background-color: #00246B;
    color: #fff;
  }
  
  .btn-txt {
    color: white;
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: 4px;
    font-family: none;
  }

  @media (max-width: 768px) {
    .Token_mld {
        font-size: 2rem;
    }

    .btn-txt {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .Token_mld {
        font-size: 1.5rem;
    }

    .btn-txt {
        font-size: 2.5rem;
    }
}


/* ----------Token Action----- */

.action_btn {
    width: 100%;
    font-size: 35px;
    font-family: none;

}

.queue {
    font-family: none;
    font-size: 20px;
}

.card_shadow{
    box-shadow: 10px 8px 5px #00246b75;
}
.m_left{
    margin-left: 20px;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #00246B;
}


.card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}



