  /* LOADER STYLE */
  .loader-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.81)
    url("https://media.giphy.com/media/8agqybiK5LW8qrG3vJ/giphy.gif") center
        no-repeat;
    z-index: 1;
    display: none;
}

.table:not(.table-dark) th{
    color: #ffffff!important;
}

.status-change{
    cursor: pointer;
    /* padding-top: unset!important; */
}

.btn-style{
    background: #1F3F95;
    border: none;
    width: 100%;
    padding: .5rem 0;
    /* padding: .2rem 1.5rem .2rem 1.5rem!important; */
    color: #ffffff;
    border-radius: 5px;
    font-size: .78rem;
}

.btn-credent{
    background: #1F3F95;
    border: none;
    width: 35%;
    padding: .5rem 0;
    /* padding: .2rem 1.5rem .2rem 1.5rem!important; */
    color: #ffffff;
    border-radius: 5px;
    font-size: .78rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
}

.btn-credent:nth-child(1){
    
}

.table-head-colour{
    background: #1F3F95!important;
}

.save-button{
    background: #1F3F95!important;
    color: #ffffff!important;
}

.dropdown-menu-style{
    z-index: 100000!important;
    min-width: 15%!important;
    padding-left: .2rem!important;
    padding-right: .2rem!important;
    padding-bottom: 1.2rem!important;
}

.dropdown-style{
   position: unset!important; 
}