/* header */

:root {
    --text-color: #2c3d73;
    --link-color: #ff9d32;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sprite {
    visibility: hidden;
    height: 0;
    width: 0;
}

body,
html {
    scrollbar-gutter: stable;
}

button {
    background-color: inherit;
}

input,
select {
    background-color: inherit;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

body {
    background: #fff1e9;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

body > main {
    flex: 1;
    padding: 48px 0;
}

body > main.main--auth {
    flex: 1;
    padding: 48px 0;
}

body.active {
    overflow: hidden;
}

.fc-toolbar-title {
    color: #2c3d73;
}

.user-data-acc-num {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.user-data-acc-num span {
    line-height: 100%;
}

.user-data-buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.user-data-button-group a img,
.user-data-button-group button img {
    width: 24px;
    height: 24px;
}

header.header {
    background: #fff;
    border-bottom: 1px solid rgba(44, 61, 115, 0.5);
    color: var(--text-color);
    z-index: 99;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    position: sticky;
    height: 72px !important;
}

.header a {
    color: var(--text-color);
}

.form-group button {
    padding: 10px 0;
    width: 300px;
    border-radius: 10px;
}

.main-page-payment {
    padding-left: 40px;
}

/* password show and hide icon */

.password {
    position: relative;
}

.password-control,
.password-control-prn {
    width: 25px;
    height: 25px;
    background: url(../images/hide.png) 0 0 no-repeat;

    position: absolute;
    right: 0;
    top: 18px;
}

.personal-account-modal-overlay-content-input {
    position: relative;
}

.password-control-prn {
    top: 15px !important;
}

.password-control.view,
.password-control-prn.view {
    background: url(../images/show.png) 0 0 no-repeat;
}

.pswr-icon {
    display: flex;
    position: relative;
}

a.reset-pass {
    text-decoration: underline;
    color: #2c3d73 !important;
}

.main-page-question span {
    color: #2c3d73;
}

.main-page-img {
    text-align: center;
}

.link-no-account {
    color: #2c3d73;
}

.input-group > .form-control:focus,
.form-group > .form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.input-group > .form-control:focus,
.form-group > .form-control:focus {
    border-color: #ff9d32;
}

.input-group > .form-control,
.form-group > .form-control {
    font-size: 14px;
    padding: 15px 25px;
}

.btn-custom-white {
    background: #fff;
    border: 1px solid rgba(44, 61, 115, 0.31);
}

.btn-custom-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.admin-feedback {
    color: var(--link-color);
}

.main-page-description-header,
.main-page-description-text {
    color: var(--text-color);
}

/* mobile menu */

.mobile-menu {
    z-index: 97;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    height: 60px;
    display: none;
    grid-template-columns: repeat(4, 1fr);

    background-color: #2c3d73;
    color: white;

    box-shadow: 0px -2px 2px 0px #00000017;
}
.mobile-menu--hidden {
    display: none !important;
}

.mobile-menu__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: color 0.25s ease-in-out;
    color: white;
    gap: 4px;
}

.mobile-menu__link svg {
    width: 24px;
    height: 24px;
}

.mobile-menu__link span {
    font-size: 10px;
    font-weight: 500;
}

.mobile-menu__link:active,
.mobile-menu__link:visited {
    background-color: #ff9d32;
    color: white;
}

.mobile-menu__link--active {
    background-color: #ff9d32;
}

/* header */
.header-logo-image--guest {
    display: flex;
}

.header-logo a {
    gap: 6px;
}

.header-logo img {
    width: 60px;
    height: 36px;
}

.header-logo span {
    font-weight: 600;
    line-height: 1;
}
/* burger */

.burger {
    height: 22px;
    width: 29px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
}

.burger span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 20px;
    background: #2c3d73;
}

.burger span:nth-child(1) {
    transform-origin: 0% 0%;
    transition: all 0.25s ease-in-out;
}

.burger span:nth-child(2) {
    transition: all 0.25s ease-in-out;
}

.burger span:nth-child(3) {
    transform-origin: 0% 100%;
    transition: all 0.25s ease-in-out;
}

.burger:hover span {
    background-color: #ff9d32;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg);
    background-color: #ff9d32;
}

.burger.active span:nth-child(2) {
    transform: scaleY(0);
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    background-color: #ff9d32;
}

/* menu */

.main-menu {
    background: #f1f6fd;
    height: 100%;
    top: 72px;
    right: -100vw;
    transition: all 0.35s ease-in-out;
    width: 30vw;
    z-index: 99;
    position: fixed;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-menu nav {
    flex: 1;
}

.main-menu--unauth {
    top: 72px;
}

.main-menu__list {
    display: flex;
    flex-direction: column;
}

.main-menu__item {
}

.main-menu .sidebar__link,
.main-menu__link,
.main-menu__dropdown__trigger {
    display: block;

    width: -moz-fit-content;

    width: fit-content;
    padding: 8px 0;

    line-height: 115%;
    font-weight: 600;
    font-size: 18px !important;

    color: #2c3d73;

    transition: all 0.25s linear;
}
.main-menu .sidebar__link--active,
.main-menu .sidebar__link:hover,
.main-menu__link--active,
.main-menu__link:hover,
.main-menu__dropdown__trigger:hover {
    color: #ff9d32;
}

.main-menu__auth-link {
    border: 1px solid hsla(0, 0%, 0%, 0.09);
    color: #2c3d73;
    background-color: white;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    margin-top: 24px;
}

.main-menu__dropdown__trigger {
    border: 0;
}

.main-menu__dropdown__trigger--active svg {
    transition: transform 0.25s linear;
}

.main-menu__dropdown__trigger--active svg {
    transform: rotate(180deg);
}

.main-menu__dropdown__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 20px;
    transition:
        max-height 0.25s ease,
        opacity 0.25s ease;
}

.main-menu__dropdown__content--active {
    max-height: 500px;
    opacity: 1;
}

.main-menu-bg {
    position: fixed;
    inset: 0;
    background-color: transparent;
    display: block;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.main-menu-bg--active {
    z-index: 98;
    background-color: hsla(226, 45%, 31%, 0.9);
}

.main-menu--active {
    overflow: auto;
    height: calc(100vh - 55px);
    right: 0;
}

.nav-links ul li svg {
    fill: #2c3d73;
}

.dataTables_length,
.extract-block-date-group label {
    color: #2c3d73;
    /*opacity: .6;*/
}

.main-block-news h1 {
    color: #2c3d73;
}

.menu-title,
.menu-block-second-title {
    color: var(--text-color);
}

.menu-links a,
.menu-block-second-links a {
    color: var(--text-color);
    font-size: 24px;
}

.menu-links li,
.menu-block-second-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
}

.location-icon {
    width: 40px;
    height: 40px;
}

.menu-links a > path:hover,
.menu-block-second-links a:hover,
.menu-block-second-links a:hover > svg path,
.menu-links li:hover > a,
.menu-links li:hover > svg path {
    text-decoration: underline;
    color: #ff9d32;
    fill: #ff9d32;
}

.menu-links ul,
.menu-block-second-links ul {
    display: flex;
    flex-direction: column;
}

.menu-block-second-location {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
}

.menu-block-second-links a {
    text-decoration: underline;
}

/* news for page  */

.news-img-page img {
    -o-object-fit: cover;
       object-fit: cover;

    height: 450px;
    width: auto;

    border-radius: 0 0 10px 10px;
}

.news-block-header-page {
    margin-top: 100px;
    margin-bottom: 48px;
}

.news-block-header-page h6 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #2c3d73;
}

.news-img-desc-page {
    margin-bottom: 48px;
    gap: 12px;
}

.news-img-category-page span,
.news-img-date-page span {
    font-weight: 500;
    font-size: 20px;
    color: #2c3d73;
}

.news-block-description-page {
    font-weight: 400;
    font-size: 14px;
    color: #2c3d73;
}

.news-block-description-page {
    margin-bottom: 15px;
}

.button-page {
    margin-bottom: 100px;
}

/* news block */

.news-img img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.news-img-category {
    background: #ff9433;
    border-radius: 0 0 0 10px;
}

.news-img-category span {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.news-img-category,
.news-img-date {
    padding: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-img-date {
    background: #ffffff;
    border-radius: 0 0 10px 0;
    font-size: 12px;
    font-weight: 300;
}

.bg .news-img-date {
    background: #fff1e9;
}

.news-img-date span {
    color: #000;
}

.news-block-all-description {
    margin-top: 10px;
}

.news-block-header {
    font-size: 20px;
    font-weight: 500;
    color: #2c3d73;
    text-transform: capitalize;
}

.news-block-description {
    font-weight: 400;
    font-size: 14px;
    color: #2c3d73;
}

/* block registration */

.block-registration input:-moz-placeholder, .card-body input:-moz-placeholder {
    border: 1px solid rgba(242, 68, 5, 0.5);
}

.block-registration input:placeholder-shown,
.card-body input:placeholder-shown {
    border: 1px solid rgba(242, 68, 5, 0.5);
}

.block-registration {
    background: #ffffff;
    border: 2px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.header-title,
.block-registration-header,
.form-group-personal-data > p,
.block-registration-manual-header {
    color: var(--text-color);
}

.form-group-personal-data a {
    text-decoration: underline;
}

.form-group a {
    color: #ff9d32;
    text-decoration: underline;
}

.form-group input {
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.31);
    border-radius: 10px;
}

.form-group input:focus {
    outline: none !important;
    /*border: none;*/
    border: 1px solid #ff9d32;
}

.block-registration button:hover {
    color: white;
    background-color: #ff9d32;
    transition: color 0.25s linear;
}

.block-registration button {
    color: #fff;
    transition: 0.5s all;
    border-radius: 10px;
    background-color: #2c3d73;
}

.block-registration-manual {
    background: #ffffff;
    border: 2px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

/* page about */

.page-about-title,
.page-about-description {
    color: var(--text-color);
}

.about-us-block,
.create-info-pages-block,
.show-page-block {
    border-left: 1px solid rgba(44, 61, 115, 0.25);
}

/* about us page */

.about-us-title,
.privacy-title,
.public-offer-title {
    color: var(--text-color);
}

.about-us-mini-title h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
}

.about-us-description p {
    font-size: 16px;
}

.about-us-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* pay from site */

.pay-from-site {
    border-left: 1px solid #7d7d7d;
}

.pay-from-site-mini-title h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
}

.pay-from-site-desc {
    color: var(--text-color);
}

.pay-from-site-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.pay-from-site-list ol {
    counter-reset: item;
}

.pay-from-site-list li {
    display: block;
}

.pay-from-site-list li:before {
    content: counters(item, '.') ' ';
    counter-increment: item;
}

/* personal account block links */

.nav-links a {
    color: #2c3d73;
}

a#home.active,
a#pay.active,
a#extract.active,
a#upr_food.active,
a#logout.active,
a#edit-block.active,
#about_us.active #home.active,
#about_us.active,
#pay_from_site.active,
#privacy.active,
#public_offer.active,
li#about-pages.active,
a#about-pages-links.active {
    color: #ff9d32 !important;
}

