﻿
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*----------------Manual Added-------------*/
/*div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    font-size: small;
    min-width: 60px;
}*/


@font-face {
    font-family: "Poppins-Light";
    src: url("../Fonts/popins/Poppins-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../Fonts/popins/Poppins-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../Fonts/popins/Poppins-Bold.woff") format("woff2");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../Fonts/popins/Poppins-Regular.woff") format("woff2");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../Fonts/popins/Poppins-Medium.woff") format("woff2");
}

:root {
    --main-color: #3a3a3a;
    --main-color-dark: #4cbabf;
    --text-color: #dedede;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #f6f6f6;
    min-height: 100vh;
    display: flex;
    position: relative;
    font-size: .8rem
}

h1,
h2,
h3,
h4 {
    font-family: "Poppins-Medium";
    font-weight: 600;
}

input {
    font-family: Poppins-Regular;
    font-size: .8rem;
}

a {
    text-decoration: none;
    font-family: 'Poppins-Medium';
}

.nav-container .sidebar-links ul {
    list-style: none;
    padding-left: 0;
}

i {
    font-size: .85rem;
}

.form-check-input:checked {
    background-color: var(--main-color-dark);
    border-color: var(--main-color-dark);
}

.form-check-input {
    border: var(--bs-border-width) solid #9e9e9e;
}

    .form-check-input:focus {
        border-color: #fff;
        outline: 0;
        box-shadow: none;
    }

    .form-check-input:focus {
        border: var(--bs-border-width) solid #9e9e9e;
    }

h5,
h6 {
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgba(117, 190, 28, 0.064);
    color: var(--bs-table-striped-color);
}

.table-striped td button {
    height: 1.5rem;
    font-size: .8rem;
    border: none;
    outline: none;
    border-radius: 5px;
}

.table-striped td .inactive {
    width: 55% !important;
    height: 1.5rem !important;
    font-size: .8rem;
    border: none;
    padding: 1px 7px;
    outline: none;
    background-color: #ffbcbc;
    color: #f84b4b;
    border-radius: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea:focus {
    outline: none;
}

/* ================Login Page Start==================
===================================================== */

.login-background {
    height: 100vh;
    width: 100%;
    background: url(../Images/backbround.jpg);
    background-position: center;
    background-size: cover;
}


.login-type {
    display: flex;
    border: 1px solid #9e9e9e;
    border-radius: 8px;
    height: 50px;
}

.login-input {
    height: 100%;
    width: 100%;
}

    .login-input input {
        height: 100%;
        width: 98%;
        padding: 0 0px;
        outline: none;
        border: none;
        font-size: 14px;
    }

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 20px;
    position: relative;
}

    .icon i {
        color: #9e9e9e;
        position: relative;
        top: 2px;
    }

.remember {
    font-family: "Poppins-Regular";
    font-size: .8rem;
    color: #707070;
}

.forgot-password a {
    font-family: "Poppins-Regular";
    font-size: .8rem;
}

.my-3.form-check.password-reminder {
    display: flex;
    justify-content: space-between;
}

.submit {
    background: var(--main-color-dark);
    height: 50px;
    font-family: "Poppins-Regular";
    color: #ffff;
    font-size: .85rem;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}

a.submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

label.forgot-password a {
    font-size: 15px;
    font-weight: 500;
}

.form-check.password-reminder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view {
    padding: 14px;
    font-size: 18px;
    color: #9e9e9e;
}

.icon .view {
    position: absolute;
    left: 0;
}

.login-container {
    width: 35%;
}

span.link.hide.dashboardLinkItem {
    margin-left: 2px !important;
}
/* ================Login Page End==================
=================================================== */

/* ================Dashboard Start==================
===================================================== */

/* ================Dashboard side nev Section Start==================
================================================================== */

nav {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: var(--main-color);
    width: 16rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: all .4s linear;
    z-index: 99;
}

    nav.nav-container {
        width: 225px;
    }

.sidebar-links {
    overflow: auto;
    overflow-x: hidden;
    position: sticky;
}

    .sidebar-links ul {
        margin: 0;
    }

nav::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 100%;
    top: 0;
    left: 100%;
}

main {
    flex: 1;
    padding: 0.2rem 0.5rem;
    color: #1f2027;
    display: flex;
    flex-direction: column;
}

    main h1 {
        margin-bottom: 1rem;
    }

    main .copyright {
        margin-top: auto;
        font-size: 0.9rem;
    }

        main .copyright span {
            color: var(--main-color);
            font-weight: 500;
            cursor: pointer;
        }

.sidebar-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 0 1.8rem;
}

    .sidebar-top h3 {
        padding-left: 0.5rem;
        font-weight: 600;
        font-size: 1.15rem;
    }

.sidebar-links li {
    position: relative;
    padding: 10px 0;
}

.sidebar-links a {
    color: var(--text-color);
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 12px 0px;
}


.icon {
    /*display: none;*/
    font-size: .8rem;
    text-align: center;
    min-width: 3.7rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-top: 2px;
}

    .icon i {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        transition: 0.3s;
    }

        .icon i:last-child {
            font-size: .85rem;
            color: #fff;
            align-items: center;
            justify-content: center;
            position: absolute !important;
            top: -8px !important;
            right: 5px !important;
        }

.dataTables_scrollBody {
    max-height: auto !important;
}

#tableID2 input[type="radio"] {
    float: right;
}

#EmployeeId {
    margin-right: 5px;
    background: white;
    color: var(--main-color-dark);
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: .8rem;
    margin-right: 15px;
    border: 1px solid;
}

button#ContactId {
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: .8rem;
    margin-right: 15px;
}

.sidebar-links .DropdownHover.active {
    background-color: #2e2e2e !important;
}

.sidebar-links a:hover {
    transition: 0.2s ease-in;
    color: #fff;
    border-left: 6px solid var(--main-color-dark);
    border-radius: 6px;
}

.sidebar-links a .link {
    transition: opacity 0.3s 0.2s, color 0.3s;
    font-size: .8rem;
    margin-left: -5px;
}

.sidebar-links a.active i:first-child {
    opacity: 0;
}

.sidebar-links a.active i:last-child {
    opacity: 1;
}

input#newMessage {
    padding: -3px;
    height: 36px;
    border-radius: 5px;
}

.dataTables_wrapper {
    font-size: .8px;
}

.col-auto {
    margin-top: 1px !important;
}

.input-group-append .input-group-text {
    height: 25.5px;
}

table.dataTable {
    white-space: inherit;
}

.job-services tbody tr td:last-child {
    width: 100px;
}

.service-weight tbody tr td:nth-child(2) {
    width: 140px;
}

.service-weight tbody tr td:nth-child(6) {
    width: 220px;
}

.dataTable img {
    width: 26px;
}

.sidebar-links h4 {
    position: relative;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0.8rem;
    color: var(--text-color);
    letter-spacing: 0.5px;
    height: 45px;
    line-height: 45px;
    transition: opacity 0.3s 0.2s, height 0.5s 0s;
}

.sidebar-footer {
    position: relative;
    margin-top: auto;
}

.account {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--text-color);
    height: 53px;
    width: 3.7rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s 0s, color 0.3s 0s;
}

    .account:hover {
        color: #fff;
    }

.admin-user {
    display: flex;
    align-items: center;
}

.admin-profile {
    white-space: nowrap;
    max-width: 100%;
    transition: opacity 0.3s 0.2s, max-width 0.7s 0s ease-in-out;
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}

.admin-user img {
    width: 2.9rem;
    border-radius: 50%;
    margin: 0 0.4rem;
}

.admin-info {
    padding-left: 0.3rem;
}

    .admin-info h3 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1;
    }

    .admin-info h5 {
        font-weight: 400;
        font-size: 0.75rem;
        color: var(--text-color);
        margin-top: 0.3rem;
        line-height: 1;
    }

/* When the menu shrinks */

.hide {
    transition: opacity 0.3s 0.2s;
}

.dashboardMainitem {
    margin-left: 4px;
}

body.shrink nav {
    width: 5.4rem;
}

body.shrink .hide {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
}

body.shrink .dropdown-container {
    display: none !important;
}

body.shrink .arrow-listing {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
}

body.shrink .accordion-nested {
    display: none;
    pointer-events: none;
    transition-delay: 0s;
}

body.shrink .sidebar-links h4 {
    height: 10px;
}

body.shrink .account {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s 0.3s, color 0.3s 0s;
}

body.shrink .admin-profile {
    max-width: 0;
    transition: opacity 0.3s 0s, max-width 0.7s 0s ease-in-out;
}

body.shrink .tooltip {
    display: grid;
}

.list-menu p {
    margin: 0px;
    position: absolute;
    left: 18px;
    color: #74be1c;
    font-size: .8rem;
}

.list-menu ul {
    margin-top: 30px;
    font-size: .8rem;
    line-height: 1.5;
}
/* ================Dashboard side nev Section Start==================
================================================================== */

/* ================Dashboard header Section Start==================
================================================================== */
.header {
    height: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #3a3a3a;
    justify-content: flex-end;
    padding-right: 1.8rem;
    position: relative;
}

