﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700');

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    background: #fff;
    font-weight: 300;
    color: #768093;
    margin: 0;
}

.user_area .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


* html .user_area .clearfix {
    height: 1%;
}

p {
    margin-top: 0;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 1.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, h2, h3, h4 {
    font-weight: 300;
    margin-bottom: 2rem;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.3rem;
    line-height: 2rem;
}

h5 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
}

h6 {
    font-size: 0.8rem;
    margin-bottom: 2rem;
    color: #959eae;
    text-transform: uppercase;
    font-weight: 300;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #ff9700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        outline: none;
        color: #ff9700;
        font-weight: 300;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .btn.focus, .btn:focus {
        box-shadow: none;
    }

.btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 14px 50px;
    font-weight: 400 !important;
    margin: 1rem 0px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    letter-spacing: 1px !important;
    border-radius: 8px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}


.btn-block {
    display: block;
    width: 100%;
}

.btn.btn-link {
    color: #ff9700;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-primary {
    border-color: #ff9700;
    border-radius: 50px;
    background-color: #ff9700;
    color: #fff;
    cursor: pointer;
}

    .btn.btn-primary:hover,
    .btn-primary:focus {
        color: #fff;
        border-color: #ec8d02;
        background-color: #ec8d02;
        outline: none;
    }

.btn-transparent {
    border-color: #fff;
    color: #fff !important;
    border-radius: 50px;
}

    .btn-transparent:hover {
        border-color: #fff;
        color: #31383f !important;
        background: #fff;
    }