li#pay.active path,
li#home.active path,
li#edit-block.active path,
li#logout.active path {
    fill: #ff9d32 !important;
}

li.active path,
li.active a {
    fill: #ff9d32 !important;
    color: #ff9d32 !important;
}

/* personal account */

.profile-block-pers-account p {
    font-weight: 400;
    font-size: 24px;
    color: #96955b;
}

.profile-block-pers-account h4 {
    font-weight: 400;
    font-size: 30px;
    color: #2c3d73;
}

.profile-block-pers-account p {
    margin-bottom: 0;
}

.profile-title h1,
.slider-title h1 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #2c3d73;
}

.profile-block,
.slider-create-block {
    border-left: 1px solid rgba(44, 61, 115, 0.25);
}

.profile-block-balance {
    background: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 15px;
    padding: 30px;
}

.profile-block-balance-title h4 {
    color: #2c3d73 !important;
    font-size: 26px;
    font-weight: 700;
}

.profile-block-balance-title p {
    font-size: 20px;
    font-weight: 500;
    color: #2c3d73;
    opacity: 0.6;
}

.profile-block-cash h4 {
    font-size: 48px;
    font-weight: 600;
    color: #000 !important;
}

.btn-add-cash {
    border: 2px solid #41be94;
    border-radius: 10px;
    padding: 0 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #41be94;
}

.btn-add-cash:hover {
    background: #41be94;
    color: #fff;
}

.btn-single {
    border: 2px solid #2c3d73;
    border-radius: 10px;
    padding: 0 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #2c3d73;
    margin: 25px 0 0 0;
}

.btn-single:hover {
    background: #2c3d73;
    color: #fff;
}

.btn-page {
    width: 40px;
    height: 40px;

    border-radius: 10px;
    border: 2px solid #2c3d73;
    margin-right: 25px;
}

.btn-page:active {
    background: #2c3d73;
    border: 2px solid #2c3d73;
}

.btn-add-cash-personal {
    border: 2px solid #2c3d73;
    border-radius: 0px 10px 10px 0 !important;
    color: var(--text-color);
}

.btn-add-cash-personal:hover {
    background-color: #2c3d73;
    color: #fff;
}

.btn-plus {
    height: 40px;
    width: 40px;
    background: #2c3d73;
    border: 2px solid #2c3d73;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    border-radius: 10px 0px 0px 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-plus:hover {
    border: 2px solid #2c3d73;
    color: #2c3d73;
    background: none;
}

/* slider */

.personal-block-slider-block-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
}

.personal-block-slider-block-description {
    margin: 0 4px;
}

.personal-block-slider-block-description span {
    display: flex;
    flex-direction: column;
}

.personal-block-slider-block-description span p {
    margin: 0;
}

.personal-block-slider-block-description ol {
    counter-reset: item;
}

.personal-block-slider-block-description li {
    display: block;
}

.personal-block-slider-block-description li:before {
    content: counters(item, '.') ' ';
    counter-increment: item;
}

.personal-block-slider-block-title {
    margin: 20px 0;
}

.personal-block-slider-block-description img {
    margin: 0 auto;
}

.personal-block-slider-block-question span,
.personal-block-slider-block-description,
.personal-block-slider-block-attention {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
}
.slick-dots {
    position: relative !important;
    bottom: unset !important;
}

.slick-dots li button:before {
    margin: 30px 0 0 0;
    content: '' !important;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #2c3d73;
    background-color: #fff;
    opacity: 1 !important;
    border-radius: 50px;
    padding: 0 !important;
}

.slick-dots li.slick-active button:before {
    background-color: #2c3d73;
}

/* notes */
.notes-title {
    font-weight: 700;
    font-size: 32px;
    color: #ff9d32;
}

.notes-fio,
.notes-period-title,
.notes-fio input {
    color: #2c3d73;
}

.notes-fio,
.notes-period-title {
    font-weight: 500;
}

.notes-start-date label,
.notes-end-date label {
    font-size: 16px;
    color: #2c3d73;
}

.notes-start-date input,
.notes-end-date input {
    color: #2c3d73;
}

.notes-fio input,
.notes-start-date input,
.notes-end-date input,
.notes-button {
    border-radius: 10px;
    outline: none;
}

.notes-button:active {
    outline: none;
    border-color: #2c3d73;
    background-color: #fff;
    color: #2c3d73;
}

.notes-button:focus {
    outline: none;
    border-color: #2c3d73;
    background-color: #2c3d73;
    color: #fff;
}

.notes-start-date label,
.notes-end-date label {
    font-size: 16px;
}

.notes-period-title,
.notes-fio label {
    font-size: 18px;
}

.notes-button {
    border-color: #2c3d73;
    background-color: #2c3d73;
    color: white;
}

.notes-button:hover {
    color: #2c3d73;
    background-color: #fff;
}

/* pay page */

.pay-block {
    border-left: 1px solid rgba(44, 61, 115, 0.25);
    padding: 0;
}

.pay-block-balance {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pay-block-balance-desc-main {
    padding: 30px;
    background: #ffffff;
    border: 2px solid #e9e9e9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.btn-pay-add-balance {
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 10px;

    font-weight: 600;
    padding: 10px 30px;
    text-align: left;
    /* width: 594px; */
    cursor: text;
    /* color: #fff; */
}

.pay-add-balance {
    gap: 12px;
}

.pay-add-balance label {
    font-weight: 500;
    font-size: 32px;
}

.fc .fc-daygrid-event {
    z-index: -1 !important;
}

.pay-block-balance-title span {
    font-weight: 700;
    font-size: 32px;
    color: #2c3d73;
    line-height: 1;
}

.pay-block-balance-title h4 {
    font-size: 30px;
    font-weight: 400;
}

.pay-block-balance-title p {
    font-size: 24px;
    font-weight: 400;
    color: #2c3d73;
}

.extract-form-dates {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.extract-form-dates .extract-block-date-group {
    width: 50%;
}

.extract-form-dates .extract-block-date-group input {
    width: 100%;
}

.setting-profile-form-button {
    background-color: #fff;
    border: 1px solid #2c3d73;
    color: #2c3d73;
    transition: 0.25s all linear;
    border-radius: 10px;
}

.setting-profile-form-button:hover {
    color: #fff;
    background-color: #2c3d73;
}

.pers-acc {
    color: #96955b !important;
}

.pay-block-cash h4 {
    font-weight: 600;
    font-size: 48px;
    color: #000 !important;
}

.pay-block-balance-commission span {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #e3636d;
}

.pay-block-attention span {
    font-weight: 500;
    font-size: 15px;
    color: #e51e2f;
}

.pay-block-pers-account h4 {
    font-size: 30px;
    font-weight: 400;
    color: #2c3d73;
}

.pay-block-pers-account p {
    font-size: 24px;
    font-weight: 400;
    color: #96955b !important;
}

.pay-title h1 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #2c3d73;
}

/* extract page */

.extract-title h1 {
    color: #2c3d73;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.extract-block-min-title h6 {
    color: #2c3d73;
    font-size: 20px;
    font-weight: 500;
}

.extract-block {
    border-left: 1px solid rgba(44, 61, 115, 0.25);
}

.extract-block .profile-block-pers-account {
    margin-bottom: 24px;
}

.profile-block-pers-account p {
    color: #ff9d32;
}

.extract-block-date {
    margin-top: 15px;
}

.extract-block-date form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.extract-block-checkboxes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px 20px;
}

.extract-block-date-groups {
    display: flex;
    flex-direction: row;
    gap: 12px 36px;
}

.commission-search-input {
    width: 100%;
    padding: 5px 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    cursor: pointer;
}

.dataTables_wrapper .dataTables_length .form-select {
    padding: 5px 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    cursor: pointer;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dt-user {
    max-width: none;
    width: auto;
}

.dataTables_wrapper .row:first-child {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
}

.dataTables_wrapper .row:first-child div {
    width: auto;
}

.dataTables_wrapper .row:first-child div:nth-child(2) {
    flex: 1 1 100%;
    width: -moz-max-content;
    width: max-content;
    /*padding: 0;*/
}

.dataTables_wrapper .row:first-child div:nth-child(2) div {
    width: 100%;
}

.dataTables_wrapper .row:first-child div:nth-child(2) div label {
    width: 100%;
}

.dataTables_wrapper .row:first-child div:nth-child(2) div label input {
    margin-left: 0;
    width: 100%;
}

.extract-block-date-groups .extract-block-date-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.extract-block-date-group input {
    padding: 5px 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    cursor: pointer;
}

.extract-block-date-group input[type='date'] {
    min-width: 220px;
}

.btn-extract {
    padding: 5px 20px;
    background: #2c3d73;
    color: #fff;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.btn-extract:hover {
    color: #2c3d73;
    background: #fff;
    border: 1px solid #2c3d73;
}

.block-history-of-operations {
    overflow: auto;
}

.history-of-operations-table thead tr {
    border-bottom: 1px solid rgba(44, 61, 115, 0.25);
}

.history-of-operations-table thead th {
    font-size: 14px;
    font-weight: 600;
    color: #2c3d73;
}

.history-of-operations-table tbody td {
    font-size: 14px;
    color: #2c3d73;
}

.history-of-operations-table > tbody > tr:nth-of-type(2n + 1) {
    background: rgba(44, 61, 115, 0.05);
}

.history-of-operations-table th,
.history-of-operations-table td {
    padding: 10px;
    min-width: 200px;
    text-align: center;
}

.history-of-operations-group:first-child .history-of-operations-group-title {
    font-weight: 600;
}

.history-of-operations-group {
    padding: 10px;
}

.history-of-operations-group-title span {
    font-size: 14px;
}

.history-of-operations-group-date,
.history-of-operations-group-title {
    color: #2c3d73;
    font-size: 14px;
}

.history-of-operations-group-cash span {
    font-size: 16px;
    font-weight: 700;
    color: #e51e2f;
}

.btn-operations {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 30px;
}

.history-of-operations-group:nth-child(even) {
    background: rgba(44, 61, 115, 0.05);
}

.news__buttons {
    gap: 12px;
}

/* power managment */

.power-management-title h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    color: #2c3d73 !important;
}

