@charset "utf-8";

/* Common CSS Start */

body {
    background-color: #f9fcff;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    color: #3f4047;
    font-size: 14px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

select:focus,
input:focus,
button:focus {
    outline: 0;
}

.select2-selection.select2-selection--single:focus {
    outline: 0!important;
}

.btn.btn-round {
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
}

.table td,
.table th {
    vertical-align: middle;
}

.btn-primary {
    background-color: #386A96;
    border-color: #386A96;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    padding: 9.5px 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #264e71;
    border-color: #264e71;
}

.btn-secondary {
    background: #348BFC;
    border-color: #348BFC;
    color: #fff;
    padding: 10px 32px 10px 32px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mw160 {
    min-width: 160px;
}

.btn-secondary:hover {
    background-color: #226ac7;
    border-color: #226ac7;
}

.btn-outline-secondary {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    color: #696B7C;
    border-radius: 8px;
    border: 1px solid #DCE4EE;
    padding: 10px 32px 10px 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.mt-13 {
    margin-top: 13px;
}


/* Common CSS End */


/* Header CSS Start */

header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

header .h-right .dropdown-toggle span {
    cursor: pointer;
}

header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #22252B;
    margin: 0;
}

.h-right {
    position: relative;
}

.left-side {
    background: #ffffff;
    width: 100%;
    max-width: 269px;
    min-width: 269px;
    padding: 30px 15px;
    height: 100vh;
    position: fixed;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
}

.logo {
    width: 120px;
    margin: 0 auto 33px;
}

.logo img {
    max-width: 100%;
}

.sidebar-menu {
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #22252B;
    padding: 20px 16px;
    display: block;
}

.sidebar-menu li label {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #696B7C;
    padding: 28px 16px 15px;
    display: block;
    margin: 0;
}

.sidebar-menu li a span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-menu li a text {
    width: 23px;
    margin-right: 15px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.sidebar-menu li.active {
    background: #33BDE1;
    border-radius: 8px;
}

.sidebar-menu li.active a {
    color: #ffffff;
}

.sidebar-menu li.active a svg path {
    fill: #ffffff;
}

.user-profile-drop {
    padding-left: 30px;
    margin-left: 20px;
}

.profile-dropdown-menu {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    /* right: 0 !important; */
    visibility: visible;
    overflow: visible;
    padding: 15px 0;
    margin-top: 14px;
    width: 125px;
    min-width: 125px;
}

.profile-dropdown-menu:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: -8px;
    right: 15px;
    -webkit-box-shadow: -5px -5px 8px -2px rgb(0 0 0 / 15%);
    box-shadow: -5px -5px 8px -2px rgb(0 0 0 / 15%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1002;
}

.profile-dropdown-menu li {
    padding: 0.7em 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.profile-dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #22252B;
    display: block;
}

.profile-dropdown-menu li a i {
    margin-right: 3px;
}

.profile-dropdown-menu li:hover {
    background-color: #f1f1f1;
}

.profile-dropdown-menu li:last-child a {
    color: #FF6335;
}

.dropdown-toggle:after {
    vertical-align: middle;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
}

.user-profile-drop .dropdown-toggle {
    padding: 13px 0 13px 16px;
}

.user-avtar {
    position: absolute;
    top: 5px;
    left: 0;
    width: 32px;
    height: 32px;
    background: #d9ebff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #348BFC;
    text-align: center;
    line-height: 32px;
}

.company-dropdown-toggle {
    background: #f7f9fb;
    border-radius: 8px;
    border: 1px solid #eef2f7;
    color: #696B7C;
    font-size: 12px;
    padding: 13px 16px;
}

.company-dropdown-menu {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    visibility: visible;
    overflow: visible;
    padding: 15px 0;
    margin-top: 14px;
    width: 175px;
    min-width: 175px;
}

.company-dropdown-menu:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: -8px;
    right: 15px;
    -webkit-box-shadow: -5px -5px 8px -2px rgb(0 0 0 / 15%);
    box-shadow: -5px -5px 8px -2px rgb(0 0 0 / 15%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1002;
}

.company-dropdown-menu li {
    padding: 0.7em 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.company-dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #22252B;
    display: block;
}

.company-dropdown-menu li a i {
    margin-right: 3px;
}

.company-dropdown-menu li:hover {
    background-color: #f1f1f1;
}

.header-drop .select2-container {
    min-width: 150px;
}

.header-drop .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0px;
}

.header-drop .select2-container--default .select2-selection--single {
    min-width: 100%;
}


/* Header CSS End */

.body-spacer {
    width: 100%;
    padding: 35px 30px 10px 300px;
}

.content-wrap-outer {
    width: 100%;
    clear: both;
}

.content-wrap {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(35 59 97 / 7%);
    box-shadow: 0px 0px 20px 0px rgb(35 59 97 / 7%);
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 8px;
}

.content-wrap .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 15px 24px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-wrap .card-header h5 {
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
    padding: 0px;
}

.content-wrap .card-header h5:after {
    content: "";
    background-color: #d2d2d2;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.content-wrap .card-header .ch-left {
    color: #22252B;
    font-size: 16px;
}

.content-wrap .card-header .ch-right {
    display: flex;
    align-items: center;
}

.content-wrap .card-header .ch-right .form-group {
    margin-bottom: 0;
}

.ch-right .form-group+.form-group {
    margin-left: 20px;
}

.ch-right .search-icon-field {
    width: 205px;
}

.content-wrap .card-block {
    padding: 0px;
}

.content-wrap .card-block p {
    line-height: 1.5;
}

.content-wrap .card-block p:last-child {
    margin-bottom: 0px;
}

.content-wrap ul {
    margin: 0px 0px 20px 18px;
    padding: 0px;
}

.content-wrap ul li {
    line-height: normal;
    margin-top: 5px;
}

.custom-bullet li {
    position: relative;
    list-style: none;
}

.custom-bullet li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 4px;
    left: -15px;
    font-weight: 900;
}


/* Content CSS End */


/* Tag Start */

.label {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 8px;
    padding: 4px 7px;
}

.label-warning {
    background: #ffc107;
    color: #000000;
}

.label-danger {
    background: #dc3545;
}

.label-success {
    background: #28a745;
}

.label-inverse {
    background: #37474f;
}

.label-info {
    background: #17a2b8;
}

.label-active {
    background: rgba(52, 139, 252, 0.08);
    color: #348BFC;
}

.label-inactive {
    background: rgba(105, 107, 124, 0.08);
    color: #696B7C;
}

.text-success {
    color: #00DC58;
    font-weight: 600;
    font-size: 14px;
}

.text-danger {
    color: #FF0000;
    font-weight: 600;
    font-size: 14px;
}

.label-program {
    background: rgba(52, 139, 252, 0.08);
    color: #348BFC;
    padding: 6px 12px;
}


/* Tag End */


/* Form CSS Start */

.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: normal;
}

