body {
    font-family: Calibri, Arial, Helvetica !important;
    font-size: 13px;
    margin: 0px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Calibri, Arial, Helvetica !important;
}

.body-layout {
    background: #f5f5f5;
}

/* common colors */
.white_color {
    color: #ffffff !important;
}

.primary_color {
    background-color: #40409a;
}

.green_color {
    background-color: #28a745;
}

.celebrations {
    padding-right: 7px;
}

.moodxpress {
    padding-left: 7px;
}

/* common input style */
.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #03a9f4;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #9E9E9E;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 10px;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-control-description {
    margin-top: 2px;
    color: #6c757d;
}

.input_txt_style {
    border: 0px;
    border-bottom: 1px solid #d9d9d9;
    height: 20px;
    width: 100%;
    font-size: 12px !important;
    color: #000000;
    background-color: transparent;
}

.input_txt_style:focus {
    border: 0px;
    border-bottom: 1px solid #40409a;
    height: 20px;
    width: 100%;
    color: #000000;
    outline: 0;
    background-color: transparent;
    transition: border-bottom 1s ease;
}

.floating-label sup {
    color: red;
    font-size: 6px;
}

.floating-label sup {
    margin-left: 2px;
}

.common-border {
    border: 1px solid #e9ecef;
}

.tab_select {
    border: none;
    border: 1px solid #d9d9d9;
    height: 30px;
    width: 100%;
    font-size: 12px !important;
    color: #545454;
    background: #e9ecef;
    padding: 0px 5px;
}

.tab_tbl th,
.tab_tbl td,
.tab_tbl tr {
    padding: 5px;
    border: none;

}

.tab_tbl tr {
    margin: 3px 0px;
}

.icon_td {
    width: 13%;
}

.btn-primary {
    border-color: transparent;
}

.btn {
    border-radius: 0px;
}

.primary_cstm_btn {
    font-size: 13px;
}

.primary_cstm_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 154, 0.25) !important;
    font-size: 13px;
}

.collapsed:focus,
.collapsed:hover,
.collapsed:active {
    background-color: transparent !important;
}

.primary_cstm_btn:hover,
.primary_cstm_btn:active {
    background-color: #40409a !important;
    font-size: 13px;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 154, 0.25);
}

.MoodXpress_btn .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(40, 167, 69, 0.25) !important;
}

.MoodXpress_btn .btn-primary:not(:disabled):not(.disabled):active:focus,
.MoodXpress_btn .btn-primary:not(:disabled):not(.disabled).active:focus,
.MoodXpress_btn .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(40, 167, 69, 0.25);
}

.MoodXpress_btn .btn:hover,
.MoodXpress_btn .btn:active,
.green_color:active,
.green_color:hover {
    background-color: #28a745 !important;
    border-color: #28a745 !important;

}

/* slider switch */
.chat-switch .switch {
    width: 30px !important;
    height: 8px !important;
    margin-bottom: 0px;
    margin-top: 10px;
}

.switch {
    position: relative;
    display: inline-block;
}

.chat-switch input:checked+.slider {
    background-color: rgba(33, 150, 243, 0.69);
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #818181;
    height: 10px;
}

.chat-switch label input[type=checkbox]:checked+.slider:before {
    background-color: #03a9f4;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.chat-switch .slider:before {
    height: 18px !important;
    width: 18px !important;
    top: -4px;
    left: 0px;
    background-color: #f1f1f1;
}

.chat-switch .slider.round:before {
    border-radius: 50%;
}

.chat-switch .slider:before {
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, .4);
    box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, .4);
    bottom: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}

.chat-switch {
    margin-top: 10px;
}

.switch input {
    display: none;
}

.chat-switch .switch-label {
    display: inline-block;
    position: relative;
    bottom: 1px;
    margin-left: 5px;
    font-size: 13px;
    color: #000000;
    top: 1px;
}

.top_clk_icons .chat-switch {
    margin-top: 10px;
    position: relative;
    top: 5px;
}





/* login custom button */
.cstm_login_btn {
    background-color: #40409a;
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 35px;
}

.login_forget a {
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px;
    color: #40409a;
}

/* login positions */
.header_logo {
    position: absolute;
    top: 3%;
}

.login_box {
    position: absolute;
    top: 23%;
}

.footer_logo {
    position: absolute;
    bottom: 6%;
}

.height {
    height: 100vh;
}

.company_logo {
    width: auto;
    height: auto;
    max-width: 250px;
}

.powered_logo {
    width: 100px;
    height: auto;
}



/* login page */
.login_input_icon i {
    left: 0px;
    top: 9px;
    position: absolute;
    color: #d8d8d8;
    pointer-events: none;
    font-size: 32px;
}

.user-input-wrp .login_inputText {
    width: 92%;
    outline: none;
    border: none;
    border-bottom: 1px solid #e9ecef;
    box-shadow: none !important;
    position: relative;
    left: 25px;
}

.user-input-wrp .login_inputText:focus {
    border-color: #40409a;
    ;
    border-width: medium medium 1px;
}

.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 18px;
    left: 40px;
    transition: 0.2s ease all;
    font-size: 16px;
    line-height: 15px;
}

