.simplesearch-highlight {
    font-weight:700;
}
.table-body .table-line {
    opacity: 0;
    display: none;
}
.table-body .table-line.active {
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

iframe {
    padding-top: 20px;
    padding-bottom: 20px;
}

ul {
  width: 70%;
  margin-bottom: 40px;
}


option {
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #101357;
}

option:hover {
    background-color: #e9eef2;
}

@media screen and (max-width: 767px) {
    ul {
        width: 100%;
    }
}

select.dropdown {
   width: 420px;
   height: 50px;
   margin-right: 20px;
   margin-bottom: 20px;
   margin-left: 0px;
   align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 8px;
    background-color: #101357;
    transition: all 500ms ease;
    color: #fff;
    font-size: 16px;
   -webkit-appearance: none;
   -moz-appearance:none;
}  
option {
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #101357;
}
option:hover {
    background-color: #e9eef2;
}