.rupee-icon:before {
    content: "\20B9";
    /* Rupee css Code "\20B9" */
    font-family: sans-serif;
    font-family: inherit;
    font-style: normal;
}

.widget h5 {
    color: var(--main-color-one);
    color: #888ea8;
}

.rounded {
    border-radius: 8px !important;
}

.rounded-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.rounded-right {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.pop-headername {
    outline: none;
}

.pop-name {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
}

.btn.rounded-circle i {
    line-height: inherit;
}

.tooltip-inner {
    background-color: var(--main-color-one);
    background-color: var(--main-color-two);
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: var(--main-color-one);
    border-right-color: var(--main-color-two);
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: var(--main-color-one);
    border-left-color: var(--main-color-two);
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: var(--main-color-one);
    border-top-color: var(--main-color-two);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--main-color-one);
    border-bottom-color: var(--main-color-two);
}

.input-group-prepend {
    z-index: 4;
    /* -webkit-box-shadow: -5px 0 10px #f0f0f0;
    box-shadow: -5px 0 10px #f0f0f0; */
    border-radius: 8px 0px 0px 8px !important;
    border-radius: 6px 0px 0px 6px !important;
    transition: all .15s ease-in-out;
    margin-bottom: auto;
    min-height: 35px;
}

.input-group-append {
    z-index: 4;
    /* -webkit-box-shadow: 5px 0 10px #f0f0f0;
    box-shadow: 5px 0 10px #f0f0f0; */
    border-radius: 0px 6px 6px 0 !important;
    transition: all .15s ease-in-out;
    margin-bottom: auto;
    min-height: 35px;
}

.input-group .input-group-prepend~.form-control {
    border-radius: 0px 8px 8px 0 !important;
    border-radius: 0px 6px 6px 0 !important;
}

.input-group .form-control.control-append {
    border-radius: 8px 0px 0px 8px !important;
    border-radius: 6px 0px 0px 6px !important;
}

.input-group .form-control.control-append~.input-group-append .input-group-text {
    border-radius: 0px 8px 8px 0 !important;
    border-radius: 0px 6px 6px 0 !important;
}

.input-group-text {
    border-radius: 8px;
    border-radius: 6px;
    background-color: #fff !important;
    /* border: 1px solid transparent !important; */
    transition: all .15s ease-in-out;
    font-size: 16px;
    color: #000000;
}

label.input-group-text[for] {
    cursor: pointer;
}

.input-group:focus-within .input-group-prepend {
    box-shadow: -2px 0 5px 1px var(--main-color-tranparent);
}

.input-group:focus-within .input-group-append {
    box-shadow: 2px 0 5px 1px var(--main-color-tranparent);
}

.input-group:focus-within .input-group-prepend .input-group-text,
.input-group:focus-within .input-group-append .input-group-text {
    border-color: var(--main-color-two);
}

.bootstrap-select.form-control {
    margin: 0;
    padding: 0;
    display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 5px;
}

.bs-searchbox .form-control {
    border: 1px solid #bfc9d4 !important;
}

.bootstrap-select.form-control>.dropdown-toggle {
    margin: 0;
    height: calc(1.4em + 1.4rem + 2px);
    height: calc(1.4em + 1.4rem);
    height: 40px;
    height: 35px;
    border-radius: 8px;
    border-radius: 6px;
    color: #000000 !important;
    font-weight: 500;
    padding: 6px 15px 6px 10px;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 7px;
}

.bootstrap-select.form-control>.dropdown-toggle.bs-placeholder {
    color: #acb0c3 !important
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
    display: block;
}

.bootstrap-select.form-control.input-group-btn {
    height: auto;
}