.power-management-block {
    border-left: 1px solid rgba(44, 61, 115, 0.25);
}

.power-management-title h4 {
    color: #2c3d73;
    font-size: 20px;
    font-weight: 500;
}

.power-management-title p {
    font-weight: 400;
    font-size: 15px;
    color: #96959b;
}

.power-management-title span,
.extract-block-min-title span {
    font-weight: 400;
    font-size: 16px;
    color: #2c3d73;
}

.power-management-month-group select {
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
    padding: 5px 10px;
    color: #2c3d73;
}

.power-management-year-group select {
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
    padding: 5px 15px;
    color: #2c3d73;
}

/* change arrow in managment-food */

.power-management-month-group select:not([multiple]) {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background: url(../images/arrow_down.svg) no-repeat right #fff;
    background-position-x: calc(100% - 10px);
}

.power-management-year-group select:not([multiple]) {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background: url(../images/arrow_down.svg) no-repeat right #fff;
    background-position-x: calc(100% - 10px);
    padding-right: 30px;
}

.power-management-edit button {
    background: #2c3d73;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.power-management-edit button:hover {
    background: #fff;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.power-management-edit button:hover {
    color: #2c3d73;
}

.power-management-edit button {
    font-size: 14px;
    color: #fff;
}

.power-management-warning span {
    color: #2c3d73;
    font-size: 16px;
    font-weight: 400;
}

.date-blocks {
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 424px;
    /* width: 850px; */
    align-content: flex-start;
    /* overflow-y: scroll; */

    gap: 11px;
}

.date-block {
    background: #efefef;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 5px 5px;
    width: 126px;
    height: 59px;

    display: flex;
    flex-direction: column;
}

.date-block:hover {
    background: #dae4f8;
    border: 1px solid #dedede;
}

.date-block:last-child {
    margin: 0;
}

.date-title {
    font-weight: 500;
    font-size: 16px;
    color: #2c3d73;
}

