@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-SemiBold.woff2") format("woff2"), url("../fonts/NunitoSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Light.woff2") format("woff2"), url("../fonts/NunitoSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-ExtraBold.woff2") format("woff2"), url("../fonts/NunitoSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Regular.woff2") format("woff2"), url("../fonts/NunitoSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Italic.") format("woff2"), url("../fonts/NunitoSans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Bold.woff2") format("woff2"), url("../fonts/NunitoSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-ExtraLight.woff2") format("woff2"), url("../fonts/NunitoSans-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Black.woff2") format("woff2"), url("../fonts/NunitoSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Nunito Sans";
    font-weight: normal;
    font-size: 16px;
}

@media screen and (max-width: 1470px) {
    .btn+.btn {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

h1,
.h1 {
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 28px;
    }
}

h2,
.h2 {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 24px;
    }
}

h3,
.h3 {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 20px;
    }
}

h4,
.h4 {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    h4,
    .h4 {
        font-size: 18px;
    }
}

h5,
.h5 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 16px;
    }
}

h6,
.h6 {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    h6,
    .h6 {
        font-size: 13px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.3;
}

.box {
    font-size: 14px;
}

.box .box-title h5 {
    font-size: 18px;
}

.box label {
    font-size: 16px;
}

.box .form-control {
    font-size: 16px;
}

.table {
    font-size: 14px;
    width: 100% !important;
}

.dataTables_wrapper {
    font-size: 14px;
}

.copyright {
    font-size: 14px;
}

body {
    background-color: #f3f4f7;
    color: #333;
}

.login-box {
    background-color: #fff;
}

a {
    color: #ff9c00;
}

a:hover {
    color: #333;
}

.navbar-custom {
    background-color: #fff;
}

.accordion .card .card-header a {
    color: #333;
}

.accordion .card .card-header a:hover {
    color: #fff;
    background-color: #007aff;
}

.accordion .card .card-header a:not(.collapsed) {
    color: #fff;
    background-color: #007aff;
}

.bg-gradient-primary {
    background: linear-gradient(45deg, #4638c2 0%, #2d2587 100%);
    color: #fff;
}

.bg-gradient-success {
    background: linear-gradient(45deg, #45a164 0%, #2e8c47 100%);
    color: #fff;
}

.bg-gradient-info {
    background: linear-gradient(45deg, #4799eb 0%, #4280b4 100%);
    color: #fff;
}

.bg-gradient-warning {
    background: linear-gradient(45deg, #e1a82d 0%, #dd9124 100%);
    color: #fff;
}

.bg-gradient-danger {
    background: linear-gradient(45deg, #d16767 0%, #c14f4f 100%);
    color: #fff;
}

.bg-facebook {
    background: #3b5998 !important;
    color: #fff;
}

.bg-twitter {
    background: #00aced !important;
    color: #fff;
}

.bg-linkedin {
    background: #4875b4 !important;
    color: #fff;
}

.btn {
    padding: 10px 15px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.btn.btn-sm {
    font-size: 14px;
    padding: 7px 15px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-primary {
    background-color: #ff9c00;
    color: #fff;
    border: 1px solid #ff9c00;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #fff !important;
    color: #274272 !important;
    border: 1px solid #274272 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-primary:hover .badge.badge-light,
.btn.btn-primary:focus .badge.badge-light,
.btn.btn-primary:active .badge.badge-light {
    background-color: #007aff;
    color: #fff;
}

.btn.btn-light {
    background-color: #fff;
    color: #263871;
    border-color: #263871;
}

.btn.btn-light:hover {
    background-color: #284172;
    color: #fff;
}

.btn+.btn {
    margin-left: 15px;
}

.more-action {
    border: none;
    background-color: transparent;
    padding: 0;
}

.button-group .btn {
    width: 100%;
    max-width: 125px;
    padding: 10px 5px;
}

.navbar-brand {
    width: 180px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        width: 120px;
    }
}

.navbar-custom {
    border-bottom: 1px solid #ced4da;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 1040;
}

.navbar-custom .logo img {
    max-height: 50px;
}

.navbar-custom .dropdown-toggle:after {
    content: none;
}

.navbar-custom .notification-list {
    margin-left: 15px;
}

.navbar-custom .notification-list .dropdown-toggle {
    font-size: 20px;
}

.navbar-custom .notification-list .notify-details {
    margin-bottom: 0;
    margin-left: 15px;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
}

@media screen and (max-width: 413px) {
    .navbar-custom .notification-list .notify-details {
        max-width: 175px;
    }
}

.navbar-custom .notification-list .notify-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
}

.navbar-custom .notification-list .notify-item:not(:last-child) {
    border-bottom: 1px solid #ced4da;
}

.navbar-custom .notification-list .notify-item .text-muted {
    display: block;
}

.navbar-custom .notification-list .notify-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    color: #fff;
}

.navbar-custom.header-2 {
    padding-left: 265px;
}

@media screen and (max-width: 991px) {
    .navbar-custom.header-2 {
        padding-left: 210px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-custom.header-2 {
        padding-left: 170px;
    }
}

.navbar-custom.header-2 .logo {
    width: 250px;
    background-color: #0A66C7;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 5px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .navbar-custom.header-2 .logo {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-custom.header-2 .logo {
        width: 160px;
    }
}

.navbar-custom.header-2 .logo img {
    max-height: 86px;
}

@media screen and (max-width: 991px) {
    .navbar-custom.header-2 .logo img {
        max-height: 51px;
    }
}

.navbar-custom.header-2 .navigation-btn {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar-custom.header-2 .navigation-btn {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .dropdown-menu {
        font-size: .875rem;
    }
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #333;
}

@media screen and (max-width: 767px) {
    .dropdown-menu .dropdown-item {
        padding: 0.25rem 1rem;
    }
}

.navigation-btn {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #263871;
    border: none;
    font-size: 24px;
    line-height: 1;
    margin-left: 10px;
    cursor: pointer;
}

.dashboard-menu {
    position: fixed;
    top: 65px;
    left: 0;
    bottom: 0;
    width: 250px;
    background-color: #263a73;
    z-index: 1039;
    border-right: 1px solid #ced4da;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (min-width: 992px) {
    .dashboard-menu.active {
        left: -100%;
    }
}

@media screen and (max-width: 991px) {
    .dashboard-menu {
        left: -100%;
    }
    .dashboard-menu.active {
        left: 0;
    }
}

.dashboard-menu .nav-menu {
    padding: 15px 0 30px;
}

.dashboard-menu .nav-menu .nav {
    margin: 0;
}

.dashboard-menu .nav-menu .nav .nav-item {
    width: 100%;
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link {
    width: 100%;
    padding: 12px 15px 12px 25px;
    font-weight: normal;
    color: #fff;
    position: relative;
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link:hover {
    color: #fff;
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link i {
    margin-right: 5px;
    width: 20px;
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link span i {
    width: auto;
    margin-right: 0;
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link.active {
    background-color: #f3f4f7;
    color: #ff9c00;
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background-color: #ff9c00;
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link.toogleLink.active span i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-menu .nav-menu .nav .nav-item .nav-link.toogleLink.active~.sub-menu {
    display: block;
}

.dashboard-menu .nav-menu .nav .nav-item.active>.nav-link {
    background-color: #fff;
    ;
    color: #ff9c00;
}

.dashboard-menu .nav-menu .nav .nav-item.active>.nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background-color: #283d6e;
}

.dashboard-menu .nav-menu .nav .nav-item.active .sub-menu .nav-item.active .nav-link {
    background-color: transparent;
}

.dashboard-menu .nav-menu .nav .nav-item.active .sub-menu .nav-item.active .nav-link:before {
    content: none;
}

.dashboard-menu .nav-menu .nav .nav-item .menu-title {
    width: 100%;
    padding: 12px 15px 12px 25px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #fff !important;
}

.dashboard-menu .nav-menu .nav .nav-item .sub-menu {
    padding-left: 20px;
    list-style: none;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
}

.dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link {
    font-size: 14px;
    padding: 7px 15px 7px 30px;
}

.dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link.active {
    background-color: transparent;
}

.dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link.active:before {
    content: none;
}

.dashboard-menu .nav-menu .nav .nav-item.active>.toogleLink span i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-menu .nav-menu .nav .nav-item.active>.sub-menu {
    max-height: 1500px;
}

.dashboard-menu .user-info {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 25px;
}

.dashboard-menu .user-info .user-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ced4da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-menu .user-info .user-icon img {
    vertical-align: middle;
    object-fit: cover;
}

.dashboard-menu .user-info .user-name {
    padding-left: 15px;
    width: 100%;
}

.dashboard-menu .user-info .user-name h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

.dashboard-menu .user-info .user-name span {
    display: block;
    margin: 0;
}

.header-second .dashboard-menu {
    top: 100px;
}

@media screen and (max-width: 991px) {
    .header-second .dashboard-menu {
        top: 65px;
    }
}

.user-link .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}

.input-group-text {
    min-width: 45px;
    justify-content: center;
    text-align: center;
}

.form-control {
    color: #333;
    font-size: 1rem;
}

.form-control:focus {
    border-color: #007aff;
}

.form-control.form-control-lg {
    font-size: 1.25rem;
}

.form-control.form-control-sm {
    font-size: .875rem;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 26px;
}

label {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

label.error {
    font-size: 13px;
    font-weight: 300;
    color: #ff5c75;
}

.error {
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    font-weight: normal;
}

.error strong {
    font-weight: normal;
}

.form-check {
    padding-left: 30px;
}

.form-check .form-check-input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute;
}

.form-check .form-check-input[type=checkbox]+.form-check-label {
    cursor: pointer;
    line-height: 1.2;
}

.form-check .form-check-input[type=checkbox]+.form-check-label:before {
    content: '\f0c8';
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
}

.form-check .form-check-input[type=checkbox]:checked+.form-check-label:before {
    content: '\f14a';
}

.form-check .form-check-input[type=radio] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute;
}

.form-check .form-check-input[type=radio]+.form-check-label {
    cursor: pointer;
    line-height: 1.2;
}

.form-check .form-check-input[type=radio]+.form-check-label:before {
    content: '\f111';
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
}

.form-check .form-check-input[type=radio]:checked+.form-check-label:before {
    content: '\f192';
}

.form-check.only-check {
    padding-left: 20px;
}

.form-check.form-check-sm {
    padding-left: 20px;
}

.form-check.form-check-sm .form-check-input[type=radio]+.form-check-label:before {
    font-size: 16px;
}

.form-check.form-check-sm .form-check-input[type=checkbox]+.form-check-label:before {
    font-size: 16px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    width: 100%;
}

.form-group .form-control {
    height: auto;
    padding: 10px 15px;
}

.form-group textarea.form-control {
    height: 120px;
    resize: none;
}

.form-group .help-block {
    font-size: 90%;
    display: block;
}

.header-search-form {
    position: relative;
}

.header-search-form .form-control {
    padding-left: 40px;
}

.header-search-form .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 20px;
    margin-top: -10px;
    opacity: 0.5;
}

.upload-btn {
    position: relative;
}

.upload-btn input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.upload-btn label {
    margin: 0;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:active,
button:focus,
input:focus,
textarea:focus,
.form-control:focus,
.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.login-page {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.login-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 940px;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.login-box .logo {
    margin-bottom: 25px;
}

.login-box .logo img {
    max-width: 180px;
}

.login-box .contentBox {
    width: 50%;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .login-box .contentBox {
        width: 100%;
        padding: 30px 15px;
    }
}

.login-box .imgBox {
    width: 50%;
}

.login-box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-content {
    padding: 65px 15px 60px 265px;
    width: 100%;
    position: relative;
    min-height: 100vh;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (min-width: 992px) {
    .main-content.pl-15 {
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .main-content {
        padding: 65px 0 60px;
    }
}

.main-content .copyright {
    position: absolute;
    bottom: 0;
    left: 265px;
    right: 0;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
    width: auto;
}

.main-content .copyright a {
    color: #ff9c00;
}

@media screen and (max-width: 991px) {
    .main-content .copyright {
        left: 0;
        text-align: center;
    }
}

.main-content .page-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-content .page-title .breadcrumb {
    justify-content: flex-end;
}

.main-content .dateFilter {
    max-width: 280px;
    margin-left: auto;
}

.main-content .breadcrumb {
    background-color: transparent;
}

.box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.box .box-title {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 15px;
}

.box .box-title h5 {
    margin: 0;
}

.box .box-title .box-action {
    margin-left: auto;
}

.box .box-title .box-action.dropdown .dropdown-toggle {
    font-size: 24px;
    padding: 0 10px;
}

.box .box-title .box-action.dropdown .dropdown-toggle:after {
    content: none;
}

.box .box-title .box-action.dropdown .dropdown-menu .dropdown-item i {
    margin-right: 10px;
}

.box .box-title .box-action.dropdown .dropdown-menu .dropdown-item a {
    color: #333;
}

.box .box-row {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.box .box-row .box-content {
    width: 100%;
}

.box .box-row .box-content p {
    color: #ff9c00;
}

.box .box-row .box-content h6 {
    color: #6c757d;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .box .box-row .box-content .h1 {
        font-size: 24px;
    }
}

.box .box-row .box-icon {
    width: 100px;
    min-width: 100px;
    text-align: right;
    font-size: 40px;
    color: #6c757d;
}

@media screen and (max-width: 1600px) {
    .box .box-row .box-icon {
        font-size: 30px;
    }
}

.box .box-row .box-icon.chart {
    width: 100%;
}

.box .box-row.boxScroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.dataTables_scrollHeadInner {
    min-width: 100%;
}

.dataTables_scrollHeadInner .table.dataTable {
    min-width: 100%;
}

.table.table-bordered thead th {
    border-top: none;
    border-bottom: none;
}

.table.table-bordered thead th.action {
    pointer-events: none;
}

.table.table-bordered thead th.action:after {
    content: none;
}

.table.table-bordered thead th.action:before {
    content: none;
}

.table .sr-no {
    width: 40px;
}

.table td.action {
    white-space: nowrap;
    text-align: right;
}

.table td.action .icon-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    padding: 0;
    color: #fff;
    border: 1px solid;
    line-height: 28px;
    margin-right: 12px;
}

.table td.action .icon-btn+.icon-btn {
    margin-left: 5px;
}

.table td.action .icon-btn.preview {
    background-color: #6c757d;
    border-color: #6c757d;
}

.table td.action .icon-btn.preview:hover {
    color: #6c757d;
    background-color: #fff;
}

.table td.action .icon-btn.edit {
    background-color: #ff9c00;
    border-color: #ff9c00;
}

.table td.action .icon-btn.delete {
    background-color: #ff1a30;
    border-color: #ff1a30;
}

.table td.user-image {
    width: 90px;
    text-align: center;
}

.table td.user-image .img-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.table td.user-image .img-icon img {
    object-fit: cover;
    vertical-align: top;
}

.pagination .page-item .page-link {
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0;
    color: #333;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item+.page-item {
    margin-left: 5px;
}

.pagination .page-item.previous .page-link {
    font-size: 0;
}

.pagination .page-item.previous .page-link:after {
    content: '\f053';
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
}

.pagination .page-item.next .page-link {
    font-size: 0;
}

.pagination .page-item.next .page-link:after {
    content: '\f054';
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
}

.pagination .page-item.active .page-link {
    background-color: #201f6c;
    color: #fff;
}

.pagination.pagination-lg .page-item:first-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination.pagination-lg .page-item:last-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination.pagination-lg .page-item .page-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.pagination.pagination-lg .page-item.previous .page-link {
    line-height: 40px;
}

.pagination.pagination-lg .page-item.previous .page-link:after {
    font-size: 1.25rem;
}

.pagination.pagination-lg .page-item.next .page-link {
    line-height: 40px;
}

.pagination.pagination-lg .page-item.next .page-link:after {
    font-size: 1.25rem;
}

.pagination.pagination-sm .page-item:first-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination.pagination-sm .page-item:last-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination.pagination-sm .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.pagination.pagination-sm .page-item.previous .page-link:after {
    font-size: .875rem;
}

.pagination.pagination-sm .page-item.next .page-link:after {
    font-size: .875rem;
}

.profile-information {
    text-align: center;
    width: 100%;
}

.profile-information .user-icon {
    margin: 0 auto 15px;
    width: 150px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ced4da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.profile-information .user-icon img {
    vertical-align: middle;
    object-fit: cover;
    height: 150px;
}

.profile-information .user-icon .img-upload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-information .user-icon .img-upload input[type="file"] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.profile-information .user-icon .img-upload label {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
}

.profile-information .user-name {
    width: 100%;
}

.profile-information .user-name h5 {
    font-size: 18px;
}

.profile-information .user-name span {
    display: block;
    margin: 5px;
}

.user-contact>div {
    margin-bottom: 15px;
    width: 100%;
}

.user-contact label {
    width: 100px;
    min-width: 100px;
    font-weight: 600;
    margin: 0;
}

.user-contact span {
    width: 100%;
}

.card {
    margin-bottom: 1.5rem;
}

.card .card-header .card-header-actions {
    float: right;
    margin-right: -0.25rem;
}

.card .card-header .card-header-actions .card-header-action {
    padding: 0 0.25rem;
}

.badge {
    padding: .25rem .4rem .35rem;
}

.badge.badge-primary {
    background-color: #007aff;
}

.accordion .card .card-header {
    padding: 0;
}

.accordion .card .card-header a {
    padding: .75rem 1.25rem;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

.nav-tabs {
    border-color: #007aff;
    border-bottom: none;
}

.nav-tabs .nav-item .nav-link.active {
    border-color: transparent;
}

.nav-tabs .nav-item .nav-link:focus {
    border-color: transparent;
}

.nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item .nav-link i {
    margin: 0 5px;
}

.tab-content {
    border-top: none;
    background-color: #fff;
    padding: 15px;
}

.nav-tabs-boxed {
    display: -ms-flexbox;
    display: flex;
}

.nav-tabs-boxed .nav-tabs {
    flex-direction: column;
}

.nav-tabs-boxed .nav-tabs .nav-item {
    width: 100%;
}

.nav-tabs-boxed.nav-tabs-boxed-right {
    flex-direction: row-reverse;
}

.c-switch {
    display: inline-block;
    width: 40px;
    height: 26px;
    margin: 0;
    vertical-align: bottom;
}

.c-switch .c-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.c-switch .c-switch-input:checked~.c-switch-slider {
    border-color: #007aff;
}

.c-switch .c-switch-input:checked~.c-switch-slider:before {
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    border-color: #007aff;
    background-color: #007aff;
}

.c-switch .c-switch-slider {
    position: relative;
    display: block;
    height: inherit;
    cursor: pointer;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #fff;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.c-switch .c-switch-slider:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    border-radius: 0.125rem;
    background-color: #ced4da;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.c-switch.c-switch-label {
    width: 48px;
}

.c-switch.c-switch-label .c-switch-input:checked~.c-switch-slider:before {
    -webkit-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.c-switch.c-switch-label .c-switch-input:checked~.c-switch-slider:after {
    content: attr(data-checked);
    left: 1px;
    right: auto;
}

.c-switch.c-switch-label .c-switch-slider:before {
    z-index: 2;
}

.c-switch.c-switch-label .c-switch-slider:after {
    position: absolute;
    top: 50%;
    right: 1px;
    z-index: 1;
    width: 50%;
    margin-top: -.5em;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #6c757d;
    text-align: center;
    text-transform: uppercase;
    content: attr(data-unchecked);
}

.c-switch.c-switch-pill .c-switch-slider {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
}

.c-switch.c-switch-pill .c-switch-slider:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.carousel-indicators li {
    opacity: 1;
}

.carousel-indicators li.active {
    background-color: #007aff;
}

.carousel-caption {
    color: #333;
}

.gallery-box {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media screen and (max-width: 991px) {
    .gallery-box {
        margin: 0 -10px;
    }
}

.gallery-box li {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .gallery-box li {
        width: 25%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .gallery-box li {
        width: 33.33%;
    }
}

.lg-backdrop {
    z-index: 9998 !important;
}

.lg-outer {
    z-index: 9999 !important;
}

.lg-download {
    display: none;
}

.list-group-item.active {
    border-color: #007aff;
    background-color: #007aff;
}

.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal .modal-header button.close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    text-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #333;
    text-align: center;
}

.modal .modal-header button.close:hover {
    opacity: 1 !important;
}

.modal .modal-content {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    border: none;
    margin-top: 50px;
}

.modal .modal-header {
    background-color: #ffc901;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .modal .card-body {
        padding: 0;
    }
}

.modal-backdrop.show {
    opacity: 0.7;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #333;
}

::-webkit-scrollbar-thumb {
    background: #007aff;
}

.widgets .text-value-lg {
    font-size: 150%;
    line-height: 1.2;
    margin-bottom: 10px;
}

.widgets .progress {
    height: 5px;
}

.widgets .progress.progress-white {
    background-color: rgba(255, 255, 255, 0.6);
}

.widgets .progress.progress-white .progress-bar {
    background-color: #fff;
}

.widgets .widget-icon {
    padding: 10px;
    font-size: 24px;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
}

.widgets .widget-icon.big {
    height: 100%;
}

.widgets .social-icon {
    font-size: 30px;
}

.widgets .icon {
    font-size: 30px;
}

.text-white .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}


/*# sourceMappingURL=style.css.map */


/************************************************************************************/

.table-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.align-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.gallery-block {
    position: relative;
    border: 1px solid #e1e1e1;
}

.gallery-block .img-block {
    height: 120px;
    overflow: hidden;
    text-align: center;
}

.gallery-block .img-block img {
    height: 120px;
}

.gallery-wrap [class*="col-"] {
    margin-bottom: 20px;
}

.remove_store_image {
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: -8px;
    padding: .25rem .4rem .35rem;
    color: #fff;
    background-color: #dc3545;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}


/**********************CUSSTOM CSSS ************************/

.select2-container .select2-selection--single {
    height: 45px !important;
    width: 100% !important;
}

.ck-editor__editable_inline {
    min-height: 200px;
    max-height: 500px;
}

.showNotification .notification_counts {
    padding: 3px 5px 2px;
    position: absolute;
    top: 0px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    /*    position: absolute;
    top: 0px;
    right: -4px;
    padding: 2px 6px;
    border-radius: 52%;
    color: white;*/
}

.display_notificatons {
    min-width: 300px;
}

.display_notificatons {
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
}

.notification_counts {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #28a745;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.user-contact label {
    width: 230px;
    min-width: 130px;
    font-weight: 600;
    margin: 0;
}

.multiple_subcategories_loader {
    position: absolute;
    top: 14px;
    right: 10px;
    display: none;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    / Safari / animation: spin 2s linear infinite;
    z-index: 1;
}

.categories_loader {
    position: absolute;
    top: 14px;
    right: 10px;
    display: none;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    / Safari / animation: spin 2s linear infinite;
    z-index: 1;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*************CSS FOR CATEGORIES TREE VIEW******************/

ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.caret-down::before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    '
 transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}


/*************ALL PREVIEW AND REMOVE FILES BEFORE UPLOAD******************/

.preview_imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.preview_pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.preview_remove {
    cursor: pointer;
}

.extracsserror {
    font-weight: 800 !important;
}

.wickedpicker {
    width: auto;
}


/**Service Type image round css*/

.rounded-circle.z-depth-2.service_img {
    max-width: 78px;
    max-height: 67px;
    width: 100px;
    height: 67px;
}

#previewALLImageRemove {
    border: 1px solid black;
    padding: 10px;
}

#previewALLImageRemove img {
    width: 200px;
    padding: 5px;
}

.numberCircle {
    width: 33px;
    height: 29px;
    border-radius: 68%;
    text-align: center;
    border: 2px solid #666;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
}

.permission-cls {
    width: 100%;
    padding: 0 15px;
}

.permission-cls h6 {
    font-size: 20px;
    font-weight: 600;
}

.permission-cls ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.permission-cls ul li {
    padding: 15px;
    border: 1px solid #ced4da;
}

.label-title {
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 10px;
    font-weight: 600;
}

.permission-cls ul li.form-group .form-check-wrap input {
    float: left;
    width: 18px;
    margin-top: 5px;
    margin-right: 5px;
}

.permission-cls ul li.form-group .form-check-wrap {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}

.permission-cls ul li.form-group .form-check-wrap .form-check-label {
    font-size: 15px;
    display: inline;
    cursor: pointer;
}


/* Chat CSS Start */

.message-block {
    padding: 15px;
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
}

.message-block .search-block {
    margin-bottom: 17px;
}

.message-block .search-input {
    font-size: 14px;
    background-image: url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 40px;
    border-color: #D9D9D9;
}

.chat-list {
    max-height: 930px;
    min-height: 930px;
    background: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-list li {
    background-color: #fff;
}

.message-block .chat-list li {
    /*    margin-bottom: 3px;*/
    /*    border-bottom: 1px solid #d2d2d2;*/
}

.message-block .chat-list li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #7a7f9a;
    transition: all .4s;
    border-top: 1px solid #f5f7fb;
    border-radius: 4px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.chat-user-img {
    position: relative;
    margin-right: 10px;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
}

.chat-user-img img {
    height: 34px;
    overflow: hidden;
    border-radius: 100%;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.chat-user-img.online .user-status {
    background-color: #007aff;
}

.chat-user-img .user-status {
    width: 10px;
    height: 10px;
    background-color: #FF0057;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.media-body {
    overflow: hidden;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.chat-list .media-body h5,
.chat-list .media-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
}

.chat-list .media-body h5 {
    font-size: 20px;
    color: #171717;
}

.chat-list .media-body p {
    font-size: 14px;
}

.chat-list li a .chat-time span {
    display: block;
    font-size: 12px;
    color: #BBBBBB;
}

.chat-list li a .chat-time span~span {
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #007aff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    margin-top: 3px;
}

.chat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chat-list li a {
    color: #7a7f9a;
}

.tabs-block .tab-content .right-block.message-col [class*="col-"]:last-child {
    border-left: 1px solid #D9D9D9;
    padding: 0;
}

.chat-header {
    background-color: #fff;
    padding: 15px;
    margin: 0;
}

.chat-header .img-block {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
}

.chat-header .img-block img {
    height: 39px;
    overflow: hidden;
    border-radius: 100%;
}

.chat-header .chat-info {
    overflow: hidden;
}

.chat-header .chat-info h5 {
    padding-bottom: 0;
    font-size: 16px;
}

.chat-header .chat-info span {
    color: #C8C8C8;
    font-size: 12px;
}

.left-border {
    min-height: 875px;
}

.chat-list.conversation {
    padding: 15px;
    height: 875px;
    outline: currentcolor none medium;
}

.chat-list.conversation li {
    background-color: transparent;
}

.conversation-list {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding: 0;
}

.chat-list .conversation-list .avatar {
    margin-right: 16px;
    float: left;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
    width: 40px;
    height: 40px;
}

.chat-content {
    overflow: hidden;
    padding: 0;
}

.conversation-name {
    color: #C8C8C8;
    font-size: 12px;
    margin-bottom: 3px;
}

.conversation-name {
    color: #7B7979;
    font-size: 12px;
}

.chat-list.conversation li.right .chat-wrap .conversation-name {
    color: #fff;
}

.chat-content .chat-wrap {
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 5px 12px;
    margin-bottom: 0;
    display: inline-block;
}

.chat-content .chat-wrap p {
    padding-bottom: 0;
    font-size: 13px;
    color: #212121;
    line-height: 18px;
    margin-bottom: 0;
}

.chat-list.conversation li {
    background-color: transparent;
}

.tab-pane.fade.show.active {
    visibility: visible;
}

.chat-list.conversation li.right .conversation-list {
    text-align: right;
    width: 100%;
}

.chat-list.conversation li.right .conversation-list .chat-content {
    width: 100%;
    float: left;
}

.chat-content {
    overflow: hidden;
    padding: 0;
}

.chat-list.conversation li.right .chat-wrap {
    background-color: #007aff;
}

.chat-list.conversation li.right .chat-wrap p {
    color: #fff;
}

.chat-content .chat-wrap p {
    padding-bottom: 0;
    font-size: 13px;
    color: #212121;
    line-height: 18px;
}

.chat-list.conversation li.right .conversation-list .avatar {
    margin-left: 15px;
    margin-right: 0;
    overflow: hidden;
    float: none;
}

.chat-list .conversation-list .avatar {
    margin-right: 16px;
    float: left;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
    width: 40px;
    height: 40px;
}

.conversation-form {
    position: relative;
    margin-bottom: 0;
}

.conversation-form label {
    position: absolute;
    top: 0;
    width: 50px;
    height: 58px;
    overflow: hidden;
    cursor: pointer;
}

.conversation-form label::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url("../images/attech-icon.svg");
    content: "";
    z-index: 1;
}

.conversation-form .attech-file {
    opacity: 0;
}

.conversation-form .form-control {
    padding-left: 55px;
    border: none;
    font-size: 14px;
    padding-right: 75px;
    height: 58px;
    background: #fff;
    color: #5D5D5D;
    border: 1px solid #B1B1B1;
    transition: all ease .4s;
    border-radius: 3px;
    appearance: none;
    width: 100%;
}

.conversation-form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    border: none;
}

.message-block .left-border {
    border-left: 1px solid #D9D9D9;
}

.welcome {
    text-align: center;
    height: 100%;
}

.welcome h2 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
}

.welcome .img-block {
    position: relative;
    background-color: #ddd;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 2px;
}

.welcome .img-block img {
    height: 146px;
    width: 147px;
    border-radius: 100%;
}

.welcome p {
    max-width: 40%;
    text-align: center;
    margin: 15px auto;
    font-size: 16px;
}

.welcome .user-status {
    width: 15px;
    height: 15px;
    background-color: #007AFF;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 30px;
    bottom: 2px;
}

.welcome .table-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.welcome .align-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.search-block .name-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-block .name-info li {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 7px 12px;
    text-decoration: none;
    display: block
}

.search-block .name-info li a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}

.customer-list .chat-list li {
    border-bottom: 1px solid #d2d2d2;
}

label.error {
    font-size: 80%;
    color: #dc3545;
    font-weight: bolder;
}


/*
Chat CSS End
*/

.hoverimage .card-body {
    margin-bottom: 30px;
    height: 200px;
    padding: 22px 0px;
}

.hoverimage .card-body .form-group.row {
    text-align: center;
    margin: 0 auto;
}

.hoverimage .card-body img {
    width: 100%;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}

.card-body .input-group {
    margin-bottom: 25px;
}

.c-switch .c-switch-input:checked~.c-switch-slider::before {
    border-color: #201f6c;
    background-color: #201f6c;
}

.c-switch .c-switch-input:checked~.c-switch-slider {
    border-color: #201f6c;
}

.profile-information .fas.fa-badge-check.fa-2x {
    color: #ff9c00 !important;
}


/*.ChangeStatus .fas.fa-badge-check.fa-2x {
  color: #ff9c00 !important;
}*/

.dataTables_wrapper .btn-primary {
    color: #fff;
    background-color: #201f6c !important;
    border-color: #201f6c !important;
    outline: none;
    box-shadow: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 26px;
}

.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}

.category_id {
    width: 100% !important;
}

.box.bg-white.box-info {
    padding: 15px;
}

h6.mb-0.order-info {
    float: left;
}

span.badge.badge-primary.badge-pill {
    float: right;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    overflow: hidden;
}

.tab-content.user-info {
    padding: 0;
}

.form-group.row.otp-sand {
    margin-top: 32px;
}

.multiple_subcategories_loader {
    position: absolute;
    top: 2px;
    right: 550px;
    display: none;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    / Safari / animation: spin 2s linear infinite;
    z-index: 1;
}

span.input-group-text i img {
    width: 19px;
}

span.wickedpicker__controls__control-up {
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
}

span.wickedpicker__controls__control-down {
    background-image: url(../images/down.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.wickedpicker {
    width: 15% !important;
}

.gallery-light {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.gallery-light li {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 15px;
}

span.select2.select2-container.select2-container--default {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px !important;
    right: 5px !important;
    width: 20px;
}

.vanue-info {
    min-width: 100px;
}

.vanue-count {
    display: inline-block;
    margin-right: 4px;
}

.form-group.otp-section .form-control {
    height: 70px;
    padding: 10px;
    width: 23%;
    display: inline-block;
    margin-top: 20px;
}

.error {
    margin-top: 0;
}

.verify_otp_send_msg_loader {
    position: inherit;
    top: 14px;
    right: 10px;
    display: none;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1;
    display: inline-block;
    vertical-align: bottom;
}

.acceptation {
    display: inline-block;
}

.toggle-group {
    min-width: 288px !important;
}

.login-box .imgBox {
    width: 50%;
    background-color: #e9ecef;
    padding: 30px;
}






















@media screen and (min-width: 1551px) {
    .defect-report-right-content [class*="col-"]:last-child {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 1550px) {
    .btn {
        font-size: 14px;
        padding: 10px 6px;
    }
    .defect-report-right-content [class*="col-"] {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}






@media screen and (max-width: 1366px) {
    .form-group .form-control {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .employees-search-top .btn {
        padding: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .employees-search-top [class*="col-"],
    .report-top-search [class*="col-"] {
        margin-bottom: 10px;
    }
    .defect-report-right-content [class*="col-"] {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    body .logo img {
        margin-left: 0 !important;
        max-height: 55px !important;
    }
}

@media screen and (max-width: 479px) {
    .defect-report-right-content [class*="col-"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}