:root {
    --white: #FFFFFF;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    background-color: #f7f9fc;
    color: #222b45;
    /*min-height: calc(100% + 122px);*/
    height: 100%;
}

.profile_dteails.mb-0 {
    padding-top: 1rem;
    border-top: 1px solid #dddfdf;
    padding-bottom: 1rem;
    text-align: center;
    cursor: pointer;
}
.profile_dteails a {
    color: #1A946B !important;
    text-decoration: none;
}

.zoomed_close {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #000000 !important;
    display: block;
    margin: 0 auto;
    opacity: 1;
    background-size: 36%;
}

#normal_image:hover {
    opacity: 0.7;
}

#zoomed_image_first, #zoomed_image_second {
    min-height: 88vh;
    max-height: 520px;
    min-width: 90%;
    width: 90%;
    text-align: center;
    margin-left:4%;
}

/* The Modal (background) */

#zoom_modal, #attendance_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 20 !important;
    /* Sit on top */
    /* padding-top: 100px;
    Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}



/* Modal Content (image) */

#zoomed_image {
    margin: auto;
    display: block;
    position: fixed;
/*    top: 0;*/
    left: 0;
/*    bottom: 0;*/
    right: 0;
    height: 100%;
}



/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}



/* Add Animation */

#zoomed_image,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/*START: error page*/
.five_hundred_error_sect .err_img {
    width: 25%;
}
.five_hundred_error_sect .image_sect {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
}
.bdr_t2 {
    border-top: 1px solid #dddfdf;
}
.profile_name {
    font-size: 15px;
    font-weight: 600;
}
.clr_71 {
    color: #717171 !important;
}
.profile_loader {
    font-size: 24px;
    padding:10px;
    text-align: center;
}
.font_600 {
    font-weight: 600;
}
.jumb_to_input input {
    width: 100%;
    height: 64px;
    font-size: 22px;
    padding-left: 11px;
    border-radius: 7px;
    border: 1px solid #ada2a2;
}
.jumb_to_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8C8C8C;
    font-weight: 600;
}
.jumb_to_input input::-moz-placeholder { /* Firefox 19+ */
    color: #8C8C8C;
    font-weight: 600;
}
.jumb_to_input input:-ms-input-placeholder { /* IE 10+ */
    color: #8C8C8C;
    font-weight: 600;
}
.jumb_to_input input:-moz-placeholder { /* Firefox 18- */
    color: #8C8C8C;
    font-weight: 600;
}
.five_hundred_error_sect .internal_err_tx {
    font-size: 2em;
    color: #E14444;
    font-weight: 300;
    margin-bottom: 0px;
}

.five_hundred_error_sect .notavailable_err_tx {
    font-size: 2em;
    color: #1A946B;
    font-weight: 300;
    margin-bottom: 0px;
}
.five_hundred_error_sect .descrption {
    font-weight: 300;
    color: #a5a4a4;
}
.five_hundred_error_sect .descrption a, .five_hundred_error_sect .descrption a:hover, .five_hundred_error_sect .descrption a:focus{
    color: #1A946B;
    text-decoration: none;
}
/*END: error page*/
/*START: Header*/
.com_wrapper {
    float: left;
    height: 64px;
    width: 100%;
}

.com_header_wrapper {
    /*padding: 15px 0;*/
    /*top:0;
    position: absolute;
    background-color: #1a946b;*/
}
.container{
    /*max-width: 1366px;*/
    width: 100%;
    max-width: 100%;
}
.com_header_wrapper .logo {
   /* float: left;*/
}
#setup.com_head_active a {
    color: #32394D ;
}
.com_header_wrapper .level_1_menu {
     /*float: left;
    width: calc(100% - 160px);*/
    /* flex: 1; */
    /* flex-direction: row; */
    /* justify-content: center; */
    /* left: 22%; */
    /* clear: both; */
    text-align: center;
    /* display: inline-block; */
    margin:  0 auto;
}

