:root {
    --ro-blue: #15d2e8;
    --ro-grey: #858585;
    --ro-light-grey: #e9e9e9;
    --ro-pink: #ff4a86;
    --ro-orange: #ff794a;
    --ro-dark-grey: #484848;
}

@media(min-width: 600px) and (max-width: 1199px) {
    .content {
        width: 90%;
    }
}

@media(min-width: 1200px) {
    .content {
        width: 70%;
        padding: 0 10%;
        box-sizing: border-box;
    }
}

#kachua-system-page .content {
    padding-bottom: 50px;
    font-family: "signika_regular";
}

#kachua-system-page header {
    text-align: center;
}

#kachua-system-page header h1 {
    font-size: 28.8px;
    line-height: 35.48px;
    font-family: "signika_bold";
    color: #ff794a;
    padding: 0;
    margin: 40px auto 0;
}

@media (min-width: 1023px) {
    #kachua-system-page header h1 {
        font-size: 48px;
        line-height: 59.14px;
    }
}

#kachua-system-page header p {
    font-family: "signika_light";
    font-size: 16px;
    line-height: 27.6px;
    margin: 0;
    text-align: center;
}

@media (min-width: 1023px) {
    #kachua-system-page header p {
        font-size: 22.4px;
        line-height: 19.71px;
    }
}

#kachua-system-page .content section {
    margin: 40px auto 0 auto;
}

@media (min-width: 1023px) {
    #kachua-system-page .content section {
        padding-left: 0;
        padding-right: 0;
    }
}

.kachua .drop-list {
    border-right: #15d2e8 1px solid;
    border-left: #15d2e8 1px solid;
}

.kachua .drop-list .separator {
    background-color: white;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: auto 10px;
}

@media (min-width: 1024px) {
    .kachua .drop-list .separator {
        margin: auto 16px;
    }
}

.kachua .drop-list ul.data {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kachua .drop-list ul.data li.noResults {
    border: none;
    padding: 10px 0;
}

.kachua .drop-list ul.data li {
    transition: all .2s;
}

.kachua .drop-list ul.data li a {
    text-decoration: none;
    display: flex;
    transition: all .2s;
}

.kachua .drop-list ul.data li a:hover {
    text-decoration: none;
    transition: all .2s;
}

.kachua .drop-list ul.data li:hover {
    cursor: pointer;
    transition: all .2s;
}

.kachua .drop-list ul.data li:hover p.count, .kachua .drop-list ul.data li.first:hover p.count {
    background-color: white;
    color: #15d2e8;
    transition: all .2s;
}

.kachua .drop-list ul.data li:hover p.date, .kachua .drop-list ul.data li.first:hover p.date {
    background-color: #15d2e8;
    color: #484848;
    transition: all .2s;
}

.kachua .drop-list ul.data li:hover p.link, .kachua .drop-list ul.data li.first:hover p.link {
    background-color: #15d2e8;
    color: #484848;
    transition: all .2s;
}

.kachua .drop-list ul.data li:hover p.link, .kachua .drop-list ul.data li.first:hover p.link {
    color: #484848;
    transition: all .2s;
}

.kachua .drop-list ul.data li:hover .separator {
    background-color: #484848;
    transition: all .2s;
}

.kachua .drop-list ul.data li:not(:last-child) {
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .kachua .drop-list ul.data li:not(:last-child) {
        margin-bottom: 12px;
    }
}

.kachua .drop-list ul.data li {
    border-radius: 10px;
    background: white;
    border-bottom: 3px solid #e9e9e9;
    border-left: 3px solid #e9e9e9;
}

@media (min-width: 1024px) {
    .kachua .drop-list ul.data li {
        border-bottom: 5px solid #e9e9e9;
    }
}

.kachua .drop-list ul.data li p {
    font-size: 16px;
    line-height: 19.71px;
    margin-bottom: 0;
    padding: 10px 10px;
}

@media (min-width: 1024px) {
    .kachua .drop-list ul.data li p {
        font-size: 22.4px;
        line-height: 27.6px;
        font-weight: 600;
        margin-bottom: 0;
        padding: 16px 20px;
    }
}

.kachua .drop-list ul.data li p.count {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #ff4a86;
    transition: all .2s;
    text-align: center;
}

.kachua .drop-list ul.data li.first p.date {
    color: white;
    background-color: #ff4a86;
}

.kachua .drop-list ul.data li p.date {
    color: white;
    background-color: #858585;
}

.kachua .drop-list ul.data li p.date {
    flex: 10;
    display: flex;
    align-content: center;
    transition: all .2s;
}

.kachua .drop-list ul.data li p.date span.year {
    font-size: 16px;
}

.kachua .drop-list ul.data li.first p.link {
    background-color: #ff4a86;
    color: white;
}

.kachua .drop-list ul.data li p.link {
    background-color: #858585;
    color: white;
}

.kachua .drop-list ul.data li p.link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .2s;
}

.kachua .drop-list ul.data li p.link :is(a) {
    color: white;
}

.kachua .drop-list ul.data li p.link :is(a) {
    text-decoration: none;
    transition: all .2s;
}

@media (max-width: 1201px) {
    .kachua .drop-list {
        border-top: #15d2e8 11px solid;
        border-bottom: #15d2e8 11px solid;
    }
}

@media (min-width: 1200px) {
    .kachua .drop-list {
        border-top: #15d2e8 11px solid;
        border-bottom: #15d2e8 11px solid;
    }
}

@media (max-width: 1024px) {
    .drop-list {
        padding: 30px 4vw;
    }
}

@media (min-width: 1025px) {
    .drop-list {
        padding: 40px 80px;
    }
}

@media (max-width: 425px) {
    .kachua .drop-list ul.data li p.link span.open {
        display: none;
    }
}

.icon.arrow-right {
    width: 12px;
    height: 12px;
    background: url(../../img/icons/right-arrow.svg) no-repeat center center;
    filter: invert(1);
    padding-left: 12px;
}

.kachua .drop-list ul.data li:hover p.link span.icon {
    filter: invert(0.3);
}