﻿/*body {
    background: none !important;
    background-image: none !important;
}*/
.login-img{
    background: none !important;
    background-image:none !important;
}
html {
    background: none !important;
    background-image: none !important;
}
/*--------candidate panel----------*/
.expanel-candidate {
    border: 1px solid #e9edf4 !important;
}

    .expanel-candidate > .expanel-heading {
        color: #fff !important;
        background-color: #f5a658 !important;
        border-color: #f5a658 !important;
    }

/*--------candidate panel ends----------*/


/*--------employer panel----------*/
.expanel-employer {
    border: 1px solid #e9edf4 !important;
}

    .expanel-employer > .expanel-heading {
        color: #fff !important;
        background-color: #8bb988 !important;
        border-color: #8bb988 !important;
    }
/*--------employer panel ends----------*/

/*-----ot admin blue color: #6896d1  */


/*-----ot admin chkbox start*/
.custom-control-label {

    border: 1px solid var(--primary06);   
    background-size: 0.5rem;
}
/*-----ot admin chkbox End*/
    /*-----ot  chkbox start*/
    .custom-control-label:before {
        border: 2px solid gray;
        background-color: white;
        background-size: 0.5rem;
    }

/*-----ot  chkbox end*/
/*-----ot  email icon start*/
.social i {
    font-size: 12px !important;
}

/*-----ot  chkbox start*/


/**  ajax loading spinner    ***/
#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#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;
}
/**  ajax loading spinner ends   ***/