.no-account {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10%;
}

.no-account-created-container {
    width: 418px;
    height: 195px;
    display: grid;
    gap: 0;
}

.grid-center {
    display: grid;
    justify-content: center;
}

.no-account-created-content {
    width: 418px;
    height: 81px;
    display: grid;
    gap: 0px;
}

    .no-account-created-content h6 {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 600;
        line-height: 21.09px;
        text-align: center;
    }

    .no-account-created-content p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 21.14px;
        text-align: center;
        color: #7E7E7E;
    }

.btn-open-account {
    width: 248px;
    height: 51px;
    border-radius: 5px 0px 0px 0px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 17.58px;
    text-align: center;
}

.open-new-account {
    width: inherit;
    padding: 20px 30px;
}

.live-accoun-row {
    min-height: 640px;
    height: auto;
}

    .live-accoun-row .tabs {
        height: 39px;
        width: 100%;
        gap: 3%;
        display: flex;
    }

        .live-accoun-row .tabs .tab-links {
            width: 31%;
            height: 38px;
            border-radius: 4px;
            border: 1px solid #EFF0F3;
            justify-content: center;
            display: flex;
            padding-top: 5px;
        }

            .live-accoun-row .tabs .tab-links:hover,
            .live-accoun-row .tabs .tab-links.active {
                background: #EFF0F3;
                color: #000000;
                font-family: Roboto;
                font-size: 14px;
                font-weight: 600;
                cursor: pointer;
            }

.account-tab-content {
    display: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.btn-wrapper img.btn-icon {
    position: absolute;
    width: 14px;
    right: 15px;
    top: 13px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.account-tab-content .account-list-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 99%;
}

.account-tab-content .account-open-btn {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 99%;
    gap: 1%
}

.account-open-btn .btn-primary {
    width: 20%;
    height: 41.54px;
    border-radius: 5px;
    background: #34E834;
    font-family: Roboto;
    font-size: 13px !important;
    font-weight: 500;
}

    .account-open-btn .btn-primary:hover {
        border-color: #34E834;
    }

.account-list-title .account-list-title-text {
    font-family: Roboto;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 23.44px;
    text-align: left;
}

.account-list-refresh-div {
    text-align: right;
    padding-right: 18px;
}

.account-list-refresh-div .account-list-refresh {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.7px;
    text-align: left;
    padding-top: 14px;
    text-decoration: none !important;
    color: #6F6F6F;
}

.hidden-accounts-list {
    display: grid;
    justify-content: right;
    width: 99.5%;
}

.grid-center .account-list-refresh {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.7px;
    text-align: left;
    padding-top: 14px;
    text-decoration: none !important;
    color: #6F6F6F;
    text-align: center
}

.account-list-title .account-list-refresh:hover,
.grid-center .account-list-refresh:hover,
.account-list-refresh-div .account-list-refresh:hover {
    text-decoration: underline !important;
    cursor:pointer;
}

.account-list-refresh svg {
    vertical-align: unset;
}

.account-tab-content .account {
    height: auto;
    position: relative;
}

.account-details-row {
    display: flex;
}

.account-content {
    min-height: 136px;
    width: 99%;
    background: #EFF0F3AD;
    border: 0.8px solid #EFF0F3AD;
    border-radius: 10px;
    padding: 2% 1% 1% 3%;
}

    .account-content:hover {
        border: 0.8px solid #000000;
    }


.account-type .type {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #8D8D8D;
    height: 100%;
}

.account-type .real {
    border-radius: 3px;
    background: #34E83433;
    color: #000000;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    line-height: 9.38px;
    text-align: center;
    padding: 4px 5px;
    margin-left: 7px;
}

.account-type-section {
    width: 80%;
}

.account-balance-section {
    width: 20%;
    text-align: right;
    padding-right: 2%;
}

.account-server-details-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 98%;
}

.server-details-button button.btn.btn-primary {
    width: 175px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #000000;
    padding: 0px 9px;
    font-family: Roboto;
    background: transparent;
}

.platform-number {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    text-align: left;
    margin: 5px 0 0 0;
}

.balance-label label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    color: #8D8D8D;
    height: 100%;
}

.balance {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 41.02px;
}

.server-details span {
    border-radius: 3px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 12.89px;
    text-align: center;
    background: #FAFAFA;
    padding: 5px 10px;
}