.user-input-wrp input:focus~.floating-label,
.user-input-wrp input:not(:focus):valid~.floating-label {
    top: 0px;
    left: 40px;
    opacity: 1;
    font-size: 16px;
}

.hint-txt {
    display: inline-block;
    position: relative;
    left: 25px;
    font-size: 13px;
    color: #6c757d;
}

.choose_lan {
    overflow-x: hidden;
    white-space: nowrap;
}

.choose_lan a {
    color: #545454;
    font-weight: bold;
}

.lan-txt {
    margin: 5px 3px 5px;
    padding: 0px 5px;
    display: inline-block;

}

.login-left-clk {
    cursor: pointer;
    left: 0px;
    font-size: 15px;
    display: inline-block;
    color: #ddd;
    padding: 0px 8px;
    cursor: pointer;
    background-color: #40409a;
    border-radius: 90px;
    border: 3px solid #ddd;
}

.login-right-clk {
    cursor: pointer;
    right: 0px;
    font-size: 15px;
    display: inline-block;
    color: #ddd;
    padding: 0px 8px;
    cursor: pointer;
    background-color: #40409a;
    border-radius: 90px;
    border: 3px solid #ddd;
}

/* slider options */
.owl-dots {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
}

.owl-height {
    height: 100vh !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    /* background: #000000!important; */
    outline: none;
}


/* Dashboard */
.top_header {
    background-color: #40409a;
    padding: 0px 0px;
}
.head_logo{
    display: flex;
    align-items: center;
}
.top_logo {
    width: 150px;
    height: auto;
    margin: 0px;
    display: block;
}

.top_companylogo {
    width: 120px;
    height: auto;
    position: relative;
    top: 7px;
    margin: 0px 7px;
}

.top_clk_icons {
    text-align: right;
}

.search_topbar {
    border: 0px;
    border-bottom: 1px solid #d9d9d9;
    height: 30px;
    width: 100%;
    font-size: 12px !important;
    color: #000000;
    padding: 5px 25px 5px 10px;
    margin: 10px 0px;
}

.search_bar {
    border: 0px;
    border-bottom: 1px solid #d9d9d9;
    height: 30px;
    width: 100%;
    font-size: 12px !important;
    color: #000000;
    padding: 5px 25px 5px 10px;
    margin: 10px 0px;
}

.topsearch i {
    float: right;
    padding-right: 10px;
    position: absolute;
    bottom: 33px;
    right: 10px;
    top: 19px;
}

.top_clk_icons span i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.badgeTop {
    background-color: red;
    position: absolute;
    top: -10px;
    left: 8px;
    color: #ffffff;
    padding: 5px 2px;
    border-radius: 90px;
    display: inline-block;
    width: 20px;
}

.top_clk_icons .top_icons_clk {
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0px 7px;
    color: #ffffff;
}

.top_clk_icons .top_logo {
    margin: 0px 7px;
}

.top_switch_label {
    color: #ffffff !important;
    font-size: 14px !important;
}

.sub_link_btn i {
    margin-right: 5px;
    font-size: 16px; 
    margin-left: 5px;
}

.sub_header {
    background: #e9ecef;
}

.box_title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}




/* left side layout */
.user_description {
    margin: 3px 0px;
    color: #545b62;
    font-size: 13px;
}

.white_bg {
    background-color: #ffffff !important;
}

.user_name {
    margin: 3px 0px;
    font-size: 14px;
}

.bg-user {
    background-color: #ffffff;
    margin: 55px 0px 10px;
    border: 1px solid #e9ecef;
    padding-top: 5px;
    padding-bottom: 26px;
}

.user_img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin-top: -55px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    object-fit: cover;
}

.user_edit_icon {
    position: absolute;
    right: 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #888;
}

.favorites {
    border: 1px solid #e9ecef;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 6px;
    background-color: #ffffff;
}

.favorites_icon_box {
    text-align: center;
    margin: 5px 0px;
}

.favorites_icon_box:hover {
    background: #f8f9fa;
}

.favorites_icon_box a {
    display: inline-block;
    font-size: 25px;
    color: #a5a8ab;
}

.Company_Policies {
    border: 1px solid #e9ecef;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.cp_list,
.cl_list {
    padding-left: 15px;
    font-size: 13px;
}

.cp_info_icon {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    float: right;
    color: #a5a8ab;
}

.cp_list a {
    color: #545b62;
}

.top_icons_clk .badgeTop {
    cursor: pointer;
}

.cp_list li {
    margin: 5px 0px;
}



/* right side layout */
.my_pending_actions_tab .card-header {
    padding: 5px 0px;
    background-color: #ffffff;
}

.my_pending_actions_tab button {
    padding: 0px 5px;
}

.my_pending_actions_tab .accordion_title {
    display: inline-block;
}

.my_pending_actions_tab .accordion_title i {
    margin-right: 5px;
}

.my_pending_actions_tab .card-header button {
    color: #545454;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.my_pending_actions_tab .card,
.my_pending_actions_tab .card-header {
    border: 0px;
}

.my_pending_actions_tab .fa-chevron-down {
    margin-left: 10px;
}

.my_pending_actions_tab .card-body {
    padding: 0px 10px 0px;
}

.my_pending_actions_tab .card-header button .acc_icon {
    float: right;
}


/* center content */
.cl_list button {
    padding: 0px 10px;
    margin-left: 10px;
    font-size: 13px;
    border-color: #40409a;
    float: right;
    border-radius: 0px;
}

.cl_list button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 154, 0.25);
}