.form-control {
    font-size: 12px;
    height: 40px;
    background: #F7F9FB;
    border: 1px solid rgba(220, 228, 238, 0.32);
    box-sizing: border-box;
    border-radius: 8px;
    color: #696B7C;
}

.btn {
    font-size: 14px;
    padding: 8.5px 15px 8.5px;
}

.btn.btn-sm i {
    font-size: 15px;
    padding: 4px 0px;
    display: inline-block;
}

.btn.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .2rem;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
}

.btn.btn-lg {
    padding: .6rem 1rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .2rem;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
}

.form-group .btn+.btn {
    margin-left: 10px;
}

.full-width {
    width: 100%;
}

.form-group textarea {
    height: 150px;
}

.form-control:focus {
    color: #696B7C;
    background: #F7F9FB;
    border: 1px solid rgba(220, 228, 238, 0.32);
    outline: 0;
    box-shadow: none;
}

.select2-container--default .select2-selection--single {
    background: #f7f9fb;
    border-radius: 8px;
    border: 1px solid #eef2f7;
    color: #696B7C;
    font-size: 12px;
    min-width: 129px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 10px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #22252B;
}

.select2-results__option {
    padding: 10px 6px;
    font-size: 12px;
    color: #696B7C;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #33bde1;
    color: white;
}

.select2-container--default .select2-results>.select2-results__options {
    margin-left: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #33bde1;
}


/* multiple select */

.own-multiple .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.own-multiple .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.own-multiple .select2-results__option[aria-selected=true]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #fff;
    background-color: #33BDE1;
    border: 0;
    display: inline-block;
    padding-left: 4px;
    padding-top: 4px;
    font-weight: 900;
}

.own-multiple .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.own-multiple .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.own-multiple .select2-container--default.own-multiple .select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.own-multiple .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 1px;
}

.own-multiple .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.own-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #33bde1;
    border: 1px solid #33bde1;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
    padding: 5px 5px;
    color: #fff
}

.own-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}


/* multiple select */


/* select with icons badges single*/

.own-multiple .select-icon .select2-selection__placeholder .badge {
    display: none;
}

.own-multiple .select-icon .placeholder {
    display: none;
}

.own-multiple .select-icon .select2-results__option:before,
.own-multiple .select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.own-multiple .select-icon .select2-search--dropdown {
    display: none;
}


/*** Radio and Checkbox ***/

.radio {
    position: relative
}

.radio .form-help {
    position: absolute;
    width: 100%
}

.radio label {
    position: relative;
    padding-left: 25px;
    text-align: left;
    color: #333;
    display: block;
    margin: 0;
    line-height: 20px;
}

.radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio .helper {
    position: absolute;
    top: -5px;
    left: -4px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #355a6b;
    border-color: #355a6b;
}

.radio .helper::after,
.radio .helper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0.125rem solid #355a6b;
}

.radio label:hover .helper {
    color: #355a6b;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #355a6b;
    -webkit-animation: ripple 0.3s linear forwards;
    animation: ripple 0.3s linear forwards;
}

.radio.radio-disable {
    opacity: 0.7;
}

.radio.radio-disable label {
    cursor: not-allowed;
}

.radio-inline {
    display: inline-block;
    margin-right: 15px;
}

.radio.radio-warning .helper::after {
    background-color: #ffc107;
    border-color: #ffc107;
}

.radio.radio-warning .helper::before {
    border-color: #ffc107;
}