.com_header_wrapper .level_1_menu ul {
    /* float: left; */
    /* position: relative; */
    /* left: -21%; */
    margin: 0 auto;
    /*width: calc(100% - 170px);*/
    /* text-align: center; */
    display:  inline-block;
    /* background:  red; */
}

.com_header_wrapper .level_1_menu ul li {
    /*float: left;*/
    list-style: none;
}

.fixed_head {
    position: relative;
    z-index: 10;
    background: #fff;
    width:100%;
    /* left: 0; */
}

.com_header_wrapper .level_1_menu ul li a {
   /* float: left;*/
    font-size: 14px;
    display: block;
    line-height: 20px;
    /*margin: 5px 74px 0 0;*/
    padding:5px 10px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
    text-align: left;
}

.com_header_wrapper .level_1_menu ul li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.com_header_wrapper .level_1_menu ul li a.blue {
    color: #39a0ed;
}

.com_header_wrapper .level_1_menu ul li a.yellow {
    color: #ffc000;
}

.com_header_wrapper .level_1_menu ul li a.green {
    color: #02b875;
}

.com_header_wrapper .level_1_menu ul li a.red {
    color: #e14444;
}

.com_1_head {
    position: relative;
}
.com_header_wrapper .level_1_menu ul li .com_head_img {
    display: none;
}
.com_header_wrapper .level_1_menu ul li.com_head_active .com_head_img {

    /*display: block;*/
}
.com_head_img {
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: translateX(-50%);
}


.com_sub_menu {
    /* background-color: #32394D;*/
    background-color: #FFFFFF;
    float: left;
    height: 56px;
    position: absolute;
    top: 64px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.add_scroll .com_sub_menu{
    position: fixed;
    top:0;
}
.add_scroll .master_section{

}
.add_scroll .master_section{
    padding-bottom:46px;
}

.com_sub_menu .level_2_menu {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.com_sub_menu .level_2_menu ul {
    float: left;
    padding-left: 0px;
}

.com_sub_menu .level_2_menu ul li {
    float: left;
    list-style: none;
}
.profile_section {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #1F2937;
    position: relative;
}
.profile_pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    padding-top: 12px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}
.profile_name {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
    color: #fff;
    cursor: pointer;
}
@media (min-width:1201px) {

    .com_sub_menu .level_2_menu ul li a {
        float: left;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.9em;
        outline: none;
        /*margin: 0px 15px;*/
        color: #383A45;
        padding: 14.5px 8.9px;
        border:none;
        position: relative;
        text-decoration: none;
        /*temporary fix-start*/
        margin: 0px 5px;
        /*temporary fix-end*/
    }

}


@media (min-width:960px) and (max-width:1200px) {

    .com_sub_menu .level_2_menu ul li a {
        float: left;
        font-weight: 500;
        line-height: 1.2em;
        outline: none;
        margin: 0px 6px;
        color: #383A45;
        padding: 14.5px 8.9px;
        border:none;
        position: relative;
        text-decoration: none;
    }

}

.com_sub_menu .level_2_menu ul li a.active {
    color: #383A45;

    /*font-weight: 500;*/
}
.com_sub_menu .level_2_menu ul li a:hover {
    color: #383A45;
}
.com_sub_menu .level_2_menu ul li a:hover:before,
.com_sub_menu .level_2_menu ul li a.active:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -2px;
    outline: none;
    border-bottom:5px solid #1A946B;
    right: 5px;
}
.com_sub_menu .popover_wrapper h2:hover:before,
.com_sub_menu .popover_wrapper h2.active:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -1px;
    outline: none;
    border-bottom: 4px solid green !important;
    right: 5px;
}
.no_padding_both{
    padding-left:0;
    padding-right:0;
}
/*END: Header*/

/*START: reponsive header*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.select2-results__message {
    color: #EE001C;
}
.image_hide {
    display: none !important;
}

/* Server error message */

.server_error_modal_wrapper .modal-dialog {
    min-width: 300px;
    max-width: 750px;
}

