.flex-content-box
{
    display: flex;
}
.flex-content-box .left
{
    width: 50%;
    padding-right: 0.75rem;
}
.flex-content-box .right
{
    width: 50%;
    padding-left: 0.75rem;
}
.flex-items-center
{
    display: flex;
    align-items: center;
}
.flex-items-start
{
    display: flex;
    align-items: start;
}

@media only screen and (max-width: 767px)
{
    .flex-content-box
    {
        display: block;
    }
    .flex-content-box .left
    {
        width: 100%;
        padding-right: 0rem;
    }
    .flex-content-box .right
    {
        width: 100%;
        padding-left: 0rem;
    }
}

/* Home */
.page-title {
    padding: 1.25rem 0;
}
.page-title span {
    font-size: 1.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    text-align: left;
    color: #00adee;
}
.page-title i {
    color: #bbb;
    font-size: 1rem;
}

.long-nav
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0rem;
    border-radius: 10px;
    color:#fff;
    background-color: #00adee;
}
.long-nav img 
{

}
.long-nav .lbl-long-nav
{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: black;
}

.short-nav-box
{
    display: flex;
    align-items: center;
}
.short-nav-box .short-nav
{
    /*width: 25%;*/
    width: 33%;

    text-align: center;
    cursor: pointer;
}
.short-nav-box .short-nav .short-nav-img-box
{
    width: 3.25rem;
    height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #00adee;
    border-radius: 50%;
    font-size:22px;
    color:#00adee;
}
.short-nav-box .short-nav .short-nav-img-box img
{
    width: 1.625rem;
    height: 1.625rem;
}
.short-nav-box .short-nav .lbl-short-nav
{
    font-size: 0.813rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00adee;
}
.short-nav-box .short-nav:hover 
{
    opacity: 0.75;
}
.points-box
{
    border-radius: 12px;
    background-color: #27364e;
}
.points-box .points
{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/home-bg.png');
    background-size: 100%;
    padding: 1.438rem 1.25rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}
.points-box .points .points-value
{
    font-size: 1.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.28px;
    text-align: left;
    color: #00adee;
    padding-bottom: 0.5rem;
}
.points-box .points .points-label
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-align: left;
    color: #eaecf0;
}
.points-box .role-box
{
    padding: 1rem 1.25rem;
}
.points-box .role-box i {
    color: #fff;
    font-size: 0.896rem;
}
.points-box .role-box b {
    font-size: 0.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.14px;
    text-align: left;
    color: #00adee;
}
.points-box .role-box span {
    font-size: 0.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.14px;
    text-align: right;
    color: #00adee;
}
.page-direct
{
    padding: 0 0 1.6rem;
}
.page-direct b {
    font-size: 1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: left;
    color: #00adee;
}
.page-direct a {
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-align: left;
    color: #00adee;
    text-decoration: underline;

}

.page-direct-2
{
    padding: 0 0 1rem;
}
.page-direct-2 b {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: left;
    color: #00adee;
}
.page-direct-2 a {
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-align: left;
    color: #00adee;
    text-decoration: underline;

}

.vip-listing
{
/*    display: grid;
    grid-template-columns: auto auto;
    row-gap: 1rem;
    column-gap: 1rem;*/
}
.vip
{
    display: flex;
    text-align: left;
    text-align: center;
    padding: 1.25rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(184, 184, 184, 0.25);
    background-color: #fff;
}

.vip img
{

}
.vip .vip-name
{
    font-size: 0.938rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-bottom: 0.2rem;
}
.vip .vip-desc
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #676767;
    padding: 0.2rem;

}
.vip .vip-price
{
    font-size: 0.688rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #00adee;
    padding: 0.2rem;

}
.vip.notnow
{
    opacity: 0.8;
    cursor: not-allowed;
}
.vip.notnow img
{
    /*opacity: 0.4;*/
}
.vip.notnow .vip-name
{
    opacity: 0.4;
}
.vip.notnow .vip-desc
{
    opacity: 0.4;
}
.vip.notnow .vip-price
{
    opacity: 0.4;
}
.coming-box
{
    padding: 1rem 0;
}
.coming-box .coming-label
{
    font-size: 1.125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00adee;
}
.coming-box .coming-desc
{
    font-size: 0.938rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0099db;
}


