@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

span.brand-text.font-weight-light {
    font-size: 16px !important;
}

.dasbord_login {
    font: 14px/20px 'Helvetica', Arial, sans-serif;
    margin: 0;
    -webkit-text-size-adjust: none;
}

.dasbord_login {
    padding: 75px 0 0 0;
    background: rgb(0, 98, 180);
    min-height: 100vh;
}

.logo-div {
    padding: 30px 0;
}

.logo_name {
    margin: 0;
    font-size: 21px;
}

.formWrapper_box {
    width: 540px;
    max-width: 100%;
    margin: 0 auto 10px auto;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    padding: 0 20px;
    box-shadow: 0px 0px 12px #eee;
    border: solid 1px #eee;
}

.bg_themeBlue {
    /*background-color: #0062b4;*/
}

.form_label {
    line-height: 150%;
    font-family: Helvetica;
    font-size: 13px;
    color: #000;
}

.btn_dfault {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    font-family: 'Helvetica', Arial, sans-serif;
    width: auto;
    white-space: nowrap;
    height: 42px;
    margin: 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    vertical-align: top;
    background-color: #0062b4 !important;
    color: #ffffff !important;
}

.btn_dfault:hover {
    background-color: #006294 !important;
    color: #ffffff !important;
}

.custom_form .form-control {
    display: block;
    margin: 0;
    padding: 10px;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    -webkit-appearance: none;
    height: auto;
    box-shadow: none;
}

.custom_form .form-group {
    margin-bottom: 20px;
}

.custom_form .form-group.clearfix {
    margin-bottom: 5px;
}

.col_themeBlue {
    color: #0062b4;
}


.forget_pass {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #8a8888;
    text-decoration: underline;
}

.form-check-label {
    cursor: pointer;
    user-select: none;
    font-size: 13px;
}


.customCard {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
}

.customCard {
    margin-bottom: 30px;
}

.customCard-hdr {
    padding: 12px 15px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e2e8f0;
}

.customCard-hdr .hdr-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.customCard-body {
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.display_list {
    padding: 0 0 0 30px;
    margin: 0;
}

.display_list li {
    list-style: none;
    padding-bottom: 15px;
    font-size: 17px;
}

.display_list li a {
    color: #007bff;
    transition: all 0.4s;
}

.display_list li a:hover {
    color: #3e80c6;
    font-weight: bold;
}

.content-header {
    padding-bottom: 5px;
}

.btn {
    font-size: 14px;
    font-weight: 500;
}

.custom_table {
    width: 100% !important;
}

.table-striped.custom_table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .03);
}

table.custom_table thead th {
    /* text-align: left !important; */
    color: rgb(73, 80, 87);
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: none;
    border-top: none;
}

table.custom_table.dataTable>thead .sorting:before,
table.custom_table.dataTable>thead .sorting:after {
    bottom: 0.6em !important;
}

.custom_table td {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}

.action-grp {
    display: flex;
    justify-content: center;
}

.action-grp .btn {
    padding: 2px;
    width: 30px;
    height: 30px;
    /*border-radius: 50%;*/
    font-size: 12px;
    line-height: 25px;
    margin: 0 2px;
}

.contInner_top {
    margin-bottom: 15px;
}

.usergrp_row {
    align-items: center;
}

.formCheck input[type="checkbox"] {
    height: 18px;
    width: 18px;
}

.btn_submit {
    font-size: 14px;
    padding: 6px 10px;
    width: auto;
}

.content-header h1 {
    font-size: 22px;
    font-weight: 700;
}

.user_dashboard_body .content-header h1 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.sidebar .user-panel {
    margin-top: 10px !important;
    padding-bottom: 10px !important;
}

div#datatable_paginate {
    margin-top: 10px;
}

.pagination li {
    font-size: 14px;
}


table.table-borderless th,
table.table-borderless td {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
}

table.table-borderless th {
    font-size: 15px;
}

label.u_label {
    margin: 0 !important;
    font-size: 14px;
}

.usergrp_row {
    align-items: center;
    margin-bottom: 10px;
}

.form-control {
    font-size: 14px;
    height: 35px;
}

.select2-container--default .select2-selection--multiple {
    border-color: #ced4da !important;
}

.contInner-wrapper .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    font-family: Nunito, sans-serif;
    font-size: 14px;
}

