
body {
    background-color: #eeeeee;
}

:root{
    --color-body: #183D57;
    --color-primary: #fab02b;
    --color-white: #fff;
    --color-black-light: #383838;
}

a{
    color: initial;
    text-decoration: none;
}

.gap-y16{
    gap: 16px 0px;
}

.gap-y11{
    gap: 11px 0px;
}

.gap-y14{
    gap: 14px 0px;
}

.pt_coustem {
    padding-top: 65px;
}

.top-buttons {
    margin-top: 20px;
}

.top-buttons button {
    background-color: #f64b4d;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    margin-right: 10px;
}

.top-buttons button:hover {
    background-color: #ff6163;
}

.cards_main{
    padding-bottom: 70px;
}

.card_set {
    background: var(--color-white);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 10px 7px 13px 7px;
    display: flex;
}
.card_set .images_card {
    display: flex;
    margin-right: 10px;
}
.card_set .images_card .images img {
    max-width: 60px;
    width: 100%;
}
.card_set .images_card .content_card {
    display: grid;
    justify-content: center;
    text-align: center;
}
.card_set .images_card .content_card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--color-body);
    text-transform: uppercase;
}
.card_set .images_card .content_card h5 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
}
.card_set .close_open {
    display: flex;
    margin-right: 10px;
    justify-content: space-between;
}
.card_set .close_open p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black-light);
    margin-bottom: 0px;
    max-width: 94px;
}
.card_set .card_graph img {
    max-width: 40px;
    width: 100%;
}
.card_set .link_card .running {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    text-align: center;
    line-height: 17px;
}
.card_set .link_card .paly{
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black-light);
    margin-bottom: 0px;
    margin-top: 7px;
    text-align: center;
}

.max-min-width {
    flex: 0 1 calc(50% - 20px);
    max-width: 50%;
    box-sizing: border-box;
    min-width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 4px;
    padding-top: 4px;
}
.card_icon_logo {
    border: 0;
    border-radius: 10px;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
}
.card_icon_logo .images{
    display: grid;
    justify-content: center;
    align-items: center;   
}
.card_icon_logo .imagesmian {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid #f4f4f4;
}
.card_icon_logo .images img {
    max-width: 45px;
    max-height: 45px;
    object-fit: cover;
    margin-bottom: 10px;
}
.card_icon_logo .card_logo-content p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 7px;
    color: var(--color-black-light);
    text-transform: capitalize;
}

.bg-footer{
    background-color: #eeeeee;
}
.fixed-bottom.bg-footer ul {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.fixed-bottom.bg-footer ul li i {
    font-size: 20px;
    margin-bottom: 8px;
}
.fixed-bottom.bg-footer ul li img {
    max-width: 22px;
    margin-bottom: 8px;
}
.fixed-bottom.bg-footer ul li p{
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0px;
}




/* .footer-icons {
    font-size: 17px;
} */

.footer-icons.active {
    background: #ffae14;
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}

.footer-icons:hover {
    background: #ffae14;
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}

.header_back{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: var(--color-primary);
}

.header-div {
    background-color: #eeeeee;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.head-left {
    display: flex;
    align-items: center;
}

.menu-icon {
    margin-right: 20px;
}

.menu-icon img.list_button {
    cursor: pointer;
}
.head-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-body);
}

.head-right {
    text-align: right;
}

.header-div .wallet-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.header-div .wallet-box p span i {
    max-width: 10px;
    font-size: 18px;
}
.header-div .wallet-box{
    display: flex;
    align-items: center;
}
.header-div .wallet-box img {
    max-width: 23px;
    height: auto;
}
.marqueee {
    margin-top: 60px;
}
.marqueee .wel-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.marqueee .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 10s linear infinite;
  }

  @keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
  }
.button_main_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.button_main_list .button_main{
margin-bottom: 7px;
}
.button_main_list .button_main .banner_button {
    color: var(--color-black-light);
    font-size: 16px;
    font-weight: 600;
    padding: 7px 20px 7px 8px;
    border: 0px;
    text-decoration: none;
    width: 100%;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    background: rgb(255, 174, 20);
    white-space: nowrap;
}
.button_main_list .button_main .banner_button.bg-none {
background: none !important
}
.button_main_list .button_main .banner_button .images {
    background-color: var(--color-white);
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}
.button_main_list .button_main .banner_button .images .icon {
margin-right: 7px;
width: 24px;
height: 24px;
align-items: center;
display: flex;
}

