body {
    margin: 0;
    padding: 0px;
    background: url(../img/bg1.jpg) rgba(229, 231, 230, 1.00);
    background-attachment: fixed;
    /*-webkit-background-size: cover;
    background-size: cover;*/
}

/* navbar (верхнее меню ) */
#navbar {
    background-color: rgba(0, 0, 0, 0.0);
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.9s;
    -webkit-transition: 0.9s;
    z-index: 999999999;
}

/* кнопка прокрутки страницы в начало */
.topBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 22px;
    font-size: 26px;
    /* outline: none; */
    color: rgba(229, 231, 230, 1.0);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.700);
    cursor: pointer;
    padding: 0px;
    background: rgba(229, 231, 230, 0.00);
    border: 0px solid rgba(0, 115, 160, 1.00);
    border-radius: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 35;
}

.topBtn:hover {
    color: rgba(10, 90, 130, 1.00);
    background-color: rgba(20, 103, 169, 0.000);
    border: 0px solid rgba(20, 70, 110, 0.00);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

/* шапка с меню */
.header {
    display: flex;
    justify-content: space-between;
    /*overflow: hidden;*/
    padding: 0px 0px;
    top: 0;
    width: 100%;
    height: 70px;
    background: url(../img/bg.jpg) 0px -1px / 150px 230px rgba(36, 115, 171, 0.750);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.350);
}

.header-centered {
    padding-left: 15px;
}

.card-body {
    background: #333333;
}

.copy-button {
    padding: 0px 15px !important;
    border-radius: 3px !important;
}

.add-transaction-button {
    padding: 10px 20px !important;
    border-radius: 3px !important;
    font-size: 20px;
}

.right-side h4 {

}

.header-right {
    position: relative;
    float: right;
    padding: 0px 15px 0px 0px;
    top: 49%;
    /*width: 185px;*/
    height: 100%;
    transform: translate(0%, -50%);
    border: 0px dotted rgba(235, 235, 235, 1);
    display: flex;
    align-items: center;
}

.headerBalance {
    position: relative;
    /* display: inline-block; */
    right: 0px;
    top: 30px;
    width: 70px;
    color: rgba(255, 255, 255, 0.700);
    font-size: 22px;
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    text-align: right;
    white-space: nowrap;
    padding: 0px 0px;
    float: left;
    cursor: default;
    background: rgba(200, 200, 200, 0.00);
    border: 0px dotted rgba(255, 255, 255, 1.0);
    border-radius: 0px;
}

.header a {
    width: fit-content;
    color: rgba(255, 255, 255, 0.700);
    text-align: center;
    padding: 0px 13px;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    /*display: inline-block;*/
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 0px;
    font-family: Nunito, Helvetica, sans-serif;
    /* float: left; */
    background: rgba(51, 204, 255, 0.0);
    border: 1px dotted rgba(51, 204, 255, 0.00);
    /*transform: translate(0%, 50%);*/
}

.dropdown-menu a {
    color: black !important;
}


.header .dropdown-menu {
    background: none;
    border: none;

}

.header .dropdown-menu {
    min-width: fit-content;
    left: -6px;
}

.header .dropdown-menu .cont {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 10px;
    background: #1e5f63;
    border-radius: 5px;
}

.header .dropdown-menu .dropdown-item {
    margin: 5px 0;
    padding: 0;
}

.header .btn img {
    height: 100%;
    margin-bottom: 12px;
}

.header .btn {
    border: none;
    padding: 0;
    height: 20px;
}

.header .dropdown-item img {
    height: 20px;
}

.dropdown-toggle::after {
    border: none !important;
}


/*.header .dropdown-menu-right:hover {*/
/*	color: white;*/
/*	background: rgba(51, 204, 255, 0.30);*/
/*	border: 1px solid rgba(51, 204, 255, 0.50);*/
/*	border-radius: 10%;*/
/*}*/

.header a.active {
    background-color: #33CCFF;
    color: white;
}