.server-details label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 12.89px;
    text-align: center;
}

.account-option {
    top: 60px;
    right: 30px;
    position: absolute;
}

.account-setting-action {
    position: absolute;
    background: #FAFAFA;
    top: 25px;
    width: 150px;
    border-radius: 5px;
    right: 5px;
    z-index: 4;
}

.action-div {
    min-width: 50px;
    font-size: 11px;
    padding: 10px 0 10px 10px;
    width: 100%;
    cursor: pointer;
}

.account-open-btn .ct-grey-btn {
    background: #EFF0F3 !important;
    border: #EFF0F3 !important;
}

.hidden_account_link {
    color: #8D8D8D;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    padding: 10px 10px 10px 0px;
    text-align: right;
}

a.hidden_account_link:hover,
a.hidden_account_link:focus {
    color: #8D8D8D;
}

a.link_hidden_bills_MT4,
a.link_hidden_bills_MT5,
a.link_hidden_bills_cTrader {
    display: block;
}

.lock_text {
    font-family: Roboto !important;
    font-size: 16px !important;
    line-height: 21px !important;
    text-align: center !important;
    font-weight: 500 !important;
    color: #7B7B7B !important;
    width: 60% !important;
}

.lock-overlay {
    position: relative;
    display: block;
    top: 50%;
    z-index: 2;
}

.lock-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.lock-overlay-background {
    filter: blur(5px);
    opacity: 0.2;
    pointer-events: none;
    user-select: none;
}

@@media only screen and (max-width: 991px) {
    .lock-overlay-background {
        display: none !important;
    }
}

.open-new-account label {
    height: 11px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
}

.open-new-account .cust-ddls {
    width: 453px;
    height: 41px;
    background: #F6F6F6;
    border: 1px solid #E4E4E4;
}

.tradeAccTab {
    display: flex;
}

    .tradeAccTab .liveAccTab {
        border: 1px solid #E4E4E4;
        background-color: #FAFAFA;
        border-radius: 5px;
        width: 137px;
        height: 40px;
        text-align: center;
        padding-top: 6px;
        cursor: pointer;
    }

        .tradeAccTab .liveAccTab:not(:last-child) {
            margin-right: 20px;
        }

        .tradeAccTab .liveAccTab span {
            font-size: 10px;
            font-weight: 700;
            position: relative;
        }

        .tradeAccTab .liveAccTab strong {
            font-size: 15px;
            position: absolute;
            top: -3px;
        }

    .tradeAccTab .tradeTabActive {
        border: 1px solid #000000;
    }

.open-new-account-control select {
    padding: 7px;
}

.rel .s3 {
    border-radius: 4px;
    padding: 4px 35px 4px 5px;
    width: 453px;
    height: 41px;
    background: #F6F6F6;
    border: 1px solid #E4E4E4;
}

.togglePassword:not(.show) {
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url(/Content/ICMarkets/images/Account/eye-close.svg) no-repeat transparent;
}

.togglePassword.show {
    width: 13px;
    height: 9px;
    display: inline-block;
    background: url(/Content/ICMarkets/images/Account/eye-open.svg) no-repeat transparent;
    top: 16.5px;
}

.togglePassword {
    right: 13px;
    top: 15px;
    position: absolute;
    transition: none;
}

label.error {
    display: none !important;
    color: red;
}

.balance-form .input-group-text {
    color: #B3B3B3;
    background: transparent;
}

.balance-form input {
    border-right: none;
}

input.error {
    border: 1px solid #e42a2a !important;
}

.amount-note {
    width: 100%;
    margin-top: 5px;
    padding: 2px 12px 2px 12px;
    border-radius: 3px;
    background: #34D2E81F;
}


.open-new-account-heading1 {
    width: 276px;
    height: 31px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: left;
}

.open-new-account-heading2 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.84px;
    text-align: left;
    color: #7C7C7C;
    width: 536px;
    height: 20px;
}

.newAccountFormDiv {
    width: 453px;
    height: auto;
    display: grid;
    gap: 13px;
}

input.btn-primary-custom {
    width: 100%
}

.h1-accounts {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #525252;
}

.pass-requirement-default-icon {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #BABABA;
    display: inline-block;
}

.pass-requirement-error-icon {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(/Content/ICMarkets/images/Account/password-requirement-error.svg) no-repeat transparent;
}