@media only screen and (max-width: 767px)
{
    
}

/* Announcement */
.announcement-listing
{
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    row-gap: 1rem;
    column-gap: 1rem;
}
.announcement-each
{
    border-radius: 24px;
}
.announcement-each i {
    color: #0099db;
    font-size: 1.5rem;
}
.announcement-each .ann-title, .ann-title
{
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    text-align: left;
    color: #000;
}
.announcement-each .ann-date, .ann-date
{
    font-size: 0.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: #676767;
}
.announcement-each .ann-desc, .ann-desc
{
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #676767;
}
.announcement-each .empty-ann, .empty-ann
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(128, 128, 128, 0.4);
    opacity: 0.5
}

@media only screen and (max-width: 767px)
{
    .announcement-listing
    {
        display: grid;
        grid-template-columns: calc( 50% - 0.5rem) calc( 50% - 0.5rem);
        row-gap: 1rem;
        column-gap: 1rem;
    }
}

/* vip */
.vip-full-listing
{
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 1rem;
    column-gap: 1rem;
}
.vip-full
{
    background-size: 100%;
    padding: 1.125rem 1.25rem;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(184, 184, 184, 0.25);
    background-color: #fff;
}
.vip-level-box
{
    display: flex;
    font-weight: bold;
    align-items: center;
}
.vip-level-box span
{
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00adee;
}