.cl_list li {
    margin: 5px 0px 15px 0px;
    list-style-type: circle;
}

.cl_list span {
    width: 80%;
    display: inline-block;
}

.moodXpress_icons {
    margin: 5px 0px 10px;
    font-size: 14px;
}

.moodXpress_icons i {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.description_box {
    background: #f5f5f5;
}

.description_box textarea {
    resize: none;
    border-radius: 0px;
}

.MoodXpress_btn button {
    font-size: 13px;
    border: none;
}

.green_color:focus,
.primary_color:focus {
    box-shadow: none;
}

.sideLinkTab {
    padding: 10px 0px;
}

.tabs_dashboard .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
    color: #545454;
    border-bottom: 2px solid #40409a;
    border-radius: 0px;
}

.tabs_dashboard .nav-pills .nav-link {
    color: #000000 !important;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 30px;
}

.celebrations {
    margin-bottom: 5px;
}

.tab_img {
    width: 125px;
    height: 125px;
    text-align: center;
    object-fit: cover;
}

.edit_icon,
.delete_icon {
    color: #888;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 14px;
}

.plus_icon {
    background: #6c757d;
    padding: 0px 3px;
    margin: 5px 0px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    float: right;
}

.list_user_grids .user-Img-list {
    width: 50px;
    height: 50px;
    border-radius: 90px;
    margin-bottom: 0px;
    object-fit: cover;
}

.list_user_grids p {
    margin-bottom: 0px;
    font-size: 13px;
}

.list_user_grids {
    cursor: pointer;
    margin: 0px 15px;
}

.left-clk {
    cursor: pointer;
    left: 0px;
    font-size: 15px;
    display: inline-block;
    color: #ddd;
    padding: 0px 8px;
    cursor: pointer;
    background-color: #40409a;
    border-radius: 90px;
    border: 3px solid #ddd;
    margin-top: 15px;
}

.right-clk {
    cursor: pointer;
    right: 0px;
    font-size: 15px;
    display: inline-block;
    color: #ddd;
    padding: 0px 8px;
    cursor: pointer;
    background-color: #40409a;
    border-radius: 90px;
    border: 3px solid #ddd;
    margin-top: 15px;
}

/* dashboard slide */
.user_img_div {
    width: 55px;
    float: left;
    text-align: center;
}

.card-right-layout {
    width: 180px;
    float: left;
    overflow: hidden;
    margin-top: 5px;
}

.card-text {
    display: block;
}

.list_user_grids {
    display: inline-block;
}

.user_assit_slide {
    overflow-x: hidden;
    white-space: nowrap;
    background: #f8f9fa;
    padding-top: 7px;
    padding-bottom: 0px;
}


/* popups */
p.sign_txt {

    margin-bottom: 0px;
    font-size: 13px;
}

.sign_header {
    background-color: #7f7f7f;
    color: #ffffff;
}

.cstm_close {
    color: #ffffff;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
}

.cstm_close:hover {
    color: #ffffff;
}

.modal-content,
.modal-header {
    border-radius: 0px;
    border: 0px;
}

.cstm_width_dropdown{
    min-width: 320px;
    transform: translate3d(355px, 0px, 0px) !important;
}
.cstm_notif_dropdown{
    min-width: 320px;
    transform: translate3d(312px, 0px, 0px) !important;
}

.cstm_border {
    border-left: 6px solid #7f7f7f;
    border-bottom: 6px solid #7f7f7f;
    border-right: 6px solid #7f7f7f;
}

.top_icons_clk .dropdown-toggle::after {
    color: #ffffff;
}

.cstm_width_dropdown:after,
.cstm_width_dropdown:before {
    bottom: 100%;
    left: 105%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cstm_width_dropdown:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #7f7f7f;
    border-width: 7px;
    margin-left: -55px;
}

.cstm_width_dropdown:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #7f7f7f;
    border-width: 7px;
    margin-left: -55px;
}


.cstm_notif_dropdown:after,
.cstm_notif_dropdown:before {
    bottom: 100%;
    left: 63%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cstm_notif_dropdown:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #7f7f7f;
    border-width: 7px;
    margin-left: -55px;
}

.cstm_notif_dropdown:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #7f7f7f;
    border-width: 7px;
    margin-left: -55px;
}

#chat_box {
    position: fixed;
    top: auto;
    bottom: 0;
}

.chat-user-img {
    width: 50px;
    height: 50px;
    border-radius: 90px;
    margin-bottom: 0px;
}

.chat_time,
.chat_head_txt,
.chat_txt {
    margin: 0px;
}

.chat_header {
    background-color: #ddd;
}

.chat_box_actions textarea {
    resize: none;
    border-radius: 0px;
}

.chat_box_actions {
    background: #e9ecef;
}

.chat_attach_icons {
    display: inline-block;
    margin: 6px 0px;
    font-size: 16px;
    cursor: pointer;
}

