.reg_wrapper_right {
    /* max-width: 100%!important;
    background: url('/public/custom/img/banner/reg.png') !important;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 100%!important;
    align-items: unset!important; */
}
.reg-profile-preview{
    width: 410px;
    top: 42%;
    position: relative;
}
.reg-profile-preview img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.reg-profile-preview h4{
    font-size: 22px!important;
    font-weight: 600!important;
    line-height: 1.8rem!important;
    top: 10px;
    position: relative;
    padding: 0%!important;
}
.reg-profile-preview .card{
    border-radius: 10px;
}
.reg-profile-badge{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


input.custom-chk-btn {
    display: none;
}
input.custom-chk-btn + label {
    /* border: 1px solid grey;
    background: ghoswhite;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 5px; */
}
input.custom-chk-btn:not(:checked) + label:hover {
    /* box-shadow: 0px 1px 3px; */
}
input.custom-chk-btn + label:active,
input.custom-chk-btn:checked + label {
    /* box-shadow: 0px 0px 3px inset;
    background: #eee; */
}
.login_wrapper_left{
    height: 100vh;
    overflow-y: scroll;
}
/* width */
.login_wrapper_left::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.login_wrapper_left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
.login_wrapper_left::-webkit-scrollbar-thumb {
    background: rgb(67, 182, 232); 
    border-radius: 10px;
}
#regBackVideo{
    position: relative;
    right: 0;
    bottom: 0;
    /* min-width: 100%; 
    min-height: 100%; */
    height: 100vh;
    object-fit: fill;
    width: 100%;
}
.login_wrapper .login_wrapper_right .login_main_info {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 55%;
}
.login_wrapper .login_wrapper_right {
    display: block;
}
.login_wrapper {
    /* display: grid;
    grid-template-columns: 615px auto; */
    justify-content: unset!important;
}


.nice-select.has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 13px 0 13px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: auto;
}
.theme_btn_sm{
    margin-top: 5px;
    padding: 10px 14px;
    font-size: 12px;
}
.theme_btn_rounded{
    border-radius: 35px;
}
.theme_btn_inverse{
    background-color: #fff;
    color: #FB1159;
    border-color: var(--system_primery_color);
}
.place-btn-black{
    display: inline-block;
    background-color: #000000;
    border: 2px solid #000000;
    color: #fff;
    border-radius: 10px;
    margin-top: 5px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all .5s ease;
    font-family: "Poppins", sans-serif;
}
.place-btn-black:hover{
    background-color: #fff;
    color: #000000;
}
.place-btn-black .rounded{
    border-radius: 35px;
}
#profilingInfoModal .modal-title{
    font-size: 35px;   
}
#profilingInfoModal p{
    font-size: 18px;
    color: #000000;
}
#profilingInfoModal .place-btn-black{
    font-size: 20px;
}
#profilingInfoModal .main-content{
    padding: 1.5rem;
}
#overlay-calculating{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5; */
    opacity: 0.9;
    z-index: 10000;
    background-image: url("/public/custom/img/gifs/overlay-job-recommendations-400.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px 400px;
}
#overlay-calculating-path{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5; */
    opacity: 0.9;
    z-index: 10000;
    background-image: url("/public/custom/img/gifs/overlay-job-path-500.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px 400px;
}
.sidebar #sidebar_menu li a.group {
    font-size: 12px;
    font-weight: 500;
    color: #415094;
    padding: 9px 7px;
    padding: 9px 7px 9px 29px;
    background: #fff;
    transition: .3s;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 26px auto !important;
    grid-gap: 6px;
    align-items: center;
    position: relative;
    background: transparent;
    border: unset;
}
.theme_cookies .theme_cookies_info p{
    color: white;
}
.theme_cookies .theme_cookies_info p a{
    color: wheat;
}
.theme_cookies .cookie_btn{
    background: #fff!important;
}
.theme_cookies .cookie_btn:hover{
    background: #4c4c4c!important;
    color:#fff!important;
}

@media (max-width: 991px) {
    .course_fullview_wrapper {
        min-height: auto;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .course_fullview_wrapper .video_iframe{
        position: relative;
        height: 70vh;
    }
}

