:root {
    --primary-button-custom: #2aaae2;
    --primary: #2aaae2 !important;
}

/* MY COLOR */

.text-color-title {
    color: #2aaae2 !important;
}

.bg-btn-primary {
    color: #FFFFFF;
    background-color: #2aaae2;
}

.bg-btn-primary:hover {
    color: #FFFFFF;
}

.bg-primary {
    background-color: #14242A !important;
}

.bg-black {
    background-color: #14242A !important;
}

.border-custom-primary {
    border-right: 3px solid #14242A;
    border-left: 3px solid #14242A;

}

.btn-outline-primary-custom {
    border: 1px solid #2aaae2;
    background-color: transparent;
    color: #2aaae2;
}

.main-menu.menu-light .navigation > li.active > a {
    background-color: #2aaae2 !important;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 4px;
}


.btn-outline-primary-custom:not(:disabled):not(.disabled):active, .btn-outline-primary-custom:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2aaae2;
    border-color: #2aaae2;
}

.investment_packagestop, .investment_packagestop_hover:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-5px);
}

.card-header-packges {
    background-color: #2aaae2 !important;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover {
    background: #2aaae2 !important;
    color: #FFFFFF !important;
}

.main-menu.menu-light .navigation > li.open > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
    background: none !important;
}

.main-menu.menu-light .navigation > li.open > a {
    background: none !important;
}

.main-menu.menu-light .navigation > li > ul {
    background: none !important;
}

.main-menu.menu-light .navigation > li ul .active {
    background: #2aaae2 !important;
    color: #FFFFFF !important;
    outline: none;
}

.main-menu.menu-light .navigation > li ul .active {
    box-shadow: none;
}

.form-control:focus {
    border-color: #2aaae2 !important;
}

html .pace .pace-progress {
    background: #2aaae2 !important;
}


.vs-checkbox-con input:checked ~ .vs-checkbox {
    border-color: #2aaae2 !important;

}

.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
    background-color: #2aaae2 !important;

}

.card {
    border-radius: 20px !important;
}

.color-balance {
    color: #0776be;
}

.color-deposit {
    color: #0E623B;
}

.color-withdrawal {
    color: #B32F1C;
}

.font-bcore-text {
    font-size: 16px;
}

.bg-deposit {
    background-color: #0E623B;
    color: #FFFFFF;
}

.bg-deposit:hover {
    color: #FFFFFF;
}

.bg-withdrawal {
    background-color: #B32F1C;
    color: #FFFFFF;
}

.bg-withdrawal:hover {
    color: #FFFFFF;
}

.badge.badge-success {
    background-color: #0E623B !important;

}

.badge.badge-danger {
    background-color: #B32F1C !important;
}

.badge.badge-processing {
    background-color: #007bff;
}

.badge.badge-primary {
    background-color: #2aaae2 !important;
}

.btn-primary {
    border-color: #2aaae2 !important;
    background-color: #2aaae2 !important;
    color: #FFFFFF;
}

.dropdown-notification .dropdown-menu-header {
    background: #2aaae2 !important;
}

.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
    background: #2aaae2;
    border-color: #2aaae2;
}

.text-color-primary {
    color: #2aaae2;
    font-size: 20px;
}

.custom-bg-primary {
    background-color: #2aaae2;
}

.custom-color-error {
    background-color: #FCE6E6 !important;
}

.custom-color-warning {
    background-color: #F8D5B3 !important;
}

.custom-color-success {
    background-color: #CDF2D7 !important;
}

table.data-list-view-custom tbody tr {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
    padding: 25px;
}

table.data-list-view-custom tbody tr:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-shopping-cart {
    cursor: pointer;
}

.input-group-custom .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 3px 5px !important;
    border-radius: 0;
}

.input-group-custom .btn i {
    font-size: 16px !important;
}

.input-group-custom input {
    width: 40px;
    height: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.links_custom {
    display: inline-block;
    margin: 0 10px;
}

.links_custom a {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    /*background-color: #ddd;*/
    text-align: center;
    line-height: 33px;
    color: #2aaae2;
    text-decoration: none;
    margin-right: 5px;
}

.links_custom a.active {
    background-color: #2aaae2;
    color: #fff;
}

.font-bold {
    font-weight: bold !important;
    font-size: 12px !important;
}

#prevBtn_custom,
#nextBtn_custom {
    background-color: #fff;
    color: #2aaae2;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

#prevBtn_custom:focus,
#nextBtn_custom:focus {
    outline: none;
}

