@font-face {
    font-family: 'hanimation';
    src: url('../fonts/hanimation-regular.ttf');
    /* src: url('https://www.fontstatic.com/fonts/hanimation/hanimation-regular.eot?#iefix'),
        url('https://www.fontstatic.com/fonts/hanimation/hanimation-regular.woff') format('woff'),
        local('hanimation') */
}

html, body, h1, h2, h3, h4, h5, h6, a {
    font-family: 'hanimation', 'Cairo', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
}

/* img {
    -webkit-filter: drop-shadow( 0 5px 10px rgba(11,27,38, 0.2));
    filter: drop-shadow( 0 px 10px rgba(11,27,38, 0.2));
    border-radius: 3px;
} */

.uk-logo img {
    width: 113px !important;
}

#login_bg {
    height: calc(100% - 120px);
    background-color: #fafafa;
}

.login_header {
    background: #313131;
    text-align: center;
    padding: 35px;
    color: #f9f9f9;
    text-shadow: 4px 5px 1px #000;
    margin: 0;
}

/* .page_header {
    background: #202020;
    text-align: center;
    padding: 12px;
    margin: 0;
} */

tr, th, td {
    text-align: center !important;
}

.uk-subnav-pill>.uk-active>a {
    background-color: #f0506e;
}

/* .custom-card {
    background-color: #fafafa;
    border: 1px solid #797979;
    box-shadow: none;
} */


.custom-card {
  

    box-shadow: none;
  border: 1px dashed #d4d4d4;
  background: #fbfbfb;
}




.navbar-dropdown-custom {
    padding: 20px 0 !important;
    text-align: center;
}
.navbar-dropdown-custom li {
    /* background-color: #eee; */
    font-size: 16px;
    padding: 3px 0;
}
.navbar-dropdown-custom li a {
    color: #000000 !important;
}

#login-particles {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
 }