.contInner-wrapper .form-control.is-invalid~.select2-container--default .select2-selection--multiple {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.select2-container--default .select2-selection--multiple {
    font-size: 14px !important;
    font-family: Nunito, sans-serif !important;
    padding-left: 12px;
    font-weight: 300;
    color: #495057 !important;
}

.contInner-wrapper .select2-search__field {
    font-size: 14px !important;
    font-family: Nunito, sans-serif !important;
    color: #495057 !important;
    font-weight: 400 !important;
}

.contInner-wrapper .select2-search__field:focus {
    border: none !important;
}

input[type="file"].form-control {
    font-size: 13px;
    height: 40px;
}

.select2-container {
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important;
    border: 1px solid #007bff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    padding: 0px 5px;
    margin: 0;
    border-color: #fff6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #1f67b4 !important;
}

.contInner-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {}

.select2-search__field::placeholder {
    color: #495057;
}

.select2-search__field:-ms-input-placeholder {
    color: #495057;
}

.select2-search__field::-ms-input-placeholder {
    color: #495057;
}

.select2-container--default .select2-results__option {
    font-size: 14px;
    font-family: Nunito, sans-serif;
}

.select2-container--default .select2-results__option {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 3px 15px !important;
    font-family: Nunito, sans-serif !important;
}


.nav-sidebar .nav-link {
    position: relative;
    padding: .5rem .3rem;
}

.nav-sidebar .nav-link p {
    padding-left: 31px;
    font-size: 14px;
    display: block;
}

.nav-sidebar .nav-link .nav-icon {
    position: absolute;
    left: 0.3rem;
    top: 0.6rem;
}

.navbar-white.main-header .container {
    max-width: 100% !important;
    align-items: center;
}

.layout-top-nav .wrapper .main-header .brand-image {
    margin: 0 0 -3px 0 !important;
}

.navbar-white.main-header .navbar-collapse {
    justify-content: end;
}

.main-header .navbar-nav .nav-item {
    /*font-size: 14px;*/
    font-size: 16px;
    position: relative;
}

.main-header .dropdown-menu li {
    font-size: 14px;
}

.main-header .navbar-brand .brand-text {
    font-size: 19px !important;
    color: #2e3189;
    font-weight: 700 !important;
}

.navbar-nav.order-1 > li > a {
    padding-right: 0 !important;
    padding-left: 45px !important;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #2e3189 !important;
}

.navbar-nav .nav-link.active:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #2e3189;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
}

.fixed-top~.content-wrapper {
    padding-top: 60px;
    min-height: 92vh !important;
}

.dashboard_page {
    background-image: url(/shockwave/public/images/building-img.jpg);
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
}

.dashboard_page_admin {
    background-image: url(/shockwave/public/images/shockwave_bg_img.png);
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
}

.content-header .d_mainTitle {
    font-size: 50px;
    line-height: 72px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 45px !important;
}

.img-holder {
    margin-bottom: 0;
}

.page_title_sop {
    color: #005FAC !important;
    font-size: 37px !important;
    font-weight: 700 !important;
    font-family: Open Sans !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.userForm-common label.u_label {
    font-size: 16px;
    color: #5B5B5B !important;
}

.userForm-common .form-control {
    /*border: 1px solid #ccc !important;*/
    outline: 1px solid #ccc;
    outline-offset: 2px;
    border-radius: 0;
    box-shadow: 0 0px 0px 3px #e0eef9;
    height: 45px;
    font-size: 16px;
}

.userForm-common .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5B5B5B;
}

.userForm-common .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5B5B5B;
}

.userForm-common .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5B5B5B;
}

.userForm-common input[type="file"].form-control {
    height: 45px;
    font-size: 16px;
}

.userForm-common .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 10px;
    font-size: 16px !important;
    color: #5B5B5B !important;
}

.userForm-common .select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
    outline: 1px solid #ccc;
    outline-offset: 2px;
    border-radius: 0;
    box-shadow: 0 0px 0px 3px #e0eef9;
    min-height: 45px;
    font-size: 16px;
}

.userForm-common .btn {
    font-weight: 700;
}

/* .userForm-common .usergrp_lft {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
} */

.userForm-common .usergrp_row {
    margin-bottom: 25px;

}


.body_bg {
    background: url(body_bg.jpg) no-repeat top center;
    background-size: cover;
}

/*#datatable_filter input[type=search] {max-width: 350px; width: 100%;}*/
table#datatable {
    background: #e0eef9;
    border: solid 1px #ccc;
    border-spacing: revert;
}

table#datatable tr {
    background: #e0eef9;
}

table#datatable tr td,
table#datatable tr th {
    background: #fff;
    border: solid 1px #ccc;
}

.action-grp .btn-success {
    background: #72acd7;
    border-color: #72acd7;
}

