:root {
    --primary-color:#0d6efd !important;
    --secondary-color: #162b75 !important;
    --border-color: #adb5bd !important;
    --black: #271c37 !important;
    --theme-color:#f6921e !important;
    --border-color:#dee2e6 !important;
    --text-gray: #555456 !important;
    --th-weight: 700;
  }
  body {
    font-size: 12px;
    color: #000;
    letter-spacing: .5px;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}
.modal{
    --bs-modal-header-padding: .6rem 1rem;
}
.pagination{
    --bs-pagination-font-size: 0.75rem;
}
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        --bs-modal-width: 900px;
    }
}

.administration-page .accordion-body{
    padding: 5px 15px !important;
}
.administration-page .accordion-body ol{
    line-height: 23px;
    margin-bottom: 0px;
}
.administration-page .accordion-body ol li a{
    font-size: 13px;
    text-decoration: none;
}
.author-name span {
    color: var(--theme-color);
    font-size: 16px;
}
.small-text{
    font-size: 10px !important;
}
/* Login */

.main-login-form {
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.login-form {
    width: 400px !important;
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 3px 0px #0000004f;
    margin-top: 2px;
    text-align: left;
}
.w-100px{
    width: 100px;
}
.login-header {
    background: var(--theme-color);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}
.w-85px{
    width: 85px;
}
.login-form .form-content{
    padding: 30px 40px;
}
.remeber-me-block a{
    color:var(--theme-color);
}
.login-btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background: var(--theme-color);
    border-color: var(--theme-color);
    height: 35px;
    line-height: 22px;
    font-size: 15px;
    color: #fff !important;
}
.login-btn:hover{
    border:1px solid var(--theme-color);
    color:  var(--theme-color) !important;
}
.login-btn:hover{
    background: #fff;
    color:var(--theme-color);
}
.remeber-me-block label {
    font-weight: 500 !important;
    margin-left: 7px;
    margin-bottom: 0px !important;
}
.form-group.text-center.captcha p{
    font-size: 13px;
    margin-bottom: 0px;
}
.administration-page .administration_accordion_body{
    height: 130px;
    overflow: auto;
}
.table-title {
    background: aliceblue;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid var(--border-color);
}
.form-group.text-center.captcha a{
    color:var(--theme-color);
}
.form-control {
    height: 33px;
}
.pending-task{
    background: rgba(220, 53, 69, .1);
}
.modal .accordian-form-view .single-block {
    width: 50%;
    margin-bottom: 10px;
}
.modal .accordian-form-view {
    padding: 0px 0px 0px 0px;
}
.modal .accordian-form-view .left-side{
    margin-bottom: 0px;
}
.modal .accordian-form-view .right-side{
    margin-bottom: 0px;
}
.captcha-value input {
    text-align: center;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    font-size: 18px;
    color: white;
    font-size: 18px;
    -webkit-text-stroke: 1px #00000078;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    height: 32px !important;
}


.top-header{
    padding: 5px 0 5px;
    background: var(--theme-color);
    position: sticky;
    top: 0;
    z-index: 999;
}
.top-header .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-header .header-right button.header-button {
    border: 1px solid var(--border-color);
    background: rgb(95 0 225 / 5%);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    margin: 0px 5px;
}
.no-recent-notification{
    padding: 10px 15px;
}
.top-header .header-right button.header-button::after {
    display: none;
}
.top-header .col-10 {
    align-items: center;
    display: flex;
    justify-content: end;
}
.top-header .header-right .dropdown-menu {
    width: 350px;
    padding: 0px 0px 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 5px !important;
    right: 0;
    position: absolute;
    transform: translate3d(0px, 60px, 0px);
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
}
.top-header .header-right button.header-button span {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #222222;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3px;
    right: -6px;
    font-size: 9px;
    font-weight: 500;
    line-height: 1px;
}
.top-header .header-right .profile-box .profile-info .info .image {
    border: 2px solid var(--border-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
}
.top-header .header-right .profile-box .profile-info {
    margin: 0 5px;
}
.top-header .header-right .profile-box .profile-info .info {
    display: block;
    align-items: center;
}
.top-header .header-right .profile-box .profile-info .info .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.top-header .header-right .profile-box .profile-info .info .image .status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    background: var(--bs-success);
    position: absolute;
    bottom: -2px;
    right: 0;
    top: auto;
}
.top-header .header-right .profile-box .dropdown-menu li {
    border-bottom: none;
    padding: 3px 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 2;
}
.top-header .header-right .profile-box .dropdown-menu li a {
    font-size: 14px;
    align-items: center;
    padding: 8px 12px;
    display: flex;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    text-decoration: none;
}
.top-header .header-right .profile-box .dropdown-menu li a i {
    margin-right: 15px;
    font-weight: 700;
}
.top-header .header-right .profile-box .dropdown-menu {
    width: 200px;
}
.top-header .header-right .profile-box .dropdown-menu h6{
    padding: 8px 12px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--border-color);
}
.searchOrder-card{
    padding: 15px !important;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
form .form-label, form label, form .form-check-label {
    font-weight: 600;
    font-size: 12px;
    color: var(--black);
    margin-bottom: 5px;
}
.form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    cursor: pointer;
}
.form-control, .form-check-input {
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}
.theme-btn{
    background: var(--theme-color);
    color: #fff;
    min-width: 80px;
    border-radius: 4px;
    border: 1px solid var(--theme-color);
    margin-left: 0px;
    border-width: 1px;
    font-size: 13px;
    font-weight: 500;
}
.theme-outline-btn{
    color: var(--theme-color);
    border-color: var(--theme-color);
    min-width: 80px;
    border-radius: 4px;
    font-size: 13px;
    border-width: 1px;
    font-weight: 500;
}
.theme-outline-btn:hover{
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color); 
}
.theme-btn:hover{
    border-color: var(--theme-color); 
    background: #fff;
    color: var(--theme-color); 
}
.top-header .navbar-logo {
    background: #fff;
    width: 13%;
    /* border-radius: 50%; */
    position: absolute;
    padding: 0px 5px 0px 5px;
}

/*====================
  * End Header
*/

/*====================
  * Menu
*/

