html {
    scroll-behavior: smooth;
}

body {
    background-color: #F6F7F8;
}

.logo-lg img {
    height: 34px;
}

.side-nav .side-nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    color: #212529;
    height: 56px;
    display: flex;
    align-items: center;
}

.side-nav .side-nav-link:active,
.side-nav .side-nav-link:focus,
.side-nav .side-nav-link:hover {
    color: #212529;
}

.side-nav .menuitem-active>a:active,
.side-nav .menuitem-active>a:focus,
.side-nav .menuitem-active>a:hover {
    color: #212529;
}

.nav-item a.ticker-tab.active,
.nav-item a.ticker-tab:hover {
    background: #0af;
    border: 1px solid #0af;
    color: #fff;
}

.icon-size {
    font-size: 21px;
}

.primary-color {
    color: #00AAFF;
}

.red-text {
    color: #F7473A;
}

.common-margin-bottom {
    margin-bottom: 15px;
}

.common-text-black {
    color: #212529;
}

.color-icon {
    color: #00AAFF;
    font-size: 16px;
}

.ellipsis-1-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

hr.my-4 {
    border-top: 1px solid #F6F7F8;
}

.page-top-gap {
    margin: 0;
}

.common-title {
    font-size: 20px;
    color: #000;
}

.common-card {
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 0;
}

.custom-table tr th {
    padding: 17px 30px 17px .75rem;
}

.table-bg {
    background-color: #F6F7F8;
}

.common-form label,
.referral label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #6C757D;
}

.common-input {
    padding: 14px .9rem;
    border-radius: 10px;
    color: #6C757D;
    border: 1px solid #E4E7ED;
}

.common-select {
    padding: 14px 2.7rem 14px .9rem;
    border-radius: 10px;
    color: #6C757D;
    border: 1px solid #E4E7ED;
}

.common-input:focus,
.common-select:focus {
    border: 1px solid #E4E7ED;
}

.common-btn {
    background-color: #00AAFF;
    border-radius: 10px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    border: none;
}

.common-small-btn {
    background-color: #00AAFF;
    border-radius: 5px;
    height: 41px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    min-width: 126px;
    border: 0;
    box-shadow: none;
}

.common-small-outline-btn {
    background-color: transparent;
    border: 1px solid #00AAFF;
    border-radius: 5px;
    height: 41px;
    color: #6C757D;
    font-size: 14px;
    line-height: 24px;
    min-width: 126px;
    box-shadow: none;
}

.common-btn.btn:hover,
.common-small-btn:hover,
.common-small-outline-btn:hover,
.common-btn.btn:active,
.common-small-btn:active,
.common-small-outline-btn:active {
    background-color: #00AAFF;
    color: #fff;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    background-color: #00AAFF;
    color: #fff;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #00AAFF;
    border-color: #00AAFF;
    color: #fff;
}

.common-round-btn {
    background-color: #00AAFF;
    border-radius: 5px;
    height: 41px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.common-round-btn.btn:hover {
    background-color: #00AAFF;
    color: #fff;
}

input[type=checkbox]:checked {
    background-color: #00AAFF;
    border: none;
}

.badge.bg-success {
    color: #4BAE4F;
    background-color: #4BAE4F1A !important;
    border-radius: 10px;
    font-size: 11px;
    line-height: 16px;
    min-width: 50px;
    font-weight: 400;
}

.badge.bg-danger {
    color: #F7473A;
    background-color: #F7473A1A !important;
    border-radius: 10px;
    font-size: 11px;
    line-height: 16px;
    min-width: 50px;
    font-weight: 400;
}

.badge.bg-warning {
    color: #0070C4;
    background-color: #CBE6FA !important;
    border-radius: 10px;
    font-size: 11px;
    line-height: 16px;
    min-width: 77px;
    font-weight: 400;
}

.badge.bg-pending {
    color: #FFA322;
    background-color: #FAF3DD !important;
    border-radius: 10px;
    font-size: 11px;
    line-height: 16px;
    min-width: 50px;
    font-weight: 400;
}

.badge.bg-process {
    color: #14BBA9;
    background-color: #E5F9F3 !important;
    border-radius: 10px;
    font-size: 11px;
    line-height: 16px;
    min-width: 50px;
    font-weight: 400;
}

.badge.bg-demo {
    color: #535760;
    background-color: #E6E6E8 !important;
    border-radius: 10px;
    font-size: 11px;
    line-height: 16px;
    min-width: 50px;
    font-weight: 400;
}

.dashboard-banner {
    max-width: 100%;
    margin: 20px 0 0;
    border-radius: 10px;
}

.profile-img {
    margin: 0 20px 0 0;
    width: 90px;
}

.symbol-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.symbol-name {
    font-weight: 400;
    color: #212529;
}

.table-data {
    font-size: 16px;
}

.table-top-bg {
    background-color: #F6F7F8;
    border-radius: 10px;
}

.table-responsive .table-sm>:not(caption)>*>* {
    padding: 1rem .5rem;
}

.client-profile .nav-tabs.nav-bordered li a {
    padding: .625rem 1.25rem 1.5rem;
}

.client-profile .nav-tabs.nav-bordered {
    border-bottom: none;
}

.client-profile .nav-tabs.nav-bordered li a.active {
    border-bottom: 4px solid #00AAFF;
}

.content-box {
    border: 1px solid #E4E7ED;
    padding: 20px;
    background-color: #F6F7F8;
    border-radius: 10px;
}

.content-box ul {
    padding-left: 19px;
}

.devices .inbox-widget .inbox-item .inbox-item-img {
    width: 15px;
}

.devices .inbox-widget .inbox-item .inbox-item-img img {
    width: 15px;
}

.devices .inbox-widget .inbox-item {
    border-bottom: 1px solid #F6F7F8;
    padding: 1rem 0;
}

.thumb-profile-image {
    position: relative;
    margin: .625rem 11px .625rem 10px;
    min-width: 100px;
}

.thumb-profile-image .profile-edit-icon {
    position: absolute;
    bottom: 11px;
    right: -5px;
}

.thumb-profile-image .profile-edit-icon a {
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00AAFF;
}

.thumb-profile-image .profile-edit-icon a i {
    font-size: 12px;
}

.thumb-profile-image img {
    width: 100px;
    height: 100px;
    padding: 0;
}

.profile-info .timeline-alt {
    padding: 20px 0;
    position: relative;
    margin: 15px 0;
}

.profile-info .timeline-alt .timeline-item {
    margin-bottom: 12px;
}

.countdown-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1.5rem;
    padding-top: 15px;
}

.countdown-item {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 60px;
    text-align: center;
}

.label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #6c757d;
}

.countdown-sub-title {
    font-size: 20px;
    font-weight: 400;
}

.count-text {
    font-size: 30px;
    color: #000;
}

.promotion .main-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.promotion .main-title .count {
    border-radius: 50%;
    background-color: #00AAFF;
    font-size: 12px;
    padding: 2px 8px;
    margin-left: 5px;
    color: #fff;
}

.promotion h4.card-title {
    font-size: 28px;
    color: #000;
    padding-bottom: 12px;
    font-weight: 600;
    line-height: 28px;
}

.promotion p.card-text {
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
}

.promotion .requirements {
    font-size: 16px;
    padding: 15px 0;
    color: #000;
}

.promotion .accordion-item h2 button {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.promotion .accordion-item {
    margin-bottom: 10px;
}

.accordion-item:not(:first-of-type) {
    border-top: var(--ct-accordion-border-width) solid var(--ct-accordion-border-color);
}

.accordion-button:not(.collapsed) {
    background-color: #F6F7F8;
}

.context-box {
    position: relative;
}

.context-box img {
    width: 98%;
    border-radius: 10px;
}

.context-box .content-area {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.context-box .content-area p {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #fff;
}

i.ri-check-fill.timeline-icon {
    background-color: #00AAFF !important;
    border-radius: 50px;
    font-size: 16px !important;
}

.calculate-value {
    background-color: #E1F2FF;
    text-align: center;
    color: #00AAFF;
    font-size: 16px;
    border: none;
}

.custom-area {
    flex-wrap: wrap;
    display: flex;
    gap: 100px;
    align-content: center;
    justify-content: flex-start;
    padding-top: 20px;
}

.custom-area .box {
    width: auto;
}

.custom-area .box .sub-box h6.card-subtitle {
    color: #6C757D;
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 12px;
}

.custom-area .box .sub-box h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.meta-trader h6.card-subtitle {
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    color: #6C757D;
}

.platform-box {
    background-color: #F6F7F8;
    padding: 5px 0;
}

.platform-box .img-area {
    margin: 5px 0 10px;
    max-width: 100%;
}

.platform-box .custom-card-body {
    padding: 20px 25px;
}

.platform-box .custom-card-body h4 {
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-box .custom-card-body h4 i {
    font-size: 17px;
    color: #00AAFF;
}

.common-tab-card {
    border: 1px solid #E4E7ED;
    box-shadow: none;
    border-radius: 10px;
    min-height: 120px;
}

#deposit a.active .card,
#withdrawal a.active .card {
    border-right: none;
    background-color: #F6F7F8;
}

.common-tab-card h4 {
    color: #000;
    font-size: 18px;
}

.tab-pane .card-body h4 {
    color: #000;
}

.tab-pane .card-body h4.change-amount {
    color: #00AAFF;
    font-size: 14px;
}

.amount-area label {
    color: #6C757D;
    font-weight: 400;
    font-size: 12px;
}

.btn.amount-box,
.btn:hover.amount-box {
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #E1F2FF;
    color: #00AAFF;
}

.form-checkbox-dark .form-check-input:checked,
.form-radio-dark .form-check-input:checked {
    background-color: #00AAFF;
    border-color: #00AAFF;
}

.result-form-value {
    background-color: #E1F2FF;
    text-align: left;
    color: #239CFF;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}

.custom-table-2 {
    border: 1px solid #E4E7ED;
    /*border-radius: 10px;*/
}

.table-color-grey {
    background-color: #F6F7F8;
    border-bottom: 0 solid transparent;
    border-radius: 10px;
}

.custom-table-2 .table-area th {
    padding: 20px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

.custom-table-2 tbody tr {
    border-bottom: 1px solid #E4E7ED;
}

.custom-table-2 tbody tr:last-child {
    border-bottom: none;
}

.custom-table-2 tbody tr td {
    padding: 15px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #6C757D;
}

.custom-table-2.dataTable thead>tr>th.sorting {
    padding-right: 10px;
    padding-left: 10px;
}

.custom-table-2.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before {
    top: 34px;
    display: none;
}

.custom-table-2.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    top: 28px;
    display: none;
}

.card h4.header-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.custom-modal .modal-header {
    padding: 25px 25px 15px;
    border-bottom: none;
}

.custom-modal .card-body {
    padding: 0 0 1.25rem;
}

.custom-modal .card-body label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #6C757D;
}

.custom-modal .modal-body {
    padding: 10px 25px 20px;
}

.custom-modal .modal-footer {
    justify-content: center;
    padding: 10px 0;
}

.custom-modal .btn-close {
    color: #99B2C6;
}

.custom-modal .modal-body .custom-area .card-subtitle {
    color: #6C757D;
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 12px;
}

.custom-modal .profile-image.text-center {
    padding: 25px 15px;
}

.custom-modal .upload-image {
    padding: 0 0 30px;
}

.custom-modal .modal-header h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}

.custom-modal .modal-header h4.modal-title {
    margin-bottom: 0;
}

.custom-modal .modal-header h4.modal-title.text-red {
    color: #F7473A;
}

.custom-modal .modal-body .list-group-item {
    font-size: 14px;
}

.custom-modal .deposit-body {
    padding: 10px 15px;
    border: 1px solid #E4E7ED;
    border-radius: 10px;
    align-items: center;
}

.custom-modal .promo-code-box {
    width: 100%;
    font-size: 16px;
    padding: 8px 15px;
    background-color: #E1F2FF;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

.modal-bank-details textarea {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
    height: 246px;
}

.action-required {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.action-required .otp-area {
    gap: 10px;
}

.action-required .otp-area input {
    border: 1px solid #E4E7ED;
    text-align: center;
}

.action-required p {
    color: #6C757D;
}

.action-required a {
    color: #0060FD;
}

.custom-modal .withdraw-body {
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 10px 0 0;
    display: flex;
    gap: 30px;
}

span.text-success.primary-color {
    color: #00AAFF !important;
}

.toggle-switch input:checked+.switch-slider {
    background-color: #00AAFF;
}


/*.form-switch .form-check-input {
    width: 45px;
    height: 22px;
}*/

.custom-select-wide {
    min-width: 103px;
}

.form-switch-compact {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal .deposit-body .content-area {
    display: flex;
    gap: 30px;
}


/****** Menu ******/

.leftside-menu {
    width: 302px;
    min-width: 302px;
}

.leftbar-user {
    background: url(../images/left-menu/bg.png) center center no-repeat;
}

.leftbar-user .name-area {
    padding: 16px 20px;
}

.leftbar-user .profile-name {
    font-size: 14px;
    font-weight: 500;
}

.side-nav {
    margin-top: 15px;
    padding: 0 24px;
}

.navbar-custom {
    margin-left: 302px;
}

.side-nav .menuitem-active>a {
    color: #212529;
}

.side-nav .side-nav-link i {
    color: #929AAC;
}

.side-nav-link:hover i,
.side-nav-link.active i {
    color: #929AAC;
}

li.side-nav-item img {
    width: 18px;
    height: 18px;
    margin: 0 20px 0 0;
}

.side-nav-second-level li a {
    padding: 0 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 56px;
}

.side-nav-second-level .side-nav-item a {
    padding: 0 14px;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 56px;
}

li.side-nav-item.menuitem-active {
    background-color: #F6F7F8;
    border-radius: 10px;
}

ul.side-nav li {
    padding: 0 10px;
}

.side-nav-second-level li a:hover,
.side-nav-second-level li a:active {
    padding-left: 10px;
}

.hover-img {
    display: none;
}

.side-nav-item:hover .default-img,
.side-nav-item.active .default-img {
    display: none;
}

.side-nav-item:hover .hover-img,
.side-nav-item.active .hover-img {
    display: inline;
}


/*** Content page ****/

.content-page {
    margin-left: 302px;
}

.custom-container {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-container .row>* {
    padding-right: 0.469rem;
    padding-left: 0.469rem;
}

.common-m-top {
    margin-top: 15px;
}

.nav-tabs.nav-bordered li a {
    border: 0;
    padding: .625rem 1.25rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #6C757D;
}

.nav-tabs.nav-bordered {
    gap: 30px;
}

.nav-tabs .nav-link.active {
    color: #212529;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
}

.nav-tabs.nav-bordered li a.active {
    border-bottom: 3px solid #00AAFF;
}


/*.table-responsive .table-sm>:not(caption)>*>* {
    padding: 24px .5rem;
}*/

.table-responsive thead tr th {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #6C757D;
}

.profile-img img {
    height: 89px;
    width: 89px;
    padding: 0;
    max-width: fit-content;
}

.dashboard-profile-card h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #212529;
    margin-bottom: 5px;
    padding-top: 6px;
}

.dashboard-profile-card h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #212529;
}

.dashboard-profile-card ul {
    padding-top: 4px;
}

.dashboard-card h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #000000;
}

.dashboard-card h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #6C757D;
}

.dashboard-card {
    min-height: 161px;
}


/*** Profiile **/

.thumb-profile-image span {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6C757D;
    padding-bottom: 5px;
}

.thumb-profile-image p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6C757D;
    padding-top: 5px;
}