.radio.radio-default .helper::after {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

.radio.radio-default .helper::before {
    border-color: #d6d6d6;
}

.radio.radio-danger .helper::after {
    background-color: #dc3545;
    border-color: #dc3545;
}

.radio.radio-danger .helper::before {
    border-color: #dc3545;
}

.radio.radio-success .helper::after {
    background-color: #28a745;
    border-color: #28a745;
}

.radio.radio-success .helper::before {
    border-color: #28a745;
}

.radio.radio-inverse .helper::after {
    background-color: #37474f;
    border-color: #37474f;
}

.radio.radio-inverse .helper::before {
    border-color: #37474f;
}

.radio.radio-info .helper::after {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.radio.radio-info .helper::before {
    border-color: #17a2b8;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
    }
}

.checkbox-fade {
    display: inline-block;
    margin-right: 15px;
}

.checkbox-fade label {
    line-height: 20px
}

.checkbox-fade label input[type="checkbox"],
.checkbox-fade label input[type="radio"] {
    display: none
}

.checkbox-fade label input[type="checkbox"]:checked+.cr>.cr-icon,
.checkbox-fade label input[type="radio"]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox-fade label input[type="checkbox"]+.cr>.cr-icon,
.checkbox-fade label input[type="radio"]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkbox-fade label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox-fade.fade-in-disable .cr,
.checkbox-fade.fade-in-disable label {
    color: #333;
    cursor: no-drop;
}

.fade-in-disable {
    opacity: 0.7;
}

.checkbox-fade .cr {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 2px solid #355a6b;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 10px;
    position: relative;
    width: 20px;
    border-radius: 3px;
}

.checkbox-fade .cr .cr-icon {
    color: #355a6b;
    font-size: 0.8em;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.checkbox-fade input[type="checkbox"]:checked+.cr {
    -webkit-animation: ripple 0.3s linear forwards;
    animation: ripple 0.3s linear forwards;
    background-color: #386A96;
    border-color: #386A96;
}

.checkbox-fade label {
    line-height: 20px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #696B7C;
}

.permission-check-main {
    width: 100%;
    margin: 13px 0;
}

.checkbox-fade label input[type="checkbox"],
.checkbox-fade label input[type="radio"] {
    display: none;
}

.checkbox-fade label input[type="checkbox"]:checked+.cr>.cr-icon,
.checkbox-fade label input[type="radio"]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    color: #fff;
}

.checkbox-fade label input[type="checkbox"]+.cr>.cr-icon,
.checkbox-fade label input[type="radio"]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkbox-fade.fade-in-primary .cr {
    border: 2px solid #929292;
}

.checkbox-fade.fade-in-warning .cr {
    border: 2px solid #ffc107;
}

.checkbox-fade.fade-in-warning .cr .cr-icon {
    color: #ffc107;
}

.checkbox-fade.fade-in-default .cr {
    border: 2px solid #d6d6d6;
}

.checkbox-fade.fade-in-default .cr .cr-icon {
    color: #d6d6d6;
}

.checkbox-fade.fade-in-danger .cr {
    border: 2px solid #dc3545;
}

.checkbox-fade.fade-in-danger .cr .cr-icon {
    color: #dc3545;
}

.checkbox-fade.fade-in-success .cr {
    border: 2px solid #28a745;
}

.checkbox-fade.fade-in-success .cr .cr-icon {
    color: #28a745;
}

.checkbox-fade.fade-in-inverse .cr {
    border: 2px solid #37474f;
}

.checkbox-fade.fade-in-inverse .cr .cr-icon {
    color: #37474f;
}

.checkbox-fade.fade-in-info .cr {
    border: 2px solid #17a2b8;
}

.checkbox-fade.fade-in-info .cr .cr-icon {
    color: #17a2b8;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #2196f3;
    border-color: #2196f3;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #355a6b;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #ffc107;
}

.checkbox-default input[type="checkbox"]:checked+label::before {
    background-color: #d6d6d6;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #dc3545;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #28a745;
}

.checkbox-inverse input[type="checkbox"]:checked+label::before {
    background-color: #37474f;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #17a2b8;
}


/* Form CSS End */


/* Simple Table CSS Start */

.table thead th,
.table tbody th {
    font-weight: 600;
}

.table.row-bg tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}


/* Simple Table CSS End */


/* Data Table CSS Start */

.dataTable {
    border-collapse: collapse !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border: 0;
    padding: 16px 18px;
    font-weight: 400;
    white-space: nowrap;
    color: #696B7C;
    font-size: 12px;
}

table.dataTable tbody td {
    padding: .75rem 18px;
    white-space: nowrap;
    font-size: 14px;
    color: #696B7C;
    font-weight: 400;
    border: 0;
    height: 68px;
}

table.dataTable tbody td strong {
    color: #22252B;
    font-size: 14px;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
    border-top: 1px solid #DCE4EE;
    border-bottom: 1px solid #DCE4EE;
}

.tabmenu-table .dataTables_wrapper .dataTables_scroll {
    clear: both;
    border-top: 0px;
}

table.dataTable thead th:first-child {
    padding-left: 24px;
}

table.dataTable thead th:last-child {
    padding-right: 24px;
}

table.dataTable tbody td:first-child {
    padding-left: 24px;
}

table.dataTable tbody td:last-child {
    padding-right: 24px;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: .75rem 18px;
    border-top: 2px solid #dee2e6;
    font-weight: 600;
    white-space: nowrap;
}

table.dataTable tbody tr.odd {
    background: rgba(220, 228, 238, 0.24);
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 58px;
    padding: 0 5px;
    height: calc(2rem + 2px);
    border: 1px solid #dee2e6;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: calc(2rem + 2px);
    padding: 0 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000000 !important;
    background: #eaeaea;
    border-color: #eaeaea;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
}


/* table.dataTable thead th:first-child.sorting_asc {
    background-image: none;
} */

.DTFC_LeftBodyLiner,
.DTFC_RightBodyLiner {
    overflow: hidden;
    height: 0px;
}