.form-control {
    font-size: 13px;
}

.btn_chat {
    font-size: 13px;
}

.top_icons_clk {
    cursor: pointer;
}

.select_green_bg {
    background-color: #28a745;
    color: #ffffff;
}

.select_green_bg:focus {
    background-color: #28a745;
    color: #ffffff;
}

.chat_box {
    height: 185px;
    overflow: auto
}

.chat_close {
    display: inline-block;
    position: absolute;
    right: 5px;
    z-index: 999;
    font-size: 30px;
}

button:focus {
    outline: 0px;
}

.ddown-img {
    width: 40px;
    height: 40px;
    border-radius: 90px;
    margin-bottom: 0px;
    margin-top: 8px;
}

.ddown-head-txt {
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}

.ddown-txt {
    margin: 0px;
    font-size: 10px;
}

.menu_icon {
    /* float: right; */
    font-size: 16px;
    background: #ffffff;
    /* text-align: center; */
    display: inline-block;
    padding: 6px 10px;
    /* margin: 0px; */
    position: absolute;
    right: 0px;
}

.menu_icon i {
    margin-right: 0px;
}

.sideMenu {
    width: 200px;
    overflow: hidden;
    position: absolute;
    right: 0;
    background: #e9ecef;
    z-index: 999;
    top: 35px;
}

.sideMenu .sub_link_btn {
    display: block;
    font-size: 14px;
}

.accordion_title i {
    font-size: 25px;
}

.badgeTopgreen {
    background-color: #28a745;
    position: absolute !important;
    top: -3px !important;
    left: 19px;
    color: #ffffff;
    padding: 5px 2px;
    border-radius: 90px;
    display: inline-block;
    width: 20px;
}

.acc-txt {
    display: inline-block;
    margin-left: 5px;
}

.expand_icon {
    margin-left: 15px;
    color: #545454;
    font-size: 14px !important;
}