.sidebar-nav-wrapper {
    background: #fff;
    width: 100%;
    padding: 0px 0px;
    height: 35px;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.sidebar-nav-wrapper .sidebar-nav {
    padding-right: 0px;
    width: 100% !important;
    position: relative;
    top: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    border-right: 1px solid var(--border-color);
     height: 100%;
}
.sidebar-nav .top-menu-list {
    justify-content: space-around;
    display: flex;
    margin: 0px;
    padding: 0px 0px 0px 140px;
    margin-right: 20px;
    list-style: none;
}
.left-side-hamburger-button {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    display: none;
}
.sidebar-nav-wrapper .sidebar-nav .main-btn {
    border: 1px solid var(--primary-color);
    padding: 6px 12px;
    font-size: 14px;
    margin-left: 16px;
    transition: 1.0s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-bottom: 8px;
    margin-top: 8px;
    display: none;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 1px 0px 1px 0px;
    border: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid transparent;
    font-family: Roboto, sans-serif;
    height: 35px;
    background: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 41px;
    text-decoration: none;
    overflow: hidden;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background: var(--purple);
    border-radius: 0 3px 3px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.nav-item .icon img {
    width: 20px;
    vertical-align: text-top;
}
.sidebar-nav-wrapper .nav-item .text {
    display: block;
    margin-left: 3px;
}
.active-class {
    border-color: var(--theme-color) !important;
    color:var(--theme-color) !important;
    border-bottom: 3px solid var(--theme-color);
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul {
    padding: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(15,34,58,.15);
    margin-top: 2px;
    width: 200px;
    position: absolute;
    list-style: none;
}
.show {
    display: block !important;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li {
    margin-bottom: 0px;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active, .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: #fff;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background: var(--primary-color);
    border-radius: 0 3px 3px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a {
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    border: none;
    border-left: none;
    border-right: none;
    line-height: 1px;
    height: 35px;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
    margin-left: 14px;
}
.top-header .navbar-logo {
    background: #fff;
    width: 9%;
    position: absolute;
    padding: 0px 5px 0px 5px;
    text-align: center;
}
.navbar-logo img {
    width: 115px;
}

.theme-outline-btn {
    color: var(--theme-color);
    border-color: var(--theme-color);
    min-width: 80px;
    border-radius: 4px;
    font-size: 13px;
    border-width: 1px;
    font-weight: 500;
}
.form-control, .form-check-input {
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}
.form-check-group label{
    font-weight: 500;
    margin-bottom: 0px;
}
.form-check-group {
    margin-right: 15px;
    align-items: center;
    margin-top: 5px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-top: 10px;
    margin-right: 15px;
}
.form-check label{
    font-weight: 500 !important;
}
.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

form .form-label, form label, form .form-check-label {
    font-weight: 600;
    font-size: 12px;
    color: var(--black);
    margin-bottom: 5px;
}
.form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    cursor: pointer;
}
.form-control, .form-check-input {
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}
.theme-outline-btn:hover{
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color); 
}
.theme-btn:hover{
    border-color: var(--theme-color); 
    background: #fff;
    color: var(--theme-color); 
}
.theme-btn {
    background: var(--theme-color);
    color: #fff;
    min-width: 80px;
    border-radius: 4px;
    border: 1px solid var(--theme-color);
    margin-left: 0px;
    border-width: 1px;
    font-size: 13px;
    font-weight: 500;
}
.theme-btn:hover {
    border-color: var(--theme-color);
    background: #fff;
    color: var(--theme-color);
}
.active-class {
    border-color: var(--theme-color) !important;
    color:var(--theme-color) !important;
    border-bottom: 3px solid var(--theme-color);
}
.show {
    display: block !important;
}
.text-primary{
    color: var(--primary-color) !important;
    font-weight: 500;
}
.tab-content{
    text-align: left;
}
.modal-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    width: 810px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.modal-header {
    padding: 8px 15px;
}
.modal-title span {
    font-size: 20px;
    font-weight: 500 !important;
    color: var(--theme-color);
}
.modal-body {
    padding: 10px 15px 5px 15px;
}
.modal-footer {
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
}

.single-page-add-edit-form{
    margin-top: 50px;
}
.single-page-add-edit-form h3{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}
.form-block-title {
    background: aliceblue;
    padding: 8px 10px;
    border-bottom: 1px solid var(--border-color);
}
#no-more-tables table th{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.form-block-body{
    padding: 10px 10px;
}
.single-form-block{
    border: 1px solid var(--border-color);
}

.icon-btn {
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 12px;
    border-radius: 0px;
    padding: 0px 5px;
}
.icon-btn:hover {
    background: #fff;
    color: var(--theme-color);
}
.modal-dialog{
    max-width: 900px;
    width: 900px;
}
.w-5{
    width: 5%;
}
.w-7{
    width: 7%;
}
.w-20{
    width: 20%;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.common-table-list tr td input{
    margin-bottom: 0px !important;
}
.common-table-list table tr td {
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    padding: 5px 7px;
}
.common-table-list table tr td .form-control {
    height: 30px;
}
.common-table-list table tr input[type="checkbox"] {
    display: inline-block;
    margin: 0px;
    line-height: 0px;
    height: 0px;
    vertical-align: middle;
    min-height: 15px;
}
.modal-body .common-table-list table{
    margin: 0px !important;
}
.form-block-body .common-table-list table{
    margin-top: 0px;
}
.form-block-body .common-table-list .table thead {
    background: #fff !important;
}
.btn.row-info-btn{
    padding: 0px;
    font-size: 14px;
    border: none;
}
.btn.row-info-btn:hover, .btn.row-info-btn:focus{
    border: none !important;
}
.text-warning{
    color: var(--theme-color) !important;
}
textarea {
    height: 50px !important;
    min-height: 50px !important;
}


/* Accordion CSS */

.accordion-button {
    background-color: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
    color: var(--black-color) !important;
    text-align: left;
    background-color: aliceblue !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.top-header-card{
    margin-top: 50px;
}
.top-header-card .author-name p{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}
.top-header-card .card {
    padding: 5px 15px;
    border-radius: 2px;
}
.top-header-card .profile-img img{
    width: 100%;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}
.top-header-card .profile-img{
    width: 40px;
    border-radius: 50%;
}
.accordian-breadcrumbs{
    margin-bottom: 5px;
}
.accordion-button.collapsed .accordion-header-title{
    color: var(--black) !important;
    font-size: 14px;
}
.accordion-header-title{
    color: var(--primary-color) !important;
    font-size: 14px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.accordion-body {
    padding: 5px 15px;
    padding: 0px;
}

.accordion-body p{
  margin-bottom: 0px;
  font-size: 13px;
}
.accordian-table-listing .table{
    margin-bottom: 0px !important;
}

.accordian-table-listing.common-table-layout-listing table thead tr{
    border-top-width: 0px;
}
.accordion-button::after{
    display: none;
}
.accordion-button .accordian-header-right-side-btn .icon-btn{
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 14px;
}
.accordian-form-view {
    padding: 10px 15px 10px 15px;
    display: flex;
    flex-wrap: wrap;
}
.accordian-form-view  .single-block{
    width: 25%;
    display: flex;
    margin-bottom: 7px;
}
.accordian-form-view .left-side {
    width: 35%;
    color: rgba(0, 0, 0, .8);
    padding-right: 10px;
    font-weight: 600;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.accordian-form-view .right-side {
    width: 58%;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 5px;
}
.accordian-form-view .colon{
    width: 2%;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* Horizontal Sub Menu */

.horizontal-sub-menu .card-options {
    padding: 0px 0px;
    border-bottom: 1px solid var(--primary-color);
    border-top: 0px solid #e3e4e4;
    display: flex;
    margin-bottom: 0px;
}
.horizontal-sub-menu .card-options a {
    width: 15.5%;
    font-size: 14px;
    color: var(--black-color);
    font-weight: 500;
    text-align: center;
    padding: 7px 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.horizontal-sub-menu .card-options a.active,  .horizontal-sub-menu .card-options a:hover{
    border-bottom: 2px solid var(--primary-color);
    text-decoration: none;
    background: aliceblue;
}
.common-sub-tab {
    margin-bottom: 0px;
    border-bottom: none;
}
.dashboard-activity-buttons{
    text-decoration: none;
    padding: 0px 15px;
    font-size: 14px;
    color:#000;
    background: rgba(220, 53, 69, .5);
}
.pending-activities-buttons{
    display:flex;
}
.dashboard-activity-buttons {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    background: rgba(220, 53, 69, .3);
    border-right: 2px solid #fff;
}
.dashboard-tables tr td .table-row-btn {
    color: var(--theme-color) !important;
   
}
.dashboard-activity-buttons:hover{
    color:#000 !important;
}
.dashboard-activity-buttons sup{
    background: #000;
    color: #fff;
    width: 18px;
    height: 18px;
    top: 86px;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
}
.bg-green {
    background: rgba(13, 194, 109, 0.2);
    display: inline-block;
    text-align: center;
}
.dashboard-activity-buttons sup.breakdowns-sup{
    right:20px !important;
}
.dashboard-activity-buttons sup.pending-activity-sup{
    right:135px !important;
}
.dashboard-activity-buttons:last-child{
    border-right: none !important;
}
.common-sub-tab .nav-link.active, .common-sub-tab .nav-link:hover{
    color: var(--primary-color) !important;
    border-radius: 0px;
    background-color: #fff;
    border-color: var(--primary-color) !important;
    border-bottom: 1px solid var(--primary-color) !important;
}
.accordion{
    padding: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--primary-color) !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sidebar-toggle {
    margin-left: -240px;
}
.accordian-sidebar-menu {
    width: 240px;
    height: 100%;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    border: 1px solid var(--border-color);
}
  .accordian-sidebar-menu #leftside-navigation ul,
  .accordian-sidebar-menu #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
  }
  .accordian-sidebar-menu #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .accordian-sidebar-menu #leftside-navigation ul li.active > a {
    color: #1abc9c;
  }
  .accordian-sidebar-menu #leftside-navigation ul li.active ul {
    display: block;
  }
  .accordian-sidebar-menu #leftside-navigation ul li a {
    color: var(--black);
    text-decoration: none;
    display: block;
    padding: 7px 15px 7px 15px;
    font-size: 12px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
}
  .accordian-sidebar-menu #leftside-navigation ul li a:hover {
    color: var(--primary-color);
  }
  .accordian-sidebar-menu #leftside-navigation ul li a span {
    display: inline-block;
  }
  .accordian-sidebar-menu #leftside-navigation ul li a i{
    margin-right: 10px;
    font-size: 14px;
  }
  .accordian-sidebar-menu #leftside-navigation ul li a i .fa-angle-left,
  .accordian-sidebar-menu #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
  }
  .accordian-sidebar-menu #leftside-navigation ul ul {
    display: none;
  }
  .accordian-sidebar-menu #leftside-navigation ul ul li {
    background: aliceblue;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
  }
  .accordian-sidebar-menu #leftside-navigation ul ul li a {
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: var(--black);
}
.vertical-sub-menu a.active, .vertical-sub-menu a:hover {
  border-bottom: 2px solid var(--primary-color);
  text-decoration: none;
  background: aliceblue;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--border-color);
}  
.accordion-vertical-sub-menus .accordian-breadcrumbs{
    margin-bottom: 5px;
    margin-top: 5px;
}

#gallery {
    padding-top: 40px;
}
#gallery .col-lg-3 {
    flex: 0 0 auto;
    width: 10%;
}
  @media screen and (min-width: 991px) {
    #gallery {
        padding: 0px 15px 15px 15px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }




  /* Dashboard CSS */

  .common-dashboard {
    padding-top: 50px;
    background: #f8f8f8;
}
.dashboard-tabs nav{
    background: #fff;
    padding: 0px 0px;
}
.dashboard-tabs .common-sub-tab .nav-link {
   border: none !important;
   padding: 10px 5px !important;
   font-size: 14px;
   min-width: 130px;
}
 .dashboard-tabs .common-sub-tab .nav-link.active, .dashboard-tabs .common-sub-tab .nav-link:hover{
    color: var(--theme-color) !important;
    border-bottom: 3px solid var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}
