img {
    display: block;
    max-width: 100%;
}
.hootmodal {
    backdrop-filter: blur(4px);
}
.select2 {
    width: 100% !important;
}
.loading {
    height: 100%;
    width: 100%;
    background-size: 30%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.loader-hide {
    display: none !important;
}
.hoot-loader {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1000000000;
    background: rgba(0, 0, 0, 0.7);
}
.ring {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: ring 2s linear infinite;
}
@keyframes ring {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 3px 2px #4682B4;
    }
    50% {
        transform: rotate(180deg);
        box-shadow: 1px 3px 2px #4682B4;
    }
    100% {
        transform: rotate(0360deg);
        box-shadow: 1px 3px 2px #4682B4;
    }
}
.ring::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.hoot-loader span {
    display: none;
    color: #4682B4;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    animation: text 3s ease-in-out infinite;
}
@keyframes text {
    50% {
        color: #fff;
    }
}
.list-table-btn {
    border: 1px solid;
    padding: 8px;
    margin-right: 8px;
    border-radius: 3px;
}
.list-table-btn:hover {
    background-color: #eee;
}
.list-table-btn:last-child {
    margin-right: 0;
}
.custom-font-table {
    font-weight: 600;
    color: #b5b5c3 !important;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
button.dt-button.buttons-collection.buttons-page-length {
    border: none;
    padding: 10px;
    background-color: #999;
    color: white;
    border-radius: 5px;
}
button.dt-button.buttons-csv.buttons-html5 {
    border: none;
    padding: 10px;
    background-color: #999;
    color: white;
    border-radius: 5px;
}
.dt-buttons {
    width: 50% !important;
    float: left;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.changestatus:hover {
    cursor: pointer;
}
.error {
    color: red !important;
}

.btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text)
    .svg-icon
    svg
    g
    [fill],
.btn.btn-clean:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show > .btn.btn-clean.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-clean.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #000000 !important;
}
.aside-menu
    .menu-nav
    > .menu-item.menu-item-active
    > .menu-heading
    .menu-icon.svg-icon
    svg
    g
    [fill],
.aside-menu
    .menu-nav
    > .menu-item.menu-item-active
    > .menu-link
    .menu-icon.svg-icon
    svg
    g
    [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #000000 !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #000000 !important;
}
.max-h-30px {
    max-height: 50px !important;
}

.btn-info {
    background-color: black !important;
}

.btn-primary {
    background-color: black !important;
}
.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #000000 !important;
}

.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary.dropdown-toggle,
.show .btn.btn-primary.btn-dropdown {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:focus:not(.btn-text),
.btn.btn-primary.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #B0D4F1;
    border-color: #B0D4F1;
}
.btn.btn-lined {
    border: 1px solid #ccc;
    padding: 0 4px;
}
.btn.btn-lined:hover {
    border: 1px solid #000;
    background-color: #eee;
}
.submenu-bg {
    background: #fff;
    display: block;
    padding: 0 5px;
}
.helptext {
    cursor: pointer;
    position: absolute;
    right: 10px;
}
.upload-view-card {
    background: #f3f6f9;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
    max-width: 150px;
    margin: 0 15px 15px;
}
.darkdropdown {
}
.tgl {
    display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
    box-sizing: border-box;
}
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
    background: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
    background: none;
}
.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 130px;
    height: 44px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.tgl + .tgl-btn:after {
    left: 0;
}
.tgl + .tgl-btn:before {
    display: none;
}
.tgl:checked + .tgl-btn:after {
    left: 50%;
}
.tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    perspective: 130px;
}
.tgl-flip + .tgl-btn:after,
.tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02c66f;
    transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
    background: #ff3a19;
    content: attr(data-tg-off);
    line-height: 44px;
}
.tgl-flip + .tgl-btn:active:before {
    transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
    transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
    transform: rotateY(0);
    left: 0;
    background: #7fc6a6;
    line-height: 44px;
}
.tgl-flip:checked + .tgl-btn:active:after {
    transform: rotateY(20deg);
}

