nav.scrolled {
    background-color: black;
}

.login {
    position: fixed;
    width: 100%;
    height: 100vh;
    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;
    top: 0;
    z-index: 1001;
}

.login.active .login-content {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login.active .bg {
    opacity: 1;
}

.login .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.884);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.login .close {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #a79673;
    z-index: 10;
    background-color: rgba(41, 36, 28, 0.5);
    border: 1px solid rgba(92, 76, 55, 0.3);
    border-radius: 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;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.login .close:hover {
    background-color: rgba(92, 76, 55, 0.6);
}

.login .login-content {
    position: relative;
    z-index: 10;
    background-color: rgba(41, 36, 28, 0.5);
    border: 1px solid rgba(92, 76, 55, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 20px 40px 40px 40px;
    width: 400px;
    text-align: center;
    border-radius: 10px;
    margin-top: 70px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
}

.login .login-content h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

form .osiris-input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 25px 12px 25px;
    background-color: black;
    border: 1px solid rgba(88, 74, 54, 0.5);
    color: white;
    font-family: 'Source Sans Pro';
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

form .osiris-input:focus {
    border: 1px solid #917855;
    -webkit-box-shadow: 0px 0px 10px #292218;
    box-shadow: 0px 0px 10px #292218;
}

form .osiris-input[aria-invalid=true] {
    border: 1px solid red;
    -webkit-box-shadow: 0px 0px 10px #292218;
    box-shadow: 0px 0px 10px #292218;
}

form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 30px;
}

form div label {
    color: #8b7e73;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}

form div label a {
    color: white;
}

form div label a:hover {
    color: #a8895e;
}

form .osiris-checkbox {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    border-radius: 100%;
    background: rgba(24, 24, 24, 0.548);
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 4px solid rgba(68, 54, 40, 0.966);
    -webkit-transition: .5s;
    transition: .5s;
}

form .osiris-checkbox:checked {
    -webkit-box-shadow: inset 0 0 0 16px #f0a543;
    box-shadow: inset 0 0 0 16px #f0a543;
}

form .bold-and-large {
    font-weight: bold;
    font-size: 16px;
}

form button {
    width: 100%;
}

@-webkit-keyframes recommended {
    0% {
        -webkit-box-shadow: 0px 0px 0px #aa8033;
        box-shadow: 0px 0px 0px #aa8033;
    }
    50% {
        -webkit-box-shadow: 0px 0px 20px #aa8033;
        box-shadow: 0px 0px 20px #aa8033;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px #aa8033;
        box-shadow: 0px 0px 0px #aa8033;
    }
}

@keyframes recommended {
    0% {
        -webkit-box-shadow: 0px 0px 0px #aa8033;
        box-shadow: 0px 0px 0px #aa8033;
    }
    50% {
        -webkit-box-shadow: 0px 0px 20px #aa8033;
        box-shadow: 0px 0px 20px #aa8033;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px #aa8033;
        box-shadow: 0px 0px 0px #aa8033;
    }
}

.page {
    background: url(../images/bg/vote_bg.jpg) top/cover fixed no-repeat;
    position: relative;
}

.page--content {
    background-color: rgba(22, 20, 16, 0.795);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px;
    border-radius: 3px;
    border: 1px solid rgba(78, 64, 45, 0.315);
    width: 100%;
}

.page .shadow {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), to(black));
    background: linear-gradient(rgba(0, 0, 0, 0.02), black);
}

.page .container {
    text-align: center;
    padding: 180px 0px 100px 0px;
}

.page h1 {
    margin-bottom: 60px;
}

.page .sign-up {
    width: 500px;
    background-color: rgba(41, 36, 28, 0.5);
    border: 1px solid rgba(92, 76, 55, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 50px;
    text-align: center;
    border-radius: 10px;
}

#button {
    width: 100%;
    height: 55px;
    background: linear-gradient(20deg, rgba(95, 69, 35, 0.87), rgba(153, 115, 69, 0.87));
    text-shadow: 0px 5px 7px rgba(3, 3, 3, 0.3);
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 'Source Sans Pro';
    font-weight: 700;
    letter-spacing: 0;
    padding: 0px 30px 0px 30px;
    text-transform: uppercase;
    border: 1px solid #584a36;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    text-shadow: 0px 0px 30px #faca8b;
    cursor: pointer;
}

