.sub-header {
    background-color: #F9F3ED;
    height: fit-content;
}
 
    .sub-header * {
        color: #2D2E33;
    }

.sub-header-content {
    display: flex;
    justify-content: space-between;
    padding: 40px 12px;
    margin: 0 auto;
}

.btn-logout {
    margin-left: 20px;
    padding: 5px 20px;
}

.error {
    margin-top: 5px;
    color: #ff0000;
}

.btn-section-body {
    padding: 8px 15px;
}

.sub-header-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.main-text {
    font-size: 25px !important;
    font-weight: 700;
    margin: 9px 0;
}
.tooltip {
    position: relative;
}

.main-text .tooltiptext {
    visibility: hidden;
    display: block;
    width: 620px;
    background-color: white;
    color: black;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -30px;
    top: 50%;
    left: 75%;
    border: 1px solid black;
    text-align: center
}

/*.main-text .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}*/

.main-text:hover .tooltiptext {
    visibility: visible;
}

.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#cboCustomStatus {
    width: fit-content;
    margin-right: 15px;
    min-width: 180px;
    cursor: pointer;
    margin-left: 15px;
}
    #cboCustomStatus .select-styled {
        background-color: #EDF1FF;
        font-size: 14px;
        font-weight: 400;
    }
.sub-text {
    margin: 9px 0px;
}

.left-section {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dashboard-left-section {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-section * {
    color: #1F3684;
}

.title-section p {
    font-size: 25px !important;
}

.title-section {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.account-info label {
    display: inline;
}
.account-info img {
    width: 15px;
    margin: 0px 5px;
}

.my-wallets {
    margin: 12px 0 40px;
    border-bottom: 0.5px solid #2D2E33;
    border-top: 0.5px solid #2D2E33;
}

.wallet-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}

.wallet-item-fund {
    background-color: #F5F5F5;
}

.wallet-item p {
    font-size: 16px;
    margin: 0;
    color: #2D2E33;
}

.wallet-price {
    margin-bottom: 25px;
    color: #1F3684;
    font-size: 25px;
    font-weight: 600;
}

/* menu body */
.menu-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

    .menu-body * {
        color: #1F3684;
    }

.menu-body-left {
    display: flex;
}

    .menu-body-left a {
        margin: 0 20px 0 0;
    }

    .menu-body-left .item-active a:after {
        content: "";
        position: absolute;
        border-bottom: 3px solid #B7A088;
        bottom: 0;
        left: 2px;
        width: 30px;
    }

.menu-item-transaction {
    height: fit-content;
}

.all-selection-btn {
    width: 100px;
}

/* wallet */
.left-section button {
    padding: 10px 24px;
    background-color: #F9F3ED;
    margin-left: 10px;
}

.account-item {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    display: flex;
    height: 82px;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    margin-bottom: 10px;
}

    .account-item span:nth-child(n+1) {
        color: #1F3684;
        font-size: 18px;
        font-weight: 600;
    }

    .account-item span:first-child {
        color: #2D2E33;
        font-size: 14px;
    }

.hide-class {
    display: none;
}

.menu-item-right {
    width: 370px;
}

/* modal */

.modal-content {
    border-radius: 10px;
    padding: 20px !important;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #1F3684;
    text-align: center;
    margin-bottom: 10px;
}

.modal-footer button {
    padding: 10px 72px;
}

.subtitle-text {
    font-weight: 600;
}

.row-modal {
    margin-top: 10px;
    padding-bottom: 0;
}

.create-account-modal-footer {
    margin-top: 12px;
}

.normal-text {
    margin: 0;
}

@media (max-width: 415px) {
    .modal {
        max-width: 400px !important;
        padding-right: 0px;
    }.sub-header-content .left-section {
        text-align: left;
        padding-top: 25px;
    }
    .sub-header-content .dashboard-left-section {
        text-align: left;
        padding-top: 25px;
    }
    .title-section div p {
        text-align: center;
    }

    .btn-custom {
        min-width: 150px;
        margin: 5px;
    }

    .btn-export {
        min-width: 50px;
    }

    .btn-section {
        text-align: center !important;
    }

    .fund-wallet-section .account-item {
        margin-bottom: 10px;
    }

    .menu-body-left {
        margin: 0 auto;
    }

    #dtMyTransactionWithoutMobile {
        display: none;
    }

    #dtMyTransactionWithMobile {
        display: inherit !important;
        padding: 0px 20px;
    }

        #dtMyTransactionWithMobile .row {
            padding-bottom: 10px;
            padding-top: 10px;
        }

        #dtMyTransactionWithMobile p {
            margin-bottom: 0;
        }

        #dtMyTransactionWithMobile .row:nth-of-type(odd) {
            background-color: #F5F5F5 !important;
        }

        #dtMyTransactionWithMobile .row:nth-of-type(even) {
            background-color: #FFFFFF !important;
        }

    .main-text {
        font-size: 20px !important;
        margin-bottom: 9px !important;
    }

    .sub-text {
        margin: 0;
    }

    .account-item {
        padding-left: 10px;
    }

        .account-item span:nth-child(n+1) {
            color: #1F3684;
            font-size: 14px;
            font-weight: 600;
        }

        .account-item span:first-child {
            color: #2D2E33;
            font-size: 12px;
        }

    #cboCustomStatus {
        order: 3;
        width: 320px;
    }
}