#locality {
    position: absolute;
    z-index: 999;
    width: 50%;
    left: 200px;
    display: inline-block;
    top: 34px;
    height: 42px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    font-size: 17px;
    font-family: "Roboto";
}
#locality.error {
    border: 2px solid #ff0000;
}
.deletedata {
    margin-bottom: 0;
    width: 37px;
    height: 37px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.deletedata i {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.deletedata:hover {
    background: #ff0000;
}
.deletedata:hover i {
    color: #fff !important;
}
/**/
.editdata {
    margin-bottom: 0;
    width: 37px;
    height: 37px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.editdata i {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.editdata:hover {
    background: #ff0000;
}
.editdata:hover i {
    color: #fff !important;
}
/**/

.madeinindia-wrapper {
    min-width: 120px;
    text-align: right;
    margin: 0;
}
.madeinindia {
    max-width: 30px;
    display: inline-block;
}
.hootlogo {
    position: relative;
    display: block;
    max-width: 80px;
    margin: 5px 0;
}
.hootlogo img {
    position: relative;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}
.login-aside {
    background-color: #322b67;
}
.hootmainlogo {
    max-width: 300px;
    display: inline-block;
}
.poweredby {
    text-align: right;
    margin-top: 20px;
}
.poweredby .powereby-text {
    margin-right: 4px;
}
.poweredby .hootmainlogo {
    width: 100px;
    text-align: right;
    display: inline-block;
}
.login-signin {
    display: inline-block;
    width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -1rem, 0);
    }
}
.bouncing-loader {
    display: flex;
    justify-content: center;
}
.bouncing-loader > div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background: #8385aa;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
    animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
    animation-delay: 0.4s;
}
.reload {
    float: right;
    cursor: pointer;
}
.pull-right {
    float: right;
}
.pointercursor {
    cursor: pointer;
}
/*#frm-claim-offer .form-group {
    margin-bottom: 10px;
}*/
.underreview-action {
    cursor: pointer;
}
.btn-close {
    position: absolute;
    background-color: red;
    padding: 4px 8px;
    color: white;
    font-weight: 900;
    border: 1px solid;
}
.image-active {
    /*-webkit-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);*/
    border: 2px solid blue;
    border-radius: 15px;
}
.image-active-seo {
    /*-webkit-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);*/
    border: 2px solid blue;
    border-radius: 15px;
}
.image-active-product-gallery {
    border: 2px solid blue;
    border-radius: 15px;
}
.delete-temp-img {
    position: relative;
    top: 22px;
    right: -124px;
    cursor: pointer;
    color: red;
    border: 2px solid red;
    padding: 1px 6px;
    font-weight: 700;
    background-color: white;
}
.upload-img-preview {
    width: 150px;
    height: auto;
    border: 1px solid #e4e6ef;
    padding: 10px;
    border-radius: 5px;
}
.bg-gray {
    background-color: #eef1f5;
}
.selectedimgicon {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 25px;
}
i#media_refresh {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    cursor: pointer;
}
.seo_link {
    color: #006621 !important;
}
div.text-white.pull-right.notificationclose {
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    padding: 1px 10px;
    background-color: inherit;
    border-radius: 17px;
}
.fixed-img-width {
    border: 1px solid #ecebeb;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px;
}
div#append-media-in-modal {
    max-height: 500px;
    overflow-y: auto;
}
.word-wrap {
    width: 100px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-b-0 {
    border-bottom: none;
}
.b-l-g {
    border-left: 1px solid #e4e6ef;
}
.font-12 {
    font-size: 12px;
}
@media (min-width: 768px) {
    .brand-pills > li > a {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    li.brand-nav.active a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 9px solid #428bca;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 100%;
        z-index: 2;
    }
}

.buttoncontainer {
    text-align: center;
}
.buttoncontainer .buttonloader {
    --ball-size: 4px;
    display: inline-flex;
}
.buttoncontainer .buttonloader .ball {
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    animation: 1s ease-in-out 0s infinite alternate none running grow;
}
.buttoncontainer .buttonloader .ball.second {
    animation-delay: 0.3s;
}
.buttoncontainer .buttonloader .ball.third {
    animation-delay: 0.6s;
}
.buttoncontainer .buttonloader .ball + .ball {
    margin-left: calc(4px * 3);
}
.buttoncontainer .buttonloader.ease-in ball {
    animation-timing-function: ease-in;
}
.buttoncontainer .buttonloader.ease-out ball {
    animation-timing-function: ease-out;
}
.buttoncontainer .buttonloader.ease-in-out-circular ball {
    animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}

@keyframes grow {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(3);
    }
}
.show-media-gallery {
    max-height: 500px;
    overflow: auto;
}
.slim-file-hopper {
    border: 1px solid #cccfd9 !important;
    border-radius: 10px !important;
}
/* .slim .slim-btn-group,.slim .slim-file-hopper {
    z-index: 1 !important;
}*/
/*.business_light_logo ,.business_email_header ,.business_dark_logo ,.business_favicon{
    z-index: 1 !important;
}
.menu-submenu .menu-submenu-classic{
    z-index: 11111119999 !important;
}*/
.lowthresoldproduct_data,
.highthresoldproduct_data {
    max-height: 500px;
    overflow-y: scroll;
}
.delete-large-img,
.delete-small-img,
.delete-medium-img {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: red;
    border: 2px solid red;
    padding: 1px 6px;
    font-weight: 700;
    background-color: white;
    z-index: 9;
}

