.lgi-page {
    padding: 50px 0;
    background: #0b1026;
}

.lgi-page-box {
    background: #23273b;
    max-width: 450px;
    margin: 24px auto;
    padding: 32px;
    border-radius: 20px;
}

.lgi-page-box h1 {
    font-size: 16px;
    margin-bottom: 4px;
    text-align: center;
}

/* .lgi-page-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
} */

.lgi-page-form label span {
    color: red;
}

.lgi-page-form .form-group {
    position: relative;
    margin-bottom: 16px;
}

.lgi-page-form .form-group .form-control {
    /* height: 42px; */
    border-radius: 8px;
    font-size: 14px;
}

.lgi-page-form .form-group .form-control::-webkit-file-upload-button {
    height: 42px;
}

.lgi-page-form .form-group .form-select {
    /* height: 42px; */
    border-radius: 8px;
    font-size: 14px;

}

.lgi-page-form .password-field .form-control {
    padding-right: 48px;
}

.lgi-page-form .form-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lgi-page-form .form-action .form-check {
    margin: 0;
}

.lgi-page-form .form-action .form-check-label {
    font-weight: normal;
    margin: 0;
}

.lgi-page-form .form-action .form-link {
    border-bottom: 1px dashed var(--mainColor);
}

.lgi-page-form .form-action .form-link>a {
    color: var(--mainColor);
}

.lgi-page-form .form-submit .btn {
    background: var(--mainColor);
    border-color: var(--mainColor);
    height: 40px;
    width: 100%;
    border-radius: 50rem;
}

.lgi-page-form .form-text {
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.lgi-page-form .form-text>a {
    display: inline-block;
    color: var(--mainColor);
    position: relative;
}

.lgi-page-form .form-text>a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    border-bottom: 1px dashed var(--mainColor);
}

.lgi-page-form .divide-text {
    margin: 1.5rem 0;
    position: relative;
    text-align: center;
}

.lgi-page-form .divide-text span {
    display: inline-block;
    color: #666;
    padding: 0 20px;
    background: #fff;
    position: relative;
}

.lgi-page-form .divide-text:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
}

