a {
    color: #f90000;
}

a:hover {
    color: #f90000;
}

a:focus {
    color: #f90000;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
}

.profile-page .card .card-header {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 30px 20px 20px 20px;
    border-bottom: none;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.profile-page .card .user-data ul {
    margin: 0;
    padding: 0;
}

.profile-page .card .user-data ul li {
    list-style: none;
    line-height: 28px;
}

.profile-page .card .user-data ul li span.left {
    width: 72px;
    display: inline-block;
}

.red-button-small {
    margin: 0;
    border-radius: 3px;
    background: #f90000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    cursor: pointer;
}

.red-button {
    margin: 0;
    border-radius: 3px;
    background: #f90000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    cursor: pointer;
}

.red-button:active,
.red-button:focus {
    margin: 0;
    border-radius: 3px;
    background: #f90000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    cursor: pointer;
}

.profile-page .balance-wrap .balance {
    font-size: 22px;
}

.profile-page .balance-wrap .balance .icon {
    margin-right: 10px;
}

.profile-page .balance-history {
    font-size: 13px;
}

.profile-page .card .name h3 {
    font-size: 20px;
}

.profile-page .card .abonements-data ul {
    margin: 0;
    padding: 0;
}

.profile-page .card .abonements-data ul li {
    list-style: none;
    line-height: 20px;
    padding-bottom: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;

}


.profile-page .card .abonements-data ul li span.left {
    width: 50%;
    display: inline-block;
    padding-right: 15px;
}

.profile-page .card .abonements-data {
    font-size: 13px;
    color: #707070;
}

.form-control {
    display: block;
    width: 100%;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.h-100 {
    height: 100% !important;
}

.d-flex {
    display: flex !important;
}

.wrap-form {
    width: 100%;
    max-width: 450px;
    padding: 50px;
    margin: 30px auto;
    background-color: #fff;
}

.sign_menu {
    text-align: center;
}

.sign_menu li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    padding: 0 7px;
}

.sign_menu li.active a {
    font-weight: bold;
}

.sign_menu li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f90000;
}

#id_phone_1,
.phone-field-ext {
    display: none;
}

.form-label {
    font-size: 14px;
    margin-bottom: 2px;
}

.sign_menu li a {
    text-decoration: none;
}

a {
    color: #f90000;
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    margin: 0;
    color: #000;
}

.btn:hover {
    color: #fff;
    background: #dc0000 !important;
}

.help-text {
    margin-top: 3px;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.wrap-form .button {
    width: 100%;
}

.wrap-form a {
    text-decoration: underline;
}

.wrap-form a:hover {
    color: #f90000;
}

.form-errors {
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
}

.nav-tabs {
    border-bottom: none;
    margin-left: 0;
    margin-bottom: 20px;
}

link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 3px solid #f90000;
}

.nav-tabs .nav-link {
    color: rgba(255, 255, 255, .61);
    margin-bottom: 0;
    background: 0 0;
    border: transparent;
    font-size: 20px;
    font-weight: 500;
}

.table {
    font-size: 14px;
}

.table tr td {
    padding: 12px 0;
}

thead,
tbody,
tfoot {
    border: none;
    background-color: #fefefe;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-color: #dee2e5;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}

.ro-full-history {
    font-size: 13px;
    color: #f90000;
    cursor: pointer;
    font-weight: bold;
}

.ab-history-link {
    font-size: 13px;
    color: #f90000;
    cursor: pointer;
    font-weight: bold;
}

.ro-full-history:hover,
.ab-history-link:hover {
    color: #f90000;
}

.topup-area {
    display: none;
}

/* After top up deposit info modal css */
.topup_info {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 99;
    visibility: hidden;
}

.topup_info__wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.topup_info__content {
    margin: 50px 0;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    width: 600px;
    max-width: 100%;
    overflow: visible;
    border: none;
    border-radius: 10px;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
    padding: 30px;
}

.topup_info--active {
    visibility: visible;
}

.topup_info--active .topup_info__content {
    transform: scale(1);
    opacity: 1;
}

.topup_info__shadow {
    position: fixed;
    border: none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 98;
    opacity: 0;
    transition: opacity 0.15s ease;
    background-color: black;
}

.topup_info__shadow--show {
    pointer-events: auto;
    opacity: 0.6;
}

/* .topup_info__opened {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
} */


.tagwhat {
    margin-left: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .nav-wrap .logo img {
        width: 155px;
    }

    .nav-wrap .logo {
        padding: 14px 30px 0 30px;
        height: 93px;
    }
}

[v-cloak] {
    display: none;
}

.deposit_amount {
    font-size: 18px;
    height: 25px;
}

[type=file],
[type=checkbox],
[type=radio] {
    margin-top: .25em;
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 0;
}


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

.support-button {
    display: flex;
    cursor: pointer;
    width: 188px;
    height: 33px;
    gap: 10px;
    align-items: center;
    border: 1px solid #E1E6EC;
    border-radius: 8px;
    justify-content: center;
    padding: 9px 23px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    margin: 10px 0;
}