/* Login */
#username
{
    border-radius: 0.625rem;
}

.captcha_img
{
    width: 90% !important;
}

.authincation-content
{
    background: #f5f5f5;
}

.authincation-content .auth-form .btn
{
    font-weight: 400;
}

.form-icon 
{
    position: absolute;
    top: 25px;
    right: 0;
    height: 50%;
    line-height: 45px;
    z-index: 99;
}
/* End of Login */

/* Register */
.register-authincation-content
{
    margin: 50px 0px;
}
/* End of Register */

/* Header */
.notification_dropdown .dropdown-menu-end
{
    min-width: 50px;
}

.nav-item.notification_dropdown a.nav-link::before
{
    display: none;
}

.nav-header
{
    background-color: #e6ebee !important;
}

.sidebar_logo_icon
{
    width: 85%;
}

.menu-toggle .sidebar_logo_icon
{
    width: 80px;
}

.sidebar_logo
{
    width: 75%;
}

.auth-form .btn.dropdown-toggle
{
    height: inherit;
}
/* End of Header */

/* Wallet */
.cw_bg
{
    background-color: #3f6e9f !important;
}

.ti_bg
{
    background-color: rgb(72 67 78) !important;
}
/* End of Wallet */

/* Misc */
.fs-12px
{
    font-size: 12px;
}

.fs-14px
{
    font-size: 14px;
}

.fs-16px
{
    font-size: 16px;
}

.page_header
{
    line-height: 25px;
}

.card
{
    height: auto;
}

div#bs-select-1 
{
    min-height: 4.875rem !important;
}

