@media screen and (max-width: 991px) {
    .main-panel {
        padding-left: 0;
    }
    .card {
        padding: 0.75rem !important;
    }
    .navbar-menu-wrapper {
        justify-content: space-between;
    }
    .transfer-btn-wrapper {
        text-align: center;
    }
    .transfer-btn-wrapper > div > button {
        margin: 0 3px;
    }
    .create-wallet-input, .transfer-input, .cp-exchange-input, .select-application-id {
        min-width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .forgot-password-input {
        min-width: 467px;
    }
    .secret-key-input {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .confirm-address-wrapper div {
        overflow-x: scroll;
        padding-bottom: 5px;
    }
    .key-gen-multisign {
        display: block;
        overflow-x: scroll;
    }
}
@media screen and (min-width: 992px) {
    .nav-logout {
        display: none;
    }
    .create-wallet-input, .transfer-input, .forgot-password-input, .select-application-id {
        min-width: 630px;
    }
    .cp-exchange-input {
        min-width: 770px;
    }
    .navbar-nav-left {
        padding-left: 15px;
    }
    .confirm-address-wrapper {
        text-align: center;
    }
    .transfer-to-card-body {
        width: 800px;
    }
}
@media screen and (max-width: 575px) {
    .modal-dialog {
        width: 94% !important;
    }
    .content-wrapper {
        background-color: #DFDFDF !important;
        padding: 1rem 1rem;
    }
    .backup-now-wrapper {
        padding: 0.75rem;
    }
    .logo-system-top-up {
        width: 230px;
        height: 85px;
    }
}
@media screen and (max-width: 575px) and (min-width: 427px) {
    .balance-table .hide-medium-screen {
        display: none;
    }
    .hidden-medium-screen {
        display: none;
    }
}
@media screen and (min-width: 427px) {
    .share-button-wrapper {
        display: flex;
    }
    .transaction-status-wrapper {
        display: flex;
    }
}
@media screen and (min-width: 576px) {
    .balance-table .hide-large-screen {
        display: none;
    }
    .hidden-large-screen {
        display: none;
    }
    .logo-system-top-up {
        width: 300px;
        height: 110px;
    }
}
@media screen and (max-width: 426px) {
    .token-wrapper {
        padding: 0.5rem !important;
    }
    .hide-small-screen {
        display: none;
    }
    .asset-logo.asset-logo-large > img {
        height: 72px !important;
        width: 108px !important;
    }
    .asset-logo.asset-logo-large > span {
        font-size: 13px !important;
    }
    .notify-menu {
        top: 65px !important;
        position: fixed !important;
    }
}
@media screen and (min-width: 576px) {
    .modal-trust-coin {
        min-width: 500px;
    }
    .content-wrapper {
        background-color: #DFDFDF !important;
        padding: 1.5rem 1.7rem;
    }
    .backup-now-wrapper {
        padding: 1.25rem;
    }
    .rc-steps {
        min-width: 600px;
    }
}
@media screen and (max-width: 767px) {
    .permission-item > div {
        margin-top: 10px;
        text-align: center;
    }
    .permsion-wrapper {
        display: block !important;
    }
    .permsion-wrapper .button-wrapper {
        text-align: center;
    }
    .auth-custom-card .auth-form {
        padding: 20px 50px;
        height: 410px;
    }
    .auth-custom-card .triple {
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .auth-custom-card .triple .logo-wrapper {
        z-index: 1000;
        position: relative;
    }
    .auth-custom-card .logo-wrapper img {
        max-height: 72px;
    }
    .auth-custom-card .triple .logo-wrapper span {
        display: none;
    }
    .auth-custom-card .triple .btn-wrapper {
        text-align: center;
        z-index: 1000;
        position: relative;
    }
    .auth-custom-card .img-bottom {
        display: none;
    }
    .auth-custom-card .triple {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .auth-custom-card .triple.left {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .auth-custom-card .triple.right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .auth-custom-card .triple.right.hide-large-screen {
        display: none;
    }
    .auth-custom-card .triple.left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .auth-custom-card .auth-form {
        padding: 60px 90px;
        height: 540px;
    }
    .auth-custom-card .triple .logo-wrapper {
        margin-top: 70px;
        text-align: center;
        z-index: 1000;
        position: relative;
    }
    .auth-custom-card .logo-wrapper img {
        /*width: 93px;*/
        max-height: 108px;
    }
    .auth-custom-card .triple .logo-wrapper span {
        margin-top: 25px;
        font-size: 25px;
        font-weight: 500;
    }
    .auth-custom-card .triple .btn-wrapper {
        text-align: center;
        z-index: 1000;
        position: relative;
    }
    .login-intro {
        margin-top: 100px;
    }
    .hidden-large-screen {
        display: none;
    }
}