.modal_error_message_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.modal_error_message_wrapper .caption {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #b94a48;
}

.modal_error_message_wrapper .message {
    float: left;
    width: 100%;
    font-size: 18px;
}

.modal_error_message_wrapper .icon_modal_close {
    width: 20px;
    height: 20px;
    background: url(/images/inedge_2_0/icons/icon_modal_close.svg);
    background-size: 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

/* Beta Design */
.login_header_wrapper .btn_beta{
    float: right;
    min-width: 100px;
    padding: 4px 10px;
    background-color: #F78F22;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    top: 8px;
    cursor: default;;
}

/** Start: Main Menu Colors **/

.com_header_wrapper .level_1_menu ul li.main_menu_active a {
    color:#FFFFFF;
    background-color: #083D2B;
}

/** End:Main Menu Colors **/

/** Start: Submenu Colors **/
.com_sub_menu#company_sub_menu{
    background-color:#FFFFFF;
}

.com_sub_menu#setup_sub_menu{
    background-color:#FFFFFF;
}
.com_sub_menu#dashboard_sub_menu{
    background-color:#FFFFFF;
}
.com_sub_menu#onboard_sub_menu{
    background-color:#FFFFFF;
}
.com_sub_menu#recruit_sub_menu{
    background-color:#FFFFFF;
}
.com_sub_menu#offboard_sub_menu{
    background-color:#FFFFFF;
}

.com_sub_menu#reports_sub_menu{
    background-color:#FFFFFF;
}
/** End:Submenu Colors **/


/*START:scroll effect*/
.com_header_wrapper a.logo img {
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 123px;
    max-height: 40px;
    margin: 10px 0 15px 30px;
    object-fit: contain;
}
.add_scroll .com_header_wrapper {
    /* padding: 3px 0px !important; */
    /* height: 36px !important; */
    /* display: none; */
}
.add_scroll .com_header_wrapper a.logo img {
    /* max-height: 25px !important;*/
}
.add_scroll .com_header_wrapper .level_1_menu ul li a {
    /* font-size: 15px;*/
}
.add_scroll .com_sub_menu .level_2_menu ul li a {
    /*font-size: 13.5px;
    padding: 11px 8.9px;*/
}
.add_scroll .com_sub_menu {
    /* height: 38px; */
    /*position: fixed;*/
    /*z-index: 1000;*/
}
.add_scroll .com_head_img {
    /*top: 24px;*/
}

/*END:scroll effect*/

/* Vertically Center Modal */
.modal {
    text-align: center;
    padding: 0!important;
    overflow-y: auto;
}

.modal:before {
    content: '';
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
    margin-right: 0px;
}

.modal-dialog {
    /*display: inline-block;*/
    text-align: left;
    vertical-align: middle;
}



/* Start: CSS for dynamic menus */
.com_sub_menu{
    display: none;
}
.com_sub_menu.active_menu{
    display: block;;
}
/* End: CSS for dynamic menus */

