*{padding:0;margin:0;box-sizing: border-box;}
body{font-family: 'Poppins', sans-serif;}
.login_box img {
    max-width: 100%;
    width: 320px;
    margin: 0 0 20px 0;
}

.btn-disabled {
    user-select: none !important;
    cursor: default !important;
}

.login_bg {
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.login_box {

    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}


.login_wrap {
    background: #fff;
    width: 400px;
    height: 250px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login_wrap a {
    background: #03042c;
    color: #fff;
    text-decoration: none;
    width: 330px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.login_wrap span {
    display: block;
    margin: 20px 0;
    color: #2E4765;
    font-family: 'Poppins', sans-serif;
}

.login_wrap a:hover {
    background: #230f84;
}



section.top_header img {
    max-width: 100%;
    width: 200px;
    margin: 10px 0 0 0;
}

section.top_header {
    background: #1c1467;
}

section.top_header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
 
    /* max-width: 1600px; */
    height: 65px;
}

section.top_header a {
    color: #ffff;
    text-decoration: none;
}

.breadcrumb ul {
    list-style: none;
    display: flex;
}

.breadcrumb h3 {
    font-size: 33px;
    color: #2E4765;
}

section.dashboard_body {
    background: #F4F5F8;
    min-height: calc(100vh - 65px);
}

.lefttoken ul li {
    list-style: none;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 19px;
    box-shadow: 0 5px 10px #00000016;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.token_desc {
}

section.dashboard_body .container {
    /* max-width: 1600px; */
}

.token_desc {display: grid;margin: 30px 0  0px 0;grid-template-columns: 1fr 1fr;padding: 0 0 30px 0;gap: 20px;position: relative;}

.breadcrumb {
    padding: 20px 0 0 0;
    margin: unset;
    background: transparent;
    flex-direction: column;
}


.righttoken ul {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 0;
}

.righttoken ul li{position: relative;}

.token_circle_box {
    width: 110px;
    z-index: 2;
    position: relative;
    height: 40px;
    background: #fff;
    border: 1px solid #0F52CB;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #101010;
    padding: 0 10px;
}

.righttoken ul li {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 10px #00000016;
    margin: 0 0 20px 0;
}

.btn {
    width: auto;
    height: 30px;
    display: inline-block;
    background: #1c1467;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    margin: 10px 0 0 0;
}

.btn-active {
    background: #039216;
}

.start {
    background: #0F52CB;
    color: #fff;
}

.btn-disabled {
    background: #9E9E9E;
}

.token_circle_box.active_token {
    background: #039216;
    color: #fff;
    border-color: #039216;
}

.righttoken ul li:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../img/dotted.svg) no-repeat left center;
    left: 60px;
    top: -60px;
    z-index: 0;
    display: none;
}

.righttoken ul li:nth-child(4n):after {transform: rotate(90deg);left: -60px;top: 67px;}

/*.righttoken ul li:nth-child(12n):after {
    display: none;
}*/
.righttoken ul li:last-child:after {
    width: 612px;
    background-repeat-x: repeat;
}


.token_amount {
    background: #ffffff;
    position: relative;
    z-index: 1;
    /* margin: 4px 0 0 0; */
    display: inline-block;
}

.token_date {
    position: relative;
    z-index: 2;
    background: #ffffff;
    /* padding: 0 0 6px 0; */
}


.overlay {
    position: absolute;top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh  +  65px);
    background: #000000b8;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white_box_modal {
    background: #fff;
    width: 450px;
    height: 170px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

a#close_modal {
    position: absolute;
    top: 20px;
    right: 20px;
}

.white_box_modal p {
    padding: 0 20px;
    text-align: center;
    margin: 20px 0 0 0;
}

.hidden{display: none}

body.overflow {
    overflow: hidden;
}

.small {
    display: block;
    color: #8f9299;
}

.lefttoken ul {
    position: sticky;
    top: 17px;
}


 a.btn:focus, a.btn:hover {
    color: #fff !important;
}


@media screen and (max-width:768px){

.token_desc {
    grid-template-columns: 1fr;
    margin: 0 0 0;
    gap: 20px;
}

.righttoken ul li {
    display: block;
}

.righttoken ul li a {
    width: 100%;
    height: 40px;
}

.righttoken ul li {
    display: flex;
    flex-direction: column;
}

.lefttoken ul li b {
    text-align: right;
}

}


@media screen and (min-width:769px) and (max-width:1024px) {



.righttoken ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.righttoken ul li div {
    text-align: left;
    font-size: 14px;
}


}