.language_dropdown
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.out .language_dropdown
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.out .language_dropdown .nav-link
{
    border-radius: 0.625rem;
    background-color: #ffffff;
    height: 3rem;
    line-height: 1;
    margin-right: 1.125rem;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.language_dropdown .nav-link
{
    border-radius: 0.625rem;
    background-color: #ffffff;
    height: 3rem;
    line-height: 1;
    margin-right: 1.125rem;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language_dropdown img
{
    width: 30px;
    margin-right: 20px;
}

.file_upload
{
    visibility: hidden; 
    width: 0px; 
    height: 0px;
}

.authincation
{
/*    background: #3f7e9f;*/
    background: url('../images/bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover
{
    background-color: #2a343d;
    border-color: #2a343d;
}

.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover
{
    background-color: #2a343d;
    border-color: #2a343d;
    color: #fff;
    box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]
{
    background-color: #629bbe;
}

.form-control:disabled, .form-control[readonly]
{
    background: #f0f0f0;
}


.heading_border
{
    border-right: 1px solid #717579;
}

.footer
{
    background-color: transparent;
    text-align: center;
}

.container-fluid
{
    padding-bottom: 1.875rem;
}

.qr_code img
{
    width: 45%;
}

.btn_link
{
    padding: 0px;
}

.btn.btn_link
{
    height: fit-content;
    border: 0px;
}

.btn.btn_link:active
{
    border: 0px;
}

#member_row_spinner
{
    animation: blink 3s linear infinite;
}

.member_row_spinner_demo
{
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner_img
{
    width: 250px;
}

@keyframes blink {
    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.5;
    }

}
/* End of Misc */

/* IOS */
input, a, button {
    border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}
/* End of IOS */

/* Sidebar */
.dlabnav i
{
    padding: 2px;
    font-size: 18px;
}

.dlabnav .metismenu > li a > i
{
    margin-right: 0.5rem;
}
/* End of Sidebar */

/* Fund */
.broker_name
{
    background-color: rgba(209,209,209,0.4);
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.broker_card
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.broker_img
{
    width: 85px;
    height: 40px;
    align-self: center;
}

.broker_details
{
    color: #000;
}

.reference_icon
{
    width: 30px;
    margin-right: 8px;
}

.package_img
{
    width: 110px;
}

.package_table
{
    width: 90%;
    margin: auto;
}

.package_table td
{
    padding: 5px 0px;
}

#counter
{
    font-size: 28px;
}

.counter_label
{
    font-size: 14px;
}
/* End of Fund */

/* Daily Reward */
.daily_reward_bg
{
    background-color: #171c32;
}

.daily_reward_div
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.daily_reward_title
{
    font-size: 48px;
    color: #f2f2f2;
}

.daily_reward_desc
{
    font-size: 16px;
    color: #f2f2f2;
}

.daily_reward_img
{
    width: 60%;
}
/* End of Daily Reward */

/* Monthly Top Performer */
.top_performer_div
{
    background-image: url("../images/monthly_top_performer/background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.top_perfromer_logo
{
    width: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.top_perfromer_title
{
    font-size: 56px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
}

.top_perfromer_title_2
{
    font-size: 24px;
    color: #fff;
}

.top_perfromer_title_date
{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.top_perfromer_title_3
{
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

.top_performer_details_div
{
    background-image: url("../images/monthly_top_performer/top-three-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 150px;
}

.top_3_performer_line
{
    width: 100%;
    height: 0.07rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.top_1_performer_crown
{
    width: 120px;
    margin-bottom: 25px;
    margin-top: -50px;
}

.top_3_performer_crown
{
    width: 100px;
    margin-bottom: 25px;
    margin-top: -30px;
}

.top_1_performer
{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.top_3_performer
{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.first_performer_div
{
    margin-top: -60px;
}

.top_20_performer_div
{
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 50px;
    padding: 10px 30px;
    border-radius: 30px;
    background: linear-gradient(#2967c7, #183b70);
    box-shadow: 5px 15px 15px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.top_20_performer_div td
{
    padding: 20px 0px;
}

.top_10_performer
{
    color: #fff;
    font-size: 24px;
}

.top_10_performer_amt
{
    color: #fff;
    font-size: 18px;
}

.top_20_performer_tr
{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%) left bottom no-repeat;
    background-size: 100% 2px;
}

.top_20_performer_tr:last-child
{
    background: initial;
}

.top_15_performer
{
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

.top_15_performer_amt
{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.top_20_performer
{
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
}

.top_20_performer_amt
{
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}
/* End of Monthly Top Performer */

/* A1 */
.confirmation_label
{
    min-width: 70px;
}
/* End of A1 */

@media (min-width: 1600px)
{
    /* Monthly Top Performer */
    .top_performer_details_div, .top_20_performer_div
    {
        width: 1200px;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 35.9375rem)
{
    .nav-control 
    {
        right: -2.875rem;
    }

    .sidebar_logo_icon
    {
        width: 45px;
    }

    .menu-toggle .sidebar_logo_icon 
    {
        width: 45px;
    }
}

@media only screen and (max-width: 1600px)
{
    .form-icon
    {
        top: 20px;
    }

     /* Monthly Top Performer */
    .top_performer_details_div, .top_20_performer_div
    {
        width: 1200px;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 1560px)
{
    /* Monthly Top Performer */
    .top_performer_details_div, .top_20_performer_div
    {
        width: 1000px;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 1440px)
{
    /* Monthly Top Performer */
    .top_performer_details_div, .top_20_performer_div
    {
        width: 800px;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 1200px)
{
    /* Monthly Top Performer */
    .top_performer_details_div, .top_20_performer_div
    {
        width: 600px;
    }

    .top_performer_details_div
    {
        margin-top: 100px;
    }

    .top_perfromer_logo
    {
        width: 250px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .top_perfromer_title
    {
        font-size: 48px;
        line-height: 52px;
    }

    .top_perfromer_title_2
    {
        font-size: 20px;
    }

    .top_perfromer_title_date
    {
        font-size: 20px;
    }

    .top_perfromer_title_3
    {
        font-size: 24px;
        line-height: 28px;
    }

    .top_1_performer_crown
    {
        width: 100px;
    }

    .top_1_performer
    {
        font-size: 22px;
    }

    .top_3_performer_crown
    {
        width: 80px;
    }

    .top_3_performer
    {
        font-size: 20px;
    }

    .first_performer_div 
    {
        margin-top: -50px;
    }

    .top_20_performer_div td
    {
        padding: 15px 0px;
    }

    .top_10_performer, .top_15_performer, .top_20_performer
    {
        font-size: 20px;
    }

    .top_10_performer_amt, .top_15_performer_amt, .top_20_performer_amt
    {
        font-size: 16px;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 680px)
{
    /* Monthly Top Performer */
    .top_performer_div
    {
        padding: 0px 10px;
    }

    .top_performer_details_div, .top_20_performer_div
    {
        width: 100%;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 540px)
{
    /* Monthly Top Performer */
    .top_perfromer_logo
    {
        width: 200px;
    }

    .top_perfromer_title
    {
        font-size: 36px;
        line-height: 40px;
    }

    .top_perfromer_title_2
    {
        font-size: 18px;
    }

    .top_perfromer_title_date
    {
        font-size: 18px;
    }

    .top_perfromer_title_3
    {
        font-size: 20px;
        line-height: 24px;
    }

    .top_1_performer_crown
    {
        width: 80px;
        margin-top: -30px;
    }

    .top_1_performer
    {
        font-size: 20px;
    }

    .top_3_performer_crown
    {
        width: 70px;
    }

    .top_3_performer
    {
        font-size: 18px;
    }

    .first_performer_div 
    {
        margin-top: -50px;
    }

    .top_10_performer, .top_15_performer, .top_20_performer
    {
        font-size: 18px;
    }

    .top_10_performer_amt, .top_15_performer_amt, .top_20_performer_amt
    {
        font-size: 16px;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 480px)
{
    .daily_reward_title
    {
        font-size: 24px;
    }

    .daily_reward_desc
    {
        font-size: 12px;
    }

    .daily_reward_img
    {
        width: 100%;
    }

    /* Misc */
    .qr_code img
    {
        width: 60%;
    }
    /* End of Misc */

    /* Monthly Top Performer */
    .top_perfromer_logo
    {
        width: 180px;
        margin-bottom: 20px;
    }

    .top_perfromer_title
    {
        font-size: 24px;
        line-height: 28px;
    }

    .top_perfromer_title_2
    {
        font-size: 16px;
    }

    .top_perfromer_title_date
    {
        font-size: 16px;
    }

    .top_perfromer_title_3
    {
        font-size: 18px;
        line-height: 22px;
    }

    .top_performer_details_div 
    {
        margin-top: 60px;
    }

    .top_1_performer_crown
    {
        width: 70px;
        margin-bottom: 15px;
        margin-top: -35px;
    }

    .top_1_performer
    {
        font-size: 13px;
    }

    .top_3_performer_crown
    {
        width: 60px;
        margin-bottom: 20px;
        margin-top: -25px;
    }

    .top_3_performer
    {
        font-size: 12px;
    }

    .first_performer_div 
    {
        margin-top: -30px;
    }

    .top_20_performer_div
    {
        margin-top: 30px;
    }

    .top_10_performer, .top_15_performer, .top_20_performer
    {
        font-size: 14px;
    }

    .top_10_performer_amt, .top_15_performer_amt, .top_20_performer_amt
    {
        font-size: 12px;
    }
    /* End of Monthly Top Performer */
}

@media only screen and (max-width: 360px)
{
    /* Monthly Top Performer */
    .top_1_performer
    {
        font-size: 13px;
    }

    .top_3_performer
    {
        font-size: 12px;
    }

    .top_10_performer, .top_15_performer, .top_20_performer
    {
        font-size: 12px;
    }

    .top_20_performer_div td
    {
        padding: 10px 0px;
    }

    .top_10_performer_amt, .top_15_performer_amt, .top_20_performer_amt
    {
        font-size: 10px;
    }
    /* End of Monthly Top Performer */
}