.DTFC_RightHeadWrapper,
.DTFC_RightBodyWrapper {
    box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.DTFC_LeftHeadWrapper,
.DTFC_LeftBodyWrapper {
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.toolbar .columns-dropdown {
    max-height: 230px;
}

.toolbar .columns-dropdown .mt-checkbox-list span.checkmark {
    overflow: hidden;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    float: none;
}

.toolbar .columns-dropdown .mt-checkbox-list span.checkbox-content {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: middle;
    line-height: 15px;
}

.toolbar .columns-dropdown .mt-checkbox-list .checkbox-fade {
    margin-right: 0;
}

.toolbar .columns-dropdown .mt-checkbox-list .checkbox-fade label {
    font-size: 14px;
    display: block;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #696B7C;
    font-size: 12px;
    opacity: 0.64;
}

.dataTables_wrapper .dataTables_info {
    padding: 20px 15px 20px 24px;
}

.dataTables_paginate.paging_simple_numbers {
    padding: 13px 24px 13px 15px;
}

.dataTables_wrapper table.dataTable thead th.no-sort {
    padding-right: 10px;
    background-image: none;
}


/* Data Table CSS End */


/* Data Table Fixed column CSS Start */

table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
    background-color: white;
}

div.DTFC_Blocker {
    background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2;
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}


/* Data Table Fixed column CSS End */


/* Table Action button Starting */

.table-btn-action {
    padding: 5px 8px 5px;
}

.profile-td {
    min-width: 300px;
}

.table-btns4 {
    min-width: 145px;
    width: 10%;
}

.table-btns .btn {
    margin: 3px 0 3px 0;
}


/* Table Action button Ending */


/* fixed columns table Starting */

table.dataTable.order-column thead th,
table.dataTable.order-column thead td {
    white-space: nowrap;
}

table.dataTable.order-column tbody th,
table.dataTable.order-column tbody td {
    white-space: nowrap;
}

table.dataTable.DTFC_Cloned tbody tr.odd {
    background-color: #fafafa;
}

table.dataTable.DTFC_Cloned tbody tr.even {
    background-color: #fafafa;
}


/* th, td{white-space:nowrap;} */


/* fixed columns table Ending */


/* Loader CSS Start */

.progress {
    height: 1rem;
}

.progress .progress-bar {
    height: 100%;
    color: inherit;
}

.loader-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
}

.loader-bg .loader-bar {
    position: fixed;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: barfiller 2s;
    animation: barfiller 2s;
}

.loginpage-logo {
    animation: bounceIn 0.6s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all 0.4s cubic-bezier(.8, 1.8, .75, .75);
}

@-webkit-keyframes barfiller {
    0% {
        width: 0;
    }
    25% {
        width: 20%;
    }
    50% {
        width: 40%;
    }
    70% {
        width: 60%;
    }
    100% {
        width: 80%;
    }
}

@keyframes barfiller {
    0% {
        width: 0;
    }
    25% {
        width: 20%;
    }
    50% {
        width: 40%;
    }
    70% {
        width: 60%;
    }
    100% {
        width: 80%;
    }
}


/* Loader CSS End */


/* Tab menu Start */

.nav-tabs {
    margin: 0 !important;
}

.nav.nav-tabs .nav-link {
    display: block;
    padding: 0.75rem 1.25rem;
    text-transform: capitalize;
    min-height: 46px;
}

.tab-content {
    margin-top: 20px;
}

.nav.nav-tabs a {
    font-weight: 600;
    font-size: 15px;
}


/* Tab menu End */


/* Accordian Menu Start */

#accordion .card {
    margin-bottom: 10px;
}

#accordion .card-header {
    padding: 0;
    margin: 0;
}

#accordion .card-header h5 {
    margin-right: 0px;
    display: block;
}

#accordion .card-header h5:after {
    display: none;
}

#accordion .card-header h5 button {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
    padding: 10px 1.25rem;
    color: #495057;
    font-weight: 600;
    font-size: 15px;
}

#accordion .card-header h5 button:hover,
#accordion .card-header h5 button:focus {
    text-decoration: none;
}

#accordion .card-header h5 button[aria-expanded="false"] {
    background-color: #f5f5f5;
}

#accordion .card-header h5 button[aria-expanded="false"]:after {
    content: "";
    font-family: IcoFont;
    font-style: normal;
    font-weight: 400;
    float: right;
}

#accordion .card-header h5 button[aria-expanded="true"] {
    background-color: #dcdcdc;
}

#accordion .card-header h5 button[aria-expanded="true"]:after {
    content: "";
    font-family: IcoFont;
    font-style: normal;
    font-weight: 400;
    float: right;
}

#accordion .card-body {
    line-height: 1.5;
}


/* Accordian Menu End */


/* Modal */

.modal-exl {
    max-width: 90%;
}

.min-height-515 {
    min-height: 515px;
}


/* Login Page Start */

.login-page-wrap {
    position: relative;
    padding: 0px;
}

.login-page-wrap .form-group {
    margin-bottom: 30px;
}

.login-page-wrap .form-group label {
    font-weight: normal;
    font-size: 12px;
    color: #696B7C;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-position {
    float: left;
    width: calc(100% - 515px);
}

.bg-image {
    padding: 0px;
    background-size: cover;
    position: relative;
    height: 100vh;
    background-image: url(../images/login-bg.jpg);
    width: 100%;
    max-width: 515px;
    float: right;
}

.login-logo {
    max-width: 198px;
    width: 100%;
    margin: 0 auto 88px;
}

.login-logo img {
    width: 100%;
}

.company-main {
    position: absolute;
    top: 20%;
    left: 0;
    padding: 0 45px;
    width: 100%;
    text-align: center;
}

.company-main h2 {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #34BEE2;
}

.company-main p {
    font-size: 16px;
    font-weight: 200;
    margin: 1.5rem 0 0;
    color: rgba(255, 255, 255, .7);
    line-height: normal;
}

.right-side {
    background-color: #ffffff;
    height: 100vh;
    position: relative;
}

.right-side .width-center {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 0 20px;
}

.login-title {
    text-align: center;
}

.login-title h3 {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 150%;
    color: #386A96;
}

.login-title p {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
    color: #696B7C;
}

.input-style {
    height: 53px;
    padding-left: 16px;
    padding-right: 16px;
    background: #F9FBFD;
    border: 1px solid #F0F4F8;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 14px;
    color: #000000;
}

.input-style:focus {
    background: #F9FBFD;
    border: 1px solid #00458A;
}

.input-style::-webkit-input-placeholder {
    opacity: 1;
    color: #858690;
}

.input-style:-ms-input-placeholder {
    opacity: 1;
    color: #858690;
}