.date-text {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

/* block green test */

.date-block-green {
    background: #41be94;
    border-color: #41be94;
}

.date-title-green {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.date-text-green {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

/* block green test */

.date-block-red {
    background: #e51e2f;
    border-color: #e51e2f;
}

.date-title-red {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.date-text-red {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

/* admin page */

.modal-overlay-main {
    display: none;
}

.rm-btn button {
    border: unset;
}

.modal-overlay-main.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.modal-content-title span {
    word-break: break-word;
}

#modal {
    margin: 24px;
}

.modal-content-button button {
    width: 50%;
}

.modal-content-button > a {
    width: 50% !important;
}

.modal-content-button a button {
    width: 100%;
}

.modal-overlay-main #modal {
    margin: 24px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

#modal-overlay {
    display: none;
    justify-content: center;
    align-items: center;
}

#modal-overlay.flex {
    display: flex;
}

#delete-modal {
    padding: 6px 10px;
    background: #e51e2f;
    border: 1px solid #e51e2f;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

#close-modal,
#close-modal-nutritions {
    padding: 4px 10px;
    background: #dae4f8;
    border: 1px solid #dedede;
    border-radius: 8px;
}

.modal-overlay-content {
    max-width: 480px;
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-content-title {
    font-size: 18px;
    font-weight: 500;
    color: #2c3d73;
    margin-bottom: 20px;
    text-align: center;
    white-space: normal;
}

.modal-content-button {
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-content-button button {
    font-size: 16px !important;
}

.modal-content-button form {
    width: 50%;
}

.modal-content-button form > button {
    font-size: 1rem;
    width: 100%;
}

.nav-links svg {
    width: 20px;
    height: 20px;
}

.users-page-block,
.admin-news-block,
.admin-create-news-block,
.users-page-edit,
.edit-page-block {
    border-left: 1px solid rgba(44, 61, 115, 0.25);
}

.users-page-title h1,
.admin-news-title h1,
.admin-create-news-title h1,
.info-pages-title h1,
.show-page-title h1 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #2c3d73;
}

.users-page-block-search input {
    background: #fff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
    padding: 5px 30px;
    color: #2c3d73;
}

.users-page-block-search button {
    padding: 5px 20px 5px 20px;
    background: #2c3d73;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
}

.users-page-block-search button:hover {
    background: #fff;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #2c3d73;
}

th.user-data-login span {
    color: #2c3d73;
    font-weight: 600;
    font-size: 14px;
}

.users-data-header {
    font-size: 14px;
    font-weight: 600;
    color: #2c3d73;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.users-page-block-title,
.admin-news-block-title,
.admin-create-news-block-title,
.create-info-block-title {
    font-size: 20px;
    font-weight: 500;
    color: #2c3d73;
}

.form-control::file-selector-button {
    color: white;
    background-color: #2c3d73;
    padding: 5px 20px;
}

.users-data-description {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #2c3d73;
    transition: all 0.3s ease-in-out;
}

.users-data-description.users-admin {
    /*background-color: rgba(0, 150, 0, .3) !important;*/
}

.user-data-btn-more button,
.admin-data-btn-more button {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 14px;
}

.users-data-description:hover {
    background: #fff !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.users-data-header {
    padding: 10px;
}

.users-data-description:nth-child(even) {
    background: rgba(44, 61, 115, 0.05);
}

.admin-panel a {
    padding: 10px;
    background: #2c3d73;
    font-size: 14px;
    border-radius: 8px;
    color: #fff;
}

button.btn.admin-logout-btn {
    background: #fff;
    padding: 10px;
    border: 1px solid #2c3d73;
    font-size: 14px;
    border-radius: 8px;
}

/* admin page news */
.admin-news-search form {
    gap: 20px;
}

.admin-search-group {
    width: 100%;
}

.admin-search-group:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.admin-search-group:last-child button {
    width: 100%;
}

.admin-search-group-btns {
    width: 50%;
}

.admin-add-news {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.admin-add-news a {
    width: 50%;
}

.admin-search-group input {
    background: #fff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
    padding: 5px 30px;
    color: #2c3d73;
    width: 100%;
}

.admin-search-group button,
.slider-create-block button {
    padding: 5px 20px;
    background: #2c3d73;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
}

.admin-add-news a {
    padding: 5px 20px;
    background: #2c3d73;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
}

.admin-add-pages a {
    padding: 5px 20px;
    background: #2c3d73;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.admin-search-group button:hover,
.slider-create-block button:hover {
    background: #fff;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #2c3d73;
}

.admin-data-header {
    font-size: 14px;
    font-weight: 600;
    color: #2c3d73;
}

.admin-data-description {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #2c3d73;
    transition:
        background 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.admin-data-btn-more button {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 14px;
}

.admin-data-description:hover,
.edit-block-page-item:hover {
    transition: 0.25s all linear;
    background: #fff !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.admin-data-header {
    /* width: 836px; */
    padding: 10px;
    align-items: center;
}

.admin-data-button-group img {
    margin-left: 15px;
}

.admin-data-button-group img:last-child {
    margin-left: 0;
}

.id_news_block:nth-child(even),
.edit-block-page-item:nth-child(odd) {
    background: rgba(44, 61, 115, 0.05);
}

.id_news_block a {
    color: #2c3d73;
    font-weight: 400;
}

.admin-create-news-title input,
.create-info-block-url input,
.create-info-block-name input,
.create-info-block-mtitle input,
.slider-create-block-group input {
    padding: 5px 30px;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
    color: #2c3d73;
}

.create-info-block-url label,
.create-info-block-name label,
.create-info-block-mtitle label,
.slider-create-block-group label {
    color: #2c3d73;
}

.admin-data a {
    text-decoration: none;
    color: #2c3d73;
}

.admin-create-data-public input {
    padding: 5px 30px;
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
    color: #2c3d73;
}

.admin-create-data-public,
.admin-create-type-news,
.admin-create-type-news input,
.admin-create-type-news label {
    color: #2c3d73;
}

.admin-create-type-news-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.admin-create-type-news-group input {
    padding: 5px 20px;
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.44);
    border-radius: 10px;
    width: 100%;
}

.admin-create-choose-file input,
.create-info-choose-file input {
    padding: 5px 30px 5px 0;
    background: #fff;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
}

.admin-create-choose-file img,
.create-info-choose-file img {
    max-width: 400px;
}

.admin-create-textarea > trix-editor,
.create-info-textarea > trix-editor,
.slider-create-block-group > trix-editor {
    padding: 10px 30px;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
}

.admin-create-buttons button,
.admin-create-buttons a,
.create-info-buttons button,
.create-info-buttons a,
.slider-create-block a {
    background: #2c3d73;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 5px 20px;
    color: #fff;
    transition: all 0.3s;
}

.admin-create-buttons button:hover,
.admin-create-buttons a:hover,
.create-info-buttons button:hover,
.create-info-buttons a:hover {
    border: 1px solid #2c3d73;
    color: #2c3d73;
    background: none;
}

/* dropdown menu */

.dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    border: 1px solid #f1f1f1;
    z-index: 1;
    padding: 10px;
    background: #fff;
}

.dropdown-content span {
    border-bottom: 1px solid #7d7d7d;
    color: #2c3d73;
    cursor: pointer;
    padding: 5px 10px;
}

.dropdown-content span:last-child {
    border-bottom: none;
}

.dropdown-content.show {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 10px 30px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/* admin page output users data */

.user-data-lic-schet,
.user-data-login,
.user-data-status,
.admin-data-login {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-data-lic-schet,
.user-date-time-reg {
    text-align: center;
}

.admin-data-status span,
.user-data-status span {
    font-size: 16px;
    font-weight: 500;
}

.admin-data-status .news_pub,
.user-data-status .user_pub {
    color: #41be94;
}

.admin-data-status .not_pub,
.user-data-status .user_not_pub {
    color: #e41e2f;
}

/* dropdown menu admin news */

.dropdown-content_news {
    display: none;
    position: absolute;
    overflow: auto;
    border: 1px solid #f1f1f1;
    z-index: 1;
    padding: 10px;
    background: #fff;
}

.dropdown-content_news a {
    border-bottom: 1px solid #7d7d7d;
    color: #2c3d73;
    cursor: pointer;
    padding: 5px 10px;
}

.dropdown-content_news a:last-child {
    border-bottom: none;
}

.dropdown-content_news.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    position: absolute;
}

.id_news {
}

/* dropdown menu admin users */

.dropdown-content_user {
    display: none;
    position: absolute;
    overflow: auto;
    border: 1px solid #f1f1f1;
    z-index: 1;
    padding: 10px;
    background: #fff;
}

.dropdown-content_user a {
    border-bottom: 1px solid #7d7d7d;
    color: #2c3d73;
    cursor: pointer;
    padding: 5px 10px;
}

.dropdown-content_user a:last-child {
    border-bottom: none;
}

.dropdown-content_user.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    top: 36px;
}

.id_users {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.users-data-description a {
    color: #2c3d73;

    display: flex;
    justify-content: space-between;

    width: 100%;
}

.news-pagination-list {
    margin-bottom: 48px;
}

/* user page edit */

.users-page-edit-title,
.user-page-form-group label,
.test-page-form-group label {
    font-size: 20px;
    font-weight: 500;
}

.users-page-edit-title span {
    color: #2c3d73;
}

.user-page-form-group label,
.test-page-form-group label {
    color: #7d7d7d;
    margin: 20px 0;
}

.user-page-form-group,
.test-page-form-group {
    display: flex;
    flex-direction: column;
}

.user-page-form-group.empty input,
.form-group.empty input {
    border: 1px solid rgba(242, 68, 5, 0.5);
}

.user-account-form-group {
    padding: 10px 30px;
    border: 1px solid rgba(44, 61, 115, 0.5);
    border-radius: 8px;
}

input {
    outline: none;
}

.user-page-form-group input {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid rgba(44, 61, 115, 0.31);
    border-radius: 10px;
    color: #2c3d73;
    outline: none;
}

.form-outline input[type='search'] {
    border-radius: 0.25rem 0 0 0.25rem;
}

.user-page-form-group input:focus,
.form-group input:focus {
    border: 1px solid #ff9d32;
    box-shadow: inset 0px 0px 10px rgba(255, 121, 121, 0.25);
}

.user-page-form-group-button input {
    padding: 5px 20px;
    background: #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
    border: 1px solid #2c3d73;
    transition: all 0.3s ease-in-out;
}

.user-page-form-group-button input:hover {
    transition: all 0.3s ease-in-out;
    background: #fff;
    color: #2c3d73;
}

.user-page-form-group-button-cancel {
    padding: 7px 20px;
    background: #fff;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #2c3d73;
    transition: all 0.3s ease-in-out;
}

.user-page-form-group-button-cancel:hover {
    transition: all 0.3s ease-in-out;
    background: #2c3d73;
    color: #fff;
}

.user-page-form a {
    color: #2c3d73;
}

/* reset password page */

.rst-password-title {
    font-size: 40px;
    font-weight: 700;
    color: #2c3d73;
    text-transform: uppercase;

    margin-top: 100px;
    margin-bottom: 80px;
}

.rst-password-form-header {
    font-size: 24px;
    font-weight: 600;
    color: #2c3d73;

    margin-bottom: 45px;
}

.rst-password-form {
    padding: 30px;
    background: #ffffff;
    border: 2px solid #e9e9e9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

label.personal-account,
label.personal-account-email,
label.personal-account-fio,
label.password,
label.confirm_password {
    font-size: 20px;
    font-weight: 500;
    color: #7d7d7d;
}

.commission__group {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
}

.commission__group .commission {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#commission_datatable_wrapper .row:last-of-type {
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

#commission_datatable_wrapper .row:last-of-type > .col-sm-12 {
    width: auto !important;
}

.extract-block-inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.rst-password-form input {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid rgba(242, 68, 5, 0.5);
    border-radius: 10px;
}

.update-psw {
    padding: 15px 10px;
    background: rgba(243, 74, 17, 0.5);
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.btn-reset-psw {
    padding: 5px 20px;
    background: #2c3d73;
    border: 1px solid #2c3d73;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
}

.psw-reg {
    position: relative;
}

.password-control-reg {
    width: 25px;
    height: 25px;
    background: url(../images/hide.png) 0 0 no-repeat;

    position: absolute;
    right: 0;
    top: 51px;
}

.password-control-reg.view {
    background: url(../images/show.png) 0 0 no-repeat;
}

/* modal window for add personal account */

.personal-account-modal-overlay-content-block {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    border-radius: 10px;
    max-width: 420px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 32px;
}

.personal-account-modal-overlay-content-input input {
    padding: 10px 30px;
    background: #ffffff;
    border: 1px solid rgba(44, 61, 115, 0.31);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    max-width: 400px;
    width: 100%;
}

.personal-account-modal-overlay-content-inputs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.personal-account-modal-overlay-content-btn-block {
    width: 100%;
}

.personal-account-modal-overlay-content-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

#add-psn-account-btn {
    width: 50%;
    padding: 4px;
    color: #fff;
    background: #41be94;
    border: 1px solid #41be94;
    border-radius: 8px;
}

.personal-account-modal-overlay-content-title {
    text-align: center;
}

.add-link > button,
.psn-button-cancel {
    width: 185px;
}

#modal-overlay-psn-account {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

#modal-overlay-psn-account #modal {
    display: flex;
    justify-content: center;
    align-items: center;

    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

#modal-overlay-psn-account {
    display: none;
    justify-content: center;
    align-items: center;
}

#modal-overlay-psn-account.active {
    display: flex;
    z-index: 1000;
    position: fixed;
}

.admin__link_btn h1,
.admin__link_btn h2,
.menu-wrapper h1,
.menu-wrapper h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #2c3d73;
}

/* admin page for edit block */

.edit-page-block-header {
    font-weight: 500;
    font-size: 20px;
    color: #2c3d73;
    margin-bottom: 30px;
}

.edit-page-block-header > label {
    word-break: break-word;
    max-width: 80%;
}

.edit-block-page-headers {
    font-size: 14px;
    font-weight: 600;
    color: #2c3d73;
}

.about-us-mini-title {
    font-size: 20px;
    font-weight: 500;
    color: #2c3d73;
}

.about-us-description {
    font-size: 14px;
    color: #2c3d73;
}

.edit-block-page-output:nth-child(even),
.output-data-users:nth-child(even) {
    background: rgba(44, 61, 115, 0.05);
}

.output-data-users:hover {
    background: #fff !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.edit-block-page-output,
.edit-block-page-output-date,
.output-data-users {
    padding: 10px;
    background: rgba(44, 61, 115, 0.05);
    font-weight: 400;
    font-size: 14px;
    color: #2c3d73;

    align-items: center;
}

.edit-block-page-output-date a {
    color: #2c3d73;
}

.edit-block-page-output a {
    color: #2c3d73;

    align-items: center;
}

#createEventModal button {
    border-radius: 8px;
    padding: 5px 5px 10px;
    color: #fff;
    font-size: 12px;
}

#createEventModal {
    display: none;
}

#createEventModal.active {
    display: flex;
}

/* info pages admin */

.open-modal-main {
    border: none;
}

.show-page-block-title span {
    color: #2c3d73;
    font-size: 20px;
    font-weight: 500;
}

.show-page-block-text span {
    color: #2c3d73;
}

.show-page-block-text ul,
.show-page-block-text li {
    list-style: disc;
    color: #2c3d73;
}

.show-page-block-text ul {
    padding-left: 18px;
}

.show-page-block-image img {
    width: 100%;
    max-height: 850px;
}

.show-page-block-image {
    margin-top: 60px;
}

.show-page-block {
    padding-left: 20px;
}

.page-item.active .page-link {
    z-index: 0;
    background-color: #2c3d73;
}

/* .page-item .page-link {} */

/* personal account hide and show block */

.profile-blocks-balance.active,
.pay-block-main.active,
.main-calendar.active {
    display: block !important;
}

.profile-blocks-balance,
.pay-block-main,
.main-calendar {
    display: none !important;
}

.main-calendar .fc-content-skeleton .fc-day-grid-event {
    z-index: -2;
}

.block-history-of-operations.preorder-buffet {
    margin-top: 64px;
    margin-bottom: 1rem;
}

/* .btn-page.active {
    background: #2c3d73;
} */

.extract-block,
.power-management-block {
    padding-left: 55px;
    padding-top: 36px;
}

.profile-block {
    padding-left: 55px;
}

.main-page {
    margin-top: 150px;
}

.extract-block-min-title,
.extract-blocks-balance {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.extract-block-min-title h6,
.extract-blocks-balance span {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

.extract-block-min-title h6 {
    color: #2c3d73;
}

.extract-block .profile-block-pers-account {
    margin-bottom: 24px;
}

.extract-blocks-balance p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #96955b !important;
}

.fc-toolbar {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.fc-right {
    order: 4;
}

.fc-left h2 {
    line-height: 100%;
}

.fc-prev-button {
    margin-right: 4px !important;
}

.fc .fc-button-group {
    gap: 40px;
}

.fc-today-button,
.fc-prev-button,
.fc-next-button {
    color: #2c3d73 !important;
    background: white !important;
    border: 2px solid #2c3d73 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    border-radius: 8px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 4px !important;
    transition: all 0.25s linear !important;
}

.fc-today-button:hover,
.fc-prev-button:hover,
.fc-next-button:hover {
    color: white !important;
    background: #ff9d32 !important;
    border-color: #ff9d32 !important;
}

.fc-today-button:active,
.fc-prev-button:active,
.fc-next-button:active {
    color: white !important;
    background: #ffb05c !important;
    border-color: #ffb05c !important;
}

.power-management-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.power-management-title h4 {
    font-size: 30px;
    font-weight: 400;
}

.power-management-title .profile-blocks-balance:nth-of-type(2) span {
    font-size: 24px;
    color: #96955b !important;
}

.power-management-title .profile-blocks-balance span {
    font-size: 30px;
    font-weight: 400;
}

.pge-sec {
    margin-top: 73px;
}

/* search */

/*.city-search-group input[type='text'] {*/
/*    padding: 8px;*/
/*    background: #ffffff;*/
/*    border: 2px solid rgba(44, 61, 115, 0.44);*/
/*    border-radius: 10px;*/
/*}*/

.city-search-group input:focus {
    border-radius: 10px 10px 0px 0px;
}

.dropdown-content_city {
    display: none;
}

.dropdown-content_city.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;

    padding: 5px 10px 5px 20px;
    gap: 10px;

    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 0px 0px 10px 10px;
}

#searchCityBtn {
    /* позиционируем кнопку абсолютно от правого края формы */
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 100%;
    cursor: pointer;
    background: url(../images/go.png) 50% no-repeat;

    border: unset;
}

.pay-add-balance > label {
    color: #2c3d73;
}

.pay-add-balance > input {
    color: #2c3d73;
}

.pay-add-balance > input,
.pay-add-balance > input:before,
.pay-add-balance > input:after {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    user-select: initial;
}

.pay-add-balance > input:hover {
    color: #2c3d73 !important;
}

.search .submit:hover {
    opacity: 0.8;
}

/* btn delete personal account */

.btn-delete {
    display: none;
}

.btn-delete.active {
    display: block;
    background: #2c3d73;
    border: 2px solid #2c3d73;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.change_calendar_num.active {
    background-color: #2c3d73;
}

.acc-acc-num.active,
.acc-person-one.active,
.acc-person-two.active,
.acc-person-three.active {
    display: block;
}

.acc-acc-num,
.acc-person-one,
.acc-person-two,
.acc-person-three {
    display: none;
}

.change_calendar_num.active {
    background-color: #2c3d73;
}

.page-link {
    color: #000;
}

.page-item.active .page-link {
    border: none;
}

.success-color span {
    color: #198754;
}

.danger-color span {
    color: #dc3545;
}

.btn-reload {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.btn-excel {
    width: 46px;
    height: 46px;
    cursor: pointer;
}

.btn-reload.rotate {
    transition: transform 15s linear;
    transform: rotateZ(7200deg);
}

.btn-reload-button {
    background-color: unset;
    border: none;
}

.btn {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
}

/*.profile-blocks-balance,*/
.pay-block-balance-desc-main {
    /*max-width: 660px;*/
}

.profile-block,
.extract-block,
.power-management-block {
    padding-left: 55px;
}

.main-calendar.loading {
    min-height: 700px;
    color: transparent;
    background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
    animation: loading 1.2s ease-in-out infinite;
    background-size: 400%;
}

@keyframes loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.setting-profile-group {
    color: #2c3d73;
    font-size: 18px;
}

.setting-profile-title h3 {
    color: #2c3d73;
}

.setting-form-btn button,
.setting-form-btn a {
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #2c3d73;
    border: 1px solid #f1f1f1;
}

.setting-profile-group input {
    border: 1px solid rgba(44, 61, 115, 0.5);
    padding: 10px 30px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    color: #2c3d73;
    border-radius: 10px;
}

.setting-profile-group input::-moz-placeholder {
    color: #b5bacc;
}

.setting-profile-group input::placeholder {
    color: #b5bacc;
}

.toast-block {
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 99999;
    background-color: rgba(248, 248, 250, 0.75);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.toast-body {
    padding: 0 30px;
}

.border-top {
    padding-top: 10px;
}

.toast-block button {
    float: right;
    color: #f1f1f1;
    background-color: #ff2b3d;
    padding: 7px 30px;
    border-radius: 7px;
    border: unset;
    font-size: 12px;
}

.touch-screen-only {
    display: none;
    text-align: center;
    color: #ff9d32;
    font-weight: 500;
}

@media (hover: none) {
    .touch-screen-only {
        display: block;
    }
}

.pagination {
    gap: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #212b36;
}

.page-item.active .page-link {
    background: #ffffff;
    border: 2px solid #ff9433;
    border-radius: 4px;
    color: #ff9433;
}

.page-link {
    background: #ffffff;
    border: 2px solid #dfe3e8;
    border-radius: 4px;
}

.page-link a {
    border: 2px solid #dfe3e8;
}

.page-link:hover {
    z-index: 2;
    color: #ff9433;
    background-color: rgba(255, 148, 51, 0.16);
}

.users-search-group {
    flex-wrap: wrap;
    gap: 6px 12px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.users-search-group:last-child {
    justify-content: flex-start;
}

.users-search-group input {
    width: 100%;
}

.users-search-group-btns {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    width: calc(50% - 12px);
}

.users-search-group-btns label {
    padding-left: 8px;
}

.form_radio_btn {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.form_radio_btn input[type='radio'] {
    display: none;
}

.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    line-height: 34px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 98%;
    border: 2px solid #41be94;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #41be94;
}

/* Checked */
.form_radio_btn input[type='radio']:checked + label {
    background: #41be94;
    color: #ffffff;
}

/* Hover */
.form_radio_btn label:hover {
    background: #41be940d;
    color: #41be94;
}

.service-type,
.commissions-type {
    display: none !important;
}

.checkbox-wrapper-23 *,
.checkbox-wrapper-23 *:after,
.checkbox-wrapper-23 *:before {
    box-sizing: border-box;
}

.checkbox-wrapper-23 input {
    width: inherit;
    position: absolute;
    opacity: 0;
}

.checkbox-wrapper-23 input:checked + label svg path {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-23 input:focus + label {
    transform: scale(1.03);
}

.checkbox-wrapper-23 input + label {
    display: block;
    border: 1px solid rgba(44, 61, 115, 0.5);
    width: var(--size);
    height: var(--size);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.checkbox-wrapper-23 input + label:active {
    transform: scale(1.05);
    border-radius: 12px;
}

.checkbox-wrapper-23 input + label svg {
    pointer-events: none;
    padding: 5%;
}

.checkbox-wrapper-23 input + label svg path {
    fill: none;
    stroke: #333;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 101;
    transition: all 250ms cubic-bezier(1, 0, 0.37, 0.91);
}

break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: inline-block;
}

.alert ul {
    margin-top: 0;
    margin-bottom: 0;
}

.user-data-login.col-lg-2 {
    width: auto;
}

.users-data-header-group span {
    font-size: 14px;
    font-weight: 600;
    color: #2c3d73;
}

.notes img {
    width: 24px;
    height: 24px;
}

.user-page-form-group.empty select,
.form-group.empty select {
    border: 1px solid rgba(242, 68, 5, 0.5);
}

.user-page-form-group select,
.test-page-form-group select {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid rgba(44, 61, 115, 0.31);
    border-radius: 10px;
    color: #2c3d73;
    outline: none;
}

table.dataTable td {
    color: #2c3d73;
}

table.dataTable.table-striped > tbody > tr.odd {
    --bs-table-accent-bg: #fff !important;
}

table.dataTable.table-striped > tbody > tr.even {
    --bs-table-accent-bg: rgba(44, 61, 115, 0.05) !important;
}

.table-secondary thead tr {
    --bs-table-accent-bg: rgba(44, 61, 115, 0.05) !important;
    color: #2c3d73;
}

.table-secondary input,
.table-secondary select {
    padding: 2px 6px;
    background: #fff;
    border: 1px solid rgba(44, 61, 115, 0.31);
    border-radius: 10px;
    color: #2c3d73;
    outline: none;
    height: 36px;
}

.dt-sum {
    vertical-align: middle;
}

table.dataTable > thead tr th {
    vertical-align: middle;
}

table.dataTable > tfoot tr th {
    color: #2c3d73;
}

table.dataTable tr td,
table.dataTable tr th {
    min-width: 110px;
}

.dt-user {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sorting:after,
.sorting:before {
    top: 50%;
    margin-top: -10px;
}

.page-link {
    color: #2c3d73;
}

.page-link:hover {
    color: #2c3d73;
    background-color: rgba(44, 61, 115, 0.05);
}

.page-item.active .page-link {
    border-color: #2c3d73;
    color: #2c3d73 !important;
}

.table-secondary {
    --bs-table-bg: none;
}

.dataTables_scroll {
    margin-bottom: 40px;
}

.add-autopayment label {
    font-weight: 500;
    font-size: 16px;
    color: #7d7d7d;
}

.add-autopayment label a {
    color: #2c3d73;
}

.add-autopayment .checkbox-wrapper-23 {
}

.autopayment-block .pay-block-balance-title div div p {
    text-align: initial !important;
    color: #2c3d73;
}

.pay-block-balance-desc .pay-block-balance-title {
    color: #2c3d73;
}

.delete-acc-btn {
    padding: 10px 30px !important;
}

.autopayment-block .rm-btn button {
    border: 2px solid #41be94;
}

.card-number {
    display: flex;
    align-items: center;
}

.card-number p {
    margin-bottom: 0;
}

.gg-25 {
    grid-gap: 25px;
}

.profile-block-box {
    display: flex;
    margin: 0 -10px;
}

.profile-block-item {
    flex: 1 1 auto;
    margin: 0 10px;
}

.profile-block-qr svg {
    width: 100%;
    height: auto;
}

.setting-form .edit-page-block-header {
    margin-bottom: 1rem;
}

.type-tabs .tabs {
    /*max-width: 660px;*/
    /*display: flex;*/
    /*position: relative;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 0 1px 0 hsla(31, 100%, 60%, .2),*/
    /*0 6px 12px 0 hsla(31, 100%, 60%, .2);*/
    /*padding: 0.75rem;*/
    /*border-radius: 15px;*/
}

.type-tabs .tabs * {
    z-index: 2;
}

.type-tabs input[type='radio'] {
    display: none;
}

.type-tabs .tab > a {
    color: #ff9d32;
    transition: all 0.25s linear;
}

.type-tabs .tab > a:hover {
    color: #ff9d32;
}

.type-tabs .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 50%;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.type-tabs input[type='radio']:checked + label {
    color: hsla(31, 100%, 60%, 1);
}

.type-tabs input[id='radio-1']:checked ~ .glider {
    transform: translateX(0);
}

.type-tabs input[id='radio-2']:checked ~ .glider {
    transform: translateX(100%);
}

.type-tabs input[id='radio-3']:checked ~ .glider {
    transform: translateX(200%);
}

.type-tabs .glider {
    position: absolute;
    display: flex;
    height: 54px;
    width: 50%;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    padding-right: 24px;
    transition: 0.25s ease-out;
}

.glider p {
    height: 54px;
    width: 100%;
    background-clip: content-box;
    background-color: hsla(31, 100%, 60%, 0.25);
    z-index: 1;
    border-radius: 15px;
    margin: 0;
    transition: 0.25s ease-out;
}

.type-tabs .glider.right {
    transform: translateX(100%);
}

.accordion {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.accordion__tab {
    border-radius: 8px;
    background-color: #f1f1f1;
    padding: 20px;
    transition: all 0.25s ease-in-out;
}

.accordion__tab .accordion__tab__label {
    cursor: pointer;
    color: #2c3d73;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
}

.accordion__tab .accordion__tab__label i {
    font-weight: 600;
}

.accordion__tab__radio {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion__tab__header {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.accordion__tab__content {
    border-radius: 12px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}

.accordion__tab__label:hover {
    color: #185ee0;
}

.accordion__tab .accordion__tab__radio:checked ~ .accordion__tab__header .accordion__tab__label {
    color: #185ee0;
}

.accordion__tab .accordion__tab__radio:checked ~ .accordion__tab__header .accordion__tab__label i {
    transform: rotate(180deg);
}

.accordion__tab:has(.accordion__tab__radio:checked) {
    background-color: #e6eef9;
    box-shadow:
        0 0 1px 0 rgba(24, 94, 224, 0.15),
        0 6px 12px 0 rgba(24, 94, 224, 0.15);
}

.accordion__tab .accordion__tab__radio:checked ~ .accordion__tab__content {
    max-height: 1000px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
    overflow: hidden;
}

.setting-profile-group textarea {
    border: 1px solid rgba(44, 61, 115, 0.5);
    padding: 10px 30px;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #2c3d73;
    border-radius: 10px;
}

.setting-profile-group select {
    border: 1px solid rgba(44, 61, 115, 0.5);
    padding: 10px 30px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    color: #2c3d73;
    border-radius: 10px;
}

.week.main-calendar {
    height: 194px;
}

.week .fc-scroller.fc-day-grid-container {
    height: 150px !important;
}

.week .fc-scroller-harness.fc-scroller-harness-liquid {
    height: 120px !important;
}

.week .fc-view-harness.fc-view-harness-active {
    height: 120px !important;
}

.week .fc-daygrid-body.fc-daygrid-body-unbalanced {
    height: 120px !important;
}

.week .fc-row.fc-week.fc-widget-content {
    height: 150px !important;
}

.week .fc-day-number {
    float: right;
}

.preorder-form label {
    font-size: 20px;
    margin: 0 20px 0 0;
}

.preorder-form .goods-image {
    margin-left: auto;
}

.preorder-form .goods-image {
    width: 100px;
    height: 70px;
    overflow: hidden;
}

.goods-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.week .fc-event-container {
    padding-top: 2em;
}

.fc-event-title-container .fc-event-title.fc-sticky,
.week .fc-event-container .fc-content {
    word-wrap: break-word;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.week .fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
}

.loading {
    position: absolute;
    left: -15px;
    top: -40px;
    right: -15px;
    bottom: -15px;
    z-index: 10;
    display: none;
}

#modal-overlay-order-info .loading {
    top: -20px;
}

#modal-overlay-order-info .modal-content-button button {
    width: 100%;
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box;
    margin: 0 auto;
}

.half-circle-spinner {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: relative;
}

.half-circle-spinner .circle {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: #36c6d3;
    animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: #36c6d3;
    animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#response_block .array {
    padding-left: 40px;
}

.profile-block-choose-personal-cash {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-content-title > div {
    text-align: left;
}

.answer p {
    color: #ff9d32 !important;
}

.upr-food .power-management-title .d-flex span {
    font-size: 24px;
    font-weight: 400;
    color: #96955b !important;
}

.food_management .power-management-title .d-flex h4 {
    color: #96955b !important;
}

.upr-food .pay-block-balance-desc-main .profile-blocks-balance span {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

.extract-block-inputs.report-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.extract-block-inputs.report-block > :not(:last-child) {
    margin-right: 24px;
}

.extract-block-inputs.report-block > :last-child {
    margin-left: auto;
}

.block-menu-links .nav-links > ul > i {
    width: 20px;
    height: 20px;
    color: #2c3d73;
}

.block-menu-links .nav-links .fa {
    font-size: 20px;
}

.block-menu-links .nav-links > ul > i.active {
    color: #ff9d32 !important;
}

.welcome {
    margin: 0;
    color: var(--text-color);
}

.welcome__title {
    font-size: 56px;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 36px !important;
}

.welcome__text {
    font-size: 20px;
    font-weight: 500;

    margin-bottom: 42px;
}

.welcome__buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0 44px;
    margin: 90px 0 90px;
    gap: 36px;
}

.welcome__button {
    display: flex;
    align-items: center;
    flex-direction: column;

    max-width: 364px;
    padding: 42px 64px;

    cursor: pointer;
    transition: all 0.25s ease-in-out;

    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);

    gap: 16px;

    color: var(--text-color);
}

.welcome__button:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    color: #ff9433;
}

.welcome__icon {
    width: 100%;
    max-width: 100px;
    height: auto;

    aspect-ratio: 1/1;
}

.welcome__button__text {
    font-size: 24px;
    font-weight: 400;

    text-align: center;
}

.power-management-title .col-12 svg {
    display: none;
}

.button-loading {
    cursor: default;
    text-shadow: none;
    color: transparent !important;
    position: relative;
    transition: border-color 0.2s ease-out;
    background: #ffffff;
}

.button-loading:before {
    border-color: #41be94;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-bottom-color: transparent;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    animation: button-loading-spinner 1s linear infinite;
}

.register-title p {
    display: none;
}

.city-switcher {
}

.city-switcher__trigger {
    background-color: #f1f6fd;
    border: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 0px 0px #0000001a;
    color: #2c3d73;
    padding: 8px 10px;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.25s ease-in-out;
}

.city-switcher__trigger svg {
    width: 24px;
    height: 24px;
}

.city-switcher__trigger span {
    display: block;
    text-align: center;
    flex: 1;
}

.city-swither__trigger:focus {
    background-color: #ff9d32 !important;
    color: white !important;
    box-shadow: 1px 1px 0px 0px #0000001a !important;
}

.city-switcher__trigger:hover {
    background-color: #ff9d32;
    color: white;
}

.city-switcher__list {
    padding: 0;
}

.city-switcher__item {
    font-weight: 500;
    color: #2b3f72;

    transition: color 0.25s ease-in-out;
}

.city-switcher__item:hover {
    color: white;
    background-color: #ff9d32;
}

.city-switcher--hidden {
    display: none;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*    PROFILE SECTION    */
.profile-layout {
}
.profile-layout__inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.profile-layout__title {
    font-weight: 700;
    font-size: 32px;
    color: #2c3d73;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-wrap: pretty;

    margin: 0;
}
.profile-layout__wrapper {
    display: flex;
    flex-direction: row;
}
.profile-layout__sidebar {
    padding: 12px 24px 12px 0;
    border-right: 1px solid rgba(44, 61, 115, 0.25);
}
.profile-layout__content {
    padding: 12px 4px 36px 24px;

    flex: 1;

    display: flex;
    flex-direction: column;
    gap: 36px;

    overflow: hidden;
}
/*    END PROFILE SECTION    */

/*    WARNING MESSAGE    */
.warning-message {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 16px 24px;

    border: 1px solid #ef4444;
    border-radius: 6px;

    background-color: #fca5a5;
}
.warning-message__text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-wrap: pretty;

    color: #ef4444;

    margin: 0;
}
/*    END WARNING MESSAGE    */

/*    PROFILE INFO    */
.profile-info {
    display: flex;
    flex-direction: column;

    margin-bottom: 24px;

    position: relative;
}
.profile-info__name {
    font-size: 28px;
    font-weight: 500;
    color: #2c3d73;

    margin: 0;
}
.profile-info__number {
    font-size: 24px;
    color: #ff9d32;

    margin: 0;
}
.profile-info__number > span {
    font-weight: 600;
}
.profile-info__button {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 2px;
}
/*    END PROFILE INFO    */

/*    NO-ACCOUNTS-MESSAGE    */
.no-accounts-message {
    font-size: 28px;
    font-weight: 500;
    color: #2c3d73;
    text-align: center;

    margin: 0;
}
/*    END NO-ACCOUNTS-MESSAGE    */

/*    ACCOUNT-SWITCHER    */
.account-switcher {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;
}

.account-switcher__button {
    color: #2c3d73;
    font-size: 16px;
    font-weight: 500;

    border: 2px solid #2c3d73;
    border-radius: 8px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px;

    transition: color 0.25s linear;
}

.account-switcher__button--active,
.account-switcher__button:hover {
    color: white;
    background-color: #ff9d32;
    border-color: #ff9d32;
}

.account-switcher__button--active {
    cursor: not-allowed;
    pointer-events: none;
}

.account-switcher__button svg {
    width: 24px;
    height: 24px;
}
/*    END NO-ACCOUNTS-MESSAGE    */

/*    CHILD-BUTTONS    */
.child-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 20px;
}

.child-buttons__button {
    width: 228px;

    display: flex;
    flex-direction: row;
    align-items: center;

    overflow: clip;

    border: 2px solid #2c3d73;
    border-radius: 8px;

    transition: all 0.25s linear;
}
.child-buttons__button__icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    background: #2c3d73;

    transition: all 0.25s linear;
}
.child-buttons__button__icon svg {
    width: 24px;
    height: 24px;
}
.child-buttons__button__text {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 6px 12px;
    height: 100%;

    font-weight: 500;
    font-size: 16px;
    color: #2c3d73;

    transition: all 0.25s linear;
}
.child-buttons__button:hover {
    color: #ff9d32;
    border-color: #ff9d32;
}
.child-buttons__button:hover > .child-buttons__button__icon {
    background-color: #ff9d32;
}
.child-buttons__button:hover > .child-buttons__button__text {
    color: #ff9d32;
}
/*    END CHILD-BUTTONS    */

/*    EXTRACT-FORM    */
.extract-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.extract-form__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.extract-form__item span {
    line-height: 1;
    color: #2c3d73;
    font-size: 16px;
    font-weight: 500;
}
.extract-form__input {
    border-radius: 8px;

    border: 1px solid hsla(0, 0%, 0%, 0.25);
    outline: 1px solid hsla(0, 0%, 0%, 0.25);

    padding: 12px 24px;

    color: #2c3d73;

    transition: all 0.25s linear;
}
.extract-form__input:hover {
    border: 1px solid hsla(226, 45%, 31%, 0.75);
    outline: 1px solid hsla(226, 45%, 31%, 0.75);
}
.extract-form__input:focus {
    border: 1px solid hsla(226, 45%, 31%, 1);
    outline: 1px solid hsla(226, 45%, 31%, 1);
}
.extract-form__button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;

    color: white;

    border: 2px solid #2c3d73;
    border-radius: 8px;

    background-color: #2c3d73;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.25s linear;
}
.extract-form__button--outline {
    background-color: white;
    color: #2c3d73;
}
.extract-form__button:hover {
    border-color: #ff9d32;
    background-color: #ff9d32;
    color: white;
}
.extract-form__button:active {
    border-color: #ffb05c;
    background-color: #ffb05c;
    color: white;
}
/*    END EXTRACT-FORM    */

/*    EXTRACT-DATE-FORM    */
.extract-date-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: end;
}
.extract-date-form__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.extract-date-form__item span {
    line-height: 1;
    color: #2c3d73;
    font-size: 16px;
    font-weight: 500;
}
.extract-date-form__input {
    border-radius: 8px;

    border: 1px solid hsla(0, 0%, 0%, 0.25);
    outline: 1px solid hsla(0, 0%, 0%, 0.25);

    padding: 12px 24px;

    color: #2c3d73;

    transition: all 0.25s linear;
}
.extract-date-form__input:hover {
    border: 1px solid hsla(226, 45%, 31%, 0.75);
    outline: 1px solid hsla(226, 45%, 31%, 0.75);
}
.extract-date-form__input:focus {
    border: 1px solid hsla(226, 45%, 31%, 1);
    outline: 1px solid hsla(226, 45%, 31%, 1);
}
.extract-date-form__button {
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;

    color: white;

    border: 2px solid #2c3d73;
    border-radius: 8px;

    background-color: #2c3d73;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.25s linear;
}
.extract-date-form__button--outline {
    background-color: white;
    color: #2c3d73;
}
.extract-date-form__button:hover {
    border-color: #ff9d32;
    background-color: #ff9d32;
    color: white;
}
.extract-date-form__button:active {
    border-color: #ffb05c;
    background-color: #ffb05c;
    color: white;
}
/*    END EXTRACT-DATE-FORM    */

/*    NEW-TABS    */
.new-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.new-tabs__tab {
    position: relative;

    cursor: pointer;

    border: 2px solid #2c3d73;
    border-radius: 8px;

    padding: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2c3d73;

    font-size: 20px;
    font-weight: 500;

    transition: all 0.25s linear;
}
.new-tabs__tab:hover {
    border-color: #ff9d32;
    color: #ff9d32;
}
.new-tabs__radio {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
.new-tabs__tab:has(> .new-tabs__radio:checked) {
    background-color: #ff9d32;
    border-color: #ff9d32;
    color: white;
}
.new-tabs__link {
    color: inherit;
}
/*    END NEW-TABS    */

/*    LINK-TABS    */
.link-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.link-tabs__tab {
    border: 2px solid #2c3d73;
    border-radius: 8px;

    padding: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2c3d73;

    font-size: 20px;
    font-weight: 500;

    transition: all 0.25s linear;
}
.link-tabs__tab:hover {
    border-color: #ff9d32;
    color: #ff9d32;
}
.link-tabs__tab--active {
    background-color: #ff9d32;
    border-color: #ff9d32;
    color: white;
    pointer-events: none;
}
/*    END LINK-TABS    */

/*    SIDEBAR    */
.sidebar {
    max-width: 240px;
    width: 100%;
}

.sidebar__list {
    display: flex;
    flex-direction: column;
}
.sidebar__item {
}
.sidebar__link,
.sidebar__dropdown__trigger {
    display: flex;
    flex-direction: row;
    align-items: flex-start;

    gap: 8px;

    width: -moz-fit-content;

    width: fit-content;
    padding: 8px 0;

    line-height: 115%;
    font-weight: 600;
    font-size: 16px;

    color: #2c3d73;

    transition: all 0.25s linear;
}

.sidebar__link svg,
.sidebar__dropdown__trigger svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
}

.sidebar__link span,
.sidebar__dropdown__trigger span {
    align-self: center;
}

.sidebar__link--active,
.sidebar__link:hover,
.sidebar__dropdown__trigger:hover {
    color: #ff9d32;
}

.sidebar__auth-link {
    border: 1px solid hsla(0, 0%, 0%, 0.09);
    color: #2c3d73;
    background-color: white;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    margin-top: 24px;
}

.sidebar__dropdown__trigger {
    border: 0;
}

.sidebar__dropdown__trigger--active svg {
    transition: transform 0.25s linear;
}

.sidebar__dropdown__trigger--active svg {
    transform: rotate(180deg);
}

.sidebar__dropdown__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 20px;
    transition:
        max-height 0.25s ease-in-out,
        opacity 0.25s ease-in-out;
}

.sidebar__dropdown__content--active {
    max-height: 500px;
    opacity: 1;
}
/*    END SIDEBAR    */

/*    SUCCESS-MODAL    */
.success-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border: 0;
    margin: auto;
    background-color: transparent;
}
.success-modal::backdrop {
    background-color: hsla(226, 45%, 31%, 0.9);
}
.success-modal .modal-dialog {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.success-modal .modal-content {
    margin: 0 auto !important;
    border: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
    background-color: transparent !important;
    max-width: 384px !important;
    width: 100% !important;
}
.success-modal .modal-header {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    justify-content: center;
    align-items: center;
}

.success-modal .modal-footer {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.success-modal {
    flex-direction: column;
    gap: 12px;
}

.success-modal__icon {
    width: 48px;
    height: 48px;
    color: #ff9d32;
}
.success-modal__title {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    -webkit-hyphens: auto;
            hyphens: auto;
    margin: 0;
}
.success-modal__text {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    -webkit-hyphens: auto;
            hyphens: auto;
    margin: 0;
}
.success-modal__buttons {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.success-modal__button {
    border: 2px solid #ff9d32;
    border-radius: 4px;

    background-color: #ff9d32;

    font-size: 16px;
    font-weight: 600;
    color: white;

    padding: 8px 20px;
}
.success-modal__button--outlined {
    color: #ff9d32;
    background-color: transparent;
}
.success-modal__button:focus-visible {
    outline: none;
}
/*    END SUCCESS-MODAL    */

/*    LOGIN    */
.login {
    margin-bottom: 64px;
}
.login__inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.login__header {
    display: flex;
    flex-direction: column;
    gap: 24px;

    max-width: 768px;
}
.login__title {
    margin: 0;

    font-weight: 600;
    color: #2c3d73;
    font-size: 48px;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-wrap: pretty;
}
.login__description {
    margin: 0;

    color: #2c3d73;
    font-size: 18px;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-wrap: pretty;
}
.login__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}
.login__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.login__form__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.login__form__item {
    display: flex;
    flex-direction: column;
    gap: 6px;

    color: #2c3d73;
}
.login__form__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.login__form__button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;

    background-color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px 20px;
    height: 48px;

    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #2c3d73;

    transition: color 0.3s ease-in-out;
}
.login__form__link {
    font-weight: 500;
}
.login__form__link--underline {
    text-decoration: underline;
}
.login__form__button:hover {
    color: white;
    background-color: hsla(226, 45%, 31%, 1);
    border-color: hsla(226, 45%, 31%, 1);
}
.login__form__button:active {
    color: white;
    background-color: hsla(226, 45%, 31%, 0.8);
    border-color: hsla(226, 45%, 31%, 0.8);
}
.login__welcome {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login__welcome__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 20px;
    padding: 48px;

    background: #fff;
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);

    transition: all 0.25s ease-in-out;

    aspect-ratio: 3/2;
    max-width: 364px;
    width: 100%;

    border-radius: 16px;

    color: #2c3d73;
}
.login__welcome__button svg {
    width: 96px;
    height: 96px;
}
.login__welcome__button span {
    font-size: 24px;
    font-weight: 500;
    text-wrap: pretty;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-align: center;
}