.img-block-tag {
    position: relative;
    display: block;
    width: 100%;
}
.preview_businesslight_logo_svg {
    border-radius: 4px;
    background: black;
    padding: 4px;
}
.truncate {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.color-pallete {
    width: 50px;
    height: 50px;
    padding: 5px;
}
.color-pallete-icon {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    border: 1px solid #eee;
}
.dark-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.light-title {
    font-weight: 400;
    color: #6d6d6d;
}
.light-title-value {
    font-weight: 600;
    color: #000;
}
.shipping_address p,
.billing_address p {
    color: #6d6d6d;
    margin-bottom: 0;
}
.ordernotes-block p {
    margin-bottom: 5px;
}
.ordernotes-block {
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 0px;
    display: block;
}
span.count-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 2px;
    background-color: #f64e60;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.font-black {
    color: #4e4b4b;
}

.month {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.theme-color {
    color: #005caa;
}
.theme-bg {
    background-color: #f5f6fa;
}
.theme-card-body p {
    color: #707070;
    font-weight: 400;
}
.theme-card-body p {
    font-weight: 700;
    margin-bottom: 4px;
}

/* .row-project-detail-card {
    width: 100%;
} */

.theme-card {
    position: relative;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.theme-card .trash-icon {
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 5px;
}

.col-sm-3.col-project-detail-card {
    margin-bottom: 25px;
}

.row.row-project-detail-card {
    margin-bottom: -25px !important;
}

.w-100 {
    width: 100%;
}
.project-tab {
    padding: 10px 20px !important;
    border-radius: 10px;
}
.project-tab:hover {
    color: #7e8299 !important;
}
.project-tab.active {
    /* background-color: #FF8E00; */
    background-color: #000000;
    color: #fff !important;
}
.gallery-img-wrapper:hover .theme-overlay::before {
    opacity: 1;
}

.theme-overlay {
    position: relative;
}
.theme-overlay::before {
    position: absolute;
    content: "";
    background-color: #39428650;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.gallery-img-wrapper:hover .gallery-img-wrapper-icon {
    opacity: 1;
}
.gallery-img-wrapper-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: fit-content;
    text-align: center;
    opacity: 0;
}

.message.message-gallery-img {
    display: flex !important;
    gap: 10px;
    justify-content: left;
    width: fit-content;
}
.message-gallery-img-with-text {
    flex-direction: column !important;
}
.message-gallery-img-with-text-img {
    display: flex;
    gap: 10px;
}

.message-gallery-img-with-text-img img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 80px;
}

.status_update_disable {
    background-color: #ebeaea;
}