.dashboard-tabs .tab-block{
    background: #fff;
}
.dashboard-tables tr td i{
    font-size: 14px !important;
}
.chosen-container {
    margin-bottom: 10px;
}
.dashboard-tabs .tab-content{
   margin-top: 10px;
   background: #f8f8f8;
}
.top-menu-list li a img{
    width: 22px;
}
.dashboard-tables table{
    width: 100%;
}
.dashboard-tables table thead{
    background: aliceblue;
}
.dashboard-tables table tr th, .dashboard-tables table tr td {
    padding: 7px 10px;
    border-color: var(--border-color);
    font-weight: 500;
}
.dashboard-tables .block-title{
    border: 1px solid var(--border-color);
    padding: 7px 10px;
    color: var(--theme-color) !important;
    border-bottom: none;
}
.dashboard-tables .block-title h3{
    font-size: 15px;
    margin-bottom: 0px;
}
.dashboard-tables table tr{
    border-color: var(--border-color);
}
.dashboard-tables{
    background: #fff;
    margin-bottom: 10px;
}
.dashboard-left-side{
    padding-right: 5px;
}
.dashboard-right-side{
    padding-left: 5px;
}
.dashboard-tables tr td a{
    color: var(--black);
    text-decoration:none;
}



/* Folder Tree View CSS */


.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:var(--black);
    font-weight:500;
    position:relative;
    font-size: 16px;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color: var(--black);
    font-size: 14px;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:var(--theme-color);
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.folder-tree-view-block{
    margin-top: 50px;
}

.tree li ul li{
    font-size: 14px;
}

.tree li ul li ul li{
    font-size: 14px;
}
.folder-tree-view-block h5{
    background: aliceblue;
    padding: 5px 10px;
    font-size: 18px;
}


li.branch > i.fa-chevron-down {
    color: var(--theme-color) !important;
}
li.branch > i.fa-chevron-down + a{
    color: var(--theme-color) !important;
}

li.branch:has(i.fa-chevron-down) {
    color: var(--theme-color) !important;
}

@media only screen and (max-width: 700px){
    .doc-td .modal-content {
        width: 100%;
    }
}

.bill-approve-screen{
    margin-top: 45px;
}
.bill-approve-screen .transaction-title{
    background: ghostwhite;
    border-bottom: 1px solid var(--border-color);
    padding: 7px 10px;
}
.bill-approve-screen .transaction-title h3{
    font-size: 14px;
    margin-bottom: 0px;
}
.bill-approve-screen table tr td input[type="checkbox"] {
    display: inline-block;
    line-height: 1px;
    min-height: 15px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.bg-danger{
    border: 1px solid rgb(220,53,69);
}
.bg-danger:hover, .bg-danger:focus, .bg-danger:active{
    color: #fff;
}

.bg-success{
    border: 1px solid rgb(25,135,84);
}
.bg-success:hover, .bg-success:focus, .bg-success:active{
    color: #fff;
}


.bill-approve-screen .bill-image img{
    width: 100%;
}
.bill-approve-screen .bill-image{
    text-align: center;
}
.bill-approve-screen .col-md-12.text-end{
    margin-bottom: 20px;
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
}
.bill-approve-screen label{
    width: 175px;
}


/* Listing CSS */
.customer-listing-block{
    margin-top: 37px;
}
.table-list-title {
    text-align: left;
    font-size: 20px;
}
.tox-notifications-container {
    display: none !important;
    width: 0px !important;
    overflow: hidden !important;
}

.mb-10px{
    margin-bottom: 10px;
}
.tox-statusbar{
    display: none !important;
}
.tox-menubar{
    display: none !important;
}
.tox.tox-tinymce{
    height: 200px !important;
    border: 1px solid var(--border-color) !important;
}
.input-group-text {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid var(--border-color);
    border-radius: 0.375rem;
}
#search-box {
    margin-bottom: 0px;
}
form .form-label, form label, form .form-check-label {
    font-weight: 600;
    color: var(--text-gray);
    margin-bottom: 5px;
}
.modal-dialog{
    max-width: 900px;
    width: 900px;
}
.form-control, .form-check-input {
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}
/* Shrikant: Hide Filepond credits(File Upload) */
.filepond--credits {
    display: none;
  }
  
  .filepond--root {
    /* max-height: 10em; */
    margin-bottom: 0em !important;
  }
  
  .filepond--file-action-button.filepond--file-action-button {
    width: 1.625em !important;
  }
  
  @media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - 0.5em);
    }
  }
  .textarea{
    display: none;
  }
  @media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}
.filepond--panel-root {
    border-radius: 0.5em;
    background-color: #fff !important;
    border: 1px solid var(--bs-gray-500);
}
.btn-filter {
    margin-right: -22px;
}
.customise_bage {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    top: -14px;
    position: relative;
    margin-top: 0px;
    right: 4px;
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
}
.filter-block {
    text-align: left;
}
.filter-block .nav-tabs {
    border-bottom: none;
}
.filter-form {
    border-top-left-radius: 0;
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
    border-radius: 0px;
}
.tab-content {
    text-align: left;
}
.table-responsive {
    overflow-x: unset;
}
.common-table-list .pagination-row {
    margin-top: 10px;
}
.common-table-list .table {
    margin-bottom: 0px;
    table-layout: fixed;
    margin-top: 5px;
}
.table thead {
    background-color: ghostwhite;
}
.common-table-layout-listing .table tr th, .common-table-layout-listing .table tr td {
    padding: 5px 7px ;
    font-size: 13px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.common-table-layout-listing .table tr th a, .common-table-layout-listing .table tr td a{
    text-decoration: none !important;
}
.btn-filter-filter.active {
    border: 1px solid;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    border-color: var(--border-color) !important;
    position: relative;
    z-index: 10;
}
.w-5{
    width: 5%;
}
.w-10{
   width:10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.table-row-btn {
    border: 1px solid var(--border-color);
    padding: 0px 0px;
    border-radius: 2px;
    height: 22px;
    width: 22px;
    line-height: 21px;
    font-size: 12px;
    color: var(--theme-color);
}
.pagination {
    margin-bottom: 0px;
}
.pagination-row .justify-content-end.d-flex{
    align-items: center;
}
.total-show-record{
    margin-right: 10px;
}
.total-show-record select{
    width: 60px;
    height: 25px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: var(--primary-color);
}
.status-bg-green{
    background: rgba(25, 135, 84, .2);
    border: 1px solid #198754;
    text-align: center;
    min-width: 90px;
    border-radius: 4px;
    display: inline-block;
}
.text-theme-color{
    color: var(--theme-color) !important;
}
.status-bg-red{
    background: rgba(220, 53, 69, .2);
    border: 1px solid #dc3545;
    text-align: center;
    min-width: 90px;
    border-radius: 4px;
    display: inline-block;
}
.status-bg-primary{
    background: rgba(13, 110, 253, .2);
    border: 1px solid #0d6efd;
    text-align: center;
    min-width: 90px;
    border-radius: 4px;
    display: inline-block;
}
.top-card-right-action-btn button{
    margin-left: 5px;
}
.status-bg-orange{
    background: rgba(255, 193, 7, .2);
    border: 1px solid #ffc107;
    text-align: center;
    min-width: 90px;
    border-radius: 4px;
    display: inline-block;
}
.status-bg-gray{
    background: rgba(108, 117, 125, .2);
    border: 1px solid #6c757d;
    text-align: center;
    min-width: 90px;
    border-radius: 4px;
    display: inline-block;
}

.breadcrumb-items ul{
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}
.breadcrumb-items ul li::after{
    content: '/';
    position: relative;
    margin: 0px 5px;
}
.breadcrumb-items ul li:last-child::after{
    display: none;
}
.breadcrumb-items{
    margin-bottom: 0px;
}
.breadcrumb-items ul li a{
    text-decoration: none;
    color: var(--black);
}
.breadcrumb-items ul li a.active, .breadcrumb-items ul li a:hover{
    text-decoration:none;
    color: var(--primary-color) !important;
}

.selected-filter-option .filterChip {
    border: 1px solid var(--border-color);
    padding: 3px 6px;
    margin-top: 0px;
    border-radius: 3px 3px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    text-wrap: nowrap;
    align-items: center;
    background: aliceblue;
}

.selected-filter-option .filterChip .fa-close {
    color: #dc3545;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
}
.selected-filter-option ul {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    padding-left: 10px;
    flex-wrap: wrap;
    justify-content: end;
}
.selected-filter-option ul li{
    margin-left: 3px;
    margin-bottom: 3px;
}
.selected-filter-option p {
    margin-bottom: 0px;
    min-width: 110px;
    margin-left: 10px;
}
.table-breacrumbs-block{
    margin-top: 5px;
}
.table-info-btn {
    border: none;
    background: transparent;
    padding: 0px;
    line-height: 0px;
    margin-left: 5px;
}

.exploder {
    background: #fff !important;
    border: 1px solid #efefef !important;
    padding: 0px 0px;
    width: 20px;
    border-radius: 4px;
    height: 20px;
    line-height: 1px;
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
}
.exploder span {
    color: var(--primary-color);
}
.w-7{
    width: 7%;
}
.table{
    width: 100% !important;
}
.explode table, .explode table thead{
    background: #f0f8ff70;
    margin-top: 0px !important;
}
.explode td{
    padding: 0px !important;
}
.explode td table tr td{
    padding: 5px 7px !important ;
}
.exploder.btn-danger .fa-plus-square:before {
    content: "\f068";
}
.accordian-table-listing.common-table-layout-listing thead{
   background: transparent;
}
.common-table-layout-listing .table .explode tr th, .common-table-layout-listing .table .explode tr td {
    padding: 5px 7px;
    font-size: 11px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.doc-td span{
    vertical-align: middle;
}
.doc-td img{
    width: 30px;
    margin-right: 5px;
}

.doc-td .toZoom {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .doc-td .toZoom:hover {opacity: 0.7;}
  
  .doc-td .modal {
    display: none; 
    position: absolute; 
    z-index: 999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
  }
  
  
  .doc-td .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  
  .doc-td .modal-content {  
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
  }
  
  
  .doc-td .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .doc-td .close:hover,
  .doc-td .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .doc-td .modal-content {
      width: 100%;
    }
  }


  /* Date Range Picker */

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
}
.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; 
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; 
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; 
}
.daterangepicker.opensleft:before {
    right: 9px; 
}
.daterangepicker.opensleft:after {
    right: 10px; 
}
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; 
}
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; 
}
.daterangepicker.opensright:before {
    left: 9px; 
}
.daterangepicker.opensright:after {
    left: 10px; 
}
.daterangepicker.dropup {
    margin-top: -5px; 
}
.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc; 
}
.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff; 
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; 
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; 
}
.daterangepicker.show-calendar .calendar {
    display: block; 
}
.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; 
}
.daterangepicker .calendar.single .calendar-table {
    border: none; 
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px; 
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; 
}
.daterangepicker table {
    width: 100%;
    margin: 0; 
}
.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; 
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit; 
}
.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc; 
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; 
}
.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; 
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; 
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; 
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px; 
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; 
}
.daterangepicker th.month {
    width: auto; 
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; 
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; 
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; 
}
.daterangepicker select.yearselect {
    width: 40%; 
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; 
}
.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px; 
}
.daterangepicker .daterangepicker_input {
    position: relative; 
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px; 
}
.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; 
}
.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; 
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; 
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed; 
}
.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left; 
}
.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; 
}
.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; 
}
.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff; 
}
.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff; 
}
  
  /*  Larger Screen Styling */