.user-profile img {
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.user-profile {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #fff;
}

.name {
    margin: 0 10px 0 10px;
}

.profile-dropdown {
    display: flex;
    align-items: center;
}

.logout {
    font-size: 25px;
}

.dropdown-item {
    color: #656565;
}

    .dropdown-item:hover {
        color: #fff;
        background-color: var(--main-color-dark);
    }

.dropdown-menu i {
    font-size: .8rem;
    margin-right: 10px;
    padding: 7px 0 7px 0;
}

.header .notification {
    font-size: 21px;
    margin-right: 14px;
    color: white;
    display: flex;
    position: relative;
    background: none;
    border: none;
}

.justList {
    display: none;
}

li.dashboard .nev-active {
    background: #2e2e2e;
    border-left: 6px solid var(--main-color-dark);
    border-radius: 0.3rem;
    color: rgb(255, 255, 255);
}

li.dashboard a:hover {
    transition: 0.2s ease-in;
    border-radius: .3rem;
    background: var(--main-color-dark);
    border-left: 6px solid var(--main-color-dark);
}

li.dashboard a:focus {
    background: #2e2e2e;
    border-radius: 0.3rem;
    padding: 12px 0px;
    border-left: 6px solid var(--main-color-dark);
}

    li.dashboard a:focus i.fa {
        color: var(--main-color-dark);
    }

.dropdown-container .checked-menu {
    color: #fff;
}

/* .menu-dropdown span, .menu-dropdown i{
  color: #ffffff;
} */


ul.dropdown-menu.show-notification.show {
    transform: translate(-15px, 38px) !important;
    box-shadow: 3px 6px 15px -7px rgb(0 0 0 / 37%);
}

.user-profile-show {
    box-shadow: 3px 6px 15px -7px rgb(0 0 0 / 37%);
}

.notification::after {
    content: none;
}

.notification i {
    font-size: 24px;
}

.show-notification li {
    display: block;
    font-size: .8rem;
    margin-bottom: 10px;
}

.show-notification {
    width: 20rem;
}

.all-notification {
    background-color: #0170b9;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
}

.notification .number {
    height: 1.1rem;
    width: 1.1rem;
    font-size: 13px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 11px;
}

.hamburger {
    color: #fff;
    position: absolute;
    left: 1.5rem;
    background-color: var(--main-color-dark);
    padding: 5px;
    border-radius: 20%;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.add-user {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.breadcrumb-header p a {
    color: #9e9e9e;
}

.breadcrumb-header .page-name a {
    color: var(--main-color-dark);
}

a.dropdown-item {
    margin-top: 0px !important;
    font-size: .8rem;
}

.search-filter {
    width: 100% !important;
}


.search-btn svg {
    margin: 0 5px 0px 0;
    margin-top: -2px;
}

.card-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .card-container h4 {
        color: var(--main-color-dark);
        font-size: 20px;
    }

.card-icon {
    display: flex;
    justify-content: center;
}

.card-dashboard .main-card {
    background-color: #fff;
    border-radius: 1.3rem;
    box-shadow: 1px 0px 16px -7px rgb(0 0 0 / 14%);
}

.cards {
    background-color: #fff;
    border-radius: 0.9rem;
    box-shadow: 3px 6px 15px -7px rgb(0 0 0 / 12%);
    position: relative;
    padding: 5px;
}

.locationmain .cards {
    margin-bottom: 9px;
}

.apexcharts-series path {
    fill: var(--main-color-dark) !important;
}

/* ================ Header Notification Section Start ================== */

.profCont {
    padding-left: 15px;
}

.profile {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 50px;
    float: left;
}

.txt {
    vertical-align: top;
    font-size: .8rem;
    padding: 5px 10px 0px 80px;
    color: rgb(107, 107, 107);
}

.notification-area:hover {
    background-color: #f5f5f5;
}

.sub {
    font-size: .8rem;
    color: rgb(165, 165, 165);
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

/* ================ Header Notification Section End ================== */

/* ==================Dashboard Vendor Table section Start================ */
thead {
    background: var(--main-color-dark);
    color: white;
}

.disabled > .page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
}

.disabled > .page-link,
.page-link.disabled {
    color: rgb(0 0 0 / 75%);
    pointer-events: none;
    background-color: #ffffff;
    border-color: #ffffff;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #74be1c;
    border-color: #74be1c;
}

.form-select:focus {
    border-color: #74be1c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #9e9e9e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.yearly-graph {
    margin-bottom: 20px;
}

@media only screen and (max-device-width: 768px) {
    .right-dashboard {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .CstmFlexWrap-Mobile {
        flex-wrap: wrap;
    }
}

.right-dashboard {
    display: flex;
    flex-direction: column;
    width: calc(100% - 225px);
    /*    width: 100% ;*/
}

body.shrink .right-dashboard {
    /*    width: calc(100% - 5.4rem);*/
    width: 100%;
}

main.pb-3 {
    margin-bottom: 28px;
}

.vendor-tdash {
    white-space: nowrap;
    overflow-y: auto;
}

.copyright {
    padding-left: 1.5rem;
}

a.page-link {
    font-size: .8rem;
}

.vendor-details {
    position: relative;
}

    .vendor-details table tr td:nth-child(1) {
        color: #8b8b8b;
        width: 12rem;
    }

    .vendor-details table tr td {
        padding: 5px 15px 5px 5px;
    }

.clientdatabg table tbody tr {
    border-bottom: 1px dashed #d7d7d7;
}

    .clientdatabg table tbody tr:last-child {
        border: none
    }

    .clientdatabg table tbody tr td {
        background-color: #f2f2f2;
        width: 218px;
        font-size: .8rem !important;
    }

.clientdatabg table {
    width: 100%
}

    .clientdatabg table tbody tr td:last-child {
        background-color: #fff;
    }
/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color-dark);
    border-radius: 10px;
}
/* ==================Dashboard Vendor Table section End================ */

/* ================Dashboard header Section End==================
================================================================== */
/* ==================== Dashboard End =================
===================================================== */

/* ==================== Customer Listing page Start =================
==================================================================== */



.filter-input :is(input, select) {
    height: 30px;
    width: 100%;
    padding: 0 15px;
    outline: none;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    font-size: .8rem;
}


.filter-input .dropdown-options {
    width: 100%;
    padding: 0 15px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    font-size: .8rem;
    height: 30px;
    line-height: 30px;
}

.mainlocationhead .cards {
    padding: 9px;
    margin-top: 5px;
}

.search-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


    .search-button i {
        font-size: .8rem;
    }

    .search-button button {
        height: 30px;
        background: var(--main-color-dark);
        color: #fff;
        outline: none;
        border: none;
        border-radius: 5px;
        padding: 5px 10px 7px 10px !important;
        font-size: .8rem;
    }

.add-button a {
    height: 32px;
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .add-button a svg {
        position: relative;
        top: 1px;
        right: 2px;
    }

.filter-lable p {
    color: #4d4d4d;
    font-size: .8rem;
    font-weight: 600;
}

.billing-add h5 {
    margin-right: 30px;
}

.add-vendor {
    display: flex;
    align-items: center;
    position: relative;
    top: 4px;
    left: 10px;
}

    .add-vendor svg {
        margin: 0 10px 2px 0;
    }

.external-edit a {
    height: 35px;
    /* background: linear-gradient( 180deg, rgba(116, 190, 28, 1) 0%, rgba(26, 167, 80, 1) 100% );*/
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 4px 15px 5px 15px;
    font-size: .8rem;
}
/* ==================== Customer Listing page End =================
==================================================================== */

/* ==================== Add Customer page Start =================
==================================================================== */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding-left: 10px;
    height: 30px;
    user-select: none;
    -webkit-user-select: none;
}

span#select2-single-container {
    line-height: 30px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    padding: 8px 12px;
    background: #fff;
    top: 5px;
    right: 6px;
    width: 20px;
}

span#select2-single-container {
    line-height: 30px;
    position: relative;
    left: 6px;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-color-dark);
    color: white;
}

.select2 {
    width: 100% !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 30px;
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-left: 15px;
    height: auto;
}

input.select2-search__field {
    width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: var(--main-color-dark);
    margin-top: 9px;
    border: none;
    color: #fff;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #fff;
    padding-right: 5px;
}

p.Permission-role {
    white-space: nowrap;
}

.listTemp a {
    color: #9e9e9e;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    margin: 0px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flow-root;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid #aaaaaa 1px;
}

.bill-address textarea {
    width: 100%;
    padding: 7px 9px;
    border: 1px solid #aaa;
    border-radius: 5px;
    overflow: hidden;
    height: 31px;
}
/*a:hover {
    color: #74be1c;
    text-decoration: underline;
}*/
.location-index .dataTables_wrapper td:nth-child(4) a, .location-index .dataTables_wrapper td:nth-child(4) a i {
    color: #1c57cd;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    padding: 8px;
}

.location-index .dataTables_wrapper td:nth-child(4) a:hover {
    text-decoration: underline;
    color: blue;
}

.admintempmain {
    color: gray !important;
}

.save-cancel {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 23px;
}

.save-cancel-submit {
    display: flex;
    justify-content: flex-start;
}

    .save-cancel-submit a {
        background: var(--main-color-dark);
        color: #fff;
        outline: none;
        border: none;
        border-radius: 5px;
        padding: 7px 20px;
        font-size: .8rem;
        margin-top: 28px;
    }

.borderColItem {
    border: 1px solid #8f8f8f;
    padding: 10px;
    border-radius: 5px;
}

.save-cancel :first-child {
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: .8rem;
    margin-right: 15px;
}

.save-cancel :nth-child(2) {
    color: #ff0000;
    outline: none;
    border: 1px solid #ff8c8c;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: .8rem;
    background-color: #fff;
}

/* ==================== Add Customer page End =================
================================================================ */

/* ==================== View Customer page Start =================
================================================================ */
.customer-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .customer-img img {
        padding: 11px 0;
        width: 12rem;
    }

.customer-name {
    color: #3a3a3a;
    font-size: .8rem;
}

.customer-details table tr td:nth-child(1) {
    color: #8b8b8b;
    width: 6rem;
}

.customer-details table tr td {
    padding: 10px 20px 5px 5px;
}

.customer-details {
    position: relative;
    height: 305px
}

.client-details {
    display: flex;
    flex-direction: column;
}