.button_yellow .button_yellow_anchore {
color: #f62c28;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 7px 10px;
border: 0px;
border-radius: 40px;
width: 100%;
display: block;
background: rgb(211,159,12);
background: linear-gradient(90deg, rgba(211,159,12,1) 0%, rgba(211,172,12,0.994817910074186) 50%, rgba(211,159,12,1) 100%);
position: relative;
}
.button_yellow .button_yellow_anchore::after {
content: "\F133";
position: absolute;
font-family: bootstrap-icons !important;
font-size: 26px;
border-radius: 50%;
right: 10px;
top: 0px;
color: var(--color-white);
font-weight: bolder;
}
.side-bar {
    background: var(--color-white);
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    /* overflow-y: auto; */
    transition: 0.6s ease;
    transition-property: left;
    padding: 0px 0px 0px;
    z-index: 9;
}
.side-bar.active {
    left: 0;
    top: 0;
    z-index: 9999;
    background: var(--color-white);
}

.side-bar .menu {
    width: 100%;
    background-color: #F7F2F9;
    height: 100vh;
    padding: 0px 0px 220px 15px;
    overflow: auto;
}
.side-bar .menu .menu_top_line {
    padding: 10px 0px;
    position: relative;
}
.side-bar .menu .menu_top_line::after{
    content: "";
    position: absolute;
    background-color: #C1BCC3;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
}

.side-bar .menu .item {
    position: relative;
    cursor: pointer;
    display: flex;
}

.side-bar .menu .item a {
    color: var(--color-black-light);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 9px 12px;
    border-radius: 4px;
    margin: 0 0 5px;
    font-weight: 500;
}
.side-bar .menu .item a i {
    margin-right: 10px;
    max-width: 18px;
    font-size: 17px;
    color: var(--color-black-light);
}
.side-bar .menu .item a img.icon_menu {
    max-width: 22px;
    width: 100%;
    margin-right: 7px;
}

/* 
.side-bar .menu .item a:hover, .side-bar .menu .item.active a {
background: #d9d9d9;
transition: 0.3s ease;
} */

.side-bar .menu .item a .dropdown {
position: absolute;
right: 0;
margin: 20px;
transition: 0.3s ease;
}


.side-bar .menu .item .sub-menu {
background: #262627;
display: none;
}

.side-bar .menu .item .sub-menu a {
padding-left: 80px;
}

.close-btn {
    position: absolute;
    right: -14px;
    cursor: pointer;
    z-index: 99;
    background: transparent;
    top: 0px;
}

.close-btn img{
    max-width: 30px;
}


.menu-btn {
position: absolute;
color: rgb(0, 0, 0);
font-size: 35px;
margin: 25px;
cursor: pointer;
}

.sidebar-info {
    display: flex;
    align-items: center;
    /* text-decoration: none; */
    padding: 20px 0px 20px 20px;
    background-color: var(--color-body);
}
.sidebar-info a {
text-decoration: none;
}

.card_icon_logo a{
text-decoration: none;
}
.Profile-info {
color: #000;
padding: 6px 0px 0px 71px;
}

.sidebar-info figure {
float: left;
width: 60px;
height: 60px;
background: var(--color-white);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
line-height: 60px;
margin: 0;
}

.sidebar-info figure img{
    max-width: 44px;
}

.sidebar-info .Profile-info h5{
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 3px;
}

.sidebar-info .Profile-info p{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 0px;
}

.side-bar .menu .item a img {
margin-right: 10px;
max-width: 27px;
}


.login_body{
    background-color: #000000;
    padding: 50px 7px;
}
.login_body .login_logo img {
	max-width: 120px;
}
.login_body .login_card_page {
    background-color: var(--color-primary);
    padding: 17px 12px;
    border-radius: 10px;
}
.login_body .login_card_page .form .input span i.icon {
    position: absolute;
    font-size: 26px;
    top: 8px;
    left: 8px;
    background-color: var(--color-white);
}
.login_body .login_card_page .form .input input {
    padding: 14px 10px 14px 37px;
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black-light);
}
.login_body .login_card_page .form .input input:focus{
    border: 1px solid var(--color-white);
    box-shadow: none;
    outline: none;
}

.login_body .login_card_page .form .input .eye-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.login_body .login_card_page .form .login_button{
    background-color: var(--color-body);
    padding: 10px 10px;
    border: 1px solid var(--color-body);
    border-radius: 7px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.login_body .login_card_page .form .already{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    color: #ff0000;
}
.login_body .login_card_page .form .already strong{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black-light);
}
.login_body .login_card_page .form .anyenquiry p{
    font-size: 14px;
    font-weight: 500;
    color: var(--color-body);
    margin-bottom: 7px;
}

.login_body .login_card_page .form .anyenquiry a{
    font-size: 18px;
    font-weight: 500;
    color: var(--color-body);
    display: flex;
    justify-content: center;
    text-align: center;
}
.login_body .login_card_page .form .anyenquiry a span img{
    max-width: 30px;
    margin-right: 7px;
}

@media (max-width:335px){
    .card_icon_logo .imagesmian {
        width: 120px;
        height: 120px;
    }
    .card_icon_logo .images img {
        max-width: 34px;
        max-height: 34px;
    }
    .card_icon_logo .card_logo-content p {
        font-size: 12px;
    }
}