.login__welcome__button:hover {
    color: #ff9d32;
}

/*    END LOGIN    */

/*    PAYMENT-BUTTONS    */
.payment-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.payment-buttons__button {
    width: 100%;
    height: 48px;
}

.payment-buttons__button label {
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}
/*    END PAYMENT-BUTTONS    */

/*    INSTITUTION-BUTTONS    */
.institution-buttons {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}

.institution-buttons__button {
    width: 100%;
    height: 48px;
}

.institution-buttons__button > label {
    height: 100% !important;
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 2px solid #ff9d32;
    border-radius: 8px !important;

    transition: all 0.25s linear !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.institution-buttons__button input[type='radio']:checked + label {
    background-color: #ff9d32 !important;
    color: white !important;
}
/*    END INSTITUTION-BUTTONS    */

/*    PWA BUTTON    */
.pwa-button {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 12px;

    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #2c3d73;

    border: 1px solid hsla(0, 0%, 0%, 0.1);
    border-radius: 8px;

    background-color: white;

    transition: all 0.25s linear;
}
.pwa-button svg {
    width: 24px;
    height: 24px;
}
.pwa-button--menu {
    margin-top: auto;
    font-weight: 600;
    font-size: 14px;
}
.pwa-button--hidden {
    display: none !important;
}
.pwa-button:active {
    color: white;
    background-color: #ff9d32;
    border-color: #ff9d32;
}
/*    END PWA BUTTON    */

/*    PWA DIALOG    */
.pwa-dialog {
    z-index: 111;
    position: fixed;
    top: 200%;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    width: 100vw;
    border: 0;
    border-radius: 12px 12px 0 0;
    background-color: white;
    box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.05);
    transition: 0.35s all linear;
    transform: translateY(0%);
    opacity: 0;
}
.pwa-dialog--active {
    transform: translateY(-100%);
    top: 100%;
    opacity: 1;
}
.pwa-dialog__close {
    position: fixed;
    top: 12px;
    right: 16px;
    border: 0;

    width: 20px;
    height: 20px;

    color: #2c3d73;
}
.pwa-dialog__close svg {
    width: 24px;
    height: 24px;
}
.pwa-dialog__inner {
    padding: 30px 24px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pwa-dialog__header {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(44, 61, 115, 0.25);
}
.pwa-dialog__icon {
    width: 48px;
    height: 48px;
}
.pwa-dialog__header div {
    display: flex;
    flex-direction: column;
}
.pwa-dialog__title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3d73;
}
.pwa-dialog__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #2c3d73;

    margin: 0;
}