/* ==================== View Customer page End =================
================================================================ */

/* ==================== Add Vendor page Start =================
================================================================ */
.receive-mail {
    display: flex;
    justify-content: space-between;
}

input#hiddenBtn {
    margin-top: -8px !important;
}

.send-mail {
    display: flex;
}

    .send-mail p {
        margin-left: 10px;
        position: relative;
        top: 2px;
    }

input#useremail:-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #111;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #0000;
}

input#passbox:-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #111;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #0000;
}

.add-new-vendor {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

    .add-new-vendor svg {
        margin: 0 10px 2px 0;
    }
/* ==================== Add Vendor page End =================
================================================================ */

/* ==================== View Vendor page Start =================
================================================================ */
.vendor-details {
    display: flex;
}

.product-btn {
}

    .product-btn button {
        height: 30px;
        padding: 0px 10px;
    }

select.form-select.form-select-solid {
    height: 30px;
    border: 1px solid #9e9e9e;
}

.supply-checkbox {
    position: relative;
}

.supply {
    position: absolute;
    top: 38px;
}

.add-product img {
    margin: 0 0px 0px 0;
}

.active-inactive button {
    width: 5.8rem;
    height: 30px !important;
    padding: 0px !important;
    position: relative;
    top: 10px;
}

.active-inactive :nth-child(2) {
    background: linear-gradient(180deg, #a7a7a7 0%, #636363 100%);
}

.breadcrumb-header.inactive-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/*.search-button .search-btn a {
    margin-top: 22px;
}*/
/*.table-responsive .p-1{
    margin-left: 85px;
} */
.statusItemMain {
    margin-left: -400px;
}

.customer-details
.edit-profile {
    position: absolute;
    left: 95% !important;
    top: 0;
}

.edit-profile {
    position: absolute;
    left: 48%;
    top: 0;
    background: #3a3a3a;
    width: 35px;
    height: 35px;
    border-radius: 12px;
    text-align: center;
    line-height: 44px;
}

    .edit-profile i {
        font-size: 25px;
        color: #3d9454;
    }



    .edit-profile .edit {
        font-size: 21px;
        color: var(--main-color-dark);
        cursor: pointer;
    }
/* ==================== View Vendor page End =================
================================================================ */

/* ==================== Upload Profile Section Start =================
===================================================================== */
.avatar-upload {
    position: relative;
    display: flex;
    justify-content: center;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        /*left: 127px;
        top: 154px;*/
        left: 106px;
        top: 5px;
        z-index: 1;
    }

.upload {
    height: 100%;
    display: flex;
    align-items: center;
}

.avatar-upload .avatar-edit input {
    display: none;
}

    .avatar-upload .avatar-edit input + label {
        display: inline-block;
        width: 34px;
        height: 32px;
        margin-bottom: 0;
        border-radius: 100%;
        background: var(--main-color-dark);
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
    }

        .avatar-upload .avatar-edit input + label:after {
            content: "\f040";
            font-family: "FontAwesome";
            color: #fff;
            position: absolute;
            top: 6px;
            left: 10px;
            text-align: center;
            margin: auto;
        }

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid var(--main-color-dark);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

    .avatar-upload .avatar-preview > div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
/* ==================== Upload Profile Section End =================
===================================================================== */

/* ==================== Employee Section Start =================
===================================================================== */
.alternative p {
    font-size: .8rem;
}

.alternative input {
    width: 14px;
    height: 14px;
}
/* ==================== Employee Section End =================
===================================================================== */

/* ==================== Product Section Start =================
=============================================================== */
.asset {
    display: flex;
}

    .asset .product-supply {
        margin-right: 20px;
    }
/* ==================== Product Section End ===================
=============================================================== */

/* ==================== Work Order Section Start ===================
=================================================================== */
.work-status {
    width: 90%;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: .8rem;
    outline: none;
}

.filter-lable p {
    white-space: nowrap;
}

.work-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.work-check {
    font-size: .8rem;
}

    .work-check :checked {
        background-color: #74be1c;
        border-color: #74be1c;
    }

button.btn.btn-primary.add-product.change-status {
    font-size: .8rem;
}

input[type="file"] {
    display: visible;
}
/*input#hiddenBtn {
    margin-top: -8px !important;
}*/
.choose-btn {
    border-radius: 2px;
    float: left;
    background: #848484;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    font-family: arial;
}

    .choose-btn:hover {
        background: #74be1c;
    }

.asset-supply label {
    margin: 0 10px;
}

.nots p {
    color: #7d7d7d;
    font-size: .8rem;
    margin: 0;
}

.nots :nth-child(1) {
    margin: 15px 0 5px 0;
}

.general {
    width: 25%;
    display: flex;
    justify-content: center;
}

    .general button {
        width: 100%;
        color: rgb(91, 91, 91);
    }

        .general button:hover {
            color: #74be1c;
        }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: rgb(255, 255, 255);
    background-color: var(--main-color-dark);
}

.general button i {
    margin-right: 10px;
    font-size: .8rem;
}

.massages i.fa.fa-message {
    font-size: .8rem;
}

.accordion-button:not(.collapsed) {
    color: #1f2027;
    background-color: #ffffff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ffffff;
}

.accordion-button:not(.collapsed) {
    /* color: var(--bs-accordion-active-color); */
    background-color: #ffffff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
}

.active details {
    padding: 15px;
    border: 1px solid rgb(209, 209, 209);
    margin-bottom: 5px;
    border-radius: 7px;
    position: relative;
}

.active summary span {
    position: absolute;
    right: 20px;
}

.active details ul li {
    list-style-type: disc;
}

.active details .mail-footer p {
    margin-bottom: 0px;
}

.source {
    display: flex;
}

    .source :nth-child(1) {
        margin-right: 15px;
    }

.role-checked {
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.cancel-btn {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.permission-user {
    font-size: .8rem;
    color: #747474;
}

.download button {
    background: var(--main-color-dark);
    border: none;
    color: #ffffff;
    font-size: .8rem;
}

.col-lg-4.col-md-4.search-button {
    padding-top: 0px !important;
}

.col-lg-4.col-md-4.search-button {
    padding-top: 0px !important;
}

.import button {
    background: #ccb83b;
    color: #ffffff;
    font-size: .8rem;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background-color: #74be1c;
    border: none;
}

/*.date-icon input {
    background-image: url(../Images/date.svg);
    background-repeat: no-repeat;
    background-position: center right 4%;
}
*/
.nav-item button {
    color: #1f2027;
}

    .nav-item button:hover {
        color: #3d9454;
    }

.notification-mail {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    /* display: inline-block; */
    padding: 15px;
    margin-top: 15px;
}

    .notification-mail ul {
        margin: 0;
        line-height: 2rem;
    }

        .notification-mail ul li {
            text-decoration: none;
            list-style: circle;
        }

.tracking-order p {
    color: red;
}

.due-date {
    display: flex;
    gap: 20px;
}

    .due-date :nth-child(2) {
        background: none;
        margin-left: 10px;
        background-image: url(../Images/time.svg);
        background-repeat: no-repeat;
        background-position: center right 7%;
    }

.service-location {
    display: flex;
}

.requested input {
    margin: 0 5px 0 0;
    position: relative;
    bottom: -3px;
}

.requested label {
    margin-right: 10px;
}

.assign-btn {
    display: flex;
    align-items: center;
    position: relative;
    top: 7px;
    left: 5px;
}

.tracking-check {
    display: flex;
    align-items: center;
}

    .tracking-check label {
        margin: 4px 15px 0 0;
    }

.tracking-Deficient {
    display: flex;
    align-items: center;
}

    .tracking-Deficient label {
        margin: 4px 15px 0 0;
    }

.tracking-Deficient {
    position: relative;
    bottom: 5px;
}

.sublocation {
    display: flex;
    width: 31.5rem;
    justify-content: space-between;
    gap: 20px;
}

    .sublocation .filter-input {
        margin: 0 0 9px 0;
    }

.workOrder {
    background-color: rgba(255, 255, 255, 0.13);
    padding: 10px 0 10px 35px !important;
    margin: 0 !important;
    line-height: 28px;
    font-size: .8rem;
    color: #dedede;
    border-radius: 7px;
}

.work-orders .fa-arrow-down {
    font-size: 12px;
    position: absolute;
    right: 15px;
}

.workOrder li {
    list-style-type: disc;
    margin-right: 5px;
}

.workOrder ul li a {
    display: inline;
}

.workOrder li a:hover {
    background: none;
    color: #ffffff;
}

.workOrder li a:focus {
    background: none;
    color: #ffffff;
}

.dashboard a {
    position: relative;
}

.arrow-listing {
    position: absolute;
    right: 14px;
    top: 23px;
    font-size: 13px;
}

.workOrder ul li {
    margin-bottom: 10px;
}

/* ==================== Work Order Section End ===================
=================================================================== */

/* ==================== Add Contact Start ===================
============================================================= */
.deficiencies {
    display: flex;
    margin-right: 16px;
}

    .deficiencies :nth-child(1) {
        margin-right: 15px;
    }

.type-view {
    display: flex;
}

.message-available {
    border: 1px solid rgb(223, 223, 223);
    padding: 10px 15px;
    border-radius: 5px;
    color: #4d4d4d;
}

.entity {
    display: flex;
}

    .entity p {
        margin: 10px;
    }
/* ==================== Add Contact End ===================
=========================================================== */

/* ==================== Add Location Start ===================
=========================================================== */
.internal {
    padding-top: 25px;
}

    .internal label {
        margin-left: 10px;
    }

.goals h5 {
    margin-bottom: 0;
}

.goals {
    display: flex;
    justify-content: flex-end;
}

.goals {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.external-edit :nth-child(2) {
    background: #ffffff;
    border: 1px solid #cacaca;
    color: #3a3a3a;
}

td a .do-inspection {
    font-size: .8rem;
    color: #444
}

.goal-heading p {
    margin-bottom: auto;
}
/* ==================== Add Location End ===================
=========================================================== */

/* ==================== Calendar Start ===================
=========================================================== */

a.fc-col-header-cell-cushion {
    color: white;
}

.external-edit a {
    height: 30px;
    /* background: linear-gradient( 180deg, rgba(116, 190, 28, 1) 0%, rgba(26, 167, 80, 1) 100% );*/
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: .8rem;
}

.external-edit a {
    font-size: 0.95rem;
    font-weight: 600;
    background-color: #3a3a3a !important;
    padding: 9px 25px;
}
/* ==================== Calendar End ===================
=========================================================== */

.all-allow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.all-deny :nth-child(even) {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.sp-logo {
    display: flex;
    justify-content: center;
}

    .sp-logo img {
        width: 70%;
    }

.profile-details table tr td:nth-child(1) {
    color: #8b8b8b;
    width: 23rem;
}

.profile-details table tr td {
    padding: 10px 13px 5px 5px;
}

.collapsed {
    background: #f9f9f9;
}

/* ============== Report Page Start ============
================================================ */
.report-links ul {
    margin: 0;
    line-height: 2rem;
}

.report-heading {
    font-size: .8rem;
}

.report-filter {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

.include-partial {
    margin-top: 25px;
}

.include-tracking {
    margin-top: 24px;
}
/* ============== Report Page End ============
================================================ */

.color-box {
    width: 3.6rem;
    height: 1.6rem;
    background: #28A745;
    border-radius: 5px;
}

.red {
    width: 3.6rem;
    height: 1.6rem;
    background: #DC3545;
    border-radius: 5px;
}

.yellow {
    width: 3.6rem;
    height: 1.6rem;
    background: #FFC107;
    border-radius: 5px;
}

.color-input input {
    height: 30px;
    width: 6rem;
    border: none;
    border-radius: 5px;
}

/* ============== Job Template Start ============
================================================ */
.custom-weight .weight-number {
    font-size: .8rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    border: 1px solid rgb(183, 183, 183);
    outline: none;
}

.vendor-details table tr td:nth-child(1) {
    color: #8b8b8b;
    width: auto;
}

.client-details table tr td:nth-child(1) {
    color: #8b8b8b;
    width: auto;
}

.checked-job .report-filter input {
    width: 1.7rem;
    height: 1.7rem;
    position: relative;
    bottom: 3px;
}
/* ============== Job Template End ============
================================================ */
/* .rating-table tbody tr td:first-child{
 
} */
.color-rating tr td {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .8rem;
    margin: 0 15px 0 0;
}

    .color-rating tr td input {
        background-color: #28A745;
        border: none;
        display: flex;
        flex-direction: column;
        height: 2rem;
        width: 2rem;
    }

        .color-rating tr td input:checked {
            background-color: #28A745;
            border: none;
        }

    .color-rating tr td:nth-child(3) input {
        background-color: #DC3545;
    }

    .color-rating tr td:nth-child(2) input {
        background-color: #FFC107;
    }

    .color-rating tr td:nth-child(4) input {
        background-color: #6C757D;
    }

table.color-rating tr {
    display: flex;
}

.rating-comment tr td textarea {
    padding: 10px;
    margin-top: 15px;
    width: 400px;
}

.rating-table tr th:last-child {
    width: 200px;
}

/* ============== Inspection Start ============
================================================ */
.unrated {
    display: flex;
}

.internal-ins span {
    font-size: 12px;
    color: #DC3545;
}

.service-item p {
    margin: 10px 0 5px 0;
}

.client-data span {
    margin-left: 10px;
}

/* ============== Inspection Start ============
================================================ */

/* ============== Day of Month Checklist Start ============
================================================ */
.check-list table {
    width: 100%;
    border: 1px solid #b3adad;
    border-collapse: collapse;
    padding: 5px;
}

    .check-list table th {
        border: 1px solid #e8e8e8;
        padding: 16px 10px;
        background: #ffffff;
        color: #000000;
        width: 100px;
        text-align: center;
        font-size: .8rem;
    }

        .check-list table th :first-child {
            width: auto;
        }

    .check-list table td {
        border: 1px solid #e6e6e6;
        text-align: center;
        padding: 5px;
        color: #313030;
    }

    .check-list table tr th:first-child {
        width: 20%;
    }

    .check-list table tbody tr td {
        text-align: left;
        font-size: .8rem;
        padding: 16px 10px;
    }

    .check-list table tr:nth-child(odd) {
        background-color: #f4f4f4;
    }

    .check-list table tbody tr td .work-check {
        font-size: 18px;
        margin: 0;
    }

/* ============== Day of Month Checklist Start ============
================================================ */

.dropdown-container {
    display: none;
    background-color: #2e2e2e;
    border-radius: 5px;
    padding: 10px;
}

.menu-dropdown i {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: .8rem;
}

.dropdown-container a {
    padding: 11px 20px;
    /* height: 10px; */
    font-size: .85rem;
    background-color: #2e2e2e !important;
}

.info-inspection h5 {
    margin-top: 10px;
}

.existing-dropdown {
    display: flex;
}

    .existing-dropdown p {
        margin: 7px 0px;
    }

.check-ins h5 {
    margin-bottom: 0px;
}

.monthly-search button {
    margin-bottom: 12px;
}


.custlogin-background {
    height: 100vh;
    display: flex;
    width: 100%;
    background: url(../Images/backbround.jpg);
    background-position: center;
    background-size: cover;
    justify-content: center;
}

.footer-sec {
    color: #fff !important;
}

    .footer-sec a {
        color: #fff;
    }

.custmb-3 {
    margin-bottom: 1rem !important;
}

.custicon {
    font-size: .85rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

td span.active {
    width: 55% !important;
    height: 1.5rem !important;
    font-size: .8rem;
    border: none;
    padding: 1px 6px;
    outline: none;
    color: #f84b4b;
    border-radius: 5px;
    background-color: #ffffff;
    color: var(--main-color-dark);
    border: 1px dashed var(--main-color-dark);
    box-shadow: 1px 1px 12px 2px #4cbabf;
}

td span.inactive {
    background-color: red;
}


@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}



.custConfirm {
    height: 30px;
    background: linear-gradient( 180deg, rgba(116, 190, 28, 1) 0%, rgba(26, 167, 80, 1) 100% );
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    font-size: .8rem;
    margin-right: 15px;
}

.custcancel {
    height: 30px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    font-size: .8rem;
    margin-right: 15px;
}

.menu-checkbox {
    transform: scale(1.5);
}

#selectAll {
    transform: scale(1.5);
}

.color-box-dynamic {
    width: 3.6rem;
    height: 1.6rem;
    border-radius: 5px;
}

.Custall-allow {
    color: #0170b9;
    margin-bottom: 5px;
    font-weight: 600;
}


.required {
    color: red;
    margin-left: 4px;
    font-size: 1.01em; /* Adjust the font size as needed */
}

.password-sec {
    position: relative;
}

.input-validation-error {
    border-color: red;
}

/* Override the CSS styles for the toastr container */
.toast {
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
}

.view-icon {
    margin: 10px;
    right: 0;
    position: absolute;
    font-size: .8rem;
    color: #9e9e9e;
}

/*For password hide and show*/
.filter-input {
    position: relative;
    width: 100%;
}

.table-responsive .actionItem {
    left: 275px !important;
    margin-top: 6px;
}

.filter-lable p {
    font-size: 12px !important;
    font-weight: 600;
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-43%);
    cursor: pointer;
}

.custom-action_width {
    width: 56px;
    min-width: 55px;
}

.upload-file {
    display: block !important;
    margin-top: 7px !important;
    height: 31px !important;
    padding: 0px !important;
}

.row-cols-lg-3 #hiddenBtn {
    margin-top: 0px !important;
}
/*input#hiddenBtn {
    margin-top: -7px !important;
}*/


/*28-07-2023 Css Here*/
.dflexBox {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
}

.inspection_formBox {
    display: flex;
    align-items: end;
}

.delete-btn {
    cursor: pointer;
}

.vericalScrollBar {
    height: 482px;
    overflow-y: auto;
}

.tableDataItemPara .even p {
    margin-bottom: 0px;
}
/*03-10-2023*/

.save-cancel2 {
    display: flex;
    justify-content: flex-end;
    margin: 15px 20px 0 0;
}

.col.table-responsive.tableDataItemPara {
    height: 250px;
    overflow: auto;
}

.tableDataItemPara div#ProducttableID_info {
    display: none;
}

div#bindList {
    margin-top: -15px;
}

.save-cancel2 :first-child {
    height: 30px;
    background: linear-gradient( 180deg, rgba(116, 190, 28, 1) 0%, rgba(26, 167, 80, 1) 100% );
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    font-size: .8rem;
    margin-right: 15px;
}

.save-cancel2 :nth-child(2) {
    height: 30px;
    background: linear-gradient(180deg, rgba(116, 190, 28, 1) 0%, rgba(26, 167, 80, 1) 100%);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    font-size: .8rem;
    margin-right: 15px;
}

.save-cancel2 :nth-child(3) {
    height: 30px;
    background: linear-gradient(180deg, #d83939 0%, #a52929 100%);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    font-size: .8rem;
}


/*12/10/2023*/


.location-index table#tableID thead tr th:nth-child(4) {
    min-width: 130px;
    padding-left: 34px;
}

.location-index table#tableID thead tr th:nth-child(6) {
    min-width: 60px;
}