/* кнопка окрытия боковой панели */
.sidenavopen {
    position: fixed;
    top: 18px;
    left: 20px;
    color: rgba(20, 70, 110, 1);
    padding: 10px 15px 10px 15px;
    text-align: center;
    font-size: 25px;
    font-family: Verdana, Helvetica, sans-serif;
    border: 2px solid rgba(0, 115, 160, 1);
    border-radius: 5px;
    background: rgba(233, 233, 233, 0.750);
    cursor: pointer;
    z-index: 35;
}

.sidenavopen:hover {
    color: rgba(160, 210, 255, 0.950);
    background-color: rgba(20, 70, 110, 1);
    border: 2px solid rgba(20, 70, 110, 1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.topHead {
    white-space: nowrap;
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    padding: 0px 0px;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px rgba(20, 85, 150, 1.00);
    color: rgba(233, 233, 233, 0.300);
}

.topHead:hover {
    color: rgba(233, 233, 233, 0.300);
    text-decoration: none;
}

h3 {
    /* color: rgba(255, 255, 255, 0.300); */
    white-space: nowrap;
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px 0px;
    letter-spacing: 1px;
}

.header-centered h1 img {
    height: 100%;
    width: 6vw;
}

/***************************************************/
/***               Тело сайта                    ***/
/***************************************************/
/* основное тело сайта */
.bodyDiv {
    margin-top: 20px;
    background: rgba(200, 200, 200, 0.0);
    border: 0px dotted rgba(20, 20, 20, 1.0);
}

/*.bodyDiv h1{*/
/*    text-align: center;*/
/*    color: #14476C;*/
/*    font-family: Nunito, Verdana, Helvetica, sans-serif;*/
/*}*/
/* кнопки в теле */
.btnppp {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    /* transform: translate(0%, 0%); */
    padding: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 200, 0.00);
    border: 0px dashed rgba(200, 0, 0, 1.00);
}

/* подложка над bodyDiv под текстовые блоки */
.block01 {
    padding: 30px 10% 5px;
    background-color: rgba(230, 0, 0, 0);
    border: 0px dotted rgba(34, 120, 243, 1.0);
}

.blockfilter {
    padding: 30px 10% 5px;
    background-color: rgba(230, 0, 0, 0);
    border: 0px dotted rgba(34, 120, 243, 1.0);
    display: none;
}

.show {
    display: block;
}

/* текстовый блок */
.txt1 {
    color: #14476C;
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    /*text-align: justify;*/
    padding: 20px 30px 20px 30px;
    cursor: default;
    background: rgba(225, 225, 225, 0.850);
    border: 1px solid rgba(200, 200, 200, 1.0);
    border-radius: 5px;
    box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400);
    /*+box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400);*/
    -moz-box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400);
    -webkit-box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400);
}

.txt1 .left label {
    margin-left: 20px;
}

.table-dark {
    background: 0px -1px / 150px 230px #1E5F63;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.list-group-item.active {
    background-color: #1E5F63;
    border-color: #1E5F63;
}

.user-name, .right-side h4 {
    color: #1A322F;
    font-weight: bold;
    font-size: 40px;
}

.zagolovok1 {
    /* color: rgba(255, 255, 255, 0.300); */
    white-space: nowrap;
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 21px;
    padding: 0px 0px;
    letter-spacing: 1px;
}

.filter1 {
    /* width: 130px; */
    padding: 20px;
    background: rgba(225, 225, 225, 0.850);
    border: 1px solid rgba(200, 200, 200, 1.0);
    border-radius: 200px;
    box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400);
    /* +box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400); */
    -moz-box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400);
    -webkit-box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.400);
}

.filter1Btn {
    display: inline-block;
    width: 130px;
    font-size: 18px;
    color: rgba(36, 115, 171, 1.0);
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(36, 115, 171, 1.0);
    border-radius: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    /* cursor: pointer; */
}

.filter1Btn:hover {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(36, 115, 171, 1.0);
}