@media (min-width: 564px) {
.daterangepicker {
    width: auto; 
}
.daterangepicker .ranges ul {
    width: 160px; 
}
.daterangepicker.single .ranges ul {
    width: 100%; 
}
.daterangepicker.single .calendar.left {
    clear: none; 
}
.daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left; 
}
.daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right; 
}
.daterangepicker.ltr {
    direction: ltr;
    text-align: left; 
}
.daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0; 
}
.daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; 
}
.daterangepicker.ltr .calendar.right {
    margin-left: 0; 
}
.daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; 
}
.daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px; 
}
.daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px; 
}
.daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left; 
}
.daterangepicker.rtl {
    direction: rtl;
    text-align: right; 
}
.daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0; 
}
.daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; 
}
.daterangepicker.rtl .calendar.right {
    margin-right: 0; 
}
.daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; 
}
.daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px; 
}
.daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px; 
}
.daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right; 
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
    width: auto; 
}
.daterangepicker.ltr .ranges {
    float: left; 
}
.daterangepicker.rtl .ranges {
    float: right; 
}
.daterangepicker .calendar.left {
    clear: none !important; 
} 

}

.price-input {
    width: 100%;
    display: flex;
    margin: 0px 0 0px;
    align-items: center;
}
.price-input input{
    margin-left: 10px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: baseline;
}
.price-input .right-field{
    margin-left: 10px;
}  
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--theme-color);
}
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--theme-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--theme-color);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }



.price-input1 {
    width: 100%;
    display: flex;
    margin: 0px 0 0px;
    align-items: center;
}
.price-input1 input{
    margin-left: 10px;  
}
.price-input1 .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: baseline;
}
.price-input1 .right-field{
    margin-left: 10px;
}  

.price-input1 .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
  
.range-input1 {
    position: relative;
}
.range-input1 input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#modalAddTransaction .modal-dialog {
    max-width: 1050px;
    width: 1050px;
}

#AddOtherTransaction .modal-dialog {
    max-width: 1050px;
    width: 1050px;
}
.modal table tr td input{
    margin-bottom: 0px !important;
}
.modal table tr td{
    vertical-align: middle;
}  

#paymentMappingModal .modal-dialog {
    max-width: 1050px;
    width: 1050px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.4; 
    cursor: not-allowed; 
}
 
@media only screen and (max-width: 980px) and (min-width: 768px){
    .single-page-add-edit-form {
        margin-top: 10px !important;
    }
    .modal-dialog {
        max-width: 100% !important;
        width: auto !important;
    }
    .common-table-list tr td input {
        text-align: left !important;
    }
    #no-more-tables td {
        line-height: 27px;
    }


    /* Accordion */

    .accordian-form-view {
        display: block;
    }
    .accordian-form-view .single-block {
        width: 100%;
    }
    #gallery .col-lg-3 {
      flex: 0 0 auto;
      width: 48%;
    }
    #gallery {
      padding-top: 0px;
      padding-bottom: 15px;
      padding-left: 15px;
    }
    #gallery #exitButton {
      top: 15px;
      right: 90px;
    }
    #overlay img {
      width: 55%;
    }
    .horizontal-sub-menu a i{
      display: none;
    }
    .horizontal-sub-menu {
      display: flex;
      align-items: center;
    }
    
    .tab-menu {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        flex-grow: 1;
        margin: 0 0px; 
    }
    
    .tab-btn {
        flex: 0 0 auto;
        padding: 10px 15px;
        white-space: nowrap;
    }
    
    .left-btn, .right-btn {
        background-color: #ccc;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: none; 
    }
    
    .tab-menu::-webkit-scrollbar {
        display: none; 
    }
    .tab-btn {
      flex: 0 0 33.33%;
    }
    
    .common-sub-tab {
      margin-top: 15px;
      margin-bottom: 10px;
    }
    .common-sub-tab .nav-link {
      min-width: 120px;
    }
    .accordian-breadcrumbs{
      margin-bottom: 10px;
    }
    .vertical-sub-menu .nano-content a i{
      display: none;
    }
    .vertical-sub-menu .nano-content{
      display: flex;
    }
    .accordian-sidebar-menu {
      width: 100%;
      height:auto;
    }
    .vertical-sub-menu a.active, .vertical-sub-menu a:hover {
      border-bottom: 3px solid var(--primary-color) !important;
    }
    .accordion-vertical-sub-menus .accordion{
      margin-top: 40px;
    }
    .accordian-sidebar-menu{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li a {
      padding: 7px 30px 7px 30px;
    }
    .sub-menu.open ul{
      position: absolute;
      background: #fff;
      width: 200px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .sub-menu.open ul li{
      background: #fff !important;
    }

    .folder-tree-view-block{
        margin-top: 10px !important;
    }
    

    /* Listing CSS */

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        border: 1px solid var(--border-color);
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        padding: 0px 0px 0px 0px !important;
        border-color: var(--border-color);
    }

    #no-more-tables td {
        border: none;
        border-bottom: none;
        position: relative;
        white-space: normal;
        text-align: left !important;
        padding: 5px 5px 5px 42% !important;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 7px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables td:before {
        content: attr(data-title);
    }

    #no-more-tables td:before {
        display: block !important;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        width: 100% !important;
        text-align: left !important;
        padding-left: 45% !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #no-more-tables thead{
        display: none !important;
    }
    .explode{
        display: none !important;
    }
    .exploder{
        display: none;
    }
    .accordian-table-listing #no-more-tables table {
        border-width: 0px !important;
    }

    .bill-approve-screen {
        margin-top: 10px !important;
    }

    .bill-approve-screen .col-md-3.d-flex.align-items-center{
        margin-bottom: 10px;
    }

    .bill-approve-screen .bill-image img {
        width: 100% !important;
        margin-top: 10px;
    }
    
}