#customer-table table thead tr th:nth-child(7) {
    min-width: 160px;
}



#customer-table table thead tr th:nth-child(8) {
    min-width: 70px;
}


#productTblID table thead tr th:nth-child(1) {
    min-width: 120px;
}



.admin-area table#tableID thead tr th:nth-child(3), .admin-area table#tableID thead tr th:nth-child(4),
.admin-items table#tableID thead tr th:nth-child(3), .admin-items table#tableID thead tr th:nth-child(4),
.admin-function table#tableID thead tr th:nth-child(4), .admin-function table#tableID thead tr th:nth-child(5) {
    min-width: 100px;
}

.admin-items table#tableID thead tr th:nth-child(1) {
    min-width: 200px;
}

/*16-01-2024*/
/*------------------------Loader--------------------------*/
/*.loader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 10000000;
    background: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}

.strip-holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    position: relative;
}

.strip-1,
.strip-2,
.strip-3 {
    width: 20px;
    height: 20px;
    background-color: #94e534;
    position: relative;
    -webkit-animation: stripMove 2s ease infinite alternate;
    animation: stripMove 2s ease infinite alternate;
    -moz-animation: stripMove 2s ease infinite alternate;
}

.strip-2 {
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    background-color: #74c712;
}

.strip-3 {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    background: #b2ed6b;
}

@@-webkit-keyframes stripMove {
    0% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }
}

@@-moz-keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}

@@keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}*/


