html {
  font-size: 14px;
}

@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 {
  margin-bottom: 60px;
}*/
.table > thead {
    vertical-align: middle !important;
}

.app-header {
    /* background: #f6f9fc !important; */
    background: hsla(217, 100%, 50%, 1);
    background: linear-gradient(0deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
}

.brand-logo {
    /* background: #f6f9fc !important; */
    background: hsla(217, 100%, 50%, 1);
}

.table {
    width: 100% !important;
}

img.index-mediumscreen, .index-smallscreen, .index-smallscreen2 {
    display: none;
}

@media only screen and (max-width: 1024px) {
    img.index-bigscreen {
        display: none;
    }

    img.index-mediumscreen {
        display: inline;
    }
}

@media only screen and (max-width: 800px) {
    img.index-mediumscreen {
        display: none;
    }

    img.index-smallscreen {
        display: inline;
    }
}

@media only screen and (max-width: 480px) {
    img.index-smallscreen {
        display: none;
    }

    img.index-smallscreen2 {
        display: inline;
    }
}

@media (min-width: 1200px) {
    .banner-margin-left {
        margin-left: 270px;
    }
}

.select2-border-danger {
    border: 1px solid #dc3545;
    border-radius: 5px;
}

.nav-icon-hover:hover:before {
    width : 100% !important;
}

option:disabled {
    color: #cdc8c8;
}

.daterangepicker-disabled {
    pointer-events: none;
    background: var(--bs-form-control-disabled-bg) !important;
}