@media (min-width: 576px) {
    .login-form {
        max-width: 520px;
    }
}

@media (min-width: 768px) {
    .login-form {
        max-width: 520px;
    }
}

@media (min-width: 992px) {
    .login-form {
        max-width: 520px;
    }
}

@media (min-width: 1200px) {
    .login-form {
        max-width: 520px;
    }
}

@media (min-width: 992px) {
    .modal-lg-custom, .modal-xl-custom {
       max-width: 1000px;
    }
}
@media (min-width: 768px){
    .bd-navbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1071;
    }
}
.login-form{
    background-color: #e9ecef;
    border-color: #b8daff;
    position: relative;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 5em auto;
    padding: 3em;
}

.login-form label[for="remember_me"]{
    padding-top: 0px;
}
body#login-page .software-name{
    color: #f8f9fa!important;
    text-align: center!important;
}

body#login-page .company-name{
    color: #ffc107;
    text-align: center!important;
}

body#login-page{
    background-image: url('/iam/image/geometric-background.jpg');
}

.bd-navbar {
    min-height: 4rem;
}

.notice-text{
    font-size: 0.8rem;
    color: #dc3545 !important;
}

.custom-file-label::after{
    content: "Mở Folder" !important;
}

.borderless td, .borderless th {
    border: none;
}

.btn.btn-icon{
    width: 30px;
    height: 30px;
    padding: 0px !important;
    margin: 0px !important;
}

.required-field:after{
    content: " *";
    color: #ea2b2b;
}

.bg-teal{
    background-color: #008080;
}

.bg-teal .tab, .bg-white{
    background-color: #f8f9fa;
}

.btn-white {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-white:hover {
    color: #212529;
    background-color: #dde2e6;
    border-color: #dde2e6;
}

h5.nav-header{
    background-color: #125863;
    color: white;
    margin-bottom: 0px;
    padding: 0.5rem!important;
    text-align: left;
}
.list-frame{
    height: 800px;
}

.legend-custome{
    font-size: 1em;
    color: #000;
    padding: 0.5rem!important;
}

.scroll-bar-x{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.scroll-bar-y{
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

input[type="password"]::-ms-reveal {
    display: none;
}

#togglePwdVisiBtn {
    border-color: lightgray!important;
}

@keyframes lds-ellipsis1 {
    0% {
      transform: scale(0); }
    100% {
      transform: scale(1); } }
  
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(0); } }
  
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0); }
    100% {
      transform: translate(24px, 0); } }
  
  /* effect lds roller */
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
    .lds-ellipsis div {
      position: absolute;
      top: 33px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: lightseagreen;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite; }
      .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite; }
      .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite; }
      .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite; }
    .lds-ellipsis.warning div {
      background: orange;
     }
     .lds-ellipsis.secondary div {
        background: gray;
       }