.action-grp .btn-info {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.action-grp .btn-primary {
    background: #5b5b5b;
    border-color: #5b5b5b;
}

.action-grp .btn-danger {
    background: #de6e6e;
    border-color: #de6e6e;
}

.action-grp .btn-warning {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.left-sidebar .add-sop {
    background: #005fac;
    color: #fff;
    display: block;
    padding: 2.5em 1em;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 15px;
}

.left-sidebar h5 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.left-sidebar .dep-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.left-sidebar .dep-list li {
    margin: 3px 0;
}

.left-sidebar .dep-list li a {
    background: #fff;
    color: #1069b1;
    display: block;
    padding: 1.5em 1em;
    text-align: center;
    border-radius: 3px;
    font-weight: 700;
    border: solid 1px #e6ebf0;
}

.left-sidebar .dep-list li a:hover,
.left-sidebar .dep-list li a.active {
    color: #fff;
    background: #72acd7;
    border-color: #5681a1;
}

.pagination li {
    margin: 0 3px;
}

.page-item.disabled .page-link {
    border-radius: .25rem;
}

.page-item.active .page-link {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
}


.searchBar_custom {
    position: relative;
}

.searchBar_custom input[type=search] {
    width: 100% !important;
    max-width: calc(100%) !important;
    border: 1px solid #ccc !important;
    outline: 1px solid #ccc !important;
    outline-offset: 2px !important;
    border-radius: 0 !important;
    box-shadow: 0 0px 0px 3px #e0eef9 !important;
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 75px;
}

.searchBar_custom .search_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    margin: 0;
    background-color: #005fac;
    border-color: #005fac;
    border-radius: 0;
    padding: 6px 20px;
}

.searchBar_custom .search_btn:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.custom_select~.select2-container .select2-selection--multiple {
    min-height: 35px;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}

.custom_select~.select2-container--default .select2-search--inline .select2-search__field {
    margin-left: 0;
}

.custom_select~.select2-container .select2-search__field::placeholder {
    color: #9d9e9f;
}

.custom_select~.select2-container .select2-search__field:-ms-input-placeholder {
    color: #9d9e9f;
}

.custom_select~.select2-container .select2-search__field::-ms-input-placeholder {
    color: #9d9e9f;
}

@-moz-document url-prefix() {
    .custom_select~.select2-container .select2-search__field::placeholder {
        color: #8d9194;
        opacity: 1;
    }

    .custom_select~.select2-container .select2-search__field:-ms-input-placeholder {
        color: #8d9194;
        opacity: 1;
    }

    .custom_select~.select2-container .select2-search__field::-ms-input-placeholder {
        color: #8d9194;
        opacity: 1;
    }
}


#accordion .customCard-hdr {
    position: relative;
}

#accordion .customCard-hdr a:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    right: 35px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.5s;
}

#accordion .customCard-hdr a[aria-expanded=true]:before {
    transform: rotate(225deg);
}

.bodyInner {
    display: flex;
    flex-wrap: wrap;
}