p {
    margin-bottom: 10px;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: var(--white-color);
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

.modal {
    z-index: 2010;
    overflow-y: auto;
}

.modal.show~.modal.show {
    z-index: 2011;
}

.modal-backdrop {
    z-index: 2000;
}

.modal-backdrop.show~.modal-backdrop.show {
    z-index: 2001;
}

.modal-content {
    border-radius: 10px!important;
}

.modal-header {
    border-radius: 8px 8px 0 0 !important;
    background-color: var(--main-color-one);
    color: var(--white-color);
    padding: 10px 50px 10px 16px;
}

.modal-header .modal-title {
    color: var(--white-color);
    min-height: 30px;
}

.modal-header button.close {
    color: var(--white-color);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 12px 15px;
}

.modal-header.text-center .modal-title {
    color: var(--white-color);
    margin: auto;
}

.modal-footer {
    border-radius: 0 0 8px 8px !important;
}

.modal-header button.close,
.modal-body button.close {
    color: #ff000f !important;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 18px;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 35px;
    margin: -10px;
    border-radius: 50%;
    text-shadow: none;
    opacity: 1 !important;
}

.modal-header button.close:hover,
.modal-body button.close:hover {
    color: #fff !important;
    background-color: #ff000f;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0px 5px 9px 0 rgb(0 0 0 / 20%);
}

.modal-header button.close i,
.modal-body button.close i {
    font-weight: 900;
}

.bootstrap-select.show .dropdown-toggle {
    border: 1px solid var(--main-color-one) !important;
    box-shadow: 0 0 10px #dcdcdc;
    /* border: 1px solid transparent !important; */
}

.bootstrap-select .dropdown-toggle {
    /* border: 1px solid transparent !important; */
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active span.dropdown-item-inner {
    color: var(--black-color);
    background-color: var(--main-color-tranparent);
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner:not([class*="bg-"]):hover,
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner:not([class*="bg-"]).selected,
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.selected span.dropdown-item-inner {
    /* color: var(--white-color); */
    background: none !important;
    color: var(--black-color);
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.selected {
    background-color: var(--main-color-one);
    background-color: #eeeeee;
    color: #ffffff;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.selected .dropdown-item-inner {
    font-weight: 700;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px;
    overflow-y: auto;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
    display: block;
    padding: 7px 15px;
    font-weight: 600;
}

.bootstrap-select.btn-group .dropdown-menu.inner a.dropdown-item {
    white-space: inherit;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
    margin-top: 0;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
    display: block;
    float: right;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.selected span.dropdown-item-inner span.check-mark:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.daterangepicker {
    color: #333;
}

.daterangepicker td.in-range {
    background-color: var(--main-color-tranparent);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--main-color-one);
    border-color: transparent;
    color: var(--white-color);
}

.daterangepicker .drp-buttons .btn.cancelBtn {
    background-color: var(--main-color-three) !important;
    border-color: var(--main-color-three);
    box-shadow: 0 10px 20px -10px var(--main-color-three);
    color: var(--white-color);
}

.price-update-number .btn-group button .waves-ripple {
    background: rgb(0 0 0 / 0.10) !important;
}

.info-modal-dialog .modal-dialog {
    padding: 40px 0 0 0;
}

.info-modal-dialog .modal-dialog {
    -webkit-transform: none;
    transform: none;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    height: 200px;
}

#confirmedDelete.info-modal-dialog .modal-dialog {
    height: 250px;
}

.info-modal-dialog .modal-dialog .info-body {
    margin-top: -35px;
}

.info-modal-dialog .info-body .modal-logo {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 2px solid var(--main-color-one);
    border-radius: 50%;
    background-color: var(--white-color);
}

.info-modal-dialog .info-body .modal-logo img {
    margin: 15px auto;
    margin: auto;
    padding: 4px;
    padding: 5px 4px;
    width: 100%;
}

.info-modal-dialog .info-body h5 {
    width: 100%;
    text-align: center;
    color: var(--main-color-one);
    font-weight: 500;
}

.info-modal-dialog .modal-dialog .modal-content .modal-footer .btn {
    border-radius: 0 0 8px 8px;
    transform: none;
}

.info-modal-dialog .modal-dialog .modal-content .modal-footer .btn:nth-last-child(2),
.info-modal-dialog .modal-dialog .modal-content .modal-footer .btn:nth-last-child(3),
.info-modal-dialog .modal-dialog .modal-content .modal-footer .btn:nth-last-child(4) {
    border-radius: 0 0 0 8px;
}

.info-modal-dialog .modal-dialog .modal-content .modal-footer .btn+.btn {
    border-radius: 0 0 8px 0;
}

.modal-dialog {
    width: 90%;
}

.loading {
    position: fixed;
    background-color: #fff;
    background-color: rgb(255 255 255 / 70%);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    /* display:none !important; */
    bottom: 0;
    z-index: 9999999991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader-img {
    width: 100px;
    height: 100px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.table.table-bordered h3,
.table.table-bordered h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1f5a4b;
    color: var(--main-color-two);
    margin: 0;
    padding: 0;
}

.table.table-bordered tbody td {
    /* border: 1px solid var(--main-color-one); */
    color: var(--black-color);
    vertical-align: middle;
    padding: 8px;
    font-weight: 500;
    font-weight: 400;
    color: #47404f;
    padding-left: 11px;
}

.table.table-bordered thead th {
    /* color: var(--white-color); */
    /* background-color: var(--main-color-one); */
    color: #000;
    /* background-color: var(--main-color-tranparent); */
    /* background-color: #FFF; */
    font-weight: 700;
    border-bottom: 1px solid #ddd !important;
}

.table.table-bordered thead td {
    /* border: 1px solid var(--main-color-one); */
    color: var(--main-color-one);
    vertical-align: middle;
    padding: 8px;
}

.table.table-bordered .thead-tr th {
    color: var(--white-color);
    background-color: var(--main-color-one);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid var(--main-color-one);
}

.table.table-bordered tbody tr.thead-none:last-child {
    border-bottom: 1px solid #000;
    height: 1px;
}

.modal-body table.table.table-bordered th {
    border: 1px solid rgb(255 255 255 / 30%);
}

.modal-body .table.table.table-bordered thead tr.remove-bg th {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--main-color-one);
}

.modal-body .table.table.table-bordered thead tr.remove-bg td {
    font-weight: 400;
}

.table.table-bordered .thead-none th {
    border: none !important;
    background: var(--white-color);
}

.theme-content .theme-btns {
    width: 100%;
    display: block;
}

.theme-content .theme-btns .btn-theme-block {
    width: 10%;
    display: block;
    text-align: center;
    float: left;
    margin: 15px 0;
}

.theme-content .theme-btns .btn-theme-block a.btn {
    height: 70px;
    width: 70px;
    border-radius: 0;
    border: 5px solid #aaaaaa;
    font-size: 0px;
    position: relative;
    padding: 10px 0;
    text-transform: capitalize;
}

.theme-content .theme-btns .btn-theme-block a.btn:focus,
.theme-content .theme-btns .btn-theme-block a.btn:active {
    color: inherit !important;
    background-color: var(--main-color-one) !important;
}

.theme-content .theme-btns .btn-theme-block a.btn.is-active {
    border: 5px solid #1bb3fe;
}

.theme-content .theme-btns .btn-theme-block a.btn span {
    position: absolute;
    height: 15px;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    display: block;
}

.theme-content .theme-btns .btn-theme-block a.btn span:after {
    content: "";
    position: relative;
    height: 30px;
    width: 30px;
    top: auto;
    right: 0;
    bottom: 15px;
    left: 0;
    background: var(--main-color-three);
    display: block;
    margin: auto;
    border-radius: 40px;
}

.min-height-100 {
    min-height: 100%;
}

body.sidebar-noneoverflow .tooltip-for-sidebar {
    display: block !important;
    /* display: none !important; */
}

body .tooltip-for-sidebar {
    display: none !important;
}

.tooltip {
    z-index: 3000;
}

form {
    margin: 0;
}

.btn-wallet-block button.btn[style="display:block;"],
.btn-wallet-block button.btn[style="display: block;"] {
    display: inline-block !important;
}

.navbar-expand-sm .navbar-item .link-for-welcome a#btnFullscreen.active i.fa-expand:before {
    content: "\f066";
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-spacing: 0;
    border-collapse: collapse!important;
    border: 1px solid #f1f2f3 !important;
}

.table>thead>tr>th,
.table>tr>th {
    letter-spacing: 0;
}

.table-responsive-content {
    overflow-x: auto;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin-right: -15px;
    margin-left: -15px;
}

.table>tbody:before {
    display: none;
}

div.dataTables_wrapper div.dataTables_info {
    color: var(--main-color-two);
    margin: 10px 0;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 10px 0;
}

.select-entrie {
    color: #000;
}

.select-entrie label {
    color: #000;
}

.select-entrie select.form-control {
    padding: 8px 5px;
}

.page-item .page-link {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 17px;
    background-color: transparent;
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two);
    padding: 0 !important;
    line-height: 33px;
}

.page-item .page-link:hover {
    color: var(--white-color) !important;
    background-color: var(--main-color-one) !important;
    border: 1px solid var(--main-color-two) !important;
}

.page-item.previous .page-link,
.page-item.next .page-link,
.page-item.first .page-link,
.page-item.last .page-link {
    color: #999;
    border: 1px solid #999;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--main-color-two);
    border-color: var(--main-color-two);
}

.table-hover:not(.table-dark) tbody tr:hover {
    background-color: #f7fafd !important;
    -webkit-transform: none;
    transform: none;
}

.table-responsive {
    /* height: 100vh!important;
    max-height: calc(100vh - 225px) !important; */
    overflow-x: auto;
    overflow-y: auto;
    /* min-width: 600px; */
    position: relative;
}

.table.table-bordered tr .tbl-sr-no {
    min-width: 70px;
    max-width: 70px;
    width: 70px;
}

.table.table-bordered tr .tbl-order-no {
    min-width: 150px;
    max-width: 150px;
    width: 80%;
}

.table.table-bordered tr .tbl-name {
    min-width: 200px;
    max-width: 200px;
}

.table.table-bordered tr .tbl-service {
    min-width: 170px;
    max-width: 170px;
    width: 80%;
}

.table.table-bordered tr .tbl-cusname {
    min-width: 170px;
    max-width: 170px;
    width: 80%;
}

.table.table-bordered tr .tbl-contact {
    min-width: 130px;
    width: 130px;
}

.table.table-bordered tr .tbl-total-amt {
    min-width: 120px;
    width: 120px;
}

.table.table-bordered tr .tbl-discount {
    min-width: 90px;
    width: 90px;
}

.table.table-bordered tr .tbl-payable-amt {
    min-width: 110px;
    width: 110px;
}

.table.table-bordered tr .tbl-info {
    min-width: 200px;
    max-width: 200px;
    width: 80%;
}

.table.table-bordered tr .tbl-qty {
    min-width: 50px;
    width: 50px;
}

.table.table-bordered tr .tbl-amt {
    min-width: 110px;
    width: 110px;
}

.table.table-bordered tr .tbl-date {
    min-width: 115px;
    width: 115px;
}

.table.table-bordered tr .tbl-action {
    min-width: 70px;
    max-width: 70px;
    width: 70px;
    text-align: center;
}

.table.table-bordered tr .tbl-action.two-action-btn {
    min-width: 75px;
    max-width: 75px;
    width: 75px;
    text-align: center;
}

.table.table-bordered tr .tbl-action.three-action-btn {
    min-width: 105px;
    max-width: 105px;
    width: 105px;
    text-align: center;
}

.table.table-bordered tr .tbl-action.four-action-btn {
    min-width: 135px;
    max-width: 135px;
    width: 135px;
    text-align: center;
}

.table.table-bordered tr .tbl-action.five-action-btn {
    min-width: 165px;
    max-width: 165px;
    width: 165px;
    text-align: center;
}

.table.table-bordered tr .tbl-action.six-action-btn {
    min-width: 190px;
    max-width: 190px;
    width: 190px;
    text-align: center;
}

.table.table-bordered tr .tbl-grid {
    min-width: 35px;
    max-width: 35px;
    width: 35px;
    padding: 8px 5px;
    text-align: center;
}

.table.table-bordered tr .tbl-check {
    min-width: 50px;
    width: 50px;
}

.table.table-bordered tr .tbl-grid:first-child {
    border-right: none !important;
}

.table.table-bordered tr .tbl-grid:first-child+th,
.table.table-bordered tr .tbl-grid:first-child+td {
    border-left: none !important;
}

.table.table-bordered tr .tbl-grid:last-child {
    border-left: none !important;
    border-left: 1px solid #f1f2f3 !important;
}

.table.table-bordered tr .tbl-img {
    min-width: 40px;
    width: 40px;
    text-align: center;
}

.table.table-bordered tr .tbl-img img {
    width: 25px;
    height: 25px;
}

.table.table-bordered tr .tbl-w50 {
    min-width: 50px;
    width: 50px;
}

.table.table-bordered tr .tbl-w60 {
    min-width: 60px;
    width: 60px;
}

.table.table-bordered tr .tbl-w70 {
    min-width: 70px;
    width: 70px;
}

.table.table-bordered tr .tbl-w80 {
    min-width: 80px;
    width: 80px;
}

.table.table-bordered tr .tbl-w90 {
    min-width: 90px;
    width: 90px;
}

.table.table-bordered tr .tbl-w100 {
    min-width: 100px;
    width: 100px;
}

.table.table-bordered tr .tbl-w120 {
    min-width: 120px;
    width: 120px;
}

.table.table-bordered tr .tbl-w150 {
    min-width: 150px;
    width: 150px;
}

.table.table-bordered tr .tbl-w180 {
    min-width: 180px;
    width: 180px;
}

.table.table-bordered tr .tbl-w200 {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}

.table.table-bordered tr .tbl-w100p {
    min-width: 100px;
    width: 20%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7fafd !important;
}

.table>tbody>tr>td:first-child,
.table>tbody>tr>td.hidden:first-child+td {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.table>tbody>tr>td:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.ui-sortable .table>tbody>tr>td:first-child,
.ui-sortable .table>tbody>tr>td:last-child {
    border-radius: 0;
}

.btn-tbl[disabled] {
    opacity: 0.6 !important;
    cursor: not-allowed;
    /* pointer-events: none; */
}

.btn-tbl {
    padding: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    background-color: transparent;
    text-decoration: none !important;
    border: none;
    outline: none;
}

.btn-tbl:hover,
.btn-tbl:focus {
    background-color: var(--main-color-one);
    color: #fff !important;
}

.btn-tbl[disabled] {
    background-color: #fff;
    color: var(--main-color-one)!important;
}

.btn-tbl.text-primary:hover,
.btn-tbl.text-primary:focus {
    background-color: var(--main-color-two);
    color: #fff !important;
}

.btn-tbl.text-primary[disabled] {
    background-color: #fff;
    color: var(--main-color-two)!important;
}

.btn-tbl.text-success:hover,
.btn-tbl.text-success:focus {
    background-color: #28a745;
    color: #fff !important;
}

.btn-tbl.text-success[disabled] {
    background-color: #fff;
    color: #28a745 !important;
}

.btn-tbl.text-info:hover,
.btn-tbl.text-info:focus {
    background-color: #2196f3;
    color: #fff !important;
}

.btn-tbl.text-info[disabled] {
    background-color: #fff;
    color: #2196f3 !important;
}

.btn-tbl.text-danger:hover,
.btn-tbl.text-danger:focus {
    background-color: #e7515a;
    color: #fff !important;
}

.btn-tbl.text-danger[disabled] {
    background-color: #fff;
    color: #e7515a !important;
}

.btn-tbl.text-warning:hover,
.btn-tbl.text-warning:focus {
    background-color: #e2a03f;
    color: #fff !important;
}

.btn-tbl.text-warning[disabled] {
    background-color: #fff;
    color: #e2a03f !important;
}

.btn-tbl.text-secondary:hover,
.btn-tbl.text-secondary:focus {
    background-color: #5c1ac3;
    color: #fff !important;
}

.btn-tbl.text-secondary[disabled] {
    background-color: #fff;
    color: #5c1ac3 !important;
}

.btn-tbl.text-dark:hover,
.btn-tbl.text-dark:focus {
    background-color: #000000;
    color: #fff !important;
}

.btn-tbl.text-dark[disabled] {
    background-color: #fff;
    color: #000000 !important;
}

.btn-tbl.text-muted:hover,
.btn-tbl.text-muted:focus {
    background-color: #888ea8;
    color: #000 !important;
}

.btn-tbl.text-muted[disabled] {
    background-color: #fff;
    color: #888ea8 !important;
}

.btn-tbl.text-white:hover,
.btn-tbl.text-white:focus,
.btn-tbl.text-white[disabled] {
    background-color: #fff;
    color: #000 !important;
}

.btn-tbl.text-black:hover,
.btn-tbl.text-black:focus {
    background-color: #000;
    color: #fff !important;
}

.btn-tbl.text-black[disabled] {
    background-color: #fff;
    color: #000 !important;
}

.table.table-bordered tbody td a {
    color: var(--black-color);
    color: #47404f;
    text-decoration: none;
}

.table.table-bordered tbody td a:after {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free" !important;
    font-family: FontAwesome !important;
    /* fa-hand-pointer */
    content: "\f25a";
    font-weight: 400;
    content: "\f129";
    font-family: "Font Awesome 5 Pro" !important;
    padding-left: 5px;
    font-weight: 900;
    font-size: 90%;
    opacity: 0.6;
    color: var(--main-color-one);
}

a.link-none:after,
a.none-link:after {
    display: none !important;
}

.table.table-bordered tbody td.tbl-img a:after,
.table.table-bordered tbody td a.btn-tbl:after {
    display: none;
}

.table.table-bordered tbody td a:hover {
    color: var(--main-color-one);
}

table tr .sorting,
table tr .sorting_asc,
table tr .sorting_desc {
    padding-right: 25px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.white-space-nowrap {
    white-space: nowrap;
}

table.no-white-space tr .sorting,
table tr .sorting_asc,
table tr .sorting_desc {
    white-space: normal;
}

table tr .sorting .header-title-action {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
}

table tr .sorting:before,
table tr .sorting_asc:before,
table tr .sorting_desc:before,
table tr .sorting:after,
table tr .sorting_asc:after,
table tr .sorting_desc:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    right: 10px;
    font-size: 14px;
    color: #fff;
    color: #888ea8;
    position: absolute;
    bottom: 10px;
    display: block;
    opacity: .3;
}

table tr .sorting .header-title-action i {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    right: 0;
    font-size: 14px;
    color: #fff;
    color: #888ea8;
    position: absolute;
    bottom: 5px;
    display: block;
    opacity: .5;
}

table tr .sorting .header-title-action i[style="color: rgb(255, 0, 0);"],
table tr .sorting .header-title-action i[style="color:rgb(255, 0, 0);"],
table tr .sorting .header-title-action i[style="color: #ff0000;"],
table tr .sorting .header-title-action i[style="color:#ff0000;"] {
    color: #FFF !important;
    color: #888ea8 !important;
    opacity: 1 !important;
}


/* table tr .sorting:before, table tr .sorting_asc:before, table tr .sorting_desc:before {
    content: "\f0de";
} */

table tr .sorting .header-title-action i.fa-caret-up:before {
    content: "\f0de";
}


/* table tr .sorting:after, table tr .sorting_asc:after, table tr .sorting_desc:after  {
    content: "\f0dd";
} */

table tr .sorting .header-title-action i.fa-caret-down:before {
    content: "\f0dd";
}

table tr .sorting_asc:before,
table tr .sorting_desc:after {
    opacity: 0.8 !important;
}

.nav-pills .nav-link {
    background-color: var(--white-color);
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two);
    font-weight: 500;
}

.nav-pills .nav-item~.nav-item {
    margin-left: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--main-color-two);
    border: 1px solid var(--main-color-two);
}

