#data-description {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 50px 0 40px;
}

#data-description p {
    width: 850px;
    margin: 0 auto;
    text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.checkbox {
    margin-right: 5px;
}

.applicable span::after {
    background-image: url(./images/data/Path3.png);
}


/* #data-dictionary p {
    width: 850px;
    margin: 0 auto;
    text-align: center;
} */

.dictionary-swiper .swiper-slide,
.swiper-slide,
swiper-slide {
    width: auto;
    min-width: 100%;
    /* flex-shrink: 1; */
}

.dictionary-swiper .swiper-scrollbar {
    top: 0 !important;
    height: 10px !important;
}

.dictionary-swiper .swiper-scrollbar-drag {
    background: #9826B3;
    cursor: pointer;
}

#data-dictionary {
    padding: 60px 0;
    background: #F0F0F0;
}

#data-dictionary table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

#data-dictionary th {
    border-top: none;
    border-bottom: 5px solid #9826B3;
    padding: 30px 30px 30px 0;
    font-size: 18px;
    max-width: 100%;
    width: 145px;
}

#data-dictionary th:nth-child(3) {
    width: 145px;
}

.applicable {
    position: relative;
    max-width: 100%;
    width: 200px;
}

.applicable .dropdown {
    position: absolute;
    /* top: 65%; */
    left: 0;
}

.dropdown.active .dropdown-content {
    display: block;
    background: #fff;
    padding: 20px;
    left: -32px;
    position: absolute;
    list-style: none;
    width: 200px;
}

.dropdown-content::before {
    content: '';
    border-color: #707070;
    border-left: 12px solid #0000;
    border-right: 12px solid #0000;
    border-top: 12px solid #fff;
    height: 15px;
    position: absolute;
    right: -1px;
    top: -13px;
    width: 10px;
    transform: rotate(180deg);
}

.applicable .dropdown label {
    font-size: 15px;
    font-weight: 400;
}

.applicable .dropdown label input {
    margin-right: 5px;
}

.type {
    max-width: 100%;
    width: 200px;
}

.data-element,
.type {
    position: relative;
    cursor: pointer;
}

.fa.sub-mark {
    padding-left: 15px;
}

.applicable {
    cursor: pointer;
}

.applicable span {
    position: relative;
}

.applicable span::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: cover;
    background-position: center;
    top: 31%;
    margin-left: 5px;
    /* left: 59%; */
}

.applicable .dropdown {
    list-style: none;
}

.applicable .dropdown label {
    display: flex;
}

#data-table .fa-angle-up::before {
    transform: rotate(180deg);
}

.data-element:hover,
.type:hover,
.applicable span:hover {
    color: #9826B3;
}

th:hover .fa-angle-up {
    color: #9826B3;
}

#data-table .fa-angle-down {
    color: #9826B3;
}

#data-table .fa-angle-down::before {
    transform: rotate(-180deg);
}


/* #data-dictionary th:nth-child(3) {
    max-width: 100%;
    width: 300px;
} */

#data-dictionary td {
    padding: 30px 30px 30px 0;
    text-align: left;
    border-bottom: 2px solid #9826B3;
    vertical-align: top;
}

#data-dictionary tbody tr td:nth-child(3) {
    width: 200px;
}

#data-dictionary tbody tr:last-child td {
    border-bottom: none;
}


/* #data-dictionary td:nth-child(2) {
    color: #9826B3
} */

#data-dictionary td:last-child p {
    color: #9826B3;
    border: 1px solid #9826B3;
    display: inline-block;
    margin-right: 25px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 0;
}

#load-more-btn {
    text-align: center;
    margin: 45px auto 0;
    display: flex;
    background: #a614b9;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
}

.length-of-data {
    display: none;
    padding: 30px 0 0;
}

.length-of-data span {
    font-weight: bold;
}

#data-dictionary table::-webkit-scrollbar {
    width: 10px;
}

#data-dictionary table::-webkit-scrollbar-track {
    background-color: #9826B3;
    border-radius: 5px;
}

#data-dictionary table::-webkit-scrollbar-corner {
    background-color: #9826B3;
    border-radius: 5px;
}

#data-dictionary table::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.uk-checkbox:checked {
    background-color: #9826B3!important;
}

#data-dictionary th {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    #data-dictionary th:nth-child(3) {
        min-width: 300px;
    }
    /* .dictionary-swiper .swiper-slide,
    .swiper-slide,
    swiper-slide {
        flex-shrink: 0!important;
    } */
    #data-dictionary table {
        /* overflow-x: auto; */
        display: block;
    }
    th:nth-child(1) {
        width: 20%;
    }
    th:nth-child(2) {
        width: 20%;
    }
    th:nth-child(3) {
        width: 40%;
    }
    /* #data-dictionary th,
    #data-dictionary td {
        white-space: nowrap;
    } */
    /* #data-dictionary p {
        width: 100%;
    } */
}