@font-face {
    font-family: "Rotonto";
    src: url("/static/fonts/rotonto/Rotonto-Regular.woff2") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Rotonto";
    src: url("/static/fonts/rotonto/Rotonto-Medium.ttf") format('woff');
    font-style: normal;
    font-weight: medium;
}
html,
body {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;

}
.rotonto {
    font-family: "Rotonto";
}
button[type='submit'] {
    border: 0;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-500 {
    font-weight: 500;
}
:root {
    --main-color: #14223a;
    --accent-color: #7270ff;
}
.fullheight {
    height: 100%;
}
h1 {
   font-family: "Rotonto";
   font-weight: 500;
}
.bs_tooltip {
    color: #8e8dda;
    font-size: 14px;
    border-bottom: 1px dotted #8e8dda;
}
.bs_tooltip:hover {
    color: #8e8dda;
    border-bottom: 1px dotted #8e8dda;
    text-decoration: none;
}
.bs_tooltip_icon, .bs_tooltip:hover {
    border-bottom: 0;
}
.bs_tooltip_icon {
    vertical-align: top;
}
header {
    background: var(--main-color);
    height:72px;
}
.header_container {
    padding-top: 15px;
}
.menu_float {
    float: right;
}
.navbar-brand svg path {
    fill: #fff;
}
.header_userinfo {
    text-align: right;
    color: #fff;
    margin-left: 30px;
    line-height: 1.2;
}
.header_userinfo .logout_link {
    color: #ababab;
    font-size: 14px;
}
ul.nav, ul.nav li {
    padding: 0;
    margin: 0;
}
.nav-link {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-right: 10px
}
.nav-link {
    color: #fff;
}
.dashboard h1 {
    margin-bottom: 0;
}
.dashboard_last_update {
    font-size: 14px;
    color: #898989;
}
ul.nav li a:hover {
    color: #c3c3c3;
}
body {
    background: #f5f5f5;
    font-size: 16px;
    font-family: system-ui;
}
.centered_block {

}
.accent-color-font {
    color: var(--accent-color);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: system-ui
}
h2.subheader {
    font-weight: 500;

}
.white_block {
    background: #fff;
    font-family: system-ui;
    border-radius: 1.5rem;
    padding: 1rem;
    min-height: 96px;
}
.plans_block {

}
.plans_block--left {
    margin-right: 15px;
    font-size: 14px;
}
.tooltip_top {
    border-bottom: 1px dotted;
    cursor: pointer
}
.gray_island {
    display: inline-block;
    min-width: 100px;
    border-radius: .5rem;
    background-color: #f8f8ff;
    margin-right: 15px;
    padding: .75rem;
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.gray_island_warning {
    background-color: #f3baba;
}
.gray_island-title, .gray_island-value {
    font-size: .875rem;
    line-height: 1.25rem;
}
.gray_island-value {
    font-weight: 700;
}
.gray_island-diff {
    font-weight: 400;
    font-size: .7rem;
}



.text-green {
    color: #4fa15d;
}
.text-red {
    color: #ca3030;
}
.mainpage-authblock {
    text-align: center;
}
.mainpage-authblock-login {
    margin-top: 20vh;
}
.mainpage-authblock-signup {
    margin-top: 10vh;
}
.authpage_logo img {
    width: 92px;
}
.authpage_header h2 {
    font-size: 1.5rem;
}
.authpage_form {
    padding: 2.5rem;
    text-align: left;
}
.mainpage-authblock input, .mainpage-authblock textarea {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-color: #b7b7b7;
    background: #f5f5f5;
    border-radius: .5rem;
    height: 3rem;
}
.mainpage-authblock textarea {
    height: 150px !important;
}
.main_button {
    color: #f7f7f7;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    border-radius: 9999px;
    height: 2.5rem;
    background: var(--accent-color);
}
.main_button:hover {
    opacity: .5;
    color: #fff;
}
.table>thead>tr>th {
    border-top: 0;
}
.table {
    font-size: 12px;
    line-height: 16px;
}
.main_button_square {
    color: #f7f7f7;
    display: inline-block;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .6rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: .375rem;
    height: 2.5rem;
    text-align: center;
    background: var(--accent-color);
    border: 0;
}
.main_button_square:hover {
    text-decoration: none;
    color: #f7f7f7;
    opacity: .9;
    color: #fff;
}
.main_button_square--inactive, .main_button_square--inactive:hover {
    background: #7270fa5e;
    cursor: not-allowed;
    opacity: 1;
    color: #fff;
}

.main_button_square_inactive {
    color: #f7f7f7;
    display: inline-block;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .6rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: .375rem;
    height: 2.5rem;
    text-align: center;
    background: var(--accent-color);
    border: 0;
}
.main_button_square_inactive:hover {
    text-decoration: none;
    color: #f7f7f7;
    opacity: .9;
    color: #fff;
}



.action_button {
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    border-radius: 6px;
    background: #bbffde;
    position: relative;
    padding: 8px 20px;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    opacity: 1;
    color: #0c5c37ff;
}
.action_button-icon {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 24px;
    color: #52a485;
}
.action_button-text {
    padding-left: 24px;
}
.action_button-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.action_button:hover {
    background: #92feca;
}
.affiliates_promocodes_ul {
    margin: 0;
    padding: 0;
}
.affiliates_promocodes_ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
}
.affiliates_promocodes_ul li:last-child {
    margin-bottom: 0px;
}
.affiliates_promocodes_ul li span {
    background: rgb(191, 219, 254);
    border-radius: 4px;
    padding: 2px 4px;
    color: #023e89ff;
}
.line {
    height: 1px;
    background: #ccc;
}
.form_additional_text {
    display: block;
    width: 100%;
    font-size: 14px;
}
.h2-inline {
    display: inline-block;
}
.small-link {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
}
#registration_form input {
    position: relative;
}