#paywiser-status {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px;
}

.dedicated-btn {
    text-align: right;
}

.dedicated-info {
    margin-top: 0px;
}

.open-account-item {
    padding: 12px 0;
    margin: 10px 0 0 0;
}
    .open-account-item button {
        width: 100%;
    }

.btn-custom.disabled {
    border-color: #cdcdcd !important;
    color: #8b8484 !important;
    background-color: #cdcdcd;
    cursor: default;
    padding: 4px 15px;
}

/* for account dashboard*/
.dashboard-account-item {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    display: flex;
    height: 165px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

    .dashboard-account-item span:nth-child(n+1) {
        color: #1F3684;
        font-size: 18px;
        /*font-weight: 600;*/
    }

    .dashboard-account-item span:first-child {
        color: #2D2E33;
        font-size: 14px;
        font-weight: 400;
    }
    .dashboard-account-item .btn-wallet-dashboard {
        float: right;
        position: absolute;
        right: 30px;
        bottom: 35px;
        padding: 1px 10px;
        border: solid 1px;
        border-radius: 15px;
    }
.btn-dashboard-account {
    width: 200px !important;
    height: 50px !important;
}
.account-dashboard {
    font-size: 25px !important;
    /*font-weight: 700;*/
    margin: 9px 0;
}
.icon-tooltip:hover .tooltiptext {
    visibility: visible;
}
.account-dashboard {
    font-size: 20px !important;
    margin-bottom: 9px !important;
}
    .account-dashboard .tooltiptext {
        visibility: hidden;
        display: block;
        width: 620px;
        background-color: white;
        color: black;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        margin-left: -30px;
        top: -150%;
        left: -380%;
        border: 1px solid black;
        text-align: center
    }
.text-center {
    text-align: center !important;
}
/*.account-status{
    font-weight:400 !important;
}*/
.account-dashboard .row{
    /*padding-bottom:0px;*/
}

.dashboard-account-item-number {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

    .dashboard-account-item-number span:nth-child(n+1) {
        color: #1F3684;
        font-size: 18px;
        font-weight: 600;
    }

    .dashboard-account-item-number span:first-child {
        color: #2D2E33;
        font-size: 14px;
        font-weight: 400;
    }

.dashboard-account-item-reward {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

    .dashboard-account-item-reward span:nth-child(n+1) {
        color: #1F3684;
        font-size: 18px;
        font-weight: 600;
    }

    .dashboard-account-item-reward span:first-child {
        color: #2D2E33;
        font-size: 14px;
        font-weight: 400;
    }
#account-overview-content .row{
    margin-left:0px !important;
}
.account-header-value {
    font-size: 25px !important;
    font-weight: 400;
}
/*.account-wallet-name {
    color: #1F3684;
    font-size: 22px !important;
    font-weight: 400;
    margin-bottom: 0px !important;
}*/
/*.account-wallet-name-sr {
    color: black;
    font-size: 22px !important;
    font-weight: 400;
    margin-bottom: 0px !important;
}*/
.account-title {
    font-size: 25px !important;
    font-weight: 700;
}
.dashboard-other-wallets{
    font-weight:700;
    font-size:14px !important;
}
/*.account-balance-overview {
    color: #1F3684 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}*/
/*.account-balance-overview-sr {
    color:black !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}*/
/*.dashboard-account-currency {
    font-weight: 400 !important;
    font-size: 20px !important;
}*/
/*.dashboard-account-currency-sr {
    color: black !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}*/
.account-dashboard .row {
    padding-bottom:0px !important;
}
.tooltip-content {
    font-weight: 300;
    font-size: 16px !important;
}
.account-overview-number{
    padding-left: 15px !important;
}
.account-overview-number {
    padding-left: 15px !important;
}
#accountDetail-modal .modal-content{
    height: 95% !important;
}
.btn-view-accountdetail{
    margin-top:15px !important;
}
.lbl-account-connect{
    margin-top:15px !important;
}
#dashboard_header-account-item{
    margin-bottom:20px !important;
}
    #dashboard_header-account-item.no-bottom-margin {
        margin-bottom: 0 !important;
    }
