.light-green-button:hover {
    background: #08090C;
    transition: background 200ms linear;
}
.light-green-button {
    background: #47857A;
    transition: background 200ms linear;
    border: 0;
    border-radius: 6px;
    color: white;
    height: 44px;
    width: max-content;
    padding: 12px 24px;
    font-family: NewMontserrat-Regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.dark-green-button:hover {
    background: #47857A;
    transition: background 200ms linear;
}
.dark-green-button {
    background: #08090C;
    transition: background 200ms linear;
    border: 0;
    border-radius: 6px;
    color: white;
    height: 44px;
    width: max-content;
    padding: 12px 24px;
    font-family: NewMontserrat-Regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.light-white-button:hover {
    background: #08090C;
    transition: background 200ms linear;
    color: white;
}
.light-white-button {
    background: #FFFFFF;
    transition: background 200ms linear;
    border: 0;
    border-radius: 8px;
    padding: 12px 20px;
    color: #0C0A08;
    font-family: Satoshi, sans-serif;
    font-weight: 500;
    font-size: 12.4px;
}
.new-orange-button:hover {
    background: #E05200;
    transition: background 200ms linear;
}
.new-orange-button {
    background: #FF640A;
    transition: background 200ms linear;
    border: 0;
    border-radius: 8px;
    color: white;
    height: 52px;
    width: 100%;
    padding: 12px 24px;
    font-family: Satoshi, sans-serif;
    font-size: 14.8px;
    font-weight: 500;
}

.voting-header {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    border-bottom: 1px solid rgba(231, 229, 228, 0.51);
    gap: 32px;
}
.voting-header a:hover {
    color: #E05200;
}
.voting-header a {
    color: #0C0A08;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.voting-header .selected-tab {
    color: #E05200;
}

.voting-setup {
    max-width: 1360px;
    border-radius: 8px;
    background: #eae9e7 url(/img/home-back.jpg) center center;
    background-size: cover;
    margin: 40px auto 0;
    padding: 64px 64px 0;
}
.voting-setup .setup-bottom img {
    width: 260px;
}
.voting-setup .setup-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
    gap: 24px;
}
.voting-setup .setup-bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.voting-setup .setup-bottom2 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #0C0A08;
    margin-bottom: 0 12px;
}
.voting-setup .setup-bottom1 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #0C0A08;
    margin: 0 0 20px;
}
.voting-setup .setup-container {
    max-width: 640px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.voting-setup .setup-head1 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #0C0A08;
    margin: 0 0 10px;
}
.voting-setup .setup-head2 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0C0A08;
    margin: 0 0 24px;
    text-align: center;
    line-height: 40px;
}
.voting-setup .setup-head3 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0C0A08;
    text-align: center;
    line-height: 30px;
    margin: 0 0 40px;
}
.voting-setup .voting-separator {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.5%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    margin-top: 64px;
    margin-bottom: 31px;
    width: 100%;
}

.voting-setup .filters {
    width: 100%;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
    /*margin-top: 40px;*/
    margin-bottom: 24px;
}

.form-voting {
    position: relative;
}
.voting-setup .form-voting > label {
    left: 30px;
    font-weight: 700;
    font-family: "NewMontserrat-Regular", sans-serif;
    font-size: 14px;
    color: #80808A;
    width: auto;
}
.form-voting > label {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-voting > label {
    font-size: 15px;
    line-height: 22px;
    font-family: "NewMontserrat-Regular", sans-serif;
    padding: 12px 20px 12px 16px;
    color: #80808A;
    height: 52px;
}
.form-voting > .form-select {
    margin-bottom: 0 !important;
}
.form-voting > .form-control:focus {
    border-color: rgba(238, 237, 236, 0.52) !important;
}
.form-voting > .form-control:focus ~ label, .form-voting > .form-control:not(:placeholder-shown) ~ label, .form-voting > .form-control-plaintext ~ label, .form-voting > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-1.3rem) translateX(0.15rem);
}
.form-voting > .form-control, .form-voting > .form-control-plaintext, .form-voting > .form-select {
    height: calc(5.5rem + 5px);
    line-height: 1.25;
}
.voting-setup .form-voting .number-input {

    padding: 13px 45px 0 !important;
    font-size: 14px;
    font-weight: 700;
    font-family: "NewMontserrat", sans-serif;
}
.voting-setup .form-select, .voting-setup .form-voting.select .form-select {
    background-color: transparent !important;
    border-radius: 10px 10px 0 0;
    /*border: 1px solid #E4E4E7;*/
    width: 100%;
    padding: 25px 45px !important;
}
.voting-setup .form-voting.students {
    border-radius: 0  0 10px 10px;
}
.voting-setup .form-voting.select {
    height: 60px;
    background: white url("/img/search.svg") no-repeat 15px 50%;
    border: 1px solid #ECECEE;
    border: 0;
    border-radius: 10px 10px 0 0;
}
.voting-setup .filters .form-voting.select .form-select, .voting-setup .listings-side .form-voting.select .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.75rem center;
    background-size: 16px 12px;
    height: 60px;
}
.voting-setup .filters .form-voting.students input {
    background: white url("/img/user-group3.svg") no-repeat 15px 50%;
    /*border-top: 0;*/
    border: 0;
    border-top: 1px solid rgba(238, 237, 236, 0.52);
    box-shadow: none;
    border-radius: 0 0 10px 10px;
}