.pass-requirement-success-icon {
    width: 8px;
    height: 7px;
    display: inline-block;
    background: url(/Content/ICMarkets/images/Account/password-requirement-success.svg) no-repeat transparent;
}

.pass-requirement-text {
    font-size: 11px;
    color: #BABABA;
}

.pass-requirement-error {
    color: #FB4C5C;
}

.pass-requirement-success {
    color: #339A49;
}

.password-requirements label {
    font-weight: unset !important;
}

.changepassword-table input.text:focus {
    border: 1px solid #585858;
}

.changepassword-table input.text.has-success {
    border-color: #339A49;
}

.changepassword-table input.input-validation-error {
    border-color: #FB4C5C;
}

input.init {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.balance-modal .modal-header {
    border: none;
}

.balance-modal .modal-content {
    width: 407px;
    border-radius: 10px;
}

.balance-modal .modal-body {
    padding: 10px 40px;
}

.balance-modal .set-balance-btn {
    background: #34e834;
    color: black;
    border: #34e834;
    min-width: 100%;
    height: 41px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: 600;
}

#loading-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#popup-loading-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.change-password-screen-modal .modal-content {
    border-radius: 12px;
}

.change-password-screen-modal#changePasswordConfirmationModal .modal-header {
    padding: 2rem 0rem 0rem 2rem;
    border: none;
    text-align: center;
}

.change-password-screen-modal#changePasswordConfirmationModal .modal-title {
    margin: 5% 0 0 0;
}

.change-password-screen-modal .modal-body .proceed-description {
    width: 350px;
    padding: 0 0 1.5rem 2rem;
    margin: 0 0 0 2rem;
    text-align: center;
}

.change-password-screen-modal .modal-body .proceed-for-trading-account {
    margin: 0 0 0 20%;
    text-align: center;
    background: #F4F4F4;
    width: 280px;
    height: 38px;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0.5rem 0 0 0;
}

.change-password-screen-modal .proceed-for-trading-account input {
    border: none;
    font-weight: bold;
    width: 90px;
}

.change-password-screen-modal .modal-footer {
    border: none;
    display: inline;
}

.change-password-screen-modal .btn-default {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #B1B1B1;
}


.change-password-screen-modal .btn-primary {
    width: 150px;
    height: 39px;
    border-radius: 5px;
    background: #34E834
}

.change-password-screen-modal#changePasswordConfirmationModal .btn-close {
    width: 5px;
    height: 5px;
    float: right;
    color: #BEBEBE !important;
    margin: -50px 10px 0px 2px !important;
}

.change-password-screen-modal#changePasswordEmailSentModal .modal-header {
    display: inline;
    padding: 0;
    border: none;
    text-align: center;
}

.change-password-screen-modal#changePasswordEmailSentModal .modal-body .proceed-description {
    padding: 0 !important;
}

.change-password-screen-modal#changePasswordEmailSentModal .btn-primary {
    width: 74px;
}

.change-password-screen-modal#changePasswordEmailSentModal .modal-content {
    width: auto;
}

.change-password-screen-modal#changePasswordEmailSentModal .btn-close {
    width: 5px;
    height: 5px;
    float: right;
    color: #BEBEBE !important;
    margin: 4% 5% 0% 0% !important;
}

.change-password-screen-modal#changePasswordEmailSentModal .picture {
    margin: 15% 0 0 5%;
}

.action-div:hover {
    font-weight: 700;
}

input.input-validation-error, textarea.input-validation-error {
    border-color: #e42a2a !important;
}