.filter1Btn.active {
    color: rgba(179, 216, 229, 1.0);
    background: rgba(36, 115, 171, 1.0);
    border: 2px solid rgba(36, 115, 171, 0.0);
}

/***************************************************/
/***                Боковая панель               ***/
/***************************************************/
.sidenavBg {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0;
    overflow-x: hidden;
    padding-top: 88px;
    background: rgba(20, 70, 110, 0.950);
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.400);
    transition: 0.5s ease;
    -webkit-transition: 0.5s;
    z-index: 50;
}

/* черная подложка */
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.750);
    z-index: 45;
    cursor: default;
}

@media screen and (max-height: 450px) {
    /* .sidenav { */
    /* padding-top: 80px; */
    /* height: 100%; */
    /* } */
    /* .sidenav a { */
    /* font-size: 18px; */
    /* } */
}

/***************************************************/
/***      Кнопка закрытия боковой панели         ***/
/***************************************************/
.closebtn {
    position: absolute;
    display: inline-block;
    width: 220px;
    top: 20px;
    left: 15px;
    color: rgba(255, 255, 255, 0.650);
    padding: 1px 9px 3px 9px;
    text-align: right;
    font-size: 36px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: rgba(0, 0, 0, 0.00);
    border: 1px solid rgba(0, 0, 0, 0.00);
    border-radius: 25px;
    cursor: pointer;
    z-index: 50;
}

.closebtn:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: rgba(255, 255, 255, 0.950);
    background-color: rgba(51, 204, 255, 0.300);
    border: 1px solid rgba(51, 204, 255, 0.400);
}

/***************************************************/
/***         Кнопки внутри боковой панели        ***/
/***************************************************/
.sidenavBtn {
    position: relative;
    display: inline-block;
    width: 230px;
    left: 10px;
    color: rgba(51, 204, 255, 0.900);
    font-size: 22px;
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    text-align: left;
    /*text-align: center;*/
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 25px;
    cursor: pointer;
    background: rgba(200, 200, 200, 0.00);
    border: 1px solid rgba(200, 200, 200, 0.00);
    border-radius: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.sidenavBtn:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: white;
    background-color: rgba(51, 204, 255, 0.300);
    border: 1px solid rgba(51, 204, 255, 0.400);
    border-radius: 5px;
}

/* Оживление кнопок */
.sidenavBtn span {
    position: relative;
}

.sidenavBtn span:after {
    content: '\22EF' '\232A';
    /* разные символы для content '232A'279C'00bb'00B7'22EF'22D9'2022'2026'003E'27A4'2771' */
    position: absolute;
    opacity: 0;
    top: 0;
    right: 70px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sidenavBtn span:before {
}

.sidenavBtn:hover span {
    padding-right: 30px;
}

.sidenavBtn:hover span:after {
    opacity: 1;
    right: 0;
}

.sidenavBtn:hover span:before {
}

/***************************************************/
/***                Цветные кнопки               ***/
/***************************************************/
/*.btn {*/
/*	display: inline-block;*/
/*	font-size: 20px;*/
/*	color: black;*/
/*	padding: 10px 12px 10px 12px;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
/*	font-family: Nunito, Verdana, Helvetica, sans-serif;*/
/*	cursor: pointer;*/
/*	background-color: rgba(0, 0, 0, 0);*/
/*	border: 2px solid;*/
/*	border-radius: 5px;*/
/*	transition: 0.5s;*/
/*	-webkit-transition: 0.5s;*/
/*	!* cursor: pointer; *!*/
/*}*/

/* Green кнопка*/
.green {
    border-color: green;
    color: green;
}

.green:hover {
    background-color: green;
    color: white;
}

/* Blue кнопка*/
.blue {
    border-color: #2473ab;
    color: #2473ab;
}

.blue:hover {
    background: #2473ab;
    color: white;
}

/* Orange кнопка*/
.orange {
    border-color: #ff6600;
    color: #ff6600;
}

.orange:hover {
    background: #ff6600;
    color: white;
}

/* Red кнопка*/
.red {
    border-color: #f00000;
    color: #f00000;
}

.red:hover {
    background: #f00000;
    border-color: #f00000;
    color: #ffff99;
}

/* Gray кнопка*/
.grey {
    border-color: #bbbbbb;
    color: black;
}

.grey:hover {
    background: #bbbbbb;
}

/* центрирование */
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/* Paragraph */
p {
    text-indent: 40px;
}

/***************************************************/
/***             Кнопка смены языка              ***/
/***************************************************/
.langRegion {
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    right: 5px;
    /*top: 30px;*/
    width: 43px;
    height: 30px;
    float: right;
    padding: 0px 0px;
    background: rgba(250, 193, 85, 0.35);
    border: 1px solid rgba(20, 71, 108, 0.550);
    border-radius: 4px;
    box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.30);
}

