@font-face {
    font-family: OpenSans;
    src: url(font/OpenSans-VariableFont.ttf);
}

@font-face {
    font-family: digi_font;
    src: url(font/DIGI/DS-DIGIT.TTF);
}

@font-face {
    font-family: oswald_regular;
    src: url(font/oswald/Oswald-Regular.ttf);
}

:root {
    --klikdata-green: #35A66A;
}

*,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

select {
    padding: 5px !important;
}



body {
    min-height: 100vh;
    background-image: linear-gradient(to right bottom,
            #adddff,
            #df9c9c,
            #82beeb,
            #6caee2,
            #559fd8,
            #58a0d8,
            #d85a5a,
            #5da2d8,
            #78b3e2,
            #92c4eb,
            #abd6f5,
            #c5e7ff);
    /*background-color: #f9f9f9;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.material-icons:hover {
    cursor: pointer;
    color: #328bcb;
}

.main i {
    margin-right: 0 !important;
}

label {
    color: #000;
    font-weight: bold;
}

.missing {
    display: none;
    color: red;
}

/*
    modal styling
*/

.modal .modal-footer {
    padding: 0 24px !important;
}

/*-----------------------------------*/

select.browser-default {
    border: 1px solid rgb(145, 145, 145);
}

nav {
    z-index: 99999;
    box-shadow: none !important;
}

nav img {
    width: 30px;
}

.features-list img {
    width: 30px;
}

.sidenav {
    z-index: 999999;
}

.input-field label {
    font-weight: bold;
    color: rgb(88, 88, 88) !important;
}

@media screen and (max-width: 1000px) {
    #search-panel {
        position: fixed !important;
    }

    #search-panel li {
        margin: 0 auto;
        width: 100%;
    }

    .fixed-action-btn.direction-left ul,
    .fixed-action-btn.direction-right ul {
        width: 100%;
        right: 0;
    }
}

.main {
    flex: 1 0 auto;
    padding: 15px;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.603);
    z-index: 1005;
    display: none;
}

.loading-icon {
    display: none;
    z-index: 1006;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: translate(-50%, -50%);
}

/* styled table */
.styled-table {
    border-collapse: collapse;
    margin: 25px auto;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 90%;
    max-width: 95%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: none;
}

.styled-table thead tr {
    background-color: #328bcb;
    color: #ffffff;
    text-align: center;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    text-align: center;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #328bcb;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #328bcb;
}

input[type="radio"] {
    display: none;
}

.radio-input {
    width: 100%;
    padding: 0 3px;
}

.error-message {
    color: red;
}

.btn-block {
    width: 100%;
}

footer {
    margin-top: 200px;
}

.fullscreen-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
}

.fullscreen-loader .preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}