.pwa-dialog__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
}

.pwa-dialog__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;

    color: #2c3d73;
    font-weight: 400;
    font-size: 16px;
}

.pwa-dialog__item div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

.pwa-dialog__item svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
}

.pwa-dialog__slider img {
    aspect-ratio: 1/2;
}

.pwa-dialog__slider img:not(:last-child) {
    margin-right: 8px;
}

.pwa-dialog::backdrop {
    background-color: hsla(226, 45%, 31%, 0);
    transition: all 0.35s linear;
}
.pwa-dialog--active::backdrop {
    background-color: hsla(226, 45%, 31%, 0.9);
}

.pwa-dialog-safari,
.pwa-dialog-firefox,
.pwa-dialog-other {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.pwa-dialog-safari--active,
.pwa-dialog-firefox--active,
.pwa-dialog-other--active {
    display: flex;
}
/*    END PWA DIALOG    */

/*    FOOTER    */
.footer {
    background: #fff;
    border-top: 1px solid rgba(44, 61, 115, 0.5);
    color: var(--text-color);
    padding: 24px 0;
}
.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.footer__logo img {
    width: 60px;
    height: 36px;
}
.footer__logo span {
    font-weight: 600;
    line-height: 1;
}
.footer__copyright span {
    font-size: 16px;
}
.footer__bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
}
.footer__navigation {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer__navigation__link {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    color: #2c3d73;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}
.footer__navigation__link:hover {
    color: #ff9d32;
}
.footer__applications {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.footer-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo-image:first-child img {
    width: 60px;
    height: 36px;
}

.footer-logo-image:first-child span {
    font-weight: 600;
    line-height: 1;
}

.footer ul {
    margin: 0 !important;
}

.footer-links {
    display: block;
}

.footer-a .footer-links a {
    color: var(--text-color);
    text-decoration: underline;
}
/*    END FOOTER    */

/*    MANAGMENT DIALOG    */
.managment-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 400px;
    width: 100%;
    padding: 6px;
    margin: 0 auto;
}

.managment-dialog__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent !important;
    border: 0 !important;
}
.managment-dialog__header {
    margin-bottom: 40px;
    background-color: transparent !important;
    border-bottom: 0 !important;
}
.managment-dialog__header h4 {
    color: white !important;
    font-size: 24px;
    font-weight: 600 !important;
    text-align: center;
}
.managment-dialog__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.managment-dialog__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: white;
    background-color: transparent !important;
    border: 0 !important;
    transition: all 0.25s linear;
    width: 248px !important;
    border-radius: 0;
    border-bottom: 1px solid white !important;
    font-size: 20px !important;
    padding: 10px 24px;
    text-align: center;
}
.managment-dialog__link:hover,
.managment-dialog__link:active {
    background-color: #ff9d32 !important;
    color: white !important;
    cursor: pointer !important;
}
/*    END MANAGMENT DIALOG    */