/*12/10/2023*/

button#btnChat {
    background-color: transparent;
    border: none;
    color: #fff;
    margin-right: 16px
}

/*.notification:hover .dropdown-menu {
                                            display: block;
                                        }*/

/*-----------------------------Drop Down--------------*/
/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: .8rem;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.forgotPasswordMain p {
    font-size: 14px;
    font-weight: 500;
    color: #1f2027;
}

.changePassword {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 132px);
    align-items: center !important;
}

.row.mt-4.inspection-collpase {
    border: unset !important;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* css 27 Nov 2023 */

ul#dropdown-list {
    margin-bottom: 0;
    text-wrap: nowrap;
    padding-left: 0;
    font-size: .8rem;
}

    ul#dropdown-list li a span:first-child {
        font-weight: 500;
        color: #0a58ca;
    }

.chat-dropdown .dropdown-content {
    max-width: 280px;
    overflow: hidden;
}

.clearbtn {
    border: none;
    background: linear-gradient( 180deg, rgba(116, 190, 28, 1) 0%, rgba(26, 167, 80, 1) 100% );
}

a#clearclientsign, a#clear {
    margin-right: 0px;
}

.signature {
    border: 1px solid #ddd;
    height: 200px;
    width: 500px;
}


/*19-01-24*/

.btnsave {
    height: 30px;
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: .8rem;
}

.inspection-collpase .accordion-button {
    padding: 10px;
}

.accordian-table {
    font-size: .8rem;
    border-bottom: 0;
}

    /*table.table.accordian-table {
    background: #f6fbf1 !important;
}*/
    .accordian-table thead {
        background-color: var(--main-color-dark) !important;
    }

        .accordian-table thead th {
            border: 1px solid #d6d6d6;
        }

.accordion-body {
    padding: 0;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: unset;
    box-shadow: none;
}

.table.accordian-table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
    border-bottom-width: 0;
    box-shadow: none;
}

.card-top {
    margin-top: 20px;
    padding: 10px 20px;
    border-top: 5px solid #6171c4;
    box-shadow: 0 0 4px #000;
    border-radius: 5px;
    background: #fff;
}

    .card-top p {
        font-size: .8rem;
    }

.filters a {
    font-size: .8rem;
    color: #6171c4;
}

.filters i {
    color: #8e8e8e;
}

.breadcrumb-header {
    padding: 10px 0 8px 0;
}

    .breadcrumb-header h5 {
        margin: 0;
        padding: 0;
    }

    .breadcrumb-header p {
        padding: 0;
        margin: 0;
    }

.col-6.card-container p {
    color: #000;
    font-size: 1rem;
}

.col-6.card-icon {
    border-right: 1px solid #ececec;
    max-width: 164px;
}

    .col-6.card-icon img {
        width: 90px;
    }

.sidebar-top img {
    width: 35%;
}


.shrink .sidebar-top img.logo {
    width: 80%;
}

.shrink .main-heading {
    display: none;
}

footer.border-top.footer.text-muted .container {
    padding: 8px 0;
    text-align: center;
}

div#customer-table_filter {
    margin-bottom: 0px;
}

div#tableID_filter, .dataTables_filter {
    margin-bottom: 8px;
}

table.dataTable.row-border > tbody > tr:first-child > th, table.dataTable.row-border > tbody > tr:first-child > td, table.dataTable.display > tbody > tr:first-child > th, table.dataTable.display > tbody > tr:first-child > td {
    vertical-align: middle
}

.dropdown .dropdown-toggle::after {
    font-size: 20px;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

li.dashboard.menu-dropdown a {
    padding-left: 5px;
}

.dataTables_paginate paging_simple_numbers .a.paginate_button.current {
    background: var(--main-color-dark);
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
}

div#tableID_paginate .current, a.paginate_button.current {
    background: var(--main-color-dark);
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #cccccc40 !important;
}

#customer-table_paginate .current {
    background: var(--main-color-dark) !important;
    color: #fff !important;
    border: none !important;
}

.chart-parent {
    position: relative;
    width: 90vw;
    height: 90vh;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    outline: none;
}


.dt-buttons .dt-button:nth-child(1) {
    color: #535553 !important;
    border: 1px solid #dadada !important;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
}

    .dt-buttons .dt-button:nth-child(1):before {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f6dd";
        font-size: .8rem;
        margin-right: 5px;
    }

.dt-buttons .dt-button:nth-child(2) {
    color: #535553 !important;
    border: 1px solid #dadada !important;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
}

    .dt-buttons .dt-button:nth-child(2):before {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f1c3";
        font-size: .8rem;
        margin-right: 5px;
    }

.dt-buttons .dt-button:nth-child(3) {
    color: #535553 !important;
    border: 1px solid #dadada !important;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
}

    .dt-buttons .dt-button:nth-child(3):before {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f1c1";
        font-size: .8rem;
        margin-right: 5px;
    }


table tbody a {
    transition: 0.2s;
    text-decoration-line: none;
    cursor: pointer !important;
    font-size: .8rem;
    font-weight: lighter;
    color: #1c57cd;
}


input[type="checkbox"] {
    accent-color: var(--main-color-dark);
}
/*input[type="checkbox"] :checked {
    accent-color: var(--main-color-dark);
    color: #ffff !important;
}*/
.accordion-body li a {
    color: #1c57cd;
}

    .accordion-body li a:hover {
        text-decoration: underline;
    }

.col-4.col-lg-4.update-button {
    margin-top: 1.8rem;
}

.pm-main {
    position: relative;
    margin-top: 3rem !important;
}

.dashboardhead {
    position: absolute;
    top: -21px;
    /* transform: translate(0, 50%); */
    background-color: #fff;
    max-width: 110px;
    padding: 11px 0;
    border: 1px solid #dee2e6;
    left: 30px;
    text-align: center;
    border-radius: 10px;
}

    .dashboardhead .form-check {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }

.col-md-12.p-2.pm-bottom {
    margin: 45px 0 10px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: .90rem;
    vertical-align: middle;
}

label.form-check-label {
    font-size: 14px;
    font-weight: 500;
}

input#exampleCheck1 {
    font-size: 15px;
}

.user-roll {
    position: relative;
}

p.mb-2.user-role {
    position: absolute;
    top: -49px;
    border: 1px solid #dee2e6;
    padding: 8px 7px;
    border-radius: 8px;
    background-color: #fff;
    font-weight: 600;
}

p.mb-2.Permission-role {
    position: absolute;
    top: -33px;
    border: 1px solid #dee2e6;
    padding: 8px 7px;
    border-radius: 8px;
    background-color: #fff;
    font-weight: 600;
    left: 20px;
}

.filter-input.aligment {
    margin-top: 1.9rem;
}

.product-btn.search-button.goals {
    position: relative;
}

.goal-heading.check-ins h5, .goals h5 {
    margin: 0;
    font-size: 1rem !important;
    color: #000;
}

.product-btn.search-button.goals .p-1 {
    margin-top: 7px !important;
}

.mainclientwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 8px;
}

.clientnameadd {
    width: 69%;
}

label.filter-lable.me-2, .filter-lable.me-2 {
    white-space: nowrap;
}

input#EmpCheckbox {
    outline: none;
    border: 1px solid #d9d9d9;
    /* border-radius: 6px; */
}

.select-contact.d-flex.align-items-center.w-100.my-2 {
    justify-content: end;
}

.search-btn {
    white-space: nowrap;
    margin-bottom: 10px;
}

    .search-btn.external-edit.mt-2.mb-2 {
        text-align: right;
    }

.col-lg-4.col-md-4.search-button {
    width: 25%;
    margin-top: 0px !important;
    padding-top: 5px !important;
}

.search-btn.search-filter.monthly-search button {
    width: 100%;
    font-size: .75rem;
}


.add-product img {
    width: 31px;
}

.clientnameadd.cards .p-3.cards {
    padding: 12px 20px !important;
}

th.sorting_disabled:nth-last-child(1) {
    width: 100px !important;
}

th.sorting:nth-last-child(1) {
    width: 100px !important;
}

.p-1mb-2, .p-3.cards.table-responsive .row.row-cols-1.row-cols-lg-4.g-2 .p-1, .row.gy-3 .row.row-cols-1.row-cols-lg-4.g-2 .admin-inspaction {
    position: absolute;
    left: 685px;
    z-index: 9;
    display: flex;
    align-items: center;
    top: 0px;
}
/*datatable total row selection*/
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    font-size: small;
}