.animated-underline-content .nav-tabs .nav-link:focus,
.animated-underline-content .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.animated-underline-content .nav-tabs .nav-link.active,
.animated-underline-content .nav-tabs .show>.nav-link {
    border-color: transparent;
    color: var(--main-color-two);
    color: #ffffff;
    background-color: var(--main-color-two);
}

.animated-underline-content .nav-tabs li a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.animated-underline-content .nav-tabs li a span.badge {
    background: var(--main-color-two);
    border-radius: 20px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    padding: 0 5px;
    line-height: 20px;
    margin: 0;
    font-size: 12px;
}

.animated-underline-content .nav-tabs .nav-link.active span.badge,
.animated-underline-content .nav-tabs .show>.nav-link span.badge {
    background: #ffffff;
    color: var(--main-color-two);
}

.animated-underline-content .nav-tabs .nav-link:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--main-color-two);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.animated-underline-content .nav-tabs .nav-link.active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-provider-content li {
    display: inline-block;
    margin: 5px 10px;
}

.service-provider-content li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--paragraph-color);
    font-size: 16px;
}

.service-provider-content li a span {
    color: #000;
}

.service-provider-content li a span.service-provider-img {
    background-size: 45px 45px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    height: 48px;
    width: 48px;
    padding: 0px;
    line-height: 46px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    position: absolute;
    top: -8px;
    right: auto;
    bottom: auto;
    left: -10px;
    border: 1px solid #ddd;
}