.vip-level-box .current-box
{
    padding: 0 0.4rem;
    border: solid 1px #b76e5c;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b76e5c;
}
.vip-level-box .upgrade-box
{
    font-size: 0.813rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00adee;
    text-decoration: underline;
}
.vip-full-price
{
    font-size: 0.813rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #676767;
}
.vip-full-desc
{
    font-size: 0.813rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-bottom: 0.125rem;
}
.btn--cancel
{
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.43;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.btn--confirm
{
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.43;
    letter-spacing: normal;
    text-align: center;
    color: #0099db;
}

@media only screen and (max-width: 767px)
{
    .vip-full-listing
    {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 1rem;
        column-gap: 1rem;
    }
}

/* Withdrawal */
.balance-box
{
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to right, #03aeee 1%, #80dbfe 100%);
    border-radius: 15px;
    padding: 1rem 1.25rem;
}
.balance-box .balance-amount
{
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.balance-box .balance-label
{
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.empty-label
{
    font-size: 1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: center;
    color: #00adee;
}
.empty-value
{
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.14px;
    text-align: center;
    color: #b7b7b7af;
}
.stars-label
{
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #00adee;
}
.stars-order
{
    border: solid 1px #0000004D;
    padding: 0.688rem 0.75rem;
    border-radius: 15px;
}
.stars-order i
{
    color: #dfdfdf !important;
    font-size: 1.3rem !important;
    cursor: pointer;
}
.stars-order i.bolded
{
    color: #fd0 !important;
}
.stars-history
{
    display: flex;
    align-items: center;
    justify-content: right;
}
.stars-history i 
{
    color: #dfdfdf !important;
    font-size: 1rem !important;
}
.stars-history i.bolded 
{
    color: #fd0 !important;
}


/* Order */
.rating-bg
{
    width: 100%;
}
.btn--float-center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.375rem;
    height: 5.375rem;
    border-radius: 45px;
    background-color: #0099db;

    font-size: 0.938rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.o-rank-count
{
    text-align: center;
    font-size: 1.063rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}
.rank-box-order
{
    padding: 0.625rem 1.25rem;
    border-radius: 25px;
    background-color: #00adee;
}
.rank-box-order img {

}
.rank-box-order .o-rank-name
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0099db;
}
.rank-box-order .o-rank-value
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.benefit-listing
{
    display: grid;
    grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
    row-gap: 1rem;
    column-gap: 1rem;
}
.benefit
{
    padding: 1rem 1.25rem;
    border-radius: 24px;
    background-color: #00adee;
    text-align: center;
}
.benefit .benefit-name
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.benefit .benefit-count
{
    font-size: 1.063rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0099db;
}
.benefit .benefit-desc
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5f779c;
}
.important-notice-box
{

}
.important-notice-label
{
    font-size: 0.813rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.important-notice-value span
{
    font-size: 0.813rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #999;
}


/* Profile */
.profile-listing
{
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.profile-row
{
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dfdfdf;

}
.profile-row span 
{
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.profile-row img {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: cover;
    border-radius: 50%;
}
.profile-row i {
    font-size: 0.65rem;
    color: #676767;
}
.profile-row b {
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #676767;
}

/* Change password */
.short-reminder
{
    display: flex;
    align-items: start;
}
.short-reminder i
{
    color: #ffbb56;
    font-size: 1.25rem;
}
.short-reminder .short-reminder-label
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.12px;
    text-align: left;
    color: #000000;
}


/* Assets Record */
.wallet-listing
{
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 1rem;
    column-gap: 1rem;
}
.wallet-box
{
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgb(255 255 255 / 25%);
    background-color: #fff;
    padding: 1rem 1.25rem;
}
.wallet-box .remarks
{
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.wallet-box .status-boxx
{
    padding: 0.063rem 0.625rem;
    border-radius: 5px;
    /*border: solid 0.5px #676767;*/
    font-size: 0.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: #676767;
    background: #d9d9d9;
    margin-left: 0.6rem;
}
.wallet-box .status-boxx.rejected
{
    /*border: solid 0.5px #f00;*/
    color: #b81212;
    background: #ff00004D
}
.wallet-box .status-boxx.approved
{
    /*border: solid 0.5px #04b200;*/
    color: #366b29;
    background: #51c3334D
}
.wallet-box .amount
{
    font-size: 0.813rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00adee;
}
.wallet-box .dates
{
    font-size: 0.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #676767;
}

@media only screen and (max-width: 767px)
{
    .wallet-listing
    {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 1rem;
        column-gap: 1rem;
    }
}


/* My Bank */
.navigator-type
{
    /*border-radius: 32px;*/
    /*background-color: #ff322b75;*/
    padding: 0.375rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.navigator-type .navi
{
    border:1px solid #00adee;
    font-size: 0.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color:#00adee;
    padding: 0.75rem;
    width: 50%;
    cursor: pointer;
}
.navigator-type .navi.bolded
{
    box-shadow: 0 20px 60px 0 rgba(33, 33, 33, 0.15);
    background-color: #00adee;
    padding: 0.75rem;
    font-size: 0.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

/* Records */
.filter-type-box
{
    border-radius: 32px;
    /*background-color: #00adee;*/
    padding: 0.375rem;
    display: flex;
    align-items: center;
}
.filter-type-box .typee {
    padding: 0.688rem 1.25rem;
    background-color: transparent;

    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.14px;
    text-align: center;
    border: solid 1px #00adee;
    color: #00adee;
    width: 50%;
}
.filter-type-box .typee.bolded {
    padding: 0.688rem 1.25rem;
    background-color: #00adee;
    border: solid 1px #00adee;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.14px;
    text-align: center;
    color: #fff;
}

.history-listing
{
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 1rem;
    column-gap: 1rem;
}
.records-each
{
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    position: relative;

}
.records-each .records-info
{
    margin-bottom: 0.5rem;
}
.records-each .records-info .records-name
{
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: left;
    color: #000;
}
.records-each .records-info .records-orderno
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-align: left;
    color: #676767;
}
.records-each .records-info .records-date
{
    font-size: 0.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: #676767;
}
.records-each .records-info .records-status
{
    font-size: 0.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: #676767;
    background:#d9d9d94D;
    display: inline-block;
    padding: 0.1rem 0.5rem;
}
.records-each .records-info .records-status.green
{
    background:#51c3334D;
    color: #366b29 !important;
}
.records-each .records-info .records-status.red
{
    background:#ff00004D;
    color: #b81212 !important;
}
.records-each p {
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #676767;
}
.records-each .records-col span
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: left;
    color: #000;
}
.records-each .records-col b
{
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: right;
    color: #00adee;
}
@media only screen and (max-width: 767px)
{
    .history-listing
    {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 1rem;
        column-gap: 1rem;
    }
}

/* Language */
.lang-options
{
    border-radius: 10px;
    /*background-color: #dfdfdf41;*/
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.lang-options span {
    font-size: 0.813rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.lang-options i {
    font-size: .75rem;
    color: #ffffff;
    position: absolute;
    bottom: 0.95rem;
    right: 1.25rem;
    
}

.lang-options.bolded
{
    
}
.lang-options.bolded span {
    font-weight: bold;
    color:#00adee;
}
.lang-options.bolded i {
    color: #00adee;
}
.form-control
{
    box-shadow: none !important;
}
.order-name
{
    font-size: 16px;
    margin-bottom:14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: center;
    color: #000;
}
.order-ref
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-align: center;
    color: #676767;
}
.order-box
{
    padding: 1rem 0rem;
}
.order-box img
{
    width: 2.188rem !important;
    height: auto !important; 
}
.order-col-name
{
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: left;
    color: #000;
}
.order-col-value
{
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: right;
    color: #00adee;
}

/* booking */
.summary-order-label
{
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.summary-order-value
{
    font-size: 1.063rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00adee;
}
.summary-price-box
{
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to right, #00adee 1%, #85deff 100%);
    margin: 1.5rem 0;
}
.summary-price-cont
{

}
.summary-price
{
    padding: 1rem 1.25rem;
    border-bottom: solid 1px #ffffff41;
    border-left: solid 1px #ffffff41;
    width: 50%;
}
.summary-price-label
{
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.summary-price-label2
{
    font-size:0.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}
.summary-price-value
{
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.success-msg-grab
{
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.format-header-modal
{
    padding: 0.35rem 1.25rem;
    background-color: #00adee;
    text-align: right;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.format-header-modal b {
    font-size: 0.813rem;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.format-header-modal .rect
{
    background: #4dabe8;
    width: 8.5rem;
    height: 2.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 80% 100%, 0 100%);
    border-top-left-radius: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}
.format-header-modal .rect img 
{
    width: 2.5rem !important;
    height: auto !important;
    display: inline;
}


/* Profile */
.profile-assets-box
{
    box-shadow: 0 4px 4px 0 rgba(184, 184, 184, 0.25);
    background-image: linear-gradient(to right, #02aeee 1%, #82dcfe 100%);
    border-radius: 15px;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}
.profile-assets-box .assets-label
{

}
.profile-assets-box .assets-label span
{
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.profile-assets-box .assets-label i
{
    color: #fff;
    font-size: 0.5rem;
    margin-left: 0.65rem;
}
.profile-assets-box .assets-value span
{
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.profile-assets-box .assets-value i
{
    color: #fff;
    font-size: 1.25rem; 
    cursor: pointer;
}

/* Withdraw */
.summary-bank-box
{
    border: solid 1px #dfdfdf;
    background-color: white;
    padding: 1rem 1.25rem;
    border-radius: 15px;
    margin-bottom: 1rem;
}
.summary-bank-col
{

}
.summary-bank-col span {
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.14px;
    text-align: left;
    color: #676767;
}
.summary-bank-col b {
    font-size: 0.875rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.14px;
    text-align: right;
    color: #000;
}

/* update profile image */
.profile-img-box img
{
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    display: inline;
    margin-bottom: 0.5rem;
}

/*new update*/
.grab-modal-header
{
    font-size: 1.25rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #00adee;
}
.success-msg-grab-01
{
    font-size: 1.25rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #00adee;
}
.success-msg-grab-02
{
    font-size: 1.375rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00adee;
}
.success-msg-grab-03
{
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.order-records-type
{
    position: absolute;
    right: 0;
    top: 0;
}