.p-3.cards.table-responsive .row.row-cols-1.row-cols-lg-4.g-2 .p-1 {
    top: -3px;
}

div#customer-table_wrapper, div#tableID_wrapper {
    margin-top: 0px;
}







.search-btn.search-filter button {
    width: 100%;
}

.row.gy-3 .row.row-cols-1.row-cols-lg-4.g-2 .p-1 {
    padding-top: 0px !important;
}

path {
    fill: #fff !important;
}

.col.search-button.p-1, .row.row-cols-1.row-cols-lg-4.g-2 .col.search-button, .col-lg-4.col-md-4.search-button {
    width: 33%;
    padding-top: 0px !important;
}

input#UploadFiles {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px dashed #BBB;
    text-align: center;
    background-color: #DDD;
    cursor: pointer;
}


input[type=file]::file-selector-button {
    padding: .4em .4em;
    width: 100%;
    border: none;
    cursor: pointer;
}

/*.save-cancel a:nth-child(1) {
    background: linear-gradient( 180deg, rgba(116, 190, 28, 1) 0%, rgba(26, 167, 80, 1) 100% ) !important;
}

.save-cancel button {
    background: #fff;
    color: #ff6060;
    border: 1px solid #fd9393;
}*/

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 7px !important;
    font-size: .8rem;
}

table.dataTable tbody th, table.dataTable thead th {
    padding: 5px 7px !important;
    font-size: .8rem;
}




/*.form-select {
    padding: 0rem 0.2rem 0rem 0.2rem;
    width: 100%;
}*/

button.btn.btn-secondary.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-buttons .row.cards.w-100 {
    padding: 9px 0px !important;
}

div#accordionExample table#rolePermissionTbl td {
    padding: 5px 7px !important;
}

td .form-select {
    width: 115px;
}



.col-lg-4.col-md-12.search-button.flex-grow-1 {
    height: 37px;
}

td .form-select {
    font-size: .8rem;
    min-width: auto;
    padding: 3px 12px;
    text-overflow: ellipsis;
    width: 110px;
}

a#btnDoInspSearch {
    margin-top: 20px;
}

.client-details table tr td:nth-child(1) {
    color: #303030;
    width: auto;
    font-size: .8rem !important;
}

.dt-buttons .dt-button {
    padding: 0.1em 0.5em !important;
    cursor: pointer;
    font-size: 12px !important;
}

input[type="search"] {
    height: 26px;
}

.clientdatabg {
    background-color: #f7f7f7;
    border-radius: 13px;
    padding: 11px;
    border: 1px dashed #c3c3c3;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: .8rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 8px !important;
    font-size: .8rem
}

div.dataTables_wrapper div.dataTables_info {
    font-size: .8rem
}

.locationmain .cards .d-flex.align-items-center.col-lg-3 p, .locationmain .cards .d-flex.align-items-center.col-lg-3.perform p {
    font-weight: normal;
    font-size: .8rem;
}

.locationmain .cards {
    position: relative;
}

    .locationmain .cards .d-flex.align-items-center.col-lg-3 {
        position: absolute;
        top: 40px;
        left: 234px;
        z-index: 10;
    }

        .locationmain .cards .d-flex.align-items-center.col-lg-3.perform {
            top: 57px;
            left: 264px;
        }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 27px;
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 19px;
    position: absolute;
    padding: 8px 12px;
    background: #fff;
    top: 5px;
    right: 6px;
    width: 20px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding-left: 10px;
    height: 30px !important;
    user-select: none;
    -webkit-user-select: none;
}

div#inspectionsTable_filter label {
    font-size: .8rem;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
    white-space: nowrap !important;
}

li.dashboard a .icon svg {
    width: 0.8rem !important;
    margin-left: 17px;
}

.menu-dropdown i {
    margin-right: 12px !important;
}

/*06-03-2024*/

tbody tr td {
    font-size: 14px !important;
    /*white-space: nowrap;*/
}

footer.border-top.footer.text-muted {
    position: fixed;
    bottom: 0%;
    width: 100%;
    background: #fff;
}

.changePasswordItem {
    width: 35% !important;
}

.filter-lable u {
    color: var(--main-color-dark);
    cursor: pointer !important;
}


.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--main-color-dark);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--main-color-dark);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--main-color-dark);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.tabSection .check-ins h5, .tabSection .dt-buttons, .tabSection .dataTables_filter, .tabSection .dataTables_info, .tabSection .paging_simple_numbers {
    display: none;
}

.client-details table tr td {
    white-space: nowrap;
}

.tabSection .table > tbody {
    vertical-align: inherit;
    overflow: auto;
}

/*input#hiddenBtn {
        margin-top: -7px !important;
    }*/
.odd p {
    margin-bottom: 0px !important
}

.tabSection.tabSectionItem {
    border: 1px dashed #c3c3c3;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    height: 172px;
}

a.add-product-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 11px;
    right: 10px;
}

    a.add-product-btn img {
        width: 100%;
        max-width: 30px;
        height: auto;
    }

.tooltip {
    position: relative;
    display: inline-block;
}



input[aria-describedby="test"] {
    border: 10px solid black;
}


.search-btn img {
    margin-top: -15px;
}

.add-buttons u {
    text-decoration: none;
    list-style-type: none;
    color: #fff;
}

div#file-preview img {
    width: 175px !important;
    object-fit: cover;
    padding: 5px;
    height: 115px;
}

#AttachedFiles img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    object-fit: cover;
}


.tabSection .tab-pane {
    max-height: 114px;
    overflow-y: auto;
}

#actionItem {
    left: 199px !important;
}

.tabledataItemsearch .dataTables_length {
    margin-bottom: 10px;
}

.tabledataItemsearch .dataTables_filter {
    display: none;
}

.p-1.selectStatusItem {
    margin-left: -404px;
}

.newSupplyOrder {
    margin-left: -19px;
}


.panel-heading .list-inline {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .panel-heading .list-inline a {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--main-color-dark);
        background-color: #3a3a3a;
        border-radius: 4px;
    }

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

    .panel-fullscreen .tabSection .tab-pane {
        max-height: 100%;
        overflow-y: auto;
    }

/* panel css */
.panel-actions a {
    color: #333;
    margin-right: 40px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.work-order-status {
    margin-top: -6px;
}


.selectorBtn {
    margin-top: -5px;
}

.panel-heading {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 11px;
    right: calc(30px + 20px);
    z-index: 9;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.panel-body {
    padding: 15px;
}

.hamburger i {
    font-size: 20px;
}

.masSendBox2 {
    text-align: end;
}

span.valueMsg {
    font-size: 14px;
    background: #74be1c;
    padding: 3px 8px;
    margin-top: 10px !important;
    border-radius: 3px;
    color: white;
}

#ChatForm2 #tableID2_wrapper label input {
    width: 89%;
}

.login-container img {
    width: 90px;
}

.login-container h3 {
    font-size: 30px;
    font-weight: 500;
}

.forgotPasswordItem {
    width: 30%;
}

.user-profile-show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(27px, 50px) !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

div#file-preview_0, #file-preview_1, #file-preview_2, #file-preview_3 {
    display: flex;
    gap: 10px;
    /*    display: grid;
    grid: 148px / auto 268px auto;*/
}

.dropdownBtnItem {
    background: black;
    color: white;
    border: none;
    padding: 2px 10px;
}

.closeIconItemUpload i, .closeIcon i {
    background: #3fb13a;
    color: white;
    padding: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    position: absolute;
    margin-left: -19px;
    margin-top: -4px;
}

.table-striped {
    margin-top: 7px;
}

input.datePickerItem {
    width: 169px;
}

.include-detail {
    gap: 10px;
    display: flex;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    width: 0px !important;
}

#supplyItems_wrapper .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    width: 0px !important;
}

#SupplyOrder-table_wrapper .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    width: 0px !important;
    white-space: nowrap;
}

.requested .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    width: 0px !important;
}

.tabledataItemsearch .dataTables_length {
    display: none;
}

.tabledataItemsearch .dataTables_info {
    display: none;
}

.tabledataItemsearch h5, .requested h5 {
    font-size: 13px;
    margin-bottom: 0px !important;
}

.requested .dataTables_length, .requested .dataTables_filter, .requested .dataTables_info, .requested .dataTables_paginate {
    display: none;
}

.tabledataItemsearch .dataTables_wrapper, .requested .dataTables_wrapper {
    overflow: auto;
    height: 133px;
}

#customer-table_wrapper .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    width: 0px !important;
    white-space: nowrap;
}

.table-striped th {
    font-size: 13px;
}

.tabledataItemsearch .dataTables_paginate {
    display: none !important;
}

.closeIconItemUpload #file-preview {
    display: flex;
    flex-flow: wrap;
}

div#customer-table_filter {
    margin-bottom: 8px;
}

#tabcontent .cards {
    margin-bottom: 10px !important;
}

input#reportrange1 {
    width: 167px;
}

.inspectionDropdown {
    display: none !important;
}


div#file-preview {
    display: flex;
    flex-flow: wrap;
}

.tableScrollItem {
    height: 250px;
}

.colSectectedItem {
    margin-top: 13px;
}



.table-responsive .table thead tr th:nth-last-child(1) {
    width: 10px !important;
    white-space: nowrap;
}

div#supplyItems_paginate {
    display: none;
}

div#supplyItems_info {
    display: none;
}

label.labelItem {
    margin-left: -10px;
}

#inspectionsTable th.sorting.sorting_asc {
    width: 0px !important;
}

span.input-group-text {
    position: absolute;
    top: 11%;
    right: 13.5%;
}

.borderRadius {
    border: 1px solid #a9a9a9;
    padding: 12px;
    border-radius: 5px;
}