.service-provider-content li.service-provider-name a {
    height: 34px;
    padding: 2px 15px 2px 42px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    border-radius: 50px;
    vertical-align: middle;
    line-height: 30px;
    position: relative;
    border: 1px solid #dddddd;
    margin: 5px 0;
    font-size: 14px;
}

.service-provider-content li a:hover {
    color: var(--black-color);
}

.service-provider-content li.active a {
    color: var(--main-color-one);
}

.service-provider-content li.service-provider-name a {
    text-transform: uppercase;
}

.service-provider-content li.service-provider-name a:hover {
    border: 1px solid #999;
}

.service-provider-content li.service-provider-name a:hover span.service-provider-img {
    border: 1px solid #999;
}

.service-provider-content li.service-provider-name.active a {
    border: 1px solid var(--main-color-one);
    background: var(--main-color-one);
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 #e0e6ed, 0 2px 10px 0 #e0e6ed;
}

.service-provider-content li.service-provider-name.active a span.service-provider-img {
    border: 1px solid var(--main-color-one);
}

.content-top-services.border-primary,
.content-package-services.border-primary {
    border-color: var(--main-color-tranparent) !important;
}

.content-top-services b,
.content-package-services b {
    font-size: 16px;
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: none;
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #ffffff;
    color: var(--white-color);
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
}

div#rightSidebar,
div#rightSidebarSecondory {
    position: fixed;
    top: 00px;
    right: -100vw;
    bottom: 0;
    left: auto;
    z-index: 1999;
    background: var(--white-color);
    margin: 0 !important;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% - 60px) !important;
    overflow: auto;
}


/* div#rightSidebar > *, div#rightSidebarSecondory > * {
    overflow: auto;
} */

div#rightSidebar>.right-sidebar-content,
div#rightSidebarSecondory>.right-sidebar-content {
    height: 100%;
    padding: 0 20px 20px 20px;
    overflow: auto;
}

div#rightSidebar>.right-sidebar-footer,
div#rightSidebarSecondory>.right-sidebar-footer {
    padding: 10px 20px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.right-sidebar-footer .btn {
    font-size: 12px;
    padding: 5px 10px;
}

div#rightSidebar.active-right-sidebar,
div#rightSidebarSecondory.active-right-sidebar {
    right: 0;
}

.sidebar-header {
    position: sticky;
    left: 0;
    top: 0px;
    z-index: 1001;
    background: #fff;
    margin: 0 !important;
    padding: 10px 15px;
}

.btn-close-right-sidebar {
    color: #ff000f !important;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

.overlay.show {
    display: block;
    opacity: .7;
}

.dragtable-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -moz-user-select: none;
}

.dragtable-sortable li {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1em;
    background: white;
}

.dragtable-sortable th,
.dragtable-sortable td {
    border-left: 0px;
}

.dragtable-sortable li:first-child th,
.dragtable-sortable li:first-child td {
    border-left: 1px solid #CCC;
}

.ui-sortable-helper {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
    -moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
    -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
    box-shadow: 4px 5px 4px #C6C6C6 inset;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    visibility: visible !important;
    background: #EFEFEF !important;
    visibility: visible !important;
}

.ui-sortable-placeholder * {
    opacity: 0.0;
    visibility: hidden;
}

.daterangepicker-scroll {
    position: relative;
}

.daterangepicker-scroll .daterangepicker {
    position: absolute !important;
    left: 1px !important;
    right: auto !important;
    top: 45px !important;
}

.custom-control-input~.custom-control-label,
.custom-control-input~.custom-control-label {
    cursor: pointer;
    line-height: 24px;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: var(--main-color-one);
    background-color: var(--main-color-one);
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: var(--main-color-tranparent);
    border-color: var(--main-color-tranparent);
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0.2rem var(--main-color-tranparent);
}

.file-preview-image {
    max-width: 100%;
}

.input-group .file-input {
    width: 100%;
}

.btn-file {
    min-height: 35px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    line-height: 25px;
    font-size: 14px;
}

.btn-file span {
    position: absolute;
    height: 35px;
    width: 40px;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ddd;
    display: none;
}

.btn-file i {
    position: absolute;
    height: 35px;
    width: 40px;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 35px !important;
    padding: 0 !important;
    text-align: center;
}

.all-provider-service .owl-carousel .item .provider-all-service-block {
    border: 1px solid var(--main-color-one);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.all-provider-service .owl-carousel .item .provider-all-service-block h4 {
    color: var(--main-color-two);
    margin: 0;
}

.all-provider-service .owl-carousel .item .provider-all-service-block h3 {
    margin: 0;
    padding: 0;
}

.all-provider-service .owl-carousel .item .provider-all-service-block h3 span.badge {
    color: var(--main-color-two);
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.all-provider-service .owl-carousel .item .provider-all-service-block h3 span.badge.badge-top {
    position: relative;
    padding-top: 22px;
}

.all-provider-service .owl-carousel .item .provider-all-service-block h3 span.badge span.d-block {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: var(--main-color-two);
    color: #fff;
}

.open-right-sidebar-part.active-close i:before {
    content: "\f00d";
}

div#rightSidebarPart.active-right-sidebar {
    display: block !important;
}

.horizontal-scroll {
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color-one) var(--main-color-tranparent);
}

.widget-control {
    margin-top: 0px;
}

.widget-control ul {
    margin: 0;
}

.widget-control ul li {
    display: inline-block;
}

div#layoutContent.active-expand {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    height: 100% !important;
    width: 100% !important;
    z-index: 1031;
    background: #fafafa;
    padding: 15px;
    overflow: auto;
}

.content-expand.active i:before {
    content: "\f066";
}

.content-minimize.active i:before {
    content: "\f067";
}

.content-resize.active i:before {
    content: "\f340";
}

.switch .slider {
    background-color: #dddddd;
}

.switch input:checked~.slider {
    background-color: var(--main-color-one);
    background-color: #28a745;
}

.switch .slider:before {
    box-shadow: none;
}

.sidebar-closed #sidebar ul.menu-categories li ul.collapse {
    /* display: none !important; */
}

.sidebar-closed #sidebar ul.menu-categories li ul.collapse.show {
    display: block !important;
}

.btn-filter-icon.collapsed i:before {
    content: "\f067";
}

.header-container .navbar .navbar-item .nav-item .nav-link span.badge.count {
    width: auto;
    min-width: 16px;
    height: 16px;
    padding: 0 2px;
    top: 10px;
    right: -10px;
    text-align: center;
    line-height: 14px;
}