.input-style::placeholder {
    opacity: 1;
    color: #858690;
}

.forgot-pass-form {
    display: none;
}

.forgot-pass-form .login-title h3 {
    margin-bottom: 20px;
}

.forgot-style {
    color: #33BDE1;
    position: relative;
}

.forgot-style:hover {
    color: #000000;
}

.pdz-left {
    padding-left: 1.90rem;
}

.btn-white {
    color: #33BDE1;
    background: #FFFFFF;
    box-shadow: 0px 8px 80px 8px rgba(35, 59, 97, 0.12);
    -webkit-box-shadow: 0px 8px 80px 8px rgba(35, 59, 97, 0.12);
}

.login-action .btn {
    width: 100%;
    padding: 15px 32px;
}

.login-action .btn+.btn {
    margin-top: 15px;
}


/* Login Page End */


/* Button Dropdown Start */

.dropdown {
    display: inline-block;
}

.btn-group .btn i,
.dropdown-toggle i {
    margin-right: 5px;
}

.dropdown-item {
    padding: .25rem 1rem;
    font-size: 14px;
}

.table .dropdown-toggle.btn {
    font-size: 12px;
    padding: 6px 10px 6px;
    color: #696B7C;
}

.table .dropdown-toggle.btn::after {
    content: none;
}

.table .dropdown-menu {
    min-width: 125px;
}

.table .dropdown-menu.show {
    background: #FFFFFF;
    box-shadow: 0px 8px 80px 8px rgb(35 59 97 / 12%);
    border-radius: 8px;
    border: 0;
    padding: 16px;
}

.table .dropdown-item.active,
.table .dropdown-item:active {
    color: #FF6335;
    background-color: transparent;
}

.table .dropdown-item:hover {
    color: #FF6335;
}

.table .dropdown-item {
    padding: 12px;
}


/* Button Dropdown End */


/* Dashboard Starting */

.chart-main {
    background: #FFFFFF;
    box-shadow: 0px 8px 80px 8px rgba(35, 59, 97, 0.12);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
}

.chart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-inner h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #696B7C;
}

.custom-chart {
    height: 110px;
    width: 110px;
}

.chart-inner a img {
    width: 16px;
}

.chart-section {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.chart-info h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    color: #22252B;
    margin-bottom: 16px;
}

.chart-active p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #22252B;
    margin-bottom: 10px
}

.chart-active span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #696B7C;
}


/* Dashboard Ending */


/* Fileupload Start */

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 6px 2px 0px 2px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #696B7C;
    opacity: 0.5;
    vertical-align: top;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.img-width-style {
    display: -moz-inline-stack;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.img-width-style img {
    max-width: 100%;
}

.closed-img {
    position: absolute;
    bottom: -8px;
    left: 100%;
    margin-left: -10px;
}

.closed-img a {
    display: block;
    font-size: 9px;
    background: #ffffff;
    color: #c92632;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    text-align: center;
    line-height: 18px;
}

.closed-img a:hover {
    color: #000000;
}


/* Fileupload End */


/* Bootstrap Date Time picker Start */

.picker-style input {
    border-right: 0px;
}

.picker-style .input-group-addon .input-group-text {
    background-color: #ffffff;
    color: #cccccc;
    border: 1px solid #e1e8ef;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #33bde1;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #33bde1;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    color: #333333;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 250px;
    color: #354750;
    font-family: "Roboto", sans-serif;
}

.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th,
.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>td,
.bootstrap-datetimepicker-widget .table-condensed>tfoot>tr>td {
    padding: 3px;
    font-family: "Roboto", sans-serif;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.day {
    font-size: 12px;
}

.bdpw-clock-digit,
.bdpw-timepicker-btn {
    width: 32px !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.bdpw-timepicker-btn {
    color: #354750;
}

.bdpw-clock-digit.cursor {
    color: #bb0a30;
}


/* Bootstrap Date Time picker End */


/* Date and Time picker Icons Start */

.date-icon {
    width: 100%;
    background: #F7F9FB;
    max-width: 160px;
}

.date-icon:after {
    content: "\f133";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #696B7C;
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    right: 15px;
}

.date-icon input {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: .375rem 2rem .375rem .75rem;
}

.date-icon .form-control:focus {
    background: transparent;
}

.search-icon-field {
    position: relative;
    background: #F7F9FB;
}

.search-icon-field:before {
    content: "\f002";
    font-weight: 900;
    color: #696B7C;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    left: 15px;
}

.search-icon-field .form-control {
    background: transparent;
    padding: .375rem .75rem .375rem 2.3rem;
}

.time-icon {
    width: 100%;
}

.time-icon:after {
    content: "\f017";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #696B7C;
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    right: 15px;
}

.time-icon input {
    position: relative;
    z-index: 1;
    background: transparent;
}

.time-icon :focus {
    background: transparent;
}


/* Date and Time picker Icons End */

@media only screen and (min-width: 1200px) and (max-width: 1210px) {
    .dash-pdz {
        padding: 20px 15px;
    }
    .dash-icon i {
        font-size: 40px;
    }
}


/* Dashboard Top box only end */


/* Modal css */

.modal .modal-header {
    border-bottom: 1px solid #DCE4EE;
    padding: 24px;
}

.modal .modal-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #22252B;
}

.modal .modal-body .row {
    padding: 0px 9px;
}

.modal .modal-footer {
    padding: 15px 24px;
}

.modal .modal-body .form-group input.form-control {
    background: #F9FBFD;
    border: 1px solid #F0F4F8;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 12px 0px;
    height: 53px;
    font-size: 14px;
    color: #22252B;
}

.modal .modal-body .form-group .select2-container--default .select2-selection--single {
    background: #F9FBFD;
    border: 1px solid #F0F4F8;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 12px 0px;
    height: 53px;
}

.modal .modal-body .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.modal .modal-body .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    top: 10px;
}

.own-multiple .select2-container--default .select2-selection--multiple {
    background: #F9FBFD;
    border: 1px solid #F0F4F8;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 12px 0px;
    height: 53px;
    font-size: 14px;
    color: #22252B;
}

.own-multiple .select2-container--default .select2-selection--multiple::after {
    content: "";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.own-multiple .select2-container--open.select2-container--default .select2-selection--multiple::after {
    content: "";
    border-color: #888 transparent #888 transparent;
    border-style: solid;
    border-width: 0px 4px 5px 4px;
}

.modal .modal-body .form-group label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #696B7C;
    margin-bottom: 0px;
}

.modal-date-icon,
.normal-date-icon {
    position: relative;
}

.modal-date-icon::after {
    content: "\f133";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #696B7C;
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 35px;
}

.normal-date-icon::after {
    content: "\f133";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #696B7C;
    font-size: 1rem;
    line-height: 28px;
    position: absolute;
    right: 15px;
    top: 35px;
}

.modal .modal-body .modal-textarea {
    border: 1px solid #DCE4EE;
    border-radius: 6.5px;
    resize: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #22252B;
    width: 100%;
    height: 80px;
    padding: 10px;
    line-height: 150%;
    margin-top: 10px;
}


/* Modal css */


/* user management */

.common-tab .nav-pills .nav-link {
    border-radius: .25rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #696B7C;
    padding: 0;
    margin-right: 45px;
}

.common-tab .nav-pills .nav-link.active,
.common-tab .nav-pills .show>.nav-link {
    color: #22252B;
    background-color: transparent;
}

.common-tab .nav-pills .nav-link.active::after,
.common-tab .nav-pills .show>.nav-link::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #33BDE1;
    display: block;
    margin: auto;
    margin-top: 12px;
}