#dashboard_header-main {
    margin-bottom: 20px !important;
}
#goback {
    margin-top: 35px !important;
}
.account-balance {
    cursor:pointer;
}
.account-balance:hover {
    text-decoration: underline;
}

.onboard-dashboard{
    margin-top:15px !important;
}
#custom-status:focus-visible {
    border: 0px solid crimson;
    outline: none;
}


.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 0;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        min-width: 200px;
        background-color: #F5F5F5;
        color: #2D2E33;
        border: 1px solid #F5F5F5;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 0;
        /* top: -24px; */
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
/* end for account dashboard*/
.fee-card {
    padding: 15px;
    background: #F9F3ED;
}
.fee-card span {
    font-weight: bold;
}

#select-currency-convert .modal-content {
    width: 630px;
}
@media(max-width: 630px) {
    #select-currency-convert .modal-content {
        width: 100%;
    }
}

.commodity-ribbon{
}
    .commodity-ribbon .ribbon-container {
        display: flex;
        justify-content: end;
    }
    .commodity-ribbon .commodity-container {
        border: 1px solid #000000;
        width: 50%;
        max-width: 250px;
        padding: 0 10px 12px 10px;
        border-radius: 13px;
        text-align: center;
        font-weight: 600;
        min-width: 280px;
    }
        .commodity-ribbon .commodity-container .commodity-balance img, .commodity-ribbon .commodity-container .commodity-available-balance img {
            position: relative;
            bottom: 6px;
        }
        .commodity-ribbon .commodity-container .commoditySelector {
            background: none !important;
            width: 100%;
            font-weight: 600;
            text-align: center;
            padding: 0 !important;
            font-size: 14px;
            border: none !important;
        }
            .commodity-ribbon .commodity-container .commoditySelector:focus {
                border: none !important;
                outline: none;
            }
            .commodity-ribbon .commodity-container .commoditySelector option, .commodity-container .commoditySelector * {
                padding: 10px;
                height: 100px;
            }
        .commodity-ribbon .commodity-container p {
            font-weight: 600;
            text-align: right;
        }
    .commodity-ribbon .price-container {
        text-align: center;
        font-weight: 600;
        border: 1px solid #000000;
        width: 50%;
        max-width: 200px;
        padding: 12px 10px 12px 10px;
        border-radius: 15px;
    }
    .commodity-ribbon .update-time {
        text-align: right;
        padding: 3px 20px;
        font-size: 12px;
    }
    .commodity-ribbon .currencySelector-container {
        width: 140px;
        height: 30px;
        padding: 0;
    }
        .commodity-ribbon .currencySelector-container .select-styled {
            background-color: #ba7e63 !important;
            padding: 0;
            text-align: center;
            border-radius: 20px;
            color: white !important;
        }
        .commodity-ribbon .currencySelector-container .select-options li {
            text-align: center;
        }
    .commodity-ribbon .commoditySelector-container {
        height: 30px;
    }
        .commodity-ribbon .commoditySelector-container .select-styled {
            text-align: right;
            padding-right: 20px;
            background-color: #e69e7f !important;
            border: none !important;
            background-position: right 20px !important;
        }
.dashboard-ribbon {
    background: aqua;
    width: 100%;
    text-align: left;
    bottom: 20px;
    background: #f1f398 !important;
    position: relative;
    height: 44px;
}
.dashboard-ribbon.text-center {
    text-align:center;
}
    .dashboard-ribbon .ribbon-message {
        margin: 0;
        padding: 10px;
    }
        .dashboard-ribbon .ribbon-message a {
            text-decoration: underline;
        }
    .dashboard-ribbon .btn-close-ribbon {
        position: absolute;
        right: 0px;
        top: 4px;
        background: #f1f398;
        padding-right:15px;
    }
        .dashboard-ribbon .btn-close-ribbon span {
            color: #000000;
            cursor: pointer;
            font-weight: 600;
        }

.mq-animation {
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
    animation-duration: 45s;
}
    .mq-animation:hover {
        animation-play-state: paused;
    }

@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}