.voting-setup-error {
    outline: 2px solid #B2001E;
    border-radius: 10px;
}
.voting-error-msg {
    width: 100%;
    background: #B2001E;
    border-radius: 4px;
    padding: 6px 6px;
    color: white;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: none;
    margin-bottom: 4px;
}

/* Actual voting page */

.voting-dash-container {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 53px;
}
.voting-dash-header {
    display: flex;
    justify-content: space-between;
}
.voting-dash-head-left {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.voting-dash-head-left h1 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0C0A08;
    margin: 0;
}
.voting-dash-head-info {
    display: flex;
    gap: 10px;
}
.voting-dash-head-info-text {
    color: #55514E;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.voting-dash-head-info-button {
    border-radius: 8px;
    background: #E7E5E4;
    padding: 6px 12px;
    color: #0C0A08;
    font-family: Satoshi, sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    gap: 4px;
    border: 0;
}
.voting-dash-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px;
    margin-top: 24px;
}
.voting-dash-grid .truck-card .truck-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #f3f4f6;
    border-radius: 10px 10px 0 0;
    height: auto;
}
.voting-dash-grid .truck-card .bottom.voted {
    background: #FBEDE4;
}
.voting-dash-grid .truck-card .bottom {
    background: #F6F4F4;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid rgba(215, 215, 219, 0.5);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.voting-dash-grid .voting-dash-grid-vote {
    border-radius: 8px !important;
    font-family: Satoshi, sans-serif !important;
    font-weight: 500;
    font-size: 12.4px;
    display: flex;
    justify-content: center;
    gap: 6px;
    text-wrap: nowrap;
}
.voting-dash-grid .voting-dash-grid-details {

}
.voting-dash-grid .truck-card .bottom button, .voting-dash-grid .truck-card .bottom a {
    text-align: center;
    flex: 1;
    text-wrap: nowrap;
}
.voting-dash-grid .truck-card .top.voted {
    background: #FBEDE4 !important;
}
.voting-dash-grid .truck-card .top {
    position: relative;
    background: #F6F4F4;
    padding-bottom: 20px;
    border-radius: 10px 10px 0 0;
}
.voting-dash-grid .truck-card .details {
    margin: 24px 20px 0;
}
.voting-dash-grid .truck-card .truck-details h3 {
    font-size: 20px;
    color: #08080C;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: 'Roboto Slab', sans-serif;
}
.voting-dash-grid .truck-card .prices-capacity {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}
.voting-dash-grid .truck-card .prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.voting-dash-grid .truck-card .prices .price-student {
    color: #1EA112;
    font-size: 14px;
    font-weight: 500;
    font-family: Satoshi, sans-serif;
}
.voting-dash-grid .truck-card .prices .price {
    color: #0C0A08;
    font-size: 14px;
    font-weight: 400;
    font-family: Satoshi, sans-serif;
}
.voting-dash-grid .truck-card .features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-weight: 400;
    color: gray;
}
.voting-dash-grid .truck-card .features ul li {
    display: flex;
    padding: 4px 6px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #B6B1AF8C;
    color: #4E4E55;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
}
.voting-dash-grid .truck-card .truck-hover-info .vr {
    width: 1px;
    height: 100%;
    background: rgba(52, 48, 46, 0.49);
}
.voting-dash-grid .truck-card .truck-hover-info span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(127deg) brightness(102%) contrast(101%);
    width: 16px;
    height: 16px;
}
.voting-dash-grid .truck-card .truck-hover-info span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.voting-dash-grid .truck-card .truck-hover-votes img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(52%) saturate(2656%) hue-rotate(8deg) brightness(97%) contrast(101%);
    width: 17px;
}
.voting-dash-grid .truck-card .truck-hover-votes {
    border-radius: 6px;
    padding: 8px 12px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    background: white;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #E05200;
    position: absolute;
    right: 8px;
    top: 8px;
}
.voting-dash-grid .truck-card .truck-hover-votes.voted {
    background: #FF640A !important;
    color: white;
}
.voting-dash-grid .truck-card .truck-hover-votes.voted img {
    filter: none !important;
}
.voting-dash-grid .truck-card .truck-hover-info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 34px;
    display: flex;
    align-items: center;
    padding: 2px 20px;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    gap: 6px;
    background-color: #0C0A08A3;
    border-top-right-radius: 4px;
    backdrop-filter: blur(5px);
}
.voting-dash-grid .truck-card .truck-image-box {
    position: relative;
}