@media only screen and (max-width: 767px) and (min-width: 600px){
    .single-page-add-edit-form {
        margin-top: 10px !important;
    }
    .modal-dialog {
        max-width: 100% !important;
        width: auto !important;
    }
    .common-table-list tr td input {
        text-align: left !important;
    }
    #no-more-tables td {
        line-height: 27px;
    }

    /* Accordion */

    .accordian-form-view {
        display: block;
    }
    .accordian-form-view .single-block {
        width: 100%;
    }
    #gallery .col-lg-3 {
      flex: 0 0 auto;
      width: 48%;
    }
    #gallery {
      padding-top: 0px;
      padding-bottom: 15px;
      padding-left: 15px;
    }
    #gallery #exitButton {
      top: 15px;
      right: 90px;
    }
    #overlay img {
      width: 55%;
    }
    .horizontal-sub-menu a i{
      display: none;
    }
    .horizontal-sub-menu {
      display: flex;
      align-items: center;
    }
    
    .tab-menu {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        flex-grow: 1;
        margin: 0 0px; 
    }
    
    .tab-btn {
        flex: 0 0 auto;
        padding: 10px 15px;
        white-space: nowrap;
    }
    
    .left-btn, .right-btn {
        background-color: #ccc;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: none; 
    }
    
    .tab-menu::-webkit-scrollbar {
        display: none; 
    }
    .tab-btn {
      flex: 0 0 33.33%;
    }
    
    .common-sub-tab {
      margin-top: 15px;
      margin-bottom: 10px;
    }
    .common-sub-tab .nav-link {
      min-width: 120px;
    }
    .accordian-breadcrumbs{
      margin-bottom: 10px;
    }
    .vertical-sub-menu .nano-content a i{
      display: none;
    }
    .vertical-sub-menu .nano-content{
      display: flex;
    }
    .accordian-sidebar-menu {
      width: 100%;
      height:auto;
    }
    .vertical-sub-menu a.active, .vertical-sub-menu a:hover {
      border-bottom: 3px solid var(--primary-color) !important;
    }
    .accordion-vertical-sub-menus .accordion{
      margin-top: 40px;
    }
    .accordian-sidebar-menu{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li a {
      padding: 7px 30px 7px 30px;
    }
    .sub-menu.open ul{
      position: absolute;
      background: #fff;
      width: 200px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .sub-menu.open ul li{
      background: #fff !important;
    }


    /* Dashboard CSS */

    .dashboard-tabs .common-sub-tab .nav-link {
        border: none !important;
        padding: 10px 5px !important;
        font-size: 14px;
        min-width: 90px;
    }


    /* Listing CSS */

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        border: 1px solid var(--border-color);
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        padding: 0px 0px 0px 0px !important;
        border-color: var(--border-color);
    }

    #no-more-tables td {
        border: none;
        border-bottom: none;
        position: relative;
        white-space: normal;
        text-align: left !important;
        padding: 5px 5px 5px 42% !important;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 7px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables td:before {
        content: attr(data-title);
    }

    #no-more-tables td:before {
        display: block !important;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        width: 100% !important;
        text-align: left !important;
        padding-left: 45% !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #no-more-tables thead{
        display: none !important;
    }
    
    .row.pagination-row .justify-content-end.d-flex{
        display: block !important;
    }
    .row.pagination-row .total-show-record {
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: right;
    }
    .row.pagination-row .pagination{
        float: right;
    }

    .table-breacrumbs-block{
        display: block !important;
    }

    .table-breacrumbs-block{
        display: block !important;
    }
    .selected-filter-option{
        flex-wrap: wrap;
    }
    .selected-filter-option ul {
        flex-wrap: wrap;
        padding-left: 0px;
    }
    .selected-filter-option ul li{
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 3px;
    }
    .selected-filter-option p {
        margin-bottom: 0px;
        margin-right: 5px;
    }
    #no-more-tables table{
        margin-top: 0px !important;
    }
    .explode{
        display: none !important;
    }
    .exploder{
        display: none;
    }
    .accordian-table-listing #no-more-tables table {
        border-width: 0px !important;
    }

    .bill-approve-screen {
        margin-top: 10px !important;
    }

    .bill-approve-screen .col-md-3.d-flex.align-items-center{
        margin-bottom: 10px;
    }

    .bill-approve-screen .bill-image img {
        width: 100% !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 599px) and (min-width: 400px){
    .single-page-add-edit-form {
        margin-top: 10px !important;
    }
    .modal-dialog {
        max-width: 100% !important;
        width: auto !important;
    }
    .common-table-list tr td input {
        text-align: left !important;
    }
    #no-more-tables td {
        line-height: 27px;
    }

    /* Accordion */

    .accordian-form-view {
        display: block;
    }
    .accordian-form-view .single-block {
        width: 100%;
    }
    #gallery .col-lg-3 {
      flex: 0 0 auto;
      width: 48%;
    }
    #gallery {
      padding-top: 0px;
      padding-bottom: 15px;
      padding-left: 15px;
    }
    #gallery #exitButton {
      top: 15px;
      right: 90px;
    }
    #overlay img {
      width: 55%;
    }
    .horizontal-sub-menu a i{
      display: none;
    }
    .horizontal-sub-menu {
      display: flex;
      align-items: center;
    }
  
    .tab-menu {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        flex-grow: 1;
        margin: 0 0px; 
    }
  
    .tab-btn {
        flex: 0 0 auto;
        padding: 10px 15px;
        white-space: nowrap;
    }
  
    .left-btn, .right-btn {
        background-color: #ccc;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: none; 
    }
  
    .tab-menu::-webkit-scrollbar {
        display: none; 
    }
    .tab-btn {
      flex: 0 0 33.33%;
    }

    .common-sub-tab {
      margin-top: 15px;
      margin-bottom: 10px;
  }
    .common-sub-tab .nav-link {
      min-width: 120px;
    }
    .accordian-breadcrumbs{
      margin-bottom: 10px;
    }
    .vertical-sub-menu .nano-content a i{
      display: none;
    }
    .vertical-sub-menu .nano-content{
      display: flex;
    }
    .accordian-sidebar-menu {
      width: 100%;
      height:auto;
    }
    .vertical-sub-menu a.active, .vertical-sub-menu a:hover {
      border-bottom: 3px solid var(--primary-color) !important;
    }
    .accordion-vertical-sub-menus .accordion{
      margin-top: 40px;
    }
    .accordian-sidebar-menu{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li a {
      padding: 7px 30px 7px 30px;
    }
    .sub-menu.open ul{
      position: absolute;
      background: #fff;
      width: 200px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .sub-menu.open ul li{
      background: #fff !important;
    }

    /* Dashboard CSS */

    .dashboard-tabs .common-sub-tab .nav-link {
        border: none !important;
        padding: 10px 5px !important;
        font-size: 14px;
        min-width: 90px;
    }
    .common-dashboard {
        padding-top: 10px;
    }

    .folder-tree-view-block{
        margin-top: 10px !important;
    }



    /* Header and menu */

    .sidebar-nav-wrapper #sidebarnav>li>a {
        padding: 7px 10px 7px 10px !important;
    }
    .sidebar-nav-wrapper .sidebar-nav>ul>li {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px !important;
    }
    
    .left-side-hamburger-button #menu-toggle {
        display: block;
        background: transparent;
        border: none;
        padding: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 22px;
        float: right;
        margin-right: 25px;
    }
    .sidebar-nav-wrapper.active .top-menu-list {
        display: block;
        width: 60%;
        left: 0;
        top: -45px;
        position: absolute;
        margin-right: 0px;
        padding-left: 0px;
        background: #fff;
        z-index: 999;
        height: 500px;
        box-shadow: 0 2px 4px rgba(15,34,58,.12);
    }
    .sidebar-nav-wrapper.active {
        z-index: 999;
    }
    .left-side-hamburger-button{
        display: block;
    }

    .sidebar-nav-wrapper.active .sidebar-nav ul .nav-item a {
        width: 100%;
        height: 40px;
        display: -webkit-inline-box;
        padding-left: 10px;
    }
    .sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
        display: none;
    }
    .sidebar-nav-wrapper {
        position: relative;
        top: 0px;
        left: 0;
        z-index: 9;
    }
    .sidebar-nav .top-menu-list {
        display: block;
        float: right;
    }
    .sidebar-nav-wrapper .sidebar-nav {
        padding-left: 0px;
    }
    .top-header .navbar-logo {
        width: 35%;
    }
    .top-header .navbar-logo img{
        width: 100%;
    }


    /* Listing CSS */

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        border: 1px solid var(--border-color);
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        padding: 0px 0px 0px 0px !important;
        border-color: var(--border-color);
    }

    #no-more-tables td {
        border: none;
        border-bottom: none;
        position: relative;
        white-space: normal;
        text-align: left !important;
        padding: 5px 5px 5px 42% !important;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 7px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables td:before {
        content: attr(data-title);
    }

    #no-more-tables td:before {
        display: block !important;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        width: 100% !important;
        text-align: left !important;
        padding-left: 45% !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #no-more-tables thead{
        display: none !important;
    }
    .row.pagination-row .justify-content-end.d-flex{
        display: block !important;
    }
    .row.pagination-row .total-show-record {
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: right;
    }
    .row.pagination-row .pagination{
        float: right;
    }

    .table-breacrumbs-block{
        display: block !important;
    }
    .selected-filter-option{
        flex-wrap: wrap;
    }
    .selected-filter-option ul {
        flex-wrap: wrap;
        padding-left: 0px;
    }
    .selected-filter-option ul li{
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 3px;
    }
    .selected-filter-option p {
        margin-bottom: 0px;
        margin-right: 5px;
    }
    #no-more-tables table{
        margin-top: 0px !important;
    }
    .explode{
        display: none !important;
    }
    .exploder{
        display: none;
    }
    .accordian-table-listing #no-more-tables table {
        border-width: 0px !important;
    }

    .bill-approve-screen {
        margin-top: 10px !important;
    }

    .bill-approve-screen .col-md-3.d-flex.align-items-center{
        margin-bottom: 10px;
    }

    .bill-approve-screen .bill-image img {
        width: 100% !important;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 399px) and (min-width: 320px){
    .single-page-add-edit-form {
        margin-top: 10px !important;
    }
    .modal-dialog {
        max-width: 100% !important;
        width: auto !important;
    }
    .common-table-list tr td input {
        text-align: left !important;
    }
    #no-more-tables td {
        line-height: 27px;
    }

    /* Accordion */

    .accordian-form-view {
        display: block;
    }
    .accordian-form-view .single-block {
        width: 100%;
    }
    #gallery .col-lg-3 {
      flex: 0 0 auto;
      width: 48%;
    }
    #gallery {
      padding-top: 0px;
      padding-bottom: 15px;
      padding-left: 15px;
    }
    #gallery #exitButton {
      top: 15px;
      right: 90px;
    }
    #overlay img {
      width: 55%;
    }
    .horizontal-sub-menu a i{
      display: none;
    }
    .horizontal-sub-menu {
      display: flex;
      align-items: center;
    }
    
    .tab-menu {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        flex-grow: 1;
        margin: 0 0px; 
    }
    
    .tab-btn {
        flex: 0 0 auto;
        padding: 10px 15px;
        white-space: nowrap;
    }
    
    .left-btn, .right-btn {
        background-color: #ccc;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: none; 
    }
    
    .tab-menu::-webkit-scrollbar {
        display: none; 
    }
    .tab-btn {
      flex: 0 0 33.33%;
    }
    
    .common-sub-tab {
      margin-top: 15px;
      margin-bottom: 10px;
    }
    .common-sub-tab .nav-link {
      min-width: 120px;
    }
    .accordian-breadcrumbs{
      margin-bottom: 10px;
    }
    .vertical-sub-menu .nano-content a i{
      display: none;
    }
    .vertical-sub-menu .nano-content{
      display: flex;
    }
    .accordian-sidebar-menu {
      width: 100%;
      height:auto;
    }
    .vertical-sub-menu a.active, .vertical-sub-menu a:hover {
      border-bottom: 3px solid var(--primary-color) !important;
    }
    .accordion-vertical-sub-menus .accordion{
      margin-top: 40px;
    }
    .accordian-sidebar-menu{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li{
      border: none !important;
    }
    .accordian-sidebar-menu #leftside-navigation ul li a {
      padding: 7px 30px 7px 30px;
    }
    .sub-menu.open ul{
      position: absolute;
      background: #fff;
      width: 200px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .sub-menu.open ul li{
      background: #fff !important;
    }

    /* Dashboard CSS */

    .dashboard-tabs .common-sub-tab .nav-link {
        border: none !important;
        padding: 10px 5px !important;
        font-size: 14px;
        min-width: 90px;
    }

    .folder-tree-view-block{
        margin-top: 10px !important;
    }



    /* Header and menu */

    .sidebar-nav-wrapper #sidebarnav>li>a {
        padding: 7px 10px 7px 10px !important;
    }
    .sidebar-nav-wrapper .sidebar-nav>ul>li {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px !important;
    }
    .left-side-hamburger-button #menu-toggle {
        display: block;
        background: transparent;
        border: none;
        padding: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 22px;
        float: right;
        margin-right: 25px;
    }
    .sidebar-nav-wrapper.active .top-menu-list {
        display: block;
        width: 60%;
        left: 0;
        top: -45px;
        position: absolute;
        margin-right: 0px;
        padding-left: 0px;
        background: #fff;
        z-index: 999;
        height: 500px;
        box-shadow: 0 2px 4px rgba(15,34,58,.12);
    }
    .sidebar-nav-wrapper.active {
        z-index: 999;
    }
    .left-side-hamburger-button{
        display: block;
    }

    .sidebar-nav-wrapper.active .sidebar-nav ul .nav-item a {
        width: 100%;
        height: 40px;
        display: -webkit-inline-box;
        padding-left: 10px;
    }
    .sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
        display: none;
    }
    .sidebar-nav-wrapper {
        position: relative;
        top: 0px;
        left: 0;
        z-index: 9;
    }
    .sidebar-nav .top-menu-list {
        display: block;
        float: right;
    }
    .sidebar-nav-wrapper .sidebar-nav {
        padding-left: 0px;
    }
    .top-header .navbar-logo {
        width: 35%;
    }
    .top-header .navbar-logo img{
        width: 100%;
    }


    /* Listing CSS */

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        border: 1px solid var(--border-color);
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        padding: 0px 0px 0px 0px !important;
        border-color: var(--border-color);
    }

    #no-more-tables td {
        border: none;
        border-bottom: none;
        position: relative;
        white-space: normal;
        text-align: left !important;
        padding: 5px 5px 5px 42% !important;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 7px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables td:before {
        content: attr(data-title);
    }

    #no-more-tables td:before {
        display: block !important;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        width: 100% !important;
        text-align: left !important;
        padding: 3px 0px 0px 42% !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #no-more-tables thead{
        display: none !important;
    }

    .row.pagination-row .justify-content-end.d-flex{
        display: block !important;
    }
    .row.pagination-row .total-show-record {
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: right;
    }
    .row.pagination-row .pagination{
        float: right;
    }

    .table-breacrumbs-block{
        display: block !important;
    }
    .selected-filter-option{
        flex-wrap: wrap;
    }
    .selected-filter-option ul {
        flex-wrap: wrap;
        padding-left: 0px;
    }
    .selected-filter-option ul li{
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 3px;
    }
    .selected-filter-option p {
        margin-bottom: 0px;
        margin-right: 5px;
    }
    #no-more-tables table{
        margin-top: 0px !important;
    }
    .explode{
        display: none !important;
    }
    .exploder{
        display: none;
    }
    .accordian-table-listing #no-more-tables table {
        border-width: 0px !important;
    }

    .bill-approve-screen {
        margin-top: 10px !important;
    }

    .bill-approve-screen .col-md-3.d-flex.align-items-center{
        margin-bottom: 10px;
    }

    .bill-approve-screen .bill-image img {
        width: 100% !important;
        margin-top: 10px;
    }
    

} 





