:root {
    --dt-row-selected: 13, 110, 253;
    --dt-row-selected-text: 255, 255, 255;
    --dt-row-selected-link: 9, 10, 11
}

body {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;

}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    border: 2px solid #F04B46!important;
    background: #fff!important;
    color: #30373F!important;
}

.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 15px;
}

.radio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #c8ccd4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.radio .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #225cff;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}

.radio:hover .label:after {
    transform: scale(3.6);
}

input[type="radio"]:checked+.label {
    border-color: #225cff;
}

input[type="radio"]:checked+.label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.cntr {
    /* position: absolute; */
    /* top: calc(50% - 10px); */
    left: 0;
    width: 100%;
    text-align: center;
}

.hidden {
    display: none;
}

.credit {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0.6;
}

.credit img {
    width: 72px;
}

.credit:hover {
    transform: scale(0.95);
}

table th{
    background-color: #129cfc !important;
    color: white;
}

tr th {
    border-collapse: collapse;
    border: 1px solid rgb(171, 158, 158);
}

tbody tr td {
    border-collapse: collapse;
    border: 1px solid rgb(171, 158, 158);
    text-transform: uppercase;
    font-family: "BlinkMacSystemFont", "-apple-system", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: small;
}
 /* tr:nth-child(old){background-color: #000000;} */
         /* tr:nth-child(old){background-color: #000000;} */

th {
    text-transform: uppercase;
    font-family: "BlinkMacSystemFont", "-apple-system", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: small;

}
  /* #example tr:nth-child(old){
    background-color: #1e0303;
    }		

    #example tr:nth-child(even){
        background-color: #FFFAFA;
        }  */







