﻿.modal {
    position: absolute;
    width: 300px;
    z-index: 10040;
    left: 10%;
    top: 10%;
    height:675px;
    background-color: rgba(0,0,0,0.75);
}

.div-error {
    background-color: #EBEBEB;
}

.center {
    margin: auto;
    width: 397px;
    border: 5px solid #FFFF00;
    padding: 5px;
}

.welcome-banner-text {
    text-align: center;
    line-height: 160%;
    max-width: 800px;
    padding: 90px 0;
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.9);
}

.modal-backdrop.in {
    opacity: 0.95 !important;
}

.pl15 {
    padding-left: 15px;
}

.sw {
    font-weight: bolder;
    color: white;
}

.whf {
    width: 50%;
    height: 30px;
    float: left;
}

.l5h3 {
    margin-left: 50%; 
    height: 30px;
}

.p5p5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.w320 {
    width: 320px;
}


.hidemsg {

    display:none;
}








#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

 