.user-rights-tbl table.table .checkbox {
    margin: 0 3px;
    width: 55px !important;
    text-align: left;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.user-rights-tbl table.table .checkbox label {
    padding-left: 25px;
    min-height: 18px;
    margin: 5px 0;
    display: inline-block;
}

.user-rights-tbl table.table .checkbox label:before,
.user-rights-tbl table.table .checkbox label:after {
    left: 0;
    margin: 0;
}

.user-rights-tbl table.table th label {
    display: block;
    cursor: pointer;
    min-height: 22px;
}

.remove-certificate {
    display: inline-block;
    position: relative;
}

.remove-certificate .removecertiimg {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 35px;
    border-radius: 50%;
    color: #ff000f !important;
    background: #fff;
    border: none;
}

.active-right-sidebar:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom,
.bootstrap-datetimepicker-widget.dropdown-menu.top {
    padding: 0;
    margin: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom table.table-condensed,
.bootstrap-datetimepicker-widget.dropdown-menu.top table.table-condensed {
    margin: 0;
}

.dropdown-menu.bootstrap-datetimepicker-widget.open {
    opacity: 1;
    transform: scale(1);
    top: 0;
}

.bootstrap-datetimepicker-widget table.table-condensed tr>td {
    text-align: center;
    border: none;
    padding: 0;
}

.bootstrap-datetimepicker-widget a {
    padding: 0;
    margin: 0;
    border-width: 0;
    background-color: transparent;
    color: var(--main-color-two);
    box-shadow: none;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}

.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
    border-radius: 50% !important;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td a[data-action] {
    box-shadow: none;
    background: none !important;
    border: none;
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget a[data-action]:hover span {
    background-color: #eee;
    color: var(--main-color-two);
}

.bootstrap-datetimepicker-widget button[data-action] {
    width: 38px;
    height: 38px;
    margin-right: 3px;
    padding: 0;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td button.btn:hover {
    color: #fff;
    background-color: var(--main-color-two);
    border-color: var(--main-color-two);
}

.bootstrap-datetimepicker-widget table td.separator {
    width: 10px;
}

.bootstrap-select.btn-group .dropdown-menu.inner a.dropdown-item {
    white-space: inherit;
}

.bootstrap-select.btn-group .dropdown-menu[x-placement="bottom-start"] {
    transform: translate3d(0px, 35px, 0px) !important;
    top: 0px !important;
    bottom: auto !important;
    left: 0px !important;
}

.bootstrap-select.btn-group .dropdown-menu[x-placement="top-start"] {
    transform: translate3d(0px, -35px, 0px) !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0px !important;
    transform: translate3d(0px, 35px, 0px) !important;
    top: 0px !important;
    bottom: auto !important;
    left: 0px !important;
}

@media (max-height: 400px) {
    .bootstrap-select.btn-group .dropdown-menu[x-placement="bottom-start"],
    .bootstrap-select.btn-group .dropdown-menu[x-placement="top-start"] {
        transform: translate3d(0px, 35px, 0px) !important;
        top: 0px !important;
        bottom: auto !important;
        left: 0px !important;
    }
}

body.error404 {
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
}

body.error404>.error-content {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.error404 .mini-text {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--main-color-two);
}

.error404 .img-cartoon {
    width: 170px;
    height: 170px;
}

.error404 .error-number {
    font-size: 170px;
    color: var(--main-color-two);
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
    text-shadow: 0px 5px 4px rgba(31, 45, 61, 0.10196078431372549);
}

.error404 .error-text {
    font-size: 18px;
    color: #3b3f5c;
    font-weight: 600;
}

.error404 {
    height: 100%;
}

.error404 .error-img {
    max-width: 300px;
}

.error404 td.text-center.tbl-data-found {
    background-color: none;
}

.tbl-data-found {
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
}

.nodata-content {
    padding: 20px 0px;
    margin: 0;
    background-color: #ffffff;
}

.nodata-content .mini-text {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--main-color-two);
}

.nodata-content .img-cartoon {
    width: 170px;
    height: 170px;
}

.nodata-content .nodata-number {
    font-size: 70px;
    color: var(--main-color-two);
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
    text-shadow: 0px 5px 4px rgba(31, 45, 61, 0.10196078431372549);
}

.nodata-content .nodata-text {
    font-size: 18px;
    color: #3b3f5c;
    font-weight: 600;
}

.nodata-content img.nodata-img {
    max-width: 250px;
}

.nodata-content a.btn.btn-primary.none-link {
    display: none;
}

.btn-group.btn-group-highlight .btn.btn-primary {
    opacity: 0.7;
}
.btn-group.btn-group-highlight .btn.btn-primary.active {
    opacity: 1;
}

.dropdown.img-dropdown {
    display: inline-block;
}

.dropdown.img-dropdown a:hover~.img-popover-content, .dropdown.img-dropdown:hover .img-popover-content {
    display: block;
    transform: translate3d(-152px, -37px, 0px);
    position: absolute;
    top: 0px;
    left: 0px;
}

.dropdown.img-dropdown.dropright a:hover~.img-popover-content, .dropdown.img-dropdown.dropright:hover .img-popover-content {
    display: block;
    transform: translate3d(24px, -37px, 0px);
    position: absolute;
    top: 37px;
    left: auto !important;
}
.dropdown.img-dropdown a:after {
    display: none;
}
.dropdown.img-dropdown a .img-thumbnail {
    width: 25px;
    height: 25px;
}
.img-dropdown .img-popover-content img {
    width: 150px !important;
    height: auto !important;
    max-height: 250px;
}

.masonry-widget { /* Masonry container */
    -webkit-column-count: 4;
  	-moz-column-count:4;
  	column-count: 4;
   	margin: 0;
    padding: 0;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}
.masonry-widget .masonry-widget-item {
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.masonry-widget .masonry-widget-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.masonry-widget .masonry-widget-item ul li {
    display: block;
}
.masonry-widget .masonry-widget-item ul li a {
    list-style-type: circle;
    display: block;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
}
@media only screen and (max-width: 320px) {
    .masonry-widget {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry-widget {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry-widget {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry-widget {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
@media (min-width: 1680px) {}

@media (min-width:1441px) {
    .col-exl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-exl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-exl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-exl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-exl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-exl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-exl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-exl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-exl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-exl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-exl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-exl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-exl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-exl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-exl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-exl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-exl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-exl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-exl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-exl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-exl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-exl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-exl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-exl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-exl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-exl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-exl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-exl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-exl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-exl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-exl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-exl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-exl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-exl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-exl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-exl-0 {
        margin-left: 0
    }
    .offset-exl-1 {
        margin-left: 8.333333%
    }
    .offset-exl-2 {
        margin-left: 16.666667%
    }
    .offset-exl-3 {
        margin-left: 25%
    }
    .offset-exl-4 {
        margin-left: 33.333333%
    }
    .offset-exl-5 {
        margin-left: 41.666667%
    }
    .offset-exl-6 {
        margin-left: 50%
    }
    .offset-exl-7 {
        margin-left: 58.333333%
    }
    .offset-exl-8 {
        margin-left: 66.666667%
    }
    .offset-exl-9 {
        margin-left: 75%
    }
    .offset-exl-10 {
        margin-left: 83.333333%
    }
    .offset-exl-11 {
        margin-left: 91.666667%
    }
    .mt-exl-0 {
        margin-top: 0 !important;
    }
    .mb-exl-0 {
        margin-bottom: 0 !important;
    }
    div#rightSidebar,
    div#rightSidebarSecondory {
        width: 1400px !important;
        right: -100vw;
        /* right: -1410px; */
    }
    div#rightSidebar.full-sidebar,
    div#rightSidebarSecondory.full-sidebar {
        width: calc(100% - 60px) !important;
        right: -100vw;
    }
    div#rightSidebar.full-sidebar.active-right-sidebar,
    div#rightSidebarSecondory.full-sidebar.active-right-sidebar {
        right: 0 !important;
    }
    
    .masonry-widget {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1580px) {}

@media (max-width: 1440px) {
    .small-box {
        height: 50px !important;
    }
    .approvalbox-text {
        font-size: 11px !important;
    }
    .content-top-services b,
    .content-package-services b {
        font-size: 14px;
    }
    .service-provider-content li a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .theme-content .theme-btns .btn-theme-block {
        width: 12.5%;
    }
}

@media (max-width: 1024px) {
    body.sidebar-noneoverflow .tooltip-for-sidebar {
        display: none !important;
    }
}

@media (min-width: 992px) {
    div#rightSidebarPart {
        display: none;
    }
    div#rightSidebar.md-sidebar,
    div#rightSidebarSecondory.md-sidebar {
        max-width: 930px !important;
        width: 930px !important;
    }
    .sidebar-closed>.sidebar-wrapper {
        width: 60px;
        position: absolute;
        position: fixed;
        top: 0;
        padding-top: 80px;
        z-index: 1023;
        height: auto;
        min-height: 100vh;
        height: 100vh;
    }
    .sidebar-closed>.sidebar-wrapper:hover {
        width: 280px;
    }
    .sidebar-closed>.sidebar-wrapper #sidebar ul.menu-categories ul.submenu {
        display: block;
        height: 0;
        overflow: hidden;
        width: 100%;
        left: 0 !important;
        width: calc(280px - 20px);
        /* max-height: 300px; */
        overflow: auto;
        background-color: #fafafa;
        background-color: #f7fafd;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        border-radius: 4px;
        scrollbar-width: thin;
        scrollbar-color: var(--main-color-one) var(--main-color-tranparent);
    }
    .sidebar-closed>.sidebar-wrapper #sidebar ul.menu-categories ul.submenu::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }
    .sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories ul.submenu.show,
    .sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories li.menu a[aria-expanded="true"]~ul.submenu {
        display: block;
        min-height: 100%;
        height: auto;
    }
    .sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>a span {
        display: inline-block;
    }
    .sidebar-wrapper:after {
        content: "";
        position: fixed;
        top: 80px;
        right: auto;
        bottom: 0;
        left: 0;
        width: 280px;
        background: #fff;
        z-index: -2;
        border-right: 1px solid #e0e6ed;
        -webkit-transition: all .550s;
        -o-transition: all .550s;
        transition: all .550s;
    }
    .sidebar-closed>.sidebar-wrapper:after {
        width: 60px;
        top: 0;
        opacity: 0;
    }
    .sidebar-closed.sbar-open #sidebar ul.menu-categories {
        height: inherit !important;
        background-color: #ffffff;
        overflow: visible;
        padding: 10px 0 30px 0;
        height: calc(100vh - 82px)!important;
        overflow: auto !important;
    }
    #sidebar ul.menu-categories {
        height: 100vh !important;
    }
    .sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories {
        /* height: calc(100vh - 282px)!important; */
        /* overflow: visible; */
        outline: none;
    }
    #sidebar ul.menu-categories li.menu.collapse,
    #sidebar ul.menu-categories li.menu.collapsing {
        display: list-item !important;
        height: auto !important;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu {
        margin: 1px 0;
        padding: 0 10px;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu:hover ul.submenu {
        left: 53px;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu:hover>.dropdown-toggle {
        background: var(--main-color-one);
        color: var(--white-color);
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
        background: var(--main-color-two);
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu:hover>.dropdown-toggle svg,
    .sidebar-closed #sidebar ul.menu-categories li.menu:hover>.dropdown-toggle i {
        color: #fff;
        fill: #fff;
    }
    .sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories li.menu:hover>.dropdown-toggle svg,
    .sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories li.menu:hover>.dropdown-toggle i {
        margin-right: 6px;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu {
        position: relative;
        overflow: visible;
        overflow: hidden;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu>a {
        min-width: 33px;
        min-width: 35px;
    }
    /* .sidebar-closed #sidebar ul.menu-categories li.menu ul.submenu {
        display: block;
        position: absolute;
        left: -300px;
        opacity: 1;
        background: #fff;
        top: 0;
        width: 250px;
        max-height: 250px;
        transition: all 0.35s;
        z-index: -1;
        -webkit-box-shadow: 0 0 10px #f0f0f0;
        box-shadow: 0 0 10px #f0f0f0;
        border-left: 1px solid #e0e6ed;
        overflow: auto;
        border-radius: 0 8px 8px 8px;
        position: fixed;
        top: 80px;
        max-height: calc(100% - 80px);
        height: calc(100% - 80px);
        padding-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: var(--main-color-one) var(--main-color-tranparent);
    } */
    .sidebar-closed #sidebar ul.menu-categories li.menu ul.submenu li a {
        padding: 5px 15px 5px 15px;
        padding: 7px 15px 7px 38px;
        cursor: pointer;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu ul.submenu li a:before {
        left: 15px;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu ul.submenu li:nth-child(1) {
        /* border-bottom: 1px solid var(--main-color-two); */
        outline: none;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu ul.submenu li:nth-child(1) a {
        font-weight: 600;
    }
    .widget .widget-content .widget-scroll {
        overflow: auto;
    }
    .widget .widget-content .widget-scroll .widget-width {
        min-width: 610px;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu>a[data-toggle="collapse"] {
        overflow: visible;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu>a span {
        display: none;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu>a .sub-icon {
        /* display: none; */
        opacity: 0;
    }
    .sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>a .sub-icon {
        opacity: 1;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu>a .sub-icon i {
        font-size: 14px;
        margin-right: 5px !important;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu>a[data-toggle="collapse"]:after {
        content: "";
        position: absolute;
        top: 0;
        right: -8px;
        right: -16px;
        bottom: 0;
        left: auto;
        border: 9px solid transparent;
        margin: auto;
        width: 18px;
        height: 18px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display: block !important;
        display: none !important;
    }
    .sidebar-closed #sidebar ul.menu-categories li.menu:hover>a[data-toggle="collapse"]:after {
        border-left: 9px solid var(--main-color-one);
    }
    .img-trash {
        border-right: 1px solid #dee4eb;
    }
    .sidebar-closed>#content .footer-fixed {
        width: calc(100% - 60px);
        left: 60px;
    }
}

@media (max-width: 991px) {
    div#rightSidebar,
    div#rightSidebarSecondory {
        width: 100% !important;
        top: 0 !important;
    }
    .theme-content .theme-btns .btn-theme-block {
        width: 16.6666%;
    }
    div#rightSidebarPart {
        position: fixed;
        top: 00px;
        right: -100vw;
        bottom: 0;
        left: auto;
        z-index: 1999;
        background: var(--white-color);
        margin: 0 !important;
        padding: 15px 20px 10px 20px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        width: 100% !important;
        overflow: auto;
    }
    div#rightSidebarPart.active-right-sidebar {
        right: 0;
    }
    .sidebar-wrapper .profile-info figure {
        height: 50px;
    }
    .sidebar-wrapper .profile-info .user-info img {
        top: 7px;
        height: 80px;
        width: 80px;
        margin-left: 15px;
    }
    .sidebar-wrapper .profile-info .user-info {
        padding: 0px 0 0 0;
        height: 70px;
        margin-top: -23px;
        text-align: left;
        padding-left: 110px;
    }
    .sidebar-wrapper .profile-info .user-info h6 {
        margin-bottom: 5px;
    }
    .img-trash img.w-100 {
        max-width: 100px;
    }
}

@media (min-width: 768px) {
    /* div#rightSidebar.sm-sidebar, div#rightSidebarSecondory.sm-sidebar {
        max-width: 450px !important;
        width: 450px !important;
    } */
    div#rightSidebar.sm-sidebar,
    div#rightSidebarSecondory.sm-sidebar {
        max-width: auto !important;
        width: auto !important;
    }
    div#rightSidebar.small-sidebar, 
    div#rightSidebarSecondory.small-sidebar {
        max-width: 450px !important;
        width: 450px !important;
    }
    .que-label-100 {
        max-width: 100px;
    }
    .que-label {
        max-width: 150px;
    }
    .que-label-160 {
        max-width: 160px;
    }
    .que-label-170 {
        max-width: 170px;
    }
    .que-label-175 {
        max-width: 175px;
    }
    .que-label-180 {
        max-width: 180px;
    }
    .que-label-190 {
        max-width: 190px;
    }
    .que-label-200 {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .theme-content .theme-btns .btn-theme-block {
        width: 20%;
    }
    .navbar-expand-sm .navbar-item .nav-link {
        padding: 6px 8px;
        margin-right: 0px;
        display: inline-block;
    }
}

@media only screen and (min-width: 576px) {
    .que-label-100 {
        max-width: 100px;
    }
    .que-label {
        max-width: 150px;
    }
    .que-label-160 {
        max-width: 150px;
    }
    .que-label-170 {
        max-width: 150px;
    }
    .que-label-175 {
        max-width: 155px;
    }
    .que-label-180 {
        max-width: 150px;
    }
    .que-label-190 {
        max-width: 150px;
    }
    .que-label-200 {
        max-width: 250px;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        width: 90%;
        margin: 1.75rem auto;
    }
    .theme-content .theme-btns .btn-theme-block {
        width: 25%;
    }
    .navbar-expand-sm .navbar-item .nav-page-name {
        display: none;
    }
    .nav-tabs .nav-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .theme-content .theme-btns .btn-theme-block {
        width: 33.3333%;
    }
}

:not(:root):fullscreen::backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: var(--body-bg);
}

:not(:root):fullscreen::backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: var(--body-bg);
}

.sidebar-closed.sbar-open #sidebar ul.menu-categories {
    scrollbar-width: thin;
    scrollbar-color: var(--main-color-one) var(--main-color-tranparent);
}

.sidebar-closed.sbar-open #sidebar ul.menu-categories::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color-one) var(--main-color-tranparent);
}

::-webkit-scrollbar-track {
    background-color: var(--main-color-tranparent);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--main-color-one);
}

label.error {
    color: #f00 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    margin: 5px 0 0 0;
    display: block;
    float: left;
    width: 100%;
    order: 4;
}

.input-group>.form-control.error:not(:last-child) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


/*CHECKBOX & RADIOBUTTON*/

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    margin-right: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 2px;
    font-size: 12px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    font-family: "Font Awesome 5 Pro";
    line-height: 15px;
    content: "\f00c";
    font-weight: 900;
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    /*  background-color: #eeeeee;*/
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    border: 3px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: all 0.4s ease;
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.clsuserrights .checkbox label {
    color: #fff !important;
}

.table.table-bordered thead th .checkbox label {
    color: #333 !important;
}

.clsuserrights table tbody .checkbox label {
    color: #333 !important;
}


/* Kode Alert */

.kode-alert {
    color: #fff;
    position: relative;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 10px;
    padding: 12px;
    padding-right: 30px;
}

.kode-alert a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

.kode-alert h4 {
    font-size: 14px;
    margin: 0;
    color: inherit;
    font-weight: 600;
    line-height: normal;
}

.kode-alert .img {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 3px;
    left: 12px;
    top: 12px;
}

.kode-alert-img {
    padding-left: 65px;
    min-height: 64px;
}

.kode-alert-icon {
    padding-left: 40px;
}

.kode-alert-icon .fa {
    display: block;
    width: 20px;
    text-align: center;
    position: absolute;
    font-size: 15px;
    left: 12px;
    top: 17px;
}

.kode-alert .closed {
    position: absolute;
    right: 3px;
    text-decoration: none;
    font-weight: bold;
    top: 0px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 4px;
}

.kode-alert .closed:hover {
    color: #fff;
}

.kode-alert-click {
    cursor: pointer;
    padding-right: 12px;
}

.kode-alert .primary {
    outline: 0;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: inherit;
    border-radius: 3px;
    padding: 4px 10px;
}

.kode-alert .cancel {
    outline: 0;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    padding: 4px 10px;
}

.kode-alert .primary:hover,
.kode-alert .cancel:hover {
    opacity: 0.9;
}

.kode-alert-top,
.kode-alert-bottom,
.kode-alert-top-left,
.kode-alert-top-right,
.kode-alert-bottom-left,
.kode-alert-bottom-right,
.kode-alert-fullscreen {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    display: none;
    z-index: 1000;
}

.kode-alert-top {
    top: 0;
    left: 0;
    right: 0;
}

.kode-alert-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.kode-alert-top-left {
    top: 80px;
    left: 20px;
}

.kode-alert-top-right {
    top: 80px;
    right: 20px;
}

.kode-alert-bottom-left {
    bottom: 20px;
    left: 20px;
}

.kode-alert-bottom-right {
    bottom: 20px;
    right: 20px;
}

.kode-alert-fullsize {
    top: 50%;
    left: 50%;
    margin: -20px;
}

.alert1 {
    background: #399bff;
}

.alert2 {
    background: #33577b;
}

.alert3 {
    background: #26a65b;
}

.alert4 {
    background: #51b7a3;
}

.alert5 {
    background: #f39c12;
}

.alert6 {
    background: #ef4836;
}

.alert7 {
    background: #9a80b9;
}

.alert8 {
    background: #a2ded0;
    color: #444;
}

.alert8 .closed {
    color: inherit;
}

.alert8 a:hover.closed {
    color: inherit;
}

.alert9 {
    background: #d2527f;
}

.alert10 {
    background: #c78568;
}

.alert11 {
    background: #e99844;
}

.alert1-light {
    background: #d2e8ff;
    color: #00356c;
}

.alert2-light {
    background: #7ea3c9;
    color: #152433;
}

.alert3-light {
    background: #83e3aa;
    color: #13532e;
}

.alert4-light {
    background: #bde4dc;
    color: #2f7365;
}

.alert5-light {
    background: #fad9a4;
    color: #976008;
}

.alert6-light {
    background: #fac9c4;
    color: #b11e0e;
}

.alert7-light {
    background: #e8e3ef;
    color: #674b88;
}

.alert8-light {
    background: #edf9f6;
    color: #2f8571;
}

.alert9-light {
    background: #f2cbd9;
    color: #97274e;
}

.alert10-light {
    background: #f0dfd8;
    color: #935336;
}

.alert11-light {
    background: #f9e3cd;
    color: #b26515;
}

.alert1-light .closed,
.alert2-light .closed,
.alert3-light .closed,
.alert4-light .closed,
.alert5-light .closed,
.alert6-light .closed,
.alert7-light .closed,
.alert8-light .closed,
.alert9-light .closed,
.alert10-light .closed,
.alert11-light .closed {
    color: inherit;
    opacity: 0.6;
}

.alert1-light .closed:hover {
    color: inherit;
    opacity: 0.8;
}


/***************************USER HIERARCHY**************************************/

.bg-teal {
    background-color: var(--main-color-two) !important;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    height: 60px;
}

.small-box>.inner {
    padding: 0px 10px;
    display: inline;
    vertical-align: middle;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: #bb2826;
    text-decoration: none;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
    padding-top: 7px;
    text-align: center;
}

.small-box p {
    font-size: 15px;
    text-align: left;
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5px;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.55);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 55px;
}

.topstats li {
    margin: 10px 0 0px 0;
}

.view-data-details label {
    font-size: 14px;
    margin: 0;
}

.text-dot-right label {
    width: 100%;
    display: flex;
}

.text-dot-right label span {
    margin-left: auto;
}

.input-group.label-edit .form-control {
    padding: 3px 7px;
    height: 30px;
    margin: 0 0 7px 0;
    border-radius: 6px;
    font-size: 14px;
}

.input-group.label-edit .form-control.bootstrap-select {
    padding: 0;
}

.input-group.label-edit .form-control.bootstrap-select button.dropdown-toggle {
    margin: 0;
    height: 30px;
    padding: 3px 7px;
    border-radius: 6px;
}

.word-break {
    word-break: break-all;
}

a.btn-data-details {
    color: var(--main-color-two);
}

a.btn-data-details.active {
    color: var(--success);
}

a.btn-data-details.active i:before {
    content: "\f00c";
}

.view-border~.view-border {
    border-top: 1px solid #e0e6ed;
    margin-top: 5px;
    padding-top: 5px;
}

.widget-view .widget-control ul li a.collapsed~.btn-data-details {
    display: none;
}

.view-data-img .view-data-block {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}

.view-data-details .view-data-details-header h4 {
    font-size: 14px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .text-dot-right label span {
        margin-left: 0;
    }
}

.item.selectusrtype {
    background-color: #26A65B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    left: auto;
    position: absolute;
    text-align: center;
    top: 5px;
    left: 5px;
    width: 30px;
    z-index: 99;
    padding: 1px 0px;
    height: 30px;
    border-radius: 50%;
}

#successalert p {
    color: #ffffff !important;
    font-weight: bold;
}