.voting-dash-head-right {
    width: 320px;
}
.voting-dash-head-right .voting-setup .filters {
    box-shadow: none !important;
    border-radius: 12px !important;
    margin-bottom: 0 !important;
    border: 1px solid #EEEDEC;
}
.voting-dash-head-right .voting-setup {
    max-width: unset !important;
    background: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}
.voting-dash-head-right .voting-setup .form-voting.select {
    background: #FAFAFA url("/img/search.svg") no-repeat 15px 50% !important;
    height: 52px !important;
}
.voting-dash-head-right .voting-setup .filters .form-voting.select .form-select {
    height: 52px !important;
}
.voting-dash-head-right .nice-select-search-box {
    display: none;
}
.voting-dash-head-right .nice-select.wide .list {
    padding-top: 0 !important;
}
.voting-setup .nice-select .current, .voting-setup .nice-select .option {
    font-family: Satoshi, sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 1380px) {
    .voting-dash-header {
        padding: 0 20px;
    }
    .voting-dash-grid {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1100px) {
    .voting-dash-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 991px) {
    .voting-setup {
        width: 100%;
        margin: 0;
        padding: 32px 24px 24px;
        border-radius: 0;
    }
    .voting-setup .setup-bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .voting-setup .setup-bottom-right {
        align-items: center;
    }
    .voting-setup .setup-bottom2 {
        text-align: center;
    }
    .voting-setup .setup-bottom img {
        width: 100%;
    }
    .voting-setup .setup-bottom1 {
        line-height: 34px;
        text-align: center;
    }
    .voting-setup .setup-head1 {
        margin: 0 0 5px;
    }
    .voting-setup .voting-separator {
        background: none;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 745px) {
    .voting-header {
        border-bottom: 1px solid #E7E5E4;
    }
    .voting-dash-header {
        flex-direction: column;
    }
    .voting-dash-head-left {
        align-items: center;
    }
    .voting-dash-head-right {
        width: auto;
        margin-top: 24px;
    }
    .voting-dash-container {
        margin-top: 32px;
    }
    .voting-dash-container .listings-side {
        margin-top: 0;
    }
    .voting-dash-grid {
        grid-template-columns: 1fr;
        padding: 0;
        grid-gap: 16px;
    }
    .voting-dash-grid .truck-card .bottom {
        border-radius: 0;
    }
    .voting-dash-grid .truck-card .truck-image {
        border-radius: 0;
    }
    .voting-dash-grid .truck-card .truck-hover-votes {
        right: 4px;
        top: 4px;
    }
    .voting-dash-grid .truck-card .truck-details h3 {
        font-size: 18px;
    }
    .voting-dash-grid .truck-card .features ul li {
        font-size: 12px;
        border-radius: 6px;
    }
    .voting-dash-grid .truck-card .top {
        padding-bottom: 16px;
    }
    .voting-dash-grid .truck-card .prices-capacity {
        margin-bottom: 4px;
    }
    .voting-dash-head-info-text {
        font-family: "Roboto Slab", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }
}