.switch {
    position: relative;
    display: block;
    overflow: hidden;
    width: 45px;
    height: 30px;
}

.switch input {
    display: none;
}

.slider {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(85, 161, 191, 0.00);
    -webkit-transition: .4s;
    transition: 0.4s;
}

.slider:before {
    position: relative;
    display: block;
    /* content: ""; */
    content: url(../img/ru_en_xy_30.png);
    left: 0px;
    bottom: 30px;
    /* left: -45px; */
    /* bottom: 0px; */
    height: 30px;
    width: 5px;
    /* background: rgba(255, 255, 255, 0.00); */
    -webkit-transition: .4s;
    transition: 0.4s;
    z-index: -1;
    /* opacity: 0.750; */
    /* filter: alpha(opacity=750); /* For IE8 and earlier */
}

input:checked + .slider:before {
    /* -webkit-transform: translateX(45px); */
    /* -ms-transform: translateX(45px); */
    /* transform: translateX(45px); */
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}


/***************************************************/
/***                 Форма ввода                 ***/
/***************************************************/
input[type=text], input[type=email], input[type=password], input[type=number], #country-select, select {
    font-family: Nunito, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    width: 99%;
    padding: 12px 20px;
    /*margin: 10px 0;*/
    display: inline-block;
    background: rgba(255, 255, 255, 0.50);
    border: 2px solid rgba(85, 161, 191, 1.0);
    border-radius: 5px;
    box-sizing: border-box;
}

input[type=number] {
    background: rgba(255, 255, 255, 1);
}

input:before[type=text], input:before[type=email], inputinput:before[type=password] {
    background: rgba(250, 255, 141, 0.50);
}


/***************************************************/
/***              Полоса прокрутки               ***/
/***************************************************/
/* Ширина */
::-webkit-scrollbar {
    width: 10px;
}

/* Подложка */
::-webkit-scrollbar-track {
    background: rgba(229, 231, 230, 0.00);
}

/* Бегунок */
::-webkit-scrollbar-thumb {
    background: rgba(0, 115, 160, 1.0);
    border-radius: 6px;
    border: 1px solid rgba(229, 231, 230, 1.00);
}

/* Бегунок выделенный */
::-webkit-scrollbar-thumb:hover {
    background: rgba(10, 90, 130, 1.00);
}

/***************************************************/
/* Ширина */
.sidenavBg::-webkit-scrollbar {
    width: 5px;
}

/* Подложка */
.sidenavBg::-webkit-scrollbar-track {
    background: rgba(20, 71, 108, 0.00);
}

/* Бегунок */
.sidenavBg::-webkit-scrollbar-thumb {
    background: rgba(0, 115, 160, 0.750);
    border-radius: 2px;
    border: 0px solid rgba(20, 71, 108, 1.00);
}

/* Бегунок выделенный */
.sidenavBg::-webkit-scrollbar-thumb:hover {
    background: rgba(30, 110, 150, 1.00);
}