.permission-box {
    background: #f2f5f8;
}

.permission-box .col-md-12 {
    padding: 24px 24px 10px 24px;
}

.permission-box h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}


/* user management */


/* Create Module Start */

.two-col-section {
    display: flex;
}

.tcs-col-left {
    width: 100%;
    max-width: 315px;
    margin-right: 35px;
    padding: 24px;
}

.tcs-col-right {
    width: 100%;
}

.tcs-col-header {
    margin-bottom: 25px;
}

.tcs-col-header span {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #22252B;
    display: inline-block;
    vertical-align: middle;
}

.tcs-col-header a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px 5px 6px;
}

.tcs-col-body ul {
    margin: 0;
    padding: 0;
}

.tcs-col-body ul li {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.tcs-col-body ul li span {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    vertical-align: middle;
}

.tcs-col-body ul li strong {
    margin: 0 17px 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.program-objective {
    margin: 30px 0 0 0;
}

.program-objective strong {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

.program-desc {
    display: flex;
    margin-top: 13px;
}

.program-desc p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.program-desc span {
    padding: 4px 15px 0 0;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-btn-wrapper .btn img {
    margin-left: 10px;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #c0c0c0;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #c0c0c0;
}

.form-control::placeholder {
    opacity: 1;
    color: #c0c0c0;
}

.quiz-module-box .row {
    padding: 0 !important;
}

.quiz-module-box .form-group {
    position: relative;
}

.quiz-module-box .form-group .form-control {
    margin: 0 !important;
}

.quiz-module-box .form-group .radio {
    position: absolute;
    top: 11px;
    left: -6px;
}

.quiz-module-box .form-group .radio .helper::before {
    border: 0;
    background: #ffffff;
    width: 14px;
    height: 14px;
}

.quiz-module-box .form-group .radio .helper::after {
    border: 0;
    background: #386A96;
    top: 2px;
    left: -1px;
}

.passing-point {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.passing-point label {
    margin-right: 50px;
}

.passing-point .form-control {
    max-width: 160px;
}

.feedback-module-question {
    background: rgba(220, 228, 238, 0.24);
    margin: 0 -24px 15px!important;
    padding: 20px 9px !important;
}

.feedback-module-question .form-group .select2-container--default .select2-selection--single {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.feedback-module-question .form-group .form-control {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.moduel-hidden-box {
    display: none;
}


/* Create Module End */


/* user details */

.profile-details {
    text-align: center;
}

.profile-box {
    width: 56px;
    height: 56px;
    background: #dfedfe;
    border-radius: 8px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-box h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #348BFC;
    margin-bottom: 0;
}

.profile-name {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #22252B;
    margin-bottom: 0;
    padding: 20px 5px;
}

.profile-designation {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #696B7C;
    margin-bottom: 0;
}

.profile-details-botton {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.profile-details-botton a {
    min-width: 126px;
}

.profile-details-botton .profile-dropdown-toggle {
    background: rgba(52, 139, 252, 0.08);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #348BFC;
    height: 40px;
    min-width: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-details-botton .profile-bottom-drop {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    visibility: visible;
    overflow: visible;
    padding: 15px 0;
    margin-top: 14px;
}

.profile-bottom-drop:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: -8px;
    right: 15px;
    -webkit-box-shadow: -5px -5px 8px -2px rgb(0 0 0 / 15%);
    box-shadow: -5px -5px 8px -2px rgb(0 0 0 / 15%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1002;
}

.profile-details-botton .profile-bottom-drop li {
    padding: 0.7em 20px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.profile-details-botton .profile-bottom-drop li a {
    font-size: 14px;
    font-weight: 400;
    color: #22252B;
    display: block;
}

.profile-details-botton .profile-bottom-drop li a i {
    margin-right: 3px;
}

.profile-details-botton .profile-bottom-drop li:hover {
    background-color: #f1f1f1;
}

.profile-details-botton .dropdown-toggle:after {
    vertical-align: middle;
    border-color: #348BFC transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
}

.user-detail-wapper {
    height: calc(100vh - 150px);
}

.vertical-tab {
    height: 100%;
}

.border-right-gray {
    border-right: 1px solid rgb(220 228 238 / 32%);
}

.vertical-tab ul {
    margin: 20px 0px 20px 18px;
}

.vertical-tab ul li {
    margin-top: 0;
}

.vertical-tab .tab-content {
    margin-top: 32px;
}

.vertical-tab .nav-pills .nav-link.active,
.vertical-tab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    background: #386A96;
    border-radius: 8px;
}

.vertical-tab .nav-pills .nav-link text {
    margin-right: 20px;
}

.vertical-tab .nav-pills .nav-link.active svg path {
    fill: #ffffff;
}

.vertical-tab .nav-pills .nav-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #22252B;
    padding: 18px;
}

.main-info {}

.main-info-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #22252B;
    margin-top: -4px;
    border-bottom: 1px solid #DCE4EE;
    padding: 0px 20px 30px 30px;
}

.ml-60 {
    margin-left: 60px;
}

.main-info-details {
    display: flex;
    padding: 30px;
}

.main-info-details-inner p {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #696B7C;
}

.main-info-details-inner h4 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #22252B;
}

.main-info-comment {
    padding: 0px 30px;
}

.main-info-comment label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #696B7C;
}

.main-info-comment p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #22252B;
}

.permission-info-details {
    padding: 30px 30px 0px 30px;
}


/* user details */


/* program details */

.program-details-wrapper {
    display: flex;
    align-items: center;
}

.program-main h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.35px;
    color: #000000;
    margin-bottom: 12px;
}

.program-main p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #696B7C;
    margin-bottom: 0;
}

.program-profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px 22px;
}

.program-seperater {
    width: 1px;
    height: 30px;
    background-color: #000;
    margin: 0px 40px;
}

.program-tabmenu .nav-tabs {
    border-bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px
}

.program-tabmenu .nav.nav-tabs .nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #696B7C;
    min-height: 43px;
    padding: 13px 30px;
}