/*    NEWS    */
.news {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.news__categories {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;

    max-width: 100%;
    overflow-x: auto;

    scrollbar-width: none;
}

.news__category {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px;

    border: 2px solid #ff9d32;
    border-radius: 6px;

    color: #2c3d73;
    font-size: 16px;
    font-weight: 500;

    white-space: nowrap;

    transition: all 0.25s ease-in-out;
}

.news__category--active,
.news__category:hover {
    background-color: #ff9d32;
    color: white;
}

.news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.news__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;

    padding: 24px 12px;

    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;

    background-color: #f1f6fd;
    box-shadow: 0px 0px 4px 0px #00000066;

    transition: color 0.25s ease-in-out;
}

.news__item:hover {
    background-color: #ff9d32;
}

.news__item:hover .news__item__title,
.news__item:hover .news__item__description,
.news__item:hover .news__item__date {
    color: white !important;
}

.news__item:hover .news__item__image {
    background-color: white;
}

.news__item__title {
    font-size: 20px;
    color: #2c3d73;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: color 0.25s ease-in-out;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-wrap: pretty;
}

.news__item__image {
    margin: 0 auto;

    aspect-ratio: 3/2;

    max-width: calc(100% - 48px);
    width: 100%;
    height: auto;

    box-shadow: 0px 0px 12px 0px #0000001a;

    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;

    transition: all 0.25s ease-in-out;
}

