html {
  font-size: 14px;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: iransansx-medium;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height:100%;
}

.layout-menu-fixed .layout-navbar-full .layout-menu,
.layout-menu-fixed-offcanvas .layout-navbar-full .layout-menu {
    top: 62px !important;
}

.layout-page {
    padding-top: 62px !important;
}

.content-wrapper {
    padding-bottom: 38.9375px !important;
}

a:hover {
    color:mediumaquamarine !important;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_filter input {
    margin-right: 10px;
}