ul.pagination > li.disabled > a,
ul.pagination > li.disabled > a:hover,
ul.pagination > li.disabled > a:focus {
    cursor: not-allowed;
    color: #999;
    border: 1px solid #ccc;
    outline: none;
    background-color: #fff;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination > li.active > a,
ul.pagination > li.active > a:hover,
ul.pagination > li.active > a:focus {
    cursor: default;
    color: #fff;
    border: 1px solid #4682b4 !important;
    outline: none;
    background-color: #4682b4 !important;
}
.pagination {
    gap: 6px;
}
.pagination:last-child {
    margin: 0;
}
ul.pagination > li > a {
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #636566;
    border: 1px solid #edebeb;
    background-color: #fff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 4px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.42rem;
    margin-left: -12px;
    font-size: 11px;
    margin-top: 4px !important;
}

.text-gray-600 {
    font-weight: 500;
}

.large-font {
    font-size: 16px;
}
#btn-add-user,
#btn-back {
    color: #fff !important;
    transition: all 0.3s linear;
}
#btn-add-user:hover,
#btn-back:hover {
    background-color: #020729 !important;
    transition: all 0.3s linear;
}
.location-cell {
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 0.25rem;
    /* color: #7c7c7c; */
    max-width: 120px;
    text-align: center;
    padding: 5px 20px;
    margin: 0 !important;
    font-weight: 500;
    font-size: 12px;
}
.location-cell,
.dataTables_wrapper td a {
    cursor: pointer;
    transition: all 0.3s linear;
}

.location-cell:hover,
.dataTables_wrapper td a:hover {
    color: #4682b4 !important;
    transition: all 0.3s linear;
}
.user-avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.login-profile-detail {
    display: flex;
    align-items: center;
    background-color: #4682b4;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
}
.card-body .masters:hover h6 {
    color: #4682b4 !important;
    transition: all 0.3s linear;
}
.dashbord-col .fa-2x {
    font-size: 40px !important;
    color: #4682b4;
}
.card-body .fw-semibold {
    color: #343a40;
}

.dashbord-col .my-7 {
    margin: 10px 0 !important;
}
.header .header-bottom,
.header .header-top {
    height: unset !important;
}
.header .header-bottom {
    padding: 0;
}
.header-menu .menu-nav > .menu-item {
    margin: 0 !important;
    padding: 0 !important;
}
.header-menu .menu-nav > .menu-item > .menu-link {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 0 !important;
}
.header-menu .menu-nav > .menu-item.menu-item-active > .menu-link,
.header-menu .menu-nav > .menu-item:hover > .menu-link {
    background-color: transparent !important;
    border-bottom: 2px solid #fff !important;
    
}
.table thead th {
    white-space: nowrap !important;
    text-wrap: nowrap !important;
}
.btn_pagination_prev svg,
.btn_pagination_next svg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_pagination_prev,
.btn_pagination_next {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/***Theme Sidebar***/
.sidebar-active {
    overflow: hidden;
}

.theme-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1111;
    pointer-events: none;
    left: 0px;
    background: rgba(51, 51, 51, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.theme-sidebar.active {
    opacity: 1;
    pointer-events: auto;
}

.theme-sidebar.theme-full-sidebar .theme-sidebar-card {
    top: -100%;
    right: 0;
}

.theme-sidebar.theme-full-sidebar.active .theme-sidebar-card {
    top: 0;
}

.theme-full-sidebar .close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
}

.theme-sidebar-sm .form-group:last-child {
    margin-bottom: 0;
}

.theme-sidebar-action {
    display: flex;
}

.theme-sidebar-contant {
    position: relative;
    /* height: calc(100vh - 128px); */
    height: calc(100vh - 65px);
    padding: 30px;
}

/* .theme-sidebar-contant.theme-sidebar-contant-without-footer {
  height: calc(100vh - 56px);
  } */

.theme-sidebar-footer {
    padding: 1rem 2rem 1rem;
    background-color: #fff;
}

.theme-sidebar-card {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    max-width: 420px;
}

.theme-sidebar.theme-sidebar-lg .theme-sidebar-card {
    width: 79.625rem;
}

.theme-sidebar.theme-sidebar-md .theme-sidebar-card {
    width: 59rem;
}

.theme-sidebar.theme-sidebar-sm .theme-sidebar-card {
    width: 22.75rem;
}

.theme-sidebar-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    /* background-color: #f5f5f5; */
    /* padding: 0.5rem 2rem; */
    /* justify-content: space-between; */
    justify-content: end;
    padding: 10px 30px;
    /* min-height: 56px; */
    border-bottom: 1px solid #d5d5d5;
}