#button span {
    position: relative;
    z-index: 10;
}

#button:hover {
    border: 1px solid #a8895e;
}

#button span {
    position: relative;
    z-index: 2;
}

#button::after {
    content: '';
    top: 0;
    height: 100%;
    background: url(https://wallpaperaccess.com/full/1187355.jpg) top/cover no-repeat;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.4;
    z-index: 1;
}

#button::before {
    content: '';
    top: 0;
    height: 40%;
    background-color: #c5ac7e;
    width: 80%;
    left: 25px;
    position: absolute;
    opacity: 0.4;
    z-index: 1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

#button img {
    width: 30px;
    opacity: 0.9;
    -webkit-filter: contrast(150%);
    filter: contrast(150%);
}

.logged--username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.logged--username:hover i {
    color: white;
}

.logged--username span {
    color: white;
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
}

.logged--username i {
    color: #917855;
}

.logged--menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.logged--menu.active {
    opacity: 1;
    pointer-events: all;
}

.logged--menu.active .logged--menu--content {
    right: 0px;
}

.logged--menu--content {
    position: fixed;
    right: -280px;
    width: 280px;
    height: 100vh;
    background-color: rgba(29, 24, 17, 0.712);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 1001;
    border-left: 1px solid rgba(78, 62, 43, 0.4);
    text-align: center;
}

.logged--menu--content .close--menu {
    position: absolute;
    top: 15px;
    left: -55px;
    color: #917855;
    background-color: rgba(141, 94, 40, 0.137);
    width: 40px;
    height: 40px;
    border-radius: 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;
    border: 1px solid rgba(145, 120, 85, 0.25);
    cursor: pointer;
}

.logged--menu--content .close--menu:hover {
    background-color: rgba(145, 120, 85, 0.25);
}

.logged--menu--content .username {
    padding: 50px 50px 30px 50px;
}

.logged--menu--content .username span {
    color: #917855;
}

.logged--menu--content .username p {
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
}

.logged--menu--content ul {
    width: 100%;
}