#erroralert p {
    color: #ffffff !important;
    font-weight: bold;
}

.hidden {
    display: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--main-color-one) !important;
    background-color: #ffffff !important;
    border-color: var(--main-color-one) !important;
}

.page-item.active .page-link:hover {
    color: #ffffff !important;
    background-color: var(--main-color-one) !important;
    border-color: var(--main-color-one) !important;
}

.page-item.iscurrent .page-link {
    z-index: 3;
    color: #ffffff !important;
    background-color: var(--main-color-two) !important;
    border-color: var(--main-color-two) !important;
}


/* .table-draggable tbody tr td a
{
    color: #0037ff !important;
    font-family: 600;
} */

.hide {
    display: none !important;
}

.percent {
    color: green;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: none !important;
    background-color: #ffffff !important;
    box-shadow: none;
}

.mt-10 {
    margin-top: 10px !important;
}

.personataDiv .widget-content .widget {
    padding: 8px !important;
}

.personataDiv .widget-content .widget h5 {
    font-size: 15px !important;
}

.fc-time {
    display: none !important;
}

.fc-day-grid-event .fc-content:before {
    display: none !important;
}

.labels .label.label-purple:before {
    background: #9a80b9;
}

.labels .label.label-green:before {
    background: #a3ded0;
}

.labels .label.label-yellow:before {
    background: #c1af5f;
}