label {
    font-size: 10px;
    color: #3d4650;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 2px;
    margin-bottom: .5rem;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input, select, textarea {
    line-height: inherit;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control {
    height: 50px !important;
    line-height: 30px;
    border-radius: 3px;
    background: none;
    font-size: 14px;
    border: 1px solid #d8dcdc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #768093;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

    .form-control:focus {
        outline: none;
        border-color: #ff9700;
        background: none;
        color: #768093;
    }

    .form-control:hover {
        outline: none;
    }

textarea.form-control {
    height: inherit !important;
}

input[type='file'].form-control {
    line-height: 25px;
}

.section_heading h2 {
    color: #3d4650;
    font-size: 28px;
    font-weight: 300;
    margin: 0px;
    padding-bottom: 40px;
}

.loading-overlay {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9996;
    background: #ffffff;
    opacity: 1;
}

    .loading-overlay .loading-box {
        height: 100vh;
        margin: 0px auto;
        display: table-cell;
        vertical-align: middle;
        width: 100vw;
    }

        .loading-overlay .loading-box img {
            width: 100px;
            margin: 0px auto;
            display: block;
        }

        .loading-overlay .loading-box .overlay_content {
            text-align: center;
            padding: 0px 20px;
        }

            .loading-overlay .loading-box .overlay_content h2 {
                margin-bottom: 0px;
                padding-bottom: 10px;
                font-size: 20px;
                color: #3d4650;
                font-weight: 400;
                text-align: center !important;
            }

            .loading-overlay .loading-box .overlay_content p {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 0px;
                text-align: center !important;
            }

.logo {
    float: left;
}

    .logo a {
    }

        .logo a img {
            /*  width: 70px;*/
        }

.login_nav {
    float: right;
}

    .login_nav ul {
        margin: 0px;
        padding: 0px;
    }

        .login_nav ul li a {
            display: block;
        }

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.form_section {
    padding: 40px 120px 0px;
}

    .form_section .login_nav {
    }

        .form_section .login_nav ul {
        }

            .form_section .login_nav ul li {
                display: inline-block;
                margin-left: 20px;
            }

                .form_section .login_nav ul li.rounded_btn {
                    padding: 9px 30px;
                    border: 1px solid #A7B1C1;
                    border-radius: 40px;
                    height: 40px;
                }

                    .form_section .login_nav ul li.rounded_btn a {
                        font-size: 11px;
                        font-weight: 400;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        display: block;
                        line-height: 22px;
                    }

                    .form_section .login_nav ul li.rounded_btn:hover {
                        border-color: #ff9700;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .form_section .login_nav ul li.rounded_btn:hover a {
                            color: #ff9700;
                        }

                .form_section .login_nav ul li a {
                    color: #768093;
                    font-size: 12px;
                }

    .form_section .input_form {
        padding: 50px 0px;
        width: 460px;
        margin: 0px auto;
    }

        .form_section .input_form .btn-primary {
            margin: 10px 0px;
            line-height: 20px;
        }

        .form_section .input_form .section_heading {
        }

            .form_section .input_form .section_heading h2 {
                padding-bottom: 20px;
            }

            .form_section .input_form .section_heading p {
            }

        .form_section .input_form .form-group {
            margin-bottom: 40px;
        }

            .form_section .input_form .form-group label {
                display: block;
            }

                .form_section .input_form .form-group label a {
                    float: right;
                    font-weight: 300;
                    color: #768093;
                    letter-spacing: 0.5px;
                    font-size: 11px;
                    text-transform: capitalize;
                }

                    .form_section .input_form .form-group label a:hover {
                        color: #ff9700;
                    }

.login_top_section {
    background: #31383f;
    padding: 15px 0px;
}

.login_wrapper {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 15px;
}

.login_top_section .logo {
    float: left;
}

    .login_top_section .logo a {
    }

        .login_top_section .logo a img {
            width: inherit;
            max-height: 28px;
        }

.login_top_section .right_nav {
    float: right;
}

    .login_top_section .right_nav ul {
    }

    .login_top_section .right_nav > ul > li {
        display: inline-block;
        position: relative;
    }

    .login_top_section .right_nav ul li.dropdown .dropdown-menu {
        right: 0 !important;
        left: inherit;
        min-width: 160px;
        padding: 15px;
        margin-top: 5px;
        border: none;
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        min-width: 200px !important;
    }


    .login_top_section .right_nav ul li.language_dropdown .dropdown-menu {
        padding: 0px;
        max-height: 160px;
        overflow: auto;
    }

    .login_top_section .right_nav ul li.dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        font-size: 13px;
        color: #768093;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .login_top_section .right_nav ul li.dropdown .dropdown-menu > li > a:hover {
            color: #ff9700;
        }

    .login_top_section .right_nav ul li.language_dropdown .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
    }



    .login_top_section .right_nav > ul > li > a {
        margin-left: 15px;
        color: #737A84;
        font-size: 13.4px;
        font-weight: 300;
        vertical-align: middle;
        display: inline-block;
    }

        .login_top_section .right_nav > ul > li > a > img {
            width: 18px;
            opacity: 0.3;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .login_top_section .right_nav > ul > li > a:hover > img {
            opacity: 1;
        }

        .login_top_section .right_nav > ul > li > a:hover {
            color: #fff;
        }


    .login_top_section .right_nav ul li.language_dropdown .dropdown-menu li {
        line-height: 32px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        min-height: 32px;
    }

    .login_top_section .right_nav ul li.language_dropdown.show > a:after {
        transform: rotate(0deg);
        opacity: 1;
    }

    .login_top_section .right_nav ul li.language_dropdown.show {
        background: #31383f;
    }

    .login_top_section .right_nav > ul > li .slim-scrollbar {
        max-height: 232px;
        overflow: hidden;
        overflow-y: auto;
    }

    .login_top_section .right_nav ul li.language_dropdown .dropdown-menu {
        padding: 0px;
        max-height: 160px;
        overflow: auto;
        background: #fff;
        border-radius: .25rem;
        position: absolute;
    }

        .login_top_section .right_nav ul li.language_dropdown .dropdown-menu.show {
            padding: 0px;
            max-height: 160px;
            overflow: auto;
            background: #fff;
            border-radius: .25rem;
            position: absolute;
            display: block !important;
        }


        .login_top_section .right_nav ul li.language_dropdown .dropdown-menu > li > a {
            border-bottom: 1px solid #d8dcdc;
            padding: 10px;
        }

    .login_top_section .right_nav ul li.dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        line-height: 23px;
        font-size: 13px;
        color: #768093;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .login_top_section .right_nav > ul > li > a {
        margin-left: 15px;
        color: #737A84;
        font-size: 13.4px;
        font-weight: 300;
        vertical-align: top;
        display: inline-block;
    }

        .login_top_section .right_nav > ul > li > a > img {
            width: 18px;
            opacity: 0.3;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .login_top_section .right_nav > ul > li > a:hover > img {
            opacity: 1;
        }

        .login_top_section .right_nav > ul > li > a:hover {
            color: #fff;
        }

.ng-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #31383F;
    opacity: 0.90;
    z-index: 9996;
}

.warning-popup {
    position: fixed;
    z-index: 9996;
    top: 50%;
    max-width: 600px;
    left: 50%;
    background: #f9f9fa;
    padding: 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 8px 19px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.14);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .warning-popup .modal-body {
        padding: 0px;
    }

    .warning-popup .close_icon {
        position: absolute !important;
        right: 0 !important;
        top: 25px !important;
        transform: inherit;
        height: 30px;
        width: 30px;
        z-index: 999;
        cursor: pointer;
    }

        .warning-popup .close_icon img {
            width: 30px;
            vertical-align: top;
        }

    .warning-popup .modal-body h2 {
        color: #3D464C;
    }

    .warning-popup .modal-body p {
        font-size: 15px;
        border-radius: 7px
    }

    .warning-popup .modal-footer a.btn-link {
        color: #ff9700;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        bottom: 30px;
        left: 20px;
        display: block;
    }


/*Placeholde CSS Start*/
.form-control::-webkit-input-placeholder {
    color: #768093;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}

.form-control::-moz-placeholder {
    color: #768093;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
}

.form-control:-ms-input-placeholder {
    color: #768093;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
}

.form-control:-moz-placeholder {
    color: #768093;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
}
/*Placeholde CSS End*/

.login_with_social {
    margin-top: 10px;
}

    .login_with_social a {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 17px;
        font-weight: 400;
    }

    .login_with_social img {
    }

.btn-border {
    padding: 14px 30px;
    border: 1px solid #A7B1C1;
    border-radius: 40px;
    color: #768093;
}

    .btn-border:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #ff9700;
        border-color: #ff9700;
    }

.login_with_social .icons {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.login_with_social span {
    display: inline-block;
    vertical-align: sub;
}

.login_with_social .icons.fb {
    background: url(../images/icons/facebookIcon.svg) no-repeat;
}

.login_with_social .icons.google {
    background: url(../Images/icons/googleIcon.svg) no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.login_with_social .icons.microsoft {
    background: url(../Images/icons/MicrosoftIcon.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.login_with_social .icons.linkdin {
    margin-right: 7px;
    background: url(../images/icons/icon_share_linkedin.svg) no-repeat;
}

/*.login_with_social a:hover .icons.fb {
    background: url(../images/icons/icon_share_facebook_hover.svg) no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}*/

.login_with_social a:hover .icons.linkdin {
    background: url(../images/icons/icon_share_linkedin_hover.svg) no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.input-control {
    position: relative;
}

    .input-control .form-control {
        padding: 10px 20px 10px 40px;
    }

.actee_icon {
    width: 17px;
    height: 17px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 16px;
    left: 15px;
}

    .actee_icon.user {
        background: url(../Images/icons/icon_form_user.svg) no-repeat;
        width: 17px;
    }

    .actee_icon.mail {
        background: url(../Images/icons/icon_form_mail.svg) no-repeat;
    }

    .actee_icon.lock {
        background: url(../Images/icons/icon_form_password.svg) no-repeat;
    }

    .actee_icon.session {
        background: url(../Images/icons/SessionView.svg) no-repeat;
    }

.show_password_icon.eye {
    background: url(../Images/eye.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 14px;
    display: block;
    right: 10px;
    z-index: 99;
    position: absolute;
    opacity: 0.6;
    cursor: pointer;
}

.password-input {
    letter-spacing: 3px;
}

.errormessage {
    color: red;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.form-groupNewDash {
    /* padding-bottom: 20px; */
    min-width: 230px;
}

    .form-groupNewDash .radio_button.active .radio_circle {
        border-color: #ff9700;
    }

    .form-groupNewDash .radio_button .radio_circle {
        width: 18px;
        height: 18px;
        border: 1px solid #ffffff;
        display: block;
        border-radius: 50%;
        position: relative;
        float: left;
        cursor: pointer;
    }

    .form-groupNewDash span {
        font-size: 11px;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 5px;
        display: block;
        width: 185px;
        float: left;
        line-height: 20px;
    }

    .form-groupNewDash .radio_button.active .radio_circle:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background: #ff9700;
        border-radius: 50%;
        top: 3px;
        left: 3px;
    }

.form-groupNewDash1 {
    width: 240px;
    margin: 0px auto;
}

    .form-groupNewDash1 span {
        font-size: 11px;
        color: #3d4650;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 5px;
        display: block;
        width: 185px;
        float: left;
        line-height: 20px;
    }

.signup_box {
    border-bottom: 1px solid #d8dcdc;
    padding-bottom: 26px;
    margin-bottom: 40px;
}

    .signup_box h2 {
        color: #3d4650;
        font-size: 28px;
        font-weight: 300;
        padding-bottom: 20px;
        margin: 0px;
    }

        .signup_box h2 a {
            color: #3d4650;
        }

    .signup_box a.btn-border {
        text-align: center;
    }

.btn_border_theme {
    border: 1px solid #ff9700;
    color: #ff9700;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

    .btn_border_theme:hover {
        background: #ff9700;
        color: #fff;
    }

@keyframes heartbeat {
    0%,60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    5% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    39% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    45% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes heartbeat {
    0%,60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    5% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    39% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    45% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartbeat {
    padding: 15px;
    -webkit-animation: heartbeat 1s infinite cubic-bezier(.215,.61,.355,1);
    animation: heartbeat 1s infinite cubic-bezier(.215,.61,.355,1);
}

.actee_wrapper {
    position: relative;
    z-index: 1;
}

.modal-open {
    overflow: hidden;
}

.custom_popup {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9997;
    outline: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .custom_popup .ng-modal-dialog {
        position: relative;
        width: auto;
        margin: 30px auto;
        max-width: 700px;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

        .custom_popup .ng-modal-dialog .ng-modal-dialog-content {
            position: relative;
            display: block;
            background-color: #fff;
            border: 1px solid rgba(0,0,0,.2);
            outline: 0;
            border-radius: 0px;
        }

    .custom_popup .modal-header {
        display: block;
        border-bottom: 1px solid #eceeef;
        border-top: 1px solid #d8dcdc;
        padding: 30px;
    }

        .custom_popup .modal-header h4 {
            color: #333333;
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 0;
            line-height: 1.5;
            margin-top: 0;
            font-family: 'Roboto';
        }

    .custom_popup .modal-body {
        position: relative;
        display: block;
        padding: 30px 30px 0px;
    }

        .custom_popup .modal-body .left_form {
        }

    .custom_popup .modal-footer {
        display: block;
        padding: 0px 15px;
        border-top: 1px solid #d8dcdc;
    }

        .custom_popup .modal-footer .btn {
            margin: 1rem auto;
        }


.platformslogo {
    margin: 20px 0px;
    min-height: 120px;
    overflow: hidden;
    text-align: center;
}

    .platformslogo a {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        height: 99px;
        /*border: 2px solid #000;*/
        margin: 5px;
        padding: 1.2rem;
        border-radius: 0px 0px 3px;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.14);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        margin-bottom: 2rem;
    }

        .platformslogo a:hover {
            -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.12);
            -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.12);
        }

        .platformslogo a span {
            color: #fff;
            font-size: 20px;
            font-weight: 400;
            height: 60px;
            /*line-height: 60px;*/
            padding: 0px 10px;
            /*white-space: pre;*/
            width: auto;
        }

        .platformslogo a .dontseehubtext {
            color: #31383f;
            font-size: 20px;
            font-weight: 400;
            height: 60px;
            /*line-height: 60px;*/
            padding: 0px 10px;
            /*white-space: pre;*/
            width: auto;
        }

        .platformslogo a img {
            width: 150px;
            max-width: 100%;
            height: 60px;
        }

@media (min-width: 768px) and (max-width: 979px) {
    .form_section {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .form_section {
        padding: 40px 20px 0px;
    }

        .form_section .input_form {
            padding: 50px 0px;
            width: auto;
        }

        .form_section .login_nav {
            text-align: center !important;
            float: none;
        }

            .form_section .login_nav ul li {
                display: block;
                margin-left: 0px;
            }

                .form_section .login_nav ul li.rounded_btn {
                    display: inline-block;
                    margin-top: 10px;
                    margin-left: 0px;
                }

    .login_with_social .col-sm-6:last-child a {
        margin-top: 10px;
    }

    .form_section .logo a img {
        width: 110px;
    }

    .form_section .logo {
        float: none;
        text-align: center;
        padding-bottom: 40px;
    }

    body {
        margin-top: 0px;
    }

        body.user_area {
            margin-top: 0px;
        }
}

@media(max-width:600px) {
    .warning-popup {
        width: 100%;
        padding: 10px;
    }

        .warning-popup .modal-body h2 {
            font-size: 20px;
            margin-right: 20px;
            margin-bottom: 15px;
        }

        .warning-popup .modal-body p {
            margin-bottom: 10px;
            border-radius: 7px
        }
}

@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*logo size*/
.platformslogo {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

    .platformslogo > div {
        flex: 0 1 33.3%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .platformslogo a {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0 0 30px;
        position: relative;
    }

        .platformslogo a img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: auto;
        }

.platformslogo {
}

    .platformslogo a span {
        overflow: hidden !important;
        /*text-overflow: ellipsis;*/
    }

/*logo size end*/
/*Slim Scrollbar CSS Start*/
.slim-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ddd;
}

.slim-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #ff9700;
}

.slim-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a2a2a2;
}
/*Slim Scrollbar CSS End*/
.acteelogofree_onpopup {
    position: absolute;
    font-size: 18px;
    color: #31383f;
    font-weight: 500;
    text-transform: uppercase;
    right: 15px;
    display: block;
    bottom: 5px;
}


.logos_platform {
    display: inline-block !important;
}

    .logos_platform > div {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        display: grid;
    }

.border_radius30 {
    border-radius: 30px !important;
}

.logos_platform a {
    margin-bottom: 0;
}

.platformslogo.clearfix.logos_platform {
}

h5.h5-heading {
    font-weight: 500;
    text-transform: inherit;
    margin-bottom: 0;
}

.ng-modal-overlay.newoverlay {
    /*background: rgba(0,0,0,0.1);*/
    opacity: 1;
}

.border_radius30 .modal-body {
    height: calc(100vh - 235px);
    overflow-y: auto;
    overflow-x: hidden;
}

.border_radius30 .modal-header {
    border: 0px !important;
}

.logos_platform h5 {
    text-align: left;
}

@media (max-width: 767px) {
    .border_radius30 {
        border-radius: 0px !important;
    }

    .logos_platform > div {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: block;
        margin: 0;
    }

    .logos_platform {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .first_logo .col-sm-4 {
        min-width: 50%;
        display: inline-block;
        margin: 0px;
        float: left;
        max-width: 50%;
        padding: 10px;
    }

    .sessionPlatforms.col-sm-4.ng-scope {
        min-width: 50%;
        display: inline-block;
        margin: 0px;
        float: left;
        max-width: 50%;
        padding: 10px;
    }
}

@media (max-width: 420px) {
    .first_logo .col-sm-4 {
        min-width: 100%;
        display: inline-block;
        margin: 0px;
        float: left;
        max-width: 100%;
        padding: 10px;
    }

    .sessionPlatforms.col-sm-4.ng-scope {
        min-width: 100%;
        display: inline-block;
        margin: 0px;
        float: left;
        max-width: 100%;
        padding: 10px;
    }
}

/*Login ,switch hub and session popup css*/
/*logo size*/
.platformslogo {
    display: flex !important;
    justify-content: left;
    flex-wrap: wrap;
    width: 660px;
    margin: 0 auto;
}

    .platformslogo > div {
        flex: 0 1 200px;
        max-width: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .platformslogo a {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0 0 30px;
        position: relative;
    }

        .platformslogo a img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: auto;
        }

.sessionPlatforms {
    position: relative;
}

.platformslogo {
}

    .platformslogo a span {
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

@media (max-width: 660px) {
    .platformslogo > div {
        flex: 0 1 40%;
        max-width: 40%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}

@media (max-width: 560px) {
    .platformslogo > div {
        flex: 0 1 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}

@media (max-width: 460px) {
    .platformslogo > div {
        flex: 0 1 73%;
        max-width: 73%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}

@media (max-width: 380px) {
    .platformslogo > div {
        flex: 0 1 87%;
        max-width: 87%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}

.sessionPopupNew h5, .border_radius30 h5 {
    text-transform: capitalize !important;
    font-weight: 500;
    margin-bottom: 10px;
}

.slim-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff9700;
}
/*Slim Scrollbar CSS End*/
.acteelogofree_onpopup {
    position: absolute;
    font-size: 18px;
    color: #31383f;
    font-weight: 500;
    text-transform: uppercase;
    right: 15px;
    display: block;
    bottom: 5px;
}

.sessionPopupNew hr, .border_radius30 hr {
    border-top: 2px solid rgba(0,0,0,.3) !important;
    margin-top: 0px;
}
/*New Login and register page css*/
button.closeLogin, button.backLogin {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.closeLogin {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

    .closeLogin:hover {
        opacity: .75;
    }

    .closeLogin img {
        width: 30px;
    }

.border_radius30.loginNPopup hr {
    border-top: 1px solid rgba(0,0,0,.3) !important;
    margin-top: 0px;
    width: 80%;
    margin: 20px auto;
}

.custom_popup.mainNpopup .modal-header {
    padding: 0px;
}

.border_radius30.loginNPopup {
    padding: 20px !important;
}
/*.mainNpopup {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}*/
.mainNpopup .ng-modal-dialog {
    min-width: 600px;
    max-width: 600px;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.custom_popup.mainNpopup .border_radius30 .modal-body {
    padding: 30px;
    height: auto;
}

.SelectionPopup .ng-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #31383F;
    opacity: 0.90;
    z-index: 50;
}

    .SelectionPopup .ng-modal-overlay.newoverlay {
        /* background: rgba(0,0,0,0.1); */
        opacity: 0.6;
    }

.custom_popup.mainNpopup {
    z-index: 51;
}

.loginBackground_Pc, .loginBackground_mob {
    width: 100vw;
    object-fit: cover;
    margin-top: -2px;
    height: 100vh;
}

.loginBackground_mob {
    display: none;
}

.backLogin {
    width: 36px;
    position: absolute;
    top: 20px !important;
    left: 50px !important;
    height: 36px;
}

.custom_popup.mainNpopup .loginNPopup .modal-header {
    padding: 20px;
}

.custom_popup.mainNpopup .loginNPopup .modal-body {
    max-width: 560px;
    min-width: 560px;
}

.custom_popup.mainNpopup .loginNPopup .section_heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

    .custom_popup.mainNpopup .loginNPopup .section_heading h2 {
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 10px;
    }

    .custom_popup.mainNpopup .loginNPopup .section_heading p {
        margin-bottom: 0;
    }

.custom_popup.mainNpopup .form-control {
    border: 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0px;
}

.custom_popup.mainNpopup .actee_icon {
    top: 21px;
    width: 18px;
    height: 18px;
}

    .custom_popup.mainNpopup .actee_icon.mail {
        background: url(../Images/LoginRegister/Email.svg) no-repeat;
    }

.custom_popup.mainNpopup .show_password_icon.eye {
    background: url(../Images/LoginRegister/visibility.svg) no-repeat;
    background-size: contain;
    top: 21px;
}

.custom_popup.mainNpopup .actee_icon.Ruser {
    background: url(../Images/LoginRegister/User.svg) no-repeat;
    width: 17px;
}

.custom_popup.mainNpopup .actee_icon.Rposition {
    background: url(../Images/LoginRegister/Job.svg) no-repeat;
    width: 17px;
}

.custom_popup.mainNpopup .show_password_icon {
    width: 20px;
    height: 15px;
    top: 14px;
    display: block;
    right: 10px;
    z-index: 99;
    position: absolute;
    opacity: 0.6;
    cursor: pointer;
}

    .custom_popup.mainNpopup .show_password_icon.Rclose {
        background: url(../Images/LoginRegister/close.svg) no-repeat;
        background-size: contain;
        top: 21px;
    }

    .custom_popup.mainNpopup .show_password_icon.Rright {
        background: url(../Images/LoginRegister/check-mark.svg) no-repeat;
        background-size: contain;
        top: 21px;
    }

.custom_popup.mainNpopup .actee_icon.lock {
    background: url(../Images/LoginRegister/lock.svg) no-repeat;
}

.formError {
    border-bottom: 2px solid #F45E40 !important;
}

.formRight {
    border-bottom: 2px solid #33D189 !important;
}

.forgetpwd {
    float: none;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 14px !important;
    margin-top: 16px;
}

.mt10 {
    margin-top: 10px;
}

.custom_popup.mainNpopup .errormessage {
    color: red;
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
}

.reye {
    right: 40px !important;
}

.custom_popup.mainNpopup .form-group h3 {
    font-size: 25px;
}

.NRlogin_top_section {
    /*background: #31383f;*/
    padding: 0px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.NRlogin_wrapper {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px;
}

.NRlogin_top_section .logo {
    float: left;
}

    .NRlogin_top_section .logo a {
    }

        .NRlogin_top_section .logo a img {
            width: inherit;
            max-height: 28px;
        }

.NRlogin_top_section .right_nav {
    float: left;
}

    .NRlogin_top_section .right_nav ul {
    }

    .NRlogin_top_section .right_nav > ul > li {
        display: inline-block;
        position: relative;
    }

    .NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu {
        left: inherit;
        min-width: 160px;
        padding: 15px;
        margin-top: 5px;
        border: none;
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        min-width: 200px !important;
    }


    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu {
        padding: 0px;
        max-height: 160px;
        overflow: auto;
    }

    .NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        font-size: 13px;
        color: #768093;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a:hover {
            color: #ff9700;
        }

    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
    }



    .NRlogin_top_section .right_nav > ul > li > a {
        margin-left: 0px;
        color: #737A84;
        font-size: 13.4px;
        font-weight: 300;
        vertical-align: middle;
        display: inline-block;
    }

        .NRlogin_top_section .right_nav > ul > li > a > img {
            width: 18px;
            opacity: 0.5;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .NRlogin_top_section .right_nav > ul > li > a:hover > img {
            opacity: 1;
        }

.login_top_section .right_nav > ul > li > a:hover {
    color: #fff;
}


.NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu li {
    line-height: 32px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    min-height: 32px;
}

.NRlogin_top_section .right_nav ul li.language_dropdown.show > a:after {
    transform: rotate(0deg);
    opacity: 1;
}

.NRlogin_top_section .right_nav ul li.language_dropdown.show {
    background: #31383f;
}

.NRlogin_top_section .right_nav > ul > li .slim-scrollbar {
    max-height: 232px;
    overflow: hidden;
    overflow-y: auto;
}

.NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu {
    padding: 0px;
    max-height: 160px;
    overflow: auto;
    background: #fff;
    border-radius: .25rem;
    position: absolute;
}

    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu.show {
        padding: 0px;
        max-height: 160px;
        overflow: auto;
        background: #fff;
        border-radius: .25rem;
        position: absolute;
        display: block !important;
        bottom: 6px;
        top: -160px;
    }


    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
    }

.NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a {
    display: block;
    padding: 8px 5px;
    line-height: 23px;
    font-size: 13px;
    color: #768093;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.NRlogin_top_section .right_nav > ul > li > a {
    margin-left: 0px;
    color: #737A84;
    font-size: 13.4px;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
}

    .NRlogin_top_section .right_nav > ul > li > a > img {
        width: 20px;
        opacity: 0.3;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .NRlogin_top_section .right_nav > ul > li > a:hover > img {
        opacity: 1;
    }

    .NRlogin_top_section .right_nav > ul > li > a:hover {
        color: #fff;
    }

.left_form .NRlogin_top_section {
    left: 10px;
    bottom: 20px;
    top: auto;
}

.loginpage {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0px !important;
}

.NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a.active {
    color: #ff9700;
}

@media(max-width:767px) {
    .hideMarginTop {
        margin-top: 0px !important;
        overflow: hidden auto;
    }

    .loginBackground_Pc {
        display: none;
    }

    .loginBackground_mob {
        display: block;
        height: 100vh;
    }

    .custom_popup.mainNpopup .border_radius30 {
        border-radius: 30px !important;
    }

    .mainNpopup .ng-modal-dialog {
        min-width: 500px;
        max-width: 500px;
    }

    .custom_popup.mainNpopup .loginNPopup .modal-body {
        max-width: 470px;
        min-width: 470px;
    }

    .custom_popup.mainNpopup .form-group h3 {
        font-size: 17px;
    }

    .backLogin {
        width: 30px;
        position: absolute;
        top: 20px !important;
        left: 20px !important;
        height: 26px;
    }
}

@media(max-width:576px) {

    .custom_popup.mainNpopup .border_radius30 {
        border-radius: 30px !important;
    }

    .mainNpopup .ng-modal-dialog {
        min-width: 400px;
        max-width: 400px;
    }

    .custom_popup.mainNpopup .loginNPopup .modal-body {
        max-width: 390px;
        min-width: 390px;
    }

    .custom_popup.mainNpopup .border_radius30 .modal-body {
        padding: 20px;
        height: auto;
    }

    .custom_popup.mainNpopup .border_radius30.loginNPopup {
        padding: 0px !important;
    }

    .custom_popup.mainNpopup .form-group h3 {
        font-size: 16px;
    }

    .custom_popup.mainNpopup .loginNPopup .section_heading h2 {
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 10px;
    }
}

@media(max-width:440px) {

    .custom_popup.mainNpopup .border_radius30 {
        border-radius: 30px !important;
    }

    .mainNpopup .ng-modal-dialog {
        min-width: 300px;
        max-width: 300px;
    }

    .custom_popup.mainNpopup .loginNPopup .modal-body {
        max-width: 290px;
        min-width: 290px;
    }

    .custom_popup.mainNpopup .border_radius30 .modal-body {
        padding: 20px;
        height: auto;
    }

    .custom_popup.mainNpopup .border_radius30.loginNPopup {
        padding: 0px !important;
    }

    .custom_popup.mainNpopup .form-group h3 {
        font-size: 14px;
    }

    .custom_popup.mainNpopup .loginNPopup .section_heading h2 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
    }
}

.custom_popup.mainNpopup .btn {
    min-width: 175px;
}

#ddlPosition {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.addmoreScroll {
    padding-bottom: 150px !important;
}

.profile-Filter {
    margin-left: 10px;
    text-transform: capitalize;
    cursor: pointer;
}

.logincustom_checkbox {
    float: left;
    padding-right: 10px;
}

    .logincustom_checkbox span {
        border: 1px solid #ff9700;
        border-radius: 5px;
        height: 18px;
        width: 18px;
        display: block;
        -webkit-transition: all 0.25s linear;
        cursor: pointer;
        position: relative;
    }

    .logincustom_checkbox.checked span {
        border: 1px solid #ff9700;
    }

        .logincustom_checkbox.checked span:after {
            content: '';
            position: absolute;
            left: 3px;
            top: 7px;
            background: #ff9700;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 #ff9700, 4px 0 0 #ff9700, 4px -2px 0 #ff9700, 4px -4px 0 #ff9700, 4px -6px 0 #ff9700, 4px -8px 0 #ff9700;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.loginlbl {
    font-size: 14px !important;
    margin-top: 16px;
    color: #ff9700;
}

.loginoptional {
    display: block;
    margin-top: 5px;
}

.loginFull {
    width: 100%;
    min-height: 100px;
}

    .loginFull .loginFirst {
        width: 35%;
        float: left;
    }

    .loginFull .loginSecond {
        width: 35%;
        float: right;
    }

    .loginFull .loginSession {
        width: 60%;
        margin: 0px auto 40px;
    }

@media(max-width:767px) {
    .loginFull .loginSecond, .loginFull .loginFirst {
        width: 43%;
    }
}

@media(max-width:576px) {
    .loginFull .loginSecond, .loginFull .loginFirst {
        width: 100%;
    }

    .loginFull .loginSession {
        width: 100%;
    }
}

/*Terms and conditions*/
.mainNpopup .ng-modal-dialog.termsForUser {
    min-width: 750px;
    max-width: 800px;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.custom_popup.mainNpopup .termsForUser .loginNPopup .modal-body {
    max-width: 800px;
    min-width: 750px;
}

.loginlbl.regLable {
    color: #3d4650;
    font-size: 13px !important;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 500;
}

    .loginlbl.regLable a {
        color: #0000ff;
        text-decoration: underline;
    }

.adisable {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.5;
    text-decoration: none;
}

.guestRegister .form-group {
    margin-bottom: 0px !important;
}

.loginPlus {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -12px;
    z-index: 2;
}

    .loginPlus img {
        width: 25px;
        cursor: pointer;
    }

.loginBarMain {
    margin-top: 0px;
    width: 80%;
    margin: 20px auto;
}

.loginBarLine {
    width: calc(50% - 15px);
    float: left;
    height: 2px;
    background-color: rgba(0,0,0,.3)
}

    .loginBarLine.rightBar {
        float: right;
    }

.animBox {
    height: 0px;
    transition: all .5s linear;
    z-index: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .animBox.start {
        height: 200px
    }

@media(max-width:767px) {
    .animBox.start {
        height: 350px
    }
}

.guestHead h5 {
    font-weight: 400 !important;
    text-transform: inherit !important;
}

.loginStatus h5 {
    color: #768093;
    font-weight: 300 !important;
    font-size: 14px;
}

.guestTextPad.form-control {
    /*padding-left: 20px;*/
}

.guestUserText.form-control {
    border: 2px solid #ddd !important;
    border-radius: 10px;
    padding-top: 0px !important;
}

.custom_popup .ng-modal-dialog .ng-modal-dialog-content.loginGuest {
    /*border: 3px solid #ff9700;*/
}

.custom_popup.mainNpopup .loginGuest.border_radius30 .modal-body {
    padding: 10px 30px !important;
}

.custom_popup.mainNpopup .actee_icon.Ruser.gIcon {
    top: 15px;
}

.userName-tool-tip {
    background: #fff;
    color: #000;
    max-width: 90%;
    margin: 0;
    border-radius: 5px;
    padding: 5px;
    min-height: 30px;
    text-align: center;
    position: absolute;
    border: 2px solid #828282;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
}

.userName-tip span {
    font-size: 18px;
    font-weight: 700;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}