﻿/* Start Spinner Css */
.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1 s linear infinite;
    margin-left: 8.5px;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* End Spinner Css */

.eyeball-icon {
    Position: absolute;
    Right: 15px;
    Top: 0;
    margin-top: 50px;
    cursor: pointer;
    color: #0056b3;
}

.eyeball-icon2 {
    Position: absolute;
    Right: 15px;
    Top: 0;
    margin-top: 60px;
    cursor: pointer;
    color: #0056b3;
}

.custom-valid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #198754;
}


.custom-invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.navbar-brand img {
    max-height: 50px;
}

.custom-email-text {
    width: 100%;
    text-align: right;
}
.custom-email-text-center {
    width: 350px;
    text-align: right;
}

.top-div {
    position: absolute;
    top: 10px;
    right: 10px;
}

.topbar-height {
    height: 90px;
}

.ficn-rl-usr {
    padding-left: 3px;
}

.ficn-rl-img {
    padding-right: 5px;
}

.col-4-custom {
    flex: 0 0 auto;
    width: 30.33333333%
}
.icon-leftmenu{
    width:16px !important;
}