.labels .label.label-pink:before {
    background: #ff6b89;
}

.ui-widget-content {
    background: #ffffff;
    z-index: 2020 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--main-color-two);
    color: #FFFFFF;
}

.ui-datepicker-today a {
    background: var(--main-color-two) !important;
    color: #FFFFFF !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
    background: #f1f2f3;
    color: var(--main-color-one);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: var(--main-color-tranparent);
    font-weight: bold;
    color: var(--main-color-two);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: var(--main-color-tranparent-two);
    font-weight: bold;
    color: #FFFFFF;
}

.ui-widget-header {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: var(--main-color-two);
    font-weight: bold;
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header a {
    color: var(--main-color-two);
}


/*tag input css */


/* surrounding tag container */

.tag-editor {
    list-style-type: none;
    padding: 0 5px 0 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #bdc4c9;
    cursor: text;
    font: normal 14px sans-serif;
    color: #555;
    background: #fff;
    line-height: 20px;
}


/* core styles usually need no change */

.tag-editor li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 3px 0;
}

.tag-editor div {
    float: left;
    padding: 0 4px;
}

.tag-editor .placeholder {
    padding: 0 8px;
    color: #bbb;
}

.tag-editor .tag-editor-spacer {
    padding: 0;
    width: 8px;
    overflow: hidden;
    color: transparent;
    background: none;
}