.members_form .form-floating {
    margin-bottom: 30px;
}

input.validation-error, textarea.validation-error {
    border-color: #e25858;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
div.validation-error,  div.form-error {
    color: #e25858;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
}
.invalid-field:focus, input.validation-error:focus, textarea.validation-error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}
.reflink {
    font-size: 14px;
}
.reflink .alert {
    margin-bottom: 0;
    border-radius: .5rem;
    border: 1px dashed #ccc;
    position: relative;
}
.copybutton {
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    z-index: 99;
    top: 2px;
    right: 2px;
    border-radius: 6px;
    background: #cee8d1;
    padding: 10px 24px;
    font-weight: 500;
    font-size: .875rem;
}
.refcode_copied {
    display: none;
    top: 0;
    left: 0;
    padding-top: 12px;
    text-align: center;
    position: absolute;
    background: #cee8d1;
    font-weight: 500;
    color: #000;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.table_tag span {
    border-radius: 4px;
    padding: 2px 4px;

}
.table_tag span.blue {
    background: rgb(191, 219, 254);
    color: #023e89ff;
}
.table_tag span.green {
    background: rgb(202 229 209);
    color: #236c33;
}
.payots_page .alert {
    border-radius: 7px;
    font-size: 14px;
    padding: 1rem
}
.payots_page .alert-danger a {
    color: #b21717;
    text-decoration: underline;
}
.payots_page .alert-danger a:hover {
    color: #b21717;
    text-decoration: none;
}
.payouts_balance-total {
    font-size: 24px;
    font-weight: 600;
}
.payouts_balance-line {
    background: #eee;
    height: 1px;
    margin: 10px 20px;
}
.payouts-requirements ul {
    padding: 0;
}
.payouts-requirements ul li {
    list-style: none;
}
.payouts-requirements ul li .bi-check-circle {
    color: green;
    margin-right: 5px;
}
@media (max-width: 767.98px) {
    .hidden_xs_element {
        display: none;
    }
    .gray_island {
        margin-right: 3px;
        }
}