/* Work Details */

#order-details-left-side {
    margin-bottom: 20px;
}
.card.customer-top-cards {
    border-radius: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
    margin-bottom: 10px;
    text-align: left;
}
.card-status-left {
    right: auto;
    bottom: 0;
    height: auto;
    width: 1px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    top: -1px;
    left: 0px;
    background: #f6921e;
}
.card.customer-top-cards .card-header {
    border-bottom: none;
    align-items: center;
    padding: 7px 10px 7px 10px !important;
    background: transparent;
    margin-bottom: 2px;
}
.operator-work-detail-page{
    margin-top: 45px;
}
.customer-top-cards .block-title {
    font-weight: 500;
    font-size: 13px;
}
.customer-top-cards p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 25px;
}
.customer-top-cards p i {
    color: #f6921e;
    margin-right: 5px;
}
.customer-top-cards a {
    color: #000;
    text-decoration: none;
}
.customer-top-cards .card-title{
    margin-bottom:0px!important;
}
.operator-profile-pic{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
.block-title.operator-info{
    padding: 5px 10px 5px 10px !important;
}
.w-150px{
    width:150px !important;
}
.timeline {
    list-style: none;
    padding: 10px 0px 0px 0px;
    position: relative;
    width: 20px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #f6921e;
    left: 2%;
}
.timeline ul {
    list-style: none;
}
.timeline li {
    margin-bottom: 0px;
    position: relative;
}
.timeline li .timeline-badge {
    color: #198754;
    width: 20px;
    height: 20px;
    line-height: 19px;
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 4px;
    left: 0%;
    margin-left: -39px;
    background-color: #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-bottom: 32px;
    border: 1px solid #198754;
}
.detail-cards {
    width: 100%;
}
.theme-outline-btn.verify-btn {
    min-width: 40px;
    border-width: 0px;
}
.verify-btn {
    background: transparent;
    color: #535050;
    border-radius: 0px;
}
.theme-outline-btn.timeline-btn{
    min-width:70px;
    border-radius: 2px;
    font-size: 13px;
    background: #fff;
}
.theme-outline-btn.timeline-btn:hover{
    background: var(--theme-color);
    color: #fff;
}
.theme-outline-btn.verify-btn:hover{
    background: transparent !important;
    color:#000;
}
.common-right-side-panel .card.customer-top-cards{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.common-right-side-panel .block-title {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.start-work-button {
    background: #59c40d;
    color: #fff;
    border: 1px solid #59c40d;
    border-radius: 2px;
    width: 100px;
    height: 30px;
    font-size: 15px;
}
.end-work-button{
    background: #d02609;
    color: #fff;
    border: 1px solid #d02609;
    border-radius: 2px;
    width: 100px;
    height: 30px;
    font-size: 15px;
    margin-bottom: 30px;
}

.card.work-status-card .card-header {
    padding: 7px 10px 0px 10px !important;
}
.card.work-status-card .card-body{
    padding: 0px 10px 5px 10px !important;
}
.card.work-status-card{
    margin-top: 10px;
    border-radius: 0px;
}
.actual-work-detail-block{
    margin-top: 10px;
}
.actual-work-detail-block .block-title {
    font-weight: 500;
    font-size: 15px;
}

.action-btn-with-icon img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px auto 5px;
}
.action-btn-with-icon {
    background: #f7f7f7;
    display: block;
    text-align: center;
    box-shadow: unset;
    border: 1px solid var(--theme-color);
    width: 135px;
    margin: 0px 3px;
}
.action-btn-with-icon span{
    font-size: 13px;
}
.filepond--root .filepond--drop-label {
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
}
.show{
    display:block !important;
}
.order-detail-page{
    margin-top: 45px;
}
.w-50px{
    width: 50px;
}


#order-map-div table tr th, #order-map-div table tr td{
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   vertical-align: middle;
}
#order-map-div table tr th, #order-map-div table{
    table-layout: fixed;
}
#order-map-div table tr td .form-check{
   margin: 0px !important;
}
.card.customer-top-cards.status-open-enquiry-block.right-side-panel-card {
    padding-bottom: 5px;
    width: 100%;
}
.card.customer-top-cards.status-open-enquiry-block.right-side-panel-card .card-header {
    padding: 0px 0px 0px 0px !important;
}
.card.customer-top-cards.status-open-enquiry-block.right-side-panel-card .card-body{
    padding: 0px 0px 0px 0px !important;
}
.card.customer-top-cards.right-side-panel-card .block-title {
    margin-bottom: 5px;
    width: 100% !important;
}
.card.customer-top-cards.status-open-enquiry-block.right-side-panel-card .card-body .order-details{
    padding-left: 20px;
}
.order-detail-card-body #gallery .col-lg-3 {
    padding: 0px 5px;
}
.order-detail-card-body #gallery{
    padding-bottom: 0px;
    padding-left: 0px;
}
.order-detail-card-body #gallery .img-wrapper{
    margin-top: 5px;
}
.order-issue{
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    cursor: pointer;
}
.bg-success-light{
    background: rgba(25, 135, 84, .1);
}