/* Start: Top Right Menu CSS */
.top_menu_right{
    float:right;
    position: relative;
    z-index: 4;
}
.pwd_err {
    color: red;
}
.logout_link{
    float: left;
    font-size: 15px;
    line-height: 1;
    /*margin: 6px 0px 0 5px;*/
    font-weight: 700;
    /*height: 38px;*/
    position: relative;
    display: table;
    height: 64px;
    padding: 0 10px;
}
a.logout_link:hover {
    text-decoration: none;
    color: red;
}
.logout_link .profile_name_dropdown {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    max-width: 140px;
}
span.profile_name_dropdown i.fa {
    font-size: 14px;
}
.clr_red {
    color: red;
}
.notification_link{
    float:left;
    width:50px;
    height:30px;
    background:url('/images/inedge_2_0/icons/icon_notifications_active.svg') left center no-repeat;
    background-size:23px 18px;
    margin-top: 3px;
}
.notification_link.inactive{
    background-image:url('/images/inedge_2_0/icons/icon_notifications_inactive.svg');
    cursor:not-allowed;
}
.notification_link.inactive .notification_badge{
    display: none;
}
.notification_link .notification_badge{
    padding:5px 7px;
    color:#FFFFFF;
    font-size:10px;
    border-radius: 25px;
    position: relative;
    background-color:#FF5301;
    top: -6px;
}
.width_100 {
    width: 100%;
}
.pointer_arrow {
    position: absolute;
    top: -27px;
    right: 29px;
    width: 19px;
    height: 46px;
}
.change_pwd_head {
    padding-bottom: 10px;
    color: #131313;
    font-weight: 600;
}
.change_pwd_label {
    color: #131313;
    font-weight: 600;
}
.notification_link:hover,
.notification_link:hover .notification_badge {
    text-decoration: none;
}
.profile_dropdown {
    width: 60px;
    height: 60px;
    /*top: -19px;*/
    position: relative;
    cursor: pointer;
}
.profile_check_in{
    width: 60px;
    height: 60px;
    position: relative;
    left: 110px;
    top: 5px;
}
.logout_div>a:hover {
    text-decoration: none;
}
.change_pwd {
    cursor: pointer;
}
.top_menu_right .dropdown-menu {
    width: 350px !important;
    border: 1px solid #dddfdf !important;
    -webkit-box-shadow: 0px 2px 8px 2px rgba(33,35,39,0.15);
    -moz-box-shadow: 0px 2px 8px 2px rgba(33,35,39,0.15);
    box-shadow: 0px 2px 8px 2px rgba(33,35,39,0.15);
}
.my_pro_tx {
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 1rem;
    color: #131313;
    font-weight: 600;
}
.profile_img {
    width: 65px;
    height: 65px;
    border-radius: 80px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 25px;
}
.font_15 {
    font-size: 15px;
}
.font_16_common{
    font-size: 16px !important;
}
.modal_title_common{
    font-weight: bold !important;
    color: inherit !important;
    font-size: 20px !important;
}
/*.modal_content_common{

}*/
.top_menu_right p {
    color: #131313;
    line-height: 1.6;
}
p.change_pwd_btn {
    color: #1A946B;
    padding-top: 1rem;
    border-top: 1px solid #dddfdf;
    padding-bottom: 1rem;
    text-align: center;
    cursor: pointer;
}
p.logout_tx {
    color: #F45B69;
    font-weight: 600;
    margin:0px;
    text-align: center;
}
/* End: Top Right Menu CSS */

.mobile_section {
    display: none;
}


/*
Style - Responsive - Media Queries (Desktop First Method)
Major View Ports - 1170, 1280px, 1366px & Above
*/

/*START:Responsive header*/
.responsive_fixed {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 4;
}
/*END:Responsive header*/


/*.com_sub_menu.active_menu ul { margin: 0 0 2em; }*/

/*.com_sub_menu.active_menu ul li { float: left; }*/

.com_sub_menu.active_menu ul li.hep_nav_more {
    width: 3em;
    text-align: center;
    display: none;
}

.com_sub_menu.active_menu ul li.hep_nav_more:hover ul#hep_nav_overflow {
    opacity: 1;
    visibility: visible;
    /*border: 1px solid #3366FF;*/
    background-color: #083D2B;
    columns: 
}

.com_sub_menu.active_menu ul li.hep_nav_more span.active,
.com_sub_menu.active_menu ul li.hep_nav_more:hover span {
    content: "";
    /*padding: 9px 1em;*/
    left: 5px;
    bottom: -1px;
    outline: none;
    border-bottom: 5px solid #1A946B;
    right: 5px;
    cursor: pointer;
}

.com_sub_menu.active_menu ul li span {
    display: block;
    text-decoration: none;
    /*padding: 9px 1em;*/
    cursor: pointer;
    /*-webkit-transition-duration: .3s;*/
    /*transition-duration: .3s;*/
    /*text-decoration: none;*/
    font-size: 24px;
    line-height: 0.4em;
    padding: 22px 8.9px;
    border-bottom: 5px solid transparent;
}