/***************************************************/
/***                    Шрифты                   ***/
/***************************************************/
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/nunito.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nunito Bold";
    src: url("../fonts/nunito/nunito-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Nunito Italic";
    src: url("../fonts/nunito/nunito-italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Nunito BoldItalic";
    src: url("../fonts/nunito/nunito-bolditalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

/***************************************************/

.finance-body, .program-body {
    display: none;
}

.user.active, .finance-body.active, .program-body.active {
    display: block;
}

.user ul {
    list-style-type: none;
}

.card, .card-body {
    background: transparent;
    border: none;
}

#edit-profile-label label {
    width: 350px;
}

#edit-profile-label .submit {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.50);
    border: 2px solid rgba(85, 161, 191, 1.0);
    border-radius: 5px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    /*display: inline-block;*/
}

.refs {
    background: 0px -1px / 150px 230px #1E5F63;
}

.ref_head {
    font-weight: bold;
    border: 1px solid;
}

.refs_info {
    border-bottom: 2px solid white;

}

.sub_refs_cont {
    background: 0px -1px / 150px 230px #0b4144;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.ref_head, .ref_info, .sub_ref {
    width: 25%;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 15px;
    border-left: 0.5px solid;
    border-right: 0.5px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ref_first:before {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    position: absolute;
    left: 29px;
    color: white;
    font-size: 30px;
}

.ref_first.active:before {
    content: "\2212";
}

.finance-ul, .program_ul {
    padding: 0;
}

.finance-ul li, .program_ul li {
    padding: 5px 15px;
    margin-right: 15px;
    background: #1E5F63;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.finance-ul li.active, .program_ul li.active {
    background: #19939b;
}

.finance-body {
    background: white;
    color: #1E5F63;
    font-size: 30px;
    width: 50%;
    padding: 50px;
    border-radius: 5px;
}

.pay-body img {
    max-width: 100px;
    cursor: pointer;
}

.pay-body label.active {
    outline: 1px solid;
    border-radius: 5px;
}

.pay-button {
    padding: 10px 50px !important;
    background: #19939b;
    color: white;
    border: none;
}

.pay-body input {
    visibility: hidden;
    position: absolute;
}

.filter-ul li {
    background: #4c4b4b;
    padding: 3px 10px;
    border-radius: 30px;
    color: white !important;
    margin: 0 15px;
}

.filter-ul li a {
    color: white;
}

.filter-ul li a:hover {
    text-decoration: none;
}

.modal-product-details,.modal-response,  .modal-referral, .modal-userImage {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.modal-response,  .modal-referral{
    display: flex;
}
.modal-product-details-form, .modal-response-body, .modal-referral-body, .modal-userImage-body {
    background: white;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-height: 70vh;
    overflow: auto;
}

.modal-userImage-body {
    display: flex;
    justify-content: space-around;
}

.modal-userImage-body img {
    min-width: 15%;
    width: 100px;
}

.closeModal {
    position: absolute;
    top: 2px;
    right: 6px;
    cursor: pointer;
}

.modal-response-body span.reject {
    color: #cf0505;
    font-size: 20px;
    display: none;
}

.modal-response-body h2.accept {
    color: #3ed53e;
    text-align: center;
}

.modal-response-body h4 {
    text-align: center;
}

.modal-response-body h4 span {
    color: red;
    font-weight: 700;
}

.deleteConfirm {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 9999;
}

.deleteForm {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.closeDeleteModal {

}

.password_label {
    position: relative;
    width: 100%;
}

.password_label i {
    position: absolute;
    top: 20%;
    right: 30px;
    cursor: pointer;
}

.ref_tbody tr, .ref_tbody td {
    display: flex;
    align-items: center;
    border: none;
}

.buy_month {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy_month select {
    width: fit-content;
}

.userImage {
    width: 115px;
}

#edit-profile-label .userImage,.modal-userImage-body img {
    cursor: pointer;
}

.modal-userImage-body label {
    width: fit-content !important;
}

.modal-userImage-body input {
    visibility: hidden;
}
.activeImage{
    border: 1px solid #2a96a5;
    border-radius: 10px;
    padding: 5px;

}
.do_back{
    background-color: #2a96a5;
}
.avatar-image{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.avatar-image  .userImage {
    width: 100%;
}