#prevBtn_custom:disabled,
#nextBtn_custom:disabled {
    /*background-color: #ccc;*/
    color: #b8c2cc;
    cursor: not-allowed;
}

.toast-top-right {
    top: 90px !important;
    right: 35px !important;
}

.toast-error {
    background-color: #fbe6e6 !important;
    color: #ec2227 !important;
    opacity: 1 !important;
    width: 100%;
}

.th-add-to-card {
    padding-right: 0 !important;
    width: auto;
}

.td_add_to_card {
    padding-right: 0 !important;
}

.btn-add-to-cart {
    cursor: pointer;
    border: solid 1px #FFFFFF;
    border-radius: 5px;
    height: 60% !important;
    width: 60% !important;
}

.btn-add-to-cart:hover {
    cursor: pointer;
    border: solid 1px #0b99bc;
    border-radius: 5px;
}

.input-group-custom {
    background-color: #F0EEEE;
    border-radius: 3px;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 3px;
}

.btn-decrease, .btn-increase {
    background-color: #FFFFFF;
    border-radius: 0;
}

.input-qty {
    border: none !important;
    outline: none !important;
    font-size: 12px;
    padding: 1px 0 !important;
    height: auto !important;
    background-color: initial !important;
}

#card_body_custom {
    padding: 0 10px 20px 10px;
}

#table_pagination_custom thead th {
    text-align: center !important;
    font-size: 15px !important;
    color: #2aaae2 !important;
    white-space: nowrap;
}

#table_pagination_custom tbody td {
    /*padding: 5px 0 10px 5px !important;*/
    font-size: 15px !important;
}

.product-image-wrapper {
    position: relative;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.product-quantity {
    position: absolute;
    top: -10px;
    right: 12px;
    border-radius: 10rem;
    font-size: 60%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #FFFFFF;
    padding: 0.42em 0.6em 0.25rem
}

.data-list-view-custom tbody td {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 15px !important;
}

.data-list-view-custom thead th {
    padding-left: 8px !important;
    padding-right: 8px !important;
    white-space: nowrap;
    font-size: 15px !important;
    color: #2aaae2 !important;
}

.data-list-view-custom tfoot td {
    font-size: 16px !important;
    color: #ec2227;
    white-space: nowrap;
    padding: 10px 14px;
}

.product_line p {
    margin-bottom: 5px !important;
    font-size: 15px !important;
}

.product-name p {
    margin: 3px 0 0 0;
}

.product-name span {
    line-height: 1.5;
}

#time_block {
    background-color: #fbe6e6;
    color: #ec2227;
    height: fit-content !important;
    padding: 8px 0 8px 14px;
    width: auto !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.card-content {
    border-radius: 5px !important;
}


.title_card {
    margin-left: 10px;
}

#card_information {
    padding-top: 0;
}

.info-detail {
    font-weight: 400;
    color: #000;
    margin-bottom: 5px !important;
}

.card-custom-mobile {
    border-radius: 15px !important;
    margin-bottom: 14px !important;
}

.cart-max-min-qty {
    display: none !important;
}

@media screen and (min-width: 770px) {
    #product_public_category {
        padding: 0 14px !important;
    }

    .card-product-custom {
        padding-right: 0 !important;
    }

    #render_data_carts tr:hover {
        background-color: #FFFFFF;
    }


    #render_data_carts tr:hover .cart-max-min-qty {
        display: inline-block !important;
    }
}

@media screen and (max-width: 850px) {
    #product_public_category {
        padding: 0 14px !important;
    }

}