.program-tabmenu .nav-tabs .nav-item.show .nav-link,
.program-tabmenu .nav-tabs .nav-link.active {
    color: #386A96;
    font-weight: bold;
    background-color: transparent;
    border-color: transparent;
}

.program-tabmenu .nav-tabs .nav-link:focus,
.program-tabmenu .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #386A96;
}

.program-inner {
    display: flex;
    align-items: center;
}

.program-box {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 20px 0px;
    min-width: 185px;
    text-align: center;
    margin: 25px 25px 25px 0px;
    border: 2px solid transparent
}

.program-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #696B7C;
    margin-bottom: 25;
}

.program-box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 0;
    color: #22252B;
}

.program-box h3 small {
    font-size: 24px;
    font-weight: 500;
}

.member-detials a.program-box {
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.member-detials a.program-box.active {
    border: 2px solid #386A96
}

.member-detials a.program-box:hover {
    border: 2px solid #386A96
}


/* program details */

.cp {
    cursor: pointer;
}

.menu-overlay {
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.menu-overlay.open {
    opacity: 0.5;
    visibility: visible;
}


/* .left-side.open::after {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
} */


/************************************************/


/* Responsive CSS Start */


/************************************************/

@media only screen and (min-width: 1200px) and (max-width: 1490px) {
    .vertical-tab .nav-pills .nav-link text {
        margin-right: 0;
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .vertical-tab .nav-pills .nav-link {
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .left-side {
        padding: 30px 15px;
        max-width: 230px;
        min-width: 230px;
    }
    .body-spacer {
        padding: 35px 30px 10px 262px;
    }
    .sidebar-menu li a {
        padding: 20px 10px;
    }
    .sidebar-menu li label {
        padding: 25px 5px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1230px) {
    .tcs-col-left {
        max-width: 325px;
        margin-right: 25px;
        padding: 24px 15px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .left-side {
        padding: 30px 15px;
        max-width: 230px;
        min-width: 230px;
    }
    .body-spacer {
        padding: 35px 30px 10px 262px;
    }
    .sidebar-menu li a {
        padding: 20px 10px;
    }
    .sidebar-menu li label {
        padding: 25px 5px 15px;
    }
    .content-wrap .card-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .content-wrap .card-header .ch-right {
        flex-wrap: wrap;
        width: 100%;
        margin: 0px -10px;
    }
    .content-wrap .card-header .ch-right .form-group {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .ch-right .form-group+.form-group {
        margin-left: 0px;
    }
    .ch-right .form-group .date-icon {
        max-width: 100%;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .tcs-col-left {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .content-wrap.tcs-col-right .card-header .ch-right .form-group {
        width: 100%;
        margin: 10px;
    }
    .content-wrap.tcs-col-right .card-header {
        align-items: center;
        flex-direction: row;
    }
    .content-wrap.tcs-col-right .card-header .ch-right {
        width: auto;
    }
    .content-wrap.content-wrap-set .card-header {
        align-items: center;
        flex-direction: row;
    }
    .content-wrap.content-wrap-set .card-header .ch-right {
        flex-wrap: wrap;
        width: auto;
        margin: 0px -10px;
    }
    .content-wrap.content-wrap-set .card-header .ch-right .form-group {
        width: auto;
    }
    .program-seperater {
        margin: 0px 20px;
    }
    .program-tabmenu .nav.nav-tabs .nav-link {
        padding: 13px 15px;
    }
    .program-box {
        min-width: 165px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .table-top {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .content-wrap .card-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .content-wrap .card-header .ch-right {
        flex-wrap: wrap;
        width: 100%;
        margin: 0px -10px;
    }
    .content-wrap .card-header .ch-right .form-group {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .ch-right .form-group+.form-group {
        margin-left: 0px;
    }
    .ch-right .form-group .date-icon {
        max-width: 100%;
    }
    .width-center {
        width: 100%;
    }
    .table-top {
        margin-bottom: 15px;
    }
    .left-side {
        left: -100%;
        z-index: 99;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }
    .left-side.open {
        left: 0px;
    }
    .body-spacer {
        padding: 30px 15px 10px 15px;
    }
    .ipad-h-left {
        display: flex;
        align-items: center;
    }
    .ipad-h-left .logo {
        width: 100px;
        margin: 0px 15px;
    }
    .ipad-h-left .responsive-menu {
        font-size: 20px;
    }
    .menu-closed {
        font-size: 20px;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .tcs-col-left {
        width: 100%;
        max-width: 100%;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .content-wrap.tcs-col-right .card-header .ch-right .form-group {
        width: 100%;
        margin: 10px;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .tcs-col-left {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .two-col-section {
        flex-wrap: wrap;
    }
    .content-wrap.tcs-col-right .card-header .ch-right .form-group {
        width: 100%;
        margin: 10px;
    }
    .content-wrap.tcs-col-right .card-header {
        align-items: center;
        flex-direction: row;
    }
    .content-wrap.tcs-col-right .card-header .ch-right {
        width: auto;
    }
    .content-wrap.tcs-col-right .card-header {
        align-items: center;
        flex-direction: row;
    }
    .content-wrap.tcs-col-right .card-header .ch-right {
        width: auto;
    }
    .content-wrap.content-wrap-set .card-header {
        align-items: center;
        flex-direction: row;
    }
    .content-wrap.content-wrap-set .card-header .ch-right {
        flex-wrap: wrap;
        width: auto;
        margin: 0px -10px;
    }
    .content-wrap.content-wrap-set .card-header .ch-right .form-group {
        width: auto;
    }
    .program-seperater {
        margin: 0px 20px;
    }
    .program-tabmenu .nav.nav-tabs .nav-link {
        padding: 13px 15px;
    }
    .program-box {
        min-width: 165px;
    }
    .mobile-position {
        width: 100%;
    }
    .bg-image {
        display: none;
    }
    .right-side .width-center {
        max-width: 500px;
    }
    .program-box p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1024px) {
    .responsive-menu,
    .ipad-h-left .logo,
    .menu-closed {
        display: none;
    }
}

@media only screen and (min-width: 564px) and (max-width: 991px) {
    .daterangepicker {
        width: 278px;
    }
}

@media only screen and (max-width: 767px) {
    .hide-mob {
        display: none !important;
    }
    .logo-side {
        padding: 15px;
        text-align: center;
    }
    .bg-image {
        height: 100vh;
    }
    .login-style h3 {
        font-size: 22px;
        margin: 20px 0 30px;
        color: #fff;
    }
    .company-main {
        display: none;
    }
    .company-main h2 {
        font-size: 20px;
    }
    .company-main p {
        font-size: 15px;
        margin: 0.5rem 0 0;
    }
    .right-side {
        padding: 15px;
        /* background-color: transparent; */
    }
    .right-side .width-center {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        margin: 0 auto;
    }
    .mobile-position {
        position: absolute;
        top: 20%;
    }
    .login-logo {
        padding: 30px;
    }
    /* .forgot-style {
        color: #fff;
    } */
    .pdz-left span {
        color: #fff;
    }
    .login-action {
        padding-left: 0;
        padding-right: 0;
    }
    .pdz-left {
        padding-left: 0;
    }
    .content-wrap ul li.box-dash-header b {
        color: #3f4047;
        font-size: 16px;
        font-weight: 600;
    }
    .content-wrap .card-header {
        margin-bottom: 20px;
    }
    .content-wrap .card-header h5:after {
        bottom: -10px;
    }
    .nav-tabs .nav-item {
        margin-bottom: 0;
        margin-top: 0;
        display: block;
        width: 100%;
    }
    .nav.nav-tabs .nav-link {
        padding: 10px;
        border-color: #dee2e6 #dee2e6 #dee2e6;
        min-height: inherit;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-bottom: 10px;
    }
    .nav.nav-tabs .nav-link.active {
        background: #f5f5f5;
    }
    .subheader h1 {
        display: block;
    }
    .subheader .sub-text {
        border-left: 0;
        padding: 10px 0 0 0;
        margin-left: 0;
        line-height: normal;
    }
    .subheader a.float-right {
        float: none !important;
        margin-top: 10px;
    }
    .btn {
        padding: .25rem .5rem;
        font-size: 12px;
        line-height: 1.5;
        border-radius: .2rem;
        -moz-border-radius: .2rem;
        -webkit-border-radius: .2rem;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {
    .nav-icon {
        top: 20px;
        right: auto;
        left: 15px;
    }
    .profile-dropdown-menu {
        margin-top: 27px;
    }
    header .dropdown .dropdown-toggle {
        padding: 15px 0;
    }
    .h-left {
        padding: 14px 0 0 65px;
        max-width: 230px;
    }
    .h-left a img {
        max-width: 100%;
    }
    .h-right {
        margin: 15px 15px 0 0;
    }
    .content-wrap-outer {
        padding: 15px;
    }
    .subheader {
        padding: 15px 15px 0 15px;
    }
    .subheader h1 {
        font-size: 20px;
    }
    .content-wrap {
        margin-bottom: 20px;
        padding: 15px;
    }
    .dash-pdz {
        padding: 15px;
    }
    .dash-icon i {
        font-size: 40px;
    }
}


/* IE 10 and above CSS hack Start */


/*_:-ms-lang(x), html{overflow:hidden; height:100%;}
_:-ms-lang(x), body{overflow:auto; height:100%;}*/


/* IE 10 and above CSS hack End */