.notif_dropdown {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.Gamification_user_img {
    width: 30px;
    height: 30px;
    border-radius: 90px;
    margin: 10px 0px 5px;
}

.Gamification_tab .img_txt {
    font-size: 13px;
    text-align: center;
    display: block;
}

.Gamification_tab h6 {
    font-size: 13px;
    margin: 15px 0px 5px;
}

.Gamification_tab .num_txt {
    display: inline-block;
    background-color: #dcdcdc;
    color: #545454;
    border-radius: 90px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: grid;
    align-items: center;
    margin: 0 auto;
}

.sub_score_details .img_txt {
    margin: 15px 0px;
}

.sub_score_details .Gamification_user_img {
    width: 30px;
    height: 30px;
    border-radius: 90px;
    margin: 5px 0px 5px;
    object-fit: cover;
}

.sub_score_details {
    background: #FFFFFF;
}

.active_language {
    color: #40409a !important;
    text-decoration: underline;
}

/* media query */
@media only screen and (max-width: 1024px) {

    /* login positions */
    .header_logo {
        position: relative;
        top: auto;
    }

    .login_box {
        position: relative;
        top: auto;
    }

    .footer_logo {
        position: relative;
        top: auto;
        margin: 25px 0px;
    }

    .height {
        height: auto;
    }

    .company_logo {
        width: 250px;
        height: auto;
    }

    .powered_logo {
        width: 150px;
        height: auto;
    }

    .owl-height {
        height: auto !important;
    }

    .top_clk_icons {
        text-align: right;
        margin-bottom: 5px;
    }

    .tabs_dashboard .nav-pills .nav-link {
        padding: 5px 10px;
    }

    .tab_images {
        text-align: center;
    }

    .icon_td {
        width: auto;
    }

    .celebrations {
        padding-right: 15px;
    }

    .moodxpress {
        padding-left: 15px;
    }   

    .exit_content {
        position: relative !important;
        top: auto !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10%;
        margin-top: 10%;
    }

}

@media only screen and (max-width: 1018px) {
    .sideMenu {
        width: 200px;
        overflow: hidden;
        position: absolute;
        right: 0;
        background: #dcdcdc;
        z-index: 999;
        top: 40px;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .owl-dots {
        display: none;
    }

    body {
        font-size: 12px;
    }

    .login_forget a {
        font-size: 12px;
    }

    .top_clk_icons {
        text-align: center;
    }

    .top_clk_icons .chat-switch {
        display: block;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .head_logo {
        text-align: center;
    }

    .top_clk_icons span i {
        font-size: 20px;
    }

    .card-right-layout {
        width: 150px;
    }

    .btn {
        font-size: 12px;
    }

    .celebrations {
        padding-right: 15px;
    }

    .moodxpress {
        padding-left: 15px;
    }

    /* .cstm_width_dropdown{
        min-width: 320px;
        transform: translate3d(-23px, 30px, 0px) !important;
    } */
    /* .cstm_notif_dropdown{
        min-width: 320px;
        transform: translate3d(-27px, 30px, 0px) !important;
    } */
    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 595px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .sideMenu {
        top: 40px;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 508px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .top_clk_icons {
        margin-bottom: 15px;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 535px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .sideMenu {
        width: 200px;
        overflow: hidden;
        position: absolute;
        right: 0;
        background: #dcdcdc;
        z-index: 999;
        top: 40px;
    }

    .owl-dots {
        display: none;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 450px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .cl_list button {
        margin-left: 0px;
        float: unset;
    }

    .cl_list li {
        margin: 5px 0px 5px 0px;
    }

    .tabs_dashboard .nav-pills .nav-link {
        font-size: 12px;
    }

    .celebrations {
        padding-right: 15px;
    }

    .moodxpress {
        padding-left: 15px;
    }

    .right-clk {
        font-size: 11px;
        padding: 0px 6px;
    }

    .left-clk {
        font-size: 11px;
        padding: 0px 6px;
    }

    .owl-dots {
        display: none;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 420px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .sideMenu {
        top: 40px;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 375px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .sideMenu {
        width: 200px;
        overflow: hidden;
        position: absolute;
        right: 0;
        background: #dcdcdc;
        z-index: 999;
        top: 40px;
    }

    .owl-dots {
        display: none;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 349px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .sideMenu {
        width: 200px;
        overflow: hidden;
        position: absolute;
        right: 0;
        background: #dcdcdc;
        z-index: 999;
        top: 40px;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 346px) {

    .training_Rec,
    .Send_Birthday_Wishes {
        margin: 0px 0px 0px 0% !important;
    }

    .sideMenu {
        top: 40px;
    }

    .exit_content {
        position: relative;
        top: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}






.sub_link_btn:hover {
    color: #40409a;
    font-weight: bold;
}

.menu_icon:hover {
    background-color: #40409a;
}

.menu_icon:hover i {
    color: #ffffff;
}

.sub_link_btnActive {
    color: #40409a;
    font-weight: bold;
}

.sub_link_btn {
    padding: 10px 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}


.training_Rec {
    margin: 0px 0px 0px 55% !important;
}

.roalPlayer_History {
    background: #ffffff;
    margin: 0px 0px 0px 70%;
    height: auto;
    position: relative;
    padding-left: 2px;
    min-height: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: rgba(253, 253, 253, 0.8);
    overflow: auto;
    transition: 0.2s;
    padding-top: 0px;
}

.user-Img-list {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    object-fit: cover;
}

.sidenav_head {
    margin: 10px 0px;
    color: #40409a;
}

.ok_btn {
    background-color: #40409a;
    color: #ffffff;
    font-size: 12px;
}

.cancel_btn {
    color: #ffffff;
    background-color: #7f7f7f;
    font-size: 12px;
}

.close_sidenav {
    float: right;
    cursor: pointer;
}

.description-txt {
    color: #7F7F7F;
    margin: 10px 0px 0px;
    font-size: 12px;
}

.cstmtxtarea {
    resize: none;
    border-radius: 0px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #3b3b8f;
    transition: border 1s ease;
    outline: 0;
    box-shadow: none;
}

.bottom_btn {
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.custom-control-description {
    margin-left: 5px;
}

.label_mail {
    color: #7F7F7F;
    margin-right: 10px;
    font-size: 12px;
}

.cmt_mail,
.cmt_txtbox {
    color: #000000;
    font-size: 12px;
    margin: 2px 0px 2px;
}

.cmt_txtbox textarea {
    resize: none;
    border-radius: 0px;
    padding: 5px;
}

.Send_Birthday_Wishes {
    margin: 0px 0px 0px 70%;
}

.email_txt_error {
    color: red;
    font-size: 11px;
}

.moodXpress_progress_bar .progress-bar {
    background-color: #40409a;
}

.user_profile_popup {
    position: absolute;
    bottom: 0px;
    left: 320px;
    background: #ddd;
    border-radius: 90px;
    padding: 5px 8px;
}

.description-txt sup {
    margin-left: 2px;
}

.description-txt sup {
    color: red;
    font-size: 6px;
    top: -7px;
    right: 4px;
}

.info_text_bold {
    color: #20a5f8;
    border: 1px dashed #20a5f8;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    border-radius: 5px;
    padding-left: 15px
}

.inputClIcon {
    color: #888;
    font-size: 16px;
    float: right;
    border-radius: 50%;
    top: -20px;
    position: relative;
}

.container1 input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

label.container1.form-check.mr-2.total_records {
    font-size: 12px;
}

.container1 {
    cursor: pointer !important;
}

.form-check {
    padding-left: 1.25rem !important;
}

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    font-size: 12px !important;
}

.lan_title_txt {
    font-size: 16px;
}





/* forgot password popup*/
.forgot_password_popup {
    max-width: 500px;
    min-height: calc(100% - (1.75rem * 2));
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    margin: 1.75rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forgot_popup {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    transition: 0.2s;
    padding-top: 0px;
}
.consent_popup {
    max-width: 75%;
    min-height: calc(70% - (1.75rem * 2px));
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    margin: 1.75rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    height: 85vh;
}

select {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    height: 30px;
    width: 100%;
    font-size: 12px !important;
    color: #000000;
    padding: 5px 5px 5px 0px;
}


.error_txt {
    color: red;
    font-size: 10px;
    margin-bottom: 0px;
}

.moodXpress_icons .moodxpress_txt {
    position: relative;
    bottom: 4px;
}

.link_txt {
    color: #0056b3;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.width25 {
    margin: 0px 0px 0px 25%;
}

.width10 {
    margin: 0px 0px 0px 10%;
}

.width35 {
    margin: 0px 0px 0px 35%;
}

.tbl_height {
    height: 230px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
}

.tbl_height .table th,
.table td,
.tbl_height_390 .table th,
.table td {
    padding: 5px;
}

.tbl_height_390 {
    height: 390px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
}

.info_txt {
    font-size: 12px;
}

.exit_content {
    position: absolute;
    top: 35%;
    padding-left: 80px;
    padding-right: 80px;
}

.emp_pfl_icon {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
}

.bind_txt {
    display: inline-block;
    margin-left: 5px;
}

.red_color {
    color: red;
}

.abt_txt {
    color: #40409a;
    font-weight: bold;
}

.txt_width {
    width: 100px;
    display: inline-block;
    margin-top: 0px;
}

.white_bg {
    background-color: #ffffff;
}

.light_gray_bg {
    background-color: #f8f9fa;
}

.txt_line {
    text-decoration: underline;
}

.tbl_height_260 {
    height: 260px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
}

.setting__dropdown {
    min-width: 320px;
    transform: translate3d(-100px, 30px, 0px) !important;
}

.setting__dropdown:after,
.setting__dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.setting__dropdown:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #7f7f7f;
    border-width: 7px;
    margin-left: -55px;
}

.setting__dropdown:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #7f7f7f;
    border-width: 7px;
    margin-left: -55px;
}

.top_icons_clk {
    cursor: pointer;
}


/* workflow forms */
.check_icon {
    border-radius: 90px;
    border: 2px solid #ddd;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.check_icon i {
    color: green;
    font-size: 12px;
    padding: 4px 4px;
}

.uncheck_icon {
    border-radius: 90px;
    border: 2px solid #ddd;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.uncheck_icon i {
    color: red;
    font-size: 12px;
    padding: 4px 6px;
}

.workflow_forms .table-bordered th,
.workflow_forms .table-bordered td {
    color: #888;
}

.leave_approval_tbl .table-bordered th,
.workflow_forms .table-bordered td {
    padding: 5px;
}

.top_title {
    color: #ffffff;
    margin: 12px 0px;
}

.workflow_forms .total-rtxt {
    color: #888;
    margin: 7px 0px;
}

.cstm-pagination .active {
    background-color: #007bff;
    color: #fff !important;
}

.cstm-pagination .page-link {
    color: #888;
}

.cstm-pagination .pagination {
    float: right;
    margin: 0px;
}

.workflow_forms .secondary-header {
    margin: 15px 0px;
}

.SCR_bg {
    background-color: #ced4da;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.COR_bg {
    background-color: #8fa8f6;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.LC_bg {
    background-color: #b0a4be;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.LR_bg {
    background-color: #8bcbde;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.PR_bg {
    background-color: #f7e999;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.AC_bg {
    background-color: #d1cd8e;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.AR_bg {
    background-color: #d3ebb2;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.detail_box {
    flex-grow: unset !important;
    color: #343a40;
}

.detail_box .num_txt {
    font-size: 43px;
}

.detail_box {
    flex-grow: unset !important;
    color: #343a40;
}

.leave_approval_counts {
    text-align: right;
}

.detail_box .title_txt {
    font-size: 14px;
    line-height: 19px;
    margin: 13px 0px;
    width: 68px !important;
    max-width: 95px;
}

.SCR_bg:hover,
.COR_bg:hover,
.LC_bg:hover,
.LR_bg:hover,
.PR_bg:hover,
.AC_bg:hover,
.AR_bg:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition: all .25s ease-in-out;
    transform: scale(1.05);
    transition: 0.3s linear all;
}

.AR_bg {
    background-color: #d3ebb2;
    width: 162px;
    padding: 0px;
    margin: 5px 0px;
}

.detail_box .active {
    /* z-index: 2; */
    outline: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transform: scale(1.05);
    transition: 0.3s linear all;
}

.workflow_forms_tbl {
    height: 255px;
}

.iconTopRight {
    position: relative;
    top: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}

.cstm_green_btn {
    background: green;
    margin-right: 15px;
}

.cstm_red_btn {
    background: red;
    margin-right: 15px;
}

.topchk_box .chk_labels {
    color: #ffffff;
}

.topchk_box .form-inline {
    float: right;
}

.popover-body {
    background-color: #6363c0;
    color: #ffffff;
    border-radius: 0px;
    font-size: 12px;
    padding: 10px;
}

.workflow_forms .popover {
    top: 0px !important;
}

.popover {
    border-radius: 20px;
}

.workflow_forms .bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #000000;
}

.popover-body {
    padding: 10px 15px 5px;
}

.popover-body p {
    margin: 0px;
}

.reject_btn {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
}

.reject_btn:hover {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    border-color: #000;
}

.sub_header_bg {
    background: #f8f9fa;
}

.view_all_ddn {
    display: inline-block;
    position: relative;
    left: 180px;
    cursor: pointer;
    text-decoration: underline;
}

.calendar-table-icon {
    cursor: pointer;
}

/* new workflow css */
.sub-sidenav {
    position: absolute;
    right: 31%;
    background: #fff;
    width: 68%;
    margin: 10px 0px;
    top: 20%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 55vh;
}

.workflow_img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    object-fit: cover;
}

.user_level_img {
    width: 65px;
    height: 65px;
    border-radius: 90px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    object-fit: cover;
    margin-top: -40px;
}

.UL_green_box {
    border: 1px solid #92d050;
    border-top: 15px solid #92d050;
}



.UL_yellow_box {
    border: 1px solid #ffc000;
    border-top: 15px solid #ffc000;
}

.UL_red_box {
    border: 1px solid #ff0000;
    border-top: 15px solid #ff0000;
}

.UL_gray_box {
    border: 1px solid #d9d9d9;
    border-top: 15px solid #d9d9d9;
}

.user_level_box img {
    text-align: center;
}

.user_level_count {
    float: right;
    position: absolute;
    right: -9px;
    top: -20px;
    color: #ffffff;
    background-color: #03a9f4;
    padding: 1px 2px;
    border-radius: 90px;
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.user_level_count_adhoc {
    float: right;
    position: absolute;
    right: -9px;
    top: -20px;
    color: #ffffff;
    background-color: #40409a;
    padding: 1px 2px;
    border-radius: 90px;
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.user_level_cmt {
    font-size: 14px;
    text-align: center;
    margin: 15px 0px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;


}

.left_clk_icon {
    float: left;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    color: #ddd;
}

.right_clk_icon {
    float: right;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 5px;
    color: #ddd;
    cursor: pointer;
}

.workflow_tracker_tbl {
    height: 140px;
    overflow: auto;
}

.approve_info {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 10px;
    color: #92d050;
    font-size: 14px;
}

.reject_info {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 10px;
    color: #ff0000;
    font-size: 14px;
}

.pending_info {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 10px;
    color: #ffc000;
    font-size: 14px;
}

.adhoc_pending_info {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 10px;
    color: #40409a;
    font-size: 14px;
}

.search_bar:focus {
    border: 0px;
    border-bottom: 1px solid #40409a;
    height: 30px;
    width: 100%;
    color: #000000;
    outline: 0;
    background-color: transparent;
    transition: border-bottom 1s ease;
}








/* Landing_submenu css */

.landing_sec_icon {
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0px 7px;
    color: #ffffff;
    font-size: 20px;
}

.landing_sec_icon .down_icon {
    font-size: 10px;
}

.sub_menu_ddr {
    width: auto;
    background: #ffffff;
    position: absolute;
    z-index: 1165;
    right: 180px;
    margin-top: 10px;
    border: 7px solid #7f7f7f;
    top: 36px;
}

.sub_menu_ddr::after {
    content: '';
    position: absolute;
    right: 118px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #7f7f7f;
    clear: both;
}

.sub_menu_ddr .LandingsideMenu .sub_link_btn {
    display: block;
    font-size: 14px;
}

.sub_menu_ddr .sub_link_btn {
    padding: 0px 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal !important;
    /*margin: 10px 0px;*/
    -webkit-transition: background 0.60s;
    transition: background 0.60s;
}

.sub_menu_ddr .sub_link_btn i {
    margin-right: 5px;
    font-size: 16px;
    width: 20px;
}

.sub_menu_ddr .sub_link_btn:hover {
    color: #ffffff;
    background: #40409a;
    cursor: pointer;
}

.sub_menu_ddr .LandingsideMenu {
    float: left;
    padding: 0px 15px;
    margin: 10px 0px;
}
.top_icon_down {
    font-size: 12px;
    position: relative;
    right: 3px;
    bottom: 5px;
}
.group_heading_txt {
    margin: 0px;
    padding: 0px;
    color: #40409a;
    font-weight: bold;
    border-bottom: 1px solid #40409a;
}

.secondary_ul {  
    background: #f8f9fa;
}

.secondary_ul li {
    cursor: pointer !important;
    list-style-type: square;
}
.menu_headtxt {
    list-style-type: none;
}

.primary_ul {
    padding-left: 0px;
    height: 21px;
}


.sign_in {
    background-color: #40409a;    
}
.sign_in  .sidenav_head{
    color: #ffffff;
}
.btn_width{
    width: 60px;
}
.topHeader h4
{
    color:#fff;
    padding-left: 20px;
}
.report_search_icon i{
    right: 10px !important;
    top: 19px !important;
}
.rtl_sidenav_head{
    display: inline-block;
}
.iframeContainer,.iframeContainerClass{height: -webkit-fill-available !important;}
/*.mCSB_scrollTools .mCSB_draggerRail:hover{
	width:10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
	width:10px;
}*/
/*.mCSB_dragger_bar
{
width:7px !important;
}*/
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
    width: 7px !important;
}
.divforcarosel a.carousel-control-prev, .divforcarosel a.carousel-control-next {
    max-width: 30px!important;
    vertical-align: middle !important;
    top: 50%!important;
    padding: 10px;
    background-color: #40409a!important;
    border-radius: 50%;
    height: 30px;
  }
  #titleofAdhoc{
    text-align: left!important;
    justify-content: left!important;
    overflow-y: hidden;
    /* max-height: 15vh; */
  }
 
  .raisedboxofAdhoc{
     padding: 10px;
     box-sizing: 0;
     height: 400px;
     width:100%;
     background-color: rgb(255, 254, 254);
 }
 .Adhocpop.video {
   
  
   max-height: 40vh;
   min-height: 40vh;
   min-width: 1000px;
   max-width: 1000px;
   
 }
 .survey-pdf {
    height: 400px;
    width: 100%;
    border: none;
    padding-top: 20px;
    box-shadow: 0px 2px 5px 5px #efeeee;
   }
 
 .Adhocpop.carousel {
     /* width:440px; */
    /* height:360px;
 */    
     justify-content: center;
   }
   .Adhocpop.carousel-indicators li{
       display:none;
   }
 
 
 
 .Adhocpop.modal {
     width:100%;
   padding: 30px !important;
   background-color: rgb(232, 232, 232);
  
 }
  .Adhocpop.modal.modal-dialog {
       width: 100%;
       max-width: none;
       height: 100%;
       margin: 0;
   }
   .Adhocpop.modal.modal-content {
       height: 100%;
       border: 0;
       border-radius: 0;
   }
   /* .modal .modal-body { */
       /* overflow-y: auto; */
     
   /* } */
   .Adhocpop.modal.modal-footer{
     text-align: center;
     justify-content: center;
     padding: 0.5rem;
   }
 
 
 #AdhocModal
 {
     z-index: 1041;
     
 }
 .Adhocpop.modal-backdrop
  {
    opacity:.2 !important;
  }
 
  
ngx-dropzone,
.custom-dropzone {
  margin: 20px;
}

.sizeofAdhoc{
  height: 10%;
  width: 330px;
}
.apitable h3 {
    padding: 5px;
    box-shadow: 0px 2px 2px 2px #878787 !important;
    background-color: #6471c1;
    color: #ffffff;
    font-size: 22px;
    padding: 5px;
}

#surveyTitle
{
  padding-left: 10px;
}



/* .center span{
    align-self: center;
    
}
.center {
    display: flex;
    justify-content: center;
    
  } */
 .apitable table {
    width: 100%;
  }
  .apitable {
    padding-top: 20px;
    width: 90%;
    margin: auto;
}


.adhocTool.mat-toolbar.mat-accent {
    background: #0f0288;
    color: #fff;
}
.apitable #tbdata {
    font-family:'poppinsregular' !important;
    border-collapse: collapse;
    width: 100%;
    
    max-height: 20vh;
  }
 .apitable .min-height-20vh
  {
    min-height: 20vh;
  }
  
 .apitable #tbdata td, #tbdata th {
    border: 1px solid #ddd;
    padding: 5px;
    /* 8px */
  }
  
  /* #tbdata tr:nth-child(even){background-color: #f2f2f2;} */
  
 .apitable #tbdata tr:hover {background-color: #ddd;}
  
 .apitable #tbdata th {
    padding: 5px;
    text-align: left;
    background-color: #97a0db;
    color: white;
  }
  .apitable{
      padding-top: 20px;
  }
  
 .selected_rowofAdhoc{
    color: #fff;
    background-color: #9E9E9E;
} 

@media (min-width: 576px)
{
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
}
.modal-header {
    padding: 10px;
}

@media (min-width: 576px)
{
.modal-dialog {
    max-width: 100%;
    margin: 5px;
}
}

.mat-card {
   box-shadow: 0px 2px 2px 2px #ccc !important;
    display: block;
    position: relative;
    margin-top: -16px;
    padding: 0px !important; 
    border-radius: 2px;
}

.ngx-pagination .disabled {
   
    color: #cacaca;
    cursor: default;
    padding: 10px !important;
}

.ngx-pagination .current {
    
    background: #858ec9 !important;
}

.ngx-pagination .disabled {
   
    color: #646da9 !important;
}
.titlediv {
    height: 400px;
    overflow: auto;
    width: 50%;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-shadow: 0px 2px 5px 5px #efeeee;
}
.framediv {
    width: 100%;
    float: left;
    height: 400px;
    max-height: 500px;
}

.videoplayer {
    box-shadow: 2px 2px 2px 2px #ccc;
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 500px;
    height: 400px;
}
.dontshw-btn{
  text-align: center;
  justify-content: center;
  padding-top: 20px;
}

.modal-footer {
       justify-content: center;
}
.modal-content
{
    max-height: 750px !important;
    margin-top: 20px;
}
.carousel-item active
{
    border: none;
}
ngb-carousel:focus {
    outline: none;
}

.prw-window {
    max-width: 30%;
    position: absolute;
    margin-left: 35%;
}
img.survey-img{
    max-height: 400px;
    min-width: 694px;
    max-width: 694px;
    box-shadow: 0px 2px 5px 5px #efeeee;
}

.prw-window img {
    max-height: 400px;
}
.survey-pdf2 {
    height: 380px;
    width: 100%;
    border: none;
    padding-top: 20px;
    box-shadow: 0px 2px 5px 5px #efeeee;
}
.divMinHeight {
    min-height: 194px !important;
}