.com_sub_menu.active_menu #hep_nav_overflow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    /*width: 20%;*/
}

.com_sub_menu.active_menu #hep_nav_overflow li {
    /*float: none;*/
    width: 100%;
}

.com_sub_menu.active_menu #hep_nav_overflow li a {
    white-space: nowrap;
    width: 100%;
    margin: 0;
    border: 1px solid transparent;
    color: #FFFFFF;
}

.com_sub_menu.active_menu #hep_nav_overflow li a:hover:before {
    border: none;
}
.com_sub_menu.active_menu #hep_nav_overflow li a.active,
.com_sub_menu.active_menu #hep_nav_overflow li a:hover {
    background: #083D2B;
    color: #FFFFFF;
    border: 1px solid transparent;
    margin: 0px;
    /*font-weight: 600;*/
}

.com_sub_menu.active_menu #hep_nav_overflow li a.active:before {
    border: none;
}


/* Desktop Version - Between 1280px - 1365px Viewport  */
@media all and (min-width:1280px) and (max-width:1365px)
{

}

/* Desktop Version - Between 1170px - 1279px Viewport  */
@media all and (min-width:1170px) and (max-width:1279px)
{

}
@media all and (min-width:0px) and (max-width:1169px)
{
    body{
        /* min-width:1170px;*/
        /*min-width:1170px;*/
        overflow: auto;
    }

    body.responsive{
        min-width:0px;
        overflow: auto;
    }

    /** Login **/
    .login_wrapper .box_login_reset{
        width:100%;
        max-width: 500px;
        padding-left:10px;
        padding-right: 10px;
    }

    .modal:before {
        height: auto;
    }
}

/*** Tablet  Version - Between 768px-991px Viewport ***/
@media all and (min-width:0px) and (max-width:991px)
{


}
@media all and (min-width:768px) and (max-width:991px)
{

}
/*** Mobile  Version - Between 0-767px Viewport ***/
@media all and (min-width:0px) and (max-width:767px)
{

}
/*** Mobile  Version - Between 0px-479px Viewport  ***/
@media all and (min-width:0px) and (max-width:479px)
{
    /* Login */
    .box_login_reset .login_bottom .forgot_password_link {
        float: left;
        width:100%;
    }

}

/*** Small Devices Version - upto 319px Viewport  ***/
@media all and (min-width:0px) and (max-width:319px)
{

}

/*** Mobile  Version - Between 640px-767px Viewport  ***/
@media all and (min-width:640px) and (max-width:767px)
{

}

/*** Miscellaneous Viewport - Custom, Retina and Others ***/
@media all and (min-width:0px) and (max-width:319px){
}


/*** Miscellaneous Viewport - Custom, Retina and Others ***/
@media all and (min-width:0px) and (max-width:1169px){
    .fixed_head {
        display: none;
    }
    .responsive_fixed {
        display: block;
    }
    .list_sect, .master_section {
        margin-top: 59px !important;
    }
    .mobile_section {
        display: block;
    }
    .mobile_section .logout_link {
        margin-right: 15px;
    }
    .mobile_section .com_logo {
        margin-left: 15px;
    }
    .mobile_section.mobi_header {
        position: relative;
        top: -6px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }
}

/*** Miscellaneous Viewport - Custom, Retina and Others ***/
@media all and (min-width:0px) and (max-width:1225px){
    .list_sect {
        padding: 25px 10px;
    }
}

/*END: reponsive header*/


@media all and (min-width:0px) and (max-width:767px){
    .login_wrapper .box_login_reset .signin_caption {
        font-size: 20px !important;
    }

    .login_wrapper .box_login_reset .signin_sub_caption {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    .box_login_reset .login_bottom .forgot_password_link, .box_login_reset .checkbox label, .box_login_reset .input_label {
        font-size: 15px !important;
        margin-bottom: 8px;
    }

    .reset_password_modal_wrapper input, .login_wrapper input {
        padding: 8px 11px;
        font-size: 15px;
    }
    #reset_link_button {
        padding: 7px;
        font-size: 15px;
    }
    .box_login_reset .btn_blue {
        padding: 7px;
        width: 78% !important;
        margin: 0 auto;
        font-size: 16px;
        display: block;
    }
    .reset_password_modal_wrapper .modal-body {
        padding: 20px !important;
    }
    .modal:before {
        height: auto !important;
    }
}
/*END: responsive*/