.thumb-profile-image h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 31px;
    color: #000000;
}


/**** Pagination *****/

.pagination-rounded .page-link {
    border-radius: 10px !important;
    margin: 0 3px !important;
    border: 1px solid #EAEAEA;
    padding: 10px 18px;
}

.paginate_button.page-item.previous a,
.paginate_button.page-item.next a {
    padding: 5px 8px;
}

.paginate_button.page-item.previous a i,
.paginate_button.page-item.next a i {
    font-size: 21px;
}

.active>.page-link,
.page-link.active {
    background-color: #00AAFF;
}


/**** Profile area ****/

.profile-area .card-body {
    min-height: 185px;
}

.inbox-widget {
    margin-top: 30px;
}

.inbox-widget .inbox-item .inbox-item-author {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #212529;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #6C757D;
    display: block;
    margin: 0;
    padding-left: 31px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
}

.card-body.verification-card {
    padding: 20px 24px;
}

.verification-card .item-area {
    padding: 42px 0;
    border-bottom: 1px solid #F6F7F8;
}

.verification-card h4.header-title {
    font-size: 18px;
}

.verification-card .common-small-btn {
    min-width: 92px;
}

.card-body.common-form {
    padding: 0;
}

img.live-icon {
    width: 20px;
    height: 12px;
    margin-top: -1px;
    margin-right: 5px;
}

a.active .common-tab-card {
    background-color: #F6F7F8;
    border: 1px solid #00AAFF;
}

.available-withdraw-field {
    box-shadow: none;
    border-radius: 10px;
    border: none;
    padding: 14px .9rem;
}

.internal-transfer .card-body.common-form {
    padding: 20px;
}

.copy-alert {
    font-size: 15px;
    padding-top: 15px;
    display: block;
    text-align: center;
}

.referral-link input.common-input {
    font-size: 14px;
    height: 51px;
}

.meta-trader h3 {
    margin-top: 10px;
}

img.dashboard-icon {
    max-width: 100%;
}

.custom-area .common-title {
    font-size: 16px;
    color: #00AAFF;
    border: 1px solid #E4E7ED;
    padding: 20px 0;
    border-radius: 10px;
    font-weight: 400;
}

h3.account-group {
    font-size: 20px;
    color: #000;
}

.custom-area .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.custom-area .items h6,
.custom-area .items h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.custom-area .items h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000;
}

.modal-body .deposit-title {
    font-size: 18px;
    font-weight: 400;
    color: #212529 !important;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-body .deposit-title .text-break {
    word-break: break-word;
}

.modal-body .deposit-body img,
.modal-body .withdraw-body img {
    width: 130px;
    padding: 10px;
}

.modal-body.withdraw-content {
    border: 1px solid #E4E7ED;
    margin: 10px 20px 20px;
    border-radius: 10px;
    padding: 0;
}

.modal-body .vertical-divider {
    width: 100%;
    background-color: #dee2e6;
    height: 1px;
    margin-top: 20px;
}

.modal-body.withdraw-content .vertical-divider {
    width: calc(100% - 30px);
    background-color: #dee2e6;
    height: 1px;
    margin: 0 auto;
}

.modal-body .gateway-image {
    display: flex;
    align-items: center;
    background-color: #eff8ff;
    margin-bottom: 10px;
}

.withdraw-body .custom-area .sub-box {
    margin-bottom: 25px;
}

.withdraw-body .custom-area .sub-box h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}

.col-12.left-area {
    max-width: 260px;
}

.col-12.right-area {
    display: flex;
    gap: 8px;
    width: calc(100% - 260px);
}

button.common-small-btn.btn.btn-lg.copy {
    height: 48px;
}

.referral-count .custom-container .row>* {
    padding-left: 0;
    padding-right: 0;
}

.referral-count .common-card .p-1 {
    text-align: center;
}

.referral-count h5.card-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6C757D;
}

.referral-count p.card-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    white-space: nowrap;
}

.profile-group .datepicker input#range-datepicker {
    width: 240px;
}

.promo-marterials .form-select.common-select {
    min-width: 213px;
    height: 52px;
}

.promo-marterials .common-btn {
    width: 166px;
    border-radius: 10px;
}

.promo-card .card {
    border: 1px solid #E4E7ED;
    box-shadow: none;
    margin-bottom: 15px;
}

.promo-card .card:hover {
    border: 1px solid #00AAFF;
}

.promo-card .common-small-outline-btn {
    min-width: 115px;
    color: #000;
}

.promo-card .common-small-outline-btn:hover {
    color: #fff;
}

.promo-card .common-small-btn {
    min-width: 115px;
}

.promo-marterials ul.pagination.pagination-rounded.mb-0 {
    display: flex;
    justify-content: flex-end;
}

.promo-marterials-page .card h4.header-title {
    text-transform: capitalize;
}

.qr_code img {
    max-width: 50%;
}

.deposit-confirm .content-area .sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6C757D;
}

.deposit-confirm .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-radius: 10px;
}

.deposit-confirm .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 10px;
}

.deposit-confirm input#copyInput {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #6C757D;
}

.deposit-confirm button.copy {
    min-width: 94px;
}

.live-account-info .common-card {
    min-height: 270px;
}

.platform-box .custom-card-body h4.card-title.cpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0;
}

.platform-box .copy-trading.img-area {
    max-width: 70px;
    margin: 30px 0;
}

.select-range-picker input {
    min-width: 350px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

.select-range-picker .common-btn {
    width: 148px;
    margin-top: 6px;
}

.custom-modal .country-area {
    padding: 14px .9rem;
    border-radius: 10px;
    color: #6C757D;
    border: 1px solid #E4E7ED;
    background-color: var(--ct-tertiary-bg);
}

.auth-brand .logo-dark img {
    height: 38px;
}

.account-pages h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 5px;
}

.account-pages .para {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6C757D;
}

.common-card.login {
    box-shadow: 0 4px 15px -3px #12121714;
}

.account-type-area {
    padding: 14px 12px 14px 8px;
}

.other-mt-account-area {
    width: 96px !important;
    padding: 14px 4px 14px 8px;
}

.trade-filter .common-select {
    width: auto;
}

.verification-card .image-area {
    margin-right: 1.25rem;
}

.dashboard-page .profile-name-area {
    margin-bottom: 19px;
}

.chart .card-height {
    min-height: 552px;
}

.flatpickr-day.today {
    border-color: #00AAFF;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #00AAFF;
    border-color: #00AAFF;
}

.client-profile .datepicker input[type=text] {
    min-width: 220px;
}

.chart-min-width {
    width: 350px;
}

.top_bar {
    padding: 16px 0;
    background: #fff;
    overflow: hidden;
}

.top_bar_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top_bar_logo img {
    width: 150px;
}

.top-bar-black .row {
    display: flex;
    justify-content: space-between;
}

.top-bar-black .top_bar_cont {
    min-height: 28px;
}

.top-bar-black .top_bar_sc {
    min-height: 28px;
}

.top-bar-black .top_bar_sc {
    justify-content: flex-end;
    display: flex;
    gap: 12px;
}

body.authentication-bg .account-pages {
    min-height: auto;
}

.top-bar-black {
    padding: 16px 0;
    background: black;
    overflow: hidden;
}

.top_bar_cont {
    display: flex;
    align-items: center;
    gap: 20px;
}

.callto,
.mailto {
    display: flex;
    align-items: center;
    gap: 5px;
}

.callto a,
.mailto a {
    color: white;
}

.top-bar-black i {
    color: #00aaff;
}

.footer {
    border-top: none;
}

.footer_section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 24px;
}

.footer_section p {
    font-size: 16px;
    color: #212529;
}

.footer_section p a span {
    font-size: 16px;
    color: #212529;
}

.footer_logo {
    width: 160px;
    display: block;
}

.footer_section svg {
    color: #00aaff;
}

.footer_section .callto a,
.footer_section .mailto a {
    color: #212529;
}

.footer_section .callto,
.footer_section .mailto,
.footer_section .footer_sc {
    font-size: 18px;
    justify-content: center;
}