.w-90px{
    width: 90px !important;
}

.bg-orange{
    background: rgba(255, 193, 7, .2);
    display: inline-block;
}

.modal-table tr th, .modal-table tr td{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.modal-table{
    table-layout: fixed;
    margin-bottom: 0px;
}
.modal.hidden {
    display: none !important; 
}
.bg-red {
    background: rgba(220, 53, 69, .2);
    display: inline-block;
}
.status-bg-dark-orange{
    background: rgba(255, 152, 7, 0.4);
    border: 1px solid #ff6207f7;
    text-align: center;
    min-width: 75px;
    border-radius: 4px;
    display: inline-block;
}

.bg-dark-orange{
    background: rgba(255, 152, 7, 0.4);
    display: inline-block;
}

.bg-gray{
    background: rgba(108, 117, 125, .2);
    display: inline-block;
}
.bg-primary-light{
    background: rgba(13, 110, 253, .2);
    display: inline-block;
}

.status-bg-dark-green{
    background: rgba(25, 135, 84, .5);
    border: 1px solid #198754;
    text-align: center;
    min-width: 75px;
    border-radius: 4px;
    display: inline-block;
}
.bg-dark-green{
    background: rgba(25, 135, 84, .5);
    display: inline-block;
}

.hidden {
    display: none;
}

.pan-gst-checkbox{
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    border: 1px solid var(--border-color);
}

.get-data-on-portal button {
    margin-top: 14px;
    width: 100px;
}
.d-table-row{
    display: table-row !important;
}
.w-120px {
    width: 120px !important;
}
.tree {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    border: 1px solid var(--border-color);
    width: 100%;
    padding: 5px 10px;
    /* margin-top: 9px; */
}
.tree li {
    margin-bottom: 0px;
    padding: 0px;
    line-height: 2em;
    color: #000;
    position: relative;
    font-size: 15px;
    width: 100%;
}
#tree2 a i {
    margin-right: 5px;
    color: #F8D210;
    font-size: 14px;
}
span.customize_badge_for_folder {
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    background: var(--theme-color);
    border-radius: 100%;
    color: white;
    width: 17px;
    height: 17px;
    display: inline-block;
}
.tree li a{
    font-size: 14px;
    padding: 0px;
}
.document-section .nav-tabs .nav-item.show .nav-link, .document-section .nav-tabs .nav-link.active, .document-section .nav-tabs .nav-link:hover{
   border: none;
}   
.nav-link.doc_folder_list.active{
    color:var(--theme-color);
}
.tree li a:hover, .tree li a:focus, .tree li a:focus-visible{
   color: var(--theme-color);
   border: none !important;
   outline: none !important;
}
.tree li:hover,  .tree li:focus{
    border:none !important;
    outline: none !important;
}
.document-section .d-flex{
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.horizontal-sub-menu .tab-btn .text-primary {
    font-size: 10px;
    vertical-align: middle;
}

.get-data-on-portal .text-primary{
    margin-top: 20px;
    position: absolute;
    margin-left: 10px;
    font-size: 14px;
}
tr.bg-green{
    display: table-row !important;
}

.fa.fa-trash{
    color: #dc3545 !important;
}
.fa.fa-repeat{
    color: #198754 !important;
}
.fa.fa-download{
    color: #000 !important;
}
.fa.fa-retweet{
    color: #0d6efd !important;
}
.invoice-bottom-vertical-details{
    text-align: right;
    padding: 15px 15px 0px 15px;
}
.invoice-bottom-vertical-details p{
    margin-bottom: 10px;
}
.invoice-bottom-vertical-details p span {
    width: 130px;
    display: inline-block;
}
.invoice-bottom-vertical-details p span .colon{
   margin: 0px 2px;
}
.fa.fa-history{
    color: #000;
}
#EditLineItem .modal-dialog {
    max-width: 1050px;
    width: 1050px;
}


/* Scrolling Calendar CSS */

.datepaginator {
    font-size: 12px;
    height: 60px;
    margin-bottom: 0px;
    height: 45px !important;
    margin-top: 10px;
}
.steamline{
    position: relative;
    border-left: 1px solid #e9ecef !important;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.datepaginator .pagination {
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#paginator2 .dp-nav {
    padding: 0px 5px !important;
    line-height: 45px;
    height: 60px;
    padding: 22px 0 !important;
    width: 20px;
    margin: 0 !important;
    text-align: center;
}
#paginator2 .dp-nav i {
    font-style: normal !important;
}

#paginator2 .dp-item {
    display: inline-block;
    background-color: aliceblue !important;
    color: #000;
    border-left: none !important;
    height: 45px !important;
    padding: 4px 6px !important;
    width: 110px !important;
}
#paginator2 .dp-selected {
    background-color: #428bca !important;
    color: #fff !important;
    
}
.dp-divider {
    border-left: 2px solid #ddd !important;
}
.dp-item {
    height: 60px;
    padding: 13px 0 !important;
    width: 35px;
    margin: 0 !important;
    border-left-style: hidden !important;
    text-align: center;
    text-decoration: none;
}
.dp-selected {
    width: auto !important;
    text-align: center !important;
}

.common-right-side-panel .card.customer-top-cards.status-open-enquiry-block.right-side-panel-card .card-header.bg-green{
    background: transparent !important;
}
.td-bg-red{
    background-color: rgba(220, 53, 69, .2) !important;
}
.advance-search-btn{
    min-width: 30px;
    height: 32px;
    line-height: 15px;
    margin-left: 10px;
}
.table-editable .table-add.fa-plus {
    color: #198754;
    font-size: 14px;
    position: absolute;
    right: 40px;
    border: 1px solid #198754;
    border-radius: 2px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: 8px;
}
.table-remove.fa-times{
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 20px;
    cursor: pointer;
}
.text-orange{
    color: var(--theme-color);
}
.top-header-order-details .card-title span i{
    color: #f6921e;
    margin-right: 5px;
}
.top-header-order-details{
    font-size: 13px;
}
.weight-500{
 font-weight: 500 !important;
}

.card-header .btn.btn-reject{
    position: absolute;
    background: #dc3545;
    border-radius: 50%;
    width: 20px;
    height: 25px;
    line-height: 70px;
    right: 25px;
    color: #fff;
    justify-content: center;
    display: flex;
    padding-top: 5px;
    font-size: 14px;
}
.card-header .btn.btn-accept{
    position: absolute;
    background: #198754;
    border-radius: 50%;
    width: 20px;
    height: 25px;
    line-height: 70px;
    right: 58px;
    color: #fff;
    justify-content: center;
    display: flex;
    padding-top: 5px;
    font-size: 14px;
}
.card-header .action-btn.d-flex{
    margin-top: -40px;
}

#change-work-location-form .text-end a{
    color:#fff;
}
#change-work-location-form .text-end a:hover{
    color:var(--theme-color);
}

.single-form-block .form-block-title .icon-btn{
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 400;
}

a.btn.theme-outline-btn{
    color:var(--theme-color) !important;
}
a.btn.theme-outline-btn:hover{
    color:#fff !important;
}

.operator-location{
    color: var(--theme-color) !important;
    margin-left: 10px;
    border: 1px solid var(--theme-color);
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
}
.work-confirmation-block{
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.common-dashboard-layout .card {
    margin-bottom: 10px !important;
    box-shadow: 0 0 10px #b7c0ce33;
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
    border-radius: 2px;
    padding: 0px;
    border-color: var(--border-color);
    border-radius: 0px;
}
.common-dashboard-layout .card, .common-dashboard-layout .card-body {
    padding: 0px;
    border-color: var(--border-color);
    border-radius: 0px;
}
.common-dashboard-layout .block-title {
    border-bottom: 1px solid #dee2e6;
    padding: 5px 5px 5px 10px !important;
    font-size: 16px;
    height: 32px;
    align-items: center;
    line-height: 35px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.common-dashboard-layout .block-title .card-title {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    margin-bottom: 0px;
    color: var(--theme-color);
}
.common-dashboard-layout .summary-block {
    padding: 2px 10px;
    display: flex;
    width: 100%;
}
.common-dashboard-layout .summary-block .single-block {
    text-align: center;
    border-radius: 4px;
    margin: 5px;
    padding: 15px 0px;
    width: 25%;
}
.common-dashboard-layout .bg-light-grren {
    border: 1px solid #15aba2 !important;
    background: rgba(21, 171, 162, 0.1);
    color: #15aba2;
}
.common-dashboard-layout .bg-light-grren .item-count {
    color: #0b9087 !important;
}
.common-dashboard-layout .summary-block .item-count {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}
.common-dashboard-layout .summary-block .item-title {
    font-size: 14px;
    font-weight: 500;
}
.common-dashboard-layout .item-title {
    color: var(--black);
}
.common-dashboard-layout .bg-light-orange {
    border: 1px solid #fd7e15 !important;
    background: rgba(253, 126, 21, 0.1) !important;
    color: #fd7e15;
}
.common-dashboard-layout .bg-dark-green {
    border: 1px solid #4baf4d !important;
    background: rgba(75, 175, 77, 0.1) !important;
    color: #4baf4d;
}
.common-dashboard-layout .bg-dark-blue {
    border: 1px solid #1e97f4 !important;
    background: rgba(30, 151, 244, 0.1);
    color: #1e97f4;
}
.common-dashboard-layout a{
    text-decoration: none;
}
.common-dashboard-layout{
    margin-top: 30px;
    background: #f5f6fa;
    padding-top: 15px;
}
.common-dashboard-layout .summary-block .single-block p{
    margin-bottom: 0px;
}
.common-dashboard-layout .bg-light-orange .item-count {
    color: #f16f05 !important;
}
.common-dashboard-layout .bg-dark-green .item-count {
    color: #2c902e !important;
}
.common-dashboard-layout .bg-dark-blue .item-count {
    color: #1383d9 !important;
}

.dashboard-table-list table {
    border: none;
    width: 100%;
    border-bottom-width: 0px;
    table-layout: fixed;
}
.dashboard-table-list tbody, .dashboard-table-list td, .dashboard-table-list tfoot, .dashboard-table-list th, .dashboard-table-list thead, .dashboard-table-list tr {
    font-size: 12px;
    color: #000;
    border-color: var(--border-color);
}
.dashboard-table-list table thead tr {
    border-top-width: 0px;
    border-color: #dee2e6;
}
.dashboard-table-list table tr td, .dashboard-table-list table tr th {
    padding: 5px 10px;
    border-color: #dee2e6 !important;
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.todays-at-dienfirst-block.pa-dashboard table tr th {
    border-top-width: 0px !important;
}
.pa-dashboard .dashboard-appointment-list table tr td, .pa-dashboard .dashboard-appointment-list table tr th {
    padding: 8px 10px !important;
}



.defaultImage{
    border-style: groove;
    border-color: #11ed11;
}
#image_view_edit .image-div .image-div-action-buttons {
    position: absolute;
    top: -10px;
    right: -12px;
    display: flex;
    z-index: 2;
    visibility: hidden;
}

#image_view_edit .image-div:hover .image-div-action-buttons {
    /* display: block; */
    visibility: visible;
}
/*
#image_view_edit .image-div .image_icon{
    width: 25px;
    border-radius: 50%;
    font-size: 10px;
    z-index: 500;
}
*/
#image_view_edit .image-div .image_icon{
    font-size: 8px;
    padding: 4px 4px;
    font-weight: 300;
    width: 20px;
    height: 19px;
    margin: 0px 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#image_view_edit .image-div .image_edit_icon {
    background: var(--bs-success);
    color: var(--bs-white);
    right: 12px;
    transition: all .3s ease-in;
}