/*START:animation*/

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.top_menu_right .dropdown-menu.show {

    left: -270px !important;
    top: 54px !important;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

    .digital_id_bulk_file {
    position: absolute;
    margin-left: 17px;
    top: 0;
    left: 0;
    width: 184px;
    height: 42px;
    opacity: 0;
    z-index: 333;
}
img.digital_id_logo_img {
    width: 150px;
    left: 220px;
    position: relative;
    bottom: 20px;
}
img.digital_id_logo_img_customer {
    width: 150px;
    height: 85px;
    position: relative;
    left: 40px;
    top: 35px;

}
.digital_id_po_r{
   /* position: absolute !important;
    left: 1000px;
    width: 50%;*/
}
.red_border{
    border-color: rgb(185, 74, 72) !important;
}


/*END:animation*/
.header_nav_help_link:hover {
    text-decoration: none;
}
.header_nav_help_link {
    display: block;
    background-color: #083D2B;
    border-radius: 22px;
    padding: 2px 15px 2px 5px;
    color: #FFF !important;
    font-weight: 500;
    margin-top: 16px;
    cursor: pointer;
}
a.header_nav_help_link {
    text-decoration: none;
}
.header_nav_help_link_dropdown {
    float: right;
    position: relative;
    z-index: 3;
    margin-right: 15px;
}
.header_nav_help_link_dropdown .dropdown-menu {
    width: 200px !important;
    transform: translate3d(0px, 38px, 0px) !important;
}
.header_nav_help_link_dropdown .dropdown-menu-right {
    right: 0px !important;
    left: auto !important;
}
.help_dropdown {
    width: 25px;
    height: 26px;
}
p.help_dropdown_btn {
    color: #1A946B;
    text-align: center;
    cursor: pointer;
    padding-top: 1rem;
}
.border_top{
    border-top: 1px solid #dddfdf;
}
.header_nav_help_span {
    top: 2px;
    position: relative;
}
p.change_customer {
    color: #1A946B;
    padding-top: 1rem;
    border-top: 1px solid #dddfdf;
    padding-bottom: 1rem;
    text-align: center;
    cursor: pointer;
}

.text_blackcolor {color:#000;}
.privacy_policy_link:hover, .privacy_policy_link {
    font-size: 14px;
    color: blue;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.confirm_change_pwd {
    background-color: #1A946B !important;
    border-color: #1A946B !important;
}



.eye-icon {
    z-index: 9999;
    position: absolute;
    top: 40px;
    right: 10px;
    user-select: none;
    font-size: 1.2em;
    width: 24px;
    height: 24px;
}



.icon-visible {
    background: transparent url(/images/icon_visible.svg) 0% 0% no-repeat padding-box;
}


.icon-slash {
    background: transparent url(/images/icon_slash.svg) 0% 0% no-repeat padding-box;
}

.align-center {
    text-align: center;
}

.skip_consent {
    background-color: #adb5bd;
    color: #ffffff;
}

.agree_consent {
    background-color: #1a946b;
    color: #fff;
}

.hide {
    display: none;
}

/* width */
.consent-popup::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
.consent-popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
    background: #f1f1f1;
}

/* Handle */
.consent-popup::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

/* Handle on hover */
.consent-popup::-webkit-scrollbar-thumb:hover {
    background: #000; 
}


.empty_profile_pic_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #06FBE8;
    color: #00433D;
    text-align: center;
    padding-top: 12px;
    font-size: 13px;
    cursor: pointer;
}

@media (max-width:600px) {
    .desktop_sectionx {
        display:none;
    }
}    