.theme-sidebar-title {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.theme-sidebar.active .theme-sidebar-card {
    right: 0;
}

.sidebar-filter-detail .custom-checkbox-btn:last-child,
.sidebar-filter-detail .custom-radio-btn:last-child {
    padding-right: 8px;
}
.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
}

.close-sidebar {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000000;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.close-sidebar:hover {
    color: #856d47;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.theme-sidebar-detail .select2-selection__rendered {
    white-space: pre-wrap !important;
    /* line-height: 22px !important; */
    /* min-height: 45px !important; */
}

.theme-sidebar-detail .select2-container .select2-selection--single {
    height: auto !important;
}

.card-header.title-with-filter {
    align-items: center !important;
}
.theme-btn.btn-with-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn.theme-btn {
    background-color: #4682b4;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn.theme-btn:hover {
    background-color: #000;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-filter-items {
    padding: 0 30px;
}

.sidebar-filter-btn {
    padding: 0 30px;
}
.theme-sidebar-detail {
    position: relative;
    /* overflow: hidden; */
    padding: 30px;
}
.theme-sidebar-detail .card-body {
    padding: 0 !important;
}
.theme-sidebar-detail .row {
    margin-left: -12.5px !important;
    margin-right: -12.5px !important;
}
/* .theme-sidebar-detail .helptext {
    opacity: 0 !important;
} */
/***End Theme Sidebar***/
.dashboard-items-icon-with-title span {
    line-height: 40px;
}

.dashboard-items-icon-with-title {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
}

.dashboard-column-items {
    display: block;
    width: 100%;
}

.dashboard-items-desc span {
    font-size: 16px;
}
.container-fluid.mt-13 {
    margin-top: 0 !important;
}
.no-of-cp-assign-btn.zero-count {
    pointer-events: none !important;
}

.no-of-cp-assign-btn {
    min-width: 37px;
    display: flex;
    width: fit-content;
    justify-content: center;
    font-weight: 500;
}
.imgsize {
    height: 60px !important;
    width: 60px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 10px !important;
}
#Project .imgsize {
    width: auto !important;
    height: auto !important;
    max-width: 140px;
    max-height: 120px;
}
.card-filter-btn-detail {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1599px) {
    .dashboard-items-desc span {
        font-size: 14px;
    }
}
@media screen and (max-width: 1408px) {
    .dashbord-col .card-body {
        padding: 20px;
    }
    .dashboard-items-desc span {
        font-size: 13px;
    }
}
@media screen and (max-width: 1216px) {
    .dashbord-col .card-body {
        padding: 20px;
    }

    .dashboard-row {
        flex-wrap: wrap;
    }

    .dashbord-col {
        width: calc(33.33% - 15px) !important;
        flex: 0 0 calc(33.33% - 15px) !important;
    }
    .card {
        height: unset !important;
    }
}
@media screen and (max-width: 991px) {
    .topbar {
        padding: 0;
        height: unset;
    }
    .header-menu .menu-nav > .menu-item.menu-item-active > .menu-link,
    .header-menu .menu-nav > .menu-item:hover > .menu-link,
    .header-menu .menu-nav > .menu-item > .menu-link {
        border-bottom: 0 !important;
        border-top: 0 !important;
    }
    .login-profile-detail {
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }
    .topbar {
        background-color: #4682b4;
    }
    .dropdown-menu.show {
        right: -30px !important;
    }
    .header-menu-mobile .menu-nav > .menu-item > .menu-heading .menu-text,
    .header-menu-mobile .menu-nav > .menu-item > .menu-link .menu-text {
        font-size: 14px !important;
    }
    .header-menu-mobile
        .menu-nav
        > .menu-item
        .menu-submenu
        .menu-item
        > .menu-heading
        .menu-text,
    .header-menu-mobile
        .menu-nav
        > .menu-item
        .menu-submenu
        .menu-item
        > .menu-link
        .menu-text {
        font-size: 13px !important;
    }
    .header-menu-mobile
        .menu-nav
        > .menu-item
        > .menu-heading
        .menu-arrow:before,
    .header-menu-mobile .menu-nav > .menu-item > .menu-link .menu-arrow:before {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .card-toolbar .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .card-filter-btn-detail .theme-btn {
        min-height: 38px;
        display: flex;
        align-items: center;
    }
    .no-of-cp-assign-btn {
        min-width: 35px;
    }
    .dashbord-col {
        width: calc(50% - 8px) !important;
        flex: 0 0 calc(50% - 8px) !important;
    }
    div.dataTables_wrapper div.dataTables_length label {
        display: block !important;
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
    .dataTables_wrapper .dataTable th.sorting_desc,
    .dataTables_wrapper .dataTable td.sorting_desc,
    .dataTables_wrapper .dataTable th.sorting_asc,
    .dataTables_wrapper .dataTable td.sorting_asc {
        width: 100% !important;
    }
    .theme-btn.btn-with-icon span {
        display: none;
    }
    .theme-btn.btn-with-icon {
        padding: 5px;
    }
    .theme-sidebar-detail .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .theme-sidebar-detail {
        padding: 30px 15px !important;
    }
    .sidebar-btns .form-group {
        margin-bottom: 5px;
    }
    .theme-sidebar-header {
        padding: 10px 15px;
    }
    div#hoot_footer {
        justify-content: center;
        text-align: center;
        margin: 0 !important;
    }

    .footer span.text-muted {
        margin: 0 !important;
    }

    .madeinindia {
        max-width: 20px;
    }
    .card-header {
        padding: 15px !important;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl,
    .col-xxl-auto {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .card.card-custom > .card-body {
        padding: 15px;
    }
    .card-body .card-body {
        padding: 0 !important;
    }
    .form-group.ml-4,
    .form-group.ml-6,
    .form-group.ml-3 {
        margin-left: 0 !important;
    }
    ul.pagination > li > a {
        height: 26px;
        width: 26px;
        line-height: 26px;
    }
    .btn_pagination_prev,
    .btn_pagination_next {
        width: 20px !important;
    }
    .row.masters {
        padding: 0px 15px;
        display: flex;
        align-items: center;
    }

    .masters .text-xs.mb-1 {
        margin-bottom: 0 !important;
    }

    .row.masters .col {
        display: flex;
        align-items: center;
    }
    #Masters .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 575px) {
    .dropdown-menu.show {
        right: 0 !important;
        left: 0 !important;
    }
    .ml-10.mr-10 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .pagination.pull-right {
        float: unset;
        justify-content: center;
    }
    .btn.theme-btn {
        font-size: 12px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 12px 0;
        justify-content: center;
    }
    .dashboard-row {
        gap: 8px !important;
        align-items: start !important;
    }
    .dashboard-items-icon-with-title {
        min-height: 51px !important;
        margin-bottom: 8px;
        padding-bottom: 0px;
    }
    .dashbord-col {
        width: calc(50% - 4px) !important;
        flex: 0 0 calc(50% - 4px) !important;
    }
    .card-body .fs-3x {
        font-size: 24px !important;
        line-height: 24px !important;
        margin: 10px 0 0 !important;
    }
    .dashbord-col .flex-column.my-7 {
        margin: 0 !important;
    }
    .dashbord-col .fa-2x {
        font-size: 30px !important;
    }
    .card-body .dashboard-items-icon-with-title span.fs-3x {
        margin: 0 !important;
    }
    .dashboard-items-desc span {
        font-size: 12px;
        line-height: 16px;
    }
    .dashbord-col .card-body {
        padding: 10px;
    }
}
@media screen and (max-width: 360px) {
    .dashbord-col {
        width: calc(100% - 4px) !important;
        flex: 0 0 calc(100% - 4px) !important;
    }
}
.action-btn {
    display: flex;
}
.action-btn a {
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
}
.breadcrumbs {
    padding: 0;
    margin: 4px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.breadcrumbs li {
    list-style: none;
}

.card.card-custom > .card-header .card-title {
    display: block;
}

.card.card-custom > .card-header .card-title h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.card.card-custom > .card-header {
    align-items: center;
}

.breadcrumbs li {
    font-size: 14px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.breadcrumbs li:not(:last-child):after {
    content: "/";
    position: relative;
    display: block;
    height: 16px;
    margin: 0 2px;
    text-align: center;
}
