/*User cabinet*/
.usercabinet .cabinet_head {
    margin: 25px 0 45px;
    height: 55px;
    border-bottom: 1px solid #eeeeee;
}
.cabinet_head .tab {
    float: left;
}

.cabinet_head .tab a {
    font-size: 18px;
    color: #7a7a7a;
    height: 55px;
    display: flex;
    text-decoration: none;
    align-items: center;
    border-bottom: 3px solid transparent;
}
.cabinet_head .active_tab a {
    color: #c6272c;
    border-bottom: 3px solid #c6272c;
    font-weight: 700;
}
.personal_data .left_side {
    float: left;
    width: 640px;
}
.personal_data .field {
    margin-bottom: 15px;
    height: 45px;
    display: flex;
    align-items: center;
}

.personal_data .field-title {
    padding: 5px 0;
    font-size: 16px;
}

.personal_data .field-description {
    padding-top: 38px;
}

.personal_data{
    padding-left: 30px;
}

.personal_data .change_pass_title{
    margin: 35px 0;
    font-size: 18px;
    font-weight: 700;
}
.personal_data form {
}
.personal_data input {
    width: 350px;
    height: 45px;
    border: 1px solid #dbdbdb;
    padding-left: 10px;
}

.personal_data .red-button {
    border-radius: 3px;
    margin-top: 10px;
}


.personal_data span {
    width: 210px;
    display: inline-block;
    color: #676767;
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
}
.btn_save {
    text-align: right;
    padding: 20px 0;
}
.btn_save input.yellow-button{
    width: 240px;
    height: 60px;
    padding: 0;
}
.personal_data .right_side {
    float: left;
    width: 640px;
}
.passport_window {
    width: 490px;
    min-height: 560px;
    box-shadow: 0 0 10px 1px rgba(0,0,0, 0.15);
    padding: 30px 0;
    text-align: center;
}
.passport_window .image {
    height: 110px;
    width: 110px;
    font-weight: 900;
    font-size: 44px;
    color: #fff;
    background: #c6272c;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.passport_window .name {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0;
}
.personal_data .notification {
    padding: 10px 0 10px 45px;
}

.personal_data .notification.top {
    border-bottom: none;
}

.personal_data .green {
    color: #57cd1e;
    background: url(../images/green_notify.png) 0 50% no-repeat;
}
.personal_data .red {
    color: #d54845;
    background: url(../images/red_notify.png) 0 50% no-repeat;
}
.personal_data .tip {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0;
}
.button_set_photo .yellow-button {
    width: 195px;
    height: 45px;
    padding: 15px 0 0;
}
.tab_content {
    display: none;
}
.active_content {
    display: block;
}
#user-save-phone,
#user-save-email,
#user-save-nickname,
#user-save-surname{
    display: none;
}
.btn_save_edit {
    padding-left: 5px;
    display: inline-block;
}
.subscribes {
    padding: 0 30px;
}
.subscribes .title {
    font-size: 18px;
    font-weight: 700;
}
.subscribes .list {
    padding: 50px 0;
}
.notify {
    margin-top: 10px;
    font-size: 14px;
}
.notify label {
    display: flex;
    align-items: center;
}
.notify label img {
    margin: 0 25px 0 0;
    width: 22px;
}
.subscribes .button_save {
    padding-bottom: 240px;
}

.deal_status {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.deal_status .deal_title {
    color: #909090;
    padding: 35px 0 20px;
}
.deal_status .deal_result {
    color: #2d2e2e;
    padding-bottom: 25px;
}
.deal_status .deal_result.succes {
    color: #27c649;
}
.deal_status .deal_date {
    color: #7f7f7f;
}
.bet_result {
    text-align: center;
    padding: 0 20px;
}
.bet_result .title {
    color: #2d2e2e;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 0;
}
.bet_result .title.succes {
    color: #27c649;
}
.bet_result .bet_price {
    color: #2d2e2e;
    font-size: 24px;
    font-weight: 900;
}
.bet_result .bet_price_sec {
    color: #8b8b8b;
    font-size: 14px;
}
.captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.transparent_file{
    display: none;
    opacity: 0.5;
    width: 195px;
    height: 45px;
}

#upload_photo_button{
    display: none;
    -webkit-appearance: none;
    padding-bottom: 15px;
}

#sess_messages {
    font-size: 18px;
    border: 2px solid #c6272c;
    padding: 20px 30px;
    margin-top: 10px;
    color: #c6272c;
    margin-bottom: 30px;
}


.sendremind-table{
    background-color:#EBEBEB;
    padding: 20px;
}

.sendremind-table div{
    padding-bottom: 10px;
}

.usercabinet {
    padding-bottom: 50px;
}

.cabinet_head_tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.usercabinet-settings .tab_content.active_content {
    display: block;
}

.nnclub-welcome {
    font-size: 28px;
    font-weight: 700;
    color: #2d2e2e;
    margin: 10px 0 28px;
    line-height: 1.3;
}

.nnclub-welcome__name {
    color: #c6272c;
}

.nnclub-banner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 140px;
    margin-bottom: 36px;
    border-radius: 4px;
    overflow: hidden;
    background: url(../images/cabinet-club-banner.png) 0 50% no-repeat;
}

.nnclub-banner__left {
    flex: 1 1 280px;
    padding: 24px 28px 24px 130px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.nnclub-banner__logo {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    opacity: 0.9;
}

.nnclub-banner__text {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    max-width: 380px;
    background: -webkit-linear-gradient(#4ca5d1, #31799d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nnclub-banner__visual {
    flex: 0 0 220px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.nnclub-banner__visual img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.nnclub-banner__cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
}

.nnclub-banner__btn {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.nnclub-banner__btn:hover {
    background-color: #fff;
}

.nnclub-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 8px;
}

.nnclub-card {
    flex: 1 1 160px;
    min-width: 160px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 22px 20px 24px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-decoration: none;
    color: #2d2e2e;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nnclub-card:hover {
    border-color: #c6272c;
    box-shadow: 0 2px 12px rgba(198, 39, 44, 0.12);
    color: #2d2e2e;
}

.nnclub-card__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    background: transparent;
}

.nnclub-card__icon img {
    display: block;
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(4468%) hue-rotate(339deg) brightness(89%) contrast(102%);
}

.nnclub-card__title {
    flex: 1 1 0%;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
}

.nnclub-card__desc {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.45;
}