.tag-editor input {
    vertical-align: inherit;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: text;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    box-shadow: none;
    background: none;
    color: #444;
}


/* hide original input field or textarea visually to allow tab navigation */

.tag-editor-hidden-src {
    position: absolute !important;
    left: -99999px;
}


/* hide IE10 "clear field" X */

.tag-editor ::-ms-clear {
    display: none;
}


/* tag style */

.tag-editor .tag-editor-tag {
    padding-left: 5px;
    color: #ffffff;
    background: var(--main-color-two);
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
}


/* delete icon */

.tag-editor .tag-editor-delete {
    background: var(--main-color-two);
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    padding-left: 3px;
    padding-right: 4px;
}

.tag-editor .tag-editor-delete i {
    line-height: 18px;
    display: inline-block;
}

.tag-editor .tag-editor-delete i:before {
    font-size: 16px;
    color: #ffffff;
    content: "×";
    font-style: normal;
}

.tag-editor .tag-editor-delete:hover i:before {
    color: #d65454;
}

.tag-editor .tag-editor-tag.active+.tag-editor-delete,
.tag-editor .tag-editor-tag.active+.tag-editor-delete i {
    visibility: hidden;
    cursor: text;
}

.tag-editor .tag-editor-tag.active {
    background: none !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="false"]~ul.collapse {
    display: none !important;
}

.table-striped tbody tr.danger {
    background-color: #f2dede !important;
}

.table-striped tbody tr.danger:hover {
    background-color: #ebcccc !important;
}

.table-striped tbody tr.warning {
    background-color: #fcf8e3 !important;
}

.table-striped tbody tr.warning:hover {
    background-color: #faf2cc !important;
}

.detail_loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #3d464d;
    opacity: 0.5;
}

.detail_loading img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    margin: -20px;
}

.highlight {
    color: #f00 !important;
    font-weight: 600 !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.approvalbox-text {
    color: #fff;
    padding: 20px !important;
    font-size: 15px !important;
}

.noti-sidebar.active {
    right: 0;
}

.noti-sidebar {
    position: fixed;
    top: 80px;
    right: -501px;
    bottom: 0;
    left: auto;
    z-index: 999;
    background: var(--white-color);
    margin: 0 !important;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 500px !important;
    max-width: 100%;
    height: calc(100% - 80px) !important;
    border: none;
    border-left: 1px solid #e0e6ed;
}

.noti-sidebar .notification-list {
    overflow: auto;
    height: calc(100vh - 170px) !important;
    padding: 0;
}

.noti-sidebar .notification-list .notification-item {
    display: flex !important;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px 15px 0;
    margin-bottom: 20px;
    position: relative;
}

.noti-sidebar .notification-list .notification-item:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #25d5e4;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 5px;
    transform: translateY(-50%);
}

.noti-sidebar .notification-list .notification-item.read:after {
    display: none;
}

.noti-sidebar .notification-list .notification-item .avatar-img {
    width: 50px;
    text-align: left;
}

.noti-sidebar .notification-list .notification-item .avatar-img span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    background-color: var(--main-color-one);
    color: #fff;
}

.noti-sidebar .notification-list .notification-item .notification-text {
    width: calc(100% - 50px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.noti-sidebar .notification-list .notification-item .notification-text .updated-time {
    display: block;
}

.new-task-img {
    position: absolute;
    width: 50px;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: auto;
}

.noti-sidebar .notification-list .notification-inner-title {
    text-align: left;
}

.noti-sidebar .notification-list .notification-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.noti-sidebar .notification-list li.no-notification {
    text-align: center;
}

.noti-sidebar .notification-list li.no-notification h5 {
    font-size: 20px;
    color: var(--main-color-one);
}


/* List with Title */

.list-w-title {
    margin: 0px -30px;
    list-style: none;
    padding: 0;
    overflow: auto;
    height: 100vh !important;
    max-height: calc(100vh - 260px) !important;
}

.list-w-title .label {
    /* font-family: 'Work Sans', sans-serif; */
    font-size: 11px;
}

.label-success {
    background: #26a65b;
}

.list-w-title .date {
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    color: #76757B;
    top: 5px;
    right: 10px;
    bottom: auto;
    left: auto;
    padding: 1px 5px;
    border-radius: 3px;
}

.list-w-title a {
    display: block;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
    color: #7A8189;
}

.list-w-title h5,
.list-w-title h6 {
    margin: 5px 0;
    font-size: 13px;
    /* font-family: 'Work Sans', sans-serif; */
}

.noti-tast-pending {
    position: absolute;
    color: #FFF;
    background-color: #ef4836;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 3px;
    top: auto;
    right: 10px;
    bottom: 5px;
    left: auto;
}


/* General Sidepanel Title */

@media (max-width: 1440px) {
    .small-box {
        height: 50px !important;
    }
    .approvalbox-text {
        font-size: 11px !important;
    }
}

.jOrgChart .btnshow {
    padding: 1px 6px !important;
}



.btn-custom-control {
    background: #fafafa;
    display: inline-block;
    display: flex;
    border-radius: 50px;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
    padding: 3px 4px;
}

.btn-custom-control .custom-control {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto;
}

.btn-custom-control .custom-control .custom-control-label:before, .btn-custom-control .custom-control .custom-control-label:after {
    display: none;
}

.btn-custom-control .custom-control .custom-control-label {
    padding: 4px 9px;
    font-size: 14px;
    line-height: 1.1;
    border-radius: 40px;
    background: transparent;
    display: block;
    font-weight: 500;
}

.btn-custom-control .custom-control input:checked ~ .custom-control-label {
    background: var(--main-color-one);
    color: #FFF;
}
.btn-custom-control.btn-custom-sm .custom-control .custom-control-label {
    padding: 2px 7px;
    line-height: 16px;
    border-radius: 40px;
    background: transparent;
    display: block;
    font-size: 14px;
}

.mb-10
{
    margin-bottom: 10px !important;
}
.mt-28
{
    margin-top: 28px !important;
}

.dtp-buttons button.btn.btn-flat:empty {
    display: none;
}
.dtp-buttons button.dtp-btn-now {
    color: var(--main-color-two) !important;
    float: left;
    padding-left: 0;
    font-weight: bold;
    pointer-events: none;
    background-color: transparent !important;
    box-shadow: none;
    font-size: 12px;
}