.logged--menu--content ul li {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.logged--menu--content ul li:hover a {
    border: 1px solid rgba(145, 120, 85, 0.9);
}

.logged--menu--content ul li:hover a i {
    color: white;
}

.logged--menu--content ul li a {
    padding: 15px;
    text-align: center;
    background-color: rgba(102, 80, 53, 0.507);
    border-radius: 3px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(145, 120, 85, 0.26);
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logged--menu--content ul li a i {
    margin-right: 9px;
    color: #a37947;
}

.logged--menu--content .logout {
    width: 80%;
    padding: 15px;
}

.logged--menu .bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
}

.logout {
    width: 100%;
    background-color: #7c1414;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid red;
    left: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-weight: 600;
}

.logout:hover {
    background-color: #ad1616;
}

.logout:hover i {
    color: white;
}

.logout i {
    margin-right: 10px;
    color: red;
}

.cp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.cp--menu {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.cp--menu--list {
    width: 100%;
    background-color: rgba(49, 43, 32, 0.842);
    border: 1px solid #4e402d;
    border-radius: 3px;
    position: relative;
    margin-bottom: 25px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.cp--menu--list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.cp--menu--list li {
    position: relative;
}

.cp--menu--list li:hover span {
    color: white;
}

.cp--menu--list li.active {
    background-color: #4e402d;
}

.cp--menu--list li.active::before {
    right: -6px;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
}

.cp--menu--list li.active span {
    color: white;
}

.cp--menu--list li::before {
    content: '';
    position: absolute;
    top: 40%;
    background-color: #4e402d;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0s;
    transition: 0s;
}

.cp--menu--list li span {
    color: rgba(255, 255, 255, 0.418);
    font-size: 16px;
    letter-spacing: 1px;
    padding: 25px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-weight: 600;
    text-transform: uppercase;
}

.cp--menu--list li span i {
    color: #917855;
    margin-right: 15px;
    width: 25px;
    text-align: center;
}

.cp--content {
    width: 72%;
    background-color: rgba(22, 20, 16, 0.795);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 80px;
    border-radius: 3px;
    border: 1px solid rgba(78, 64, 45, 0.315);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cp--content .message {
    width: 100%;
    padding: 20px;
    color: #8b7e73;
    background-color: rgba(41, 34, 24, 0.308);
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #292218;
}

.cp--content .message i {
    margin-right: 10px;
    color: #c5ac7e;
}

.osiris-message {
    width: 100%;
    padding: 20px;
    color: #8b7e73;
    background-color: rgba(41, 34, 24, 0.308);
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #292218;
}

.osiris-message i {
    margin-right: 10px;
    color: #c5ac7e;
}

.cp--content form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}

.cp--content form input {
    margin-bottom: 20px;
    background-color: #0e0b08;
    border: 2px solid #413526;
    padding: 15px;
    color: white;
    font-family: 'Source Sans Pro';
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: medium;
}

.cp--content form select {
    margin-bottom: 20px;
    background-color: #0e0b08;
    border: 2px solid #413526;
    padding: 15px;
    color: white;
    font-family: 'Source Sans Pro';
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: medium;
}

.cp--content form select:focus {
    border: 2px solid #a37947;
}

.cp--content form input:focus {
    border: 2px solid #a37947;
}

.cp--content form button {
    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;
    height: 60px;
    font-size: 16px;
    margin-top: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}

.cp--content form button:hover {
    font-size: 18px;
}

.cp--content form span {
    margin-bottom: 10px;
    color: #917855;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.cp--content table {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(41, 34, 24, 0.575);
    border: 1px solid rgba(78, 64, 45, 0.37);
    overflow: hidden;
}

.cp--content table tr th {
    padding: 20px;
    background-color: rgba(88, 74, 54, 0.199);
    color: #917855;
}

.cp--content table tr .completed {
    color: greenyellow;
}

.cp--content table tr td {
    padding: 20px;
    color: #8b7e73;
    background-color: rgba(53, 45, 34, 0.199);
}

.cp--content div:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(78, 64, 45, 0.26);
}

.cp--content div {
    width: 100%;
    text-align: left;
}

.cp--content div h1 {
    margin: 0;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.cp--content div h1 i {
    font-size: 25px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cp--content div ul {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(41, 34, 24, 0.575);
    border: 1px solid rgba(78, 64, 45, 0.37);
}

.cp--content div ul li:not(:last-child) {
    border-bottom: 1px solid rgba(78, 64, 45, 0.205);
}

.cp--content div ul li {
    padding: 20px 30px 20px 30px;
    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;
}

.cp--content div ul li span:nth-child(2) {
    color: #c4b29a;
}

.cp--content div ul li a {
    color: #f0a543;
}

.cp--content div ul li a:hover {
    color: white;
}

.cp--content div ul li span:nth-child(1) {
    color: #a8895e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cp--content div ul li span:nth-child(1) i {
    width: 20px;
    margin-right: 10px;
}

.main {
    background: linear-gradient(20deg, rgba(95, 69, 35, 0.87), rgba(153, 115, 69, 0.87));
    text-shadow: 0px 5px 7px rgba(3, 3, 3, 0.3);
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    border: 1px solid #584a36;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    text-shadow: 0px 0px 30px #faca8b;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 2px;
}

.main:hover {
    border: 1px solid #a8895e;
    letter-spacing: 3px;
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

.main i {
    margin: 10px;
    font-size: 15px;
}

.main img {
    width: 30px;
    opacity: 0.9;
    -webkit-filter: contrast(150%);
    filter: contrast(150%);
}

.donation--packages {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(70, 58, 41, 0.3);
}

.donation--packages .donation--message {
    width: 100%;
    padding: 20px;
    background-color: #292218;
    border-radius: 4px;
    border: 1px solid #664d1e;
    color: #d1ae7c;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.donation--packages h1 {
    text-align: left;
    margin: 0 !important;
    margin-bottom: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 40px;
}

.donation--packages h1 i {
    font-size: 30px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.donation--packages--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.donation--packages--list > li {
    width: 23%;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d3325), to(#2c251c));
    background: linear-gradient(#3d3325, #2c251c);
    border-radius: 5px;
    border: 1px solid rgba(145, 120, 85, 0.637);
    position: relative;
}

.donation--packages--list li .package--image {
    height: 180px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.donation--packages--list li .package--image img {
    width: 230px;
}

.donation--packages--list li .package--tags {
    position: absolute;
    top: 20px;
    left: 15px;
}

.donation--packages--list li .package--tags .discount {
    background-color: #af1616;
    font-weight: 600;
    color: white;
    border-radius: 20px;
    padding: 4px 12px 4px 12px;
    font-size: 16px;
    border: 1px solid #d61818;
}

.donation--packages--list li .package--tags .recommend {
    background-color: #664d1e;
    font-weight: 600;
    color: white;
    border-radius: 20px;
    padding: 4px 12px 4px 12px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #97722d;
    -webkit-animation: recommended 2s infinite linear;
    animation: recommended 2s infinite linear;
}

.donation--packages--list li .package--buy .package--price {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    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;
}

.donation--packages--list li .package--buy .package--price span {
    background-color: #a37947;
    color: black;
    font-weight: 600;
    padding: 2px 10px 2px 10px;
    font-size: 14px;
    border-radius: 20px;
    margin: 0px 5px 0px 5px;
}

.donation--packages--list li .package--buy button {
    width: 100%;
    height: 50px;
    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;
}

.donation--information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(70, 58, 41, 0.3);
}

.donation--information .info {
    width: 100%;
    padding: 30px;
    background-color: #201b14;
    border-radius: 5px;
    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;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(145, 120, 85, 0.144);
}

.donation--information .info h1 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 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;
}

.donation--information .info h1 i {
    margin-right: 15px;
    font-size: 22px;
}

.donation--information .info p {
    color: #8b7e73;
}

.donation--information .code {
    width: 49%;
    padding: 30px;
    background-color: #201b14;
    border-radius: 5px;
    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;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(145, 120, 85, 0.144);
}

.donation--information .code h1 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 35px;
    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;
}

.donation--information .code h1 i {
    margin-right: 15px;
    font-size: 22px;
}

.donation--information .code--message {
    margin: 20px 0px 20px 0px;
}

.donation--information .code--message p {
    color: #8d7a5e;
    padding: 20px;
    background-color: #2e241b;
    border-radius: 10px;
}

.donation--information .code--message p a {
    color: white;
    text-decoration: underline;
}

.donation--information .code form {
    width: 100%;
}

.donation--information .code form input {
    margin-bottom: 15px;
    background-color: #0e0b08;
    border: 2px solid #413526;
    padding: 20px;
    color: white;
    font-family: 'Source Sans Pro';
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    font-size: 16px;
}

.donation--information .code form input:focus {
    border: 2px solid #a37947;
}

.donation--information .code form button {
    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;
    height: 60px;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}

.donation--information .code form button:hover {
    font-size: 18px;
}

.vote h1 {
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.vote h1 i {
    font-size: 25px;
    margin-right: 15px;
}

.vote--voting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.vote--voting div {
    padding: 50px;
    background-color: rgba(65, 52, 28, 0.247);
    border-radius: 5px;
    width: 49%;
    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;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vote--voting div p {
    font-size: 20px;
}

.vote--voting div p strong {
    color: #c79d4e;
}

.vote--voting div p i {
    color: #97722d;
    margin-right: 10px;
}

.vote--voting div .main {
    width: 100%;
    height: 60px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-size: 18px;
    margin-top: 20px;
}

.vote--voting div .main i {
    margin: 0px 10px 0px 10px;
}

.vote--info {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(139, 126, 115, 0.103);
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vote--info h1 {
    text-align: center !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vote--info p {
    color: #a19982;
    font-size: 18px;
    margin-top: 10px;
}

.vote--info p:nth-child(3) {
    padding: 10px 20px 10px 20px;
    color: white;
    background-color: #4b3c20;
    border-radius: 5px;
    margin-top: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.vote--levels {
    text-align: left;
    margin-top: 40px;
}

.vote--levels ul {
    width: 100%;
    background-color: rgba(65, 52, 28, 0.247);
    border-radius: 5px;
    margin-top: 20px;
}

.vote--levels ul li:not(:last-child) {
    border-bottom: 1px solid rgba(141, 122, 94, 0.116);
}

.vote--levels ul li {
    width: 100%;
    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;
    padding: 20px;
}

.vote--levels ul li span:nth-child(1) {
    color: #d4c29e;
    font-size: 18px;
}

.vote--levels ul li span:nth-child(2) {
    color: white;
    background-color: #97722d;
    border-radius: 20px;
    padding: 3px 12px 3px 12px;
    font-size: 16px;
    font-weight: 600;
}

.vote--count {
    padding: 20px;
    background-color: #7c1414;
    border-radius: 5px;
}

.vote--count p {
    color: #d4bca7;
    letter-spacing: 0.5px;
}

.vote--count p span {
    color: #f3b645;
    font-weight: 600;
}

.validation-errors {
    margin-bottom: 10px;
}

.validation-errors .validation-message {
    color: red;
}

.validation-errors .validation-message:before {
    content: "• ";
}

@media (max-width: 768px) {
    .vote h1 {
        font-size: 30px !important;
    }

    .vote h1 i {
        display: none;
    }

    .vote--info p {
        font-size: 16px;
    }

    .vote--voting {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vote--voting div {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .vote--voting div .main {
        font-size: 14px;
    }

    .vote--voting div p {
        font-size: 16px;
    }

    .donation--packages--list li {
        width: 100%;
    }

    .donation--information {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .donation--information .info {
        width: 100%;
        margin-bottom: 20px;
    }

    .donation--information .info h1 {
        font-size: 20px;
    }

    .donation--information .code {
        width: 100%;
    }

    .donation--information .code h1 {
        font-size: 20px;
    }

    nav {
        padding: 0px 20px 0px 20px;
    }

    nav .nav-icon {
        display: none;
    }

    nav #menu {
        display: block !important;
        margin: 0;
        padding: 0;
    }

    .cp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .cp--menu {
        width: 100%;
        position: relative;
        margin-top: 0;
        top: 0;
    }

    .cp--menu--list li::before {
        display: none;
    }

    .cp--content {
        width: 100%;
        padding: 30px;
        overflow: hidden;
        margin-top: 30px;
    }

    .cp--content ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cp--content table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
    }

    .cp--content div h1 {
        font-size: 25px;
    }

    .page--content {
        padding: 20px;
    }

    .page .sign-up {
        width: 90%;
        padding: 20px;
    }

    .page .container {
        padding-top: 130px;
    }

    .page form .osiris-input {
        margin-bottom: 10px;
    }

    .login .login-content {
        width: 90%;
        margin: 0 auto;
    }

    .login .close {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .buttons .pc {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


.verification--information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.verification--information .info {
    width: 100%;
    padding: 30px;
    background-color: #201b14;
    border-radius: 5px;
    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;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(145, 120, 85, 0.144);
}

.verification--information .info h1 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 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;
}

.verification--information .info h1 i {
    margin-right: 15px;
    font-size: 22px;
}

.verification--information .info p {
    color: #8b7e73;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltip-text {
    visibility: hidden;
    background-color: black;
    border: 1px dotted white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: 250px;
    width: fit-content;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
}

.tooltip * {
    transition: 0s;
    text-align: left;
}

.tooltip-text li {
    list-style: disc;
    margin: 15px 20px;
    text-wrap: nowrap;
}

.tooltip-text p {
    color: white;
    margin: 0;
    text-wrap: nowrap;
}

.tooltip-text h2, .tooltip-text h3, .tooltip-text h4, .tooltip-text h5 {
    text-wrap: nowrap;
    margin-bottom: 10px;
}
.tooltip-block {
    margin: 25px;
}


/*# sourceMappingURL=additional.css.map */