.news__item__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news__item__description {
    font-size: 16px;
    color: #2c3d73;
    font-weight: 400;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: color 0.25s ease-in-out;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-wrap: pretty;
}

.news__item__date {
    font-size: 14px;
    font-weight: 500;
    color: #ff9d32 !important;
    transition: color 0.25s ease-in-out;
}

.news__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news__no-data {
    grid-column-start: 1;
    grid-column-end: 3;
}
/*    END NEWS    */

/*    NEWS PAGE    */
.news-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.news-page__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.news-page__data {
    color: #2c3d73;
}

.news-page__data img {
    max-width: 100%;
}

.news-page__date {
    color: #ff9d32;
    font-size: 16px;
    font-weight: 600;
}
.news-page__back-button {
    border-radius: 8px;

    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto;

    background-color: #ff9d32;

    transition: all 0.25s ease-in-out;
}

.news-page__back-button:hover,
.news-page__back-button:active {
    color: white;
    background-color: #de8e35;
}
/*    END NEWS PAGE    */

/*    NEWS NOTIFICATION    */
.news-notification {
    position: fixed;
    inset: 0;
    max-width: 100vw;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    border: 0;
    padding: 0 !important;
}
.news-notification::backdrop {
    opacity: 0;
    background-color: hsla(226, 45%, 31%, 0);
    transition: 0.15s all linear;
}
.news-notification .modal-dialog {
    max-width: unset !important;
    margin: 0 !important;
    width: 100%;
    height: 100%;
}
.news-notification .modal-content {
    background-color: transparent !important;
    border: 0 !important;
    position: relative;
    width: 100%;
    height: 100%;
}
.news-notification .modal-body {
    flex: none !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.news-notification + .backdrop {
    opacity: 0;
    background-color: hsla(226, 45%, 31%, 0);
    transition: 0.15s all linear;
}
.news-notification--active::backdrop {
    opacity: 1;
    background-color: hsla(226, 45%, 31%, 0.9);
}
.news-notification__background {
    position: absolute;
    inset: 0;
    max-width: 100vw;
    width: 100%;
    max-height: 100vh;
    height: 100% !important;
    overflow: hidden;
}
.news-notification__background__item {
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 100vh;
    background-color: hsla(226, 45%, 31%, 0.9);
}
.news-notification__background__item.slick-active {
    width: 100vw !important;
    height: 100vh !important;
}
.news-notification__content {
    position: absolute !important;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: hsla(226, 45%, 31%, 0.9);

    display: flex;
    align-items: center;
    justify-content: center;
}
.news-notification__close {
    position: absolute;
    z-index: 9999;
    top: 64px;
    right: 128px;
    border: 0;
    color: white;
    transition: color 0.25s linear;
}
.news-notification__close:focus-visible {
    outline: 0;
}
.news-notification__close:hover,
.news-notification__close:active {
    color: #ff9d32;
}
.news-notification__close svg {
    width: 24px;
    height: 24px;
    transition: color 0.25s linear;
}
.news-notification__content__item {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-notification__content__item__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.news-notification__content__item__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-notification__content__item__description img {
    display: none !important;
}
.news-notification__content__item__description p {
    margin: 0 !important;
}
.news-notification__content__item__link {
    max-width: 256px;
    width: 100%;
    background-color: #ff9d32;
    color: white;
    padding: 12px 48px;
    font-size: 20px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 24px auto 0;
}

.news-notification__content__item__link:hover {
    color: white;
    background-color: #ff8c46;
}
.news-notification .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.news-notification__content .splide__pagination {
    display: flex !important;
    gap: 20px;
    margin-top: 16px;
    bottom: 0;
}
.news-notification .splide__pagination__page {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    margin: 0;
    transition: all 0.25s linear;
}
.news-notification .splide__pagination__page.is-active {
    background: #ff9d32;
    opacity: 1;
}
/*    END NEWS NOTIFICATION    */

body:has(dialog[open]) {
    overflow: hidden;
}

.form-group-personal-data a,
.form-group-personal-data p {
    display: inline;
}

.form-group-personal-data a {
    font-weight: 600;
}

.slick-slide img {
    width: 100%;
    max-width: 480px;
}
.section-select ~ .svg-next-icon {
    display: none;
}
.modal-backdrop.show {
    /* opacity: 0.5; */
    filter: alpha(opacity=100) !important;
    /* -webkit-filter: alpha(opacity=50); */
    opacity: 1 !important;
    background-color: hsla(226, 45%, 31%, 0.9) !important;
    -webkit-filter: alpha(opacity=100) !important;
}

.splide:not(.is-overflow) .splide__pagination {
}

