.page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-collapse.collapse {
    border-bottom: 0;
}

.logo-text img {
    max-width: 100%;
}

.image-style-align-right {
    max-width: 50%;
}

.image-style-align-left {
    max-width: 50%;
}

.xdsoft_timepicker {
    display:none!important;
}

.easy-autocomplete {
    width: 100%!important;
}

.invalid-feedback {
    display: block;
}


.hide {
    display: none;
}

.preloader-block {
    width:100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    background-color: rgba(0,0,0,.2);
    align-items: center;
    justify-content: center;
    color:white;
    --currentColor: white;
    z-index: 10;
}

.nav-link {
    cursor: pointer;
}
