@import "./pretty-print-json.min.css"; /***

====================================================================
	Reset
====================================================================

***/
html {
    scroll-behavior: smooth;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

button:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/***
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
}

.auto__container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

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

.wrapper {
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.025em;
    color: #282828;
}
h2 span {
    color: #7b7b7b;
}

h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.025em;
    color: #000000;
}

h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.025em;
    color: #3d3d3d;
}

h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.025em;
    color: #5b5656;
    font-family: "Poppins";
}

p.italic {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #494949;
    font-style: italic;
}
p.sm {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #494949;
}
p.xsm {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
p a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
p a:hover {
    color: #00b0ea;
}
p.light {
    font-weight: 300;
}

.button {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}
.button:hover {
    opacity: 0.8;
}
.button.sm {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
}
.button.big {
    padding: 12px 42px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 6px;
}
.button.bordered {
    background: #ffffff;
    border: 1px solid #00b0ea;
    color: #00b0ea;
    border-radius: 6px;
}
.button.light {
    color: #fff;
    background: #00b0ea;
}
.button.slogan {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #4e8abe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button.slogan img {
    width: 100%;
    max-width: 164px;
}
.button.wImg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button.wImg img {
    width: 100%;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

.lds-spinner div {
    -webkit-transform-origin: 25px 25px;
    transform-origin: 25px 25px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1.5px;
    left: 23px;
    width: 3px;
    height: 9px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__inner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
}
.header__inner-logo img {
    width: 100%;
}
.header .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .widgetAcc {
    margin-left: 20px;
}
.header .widgetHelp {
    margin-left: 20px;
}
.header .mobile {
    display: none;
}

.nav li a {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.025em;
    color: #3d3d3d;
    padding: 4px 0;
    display: block;
}
.nav li a.active {
    font-weight: 700;
}

.input {
    margin-bottom: 12px;
}
.input:last-child {
    margin-bottom: 0;
}
.input label {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #191b23;
    margin-bottom: 8px;
}
.input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #c4c7cf;
    border-radius: 6px;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    line-height: 24px;
    color: #3d3d3d;
}
.input input:focus {
    border: 1px solid #00b0ea;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
}
.input input:disabled {
    opacity: 0.3;
}
.input input:-moz-read-only {
    background: #c4c7cf;
}
.input input:read-only {
    background: #c4c7cf;
}
.input input::-webkit-input-placeholder {
    color: #a9abb6;
    opacity: 1;
}
.input input::-moz-placeholder {
    color: #a9abb6;
    opacity: 1;
}
.input input:-ms-input-placeholder {
    color: #a9abb6;
    opacity: 1;
}
.input input::-ms-input-placeholder {
    color: #a9abb6;
    opacity: 1;
}
.input input::placeholder {
    color: #a9abb6;
    opacity: 1;
}
.input--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}
.input--row label {
    width: 35%;
    font-weight: 700;
    color: #000;
}
.input--row input {
    width: 65%;
}
.inputVerify {
    position: relative;
    margin-bottom: 32px;
}
.inputVerify__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 24px;
    background: #ffffff;
    border: 1px solid #b5b3b3;
    border-radius: 10px;
}
.inputVerify__inner input {
    width: 46px;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.025em;
    color: #000;
    padding: 6px 0;
    border-bottom: 1px solid #000;
}
.inputVerify__inner input:focus {
    border-bottom: 1px solid #00b0ea;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
}
.inputVerify .errorText {
    position: absolute;
    top: 100%;
    left: 0;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.025em;
    color: #ff0000;
    display: none;
}
.inputVerify.error .inputVerify__inner {
    border: 1px solid #ff0000;
}
.inputVerify.error .inputVerify__inner input {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.inputVerify.error .errorText {
    display: block;
}

.forget {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #000000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.forget:hover {
    color: #00b0ea;
}

.or {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.025em;
    color: #3d3d3d;
}

.check {
    position: relative;
    margin-bottom: 10px;
}
.check:last-child {
    margin-bottom: 0;
}
.check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.check input:checked + label::before {
    background: #00b0ea;
    border: 1px solid #00b0ea;
}
.check input:checked + label::after {
    opacity: 1;
}
.check label {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191b23;
    padding-left: 30px;
}
.check label button {
    background: transparent;
    font-family: "Inter";
    font-weight: 600;
    color: #006fcd;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
}
.check label button span {
    color: #ad0c0c;
}
.check label::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #c4c7cf;
    border-radius: 4px;
}
.check label::after {
    top: 6px;
    left: 7px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
    opacity: 0;
}

.widgetAcc__btn {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
}
.widgetAcc__btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.widgetHelp__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    cursor: pointer;
    height: 20px;
}
.widgetHelp__btn img {
    width: 100%;
}
.widgetNot__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    cursor: pointer;
    height: 20px;
}
.widgetNot__btn img {
    width: 90%;
}

.ballotSlider {
    margin-bottom: 34px;
}
.ballotSlider:hover .swiper-button {
    opacity: 1;
}
.ballotSlider__footer {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ballotSlider .swiper-slide {
    height: auto;
}
.ballotSlider .swiper-wrapper {
    margin: 0 -10px;
    padding: 10px;
    position: relative;
}
.ballotSlider .swiper-button {
    width: 40px;
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(128, 128, 128, 0.5);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    z-index: 2;
}
.ballotSlider .swiper-button-prev {
    left: 0;
}
.ballotSlider .swiper-button-next {
    right: 0;
}
.ballotSlider .swiper-button img {
    width: 15px;
}
.ballotSlider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 40px;
    padding: 5px;
}
.ballotSlider .swiper-pagination span {
    background: #d9d9d9;
    border: 4px solid #d9d9d9;
    width: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 16px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    display: block;
    margin: 0 4px;
}
.ballotSlider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #949494;
}
.ballotItem {
    padding: 60px 24px 64px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    position: relative;
    border-radius: 15px;
}
.ballotItem__logo {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 26px auto;
}
.ballotItem__logo img {
    width: 100%;
}
.ballotItem h4 {
    margin-bottom: 8px;
}
.ballotItem p {
    max-width: 420px;
    margin: 0 auto 26px auto;
}
.ballotItem__dates {
    margin-bottom: 16px;
}
.ballotItem__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Poppins";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.025em;
    color: #5b5656;
    text-align: center;
}
.ballotItem__date span {
    width: 40px;
    margin-right: 18px;
    font-weight: 700;
    text-align: right;
}
.ballotItem .button {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 20000;
    display: none;
    -webkit-animation: 0.2s linear modal;
    animation: 0.2s linear modal;
}
.modal::-webkit-scrollbar {
    display: none;
}
.modal {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.modal.active {
    display: block;
}
.modal__inner {
    max-width: 1040px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 55px 55px 55px;
    position: relative;
    font-family: "Lato";
}
.modal__inner h3,
.modal__inner h4,
.modal__inner p {
    margin-bottom: 24px;
}
.modal__inner-close {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
}
.modal__inner-close img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.modal .text {
    text-align: center;
    color: #756969;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    font-weight: 400;
    font-family: "Poppins";
}
.modal .text span {
    display: block;
}
.modal .text__done {
    display: none;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal .loader {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    position: relative;
}
.modal .loader::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(../images/icons/check.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation: 0.4s ease-out check;
    animation: 0.4s ease-out check;
    display: none;
}
.modal.modal--loader .modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    padding: 80px 25px;
}
.modal.done .text__inner {
    display: none;
}
.modal.done .text__done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal.done .loader .lds-spinner {
    display: none;
}
.modal.done .loader::before {
    display: block;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.modalTr__inner {
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 740px;
}
.modalTr__inner.big {
    max-width: 1180px;
}
.modalTr__inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 11px 13px;
}
.modalTr__inner-close {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.modalTr__inner-close img {
    width: 100%;
    max-width: 12px;
    pointer-events: none;
}
.modalTr__inner-content h3 {
    margin-bottom: 6px;
}
.modalTr__inner-content p {
    word-break: break-word;
    margin-bottom: 32px;
}
.modalTr__inner-content p:last-child {
    margin-bottom: 0;
}
.modalTr__inner .json-container {
    background: #000;
    border-radius: 10px;
    border: 1px solid #00ff19;
    padding: 12px 30px;
    margin-bottom: 42px;
}
.modalTr__inner .json-mark {
    color: #fff;
}
.modalTr__inner .json-key {
    color: #fff;
}
.modalTr__inner .json-number {
    color: #ff0000;
}
.modalTr__inner ul {
    padding-left: 20px;
}
.modalTr__inner ul li {
    list-style: disc;
    font-family: "Lato";
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #353a36;
}
.modal__desKey {
    font-family: "Lato";
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    color: #353a36;
    margin-bottom: 42px;
}
.modal.messageM .modalTr__inner {
    padding: 0 30px 50px 30px;
}
.modal.messageM .modalTr__inner-header {
    padding: 17px 0;
}

@-webkit-keyframes modal {
    0% {
        opacity: 0;
        top: 20px;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modal {
    0% {
        opacity: 0;
        top: 20px;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes check {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes check {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
.session {
    overflow: hidden;
    padding-top: 72.75px;
}
.session__inner {
    padding: 40px 0;
}
.session h2 {
    margin-bottom: 24px;
}
.session__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.sessionItem {
    padding: 16px 50px 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 8px;
    width: calc(50% - 16px);
}
.sessionItem::before {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
    width: 10px;
    height: 20px;
    background: url(../images/icons/chevronRight.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sessionItem__icon {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 14px;
}
.sessionItem__icon img {
    width: 100%;
}
.sessionItem__content {
    width: calc(100% - 56px);
}
.sessionItem__content-dates {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.025em;
    color: #a8a8a8;
}
.sessionItem__content-dates span {
    color: #4e9d32;
    display: block;
}
.sessionItem__content-dates span.done {
    color: #af4c4c;
}

.layout {
    padding-top: 100px;
}
.layout__inner {
    min-height: calc(100vh - 120px);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 27px;
    max-width: 740px;
    margin: 0 auto;
}
.layoutBox {
    max-width: 400px;
    margin: 0 auto;
}
.layoutBox h4 {
    margin-bottom: 30px;
}
.layoutBox p {
    margin-bottom: 30px;
}
.layoutBox__footer {
    padding: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.layoutBox__footer .button {
    width: calc(50% - 8px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thanks {
    max-width: 400px;
    font-family: "Lato";
    margin: 0 auto;
}
.thanks h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.thanks h5 {
    color: #000;
    font-weight: 700;
}
.thanks p {
    margin-bottom: 24px;
    font-family: "Lato";
    color: #494949;
}
.thanks p.sm {
    word-break: break-all;
    color: #000;
}
.thanks .button.bordered {
    color: #118716;
    border: 1px solid #118716;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    display: block;
    text-align: center;
    max-width: 140px;
    cursor: pointer;
    margin: 0 auto;
}
.thanks__view {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #118716;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    display: block;
    letter-spacing: -0.025em;
    color: #118716;
    margin-bottom: 24px;
    padding: 12px;
}
.thanks__footer {
    padding: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thanks__footer p {
    margin-bottom: 6px;
}
.thanks__footer .button {
    width: 85%;
    text-align: center;
}

.track {
    padding: 60px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 764px;
    margin: 0 auto;
}
.track__inner {
    max-width: 412px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato";
    margin: 0 auto;
}
.track h2 {
    margin-bottom: 10px;
}
.track p {
    margin-bottom: 21px;
}
.track p.italic {
    margin-bottom: 10px;
    font-weight: 700;
}
.track .input {
    margin: 0 auto 40px auto;
    max-width: 317px;
}
.track .button {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #00b0ea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.025em;
    color: #00b0ea;
}

.survey__header {
    max-width: 412px;
    margin: 0 auto 10px auto;
}
.survey__body {
    max-width: 450px;
    margin: 0 auto;
}
.surveyItem {
    position: relative;
    padding-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 80px;
}
.surveyItem::before {
    position: absolute;
    top: 0;
    left: 113px;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #a9a9a9;
    content: "";
    width: 6px;
    height: 56px;
}
.surveyItem__icon {
    margin: 10px 0;
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    background: #c5c5c5;
    color: #000;
    margin-right: 22px;
}
.surveyItem__icon svg {
    width: 30px;
    color: #fff;
    height: 30px;
}
.surveyItem__dot {
    margin: 10px 0;
    width: 66px;
    height: 28px;
    margin-right: 22px;
    position: relative;
}
.surveyItem__dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "";
    width: 22px;
    background: #c5c5c5;
    border-radius: 50%;
    height: 22px;
}
.surveyItem__content {
    width: calc(100% - 88px);
}
.surveyItem__date {
    position: absolute;
    left: 0;
    width: 60px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #3a3a3a;
    display: none;
}
.surveyItem__date strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}
.surveyItem__date.gray {
    color: rgba(118, 116, 116, 0.7);
}
.surveyItem__date.gray strong {
    color: #767474;
}
.surveyItem__title {
    font-family: "Lato";
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    color: #c5c5c5;
    cursor: pointer;
}
.surveyItem__text {
    font-family: "Lato";
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    cursor: pointer;
    color: #c5c5c5;
}
.surveyItem.active {
    pointer-events: unset;
}
.surveyItem.active::before {
    background: #000;
}
.surveyItem.active .surveyItem__date {
    display: block;
}
.surveyItem.active .surveyItem__text {
    color: #215aec;
}
.surveyItem.green.active .surveyItem__icon {
    background: #3b773d;
}
.surveyItem.green.active .surveyItem__title {
    color: #3b773d;
}
.surveyItem.black.active .surveyItem__dot::before {
    background: #000;
}
.surveyItem.black.active .surveyItem__text {
    color: #767474 !important;
}
.surveyItem.purple.active .surveyItem__icon {
    background: #6150cb;
}
.surveyItem.purple.active .surveyItem__title {
    color: #6150cb;
}
.surveyItem.orange.active .surveyItem__icon {
    background: #fc6511;
}
.surveyItem.orange.active .surveyItem__title {
    color: #fc6511;
}
.surveyItem.greenL .surveyItem__text.done {
    display: none;
}
.surveyItem.greenL.active .surveyItem__icon {
    background: #53bd4a;
}
.surveyItem.greenL.active .surveyItem__title {
    color: #53bd4a;
}
.surveyItem.greenL.active .surveyItem__text {
    display: none;
}
.surveyItem.greenL.active .surveyItem__text.done {
    display: block;
}

.table {
    overflow-x: auto;
    font-family: "Lato";
}
.table::-webkit-scrollbar {
    display: none;
}
.table {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.table__outer {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    margin-bottom: 10px;
}
.table__header {
    padding: 10px 16px;
    border-bottom: 2px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table__header-div {
    margin: 0 5px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 19px;
    letter-spacing: -0.025em;
}
.table__header-back {
    font-family: "Lato";
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.025em;
    color: #36b4e6;
    cursor: pointer;
}
.table__header-back span {
    color: #8d8d8d;
    display: inline-block;
    margin-right: 5px;
}
.table__body {
    padding: 16px;
}
.table__body-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table__body-footer p.xsm {
    margin: 0;
    color: #959595;
}
.table__body h2 {
    margin-bottom: 4px;
}
.table__body p {
    margin-bottom: 16px;
}
.table__body p:last-child {
    margin-bottom: 0;
}
.table__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table__page-num {
    width: 13px;
    height: 13px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #7a7373;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Lato";
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 3px;
}
.table__page-num.active {
    background: #f1efef;
}
.table__page-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Lato";
    background: transparent;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #d0d0d0;
    width: 13px;
    height: 13px;
    margin: 0 3px;
}
.table__page-icon:hover {
    color: #00b0ea;
}
.table table {
    width: 100%;
    border-collapse: collapse;
}
.table table tr {
    margin-bottom: 16px;
}
.table table th {
    background: #36b4e6;
    white-space: nowrap;
}
.table table td,
.table table th {
    padding: 14px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.table table td.table__conts,
.table table th.table__conts {
    width: 200px;
    width: 200px;
    display: flex;
    gap: 12px;
    justify-content: center;
}
.table table td:first-child,
.table table th:first-child {
    text-align: left;
    min-width: 320px;
}
.table table th {
    font-family: "Lato";
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
}
.table table td {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #616161;
}
.table table span.winner {
    color: #4b9760;
    font-weight: 600;
}
.table__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    width: 50px;
    margin-left: auto;
    line-height: 16px;
    color: #353a36;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.table__btn.center {
    margin: 0 auto;
}
.table__btn:hover {
    color: #00b0ea;
}
.table__btn svg {
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 5px;
}
.table__name.winner {
    font-family: "Lato";
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #36b4e6;
}
.table__key {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #616161;
}

.auth {
    padding: 16px 0;
}
.authForm {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 694px;
    margin: 0 auto;
}
.authForm__box {
    max-width: 340px;
    margin: 0 auto;
}
.authForm__logo {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 26px auto;
}
.authForm__logo img {
    width: 100%;
}
.authForm__illus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    margin: 0 auto 24px auto;
}
.authForm__illus img {
    width: 100%;
}
.authForm .inputs {
    margin-bottom: 22px;
}
.authForm legend {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.025em;
    color: #3d3d3d;
    margin-bottom: 23px;
    text-transform: uppercase;
    display: block;
}
.authForm .button {
    width: 90%;
    margin: 0 auto 9px auto;
}
.authForm .button.light {
    display: block;
}
.authForm .forget {
    margin-bottom: 15px;
    text-align: center;
}
.authForm h5 {
    text-align: center;
    font-weight: 700;
}
.authForm p {
    font-family: "Inter";
    text-align: center;
}
.authForm p.sm {
    margin-bottom: 8px;
}
.authForm .or {
    margin: 23px 0;
}
.authForm .wImg {
    margin-bottom: 12px;
}
.authForm .wImg:last-child {
    margin-bottom: 0;
}
.authForm .mb {
    margin-bottom: 16px;
}

.account {
    padding-top: 90px;
}
.account__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    border-radius: 16px;
}
.accountSide {
    margin-right: 10px;
    position: sticky;
    top: 90px;
    left: 0;
    height: calc(100vh - 110px);
    border-right: 1px solid #e2e2e2;
    width: 320px;
}
.accountSide__inner {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px;
}
.accountSide__info {
    margin-bottom: 32px;
}
.accountSide__info-avatar {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}
.accountSide__info-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.accountSide__info h5 {
    text-align: center;
    color: #00b0ea;
}
.accountSide.mobile {
    display: none;
}
.accountMain {
    padding: 28px;
    width: calc(100% - 340px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.accountMain .authForm {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    border: none;
    padding: 0;
    max-width: 340px;
    margin: 0;
}
.accountBtn {
    display: none;
}

@media (max-width: 1024px) {
    .auto__container {
        padding: 0 16px;
    }
    .ballotSlider {
        overflow: visible !important;
    }
    .ballotSlider .swiper-button {
        display: none !important;
    }
    .accountSide {
        width: 240px;
        margin-right: 10px;
    }
    .accountSide__inner {
        padding: 16px;
    }
    .accountMain {
        width: calc(100% - 250px);
        padding: 16px;
    }
}
@media (max-width: 840px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
    }
    body {
        font-size: 14px;
        line-height: 20px;
    }
    .session__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
    .sessionItem {
        width: 100%;
        margin: 0 0 16px 0;
    }
}
@media (max-width: 700px) {
    .modal {
        padding: 16px;
    }
    .modal__inner {
        padding: 80px 24px 24px 24px;
        border-radius: 10px;
    }
    .modal__inner-close {
        right: 16px;
    }
    .modal__inner h4 {
        margin-bottom: 8px;
    }
    .modal.modal--loader .modal__inner {
        width: calc(100% - 32px);
    }
    .header .pc {
        display: none;
    }
    .header .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .table table td:first-child,
    .table table th:first-child {
        min-width: 200px;
    }
    .table table td:last-child,
    .table table th:last-child {
        width: 50px;
    }
    .accountSide {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
    }
    .accountSide.active {
        transform: translate(0, 0);
        -moz-ransform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .accountSide__inner {
        width: 100%;
        max-width: 240px;
        background: #fff;
    }
    .accountSide.mobile {
        display: block;
    }
    .accountSide__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 16px;
        right: 16px;
        width: 32px;
    }
    .accountSide__close img {
        width: 100%;
        pointer-events: none;
    }
    .accountMain {
        width: 100%;
        min-height: calc(100vh - 110px);
        padding-top: 60px;
        position: relative;
    }
    .accountMain .authForm {
        max-width: unset;
    }
    .accountBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        border-radius: 50%;
        height: 30px;
        border: 1px solid #a9abb6;
        position: absolute;
        top: 16px;
        right: 16px;
    }
    .accountBtn img {
        width: 60%;
    }
}
@media (max-width: 540px) {
    .auto__container {
        padding: 0 15px;
    }
    .check label {
        font-size: 14px;
        line-height: 20px;
    }
    .check label button {
        font-size: 14px;
        line-height: 20px;
    }
    .check label::before {
        top: 2px;
    }
    .check label::after {
        top: 6px;
    }
    .button.sm {
        font-size: 14px;
        line-height: 20px;
    }
    .button.big {
        padding: 10px 24px;
        font-size: 18px;
        line-height: 1;
    }
    .ballotSlider__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .modal.messageM {
        background: #f8fbfb;
        padding: 0;
        height: 100%;
    }
    .modal.messageM .modalTr__inner {
        padding: 0 18px;
    }
    .modal.frameTr {
        background: #f8fbfb;
        padding: 0;
        height: 100%;
    }
    .modal.frameTr .modalTr__inner {
        padding: 0;
    }
    .modalTr__inner {
        border-radius: 0;
        height: 100%;
    }
    .modalTr__inner .json-container {
        margin-bottom: 20px;
    }
    .modalTr__inner-content p {
        margin-bottom: 20px;
    }
    .modalTr__inner-content p:last-child {
        margin-bottom: 0;
    }
    .modal__key {
        padding: 11px;
        background: #ffffff;
        border: 1px solid #cbcbcb;
        -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        font-size: 12px;
        line-height: 150%;
    }
    .layout {
        padding-top: 72.75px;
    }
    .layout__inner {
        padding: 26px 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: none;
        padding: 26px 0;
        min-height: unset;
        padding: 0;
    }
    .layoutBox {
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 26px 0;
        min-height: calc(100vh - 200px);
    }
    .layoutBox h4 {
        margin-bottom: 15px;
    }
    .layoutBox p {
        margin-bottom: 15px;
    }
    .layoutBox__footer {
        padding: 20px 0 0 0;
    }
    .thanks {
        padding: 26px 0;
        min-height: calc(100vh - 200px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .track {
        background: unset;
        border: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 27px;
        max-width: 740px;
        margin: 0 auto;
    }
    .survey {
        padding: 34px 0;
    }
    .surveyItem {
        padding-top: 50px;
        padding-left: 70px;
    }
    .surveyItem::before {
        height: 50px;
        left: 94px;
        width: 4px;
    }
    .surveyItem__content {
        width: calc(100% - 60px);
    }
    .surveyItem__title {
        font-size: 16px;
        line-height: 20px;
    }
    .surveyItem__text {
        font-size: 14px;
        line-height: 20px;
    }
    .surveyItem__date {
        font-size: 14px;
        line-height: 20px;
    }
    .surveyItem__date strong {
        font-size: 16px;
        line-height: 20px;
    }
    .surveyItem__icon {
        width: 48px;
        height: 48px;
        margin: 8px 12px 8px 0;
    }
    .surveyItem__icon svg {
        width: 20px;
    }
    .surveyItem__dot {
        margin: 8px 12px 8px 0;
        width: 48px;
    }
    .table {
        background: #ffffff;
        border: 1px solid rgba(138, 136, 136, 0.2);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        border-radius: 10px 10px 0 0;
    }
    .table__body {
        padding: 16px 0;
    }
    .table__body-footer {
        background: #ffffff;
        border: 1px solid #e2e1e1;
        border-radius: 0 0 10px 10px;
        padding: 15px;
    }
    .table__header {
        padding: 16px 0;
    }
    .table__header-back {
        font-weight: 400;
    }
    .table__outer {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: unset;
        background: unset;
        border: unset;
    }
    .tableAll {
        width: 100%;
    }
    .account {
        padding-top: 72.75px;
    }
    .account__inner {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    .accountMain {
        min-height: unset;
        padding: 60px 0 0 0;
    }
    .accountBtn {
        right: 0;
    }
}
@media (max-width: 385px) {
    .table__body-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .table__body-footer p.xsm {
        margin-bottom: 10px;
    }
}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}


.previewBallot {
    z-index: 7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    overflow-y: auto;
}
.previewBallot.active {
    display: block;
}
.previewBallot.active .previewBallot__inner {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.previewBallot__inner {
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    margin: 20px auto;
    max-width: 1024px;
    border: 1px solid #d0d0d0;
}
.previewBallot__inner-header {
    padding: 24px 24px 20px;
    border-bottom: 1px solid #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.previewBallot__inner-header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.previewBallot__inner-header span img {
    width: 100%;
    color: #b50909;
    filter: brightness(0.5);
}
.previewBallot__inner-header span:hover {
    opacity: 0.8;
}
.previewBallot__inner-frame {
    height: calc(100vh - 150px);
    max-height: 650px;
    position: relative;
}
.previewBallot__inner-frame iframe {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.previewBallot__inner-footer {
    padding: 5px 24px 15px;
    border-top: 1px solid #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.language-picker__list{
    padding: 0 !important;
}

.table p b {
    font-family: Poppins;
}

.results_table table td h5{
    padding-left: 0;
}

/*!* Universal View Filter Selectize *!*/
/*.list__filters-selectize {*/
/*    margin-bottom: 0;*/
/*    flex-shrink: 0; !* Prevent shrinking *!*/
/*}*/

/*.list__filters-selectize .selectize-control {*/
/*    min-width: 200px;*/
/*}*/

/*.list__filters-selectize .selectize-input {*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 4px;*/
/*    padding: 4px 12px;*/
/*    font-size: 14px;*/
/*    line-height: 1.4;*/
/*    background-color: #fff;*/
/*    min-height: 34px;*/
/*    height: 34px; !* Slightly smaller than buttons for better alignment *!*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.list__filters-selectize .selectize-input.focus {*/
/*    border-color: #007bff;*/
/*    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/*}*/

/*.list__filters-selectize .selectize-input.has-items {*/
/*    padding-left: 8px;*/
/*    padding-right: 8px;*/
/*}*/

/*.list__filters-selectize .selectize-input .item {*/
/*    background: #007bff;*/
/*    color: white;*/
/*    border: none;*/
/*    border-radius: 3px;*/
/*    padding: 2px 8px;*/
/*    margin: 2px 3px 2px 0;*/
/*    font-size: 12px;*/
/*    line-height: 1.4;*/
/*}*/

/*.list__filters-selectize .selectize-input .item .remove {*/
/*    color: rgba(255, 255, 255, 0.8);*/
/*    margin-left: 5px;*/
/*    font-weight: bold;*/
/*}*/

/*.list__filters-selectize .selectize-input .item .remove:hover {*/
/*    color: white;*/
/*}*/

/*.list__filters-selectize .selectize-dropdown {*/
/*    border: 1px solid #ced4da;*/
/*    border-top: none;*/
/*    border-radius: 0 0 4px 4px;*/
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*    z-index: 1000;*/
/*}*/

/*.list__filters-selectize .selectize-dropdown .option {*/
/*    padding: 8px 12px;*/
/*    font-size: 14px;*/
/*}*/

/*.list__filters-selectize .selectize-dropdown .option:hover {*/
/*    background-color: #f8f9fa;*/
/*}*/

/*.list__filters-selectize .selectize-dropdown .option.active {*/
/*    background-color: #007bff;*/
/*    color: white;*/
/*}*/

/*!* Ensure filter container doesn't affect table layout *!*/
/*.list__tools-buttons {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*}*/

/*!* Ensure H1 and H5 styles are preserved *!*/
/*h1, .h1 {*/
/*    font-family: inherit !important;*/
/*    font-weight: normal !important;*/
/*    margin: 0px !important;*/
/*    background: none !important;*/
/*}*/

/*h5, .h5 {*/
/*    font-family: inherit !important;*/
/*    font-weight: normal !important;*/
/*    margin: 0px !important;*/
/*    background: none !important;*/
/*}*/

/*!* Override body styling to ensure Poppins font is used *!*/
/*body {*/
/*    font-family: "Poppins" !important;*/
/*    font-weight: 400 !important;*/
/*    font-size: 16px !important;*/
/*    line-height: 26px !important;*/
/*    color: #3d3d3d !important;*/
/*    background: #fff !important;*/
/*    -webkit-font-smoothing: antialiased !important;*/
/*    -moz-font-smoothing: antialiased !important;*/
/*}*/

/*!* Override h3 styling with the correct design *!*/
/*h3 {*/
/*    font-size: 16px !important;*/
/*    line-height: 18px !important;*/
/*    font-weight: 500 !important;*/
/*    font-family: "Poppins", sans-serif !important;*/
/*    color: #000 !important;*/
/*    display: block !important;*/
/*    letter-spacing: normal !important;*/
/*}*/

/* Table th h5 specific styling */
/*table th h5 {*/
/*    font-size: 12px;*/
/*    line-height: 30px;*/
/*    color: #5D5D5D;*/
/*    padding-left: 10px;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/* Fix modal z-index issues */
/*.modal {*/
/*    z-index: 1060 !important;*/
/*}*/

/*.modal__inner {*/
/*    position: relative;*/
/*    z-index: 1061;*/
/*}*/

/*!* Ensure modal buttons are clickable *!*/
/*.modal button,*/
/*.modal .btn,*/
/*.modal input,*/
/*.modal select,*/
/*.modal textarea {*/
/*    position: relative;*/
/*    z-index: 1062;*/
/*}*/

/* ===================================================================
   Disabled Field Styles - Visual Disabled State Without HTML disabled
   =================================================================== */

/* Disabled field container */
.field-disabled {
    position: relative;
}

/* Disabled checkbox/input styling */
.disabled-field {
    cursor: not-allowed !important;
    opacity: 0.6;
}



/* Visual indicator for system-controlled fields */
.field-disabled::after {
    content: "🔒";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    opacity: 0.7;
}

/* Disabled radiobutton styling */
.field-disabled .form-check-input {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.field-disabled .form-check-label {
    color: #6c757d !important;
    cursor: not-allowed !important;
}

/* Disabled text input styling */
.field-disabled .form-control {
    background-color: #f8f9fa !important;
    border-color: #dee2e6 !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}

/* Hover states for disabled fields */
.field-disabled:hover {
    opacity: 0.6;
}

.field-disabled .check__box:hover {
    background-color: #f8f9fa !important;
    border-color: #dee2e6 !important;
}