#permissionSection .usergrp_row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* Responsive  */
@media only screen and (max-width: 1350.5px) {
    .col-md-5.col-lg-5.usergrp_lft {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-md-7.usergrp_rt {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .content-header .d_mainTitle {
        font-size: 45px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 1199.5px) {
    .content-header .d_mainTitle {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px !important;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }

    #video_div .video-col {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 991.5px) {
    .navbar-nav.order-1 li a {
        padding-left: 15px !important;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .layout-top-nav .wrapper .main-header .brand-image {
        margin-top: 0 !important;
        ;
        height: 30px !important;
        ;
    }

    .content-header .d_mainTitle {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width: 767.5px) {
    .user_dashboard_body .content-header h1 {
        color: #005fac;
    }

    /* .content-header {
        padding: 56px 0.5rem;
    } */
    .content-header h1 {
        text-align: center;
    }

    .content-header .breadcrumb {
        display: flex;
        justify-content: center;
    }

    .badge {
        margin-bottom: 7px;
    }

    .dasbord_login {
        padding: 40px 15px 0;
    }

    .logo_name {
        font-size: 24px;
    }

    label.u_label {
        margin: 10px !important;
    }

    .col-md-5.col-lg-5.usergrp_lft {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-md-7.usergrp_rt {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .main-header {
        padding: 10px 15px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }

    .content-header .d_mainTitle {
        font-size: 30px;
        line-height: 45px;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 11px;
    }

    .order-1.navbar-nav {
        margin-right: 70px;
    }

    .navbar-nav .nav-link.active:before {
        right: unset;
    }

    /* .left-sidebar{
    order: 2;
   } */
    #video_div .video-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #permissionSection .usergrp_row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 640.5px) {
    #video_div .video-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480.5px) {
    .content-header .d_mainTitle {
        font-size: 27px;
        line-height: 35px;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        text-shadow: 0px 4px 4px rgb(0 0 0 / 80%);
    }

    .main-footer {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .top-rightbar {
        justify-content: center !important;
    }

}


#target {
    display: none;
}


/* <!-- chirayata style -->
<style> */
.headerNavbar .navbar-nav a.nav-link {
    white-space: nowrap;
}

@media (max-width: 1350px) and (min-width: 992px) {
    .headerNavbar .navbar-nav a.nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .headerNavbar .navbar-nav .nav-item {
        font-size: 13px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .headerNavbar .navbar-nav a.adminDropdown {
        padding-left: 10px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .headerNavbar .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 11px;
    }

    .navbar-nav .nav-link.active:before {
        right: unset;
    }

    .headerNavbar .order-1.navbar-nav {
        margin-right: 70px;
    }
}

@media (max-width: 575px) {
    .headerNavbar>.container {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }

    .headerNavbar .order-1.navbar-nav {
        margin-right: 0px;
        width: 100%;
        margin-top: 10px;
    }

    .headerNavbar .navbar-nav a.nav-link.adminDropdown {
        padding: 10px !important;
    }
    .headerNavbar .custom-nav-item .dropdownHover>p {position: inherit; left: 0!important;}
}

@media (max-width: 350px) {
    .headerNavbar ul.order-1 li.nav-item {
        font-size: 14px;
    }
}

.headerNavbar .dropdownHover {
    position: relative;
}

.headerNavbar .dropdownHover>p a {
    display: block;
}

.headerNavbar .dropdownHover p a {
    padding: 4px 15px;
}

.headerNavbar .dropdownHover>p {
    display: none;
    position: absolute;
    left: 194px;
    /* padding: 4px 15px; */
    background: #fff;
    margin-bottom: 0px;
    top: 0px;
    z-index: 2;
}

.addUser .form-group.row.usergrp_row {
    align-items: flex-start;
}

.addUser .form-group.row.usergrp_row .usergrp_lft {
    margin-top: 5px;
}

.coachingVideoContainer .video-col-cont.row {
    display: flex;
    align-items: center;
}

.coachingVideoContainer .video-col-cont.row .col-8.col-md-7 p {
    margin-bottom: 0px !important;
}


.headerNavbar .dropdownHover1 {
    position: relative;
}

.headerNavbar .dropdownHover1>p a {
    display: block;
}

.headerNavbar .dropdownHover1 p a {
    padding: 4px 15px;
}

.headerNavbar .dropdownHover1>p {
    display: none;
    position: absolute;
    left: 194px;
    /* padding: 4px 15px; */
    background: #fff;
    margin-bottom: 0px;
    top: 0px;
    z-index: 2;
}

.headerNavbar .dropdownHover2 {
    position: relative;
}

.headerNavbar .dropdownHover2>p a {
    display: block;
}

.headerNavbar .dropdownHover2 p a {
    padding: 4px 15px;
}

.headerNavbar .dropdownHover2>p {
    display: none;
    position: absolute;
    left: 194px;
    /* padding: 4px 15px; */
    background: #fff;
    margin-bottom: 0px;
    top: 0px;
    z-index: 2;
}

.headerNavbar .dropdownHover3 {
    position: relative;
}

.headerNavbar .dropdownHover3>p a {
    display: block;
}

.headerNavbar .dropdownHover3 p a {
    padding: 4px 15px;
}

.headerNavbar .dropdownHover3>p {
    display: none;
    position: absolute;
    left: 194px;
    /* padding: 4px 15px; */
    background: #fff;
    margin-bottom: 0px;
    top: 0px;
    z-index: 2;
}
/* </style>
<!-- chirayata style --> */
.headerNavbar .switch_company>p{
    min-width: 165px;
}

.headerNavbar .custom-nav-item .dropdownHover>p{
    left: -163px;
}
.headerNavbar .custom-nav-item .dropdownHover1>p{
    left: -111px;
}

.headerNavbar .custom-nav-item .dropdownHover2>p{
    left: -143px;
}

html .main-header .custom-nav-item > a {
    padding-left: 10px !important;
}

.headerNavbar .custom-nav-item .dropdownHover3>p{
    min-width: 215px;
    left: -215px;

}
.email_col {word-break: break-all;}