.addServices button {
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: .8rem;
}

.search-btn button {
    white-space: nowrap;
}

td.sorting_1 .active {
    color: #4cbabf !important;
}

a.paginate_button.current {
    background: #4cbabf !important;
    color: #fff !important;
}

.delete-file img {
    position: absolute;
    left: 303px;
    //z-index: 111111;
    background: white;
    width: 23px;
    border-radius: 47px;
    margin-top: -5px;
}

.daterangepicker .ranges li.active {
    background-color: #4cbabf !important;
    color: #fff;
}

.daterangepicker .ranges li:hover {
    background-color: #4cbabf94 !important;
    color: #fff !important;
}

.show-calendar {
    display: block;
    top: 120.375px !important;
    left: 466px !important;
    right: 819.08px !important;
}

.daterangepicker:after {
    position: absolute;
    left: 2% !important;
    width: 2% !important;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:before {
    right: 9px;
    display: none !important;
}
/*.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 645px !important;
    max-width: none;
    padding: 0;
    margin-top: 22px;
    top: 100px;
    left: 464px !important;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}*/

.image-container img {
    width: 232px;
    height: 108px;
    object-fit: cover;
}





/*04-07-2024 Video Play Screen Css Here*/
.videoPlaylistSec, .videoPlayerSec {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 5px;
}

.videoPlaylistSec {
    height: calc(100vh - 175px);
    max-height: calc(100vh - 175px);
    position: relative;
}

    .videoPlaylistSec h2 {
        font-size: 16px;
        font-weight: 400;
        border-bottom: 1px solid #ddd;
        padding: 0px 0px 8px;
        margin-bottom: 15px;
        color: #3a3a3a;
    }

    .videoPlaylistSec ul {
        padding: 0px;
        list-style: none;
        margin: 0;
        max-height: 90%;
        overflow-y: auto;
    }

        .videoPlaylistSec ul li a {
            font-size: 16px;
            font-weight: 500;
            color: #000;
            padding: 5px 0px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

            .videoPlaylistSec ul li a i {
                font-size: 18px;
                color: #4cbabf;
            }

.videoPlayerSec video {
    width: 100%;
    height: 710px;
    background: #000;
}



.cstmHeadContentBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .cstmHeadContentBox > span {
        font-size: 13px;
        font-weight: 600;
        color: #000;
    }

    .cstmHeadContentBox .inputFieldSec {
        display: flex;
        gap: 15px;
    }

        .cstmHeadContentBox .inputFieldSec .cstmInputBox span {
            font-size: 13px;
            font-weight: 600;
        }

        .cstmHeadContentBox .inputFieldSec .cstmInputBox input {
            border: none;
            border-bottom: 1px solid #ddd;
            outline: none;
        }

            .cstmHeadContentBox .inputFieldSec .cstmInputBox input:focus {
                outline: none;
            }



.cstmFormSwitch input {
    height: 1rem;
    width: 2rem !important;
}


/* 07/24/2024 starts */

.createquestion :is(label, textareas, p, button) {
    font-size: 12px;
}

.createquestion label {
    margin-bottom: 8px;
    font-weight: 600;
}


.createquestion .filter-input1 {
    position: relative;
}

    .createquestion .filter-input1 input[type="text"] {
        height: 30px;
        width: 100%;
        padding: 0 15px;
        outline: none;
        border: 1px solid #9e9e9e;
        border-radius: 5px;
        font-size: .75rem;
    }


    .createquestion .filter-input1 input[type="radio"] {
        width: 16px;
        height: 16px;
        padding: 0px;
        position: absolute;
        top: 50%;
        right: 0%;
        margin: 0px 4px 0px 0px;
        transform: translate(-100%, -50%)
    }


.Quiz h4 {
    margin: 16px 0px 32px 0px;
}

.BlockQ {
    background-color: #fff;
    border-radius: 0.9rem;
    box-shadow: 3px 6px 15px -7px rgb(0 0 0 / 12%);
    position: relative;
    margin-bottom: 24px;
    width: 75%;
    padding: 24px;
}

    .BlockQ p {
        display: inline-block;
    }

    .BlockQ .Choices {
        padding-left: 24px;
        display: flex;
        flex-direction: column;
    }

        .BlockQ .Choices .radio-inline {
            margin-bottom: 8px;
        }

            .BlockQ .Choices .radio-inline:last-child {
                margin-bottom: 0px;
            }


.btnprimarycolor, .btnprimarycolor:hover {
    background-color: var(--main-color-dark);
    color: #ffffff;
}





/* 07/24/2024 ends */

/*write css code 11/10/2024*/
ul#myTab > li > button.nav-link.active {
    background-color: #4cbabf;
    color: #fff;
    font-weight: 600;
}

.table-responsive > #ContactTable_wrapper,
.table-responsive > #tableEmployee_wrapper,
.table-responsive > #Goals_wrapper,
.table-responsive > #SInventory_wrapper,
.table-responsive > #AttachedFiles_wrapper,
.table-responsive > #JobTemplates_wrapper {
    max-height: 114px;
    overflow: auto;
}

table#ContactTable > thead,
table#tableEmployee > thead,
table#Goals > thead,
table#SInventory > thead,
table#AttachedFiles > thead,
table#JobTemplates > thead {
    position: sticky;
    top: 0;
    z-index: 99;
}

.login-type.forgot-pass-input {
    margin-bottom: 28px !important;
}

/*write css code 22/10/2024*/
.modal-body > video.tutorial-course-video {
    width: 100%;
}

#staticBackdrop > .video-tutorial-modal {
    width: 100%;
    max-width: 750px;
}

.data_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7px 10px 2px 10px;
}

    .data_flex .chat_icon {
        position: relative;
    }

        .data_flex .chat_icon i {
            font-size: 24px;
        }

        .data_flex .chat_icon span {
            width: 25px;
            height: 25px;
            display: flex;
            background: #ff0000;
            border-radius: 50%;
            color: #fff;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -10px;
            right: -10px;
        }

.chat_toggle ul {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

    .chat_toggle ul li {
        list-style: none
    }

        .chat_toggle ul li a {
            padding: 4px 10px;
            display: block;
            border-bottom: 1px solid #ccc;
            color: #000;
        }

.chat_toggle {
    position: absolute;
    z-index: 1;
    width: 140px;
    left: -100px;
    display: none;
}

    .chat_toggle.chat_open {
        display: block;
    }

    .chat_toggle ul:after {
        content: "";
        position: absolute;
        right: 16px;
        border-top: 8px solid #ff000000;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        border-left: 8px solid transparent;
        top: -16px;
    }

.filter-input.filter_btn path {
    fill: unset !important;
}

.filter-input.filter_btn a#sendCredential {
    background: var(--main-color-dark);
    border: var(--main-color-dark);
}
/*29/11/2024*/
.rating-outer .green-radio[type=radio] {
    background: #fff;
    border: 2px solid #0b700b;
    padding: 10px;
}

    .rating-outer .green-radio[type=radio]:checked {
        background: #0b700b;
    }

.rating-outer .yellow-radio[type=radio] {
    background: #fff;
    border: 2px solid #e9a729;
    padding: 10px;
}

    .rating-outer .yellow-radio[type=radio]:checked {
        background: #e9a729;
    }

.rating-outer .red-radio[type=radio] {
    background: #fff;
    border: 2px solid #ff0000;
    padding: 10px;
}

    .rating-outer .red-radio[type=radio]:checked {
        background: #ff0000;
    }

.rating-outer .gray-radio[type=radio] {
    background: #fff;
    border: 2px solid #a8a8a8;
    padding: 10px;
}

    .rating-outer .gray-radio[type=radio]:checked {
        background: #a8a8a8;
    }

.inspectionimg-outer {
    position: relative;
}

    .inspectionimg-outer .delete-file {
        position: absolute;
        right: 2px;
        top: 2px;
        z-index: 9;
    }

        .inspectionimg-outer .delete-file img {
            position: absolute;
            left: -25px !important;
        }

.customer-accordion h2 button {
    padding: 15px;
    border-radius: 6px !important;
    background-color: #b1b1b1 !important;
    color: #ffffff !important;
    width: 100%;
    height: unset;
}

}

/*custom css form role*/
input[type="search"] {
    margin-bottom: 12px !important;
}

.child-menu {
    display: none;
}

ul {
    list-style-type: none;
}

.parent-Title {
    cursor: pointer;
    font-weight: bolder !important;
}

.menu-checkbox {
    margin-right: 0.5rem;
}
/*10/01/2025*/
.chat-dropdown .notification-list {
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    width: 200px;
}

.notification-list ul li {
    padding: 5px;
}
/*10/01/2025*/
.subject-info {
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

    .subject-info label {
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        max-width: 80px;
    }

    .subject-info p {
        margin: 0px;
        color: #808080;
        font-size: 14px;
    }

.infocard-outer {
    width: calc(100% - 400px);
    margin: auto;
}

.subject-info span {
    width: 100%;
    max-width: 200px;
}

.subject-textarea label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.subject-textarea {
    margin-top: 10px;
}

    .subject-textarea input {
        padding: 10px 150px 10px 10px !important;
        width: 100%;
        max-width: 400px;
    }
/*24/01/2025*/
.dashcard-outer {
    height: fit-content;
    /*display: flex;*/
}

.filterlabel-outer {
    display: flex;
    flex-wrap: wrap
}

.notetooltip {
    position: relative;
    display: inline-block;
}

    .notetooltip .notetooltiptext {
        visibility: hidden;
        width: 280px;
        background-color: #9f9f9f;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 14;
        top: 30px;
        left: -50px;
        word-break: break-all;
        text-wrap: auto;
        padding: 10px;
    }

        .notetooltip .notetooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #9f9f9f transparent;
        }

    .notetooltip:hover .notetooltiptext {
        visibility: visible;
    }