@media (max-width: 767px) {
    .lgi-page-box {
        padding: 24px;
    }

    .lgi-page-box h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/* Dashboard */
.dashboard-toolbar {
    /* width: 263px; */
    background-color: var(--navyColor);
    height: fit-content;
    border-radius: 16px;
}

.dashboard-toolbar .avatar {
    margin-bottom: 1rem;
}

.dashboard-toolbar .avatar img {
    height: 60px;
    width: 60px;
}

.dashboard-toolbar .username {
    font-size: 16px;
    margin: 0 0 4px;
}

.dashboard-toolbar .user-mail {
    color: white;
}

.dashboard-toolbar .toolbar-menu {
    border-bottom: 1px solid rgba(143, 151, 171, 0.15);
    margin-bottom: 20px;
    padding: 16px 8px;
}

.dashboard-toolbar .toolbar-menu>ul>li{
    margin-bottom: 8px;
}

.dashboard-toolbar .toolbar-menu>ul>li:last-child{
    margin-bottom: 0px;
}

.dashboard-toolbar .toolbar-menu>ul>li>a {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    /* color: rgba(51, 51, 51, 0.8); */
    color: #fff;
    transition: 0s;
}

.dashboard-toolbar .toolbar-menu>ul>li>a i {
    text-align: center;
    /* width: 18px; */
    font-size: 15px;
}

.dashboard-toolbar .toolbar-menu>ul>li>a span.text {
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
    flex: 1;
}

.dashboard-toolbar .toolbar-menu>ul>li>a:hover {
    /* color: #fff; */
    background-color: rgba(255, 255, 255, 0.2);
}

.dashboard-toolbar .toolbar-menu>ul>li.active>a {
    background-color: rgba(255, 255, 255, 0.2);
    /* color: #fff; */
}

.dashboard-toolbar .toolbar-menu .has-sub {
    position: relative;
}

.dashboard-toolbar .toolbar-menu .has-sub .fa-angle-right {
    position: absolute;
    right: 16px;
    top: 14px;
}

.dashboard-toolbar .toolbar-menu .sub-menu {
    padding: 10px 0 10px 60px;
}

.card-product .thumb img {
  aspect-ratio: 1;
}

.dashboard-content {
  /* flex: 1;
  padding-left: 24px; */
  /* overflow-x: hidden;
  width: 100%; */
}

.dashboard-content .card{
    background-color: var(--navyColor);
    border-radius: 16px;
    color: #fff;
}

/* .dashboard-content .card .card-header{
    border-bottom-color: rgba(255, 255, 255, 0.5);
} */

.dashboard-content .form-control, .dashboard-content .form-select{
    font-size: 14px !important;
}

.dashboard-content .avatar_thumbnail{
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    outline: 1px solid #e6e7e7;
    background: #e6e7e7;
}

.dashboard-content .avatar_thumbnail img {
    position: relative;
    display: inline-block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.icon_delete {
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    z-index: 1;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: rgb(227 31 31 / 90%);
    font-size: 11px;
    color: white !important;
}

.hr-white{
    background-color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .5);
    height: 1px;
}

/* Event Page */
.sc_banner-event{
    position: relative;
    z-index: 5;
}
.sc_banner-event .c-home-topdes {
    position: absolute;
    z-index: 6;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
}

@media (min-width: 1280px) {
    .sc_banner-event .c-home-topdes {
        top: calc(100% - 45px);
    }
}

/* .event-candidate-main{
    min-height: calc(100vh - 550px);
} */

.event-candidates {
    background-image: url("../images/bg-fixed.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    padding-top: 199px;
}

.event-candidates__inner h2 {
    /* font-family: Times New Roman; */
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
}

.search-form .form-control {
    border-radius: 50px;
    background: #F5F5F3;
    border: 1px solid #F5F5F3;
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 15px 50px 15px 25px;
    outline: 0;
    box-shadow: unset;
    color: #20265B;
    font-size: 15px;
    transition: 0.6s;
    border: 1px solid #fff;
}

.search-form .search-btn {
    border: none;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: var(--mainColor);
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.6s;
}

.candidates{
    padding-bottom: 40px;
}

.candidates .candidate-item {
    /* border: 1px solid #fff; */
    background: hsla(0, 0%, 100%, 0.2);
    padding: 8px;
    border-radius: 20px;
}

.candidates .candidate-item .is-img {
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-top: 135%;
    margin-bottom: 12px;
}

.candidates .candidate-item .is-img .is-inner {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 15px;
}

.candidates .candidate-item .is-img .is-inner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.candidates .candidate-item .is-content{
    position: relative;
}

.candidates .candidate-item .is-content .is-id-laurel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 0;
    width: 56px;
    height: 56px;
    background-image: url("../images/laurel-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.candidates .candidate-item .is-content .is-id-laurel i {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    font-style: normal;
    display: block;
    padding-bottom: 6px;
}

@media (min-width: 1280px) {
    .candidates .candidate-item .is-content .is-id-laurel i {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .candidates .candidate-item .is-content .is-id-laurel {
        width: 72px;
        height: 72px;
    }
}

.candidates .candidate-item .is-content .is-name {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
    display: block;
    display: -webkit-box;
    max-height: 1.3;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .candidates .candidate-item .is-content .is-province {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
} */

.event-candidate-detail {
    padding: 26px 0 54px;
    background-image: url("../images/bg-fixed.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.c-detail-content__box {
    padding: 11px 13px;
    background: hsla(0, 0%, 100%, 0.2);
    border-radius: 30px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    backdrop-filter: blur(8px);
}

.c-detail-content__box .is-top {
    /* margin-bottom: 20px; */
}

.c-detail-content__box .is-top .is-swiper-large {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.c-detail-content__box .is-top .is-swiper-large__item {
    position: relative;
    z-index: 1;
    padding-top: 133.2335329341%;
    overflow: hidden;
    border-radius: 20px;
}

.c-detail-content__box .is-top .is-swiper-large__item a {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.c-detail-content__box .is-top .is-swiper-large__item a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-detail-content__box .is-top .is-right-content {
    padding: 12px 16px;
    background: rgba(128, 128, 128, 0.1);
    border-radius: 20px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top {
    padding-bottom: 12px;
    border-bottom: 1px solid silver;
    margin-bottom: 12px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-number {
    margin-bottom: 16px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-number .is-total span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 8px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-number .is-total b {
    font-weight: 700;
    font-size: 16px;
    color: #ffd700;
    display: block;
    display: -webkit-box;
    max-height: 2.6;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-t {
    color: #e9e9e9;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #ffd700;
    margin-bottom: 8px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-province {
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 7px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-id-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-id-box .is-left span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    margin-right: 4px;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-id-box .is-left b {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.c-detail-content__box .is-top .is-right-content .is-content-top .is-id-box .is-right img {
    width: 30px;
    margin-left: 9px;
}

.c-detail-content__box .is-top .is-right-content .is-content-center {
    padding-bottom: 12px;
    border-bottom: 1px solid silver;
    margin-bottom: 12px;
}

.c-detail-content__box .is-top .is-right-content .is-content-center .is-content {
    margin-bottom: 24px;
}

.c-detail-content__box .is-top .is-right-content .is-content-center .vote-status {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.c-detail-content__box .is-top .is-right-content .is-content-center .vote-status .is-total span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #e9e9e9;
}

.c-detail-content__box .is-top .is-right-content .is-content-center .vote-status .is-total b {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-detail-content__box .is-top .is-right-content .is-content-center .vote-status .vote-status-success {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px;
    color: #198754;
}

.c-detail-content__box .is-top .is-right-content .is-content-center .vote-status .vote-status-danger {
    border-radius: 10px;
    background-color: #d9d9d9;
    padding: 10px 20px;
    color: #dc3545;
}

.c-detail-content__box .is-top .is-right-content .is-content-center .vote-status .vote-status-success span,
.c-detail-content__box .is-top .is-right-content .is-content-center .vote-status .vote-status-danger span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

.c-detail-content__box .is-top .is-right-content .is-content-bottom .is-t {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #d3d3d3;
    margin-bottom: 8px;
}

.c-detail-content__box .is-top .is-right-content .is-content-bottom .is-share {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-detail-content__box .is-top .is-right-content .is-content-bottom .is-share a {
    width: calc(100% - 120px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-decoration: unset;
    color: #333;
}

.c-detail-content__vote {
    background: hsla(0, 0%, 100%, 0.4);
    box-shadow: 0 4px 8px 0 rgba(195, 195, 195, 0.2);
    border-radius: 30px;
    padding: 13px 14px;
    backdrop-filter: blur(6px);
}

.c-detail-content__vote .is-left, .c-detail-content__vote .is-left .is-distancetime .is-item {
    margin-bottom: 10px;
}

.c-detail-content__vote .is-left .is-distancetime .is-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 3px;
    color: var(--secondColor);
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.c-detail-content__vote .is-left .is-distancetime .is-item b {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: var(--mainColor);
    -webkit-text-decoration: "";
    text-decoration: "";
    display: block;
    text-align: center;
}

.c-detail-content__vote .is-left .is-countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.c-detail-content__vote .is-left .is-countdown ul li b {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 3px;
    text-align: center;
    color: var(--mainColor);
}

.c-detail-content__vote .is-left .is-countdown ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--secondColor);
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.c-detail-content__vote .is-right button {
    display: block;
    width: 100%;
    max-width: 165px;
    background: #fff;
    color: #000;
    padding: 12px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin: auto;
    border-radius: 8px;
}

.c-detail-content__vote .is-right button small {
    font-size: 12px;
    font-weight: 400;

}

.c-detail-content__vote .is-right.invalid button {
    background: gray;
}

.c-history__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
}

.c-history .table-responsive {
    margin: auto;
    /* border: 1px solid #ffffff80; */
    border-radius: 16px;
}

.c-history .table-responsive .table {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.c-history .table-responsive thead tr th {
    background-color: #ffffff33;
    backdrop-filter: blur(8px);
    color: #fff;
    height: 42px;
}

.c-history .table-responsive tbody tr td {
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    height: 42px;
}

#voteLiveModal .modal-content {
    background-color: var(--navyColor);
    color: #fff;
}

#voteLiveModal .form-check-input {
    width: 18px;
    height: 18px;
    box-shadow: unset;
}

#voteLiveModal .form-check-input:focus {
    border-color: #000000;
    box-shadow: unset;
}

#voteLiveModal .form-check-input:checked {
    background-color: #000000;
    border-color: #ffffff;
    border-width: 2px;
}

#voteLiveModal .candidate-content {
    height: 65px;
}

#voteLiveModal .candidate-content .candidate-image, #voteLiveModal .candidate-content .candidate-info{
    height: 100%;
    overflow: hidden;
}

#voteLiveModal .candidate-content .candidate-image img {
    height: 100%;
    width: auto;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
}

#voteLiveModal .candidate-content .candidate-info{
    flex: 1;
}

#voteLiveModal .candidate-content .candidate-info .candidate-name{
    font-size: 16px;
    font-weight: 700;
}

#voteLiveModal .candidate-content .candidate-info .candidate-text{
    font-size: 12px;
}

.btn-close-custom{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

@media (min-width: 425px) {
    .c-detail-content__vote .is-left .is-distancetime {
        display: flex;
        justify-content: space-evenly;
        position: relative;
        z-index: 1;
    }

    .c-detail-content__vote .is-left .is-distancetime:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 50%;
        /* transform: translateX(-50%); */
        height: 100%;
        width: 1px;
        background: var(--secondColor);
    }
}

@media (min-width: 768px) {
    .event-candidates {
        padding-top: 139px;
    }

    .c-detail-content__box .is-top .is-swiper-large {
        margin-bottom: 0;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-center {
        padding-bottom: 20px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-center .is-content {
        font-size: 16px;
    }

    .c-detail-content__vote {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .c-detail-content__vote .is-left {
        width: calc(100% - 100px);
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .c-detail-content__vote .is-left .is-distancetime {
        margin: 0 -15px;
    }

    .c-detail-content__vote .is-left .is-distancetime .is-item {
        padding: 0 15px;
        margin-bottom: 0;
    }

    .c-detail-content__vote .is-left .is-countdown {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 2px solid var(--secondColor);
    }

    .c-detail-content__vote .is-left .is-countdown ul {
        margin: 0 -10px;
    }

    .c-detail-content__vote .is-left .is-countdown ul li {
        padding: 0 10px;
    }

    /* .c-detail-content__vote .is-right {
        width: 100px;
    } */

    .c-detail-content__vote .is-right button {
        max-width: 100px;
        font-size: 14px;
        border-radius: 12px;
    }

    .c-history__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .c-detail-content__box .is-top .is-right-content {
        padding: 16px;
    }

    .c-detail-content__box {
        padding: 16px;
    }
}

@media (min-width: 1280px) {
    .event-candidates__inner h2 {
        font-size: 28px;
        margin-bottom: 23px;
    }

    .candidates .candidate-item {
        transition: all .5s ease;
    }

    .candidates .candidate-item .is-img {
        margin-bottom: 20px;
    }

    .candidates .candidate-item .is-content .is-name {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .candidates .candidate-item:hover {
        box-shadow: 0 0 10px 0 #fff;
    }

    .c-detail-content__box {
        padding: 20px;
    }

    .c-detail-content__box .is-top .is-right-content {
        padding: 24px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-number {
        margin-bottom: 30px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-number .is-total span {
        font-size: 18px;
        margin-bottom: 0;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-number .is-total b {
        font-size: 24px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-t {
        font-size: 18px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-name {
        font-size: 32px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-province {
        font-size: 20px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-id-box span {
        font-size: 18px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-id-box b {
        font-size: 25px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top .is-id-box .is-right img {
        width: 40px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-top {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-center {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-center .is-total span {
        font-size: 18px !important;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-center .is-total b {
        font-size: 26px !important;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-bottom .is-t {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-bottom .is-share {
        padding: 12px;
    }

    .c-detail-content__box .is-top .is-right-content .is-content-bottom .is-share a {
        width: calc(100% - 130px);
        display: block;
        display: -webkit-box;
        /* max-height: 1.3;
        line-height: 1.3; */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
    }

    .c-detail-content__vote {
        padding: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .c-detail-content__vote .is-left {
        width: calc(100% - 170px);
    }

    .c-detail-content__vote .is-left .is-distancetime {
        margin: 0 -25px;
    }

    .c-detail-content__vote .is-left .is-distancetime .is-item {
        padding: 0 25px;
        margin-bottom: 0;
    }

    .c-detail-content__vote .is-left .is-distancetime .is-item span {
        font-size: 16px;
    }

    .c-detail-content__vote .is-left .is-distancetime .is-item b {
        font-size: 24px;
    }

    .c-detail-content__vote .is-left .is-countdown {
        padding-left: 25px;
        margin-left: 25px;
    }

    .c-detail-content__vote .is-left .is-countdown ul {
        margin: 0 -15px;
    }

    .c-detail-content__vote .is-left .is-countdown ul li {
        padding: 0 15px;
    }

    .c-detail-content__vote .is-left .is-countdown ul li b {
        font-size: 24px;
    }

    .c-detail-content__vote .is-left .is-countdown ul li span {
        font-size: 16px;
    }

    /* .c-detail-content__vote .is-right {
        width: 170px;
    } */

    .c-detail-content__vote .is-right button {
        max-width: 160px;
        width: 160px;
        font-size: 20px;
        padding: 16px 0;
        border-radius: 16px;
    }
}

@media (min-width: 1600px) {
    .event-candidates {
        padding-top: 110px;
    }

    .event-candidates__inner h2 {
        font-size: 32px;
    }
}

