﻿/*Courses and blogs page loader*/
.careerTextFlashOut {
    position: absolute;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 15px;
}
.no-data-found {
    display: none;
}
.loader-header {
    background: transparent !important;
    display: none;
    width: 100%;
}

.page-loader {
    display: inline-block;
    width: 100%;
    height: 55px;
    margin: auto;
    position: relative;
}

.page-loader::before {
    content: "Loading...";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #334289;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    margin: auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #EBEDEF;
    padding: 12px 10px;
}

    



/*Image popup starts*/
