.page-logo-link {
    background: #fff;
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
}

.nav-menu li button {
    margin-left: 30px;
    margin-top: 20px;
}

.spinner-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff8f;
    width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner-border {
    position: absolute;
    top: 40%;
}

.text-loading {
    position: absolute;
    top: 65%;
    font-size: 1.4em;
    color: #333;
}

.alert.alert-success p {
    margin-bottom: 0;
}
.page-logo img {
    width: auto!important;
    height: 40px!important;
}

.display-none {
    display:none!important;
}
.bg-brand-gradient {
    background-image:none!important;
    background:url(../../../img/bg-auth.jpg) no-repeat center center!important;
    background-size: cover!important;
}

.chosen-single span, .select2-selection__placeholder {
    text-transform:uppercase;
}

.btn {
    text-transform:uppercase;
}

#js-nav-menu>li>ul>li>a{
    padding-left:80px;
}
#js-nav-menu>li>ul>li>ul{
    padding-left:5px;
}
.nav-menu li > ul li > ul li a {
    padding: 0.8125rem 2rem 0.8125rem 3.75rem!important;
}
.nav-menu li a > .nav-link-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;      
}

.m-t-20 {
    margin-top: 20px;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}

.dataTables_filter>label:first-child {
    display: inline-block!important;
    margin-top: 3px!important;
    margin-right: 10px!important;;
}
.dataTables_filter>label input {
    margin-left: 10px!important;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px!important;
    }
}

div.is-invalid {
    border: 1px solid #fd3995;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd3995' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd3995' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.3675em + 0.25rem) center;
    background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

.table thead th {
    text-transform: uppercase!important;
}


.add-resource-type-modal-overlay {
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    z-index: 2049;
    bottom: 0;    
}
.toast-error {
        background-color: #f51818!important;
}