#image_view_edit .image-div .image_edit_icon:hover{
    background: var(--bs-white);
    color: var(--bs-success);
    border: 1px solid var(--bs-success);
    transition: all .3s ease-in;
}

#image_view_edit .image-div .image_close_icon {
    background: var(--bs-danger);
    color: var(--bs-white);
    right: -12px;
}
#image_view_edit .image-div .image_view_icon{
    background: var(--bs-primary);
    color: var(--bs-white);
    right: -12px;
}
#image_view_edit .image-div .image_view_icon:hover{
    background: var(--bs-white);
    color: var(--bs-primary);
    right: -12px;
}
#image_view_edit .image-div .image_close_icon:hover{
    background: var(--bs-white);
    color: var(--bs-danger);
    border: 1px solid var(--bs-danger);
    transition: all .3s ease-in;
}

#image_view_edit .image-div .download_icon {
    background: var(--bs-gray-600);
    color: var(--bs-white);
    right: -12px;
}

#image_view_edit .image-div .download_icon:hover{
    background: var(--bs-white);
    color: var(--bs-dark);
    border: 1px solid var(--bs-dark);
    transition: all .3s ease-in;
}
#image_view_edit .image-div .download_icon:hover .fa.fa-eye.text-white{
    color: var(--bs-dark) !important;
}

.image-div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bs-gray-500);
    position: relative;
    padding: 10px;
    margin: 5px;
}
.image-div img {
    width: 100%;
    /* object-fit: contain; */
    height: 100%;
}
#image_view_edit{
    padding-left: 10px;
    padding-right: 10px;
}
#image_view_edit .idMyModal.modal{
    position: fixed;
    z-index: 9999;
}
.machine-utilization-view .chosen-container {
    margin-bottom: 5px;
    margin-top: 10px;
}
.machine-utilization-view .status-bg-green{
    display: table-cell !important;
    background: rgba(25, 135, 84, .2);
    border: none;
    text-align: center;
    border-radius: 0px;
}
.machine-utilization-view .status-bg-double-engagement-green{
    display: table-cell !important;
    background: rgba(32, 102, 69, 0.7);
    border: none;
    text-align: center;
    border-radius: 0px;
}
.machine-utilization-view .status-bg-dark-green{
    display: table-cell !important;
    background: rgba(25, 135, 84, .5);
    border: none;
    border: none;
    text-align: center;
    border-radius: 0px;
}
.machine-utilization-view .status-bg-red {
    background: rgba(220, 53, 69, .2);
    border: none;
    text-align: center;
    border-radius: 0px;
    display: table-cell !important;
}
.machine-utilization-view .status-bg-primary {
    background: rgba(13, 110, 253, .2);
    border: none;
    text-align: center;
    border-radius: 0px;
    display: table-cell !important;
}
.machine-utilization-view .status-bg-dark-orange {
    background: rgba(255, 152, 7, 0.4);
    border: none;
    text-align: center;
    border-radius: 0px;
    display: table-cell !important;
}
.machine-utilization-view #reportrange{
    margin-bottom: -5px;
}
.machine-utilization-view .status-bg-orange {
    background: rgba(255, 193, 7, .2) !important;
    border: none;
    text-align: center;
    border-radius: 0px;
    display: table-cell !important;
    
}
.btn-group.btn-toggle .btn-sm{
    border: 1px solid var(--border-color);
}
.btn-group.btn-toggle .btn-sm.active{
    background-color:var(--theme-color);
}
.legend-color-code {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
}
.legend-design li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.legend-design{
    padding-left: 0px;
}

.fa-cog{
    color:#0d6efd !important;
}

#paginator2 .dp-item.dp-today {
    color: #0d6efd !important;
}
#paginator2 .dp-item.dp-selected.dp-today{
    color:#fff !important;
}

.common-saperator {
    width: 31%;
    display: inline-block;
    height: 29px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.bg-available {
    background-color: #10a05d78 !important;
}
.bg-not-available {
    background-color: #d2233433 !important;
}
.bg-unknown {
    background-color: #fd7e1452 !important;
}




/* Sweet Alert Css */

.swal2-show {
    animation: unset !important;
}

.swal2-confirm.swal2-styled{
    background: var(--theme-color) !important;
    color: #fff;
    min-width: 80px;
    border-radius: 4px;
    border: 1px solid var(--theme-color) !important;
    margin-left: 0px;
    border-width: 1px;
    font-size: 13px;
    font-weight: 500;
}
.swal2-cancel.swal2-styled.swal2-default-outline{
    color: var(--theme-color) !important;
    border-color: var(--theme-color) !important ;
    min-width: 80px;
    border-radius: 4px;
    font-size: 13px;
    border-width: 1px;
    font-weight: 500;
    background: #fff !important;
    border: 1px solid;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 22px !important;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 15px !important;
}

.common-sub-tab .nav-link.active {
    color: var(--primary-color);
    border-radius: 0px;
    border-color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
    background-color: #fff;
}
.common-sub-tab .nav-link {
    border: 1px solid var(--border-color) !important;
    font-size: 13px;
    min-width: 140px;
    line-height: 14px;
    padding: 8px 5px;
    color: #000;
    border-radius: 0px;
    text-align: center;
}
.common-sub-tab.secondary-menus{
    margin-bottom: 10px;
}

#successMessageModal .modal-dialog{
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 0;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}

#alertMessageModal .modal-dialog{
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 0;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}
#deleteMessageModal .modal-dialog{
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 0;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}

.icon-ring {
    position: relative;
    box-sizing: content-box;
    border-radius: 50%;
    width: 59px;
    height: 60px;
    text-align: center;
    font-size: 17px;
    margin: auto;
}
.icon-ring i{
    font-size: 30px;
    line-height: 62px;
    color: #198754;
}
.icon-ring.success-ring i{
    color: #198754;
}
.success-ring{
    border: .25em solid #198754;
}
.dialog-content .highlighted-text {
    font-size: 23px;
    margin-top: 15px;
    font-weight: 600;
}

.success-message-dialog{
    padding: 25px;
}
.warning-ring{
    border: .25em solid #ffc107;
}
.icon-ring.warning-ring i{
    color: #ffc107;
}

.form-check-input[type="radio"] {
    width: 14px;
    height: 15px;
    margin-top: 0px;
    border-color: #555456;
}


.w-40{
    width: 40% !important;
}

.left-span {
    width: 180px;
    display: inline-block;
}
.right-span{
    width: 100px;
}
.right-span .colon{
    margin-right: 10px;
}










.coming-soon-block .title {
    font-size: 47px;
    color: #f6921e;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.4);
    font-weight: 600;
}
.coming-soon-block p {
    font-size: 14px;
    line-height: 25px;
}
.coming-soon-block input{
    height: 40px;
    font-size: 12px !important;
    border-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
#btn-ok {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #f6921e !important;
    color: #fff;
    width: 135px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.coming-soon-block .coming-soon-services {
    padding-left: 15px;
    line-height: 27px;
}
.coming-soon-block .coming-soon-services a{
    font-size: 14px;
    color:#f6921e;
    text-decoration: none;
}
.go-to-home-page{
    color:#f6921e;
}
.coming-soon-block img{
    width: 100%;
}
.coming-soon-left-side{
    padding-left: 50px;
}