label.invalid {
    width: 100% !important;
    margin-top: 0.50rem !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #F64E60 !important;
}

.fv-help-block {
    font-size: 1rem !important;
}

input.invalid, select.invalid, textarea.invalid, input.is-invalid, select.is-invalid, textarea.is-invalid  {
    border-color: #F64E60 !important;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url('../images/invalid.svg');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

select.invalid, select.is-invalid {
    background-position: right 1.5rem center !important;
}

input[type="file"] {
    padding: 0.40rem 0.70rem !important;
}

input[type="file"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container {
    width: 100% !important;
}

.arabic_text {
    /*font-family: 'Lateef', sans-serif;*/
    /*font-size: 20px !important;*/
}

.hidden {
    display: none;
}

.aside-minimize .brand .brand-logo span {
    display: none;
}

.swal2-container .swal2-html-container {
    max-height: 350px;
}

.form-label {
    font-weight: 500 !important;
}

.aside-menu .menu-nav > .menu-item > .menu-link {
    display: flex !important;
    align-items: center !important;
}

.blinking {
    animation: blinkingText 1s infinite;
    color: #fc030b;
}

.logo {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 9;
}

.left_card_form {
    width: 60%;
}

.carousel-indicators {
    bottom: 10px !important;
}

.banner_caption_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .25);
}

.hide_on_mobile {
    display: block;
}

.datepicker-days .disabled {
    cursor: not-allowed !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #ffeded !important;
}

/* Specifies the animation and transparency for the blinking text */
@keyframes blinkingText {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@media print {
    .hide_print {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .left_card {
        width: 100% !important;
    }

    .left_card_form {
        width: 75%;
    }

    .right_card {
        display: none;
    }

    .logo {
        display: block !important;
    }

    .hide_on_mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 70px;
    }
}
