﻿
.imgloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../../images/loader.gif") center no-repeat;
}

.homedivbg:hover {
    opacity: 0.8;
    cursor:pointer;
}
.padding0 {
    padding: 0px;
}
body {
    text-align: center;
}
    /* Turn off scrollbar when body element has the loading class */
    body.loading {
        overflow: hidden;
    }
        /* Make spinner image visible when body element has the loading class */
        body.loading .overlay {
            display: block;
        }

.ExamHeadingsSpan {
    color: black;
    font-weight: bold;
    text-align:left;

}
/*MOBILE*/
@media(max-width:1199.98px) {
    .homedivbg {
        background-image: linear-gradient(#21afbd 0%, rgba(255, 255, 255, 0.54) 30%, #dae0e5 100%);
        border-radius: 8px;
        font-weight: 700;
        margin: 1px;
        border: 1px solid black;
        transition: 0.3s;
    }
    .homeimages {
        height: 90px;
        width: 90px;
        align-self: center;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 11px;
        padding-bottom: 5px;
    }
    .homespantext {
        padding: 0;
        padding-bottom: 5px;
        color: black;
        font-weight: bold;
    }
    .pagestyle {
        color: black;
        font-size: 10px;
        font-weight: 700;
        text-align: left;
    }

    .orderidfont {
        font-size: 7px;
    }

    .timeleft {
        color: red
    }

    .ExamHeadingsSpan {
        font-size: 15px;
        align-self: center;
    }
}
/*DESKTOP*/
@media(min-width:1200px) {
    .homedivbg {
        background-image: linear-gradient(#21afbd 0%, rgba(255, 255, 255, 0.54) 30%, #dae0e5 100%);
        border-radius: 8px;
        font-weight: 700;
        margin: 1px;
        border: 1px solid black;
        transition: 0.3s;
    }
    .homeimages {
        height: 90px;
        width: 90px;
        align-self: center;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 11px;
        padding-bottom: 5px;
    }

    .homespantext {
        padding: 0;
        padding-bottom: 5px;
        color:black;
        font-weight:bold;
    }

    .ExamHeadingsSpan {
        font-size: 15px;
        align-self: center;
    }

    .orderidfont {
        font-size: 11px;
    }

    .pagestyle {
        color: black;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
    }

    .timeleft {
        color: red
    }
}
