/* finance.blade start */
@media screen and (max-width: 767px) {
    .nav-tab-little.tab-body-header {
        width: auto;
    }
}

/* finance.blade end */

/* metatrader.blade start */
.btn-password i {
    font-size: 18px;
    margin-left: 5px;

}

.btn-password {
    margin-left: 5px;
    cursor: pointer;
}

.priceTable {
    table-layout: auto;


}

.basic-box {
    background: #0D6EFD;
    color: white;
    border-radius: 5px;
}

.regular-box svg,
.basic-box svg {
    font-size: 28px;
    color: white;
    margin-right: 10px;
}

.dropdown-mt5 {
    min-width: 17rem !important;
}

.regular-box {
    background: #840ECC;
    color: white;
    border-radius: 5px;
}

.btn-create-acc .dropdown-toggle::after {
    display: none;
}

/* metatrader.blade end */

/* withdraw.blade start */
/* @media screen and (max-width: 767px) {
    .nav-tab-little.tab-body-header {
        width: auto;
    }
} */

/* withdraw.blade end */

/* top-up-warrant.blade start */
.nav-link {

    border: 1px solid #00000005 !important;
}

.nav-link.active {
    border: none !important;
}

.drop-zone__prompt {
    font-size: 14px;
    color: #555555;
}

/* top-up-warrant.blade end */

/* edit.blade start */
.card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-back {
    width: 24px;
    height: 24px;
    filter: brightness(50%) contrast(200%) hue-rotate(200deg);
}

/* edit.blade end */

/* list-child.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* list-child.blade end */

/* list.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* list.blade end */

/* onboarding.blade start */
.onboarding__header {
    margin-bottom: 25px;
}

.onboarding__header h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.onboarding__header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.onboarding_item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 9px 17px;
    margin-bottom: 11px;

    opacity: 0.4;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onboarding_item.active {
    opacity: 1;
}

.onboarding_item.completed {
    opacity: 1;
    background: rgba(14, 204, 139, 0.1);
}

.onboarding_item .numbers {
    background: #2282D1;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 1rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 12px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.onboarding_item.completed .numbers {
    background: #0ECC8B;
}

.onboarding_item p {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
}

.onboarding_item i {
    color: #2282D1;
    font-size: 20px;
}

.onboarding_item.completed i {
    color: #0ECC8B;
}

.onboarding__form h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
}

.onboarding__form label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.onboarding__form button {
    padding: 11px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}


.card-input-element+.card {
    color: #2282D1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 11px 40px;
}

.card-input-element+.card:hover {
    cursor: pointer;
}

.card-input-element:checked+.card {
    border: 1px solid #2282D1;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.card-input-element:checked+.card::after {
    content: '';
    color: #AFB8EA;
    font-size: 24px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.filepond--root .filepond--credits {
    display: none;
}

.filepond--root .filepond--drop-label {
    height: 250px;
    border: 3px dashed rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: rgba(254, 176, 25, 0.2);
}

.trans_detail small {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
}

.trans_detail p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}

span.errors {
    color: red;
    font-size: 12px;
}

/* onboarding.blade end */

/* detail-account-trade.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */
.detail-border {
    color: #2282D1;
}

/* detail-account-trade.blade end */

/* detail-client-from-ib.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* detail-client-from-ib.blade end */

/* detail-ib-from-mib.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* detail-ib-from-mib.blade end */

/* detail-mib-from-sib.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* detail-mib-from-sib.blade end */

/* bank-settings.blade start */
/* .nav-link {

    border: 1px solid #00000005 !important;
} */

/* .nav-link.active {
    border: none !important;
} */

.toggle {
    position: relative;
}

.toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.toggle label {
    position: relative;
    display: flex;
    align-items: center;
}

.toggle label:before {
    content: '';
    width: 39px;
    height: 25px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 40px;
    transition: 0.2s ease-in;
}

.toggle label:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 0;
    top: 0px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px #0002;
    transition: 0.2s ease-in;
}

.toggle input[type="checkbox"]:hover+label:after {
    box-shadow: 0 2px 15px 0 #0002, 0 3px 8px 0 #0001;
}

.toggle input[type="checkbox"]:checked+label:before {
    background: #ccc;
}

.toggle input[type="checkbox"]:checked+label:after {
    background: #2282D1;
    left: 13px;
}

/* bank-settings.blade end */

/* change-password.blade start */
/* .nav-link {

    border: 1px solid #00000005 !important;
} */

/* .nav-link.active {
    border: none !important;
} */

/* change-password.blade end */

/* edit-profile.blade start */
/* .nav-link {

    border: 1px solid #00000005 !important;
} */

/* .nav-link.active {
    border: none !important;
} */

/* edit-profile.blade end */

/* detail.blade start */
.drop-zone {
    width: 100%;
    height: 300px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 1px dashed #2282D1;
    border-radius: 5px;
    background: rgba(254, 176, 25, 0.2);
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 180px;
    border-radius: 9px;
    overflow: hidden;
    background-color: #ffefd1;
    /* color: #cccccc; */
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 7px;
    text-align: center;
}

/* detail.blade end */

/* current-trade.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */
.cur-border {
    color: #2282D1;
}

/* current-trade.blade end */

/* deposit-detail.blade start */
.image_tf {
    width: 283px;
    height: 169px;
    background: #D9D9D9;
    border-radius: 5px;
    overflow: hidden;
}

.image_tf img {
    object-fit: cover;
}

.txt__tf {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;

    color: #000000;
    margin-bottom: 14px
}

/* deposit-detail.blade end */

/* home-new.blade start */
.stage__register {
    padding: 10px 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stage__register .ball_number {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #FEB019;
    color: white;
    margin-right: 10px;
    font-weight: 700;
}

.stage__register p {
    font-weight: 700;
    color: #00000066 !important;
    font-size: 14px !important;
}

.stage__register.active {
    background-color: #0ECC8B1A;
}

.stage__register.active .ball_number {
    background: #0ECC8B
}

.stage__register .icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* home-new.blade end */

/* home.blade start */
/* .stage__register {
    padding: 10px 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stage__register .ball_number {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #FEB019;
    color: white;
    margin-right: 10px;
    font-weight: 700;
}

.stage__register p {
    font-weight: 700;
    color: #00000066 !important;
    font-size: 14px !important;
}

.stage__register.active {
    background-color: #0ECC8B1A;
}

.stage__register.active .ball_number {
    background: #0ECC8B
}

.stage__register .icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
} */

/* home.blade end */

/* reconsile.blade start */
/* .card-body table tfoot tr th {
    border-top: 2px solid #2282D1;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* reconsile.blade end */

/* master.blade start */
.toastify.on {
    border-radius: 20px;
}

.badge_notif {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: white;
    background-color: red;
    position: absolute;
    top: 6px;
    font-weight: 700;
    right: 10px;
}

/* master.blade end */

.action__button {
    color:#2282D1;
}