
@import url('https://fonts.googleapis.com/css?family=Noto+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap&subset=latin-ext&ver=6.6.2');
*{
    font-family: 'Noto Sans', sans-serif;
    font-size:16px;
}
table .input-label2,
table .form-label2{
    font-family: 'Noto Sans', sans-serif;
    font-size:16px !important;
}
select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #20265B;
    background: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    border: 2px solid #6768ab;
    outline: none;
    width: 100%;
    font-size: 15px !important;
    min-height: 40px;
    padding: 5px 14px;
    font-weight:400;
    border-radius: 3px;
}
body, button, input, select, optgroup, textarea {
    color: #20265B;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
}
button{
    background-color: #20265B00;
    fill: #20265B;
    color: #20265B;
    border: 0;
    border-radius: 25px 25px 25px 25px;
    font-size: 15px;
    color:#fff;
    background-color:#5e4a8d;
    padding: 12px 24px;
    cursor:pointer;
}
button:hover{
    background-color: #D59FFF;
    color: #20265B;
    border-color: #D59FFF;
}
.cd table{
    width:100%;
    margin:0;
    margin-top:30px;
}
.cd input{
    width:100%;
}
.filter-cc input{
    width:initial;
}
.cd table th{
    border:none;
}
.cs thead > tr > th{
    padding-top: 12px;
    padding-bottom: 12px;
}
body{
    padding:0;
}
body > center{
    margin-top:30px;
    text-align: left;
}
.filter-cc input[type="submit"],
.filter-cc input[type="button"]{
    background-color: #20265B00;
    fill: #20265B;
    color: #20265B;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #20265B;
    border-radius: 25px 25px 25px 25px;
    font-size: 15px;
    padding: 7px 24px;
    cursor:pointer;
}
.filter-cc input[type="submit"]:hover,
.filter-cc input[type="button"]:hover{
    background-color: #CFE1FF;
    color: #20265B;
    border-color: #CFE1FF;
}
.filter-cc span{
    color:#20265B !important;
}
.cs .sorting-line{
    background-color: #CFE1FF;
    border: 1px solid #20265B;
    font-weight: 400;
}
tr.list:hover {
    background-color: #CFE1FF;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #20265B;
}
::-webkit-scrollbar-thumb:hover {
    background: #20265B;
}
a{
    color:#20265B;
    text-decoration:none;
    font-weight: 400;
}
a:hover{
    color:#20265B;
    background:transparent;
}
.cs tbody tr{
    border-bottom: 1px solid #CFE1FF;
}
.cs tbody img{
    width: 60px;
    height: auto;
}