.custom-border-radius-left-table {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.custom-border-radius-right-table {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.btn-close-custom{
    border: 1px solid white;
    border-radius: 5px;
    padding: 0 5px;
}

#btn_buy_more {
    display: none;
}

#table_card {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 550px) {
    .product-image-wrapper {
        width: auto !important;
        height: auto !important;
    }

    .toast-container {
        z-index: 1000 !important;
    }

    .toast-top-right {
        top: 85px !important;
        right: 20px !important;
        /*display: none;*/
    }
    .product_line p {
        line-height: 1.5 !important;
        margin-bottom: 3px;
    }

    .product-quantity {
        top: -10px;
        right: 0;
        font-size: 50%;
    }

    #category-container fieldset {
        margin-bottom: 14px;
    }

    .btn-add-to-cart:hover {
        border: none;
        border-radius: initial;
    }

    .btn-add-to-cart {
        border: none;
        border-radius: initial;
        min-width: 42px !important;
        min-height: 19px !important;
    }

    .data-list-view-custom tbody td {
        font-size: 12px !important;
        padding: 6px 6px !important;
    }

    .data-list-view-custom thead th {
        font-size: 13px !important;
        padding: 6px 6px !important;
    }

    .title_card, .title_info {
        font-size: 18px !important;
    }

    #time_block {
        margin-bottom: 14px !important;
    }


    body.show-sidebar-cart #sidebar-cart {
        right: 0;
        visibility: visible;
    }

    #sidebar-cart {
        background: #FFFFFF;
        color: #75757a;
        padding: 15px 20px 0 20px;
        position: fixed;
        height: 100vh;
        width: 260px;
        z-index: 1032;
        top: 0;
        right: -340px;
        transition: right 0.5s ease-in-out;
        display: block;
        justify-content: flex-start;
        align-items: center;
    }

    #sidebar-cart ul.products {
        list-style: none;
        height: 100vh;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5px;
    }

    .sidenav-overlay-cart {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 120vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 900;
        display: block;
    }

    .li-product-name {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.5;
    }

    .li-product-des {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .li-product-qty, .li-product-price {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .li-product-total {
        margin-top: 60px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #ec2227;
    }

    .li-product-qty span, .li-product-price span, .li-product-total span {
        float: right;
    }

    .li-product-min-max-qty {
        background-color: #F5F5F5;
        border: 1px solid #9BA4B5;
        border-radius: 5px;
        padding: 5px 10px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .ul-product-min-max-qty p {
        font-size: 11px;
        display: inline-block;
        margin-right: 11px;
        margin-bottom: 0;
    }

    .li-warning-out-max-qty img, .li-product-min-max-qty img {
        width: 28px;
        height: 28px;
    }

    .li-warning-out-max-qty div p {
        font-size: 11px;
        display: inline-block;
        color: #ec2227;
        margin-right: 11px;
        margin-bottom: 0;
    }

    .li-warning-out-max-qty {
        background-color: #fbe6e6;
        border: 1px solid #ec2227;
        border-radius: 5px;
        display: flex;
        padding: 10px 5px;
        margin: 5px 0;
    }

    .warning-out-max-qty {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .go-to-cart-mobile {
        display: flex;
        align-items: center;
        padding: 5px 5px;
        color: #FFFFFF;
        margin: 7px 0;
        border-radius: 5px;
        height: fit-content;
        line-height: 26px;
    }

    .continue-to-cart-mobile {
        display: inline-block;
        align-items: center;
        padding: 5px 20px;
        color: #FFFFFF;
        border-radius: 5px;
        height: fit-content;
        line-height: 26px;
    }

    .go-to-cart-mobile {
        background-color: #2aaae2;
    }

    .continue-to-cart-mobile {
        background-color: #34b44a;
    }

    .go-to-cart-mobile p, .continue-to-cart-mobile p {
        font-size: 14px;
        color: #FFFFFF;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .go-to-cart-mobile img {
        width: 22px;
        height: 22px;
        margin-right: 8px;
        margin-left: 12px;
    }

    #btn_buy_more {
        display: inline-block;
    }

    #btn_order {
        float: right;
    }

    #btn_buy_more, #btn_order {
        margin-top: 13px;
        padding: 12px 40px;
    }

    .trash-mobile {
        font-size: 14px;
        color: #FFFFFF;
        background-color: #ec2227;
        display: inline-block;
        padding: 8px 20px;
        border-radius: 5px;
        float: right;
    }

    .li-continue-trash-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-action span {
        padding: 10px !important;
    }

    .product_uom_order {
        display: none;
    }
}
.arrow-hover:hover{
    color: #2aaae2;
    transition: 0.3s;
    cursor: pointer;
}

.content-body-notification{
    height:450px;
}
.content-body-notification::-webkit-scrollbar {
    display: none;
}
.read_noti{
    opacity: 0.4;
}

#notify-media-body .notification-text {
    display: inline-block !important;
    white-space: nowrap; !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 26ch !important;
}

#modal-content-contact figure {
    width: 100% !important;
}