/*.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.notification-content {
    display: block;
}
/*03/02/2025*/
.every-radio {
    align-items: center;
}

.days-check {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    flex-wrap: wrap;
}

.recurance-box {
    height: 30px;
    padding: 0 15px;
    outline: none;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    font-size: .8rem;
}

/*19 FEB*/
.vendorDtl #summaryTable tbody tr td:first-child {
    min-width: 150px;
}

.orderInfo .filter-input textarea {
    height: auto;
}

.fileAttach #AttachedFiles_wrapper {
    max-height: initial !important;
    overflow: auto;
}

.gradient-text {
    display: inline-block;
    animation: color-wave 2s infinite;
    animation-delay: calc(0.1s * var(--i));
}

@keyframes color-wave {
    0%, 100% {
        color: #ff0097;
    }

    50% {
        color: #00fd8a;
    }
}


/*#EventtableID .dataTables_scrollBody thead {
    display: none;
}*/

.dropdown-container a.active {
    transition: 0.2s ease-in;
    color: #fff;
    border-left: 6px solid var(--main-color-dark);
    border-radius: 6px;
}


.event-table select {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    width: 150px;
    height: auto;
}


.event-table input[type="date"] {
    height: 30px;
    width: 100%;
    padding: 0 15px;
    outline: none;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    font-size: .8rem;
}

.event-table input[type="number"] {
    min-width: 80px;
}

table.event-table thead tr th, table.event-table tbody tr td {
    white-space: nowrap;
}

table.event-table .check-btn {
    padding: 5px 12px;
    border-radius: 8px;
    height: 30px;
    border: 1px solid #e3e3e3;
}

/*14/05*/
.remove-option {
    background: none;
}

.border-8 {
    border-radius: 8px !important;
}

.cstmBtnAdd {
    height: 32px;
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.remove-question {
    height: 32px;
    background: #dc3545;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btnSave {
    height: 32px;
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.CstmbackToSurveyBtn {
    height: 30px;
    background: var(--main-color-dark);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 10px 7px 10px !important;
    font-size: .8rem;
}

/* 07-07-2025*/

.supplyItemRowColor {
    background-color: red;
}

/*11/08/2025*/
div#replymsg form .infocard-outer {
    width: 100%;
    height: 600px;
    overflow: auto;
}

.image_preview_modal .modal-content .modal-body {
    background-color: #f6f6f6;
    height: 800px;
    overflow: auto;
}

    .image_preview_modal .modal-content .modal-body .carousel-control-next, .carousel-control-prev {
        opacity: 1;
        width: 40px;
        height: 40px;
        background-color: #009688;
        border-radius: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .image_preview_modal .modal-content .modal-body #carouselExampleControls {
        height: 800px;
    }
/*08/09/2025*/
.accessibility-table {
    overflow: auto;
}

.cstmnew-password {
    position: relative;
}

    .cstmnew-password .newpass-validation {
        width: 100%;
        position: absolute;
        bottom: -35px;
        font-size: 11px;
    }

.panel.panel-default.panel-fullscreen .table-responsive > #ContactTable_wrapper, #tableEmployee_wrapper, #Goals_wrapper, #SInventory_wrapper, #AttachedFiles_wrapper, #JobTemplates_wrapper {
    max-height: 100vh !important;
}


.inspection-cards .inspection-filter {
    position: absolute;
    width: 100%;
    left: 220px;
    top: 52px;
    z-index: 2;
}
/*10/07/2025*/
.cstmTableDropdown .btn {
    background: black;
    color: white;
    border: none;
    padding: 2px 10px;
    font-size: 12px;
}

/*MonthlyAttendance*/
.page-header {
    height: 100px;
}

.page-header-space {
    height: 0px;
}

.subscription-section span.select2-selection.select2-selection--multiple {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
}

.subscription-section li.select2-selection__choice {
    margin-top: 1px !important;
    font-size: 13px;
}

.subscription-section input.select2-search__field {
    font-size: 13px !important;
}

.subscription-section .form-label {
    font-weight: 600;
    font-size: 16px;
}

.subscription-section .form-control {
    min-height: 40px;
    font-size: 14px;
}

.subscription-section .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 10px;
    top: 5px;
}

@page {
    margin: 10mm
}

@media print {
    thead {
        display: table-header-group;
        height: 100px;
    }

    tfoot {
        display: table-footer-group;
    }

    button {
        display: none;
    }

    body {
        margin: 0;
    }


    .page-footer,
    .page-footer-space {
        height: 50px;
    }

    .page-footer {
        bottom: 0;
        position: fixed;
    }

    .page-header {
        top: 0mm;
        position: fixed;
    }

    .page-header-space {
        height: 100px;
    }
}

/*31/10/2025*/
#bothTbls .accordion-button::after {
    position: absolute;
    left: 6px;
}

#dashboardDiv .dashboardhead {
    max-width: 110px !important;
}

.jobstatus-dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 100px;
    z-index: 9;
    top: 15px;
}

/*    .jobstatus-dropdown select {
        padding: 4px;
        border: 1px solid #9d9d9d;
        border-radius: 2px;
    }*/

.toast-error {
    background-color: red !important;
}

.toast-success {
    background-color: green !important;
}


.spec-tbl .tabSection :is( .dt-buttons, .dataTables_filter, .dataTables_info, .paging_simple_numbers, .dataTables_length ) {
    display: block;
}

/* Merging code 10-11-25 */




.permissions-table {
    margin: 20px 0;
    border: 1px solid #e5e7ea;
}


.permission-header {
    display: flex;
    border-bottom: 1px solid #f1f3f4;
    background-color: #4cbabf;
}

    .permission-header .action-title {
        flex: 1;
        font-weight: 600;
        color: #ffffff;
        font-size: 16px;
        padding: 20px 32px 16px;
    }

    .permission-header span {
    color:#ffffff;
    }

.permission-wrapper .form-check-input:checked {
    background-color: #4cbabf;
    border-color: #4cbabf;
}

.permission-wrapper .accordion-button:not(.collapsed) {
    background-color: #c9eaeb;
    box-shadow: none;
}

.permission-header .role-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 500px;
    align-items: center;
}

    .permission-header .role-column {
        text-align: center;
        font-weight: 600;
        color: #5f6368;
        font-size: 16px;
    }


.permission-heading {
    flex: 1;
    padding: 20px 32px 16px;
    border-right: 1px solid #e5e7ea;
}

.section-header {
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e7ea;
}

.section-header-heading {
    border-top: 1px solid #e5e7ea;
}

.section-icon {
    width: 20px;
    height: 20px;
    color: #5f6368;
}

.section-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.permission-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7ea;
}

    .permission-row:last-child {
        border-bottom: none;
    }

.permission-name {
    flex: 1;
    font-size: 16px;
    color: #333;
    padding: 12px 32px;
    border-right: 1px solid #e5e7ea;
    height: 60px;
    align-content: center;
}

.permission-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 500px;
    height: 60px;
}

.permission-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e7ea;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #dadce0;
}

    .form-check-input:checked {
        background-color: #4cbabf;
        border-color: #4cbabf;
    }

    .form-check-input:focus {
        box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);
    }

.accordion-button::after {
    position: absolute;
    left: 6px;
}


.accordion-button:focus {
    box-shadow: none;
    border-color: none;
}

.accordion-item {
    border: none;
}



/*10/10/2025*/
.subscriptionHeading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

/*07 November*/
.permission-wrapper .subTitle {
    font-weight: 500;
    color: #000000;
    padding-left: 2rem !important;
}

.permission-wrapper .permission-name.childhead {
    padding-left: 4rem;
}


.hideControls {
    pointer-events: none;
    opacity: 0.8; /* Optional visual cue */
}

#accordianTableSet .accordion-itemm .accordion-button::after {
    position: absolute;
    left: 12px;
}
.CstmMargin-left20{
    margin-left:20px;
}
.sidebar-links ul li.dashboard a {
    text-decoration: none;
}

.sidebar-links ul a {
    text-decoration: none;
}

/*/07 Nov/*/

.assign-icon {
    width: 26px;
    display: inline-block;

    text-align: center;
    background: #4cbabf2b;
    color: #4cbabf;
    height: 26px;
    padding: 3px;
    border-radius: 10px;
    padding-top: 4px;
}

.addLocation-modal .formControl {
    outline: 0;
    display: block;
    padding: 10px;
    width: 100%;
    background: #d5d5d5;
    border: 0;
    border-radius: 5px;
    margin-top: 4px;
    font-size: 13px;
}

.addLocation-modal .modal-header .modalClose-btn {
    border-radius: 10px;
    background: #28b19f36;
    border: 0;
    font-size: 20px;
    width: 30px;
}

.addLocation-modal .modal-footer .addLocation-btn {
    background: var(--main-color-dark) !important;
    color: #fff;
    border: 0;
    font-size: 14px !important;
}

.permission-accordion {
overflow: auto;
height: 435px;
}

/*Start Subscription 22 Nov 2025*/

.submit-btn {
    border: 1px solid var(--main-color-dark);
    background-color: var(--main-color-dark);
    color: #ffffff;
}

    .submit-btn:hover {
        background-color: var(--main-color-dark);
        color: #ffffff;
    }

.subscription-section {
    height: calc(100vh - 180px);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .15);
}

/*End Subscription*/


.lecense-modal .license-details {
    max-height: 300px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: #f6f6f6;
}

.lecense-modal .btn.btn-primary {
    background-color: #4cbabf;
    border-color: #4cbabf;
}

.term-details-section p, li {
    font-size: 12.5px;
}
.term-details-section .section li {
    font-size: 12.5px;
}