input[name="amount"]::-webkit-outer-spin-button,
input[name="amount"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[name="amount"] {
    -moz-appearance: textfield;
}

.toggleDemoPassword:not(.show) {
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url(/Content/ICMarkets/images/Account/eye-close.svg) no-repeat transparent;
}

.toggleDemoPassword.show {
    width: 13px;
    height: 9px;
    display: inline-block;
    background: url(/Content/ICMarkets/images/Account/eye-open.svg) no-repeat transparent;
    top: 16.5px;
}

.no-blur {
    filter: blur(0px) !important;
}

.toggleDemoPassword {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.account-password-row {
    margin: 10px 0px;
}

.password-label {
    padding: 2px 2px 2px 7px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    width: 18%;
}

.password-label-text {
    font-family: Roboto;
    font-size: 11px;
    line-height: 12.89px;
    padding-right: 5px;
}

.password-blur {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    line-height: 15.23px;
    filter: blur(5.199999809265137px);
}


@media only screen and (min-width:0px) and (max-width:375px) {
    .newAccountFormDiv {
        width: 100%;
    }

    .account-list-title {
        margin: 15% 0 0 0;
        padding: 0;
    }

    .account-open-btn .btn-primary {
        width: 99%;
    }

    .platform-number {
        margin: 2% 0 0 0;
    }

    .account-balance-section {
        margin: 5% 0 0 0;
    }

    .account-option {
        top: 45%;
        right: 8%;
    }

    .account-details-row {
        display: flow;
        margin: 6% 0 0 5%;
    }

    .balance-label label {
        padding-left: 0;
    }

    .account-server-details-row {
        display: flow;
        margin: 5% 0 0 5%;
    }

    .server-details {
        display: flex;
        flex-flow: row wrap;
        gap: 2%;
    }

        .server-details span {
            margin: 0 0 3% 0;
        }

    .account-content {
        min-height: 300px;
    }

    .account-tab-content-demo .account-content {
        min-height: 250px;
    }

    .server-details-button button.btn.btn-primary {
        width: 85%;
        margin: 6% 0 0 0;
    }

    .no-account-created-content p {
        display: flex;
        flex-direction: column;
    }

    .account-tab-content .account-open-btn {
        flex-direction: column;
    }

    button.btn.btn-primary.ct-grey-btn {
        margin: 0 0 3% 0;
    }

    .lock-overlay-content {
        margin: 20% 0 0 0;
    }

        .lock-overlay-content svg {
            width: 30px;
            height: 75px;
        }

    .open-new-account {
        padding: 5px 0px;
    }

    .open-new-account-heading1 {
        width: unset;
    }

    .open-new-account-heading2 {
        width: unset;
    }

    .tradeAccTab .liveAccTab:not(:last-child) {
        margin-right: 5px;
    }

    .tradeAccTab .liveAccTab {
        width: 33% !important;
    }

        .tradeAccTab .liveAccTab span {
            font-size: 9px;
        }

    img.mt5-icon {
        height: 17px;
        width: 18px;
    }

    img.mt4-icon {
        height: 17px;
        width: 18px;
    }

    img.ctrader-icon {
        height: 17px;
        width: 18px;
    }

    .open-new-account .cust-ddls {
        width: 100%;
    }

    .rel .s3 {
        width: 100% !important;
    }

    .togglePassword {
        right: 15px;
        top: 15px;
    }

    input.btn-primary-custom {
        width: 100%
    }

    .tradeAccTab .liveAccTab strong {
        font-size: 13px;
        top: -4px;
    }

    .account-list-title .account-list-refresh {
        padding-top: 4px;
    }
    .grid-center .account-list-refresh {
        padding-top: 4px;
    }
    .hidden-accounts-list .account-list-refresh-before-hide {
        padding-top: 4px;
    }

    .account-password-row {
        margin: 1% 5%;
    }

    .password-label {
        width: 80%;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab {
        padding: 0px;
        padding-left: 3px !important;
        line-height: 1.2;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab img,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab img{
        float: left;
        padding-top: 8%;
        margin: 0 !important;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab span,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab span{
        font-size: 10px !important;
        word-wrap: break-word;
    }
}

@media only screen and (min-width: 375px) and (max-width: 480px) {

    .newAccountFormDiv {
        width: 100%;
    }

    .account-list-title {
        margin: 5% 0 0 0;
        padding: 0;
    }

    .account-open-btn .btn-primary {
        width: 99%;
    }

    .platform-number {
        margin: 2% 0 0 0;
    }

    .account-balance-section {
        margin: 5% 0 0 0;
        text-align: left;
    }

    .account-option {
        top: 45%;
        right: 8%;
    }

    .account-details-row {
        display: flow;
        margin: 6% 0 0 5%;
    }

    .balance-label label {
        padding-left: 0;
    }

    .account-server-details-row {
        display: flow;
        margin: 5% 0 0 5%;
    }

    .server-details {
        display: flex;
        flex-flow: row wrap;
        gap: 2%;
    }

        .server-details span {
            margin: 0 0 3% 0;
        }

    .account-content {
        height: 300px;
    }

    .account-tab-content-demo .account-content {
        height: 250px;
    }

    .server-details-button button.btn.btn-primary {
        width: 85%;
        margin: 6% 0 0 0;
    }

    .no-account-created-content p {
        display: flex;
        flex-direction: column;
    }

    .account-tab-content .account-open-btn {
        flex-direction: column;
    }

    button.btn.btn-primary.ct-grey-btn {
        margin: 0 0 3% 0;
    }

    .lock-overlay-content {
        margin: 20% 0 0 0;
    }

        .lock-overlay-content svg {
            width: 30px;
            height: 75px;
        }

    .open-new-account {
        padding: 5px 0px;
    }

    .open-new-account-heading1 {
        width: unset;
    }

    .open-new-account-heading2 {
        width: unset;
    }

    .tradeAccTab .liveAccTab:not(:last-child) {
        margin-right: 5px;
    }

    .tradeAccTab .liveAccTab {
        width: 33%;
    }

        .tradeAccTab .liveAccTab span {
            font-size: 9px;
        }

    img.mt5-icon {
        height: 17px;
        width: 18px;
    }

    img.mt4-icon {
        height: 17px;
        width: 18px;
    }

    img.ctrader-icon {
        height: 17px;
        width: 18px;
    }

    .open-new-account .cust-ddls {
        width: 100%;
    }

    .rel .s3 {
        width: 100%;
    }

    .togglePassword {
        right: 15px;
        top: 15px;
    }

    input.btn-primary-custom {
        width: 100%
    }

    .tradeAccTab .liveAccTab strong {
        font-size: 13px;
        top: -4px;
    }

    .account-list-title .account-list-refresh {
        padding-top: 4px;
    }

    .grid-center .account-list-refresh {
        padding-top: 4px;
    }

    .hidden-accounts-list .account-list-refresh-before-hide {
        padding-top: 4px;
    }

    .account-password-row {
        margin: 1% 5%;
    }

    .password-label {
        width: 80%;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab {
        padding: 0px;
        padding-left: 5px;
        line-height: 1.2;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab img,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab img{
        float: left;
        padding-top: 8%;
        margin-right: 5%;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab span,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab span{
        font-size: 12px;
        word-wrap: break-word;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .newAccountFormDiv {
        width: 100%;
    }

    .account-list-title {
        margin: 5% 0 0 0;
        padding: 0;
    }

    .account-open-btn .btn-primary {
        width: 99%;
    }

    .platform-number {
        margin: 2% 0 0 0;
    }

    .account-balance-section {
        margin: 5% 0 0 0;
        text-align: left;
    }

    .account-option {
        top: 45%;
        right: 8%;
    }

    .account-details-row {
        display: flow;
        margin: 6% 0 0 5%;
    }

    .balance-label label {
        padding-left: 0;
    }

    .account-server-details-row {
        display: flow;
        margin: 5% 0 0 5%;
    }

    .server-details {
        display: flex;
        flex-flow: row wrap;
        gap: 2%;
    }

        .server-details span {
            margin: 0 0 3% 0;
        }

    .account-content {
        min-height: 300px;
    }

    .account-tab-content-demo .account-content {
        min-height: 250px;
    }

    .server-details-button button.btn.btn-primary {
        width: 85%;
        margin: 6% 0 0 0;
    }

    .no-account-created-content p {
        display: flex;
        flex-direction: column;
    }

    .account-tab-content .account-open-btn {
        flex-direction: column;
    }

    button.btn.btn-primary.ct-grey-btn {
        margin: 0 0 3% 0;
    }

    .lock-overlay-content {
        margin: 20% 0 0 0;
    }

        .lock-overlay-content svg {
            width: 30px;
            height: 75px;
        }

    .open-new-account {
        padding: 5px 0px;
    }

    .open-new-account-heading1 {
        width: unset;
    }

    .open-new-account-heading2 {
        width: unset;
    }

    .tradeAccTab .liveAccTab:not(:last-child) {
        margin-right: 5px;
    }

    .tradeAccTab .liveAccTab {
        width: 33%;
    }

        .tradeAccTab .liveAccTab span {
            font-size: 9px;
        }

    img.mt5-icon {
        height: 17px;
        width: 18px;
    }

    img.mt4-icon {
        height: 17px;
        width: 18px;
    }

    img.ctrader-icon {
        height: 17px;
        width: 18px;
    }

    .open-new-account .cust-ddls {
        width: 100%;
    }

    .rel .s3 {
        width: 100%;
    }

    .togglePassword {
        right: 15px;
        top: 15px;
    }

    input.btn-primary-custom {
        width: 100%
    }

    .tradeAccTab .liveAccTab strong {
        font-size: 13px;
        top: -4px;
    }

    .account-list-title .account-list-refresh {
        padding-top: 4px;
    }

    .grid-center .account-list-refresh {
        padding-top: 4px;
    }

    .hidden-accounts-list .account-list-refresh-before-hide {
        padding-top: 4px;
    }

    .account-password-row {
        margin: 0% 5%;
    }

    .password-label {
        width: 60%;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab {
        padding-top: 2px !important;
        padding-left: 5% !important;
        line-height: 1.2;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab img,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab img{
        float: left;
        margin-right: 5px !important;
        padding-top: 5px;
    }

    .live-accoun-row .tabs .tab-links#CTraderTab span,
    .live-accoun-row .tabs .tab-links#CTraderDemoTab span{
        font-size: 13px !important;
        word-wrap: break-word;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .account-open-btn .btn-primary {
        width: unset;
    }

    .account-type-section {
        width: 65%;
    }

    .account-balance-section {
        width: 35%;
        padding-right: 5%;
    }

    .account-option {
        top: 42%;
        right: 4%;
    }

    .account-server-details-row {
        width: 95%;
    }

    .account-password-row {
        margin: 1% 0%;
    }

    .password-label {
        width: 34%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) {

    .account-open-btn .btn-primary {
        width: 35%;
    }

    .account-type-section {
        width: 60%;
    }

    .account-balance-section {
        width: 40%;
        padding-right: 6%;
    }

    .account-server-details-row {
        width: 94%;
    }

    .server-details {
        display: flex;
        flex-flow: row wrap;
        gap: 2%;
    }

    .server-details span:last-child {
        margin-top: 5px
    }

    .account-password-row {
        margin: 1% 0%;
    }

    .password-label {
        width: 36%;
    }
}

@media (max-width: 290px) {
    .change-password-screen-modal .modal-body .proceed-description {
        width: auto;
        height: auto;
        padding: 0 0.5rem 1.5rem 0rem !important;
    }

    .change-password-screen-modal .modal-body .proceed-for-trading-account {
        width: auto;
        height: auto;
        margin: 0px 0 0 0rem !important;
        padding: 0.5rem 0 0 0 !important;
    }

    .change-password-screen-modal .modal-footer {
        display: inline;
    }

        .change-password-screen-modal .modal-footer button {
            margin: 5px;
        }
}

@media (max-width: 360px) {
    .change-password-screen-modal .modal-body .proceed-for-trading-account {
        margin: 0px 0 0 4%;
        padding: 2% 0 0 0;
    }
}

@media (max-width: 375px) {
    .change-password-screen-modal .modal-body .proceed-for-trading-account {
        margin: 0 0 0 7%;
        padding: 2% 0 0 0;
    }
}

@media (max-width: 390px) {
    .change-password-screen-modal .modal-body .proceed-for-trading-account {
        margin: 0 0 0 8%;
        padding: 2% 0 0 0;
    }
}

@media (max-width: 415px) {
    .change-password-screen-modal .modal-body .proceed-for-trading-account {
        margin: 0 0 0 12%;
        padding: 2% 0 0 0;
    }
}

@media (max-width: 430px) {
    .change-password-screen-modal .modal-body .proceed-for-trading-account {
        margin: 0 0 0 12%;
        padding: 2% 0 0 0;
    }
}

@media (max-width:768px) {
    .change-password-screen-modal .modal-header {
        padding: 1rem 0rem 0rem 1rem;
    }

    .change-password-screen-modal .modal-body .proceed-description {
        padding: 0 0 1.5rem 0rem;
        margin: 0;
        width: auto;
        height: auto;
    }

    .change-password-screen-modal#changePasswordEmailSentModal .modal-content {
        width: 100%;
    }

    .change-password-screen-modal .modal-body .proceed-for-trading-account {
        margin: 0 0 0 1.5rem;
        padding: 0.5rem 0 0 0;
    }
}