.footer_sc {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fo_us_link_wra {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0 14px;
}

.footer_bottom_bar {
    padding: 26px 0;
}

.fo_us_link_wra a {
    color: #212529;
    font-size: 16px;
}

.fo_us_link_wra a:hover {
    color: #00aaff;
}

.fo_bo_bar_left {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.fo_bo_bar_right {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.footer_bottom_bar {
    display: flex;
    align-items: center;
    padding: 26px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.fo_us_link_wra {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0 14px;
}

.img_18 {
    width: fit-content;
}

.footer_bottom_bar .vertical_divider {
    height: 40px;
    width: 2px;
    background: linear-gradient(135deg, #00e3cd, #00aaff);
    border-radius: 4px;
}

.footer_logo {
    width: 160px;
    display: block;
}

.footer_sc a {
    font-size: 16px;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_sc a i {
    color: white;
}

.footer_sc a svg {
    color: white;
}

.facebook {
    color: #316FF6;
}

.linkedin {
    color: #0a66c2;
}

.youtube {
    background-color: #f60000;
}

.instagram {
    background-color: #E1306C;
}

.twitter {
    background-color: #000000;
}

.footer_section i {
    color: #00aaff;
}

.fo_bo_bar_right i {
    margin-right: 12px;
    margin-top: 5px;
}

.logo-sm img {
    height: 35px;
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover .side-nav-link {
    color: #000;
    background-color: #F5F5F5;
}

.bg_grad {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 100%;
    filter: blur(60px);
}

.grad1 {
    background: #00aaff38;
    left: 35%;
    bottom: 13%;
    z-index: -1;
}

.grad2 {
    background: #00e3cd38;
    right: 35%;
    bottom: 13%;
    z-index: -1;
}

.grad3 {
    background: #00e3cd38;
    left: 20%;
    bottom: 0;
    z-index: -1;
}

.grad4 {
    background: #00aaff38;
    right: 20%;
    bottom: 0;
    z-index: -1;
}

.grad5 {
    background: #00e3cd38;
    left: 25%;
    top: 20%;
    z-index: -1;
}

.grad6 {
    background: #00aaff30;
    right: 30%;
    top: 5%;
    z-index: -1;
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav {
    padding-left: 0;
    padding-right: 0;
}

.live-account .custom-area.mb-area-only {
    display: none;
}

.select-date-area .flatpickr-input {
    min-width: 240px;
}

.select-date-area .common-btn {
    min-width: 110px;
}

.form-check-input:checked {
    background-color: #00AAFF;
    border-color: #00AAFF;
}

.code-snippet .area {
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    background: rgb(248, 249, 249);
    border: 1px solid #E4E7ED;
    border-radius: 10px;
    white-space: normal;
    word-break: break-all;
    min-height: 150px;
    width: 100%;
}

.copy-btn .common-btn.btn {
    min-width: 200px;
    width: 200px;
    margin: 0 auto;
}

.image-ratio {
    object-fit: cover;
    object-position: center;
}


/****** Admin panel ******/

.admin-page .common-button {
    background-color: #1D4F79;
    height: 41px;
    border-radius: 5px;
    color: #fff;
}

.admin-page .common-button:hover {
    background-color: #1D4F79;
}

.admin-page .top-tab-area {
    margin: 0 1rem;
}

.admin-page .nav-tabs.nav-bordered {
    border-bottom: 2px solid #F5F5F5;
}

.admin-page .table-top-bg {
    background-color: #A7BED1;
}

.admin-page .custom-table-2 .table-area th {
    color: #fff;
}

.admin-page .custom-table-2 {
    border: 1px solid #E4E7ED;
}

.admin-page .card h4.header-title {
    font-size: 24px;
    line-height: 48px;
    color: #003D70;
}

.admin-page .leftbar-user {
    background: url(../images/left-menu/admin-bg.png) center center no-repeat;
}

.admin-page .leftbar-user .name-area {
    color: #fff;
}

.admin-page .page-top-gap {
    margin-top: 15px;
}

.admin-page img.default-img {
    width: 18px;
    height: 18px;
}

.admin-page .delete-btn {
    border: none;
    background: transparent;
}

.silva-main-sections h4.user-name {
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    gap: 10px;
}

.admin-page .profile-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    gap: 20px;
}

.admin-page .profile-area .avatar-lg {
    height: 5rem;
    width: 5rem;
}

.admin-page .profile-text p {
    text-align: left;
    text-transform: capitalize;
    font-size: 12px;
    color: #6C757D;
    margin-bottom: 8px;
}

.admin-page .profile-text h4 {
    text-align: left;
    font-size: 21px;
    text-transform: capitalize;
}

.admin-page .user-details-table table {
    text-align: left;
}

.admin-page .card h4.header-title.sub-title {
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 9px;
}

.admin-page .user-details-table .button-area {
    padding: 0px 10px;
    text-align: right;
}

.admin-page .setting-area .card-body {
    min-height: 311px;
}

.identity_image img,
.address_image img {
    max-width: 75%;
}

.admin-page .nav-tabs.nav-bordered li a {
    font-size: 16px;
}

.admin-count-card .card-area {
    margin-bottom: 10px;
}

.admin-count-card .card-area h5 {
    font-size: 16px;
    font-weight: 400;
    color: #6C757D;
}

.admin-count-card .card-area h3 {
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

.admin-page .setting-table {
    border-top: 1px solid #dee2e6;
    margin-top: 24px;
}


/******* Dashboard *****/

.admin-common-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.dashbox-title .admin-common-title {
    margin-bottom: 0;
}

.admin-page .btn-check:checked+.btn,
.admin-page .btn.active,
.admin-page .btn.show,
.admin-page .btn:first-child:active,
.admin-page :not(.btn-check)+.btn:active {
    background-color: #1D4F79;
    color: #fff;
}

.admin-page .table-responsive thead tr th {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

.admin-page .dashboard-graph-card .common-card .card-body {
    min-height: 203px;
    padding: 20px 20px 15px;
}

.admin-page .dashboard-graph-card .row>* {
    padding-right: 0.469rem;
    padding-left: 0.469rem;
}

.admin-page .dashboard-graph-card .common-m-top {
    margin-top: 20px;
}

.dashboard-graph-card .title {
    font-size: 16px;
    color: #6C757D;
    margin-bottom: 10px;
}

.dashboard-graph-card .count {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-right: 5px;
}

.admin-page .dashboard-page .common-m-top {
    margin-top: 15px;
}

.col-lg-5.dashboard-graph-card {
    padding-right: 4px !important;
}

.avatar-data-table .table>:not(caption)>*>* {
    padding: 9px .75rem;
}

.avatar-data-table .card-header {
    padding: 24px 21px 0;
}

.avatar-data-table .item-box {
    padding: 15px 12px;
}

.avatar-data-table .item-box:first-child {
    border-top: 1px solid #dee2e6;
}

.avatar-data-table .item-box:last-child {
    padding-bottom: 0;
}

.avatar-data-table .avatar-image {
    height: 60px;
    width: 60px;
    border: 0.7px solid #E8EDF3 !important;
    background-color: #F7F8FA;
}

.avatar-data-table .avatar-image img {
    width: 45px;
    height: 45px;
}

.avatar-data-table .item-box .title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.avatar-data-table .item-box .country {
    font-size: 12px;
    color: #6C757D;
}

.avatar-data-table .item-box .data-title {
    font-size: 12px;
    color: #6C757D;
}

.avatar-data-table .item-box .data-count {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.apex-charts {
    min-height: 70px !important;
}

.visitors-chart .card-header {
    padding: 24px 24px 0;
}

div#visitors {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visitors-chart .title {
    font-size: 16px;
    color: #6C757D;
    margin-bottom: 7px;
}

.visitors-chart .count {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.common-card.avatar-data-table {
    min-height: 537px;
}

.recent-join.avatar-data-table,
.visitors-chart {
    min-height: 460px;
}

.tasks-list {
    min-height: 521px;
}

.recent-join .card-header {
    padding: 24px 24px 0;
}

.visitors-browser-list .box-list {
    gap: 18px;
}

.visitors-browser-list .box-list .title {
    font-size: 16px;
    color: #6C757D;
}

.visitors-browser-list .box-list .count {
    font-size: 16px;
    color: #000;
}

.promotions-country .table>:not(caption)>*>* {
    padding: 15px .75rem;
}

.promotions-country .card-header {
    padding: 24px 24px 0;
}

.promotions-country .item-gap {
    margin-left: 1.25rem
}

.promotions-country .item-box {
    padding: 25px 4px 15px;
}

.promotions-country .item-box:first-child {
    border-top: 1px solid #dee2e6;
}

.promotions-country .item-box:last-child {
    margin-block-end: 0;
    padding-bottom: 0;
}

.promotions-country .item-box .data-title {
    font-size: 12px;
    color: #6C757D;
}

.promotions-country .item-box .data-count {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.promotions-country .item-box .title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.promotions-country .item-box .country {
    font-size: 12px;
    color: #6C757D;
}

.traffic-analytic,
.visitors-countries {
    min-height: 455px;
}

.traffic-analytic ul.visitors-browser-list li {
    margin-block-end: 25px;
}

.traffic-analytic ul.visitors-browser-list li:last-child {
    margin-block-end: 0;
}

.traffic-analytic .avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    background-color: #F7F8FA;
    border-radius: 50%;
    border: 1px solid #E8EDF3;
    padding: 7px;
}

.traffic-analytic .progress.progress-xs,
.progress-stacked.progress-xs {
    height: 7px;
}

.visitors-countries ul.visitors-country li {
    margin-block-end: 25px;
}

.visitors-countries ul.visitors-country li:last-child {
    margin-block-end: 0;
}

.visitors-countries .visitors-country .avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    background-color: #F7F8FA;
    border-radius: 50%;
    border: 1px solid #E8EDF3;
    padding: 7px;
}

.visitors-country .title {
    font-size: 16px;
    color: #6C757D;
}

.visitors-country .count {
    font-size: 16px;
    color: #000;
}

.transactions-area {
    min-height: 420px;
}

.pending-user {
    min-height: 538px;
}

.transactions-area .card-header {
    padding: 34px 24px 10px;
}

.transactions-area li {
    margin-block-end: 23px;
}

.transactions-area .flex-fill {
    margin-left: 20px;
}

.transactions-area .title {
    font-size: 16px;
    color: #6C757D;
    margin-right: 5px;
}

.transactions-area .count {
    font-size: 16px;
    color: #000;
}

.pending-user .card-header {
    padding: 24px 24px 0;
}

.pending-user .custom-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
}

.admin-page .pending-user .custom-table-2,
.admin-page .pending-user .custom-table-2 tbody tr,
.admin-page .revenue-locations .custom-table-2 tbody tr {
    border: none;
}

.admin-page .pending-user .custom-table-2 thead tr th {
    padding: 15px 20px;
}

.admin-page .pending-user .custom-table-2 tbody tr td {
    padding: 15px 20px;
}

.pending-user .table-card .view-btn {
    background-color: #EAE7FF;
    color: #8777FF;
}

.pending-user .table-card .edit-btn {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.pending-user .table-card .delete-btn {
    background-color: #FFEBEC;
    color: #FF3D4C;
}

.pending-user .badge.status {
    width: 75px;
    font-size: 11px;
    padding: 4px 10px;
    height: 19px;
}

.pending-user .badge.status.approved {
    background-color: #D4E7FC;
    color: #0070C4;
}

.pending-user .badge.status.pending {
    background-color: #FDEAD9;
    color: #D8690A;
}

.pending-user .badge.status.rejected {
    background-color: #F6E4E3;
    color: #F7473A;
}

.revenue-locations .custom-table-2 {
    border: none;
}

.common-admin-small-btn {
    background-color: #1D4F79;
    border-radius: 5px;
    height: 41px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    min-width: 126px;
    border: 0;
    box-shadow: none;
}

.common-admin-small-btn:hover,
.common-admin-small-btn:active {
    background-color: #113f66;
    color: #fff;
}

.common-admin-small-btn.btn:disabled {
    background-color: #113f66;
    border-color: #113f66;
}

.common-admin-small-outline-btn {
    background-color: transparent;
    border: 1px solid #1D4F79;
    border-radius: 5px;
    height: 41px;
    color: #6C757D;
    font-size: 14px;
    line-height: 24px;
    min-width: 126px;
    box-shadow: none;
}

.common-admin-small-outline-btn:hover,
.common-admin-small-outline-btn:active {
    background-color: #1D4F79;
    color: #fff;
}

.bg-1 {
    background-color: rgba(250, 90, 125, 0.7);
}

.bg-2 {
    background-color: #FFF4DE;
}

.bg-3 {
    background-color: #DCFCE7;
}

.bg-4 {
    background-color: #F3E8FF;
}

.bg-5 {
    background-color: #FFF9ED;
}

.bg-6 {
    background-color: #EBF9FE;
}

.bg-7 {
    background-color: #FDE4DD;
}

.bg-8 {
    background-color: #F6F3FF;
}

.btn.common-view-all-btn {
    border: 1px solid #E4E7ED;
    background-color: #F6F7F8;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 102px;
    height: 41px;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
}

.btn:hover.common-view-all-btn {
    color: #000;
    border: 1px solid #ccc;
}

.btn.common-view-all-dropdown {
    border: 1px solid #E4E7ED;
    background-color: #F6F7F8;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    min-width: 102px;
    height: 41px;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
}

.btn:hover.common-view-all-dropdown {
    border: 1px solid #E4E7ED;
    background-color: #F6F7F8;
    color: #000;
}

.nav-tabs-header {
    border: 0;
}

.nav-tabs-header .nav-item {
    margin-inline-end: 0.5rem;
}

.nav-tabs-header .nav-item .nav-link {
    font-size: 14px;
    padding: 3px 20px;
    font-weight: 400;
    border-radius: 5px;
    line-height: normal;
    text-decoration: none;
    color: #6C757D;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs-header .nav-item .nav-link.active,
.nav-tabs-header .nav-item .nav-link:focus {
    border-color: #E4E7ED;
    color: #000;
    background-color: #F6F7F8;
}

.tab-content .tab-pane {
    padding: 1rem;
}

ul.task-list-tab li {
    margin-block-end: 1.6rem;
}

.tasks-list .card-header {
    padding: 30px 24px 24px;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.todolist .item-title {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.todolist .item-sub {
    font-size: 13px;
    font-weight: 400;
    color: #6C757D;
}

.todolist .badge {
    border-radius: 4px;
    font-size: 11px;
    line-height: 16px;
    min-width: 74px;
    font-weight: 500;
    cursor: pointer;
}

.todolist .badge.bg-start {
    color: #8777FF;
    background-color: #EAE7FF;
}

.todolist .badge.bg-process {
    color: #0070C4;
    background-color: #D4E7FC !important;
}

.todolist .badge.bg-hold {
    color: #FF3D4C;
    background-color: #FFEBEC;
}

.todolist .badge.bg-completed {
    color: #14BBA9;
    background-color: #E5F9F3;
}

.tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    max-width: none;
    padding: 15px 17px;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
    width: auto;
}

.tooltip-inner div {
    margin-bottom: 6px;
}

.tooltip-inner div:last-child {
    margin-bottom: 0;
}

.revenue-locations {}

.admin-page .revenue-locations .custom-table-2 tbody tr td {
    padding: 15px 20px;
}

.revenue-locations .avatar-image {
    width: 42px;
    height: 42px;
    display: inline-flex;
    background-color: #F7F8FA;
    border-radius: 50%;
    border: 1px solid #E8EDF3;
    padding: 7px;
    margin-right: 12px;
}

.revenue-locations .avatar-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}


/*** Common Admin Modal ***/

.admin-page .custom-modal input[type=text] {
    height: 41px;
    border-radius: 5px;
}

.admin-page .custom-modal select.select-box {
    height: 41px;
}

.admin-page .custom-modal .common-select {
    border-radius: 5px;
}


/*** Add New Admin ***/

.select-all-checkbox {
    text-align: right;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.country-options label {
    font-weight: 400;
    padding: 0 0 3px;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.role-permission {
    color: #ccc;
    font-weight: 600;
}

.center-btn button {
    width: 116px;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 4px;
    font-size: 12px;
    color: #fff;
}

.bg-purple {
    background-color: #6f42c1;
}

.icon-btn {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.8rem;
    padding: 0.1875rem;
    border: none;
    background-color: transparent;
    border-radius: 5px;
}

.icon-btn.bg-1 {
    background-color: #EAFAFF;
}

.icon-btn.bg-2 {
    background-color: #FFEBEC;
}

.icon-btn i {
    padding: 0rem;
    margin: 0 -0.5rem;
    font-size: 12px;
}

.icon-btn i.bi.bi-pencil-fill {
    color: #1EBCEE;
}

.icon-btn i.bi.bi-trash {
    color: #FF3D4C;
}


/**** Group Name modal ****/

.group-name-modal .permission-btn .add-btn {
    background-color: #20C997;
}

.group-name-modal .permission-btn .remove-btn {
    background-color: #e93528;
}

.label-title {
    font-weight: 400;
    font-size: 12px;
    color: #000;
}


/**** Email Message and Analytics tabs ****/

.analytics-dropdown,
.email-dropdown {
    min-width: 108px;
    height: 41px;
    background-color: #F6F7F8;
    color: #000;
    border: 1px solid #E4E7ED;
    box-shadow: none;
}

.analytics-dropdown:hover,
.analytics-dropdown:active,
.btn:first-child:active.analytics-dropdown,
.btn.show.analytics-dropdown,
.email-dropdown:hover,
.email-dropdown:active,
.btn:first-child:active.email-dropdown,
.btn.show.email-dropdown {
    background-color: #F6F7F8;
    color: #000;
    border: 1px solid #E4E7ED;
}

.email-section .dropdown-item {
    cursor: pointer;
}

.email-sub-section .box-area {
    border: 1px solid #E4E7ED;
    padding: 24px;
    margin-bottom: 20px;
    font-size: 14px;
}

.email-sub-section .box-area .bold,
.margin-email-section .box-area .bold {
    color: #000000;
}

.email-sub-section .box-area .content {
    border: 1px dashed #929AAC;
    padding: 24px;
    color: #6C757D;
    border-radius: 4px;
    background-color: #F8F8F8;
}

.margin-email-section .box-area {
    border: 1px solid #E4E7ED;
    padding: 24px;
    font-size: 14px;
}

.margin-email-section .box-area .start-area {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

.margin-email-section .content {
    padding: 24px;
    font-size: 14px;
    border: 1px dashed #929AAC;
    border-radius: 4px;
    background-color: #F8F8F8;
    border-collapse: separate;
    width: 330px;
}

.margin-email-section .content .bold {
    color: #000;
    padding-bottom: 5px;
}

.margin-email-section .content .txt-right {
    color: #000;
    text-align: right;
}


/**** Notification tab ****/

.notification-area .select-btn {
    background-color: #F6F7F8;
    border: 1px solid #E4E7ED;
    border-radius: 5px;
    width: 102px;
    height: 41px;
    color: #000;
    font-size: 14px;
    box-shadow: none;
}

.notification-area .card-height {
    min-height: 290px;
}

.update-btn {
    max-width: 170px;
    width: 100%;
    background-color: #1D4F79;
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
}

.update-btn:hover {
    background-color: #1D4F79;
    color: #fff;
    font-size: 14px;
}

.best-regards-text p {
    margin-bottom: 5px;
}


/**** Access page ****/

.access-forbidden h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    padding-bottom: 2px;
}

.access-forbidden p {
    font-size: 16px;
}

.access-forbidden .btn {
    width: 200px;
    height: 52px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 39px;
    background-color: #00AAFF;
    border: none;
}

.common-admin-small-btn {
    background-color: #1D4F79;
    border-radius: 5px;
    height: 41px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    min-width: 126px;
    border: 0;
    box-shadow: none;
}

.common-admin-small-btn:hover,
.common-admin-small-btn:active {
    background-color: #113f66;
    color: #fff;
}


/*.assign-select {
    min-width: 230px;
    height: 41px;
}*/

.admin-select-area {
    gap: 10px;
}

.admin-common-select {
    flex: 1 1 0;
    width: calc((100% - 40px) / 5);
    min-width: 0;
}

.admin-common-select label {
    font-size: 12px;
    font-weight: 400;
}

.admin-common-select select {
    height: 41px;
}

.user-search-area select {
    height: 41px;
}

.user-search-area input[type=date] {
    height: 41px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: 0 20px 0 25px;
}

.user-search-area input[type=search] {
    height: 41px;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 4px;
    font-size: 12px;
    color: #fff;
}

.bg-purple {
    background-color: #6f42c1;
}

.status-indicator i {
    font-size: 14px;
    color: rgb(23, 164, 151);
    margin-top: 2px;
}

.status-area {
    margin-top: 5px;
}

.status-indicator.bg-purple {
    background-color: #d1d1d7 !important;
}


/**** User Details ****/

.admin-page .common-card .card-body {
    padding: 21px 21px 20px;
}

.user-profile .bg-warning-subtle {
    font-size: 12px;
    font-weight: 400;
    padding: 4px 14px;
    color: #dd8408;
}

.user-profile .badge {
    font-size: 12px;
    font-weight: 400;
    padding: 4px 14px;
    border-radius: 5px;
    min-width: 64px;
}

.user-profile .badge.bg-success-subtle {
    color: #0CC763;
    background-color: rgba(12, 199, 99, 0.15) !important;
}

.user-profile .badge.bg-inactive-subtle {
    color: #585A61;
    background-color: #d1d1d7 !important;
}

.user-profile .badge.bg-unfunded-subtle {
    color: #D8690A;
    background-color: #FDEAD9 !important;
}

.admin-page .custom-table-2 .table-area th {
    padding: 20px 20px;
}

.admin-page .custom-table-2 tbody tr td {
    padding: 15px 20px;
}

.admin-page .setting-area .card-body.card-height {
    min-height: 410px;
}

.admin-page .silva-main-sections {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.admin-page .silva-profile-main img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
}

.admin-page .profile-status .box {
    flex: 1 1 calc(25% - 10px);
    /* Responsive 4 per row */
    border: 1px dashed #E4E7ED;
    padding: 12px 15px;
    border-radius: 5px;
    margin-top: 13px;
    box-sizing: border-box;
    max-width: 190px;
}

.admin-page .profile-status .box .box-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}

.admin-page .profile-status .box .box-content span {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.admin-page .profile-details {
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.admin-page .profile-details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #6C757D;
}

.admin-page .verification-list .badge {
    width: 68px;
    font-size: 11px;
    font-weight: 400;
}

.admin-page .verification-list .badge {
    width: 68px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 5px;
}

.admin-page .verification-list .badge.unverified {
    background-color: rgba(247, 71, 58, 0.10);
    color: #F7473A;
}

.admin-page .verification-list .badge.verified {
    background-color: rgba(75, 174, 79, 0.10);
    color: #4BAE4F;
}

.admin-page .verification-list .badge.pending {
    background-color: rgba(253, 234, 217, 1);
    color: #D8690A;
}

.admin-page .verification-list .badge.rejected {
    background-color: rgba(180, 35, 24, 0.1);
    color: #B42318;
}

.user-top-profile-area .user-profile {
    margin-bottom: 2px;
}

.user-top-profile-area .profile-status {
    margin-top: 6px;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.verification-list {
    display: flex;
    flex-direction: column;
    gap: 0.469rem;
}

.verification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verification-label {
    font-weight: 400;
    color: #6C757D;
    font-size: 16px;
}

.badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.bg-success-subtle {
    background-color: #d1e7dd;
}

.bg-danger-subtle {
    background-color: #f8d7da;
}

.bg-warning-subtle {
    background-color: #fff3cd;
}

.text-success {
    color: #198754;
}

.text-danger {
    color: #dc3545;
}

.text-warning {
    color: #ffc107;
}

.table-centered td.about-cell {
    vertical-align: top !important;
    border-left: 1px solid #dee2e6;
    width: 40%;
    min-width: 280px;
}

.user-details-table .subtitle {
    color: #000;
    font-size: 14px;
    padding: 18px 20px;
}

.setting-table .subtitle {
    color: #000;
    font-size: 14px;
    padding: 18px 10px;
}

.user-details-table .result {
    font-size: 14px;
    color: #6C757D;
}

.table-centered td.about-cell .subtitle {
    padding: 7px 15px;
}

.table-centered td.about-cell .content {
    border: 1px dashed #E4E7ED;
    padding: 10px 17px;
    font-size: 14px;
    line-height: 30px;
    color: #6C757D;
    margin: .625rem 15px 0;
    border-radius: 5px;
}

.summary-table .subtitle {
    color: #000;
    font-size: 14px;
    padding: 24px 22px;
}

.summary-table .result {
    font-size: 14px;
    color: #6C757D;
}

.edit-btn i.bi.bi-info-circle {
    color: #6C757D;
}

.area-margin {
    margin-left: 12px;
    margin-right: 12px;
}

.tab-content .tab-pane.area-padding {
    padding: 1rem 0;
}

.summary-table.affiliate .box-1 {
    width: 355px;
}

.summary-table.affiliate .box-2 {
    width: 345px;
}

.summary-table.affiliate .box-3 {
    width: 365px;
}

.summary-table.affiliate .result.box-1 {
    width: 142px;
}


/**** Ban User Modal ****/

.ban-user-modal .modal-content {
    min-width: 500px;
}

.ban-user-modal .modal-body {
    font-size: 16px;
    padding: 24px 15px;
}

.ban-user-modal .modal-footer button[type=submit],
.ban-user-modal .modal-footer button[type=button] {
    padding: 7px 10px;
    width: 100px;
}


/**** MT Trading Accounts ****/

.mt-trading-accounts button {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    min-width: 180px;
    height: 41px;
}

.mt-trading-accounts button:hover,
.mt-trading-accounts button:active,
.mt-trading-accounts .btn:first-child:active {
    background-color: #19466c;
    border-color: #19466c;
}

.admin-page .mt-trading-accounts-modal .card-body {
    padding: 0;
}

.mt-trading-accounts-modal .common-btn {
    background-color: #1D4F79;
    height: 41px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
}

.mt-trading-accounts-modal .common-btn:hover {
    background-color: #19466c;
}

.mt-trading-accounts-modal .modal-header h4 {
    margin-bottom: 0;
}


/**** Task List ****/

.task-table .custom-icon-btn,
.calls-table .custom-icon-btn,
.comments-table .custom-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
}

.task-table .badge.priority {
    width: 64px;
    font-size: 11px;
}

.task-table .badge.priority.normal {
    background-color: #EAEAED;
    color: #585A61;
}

.task-table .badge.priority.high {
    background-color: #FFEDEC;
    color: #F7473A;
}

.task-table .badge.priority.low {
    background-color: #d4ebfd;
    color: #299bf6;
}

.task-table .badge.status {
    width: 75px;
    font-size: 11px;
    padding: 4px 10px;
    height: 19px;
}

.task-table .badge.status.progress {
    background-color: #D4E7FC;
    color: #0070C4;
}

.task-table .badge.status.complete {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.task-table .badge.status.notstarted {
    background-color: #fff3cd;
    color: #ffc107;
}

.task-table .badge.status.hold {
    background-color: #f8d7da;
    color: #dc3545;
}

.task-table .edit-btn {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.task-table .delete-btn,
.calls-table .delete-btn,
.comments-table .delete-btn {
    background-color: #FFEBEC;
    color: #FF3D4C;
}


/* Modal styles */

.custom-image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.custom-image-modal .modal-content {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 0;
    object-fit: contain;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

.custom-image-modal .close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.custom-image-modal .close:hover,
.custom-image-modal .close:focus {
    color: #ccc;
    text-decoration: none;
}


/**** Switch Button ****/

.switch {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 55px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider::before {
    content: "No";
    position: absolute;
    right: 9px;
    top: 48%;
    transform: translateY(-48%);
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    transition: 0.4s;
}

.slider::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 4px;
    top: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.4s;
}

.switch input:checked+.slider {
    background-color: #00AAFF;
}

.switch input:checked+.slider::before {
    content: "Yes";
    left: 9px;
    right: auto;
}

.switch input:checked+.slider::after {
    transform: translateX(26px);
}

.custom-select-wide.bonus-status,
.custom-select-wide.max-bonus,
.custom-select-wide.max-leverage {
    min-width: 95px;
    width: 95px;
    padding: 7.2px 14px 7.2px 10px;
}

.custom-input-wide.max-accounts,
.custom-input-wide.max-demo-accounts,
.custom-input-wide.transfers-day {
    min-width: 95px;
    width: 95px;
}

.custom-input-wide.input-text-settings {
    min-width: 60px;
    width: 60px;
}

.custom-input-wide.input-date-settings {
    min-width: 105px;
    width: 105px;
}

.user-settings-form {
    display: block;
    text-align: center;
    width: 100%;
    padding: .05rem .2rem .05rem .2rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-body-color);
    background-color: var(--ct-secondary-bg);
    background-clip: padding-box;
    border: var(--ct-border-width) solid var(--ct-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.input-group-user-setting {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* width: 100%; */
}

.input-group-text-user-setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .45rem .4rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--ct-tertiary-bg);
    border: var(--ct-border-width) solid var(--ct-border-color);
    border-radius: .25rem;
}

.input-group-user-setting:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group-user-setting:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group-user-setting:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group-user-setting:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-user-setting>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--ct-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-settings-form:focus-visible {
    outline-offset: 0px;
}

.user-settings-form:focus {
    color: var(--ct-body-color);
    background-color: var(--ct-secondary-bg);
    border-color: var(--ct-border-color-translucent);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/**** Task Tab ****/

.task-tab-area .tab-content .tab-pane {
    padding: 24px;
}

.task-tab-area .form-label {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.task-tab-area select.form-select,
.task-tab-area input[type=date],
.task-tab-area input[type=text] {
    height: 41px;
}


/**** Doc ****/

.identity-verification-card,
.address-verification-card {
    border: 1px solid #E4E7ED;
    padding: 22px;
    border-radius: 5px;
}

.identity-verification-card .button-area,
.address-verification-card .button-area {
    margin-top: 18px;
    gap: 8px;
}

.identity-verification-card .button-area button,
.address-verification-card .button-area button {
    min-width: 113px;
    height: 41px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.identity-verification-card input[type=file],
.address-verification-card input[type=file] {
    height: 41px;
    line-height: 26px;
}

.identity-verification-card button[type=submit],
.address-verification-card button[type=submit] {
    border: none;
    border-radius: 5px;
    background-color: #1D4F79;
    height: 41px;
    width: 99px;
}

.identity-verification-card .button-area button.approve,
.address-verification-card .button-area button.approve {
    background-color: #4BAE4F;
}

.identity-verification-card .button-area button.rejected,
.address-verification-card .button-area button.rejected {
    background-color: #FF3D4C;
}


/**** Back Office ****/

.account-creation h2 button,
.internal-fund-area h2 button,
.deposit-area h2 button,
.withdraw-area h2 button {
    font-size: 16px;
    color: #000 !important;
    height: 65px;
}

.back-office-content label.form-label {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.back-office-content .common-input {
    padding: 9px .9rem;
    border-radius: 5px;
    color: #6C757D;
    border: 1px solid #E4E7ED;
}

.back-office-content .common-select {
    padding: 9px 2.7rem 9px .9rem;
    border-radius: 5px;
    color: #6C757D;
    border: 1px solid #E4E7ED;
}

.back-office-content .common-btn,
.back-office-content .common-small-btn {
    background-color: #1D4F79;
    border-radius: 5px;
    height: 41px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    border: none;
}

.back-office-content .open-account.common-btn {
    margin-top: 28px;
}

.back-office-content .common-btn:hover,
.back-office-content .common-small-btn:hover {
    background-color: #184368;
}

.back-office-content .other-mt-account-area {
    width: 96px !important;
    padding: 9px 4px 9px 8px;
}

.back-office-content .result-form-value {
    background-color: #EFF0F0;
    text-align: left;
    color: #1D4F79;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 9px .9rem;
}

.back-office-content .available-withdraw-field {
    box-shadow: none;
    border-radius: 5px;
    border: none;
    padding: 9px .9rem;
    background-color: rgba(183, 183, 183, 0.12);
    color: #0B87AC;
}

.back-office-content .account-creation.accordion-item {
    min-height: 308px;
}

.back-office-content .common-mb {
    margin-bottom: 18px;
}

.back-office-content .title-common-tb {
    margin-bottom: 10px;
    margin-top: 30px;
}


/**** Edit / Update Profile ****/

.edit-profile-area .user-name {
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

.edit-profile-area .dropzone {
    border: 1px dashed #929AAC;
    background: #F8F9FB;
    border-radius: 4px;
    cursor: pointer;
    min-height: 120px;
    padding: 20px;
}

.edit-profile-area .dropzone img {
    margin-bottom: 20px;
}

.edit-profile-area .dropzone h3,
.edit-profile-area .dropzone span {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 400;
    margin-bottom: 0;
}

.edit-profile-area .dropzone h3 span {
    color: #00AAFF;
}

.edit-profile-area button[type=submit] {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
}

.edit-profile-area button[type=button] {
    background-color: #fff;
    border-color: #1D4F79;
    color: #000;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
}

.edit-profile-area label.form-label {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.edit-profile-area .card-height {
    min-height: 451px;
}


/**** KYC Profile ****/

.kyc-office-content .item-card {
    min-height: 336px;
}

.kyc-office-content .item-card h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.kyc-office-content .item-card h6 span {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
    margin-top: 20px;
    display: flex;
}

.kyc-office-content .item-card .form-check {
    padding-bottom: 10px;
    color: #6C757D;
    font-size: 14px;
    line-height: 22px;
}

.kyc-office-content .form-check-input[type=checkbox] {
    margin-right: 8px;
}

.kyc-office-content .confirmation-area {
    font-size: 16px;
    color: #000;
}

.kyc-office-content p {
    font-size: 12px;
    color: #6C757D;
    padding-top: 15px;
}

.kyc-office-content .confirmation-area button[type=submit] {
    width: 130px;
    height: 41px;
    font-size: 16px;
    color: #fff;
    background-color: #1D4F79;
    border-radius: 5px;
}


/**** Access page ****/

.access-forbidden h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    padding-bottom: 2px;
}

.access-forbidden p {
    font-size: 16px;
}

.access-forbidden .btn {
    width: 200px;
    height: 52px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 39px;
    background-color: #00AAFF;
    border: none;
}

.dashboard-profile-card .shimmer-loader {
    height: 28px;
}

.tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    max-width: none;
    padding: 15px 17px;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
    width: auto;
}

.tooltip-inner div {
    margin-bottom: 6px;
}

.tooltip-inner div:last-child {
    margin-bottom: 0;
}

.tab-dropdown .dropdown-menu {
    width: 220px;
}

.tab-dropdown .dropdown-menu li a {
    padding: 15px 20px;
    line-height: 18px;
    color: #6C757D;
}


/* Show dropdown on hover */

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Optional: removes jump effect */
}


/* Optional: keep dropdown open if hovered */

.nav-item.dropdown .dropdown-menu {
    transition: all 0.3s ease;
}

.send-message .modal-header {
    padding: 21px 21px 0;
    border-bottom: 0;
}

.send-message .modal-header .modal-title {
    color: #000;
    font-size: 20px;
}

.send-message .modal-body {
    padding: 21px 21px 0;
}

.send-message .form-label {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.send-message select,
.send-message input[type=text],
.send-message .choose-file input[type=file] {
    height: 41px;
}

.send-message .choose-file input[type=file] {
    line-height: 26px;
}

.send-message .choose-file button {
    border: none;
    border-radius: 5px;
    background-color: #1D4F79;
    height: 41px;
    width: 99px;
    color: #fff;
}

.send-message .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 5px;
}

.send-message textarea.form-control {
    border-radius: 5px;
}

.send-message button[type=submit] {
    height: 41px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #1D4F79;
    color: #fff;
}

.reset-password .modal-dialog {
    max-width: 350px;
}

.reset-password .modal-header {
    padding: 21px 21px 0;
    border-bottom: 0;
}

.reset-password .modal-header .modal-title {
    color: #000;
    font-size: 20px;
}

.reset-password .modal-body {
    padding: 25px 21px;
}

.reset-password .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    gap: 10px;
}

.reset-password .modal-footer .confirm,
.reset-password .modal-footer .cancel {
    width: 120px;
    height: 41px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
}

.reset-password .modal-footer .confirm {
    background-color: #1D4F79;
    color: #fff;
}

.reset-password .modal-footer .cancel {
    border: 1px solid #1D4F79;
    background-color: transparent;
    color: #1D4F79;
}

#clear-session-alert {
    margin: 1rem 1rem 4px;
    display: flex;
    align-items: center;
}

.admin-page .row>* {
    padding-right: 0.469rem;
    padding-left: 0.469rem;
}

.deposit-tab-content label {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
    margin-bottom: 8px;
}

.deposit-tab-content input {
    height: 41px;
    border-radius: 5px;
    border-color: #E4E7ED;
}

.deposit-tab-content .filter-btn {
    height: 41px;
    width: 167PX;
    border-radius: 5px;
    background-color: #1D4F79;
    color: #fff;
    font-size: 16px;
}

.deposit-tab-content .badge.priority {
    width: 64px;
    font-size: 11px;
}

.deposit-tab-content .badge.priority.normal {
    background-color: #EAEAED;
    color: #585A61;
}

.deposit-tab-content .badge.priority.high {
    background-color: #FFEDEC;
    color: #F7473A;
}

.deposit-tab-content .badge.status {
    width: 75px;
    font-size: 11px;
    padding: 4px 10px;
    height: 19px;
}

.profile-tab-area .row form {
    padding-left: 0;
    padding-right: 0;
}

.trading-logs .log-content {
    line-height: 34px;
}

.trading-logs .log-title {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.affiliate-information .common-card .card-body {
    padding: 21px 21px 0;
}

.affiliate-information.deposit-tab-content .export-btn {
    height: 41px;
    width: 167PX;
    border-radius: 5px;
    background-color: #F6F7F8;
    color: #000;
    font-size: 16px;
    box-shadow: none;
}

.affiliate-information .badge.status.complete {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.affiliate-information .common-card .card-body.info-first {
    padding: 21px;
}

.affiliate-information .common-card .card-body.table-data {
    padding: 21px;
}

.affiliate-section td.table-footer-text {
    font-size: 14px;
    color: #000;
    padding: 20px 20px;
}

.nested-area {
    border-left: 1px solid #E4E7ED;
}

.child-table tbody tr:last-child {
    border-bottom: 1px solid #fff;
}

.admin-page .custom-table-2 tbody tr.main-cell td {
    padding: 15px;
}

.affiliate-information.network-section .common-card .card-body {
    padding: 21px;
}

.affiliate-information.network-section .custom-table-2 .table-area th {
    padding: 15px;
}

img.toggle-plus-icon {
    margin-right: 15px;
    cursor: pointer;
}

.child-table-area {
    padding: 20px;
}

.child-table-area table.child-table.table.table-sm {
    border: 1px solid #E4E7ED;
}

.child-table-area .child-table tbody tr:last-child {
    border-bottom: 1px solid #E4E7ED;
}

.admin-page .child-table-area .child-table tbody tr td {
    padding: 18px 12px;
}

.table> :not(caption)>*>.bg-user-info {
    background-color: #F1ECF8 !important;
}

.table> :not(caption)>*>.bg-account-info {
    background-color: #F6F9FE !important;
}

.all-btn-group.text-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 20px;
}

.all-btn-group .custom-icon-btn {
    border: 1px solid #E4E7ED;
    background-color: #F6F7F8;
    font-size: 12px;
    color: #6C757D;
    width: 56px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.all-btn-group .custom-icon-btn img {
    margin-right: 5px;
}

.custom-table-2 tfoot tr,
.partners-commission tfoot tr {
    border-top: 1px solid #E4E7ED;
}

.partners-commission td.table-footer-text {
    font-size: 14px;
    color: #000;
    padding: 15px 12px;
}

.card-body.partners-commission.card-height {
    min-height: 602px;
}

.affiliate-commission .btn-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.affiliate-commission .btn-area .export-btn {
    height: 41px;
    width: 167PX;
    border-radius: 5px;
    background-color: #F6F7F8 !important;
    color: #000000;
    font-size: 16px;
    box-shadow: none;
}

.affiliate-commission .btn-area .export-btn:hover {
    color: #000;
}

.admin-page .affiliate-commission-table.custom-table-2 tbody tr td,
.admin-page .affiliate-commission-table.custom-table-2 .table-area th {
    padding: 15px 12px;
}

.campaign-table .badge.rev-share {
    background-color: #EAEAED;
    color: #585A61;
    font-weight: 400;
}

.campaign-table .badge.yes {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.campaign-table .badge.no {
    background-color: #FFEDEC;
    color: #F7473A;
}

.deposit-statistics-modal .modal-header,
.comission-modal .modal-header {
    padding: 24px 24px 8px;
    border-bottom: none;
}

.deposit-statistics-modal .modal-body,
.comission-modal .modal-body {
    padding: 24px;
}

.deposit-statistics-modal .modal-title,
.comission-modal .modal-title {
    font-size: 20px;
    color: #000;
}

.deposit-statistics-modal .modal-body h5,
.comission-modal .modal-body h5 {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

.deposit-statistics-modal .table>thead,
.comission-modal .table>thead {
    background-color: #F6F7F8;
    border-radius: 5px;
}

.deposit-statistics-modal .count-total .tb-footer-text,
.comission-modal .count-total .tb-footer-text {
    font-size: 14px;
    color: #000;
}

.deposit-statistics-modal .count-total,
.comission-modal .count-total {
    border-top: 1px solid #E4E7ED;
}

.profile-text .user-name {
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

.update-admin-profile label.form-label {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.update-admin-profile button[type=submit] {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 170px;
    box-shadow: none;
}

.admin-user label.col-form-label {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.admin-user button[type=submit] {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 170px;
    box-shadow: none;
}

.edit-profile-area button[type=submit] {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
}

.tasks-list .dashbox-title .admin-common-title {
    margin-bottom: 15px;
}

.topbar .app-search form .form-control {
    padding-left: 20px
}

.top-search-btn {
    color: var(--ct-topbar-item-color);
    background-color: var(--ct-topbar-search-bg);
    border: none;
    box-shadow: none;
}

.top-search-btn:hover,
.top-search-btn:active {
    background-color: var(--ct-topbar-search-bg);
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link i {
    width: 25px;
    min-width: 25px;
    font-size: 1.25rem;
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link {
    padding: 12px 9px;
}

.deposit-table .badge,
.withdrawal-table .badge,
.balance-credit-table .badge,
.automatic-gateway .badge,
.manual-gateway .badge,
.pending-deposits .badge,
.all-deposits .badge,
.pending-withdrawals .badge,
.all-withdrawals .badge,
.withdraw-methods .badge {
    width: 75px;
    font-size: 11px;
    padding: 2px 10px;
    font-weight: 500;
    border-radius: 2px;
    height: 19px;
    line-height: 15px;
}

.deposit-table .badge.bg-info,
.withdrawal-table .badge.bg-info,
.balance-credit-table .badge.bg-info,
.automatic-gateway .badge.bg-info,
.manual-gateway .badge.bg-info,
.pending-deposits .badge.bg-process,
.all-deposits .badge.bg-info,
.pending-withdrawals .badge.bg-info,
.all-withdrawals .badge.bg-info {
    background-color: #D4E7FC !important;
    color: #0070C4;
}

.deposit-table .badge.bg-warning,
.withdrawal-table .badge.bg-warning,
.balance-credit-table .badge.bg-warning,
.automatic-gateway .badge.bg-warning,
.manual-gateway .badge.bg-warning,
.pending-deposits .badge.bg-warning,
.all-deposits .badge.bg-warning,
.pending-withdrawals .badge.bg-warning,
.all-withdrawals .badge.bg-warning,
.withdraw-methods .badge.bg-warning {
    background-color: #FDEAD9 !important;
    color: #D8690A;
}

.deposit-table .btn.common-view-all-btn,
.withdrawal-table .btn.common-view-all-btn {
    border: 1px solid #1D4F79;
    background-color: #1D4F79;
    font-size: 14px;
    color: #fff;
    width: 82px;
    height: 35px;
    line-height: 19px;
}

.doc-area .badge {
    border-radius: 4px;
}

.doc-area .badge.bg-warning {
    background-color: #FDEAD9 !important;
    color: #D8690A;
}

.doc-area .upload-btn {
    width: 84px;
}

.nav-tabs.nav-bordered .user-sub-menu li a.active {
    border-bottom: none;
    color: #00AAFF;
}

.responsive-switch-row .d-flex {
    flex-direction: column !important;
}

.responsive-switch-row .d-flex>div {
    width: 100%;
}

.responsive-switch-row .subtitle {
    font-weight: 500;
}

.setting-group {
    margin-top: 24px;
}

.setting-row-custom {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 0;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid #E4E7ED;
}

.setting-item {
    align-items: center;
    gap: 5px;
}


/**** Automatic Gateways / Manual Gateways ****/

.automatic-gateway .custom-icon-btn,
.manual-gateway .custom-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
}

.automatic-gateway .edit-btn,
.manual-gateway .edit-btn {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.automatic-gateway .delete-btn,
.manual-gateway .delete-btn {
    background-color: #FFEBEC;
    color: #FF3D4C;
}

.create-manual-gateway .card-height {
    min-height: 433px;
}

.create-manual-gateway .dz-message {
    margin-bottom: 15px;
}

.create-manual-gateway .upload-content-area h3,
.create-manual-gateway .upload-content-area span {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 400;
    margin-bottom: 0;
}

.create-manual-gateway label.form-label {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.create-manual-gateway button[type=submit] {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
}

.create-manual-gateway .form-control {
    width: 100% !important;
    box-sizing: border-box;
}

.create-manual-gateway textarea.form-control {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    resize: vertical;
}

.create-manual-gateway.new-withdraw .card-height {
    min-height: 470px;
}

.withdraw-time .time-icon {
    position: absolute;
    right: 0;
}

.deposit-details-title-area h4.header-title.mt-3.mb-3.sub-title,
.withdraw-details-title-area h4.header-title.mt-3.mb-3.sub-title {
    font-size: 16px;
}

.deposit-details-title-area img,
.withdraw-details-title-area img {
    width: 80px;
    margin-right: 14px;
}

.deposit-details-title-area .last-row,
.withdraw-details-title-area .last-row {
    align-items: center;
    justify-content: flex-end;
}

.deposit-details-table .equal-width td,
.withdraw-details-table .equal-width td {
    width: 25%;
}

.deposit-details-table .subtitle,
.withdraw-details-table .subtitle {
    color: #000;
}

.deposit-details-table .badge,
.withdraw-details-table .badge {
    width: 75px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 5px;
}

.deposit-details-table .badge.bg-warning,
.withdraw-details-table .badge.bg-warning {
    background-color: rgba(253, 234, 217, 1) !important;
    color: #D8690A;
}

.deposit-details-table .badge.bg-info,
.withdraw-details-table .badge.bg-info {
    background-color: #D4E7FC !important;
    color: #0070C4;
}

.deposit-details-table label.form-label,
.withdraw-details-table label.form-label {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.deposit-details-table button.btn.btn-success,
.approve-deposit button.btn.btn-success,
.withdraw-details-table button.btn.btn-success,
.approve-withdraw button.btn.btn-success {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 103px;
    box-shadow: none;
}

.deposit-details-table button.btn.btn-danger,
.approve-deposit button.btn.btn-light,
.reject-deposit button.btn.btn-light,
.withdraw-details-table button.btn.btn-danger,
.approve-withdraw button.btn.btn-light,
.reject-withdraw button.btn.btn-light {
    background-color: #fff;
    border-color: #1D4F79;
    color: #000;
    border-radius: 5px;
    height: 40px;
    min-width: 103px;
    box-shadow: none;
}

.reject-deposit button.btn.btn-danger.reject,
.reject-withdraw button.btn.btn-danger.reject {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
    color: #fff;
}

.send-email-all label.form-label {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.send-email-all button[type=submit] {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
}

.email-template .custom-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
}

.email-template .edit-btn {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.email-template .delete-btn {
    background-color: #FFEBEC;
    color: #FF3D4C;
}

.email-template .badge {
    width: 75px;
    font-size: 11px;
    padding: 1px 10px;
    height: 19px;
    border-radius: 4px;
}

.email-template .badge.bg-success {
    background-color: #EDF7EE;
    color: #4BAE4F;
}

.create-email-template label.form-label {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.create-email-template button[type=submit],
.create-email-template button.add-shortcode {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
}

.create-promotions button[type=submit] {
    background-color: #1D4F79;
    border-color: #1D4F79;
    border-radius: 5px;
    height: 40px;
    min-width: 113px;
    box-shadow: none;
}

.create-promotions .upload-content-area h3,
.create-promotions .upload-content-area span {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 400;
    margin-bottom: 0;
}

.icon-area svg {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 5px;
    fill: #00AAFF;
}

.cell-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-size: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.area-1 {
    font-size: 14px;
    font-weight: 500;
    color: #5C6B8A;
}

.area-2 {
    font-size: 16px;
    font-weight: 600;
    color: #0F1624;
}

.area-2.tag-area {
    background-color: #e9e8e8;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 9999px;
}

.cell-area.top {
    background-color: #d4edda;
    padding: 24px;
}

.payment-title {
    margin: 0;
    font-size: 26px;
    color: #000;
    padding-bottom: 12px;
    text-align: center;
}

.cell-area.top .area-1 {
    font-size: 20px;
    color: #155724;
}

.cell-area.top .area-2 {
    background-color: #28a745;
    padding: 6px 12px;
    color: #fff;
    border-radius: 9999px;
    font-size: 14px;
}

.failed-payment .cell-area.top {
    background-color: #f8d7da;
}

.failed-payment .cell-area.top .area-1 {
    color: #721c24;
}

.failed-payment .cell-area.top .area-2 {
    background-color: #f44034;
}

.uniform-gap>[class*="col-"] {
    margin-bottom: 1.5rem;
}

.uniform-gap .title {
    padding-bottom: 5px;
}

.uniform-gap .text-value {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.admin-page .data-search-area .form-label,
.admin-page .dataTables_filter {
    margin-bottom: 15px;
}

.admin-area .topbar .app-search {
    max-width: 280px;
    width: 100%;
}

.account-dropdown {
    background-color: #fff;
    padding: 14px 2.7rem 14px .9rem;
    border-radius: 10px;
    color: #6C757D;
    border: 1px solid #E4E7ED;
}

.shimmer-loader {
    display: inline-block;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@supports (-webkit-backdrop-filter: none) {
    @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
        .table-responsive, .table-responsive-sm {
            -webkit-overflow-scrolling: unset;
        }
    }
}

.trading-plarform h4.common-title {
    font-size: 16px;
}
.trade-order-button button[type=button] {
    border-radius: 5px;
}
.chat-data-table .first-btn {
    margin-right: 10px;
}
.web-trading-chart .buy-sell-btn {
    display: flex;
    justify-content: flex-end;
    padding: 26px 8px !important;
}
.web-trading-chart .common-small-btn {
    min-width: 75px;
}

.web-trading-chart .common-small-btn.buy-btn {
    background-color: #17a497;
    margin-right: 10px;
}
.web-trading-chart .common-small-btn.sell-btn {
    background-color: #f7473a;
}

@media screen and (min-width: 1920px) {
    .tasks-list .dashbox-title .admin-common-title {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1360px) {
    .trading-plarform .left {
        width: calc(100% - 280px);
    }
    .trading-plarform .right {
        width: 280px;
    }
}

@media screen and (min-width: 1650px) and (max-width: 1919.98px) {
    .admin-page .setting-area .card-body.card-height {
        min-height: 475px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1649.98px) {
    .dashboard-page .custom-box-1 {
        width: 30%;
    }
    .dashboard-page .custom-box-2 {
        width: 23.333%;
    }
    .setting-row-custom {
        flex-direction: column;
    }
    .switch input:checked+.slider::after {
        transform: translateX(29px);
    }
    .admin-page .setting-area .card-body.card-height {
        min-height: 641px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1499.98px) {
    .dashboard-page .custom-box-1 {
        width: 35%;
    }
    .dashboard-page .custom-box-2 {
        width: 21.666%;
    }
    .dashboard-card {
        flex-direction: column;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .dashboard-card .left {
        padding-bottom: 9px;
    }
    .dashboard-card h5 {
        font-size: 16px;
        line-height: 28px;
    }
    .dashboard-card h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .dashbox-title .admin-common-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .setting-row-custom {
        flex-direction: column;
    }
    .switch input:checked+.slider::after {
        transform: translateX(29px);
    }
    .admin-page .setting-area .card-body.card-height {
        min-height: 641px;
    }
    .top-tab-area .nav-tabs.nav-bordered {
        gap: 5px;
    }
    .top-tab-area .nav-tabs {
        flex-wrap: nowrap;
    }
    .top-tab-area .nav-tabs .nav-item {
        flex-shrink: 0;
    }
    .top-tab-area .nav-tabs .nav-link {
        white-space: nowrap;
    }
    .profile-section-tab .table-view-12 {
        width: 100%;
    }
    .profile-section-tab .table-view-12.verification-list-top {
        margin-top: 15px;
    }
    .deposit-details-table button.btn.btn-success,
    .approve-deposit button.btn.btn-success,
    .withdraw-details-table button.btn.btn-success,
    .approve-withdraw button.btn.btn-success,
    .deposit-details-table button.btn.btn-danger,
    .approve-deposit button.btn.btn-light,
    .reject-deposit button.btn.btn-light,
    .withdraw-details-table button.btn.btn-danger,
    .approve-withdraw button.btn.btn-light,
    .reject-withdraw button.btn.btn-light {
        min-width: 80px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299.98px) {
    .dashboard-page .custom-box-1 {
        width: 50%;
    }
    .dashboard-page .custom-box-2 {
        width: 50%;
    }
    .common-card.mb-gap-b {
        margin-bottom: 15px;
    }
    .dashboard-card {
        flex-direction: column;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .dashboard-card .left {
        padding-bottom: 9px;
    }
    .dashboard-card h5 {
        font-size: 16px;
        line-height: 28px;
    }
    .dashboard-card h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .dashbox-title .admin-common-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .traffic-analytic .dashbox-title,
    .visitors-countries .dashbox-title {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .traffic-analytic .dashbox-title .admin-common-title,
    .visitors-countries .dashbox-title .admin-common-title {
        margin-bottom: 15px;
    }
    .dashbox-title .admin-common-title {
        margin-bottom: 0;
    }
    .dashbox-title .nav-tabs-header {
        justify-content: flex-start !important;
    }
    .nav-tabs-header .nav-item .nav-link {
        padding: 3px 11px;
    }
    .setting-row-custom {
        flex-direction: column;
    }
    .switch input:checked+.slider::after {
        transform: translateX(29px);
    }
    .admin-page .nav-tabs.nav-bordered li a {
        padding: .625rem 10px;
        font-size: 14px;
    }
    .admin-page .nav-tabs.flex-nowrap {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        gap: 30px;
    }
    .profile-section-tab .table-view-12 {
        width: 100%;
    }
    .profile-section-tab .table-view-12.verification-list-top {
        margin-top: 15px;
    }
    .admin-profile .box-area-first {
        width: 50%;
    }
    .admin-profile .box-area-second {
        width: 50%;
    }
    .admin-profile .full-area {
        width: 100%;
    }
    .deposit-details-table button.btn.btn-success,
    .approve-deposit button.btn.btn-success,
    .withdraw-details-table button.btn.btn-success,
    .approve-withdraw button.btn.btn-success,
    .deposit-details-table button.btn.btn-danger,
    .approve-deposit button.btn.btn-light,
    .reject-deposit button.btn.btn-light,
    .withdraw-details-table button.btn.btn-danger,
    .approve-withdraw button.btn.btn-light,
    .reject-withdraw button.btn.btn-light {
        min-width: 66px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .tab-common-m-top {
        margin-top: 15px;
    }
    .admin-page .nav-tabs.nav-bordered {
        gap: 20px;
        flex-wrap: nowrap;
    }
    .admin-page .nav-tabs.flex-nowrap {
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }
    .admin-page .profile-status {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .admin-page .profile-status .box {
        flex: 1 1 calc(50% - 10px);
        max-width: 50%;
    }
    .profile-section-tab .table-view-12 {
        width: 100%;
    }
    .profile-section-tab .table-view-12.verification-list-top {
        margin-top: 15px;
    }
    .admin-page .silva-main-sections {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .verification-list {
        gap: 1.25rem;
    }
    .admin-page .verification-list-top .card-body {
        min-height: 441px;
    }
    .setting-area .box-middle,
    .setting-area .box-last {
        margin-top: 15px;
    }
    .admin-page .mb-top {
        margin-top: 20px;
    }
    .admin-page .traffic-analytic.mb-top,
    .admin-page .recent-join.mb-top {
        margin-top: 0;
    }
    .dashbox-title .admin-common-title {
        font-size: 16px;
    }
    .tasks-list {
        min-height: 517px;
    }
    .tasks-list .dashbox-title .admin-common-title {
        margin-bottom: 15px;
    }
    .btn.common-view-all-dropdown,
    .btn.common-view-all-btn {
        font-size: 14px;
        min-width: 95px;
        height: 35px;
    }
    .admin-page .pending-user .custom-table-2 tbody tr td {
        padding: 15px 18px;
    }
    /* Admin Select Area */
    .admin-select-area {
        flex-wrap: nowrap !important;
        /* Ensure items stay in one row */
        flex-direction: row !important;
        gap: 1rem;
        overflow-x: auto;
        /* Enable horizontal scroll if overflow */
    }
    .admin-common-select {
        flex: 1 1 auto;
        /* Flexibly shrink/grow */
        min-width: 174px;
        /* Keep compact */
        max-width: 174px;
        /* Prevent too wide */
        margin-bottom: 0;
    }
    .admin-select-area>div:last-child {
        margin-bottom: 0;
    }
    /* App Search Form */
    .app-search form {
        flex-direction: row;
        align-items: stretch;
        gap: 1rem;
    }
    .sort-by {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .sort-by select {
        flex: 1;
        min-width: 150px;
    }
    /* User Search Area */
    .user-search-area {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem;
    }
    .user-search-area>div {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 200px;
    }
    /* Search Input + Button */
    .search-input-wrapper {
        flex-direction: row;
        gap: 0.5rem;
        width: 100%;
    }
    .search-input-wrapper input {
        flex: 1;
    }
    .search-input-wrapper button {
        width: auto;
        padding: 0 1rem;
    }
    .navbar-custom .topbar .app-search form {
        height: auto;
        max-width: 320px;
    }
    .app-search form.filter-form {
        flex-direction: row;
    }
    .app-search form.filter-form .search-input-wrapper {
        justify-content: flex-end;
    }
    .app-search form.filter-form input[type=search] {
        width: 200px;
        flex: 0 0 200px;
    }
    .admin-page .card h4.header-title.sub-title {
        font-size: 16px;
        margin-top: 9px;
    }
    .responsive-upload-form {
        flex-direction: column !important;
        width: 100%;
    }
    .responsive-upload-form .form-control,
    .responsive-upload-form .btn {
        width: 100% !important;
    }
    .identity-verification-card button[type=submit],
    .address-verification-card button[type=submit] {
        min-width: 95px;
    }
    .admin-page .task-menu-area .nav-tabs.flex-nowrap {
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .user-profile-info .center-view {
        flex-direction: column !important;
    }
    .user-profile-info .center-view .user-name-area {
        justify-content: center !important;
    }
    .user-profile-info .center-view .ban-user-area {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .admin-page .profile-details {
        justify-content: center;
    }
    .admin-page .nav-tabs.nav-bordered li a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .kyc-office-content .table-view-12 {
        width: 50%;
    }
    .kyc-office-content .send-area {
        margin-top: 0;
    }
    .admin-page .kyc-office-content .mb-top {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .kyc-office-content .item-card {
        min-height: 270px;
    }
    .kyc-office-content .item-card h6 {
        font-size: 16px;
    }
    .kyc-office-content .send-area .item-card {
        min-height: 335px;
    }
    .create-manual-gateway .card-height,
    .create-manual-gateway.new-withdraw .card-height {
        min-height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .tab-flex-column {
        flex-direction: column;
    }
    .tab-w-full {
        width: 100%;
    }
    .common-card.mb-gap-b {
        margin-bottom: 15px;
    }
    .dashboard-page .custom-box-2 {
        margin-top: 15px;
    }
    .client-profile.deposit-page .nav-tabs.nav-bordered,
    .client-profile.withdraw-page .nav-tabs.nav-bordered,
    .client-profile.internal-transfer .nav-tabs.nav-bordered,
    .client-profile.deposit-history .nav-tabs.nav-bordered,
    .client-profile.withdrawal-history .nav-tabs.nav-bordered,
    .client-profile.transfer-history .nav-tabs.nav-bordered,
    {
        gap: 7px;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .client-profile.deposit-page .nav-tabs.nav-bordered .nav-item,
    .client-profile.withdraw-page .nav-tabs.nav-bordered .nav-item,
    .client-profile.internal-transfer .nav-tabs.nav-bordered .nav-item,
    .client-profile.deposit-history .nav-tabs.nav-bordered .nav-item,
    .client-profile.withdrawal-history .nav-tabs.nav-bordered .nav-item,
    .client-profile.transfer-history .nav-tabs.nav-bordered .nav-item {
        min-width: max-content;
    }
    .deposit .tab-box,
    .withdrawals .tab-box {
        width: 100%;
    }
    .platform-box {
        margin-bottom: 15px;
    }
    .into_account,
    .other_account {
        margin-top: 1.25rem;
    }
    .tab-common-m-top {
        margin-top: 15px;
    }
    .admin-page .nav-tabs.nav-bordered {
        gap: 10px;
        flex-wrap: nowrap;
    }
    .admin-page .nav-tabs.flex-nowrap {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        gap: 0.5rem;
    }
    .admin-page .silva-main-sections {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .silva-main-sections h4.user-name {
        justify-content: center;
    }
    .admin-page .profile-details {
        align-items: center;
        flex-direction: column;
    }
    .admin-page .profile-status {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .verification-list-top,
    .user-details-table {
        margin-top: 15px;
    }
    .admin-page .setting-area .card-body.card-height {
        min-height: auto;
    }
    .setting-area .box-middle,
    .setting-area .box-last {
        margin-top: 15px;
    }
    .admin-page .profile-status .box {
        flex: 1 1 calc(50% - 10px);
        max-width: 50%;
    }
    .admin-page .mb-top {
        margin-top: 20px;
    }
    .pending-user .table-last-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 12px !important;
    }
    .dashbox-title .admin-common-title {
        font-size: 16px;
    }
    .btn.common-view-all-dropdown,
    .btn.common-view-all-btn {
        font-size: 14px;
        min-width: 95px;
        height: 35px;
    }
    .admin-page .dashboard-page .promotions-country {
        margin-top: 15px;
    }
    /* Admin Select Area */
    .admin-select-area {
        flex-wrap: wrap !important;
        flex-direction: row !important;
        gap: 1rem;
    }
    .admin-common-select {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 200px;
        margin-bottom: 5px;
    }
    .admin-select-area>div:last-child {
        margin-bottom: 0;
    }
    /* App Search Form */
    .app-search form {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    .sort-by {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .sort-by select {
        flex: 1;
        min-width: 150px;
    }
    /* User Search Area */
    .user-search-area {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem;
    }
    .user-search-area>div {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 200px;
    }
    /* Search Input + Button */
    .search-input-wrapper {
        flex-direction: row;
        gap: 0.5rem;
        width: 100%;
    }
    .search-input-wrapper input {
        flex: 1;
    }
    .search-input-wrapper button {
        width: auto;
        padding: 0 1rem;
    }
    .app-search form.filter-form {
        flex-direction: row;
    }
    .app-search form.filter-form .search-input-wrapper {
        justify-content: flex-end;
    }
    .app-search form.filter-form input[type=search] {
        width: 200px !important;
        flex: 0 0 200px !important;
    }
    .admin-page .card h4.header-title.sub-title {
        font-size: 16px;
        margin-top: 9px;
    }
    .doc-area .upload-btn {
        width: 100% !important;
    }
    .user-profile-info .center-view {
        flex-direction: column !important;
    }
    .user-profile-info .center-view .user-name-area {
        justify-content: center !important;
    }
    .user-profile-info .center-view .ban-user-area {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .admin-page .profile-details {
        justify-content: center;
    }
    .admin-page .nav-tabs.nav-bordered li a {
        font-size: 12px;
        padding: 10px 8px;
    }
    .admin-page .kyc-office-content .mb-top {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .kyc-office-content .item-card {
        min-height: 280px;
    }
    .kyc-office-content .item-card h6 {
        font-size: 16px;
    }
    .kyc-office-content .send-area .item-card {
        min-height: 353px;
    }
    .create-manual-gateway .card-height,
    .create-manual-gateway.new-withdraw .card-height {
        min-height: auto;
    }

    .chat-data-table .first-btn {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .card.trading-card.common-form {
        margin-top: 75px;
    }
}

@media screen and (max-width: 767px) {
    .custom-container {
        padding-left: inherit;
        padding-right: inherit;
    }
    .common-card.mb-gap-b {
        margin-bottom: 15px;
    }
    .mb-flex-column {
        flex-direction: column;
    }
    .dashboard-page .nav-tabs.nav-bordered {
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .symbol-area {
        width: 164px;
    }
    .client-profile .nav-tabs.nav-bordered {
        gap: 15px;
    }
    .client-profile .nav-tabs.nav-bordered li a {
        padding: .625rem 10px 1.5rem;
    }
    .nav-tabs.nav-bordered li a,
    .nav-tabs .nav-link.active {
        font-size: 14px;
    }
    .thumb-profile-image h4 {
        font-size: 18px;
    }
    .trade-filter .common-select {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
    .trade-filter .datepicker {
        width: 100%;
    }
    .client-profile .content-box {
        margin-top: 15px;
    }
    .verification-card .image-area {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .verification-card h4.header-title {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    .verification-card p.card-text {
        text-align: center;
        margin-bottom: 15px !important;
    }
    .countdown-box {
        flex-direction: column;
    }
    .referral-link {
        flex-direction: column;
    }
    .col-12.left-area {
        max-width: max-content;
    }
    .col-12.right-area {
        width: 100%;
    }
    .partner-wallet {
        margin-top: 15px;
    }
    .filter-form {
        width: 100%;
    }
    .filter-form .common-form {
        width: 100%;
        flex-direction: column;
    }
    .live-account .custom-area.desktop-area {
        display: none;
    }
    .live-account .custom-area.mb-area-only {
        display: flex;
    }
    .live-account .custom-area {
        gap: 45px;
        padding-top: 20px;
    }
    .live-account .internal-transfer {
        margin-top: 15px;
    }
    .platform-box {
        margin-bottom: 15px;
    }
    .client-profile.member-profile .nav-tabs.nav-bordered {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .client-profile.deposit-page .nav-tabs.nav-bordered,
    .client-profile.withdraw-page .nav-tabs.nav-bordered,
    .client-profile.internal-transfer .nav-tabs.nav-bordered,
    .client-profile.deposit-history .nav-tabs.nav-bordered,
    .client-profile.withdrawal-history .nav-tabs.nav-bordered,
    .client-profile.transfer-history .nav-tabs.nav-bordered {
        gap: 7px;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .client-profile.deposit-page .nav-tabs.nav-bordered .nav-item,
    .client-profile.withdraw-page .nav-tabs.nav-bordered .nav-item,
    .client-profile.internal-transfer .nav-tabs.nav-bordered .nav-item,
    .client-profile.deposit-history .nav-tabs.nav-bordered .nav-item,
    .client-profile.withdrawal-history .nav-tabs.nav-bordered .nav-item,
    .client-profile.transfer-history .nav-tabs.nav-bordered .nav-item {
        min-width: max-content;
    }
    .deposit .card.common-tab-card img,
    .withdrawals .card.common-tab-card img {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    .deposit .card.common-tab-card .card-body,
    .withdrawals .card.common-tab-card .card-body {
        text-align: center;
    }
    .deposit .card.common-tab-card h4,
    .withdrawals .card.common-tab-card h4 {
        text-align: center !important;
    }
    .deposit .amount-area,
    .withdrawals .amount-area {
        margin-top: 15px;
    }
    .promo-marterials-page .nav-tabs.nav-bordered {
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .promo-marterials-page .nav-tabs.nav-bordered li a,
    .promo-marterials-page .nav-tabs .nav-link.active {
        min-width: max-content;
    }
    .promo-marterials form .common-form {
        width: 100%;
    }
    .promo-marterials form .common-form .box {
        width: 100%;
    }
    .top_bar_logo {
        justify-content: center;
    }
    .footer_bottom_bar,
    .fo_bo_bar_right {
        flex-direction: column;
    }
    .fo_bo_bar_left {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .vertical_divider {
        display: none;
    }
    .top-bar-black .top_bar_cont {
        justify-content: center;
    }
    .top-bar-black .top_bar_sc {
        justify-content: center;
        margin-top: 15px;
    }
    .into_account,
    .other_account {
        margin-top: 1.25rem;
    }
    html[data-sidenav-size=full]:not([data-layout=topnav]) .leftside-menu {
        width: 0;
        min-width: 0;
    }
    html[data-sidenav-size=full]:not([data-layout=topnav]).sidebar-enable .leftside-menu {
        width: 302px;
        min-width: 302px;
    }
    .otp_input input {
        font-size: 18px;
        padding: .375rem .25rem;
    }
    .admin-page .nav-tabs.nav-bordered {
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .admin-page .nav-tabs.flex-nowrap {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        gap: 0.5rem;
    }
    .admin-page .silva-main-sections {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .silva-main-sections h4.user-name {
        justify-content: center;
    }
    .admin-page .profile-details {
        align-items: center;
        flex-direction: column;
        margin-top: 15px;
    }
    .verification-list-top,
    .user-details-table {
        margin-top: 15px;
    }
    .admin-page .setting-area .card-body.card-height {
        min-height: auto;
    }
    .setting-area .box-middle,
    .setting-area .box-last {
        margin-top: 15px;
    }
    .avatar-data-table .main-content {
        gap: 15px;
    }
    .avatar-data-table .avatar-image {
        margin-bottom: 10px;
    }
    .avatar-data-table .mb-area {
        flex-direction: column;
    }
    .avatar-data-table .col-3.mb-box {
        width: 100%;
        text-align: center !important;
    }
    .promotions-country .main-content {
        flex-direction: column;
    }
    .promotions-country img {
        margin-bottom: 10px;
    }
    .promotions-country .col-3.mb-box {
        width: 100%;
        text-align: center !important;
    }
    .admin-page .mb-top {
        margin-top: 20px;
    }
    .profile-details .d-flex.align-items-center {
        flex-direction: column;
        text-align: center;
    }
    .profile-details .d-flex.align-items-center img {
        margin-bottom: 0.5rem;
        margin-right: 0 !important;
    }
    .admin-page .profile-status .box {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .admin-page .profile-status .box-content {
        text-align: center;
    }
    .admin-page .profile-status .box>.d-flex {
        flex-direction: column;
        align-items: center;
    }
    .pending-user .table-last-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 12px !important;
    }
    .dashbox-title {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .recent-join .dashbox-title {
        flex-direction: row;
        align-items: center !important;
    }
    .recent-join .dashbox-title .admin-common-title {
        margin-bottom: 0;
    }
    .dashbox-title .admin-common-title {
        margin-bottom: 15px;
    }
    .dashbox-title .nav-tabs-header {
        justify-content: flex-start !important;
    }
    .dashbox-title .nav-tabs-header .nav-item .nav-link {
        padding: 3px 17px;
    }
    .dashbox-title .admin-common-title {
        font-size: 18px;
    }
    .btn.common-view-all-dropdown,
    .btn.common-view-all-btn {
        font-size: 14px;
        width: 95px;
        height: 35px;
    }
    /**** Assign User ****/
    .admin-select-area {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .admin-common-select {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .admin-select-area>div:last-child {
        margin-bottom: 0;
    }
    .app-search form {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem;
    }
    .app-search .d-flex.align-items-center {
        width: 100%;
    }
    .app-search label,
    .app-search select,
    .app-search input,
    .app-search button {
        width: 100%;
    }
    .user-search-area {
        width: 100% !important;
        justify-content: stretch !important;
        flex-direction: column;
        gap: 0.75rem !important;
    }
    .user-search-area>div {
        width: 100%;
    }
    .search-input-wrapper {
        flex-direction: row;
        width: 100%;
    }
    .search-input-wrapper input {
        width: 100%;
    }
    .search-input-wrapper button {
        width: 45px;
    }
    .assign-user .sort-by {
        flex-direction: row;
        align-items: center;
    }
    .assign-user .sort-by label {
        width: 45px;
    }
    .assign-user .sort-by select {
        width: 50%;
    }
    .admin-page .card h4.header-title.sub-title {
        font-size: 16px;
        margin-top: 9px;
    }
    .kyc-office-content .item-card h6 {
        font-size: 16px;
    }
    .kyc-office-content .confirmation-area .form-check-input[type=checkbox] {
        margin-right: 10px;
        width: 50px;
        height: 18px;
    }
    .admin-page .custom-table-2 tbody tr td.task-status {
        padding: 35px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .setting-row-custom {
        flex-direction: column;
    }
    .create-manual-gateway .card-height,
    .create-manual-gateway.new-withdraw .card-height {
        min-height: auto;
    }
    .deposit-details-title-area .last-row,
    .withdraw-details-title-area .last-row {
        align-items: center;
        justify-content: flex-start;
    }
    .custom-area .mb-w-50 {
        width: 50%;
    }
    .custom-modal .promo-code-box {
        width: 100%;
        font-size: 12px;
    }
    .tab-pane .card-body h4 {
        font-size: 15px;
    }
    .withdraw-body .custom-area .sub-box h4 {
        font-size: 14px;
    }
    .custom-modal .withdraw-body {
        margin: 10px 0 0;
    }
    .custom-modal .deposit-body .content-area,
    .custom-modal .withdraw-body {
        flex-direction: column;
        gap: 10px;
    }
    .modal-body .gateway-image {
        justify-content: center;
    }
    .modal-bank-details,
    .action-required {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .admin-area .topbar .app-search input[type=search] {
        width: calc(100% - 42px);
    }
    .admin-area .topbar .app-search button.btn.top-search-btn {
        width: 42px;
    }
    .admin-area .topbar .app-search form {
        height: auto;
        max-width: 195px;
        margin: 0 auto;
    }
    .navbar-custom.admin-area .topbar-menu {
        padding-left: 0;
    }
    .deposit-details-table button.btn.btn-success,
    .approve-deposit button.btn.btn-success,
    .withdraw-details-table button.btn.btn-success,
    .approve-withdraw button.btn.btn-success,
    .deposit-details-table button.btn.btn-danger,
    .approve-deposit button.btn.btn-light,
    .reject-deposit button.btn.btn-light,
    .withdraw-details-table button.btn.btn-danger,
    .approve-withdraw button.btn.btn-light,
    .reject-withdraw button.btn.btn-light {
        min-width: 80px;
    }
    .card.trading-card.common-form {
        margin-top: 85px;
    }

    .current-trade-footer-wrapper .trade-chert-tabs {
        position: absolute;
        bottom: -72px;
        left: 75px;
        z-index: 99;
    }
    .current-trade-footer-wrapper .trade-chert-tabs .nav-tabs .nav-link.active {
        padding: 10px 40px;
        background-color: #00AAFF;
        color: #fff;
        border-radius: 5px;
    }
    .current-trade-footer-wrapper .trade-chert-tabs .nav-tabs li a {
        padding: 11px 40px;
        border-radius: 5px;
        background-color: #efeded;
    }
    .chat-data-table .first-btn {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .platform-box .custom-card-body h4 {
        font-size: 18px;
    }
    .platform-box .custom-card-body h4 i {
        font-size: 22px;
    }

}


/* Apply button-like styling to the select */

.range-select.common-view-all-dropdown {
    border: 1px solid #E4E7ED;
    background-color: #F6F7F8;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    min-width: 102px;
    height: 41px;
    text-align: left;
    border-radius: 5px;
    box-shadow: none;
    appearance: none;
}


/* Hover state */

.range-select.common-view-all-dropdown:hover {
    border: 1px solid #E4E7ED;
    background-color: #F6F7F8;
    color: #000;
}

.promo-marterials-image {
    background-color: #ffffff;
    opacity: 1;
    background-image: linear-gradient(135deg, #f4f4f4 25%, transparent 25%), linear-gradient(225deg, #f4f4f4 25%, transparent 25%), linear-gradient(45deg, #f4f4f4 25%, transparent 25%), linear-gradient(315deg, #f4f4f4 25%, #ffffff 25%);
    background-position: 28px 0, 28px 0, 0 0, 0 0;
    background-size: 28px 28px;
    background-repeat: repeat;
}

.promo-marterials-image img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.landing-page-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.landing-page-image img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    transition: transform 5s linear;
}

.landing-page-image:hover img {
    transform: translateY(calc(-100% + 250px));
}

.shimmer-effect {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.shimmer-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: shimmer-set 1.5s infinite;
    z-index: 1;
}

@keyframes shimmer-set {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.shimmer-effect table {
    opacity: 0.5;
}


/* Default: normal table view */

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.mt4-settings-btn {
    background: none;
    border: none;
    padding: 0;
    color: #6c757d;
    font: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.mt4-settings-btn .settings-text {
    display: none;
}

@media screen and (max-width: 767px) {
    .responsive-table thead {
        display: none;
    }
    .responsive-table,
    .responsive-tablee tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }
    .responsive-table tr {
        margin-bottom: 1rem;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
    }
    .responsive-table td {
        padding: 8px 10px;
        text-align: left;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .responsive-table td:last-child {
        border-bottom: none;
    }
    /* Use data-label to simulate table headers in mobile */
    .responsive-table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        color: #333;
        margin-bottom: 4px;
    }
    .mt4-settings-btn {
        background-color: #0d6efd;
        color: white;
        border-radius: 0.375rem;
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        width: 100%;
        justify-content: center;
        font-weight: 500;
        display: inline-flex;
        gap: 0.5rem;
    }
    .mt4-settings-btn .settings-text {
        display: inline;
    }
    .mt4-settings-btn i {
        font-size: 1.25rem;
    }
    .mb-setting-btn {
        background-color: #00AAFF;
        border-radius: 5px;
        height: 41px;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        min-width: 126px;
        border: 0;
        box-shadow: none;
    }
    .responsive-table thead {
        display: none;
    }
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    /* Make each row a card */
    .responsive-table tr {
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 16px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    /* Each cell becomes a field item */
    .responsive-table td {
        flex: 1 1 48%;
        min-width: 0;
        padding: 4px 0 !important;
        margin: 0;
        border: none;
        background: none;
        font-size: 0.95rem;
    }
    /* Ensure label and value are on same line */
    .responsive-table td::before {
        content: attr(data-label) "";
        font-weight: 600;
        color: #495057;
        display: block;
    }
    /* Special handling for Account (with icon) */
    .responsive-table td[data-label="Account"] img.live-icon {
        width: 23px;
        margin-top: -4px;
        margin-right: 6px;
        vertical-align: middle;
    }
    /* Full-width for Settings button */
    .responsive-table td:last-child {
        flex: 1 1 100%;
        text-align: center;
        padding-top: 8px !important;
    }
    .responsive-table .mb-setting-btn {
        width: 100%;
        padding: 8px;
        font-size: 1rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

}

/* client trading platform */

.trade-btn {
    background: #e6e6e6;
    border: none;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    transition: 0.25s;
}

.trade-price {
    font-size: 20px;
    font-weight: 600;
}

.trade-btn.active.buy-btn {
    background: #17a497 !important;
    color: #fff;
}

.trade-btn.active.sell-btn {
    background: #f7473a !important;
    color: #fff;
}

.open-trade-volume .decrease,
.open-trade-volume .increase {
    cursor: pointer;
    font-size: 20px;
}

#tradeThemeArea .row {
    align-items: stretch;
}

.trading-card {
    height: 100%;
}

#tradeThemeArea {
    min-height: 500px;
}

#tradeThemeArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.trading-card {
    height: 100%;
}


/* footer trade history */

.current-trade-footer-wrapper {
    width: 100%;
    position: relative;
}

.trade-chert-tabs {
    position: absolute;
    bottom: -53px;
    left: 0;
    z-index: 99;
}

.trade-chert-tabs ul {
    border-bottom: 1px solid transparent;
}

.trade-chert-tabs .nav-tabs li a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 0 0 5px 5px;
    background-color: #efeded;
}

.trade-chert-tabs .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 0 0 5px 5px;
    background-color: #00AAFF;
    border-top: none;
    line-height: 23px;
}

.current-trade-footer-wrapper .table-wrapper {
    width: 100%;
    height: 250px;
}

.table-scrollable {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.table-scrollable::-webkit-scrollbar {
    width: 6px;
}

.table-scrollable::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.table-scrollable::-webkit-scrollbar-thumb:hover {
    background: #666;
}
.trade-order-button .btn:disabled{
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000;
}
.trading-clock .market-clock{
    border-radius: 10px;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    width: 140px;
}
.trading-clock .market-clock .time{
   font-size: 16px;
   font-weight: 400;
}
.master-avatar-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.master-avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.master-avatar-wrapper .avatar-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}
.master-avatar-wrapper:hover .avatar-overlay {
    opacity: 1;
}
.start-trading-box{
    width: 400px;
    margin: 0 auto;
}
/* DARK MODE only inside #tradeThemeArea */
#tradeThemeArea.dark-mode {
    background-color: #0d1117;
    color: #e6e6e6;
}

#tradeThemeArea.dark-mode .card {
    background-color: #161b22 !important;
    border-color: #30363d;
}

#tradeThemeArea.dark-mode .form-control,
#tradeThemeArea.dark-mode .accordion-button,
#tradeThemeArea.dark-mode .form-select,
#tradeThemeArea.dark-mode .dropdown-menu,
#tradeThemeArea.dark-mode #accountDropdownBtn {
    background-color: #0d1117 !important;
    border-color: #30363d !important;
    color: #fff !important;
}

#tradeThemeArea.dark-mode .accordion-button:not(.collapsed) {
    background-color: #161b22 !important;
}

#tradeThemeArea.dark-mode #closing_conditions,
#tradeThemeArea.dark-mode #transaction_information,
#tradeThemeArea.dark-mode .open-trade-buy-sell {
    background-color: #0d1117 !important;
    color: #b4b4b4 !important;
}

#tradeThemeArea.dark-mode .border {
    border-color: #30363d !important;
}

#tradeThemeArea.dark-mode .custom-table-2 tbody tr {
    border-bottom: 1px solid #30363d !important;
}

#tradeThemeArea.dark-mode .open-trade-buy-sell {
    color: #fff !important;
    border: 1px solid #30363d !important;
}

#tradeThemeArea.dark-mode .input-group-text,
#tradeThemeArea.dark-mode .custom-modal .modal-header,
#tradeThemeArea.dark-mode .common-title {
    background-color: #161b22 !important;
    border-color: #30363d !important;
    color: #fff !important;
}

#tradeThemeArea.dark-mode .table-top-bg,
#tradeThemeArea.dark-mode .modal-content {
    background-color: #0d1117 !important;
}

#tradeThemeArea.dark-mode .custom-table-2 .table-area th,
#tradeThemeArea.dark-mode .modal-header .btn-close,
#tradeThemeArea.dark-mode .financial-info-item .value {
    color: #fff !important;
}

#tradeThemeArea.dark-mode .trading-card,
#tradeThemeArea.dark-mode .text-secondary,
#tradeThemeArea.dark-mode .text-muted,
#tradeThemeArea.dark-mode .custom-table-2 tbody tr td,
#tradeThemeArea.dark-mode .financial-info-item .title {
    color: #b4b4b4 !important;
}

#tradeThemeArea.dark-mode .table-scrollable,
#tradeThemeArea.dark-mode .custom-table-2 {
    border-color: #30363d !important;
}

#tradeThemeArea.dark-mode .open-trade-financial-info,
#tradeThemeArea.dark-mode .close-trade-financial-info {
    border: 1px solid #30363d;
    background-color: #161b22;
}

/*#tradeThemeArea.dark-mode .trade-chert-tabs {
    left: -23px;
}*/

#tradeThemeArea.dark-mode .trade-chert-tabs .nav-tabs li a {
    color: #fff;
    background-color: #31353b;
    border: 1px solid #30363d;
}

#tradeThemeArea.dark-mode .trade-chert-tabs .nav-tabs .nav-link.active {
    color: #fff;
    border: 1px solid #30363d;
    background-color: #0d1117;
}

/* DARK MODE switch button */
#tradeThemeArea .overlay-wrapper {
    position: relative;
}

.trading-chert-default-check,
.trading-chert-balance-check {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 460px;
    background-color: rgba(00, 000, 00, 0.7);
    z-index: 20;
}




.cursor-pointer {
    cursor: pointer;
}

.theme-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.theme-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mode-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #111;
    border-radius: 34px;
    transition: background-color 0.3s ease;
}

.mode-slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.theme-switch input:checked+.mode-slider {
    background-color: #17a497;
}

.theme-switch input:checked+.mode-slider::before {
    transform: translateX(30px);
}

.icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sun {
    right: 8px;
    color: orange;
    opacity: 1;
}

.moon {
    left: 8px;
    color: #fff;
    opacity: 0;
}

.theme-switch input:checked+.mode-slider .sun {
    opacity: 0;
}

.theme-switch input:checked+.mode-slider .moon {
    opacity: 1;
}

.open-trade-buy-sell {
    background-color: #f6f7f8;
}

.open-trade-financial-info,
.close-trade-financial-info {
    margin-top: 15px;
    padding: 5px 15px;
    background-color: #f6f7f8;
}

.financial-info-item .title {
    font-size: 14px;
    color: #6c757d;
}

.financial-info-item .value {
    font-size: 14px;
    font-weight: 500;
    color: #161b22;
}

.current-trade-footer-wrapper .table-wrapper {
    height: 360px;
}
.current-trade-footer-wrapper .table-scrollable {
    max-height: 360px;
    overflow-x: auto;
}

.open-trade-buy-sell h4 {
    font-size: 14px;
}
.open-trade-buy-sell h3 {
    font-size: 21px;
}
.trading-card.common-form .common-input {
    padding: 8px 10px;
}
.open-trade-buy-sell {
    border: 1px solid #E4E7ED;
    padding: 20px;
    background-color: #F6F7F8;
    border-radius: 10px;
}
.trading-card.common-form .open-trade-volume .decrease, .trading-card.common-form .open-trade-volume .increase {
    cursor: pointer;
    font-size: 16px;
    padding: 2px 7px;
}

/* Admin Media css */
.single-media-item {
    height: 380px;
    display: flex;
    flex-direction: column;
}

.single-media-item img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}
#mediaImageModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ec5050;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 99;
    padding: 8px;
}
#mediaImageModal .modal-header .btn-close {
    padding: 0;
    margin: 0;
}
.performance-range-filter .btn.active{
    border-color: #17a497;
    background-color: #17a497;
}
.summary-box {
    width: 340px;
    font-family: Arial, sans-serif;
    color: #222;
}

.summary-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border: 1px solid #aaa;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}

.summary-row .value {
    font-weight: 600;
}

.billing-progress {
    margin-top: 20px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-fill {
    height: 100%;
    background: #7f8fa6;
    border-radius: 20px;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
}
/* Copy Trading section */
.copy-trading-banner{
    background-color: #D9F4FF;
    color: #003D70;
}

.feture-item-inner-icon{
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #00AAFF;
    display: flex;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.search-main-tab .search-box{
    width: 300px;
    background: #F6F7F8;
    border: 1px solid #E4E7ED;
    padding: 10px;
    border-radius: 10px;
}
.master-profile-image{
    width: 120px;
    height: 120px;
}

.search-main-tab .search-box .input-group-text,
.search-main-tab .search-box .form-control{
    font-size: 16px;
    padding: 4px 10px;
}
.search-main-tab .tab-navigation{
    background: #F6F7F8;
    padding: 6px;
    border-radius: 10px
}
.search-main-tab .nav-tabs.nav-bordered {
    gap: 0px;
    border-bottom: none;
}
.search-main-tab .nav-tabs.nav-bordered li a.active {
    border-bottom: none;
    background: #fff;
    border: 1px solid #E4E7ED;
}
.search-main-tab .nav-tabs.nav-bordered li a {
    border: 0;
    padding: 5px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #6C757D;
}
.search-main-tab .nav-tabs .nav-link.active {
    color: #212529;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    border-radius: 10px;
}
#recommendation .copy-master-card,
#rank_list .copy-master-card{
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #E4E7ED;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.copy-master-drawdown-chart {
    width: 100%;
    height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E7ED;
}
.copy-master-filter-btn{
    color: #808080;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #E4E7ED;
    box-shadow: none;
}
.rank-list-tab .nav-tabs{
    border-bottom: none;
}
.rank-list-tab .nav-tabs .nav-link {
    background-color: #F6F7F8;
    color: #808080;
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 10px;
}
.rank-list-tab .nav-tabs .nav-link.active {
    background-color: #00AAFF;
    color: #fff;
    border-bottom: none;
    line-height: 23px;
}
#rank_list .copy-master-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#rank_list .copy-master-copier{
    width: fit-content;
    background-color: #00aaff;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    white-space: nowrap;
    display: flex;
    align-items: center; 
    gap: 4px;
    margin-top: -20px;
}
#rank_list .copy-button .btn {
    width: 100%;
    border-radius: 10px;
}
#rank_list .copy-master-card{
    position: relative;
}
#rank_list .copy-master-rank{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    border-radius: 0px 10px 0px 10px;
    font-size: 18px;
    font-weight: 600;
}
#rank_list .copy-master-rank.no1{
    background-color: rgba(239, 155, 0, 0.3);
    color: #EF9B00;
}
#rank_list .copy-master-rank.no2{
    background-color: rgba(163, 161, 161, 0.3);
    color: #A3A1A1;
}
#rank_list .copy-master-rank.no3{
    background-color: rgba(188, 111, 93, 0.3);
    color: #BC6F5D;
}
.copy-master-rank-table .risk{
    padding: 3px 8px;
    border-radius:10px;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(239, 155, 0, 0.3);
    color: #EF9B00;
    width: 40px;
    text-align: center;
    line-height: 20px;
}
.copy-master-rank-table .risk1,
.copy-master-rank-list .risk1{
    background-color: #DEF3FE;
    color: #00AAFF;
}
.copy-master-rank-table .risk2,
.copy-master-rank-list .risk2{
    background-color: #FEF3C7;
    color: #B45309;
}
.copy-master-rank-table .risk3,
.copy-master-rank-list .risk3{
    background-color: #FFDDCE;
    color: #E25013;
}
.copy-master-rank-table .risk4,
.copy-master-rank-list .risk4{
    background-color: #FFCACA;
    color: #B91C1B;
}
.copy-master-rank-table .risk5,
.copy-master-rank-table .risk6,
.copy-master-rank-table .risk7,
.copy-master-rank-table .risk8,
.copy-master-rank-table .risk9,
.copy-master-rank-table .risk10{
    background-color: #FF9292;
    color: #7C0100;
}
.copy-details-card {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #E4E7ED;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.copy-data-info{
    background-color: #F6F7F8;
    color: #000;
    padding: 20px;
    border-radius: 10px;
}
.copy-data-info.return{
    background-color: #E0FCEE;
    color: #18B366;
}
.max-drawdown-performance .dropdown-progress{
    background: #E5E7EB;
    height: 20px;
    border-radius: 10px;
    width: 100%;
    display: grid;
    align-items: center;
}
.max-drawdown-performance .dropdown-progress .progress-bar {
    width: 100%;
    height: 20px;
    background: #00aaff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0px;
}
.max-drawdown-performance .p-margin{
    margin-top: 70px;
}
.copy-master-about {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #E4E7ED;
}
.master-privacy-visibility{
    background-color: #F6F7F8;
    padding: 20px;
    border-radius: 10px;
}
.master-privacy-visibility span{
    font-size: 20px;
    margin-right: 15px;
}
.custom-switch-lg .form-check-input {
    width: 3rem;
    height: 1.25rem; 
    background-color: #ccc;
    border: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  }

  .custom-switch-lg .form-check-input:checked {
    background-color: #00aaff;
    border-color: #00aaff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  }

  .custom-switch-lg .form-check-input:focus {
    box-shadow: none;
    outline: none;
  }
  
    .filter-group {
        gap: 10px;
        width: 100%;
    }

    .filter-item {
        flex: 1;
    }

    .filter-item input[type="radio"] {
        display: none;
    }
    .filter-item label {
        display: block;
        padding: 12px 20px;
        background-color: #f5f6f7;
        color: #6c757d;
        border-radius: 10px;
        border: 1px solid transparent;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s ease;
        font-size: 14px;
    }
    .filter-item input[type="radio"]:checked + label {
        border-color: #00aaff;
        background-color: #f5f6f7;
        color: #333;
    }
    .filter-item label:hover {
        background-color: #e9ecef;
    }

    .wide-tooltip .tooltip-inner {
    max-width: 300px;
    width: 300px;
    background-color: #333;
    text-align: left;
    padding: 12px;
    border-radius: 8px;
    line-height: 1.5;
  }

  .tooltip-header {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    display: block;
    border-bottom: 1px solid #555;
    padding-bottom: 4px;
  }
  .tooltip-body {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
  }

  .wide-tooltip .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #333;
  }

.feture-item-copiers-info h2{
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.feture-item-copiers-info span{
    font-size: 16px;
    font-weight: 400;
}
.copy-banner-image{
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .search-main-tab .search-box {
        width: 100%;
    }
    .max-drawdown-performance .p-margin{
        margin-top: 20px;
    }
    .master-profile-image {
        width: 70px;
        height: 70px;
    }
    .feture-item-inner-icon {
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 6px;
    }
    .copy-trading-banner-left h1 {
        font-size: 20px;
    }
    .feture-item-copiers-info h2{
        font-size: 17px;
    }
    .feture-item-copiers-info span{
        font-size: 14px;
    }
    .copy-banner-image{
        max-width: 40%;
        height: auto;
    }
    #recommendation .common-title{
        font-size: 16px;
    }
    .trading-clock .market-clock{
        border-radius: 6px;
        padding: 5px;
        text-align: center;
        font-size: 14px;
    }
    .trading-clock .market-clock .time{
        font-size: 14px;
        font-weight: 400;
    }
}