* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0;
    background: #F05657;
    color: #474747;
    font-size: 14px;
    line-height: 1.35;
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

a,
a:hover {
    color: #474747;
    text-decoration: none;
}

a:focus,
a:focus-visible,
button:focus {
    outline: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #FAFAFA !important;
    -webkit-box-shadow: 0 0 0px 1000px #FAFAFA inset !important;
    box-shadow: 0 0 0px 1000px #FAFAFA inset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

input,
select,
textarea {
    width: 100%;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    width: 100%;
    max-width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.ctm-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(255 231 231);
    background-color: #ffc7c7;
    border-radius: 3px;
}

.ctm-scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: #F5F5F5;
}

.ctm-scroll::-webkit-scrollbar-thumb {
    background-color: #f05657;
    border-radius: 3px;
}

.ctm-scroll-hr::-webkit-scrollbar {
    height: 6px;
    /* instead of width */
    border-radius: 3px;
    background-color: #F5F5F5;
}

.ctm-scroll-hr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(255 231 231);
    background-color: #ffc7c7;
    border-radius: 3px;
}

.ctm-scroll-hr::-webkit-scrollbar-thumb {
    background-color: #f05657;
    border-radius: 3px;
}


.ctm-scroll.sidebar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(255 231 231);
    background-color: #f05657;
    border-radius: 3px;
}

.ctm-scroll.sidebar-nav::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: #F5F5F5;
}

.ctm-scroll.sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #ffc7c7;
    border-radius: 3px;
}

.app-sidebar {
    width: 190px;
    background: #f05657;
    position: fixed;
    z-index: 103;
    transition: all .1s linear;
    height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
}

.sidebar-logo img {
    width: 100%;
    max-width: 125px;
    height: 37px;
    object-fit: contain;
}

.tollger-logo-sm {
    display: none;
}

.is_toggler .tollger-logo-sm {
    display: block;
    height: 22px;
}

.is_toggler .main-logo {
    display: none;
}

.sidebar-nav {
    flex-grow: 1;
    overflow-y: auto;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 10px;
}

.sidebar-menu .sidebar-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgb(255 255 255 / 0%);
    min-height: 40px;
    border-radius: 6px;
    padding: 5px 12px;
}

.sidebar-nav-link:hover,
.sidebar-nav-link:active {
    background: rgb(255 255 255 / 25%);
    color: #fff;
}

.nav-active .sidebar-nav-link {
    background: rgb(255 255 255 / 25%);
}

.sidebar-logo {
    position: static;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background: #f05657;
}

.sidebar-logo h2 {
    margin: 0;
    color: #fff;
}

.app-content-wraper {
    width: calc(100% - 210px);
    margin-left: 200px;
}

.app-content {
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
    padding: 12px 15px 10px;
}

.app-content-inner {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 20px);
    margin-top: 10px;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFAEF;
}

.header-add-icon {
    display: flex;
}

.side-nav-logo {
    max-width: 100px;
    height: 25px;
    margin: 0 auto;
    object-fit: contain;
    padding-right: 12px;
}

.side-nav-logo-rmail {
    max-width: 85px;
    height: 65px;
    margin: 0 auto;
    object-fit: contain;
    padding-right: 0;
}

.sidebar-nav-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.sidebar-nav-icons svg {
    width: 22px;
    height: 22px;
}

.sidemenu-toggle {
    display: inline-flex;
    background: hsl(0deg 84% 64% / 20%);
    border-radius: 10px;
    padding: 12px 9px;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
}

.sidemenu-toggle span {
    background: #F05657;
    border-radius: 2px;
    height: 2px;
    transition: .1s;
}

.toggle-line-sm {
    width: 10px;
}

.toggle-line-lg {
    width: 18px;
}

.toggle-line-md {
    width: 14px;
}

.is_toggler .sidebar-nav-link span:not(.sidebar-nav-icons) {
    display: none;
}

.is_toggler .app-sidebar {
    width: 80px;
}

.is_toggler .app-content-wraper {
    width: calc(100% - 90px);
    margin-left: 80px;
}

.is_toggler .toggle-line-sm {
    width: 18px;
    transform: rotate(45deg);
    transform-origin: 3px 3px;
}

.is_toggler .toggle-line-md {
    width: 18px;
    transform: rotate(-45deg);
    transform-origin: 3px -1px;
}

.is_toggler .toggle-line-lg {
    opacity: 0;
}

.app-header-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    background: #fff;
    gap: 10px 36px;
    border-bottom: 1px solid #eff2f9;
}

.header-navbar {
    flex-grow: 1;
}

.header-menu {
    display: flex;
    gap: 24px;
}

.header-menu .header-menu-links {
    color: #5D6266;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding: 14px 2px;
    text-decoration: none;
}

.header-menu .header-menu-links::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f05657;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 2px;
    transform-origin: center;
    transform: scale(0);
    transition: .1s;
}

.header-menu li:hover .header-menu-links,
.header-menu li.menu-active .header-menu-links {
    color: #f05657;
}

.header-menu li:hover .header-menu-links::after,
.header-menu li.menu-active .header-menu-links::after {
    transform: scale(1);
}

.header-logout-wraper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-seprator {
    display: block;
    min-height: 30px;
    width: 1px;
    background: #ECECEC;
}

.user-profile {
    border: 1px solid #ECECEC;
    padding: 4px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-profile img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-drop-icon {
    width: 32px;
    height: 32px;
    background: #ECECEC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-name-wraper {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.15;
}

.user-name {
    color: #495057;
    font-weight: 600;
}

.user-auth {
    color: #929292;
    font-size: 12px;
}

.inner-content-box {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0 16px;
}

.gray-border-card {
    background: #fff;
    border: 1px solid #E0E1E3;
    border-radius: 10px;
    margin-bottom: 16px;
}

.gray-title-header {
    background: #EFF2F9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #E0E1E3;
    flex-wrap: wrap;
    gap: 5px;
}

.gray-title {
    font-size: 18px;
    font-weight: 600;
}

.noticeboard-list {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gray-linear-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(0deg, #f6f6f6, #fff);
    border: 1px solid #E0E1E3;
    padding: 6px;
    border-radius: 6px;
}

.gray-linear-tag span {
    color: #6C6C6C;
    font-size: 11px;
    font-weight: 600;
}

.noticeboard-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: linear-gradient(0deg, #f6f6f6, #fff);
    border: 1px solid #E0E1E3;
    border-radius: 10px;
}

.noticeboard-list li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.daily-update-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.daily-update-list {
    display: flex;
    padding: 15px;
    flex-direction: column;
    gap: 12px;
}

.daily-update-text {
    flex-grow: 1;
}

.daily-update-time {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #929292;
}

.details-btn {
    background: #FFF0EB;
    color: #f05657;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.reminder-listing {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reminder-listing li {
    background: #FBFBFC;
    padding: 10px;
    border: 1px solid #E0E1E3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.reminder-listing-text {
    flex-grow: 1;
}

.reminder-listing-text span {
    font-size: 12px;
    color: #929292;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}

.gray-linear-tag select {
    background: transparent;
    border: none;
    color: #6C6C6C;
}

.jump-date-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.bottom-content-items {
    background: #FBFBFC;
    border: 1px solid #E0E1E3;
    padding: 10px;
    border-radius: 6px;
}

.bottom-content-tags {
    background: #FF835B;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.tags-blue {
    background: #8290FB;
}

.tags-green {
    background: #30D398;
}

.bottom-tag-wraper {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bottom-content-row {
    padding: 15px 45px;
}

.bottom-content-slider .slick-track {
    display: inline-flex;
    gap: 10px;
}

.bottom-content-slider .slick-prev:before,
.slick-next:before {
    color: #757575;
}

/*  _________ Add New Customer Page ________ */
.title-main {
    font-size: 18px;
    font-weight: 600;
    color: #474747;
}

.add-new-form {
    padding: 24px 36px;
}

.form_group {
    position: relative;
    background: #FAFAFA;
    border-color: #E0E1E3;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr 36px;
    gap: 5px;
    width: calc(50% - 10px);
}

/* .form_group select {
    background: transparent;
    border: none;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #80858a;
} */
/* 
.form_group select+label.form_label {
    opacity: 0;
} */


.form_input_card {
    width: 100%;
    background: transparent;
    border: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #5D6266;
    /* padding: 5px 15px; */
    /* height: 32px; */
}

.form_input {
    width: 100%;
    background: transparent;
    border: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #5D6266;
    padding: 5px 15px;
    height: 32px;
}

.form_label {
    position: absolute;
    top: 6px;
    left: 15px;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans';
    color: #80858A;
}

.form_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
    border-left: 1px solid #E0E1E3;
    border-radius: 0 5px 5px 0;
}

.form_input:focus~label,
.form_input:not(:placeholder-shown)~label {
    color: #80858A;
    top: -8px;
    left: 12px;
    z-index: 1;
    background: linear-gradient(0deg, #fafafa, #fff);
    padding: 0 3px;
    font-size: 10px;
    font-weight: 500;
}

.form_input::-webkit-input-placeholder {
    color: transparent;
}

.form_input::-moz-placeholder {
    color: transparent;
}

.form_group_wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 16px;
}

.form-btn-group {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
    margin-top: 20px;
}

.green-btn {
    background: #0DC687;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 6px;
    transition: .15s;
    height: 32px;
    cursor: pointer;
}

.green-btn:hover {
    background: #05b97b;
    color: #fff;
}

.gray-btn-disable {
    background: #EFEEEE;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    font-weight: 500;
    line-height: 18px;
    color: #727272;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 6px;
    transition: .15s;
    height: 32px;
    cursor: pointer;
}

.green-btn:hover {
    background: #05b97b;
    color: #fff;
}

.gray-btn {
    background: #EFEEEE;
    padding: 8px 20px;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    font-weight: 500;
    color: #727272;
    line-height: 18px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: .15s;
    min-width: 90px;
    justify-content: center;
    height: 32px;
    cursor: pointer;
}

.bg-blue-btn {
    background: #0D8EC6;
}

.bg-blue-btn:hover {
    background: #0B8BC2;
}

.gray-btn:hover {
    background: #dfdfdf;
    border: 1px solid #C2C2C2;
}

.main-btn {
    background: #F05657;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .15s;
    height: 32px;
}

.main-btn:hover {
    background: #E5393A;
}

.form_add_btn {
    position: absolute;
    right: 36px;
    background: #0DC687;
    height: 100%;
    border: 2px solid #fafafa;
    border-radius: 6px;
    color: #fff;
    padding: 4px 15px;
}

.form_add_btn:hover {
    background: #05b97b;
}

.top-btn-right {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: end;
    flex-grow: 1;
}

.search-spacer {
    min-width: 194px;
}

.dot-btn {
    display: block;
    height: 100%;
    background: transparent;
    border: none;
    padding: 7px;
}

.dropdown-wraper {
    position: relative;
}

.dropdown-list {
    position: absolute;
    background: #fff;
    padding: 16px;
    top: calc(100% - 2px);
    right: 0;
    border-radius: 8px;
    z-index: 9;
    min-width: 230px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    transform: scaleY(0);
    visibility: hidden;
    transition: .2s;
    transform-origin: top;
}

.dropdown-list li a {
    padding: 5px 12px;
    border-radius: 6px;
    background: #fff;
    transition: .15s;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-list li:hover a {
    background: #f05657;
    color: #fff;
}

.dropdown-wraper:hover ul.dropdown-list {
    transform: scaleY(1);
    visibility: visible;
}

.dropdown-list li:hover svg path {
    fill: #fff;
}

.dropdown-list li:hover .only-stroke path {
    stroke: white;
}

.dropdown-list li:hover .fill-only path {
    stroke: #fff;
    fill: none;
}

.dropdown-list li a svg {
    width: 18px;
}

.add-new-wraper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gray-border-card {
    flex-grow: 1;
    overflow-y: auto;
}

.top-btn-middle-main {
    display: flex;
    align-items: start;
    gap: 6px;
    margin-left: 200px;
    justify-content: end;
}

/*.main-table-container .green-btn {
min-width: 170px;
padding: 8px 10px;
}
*/
/*  _________ CSS For Customer Page ________ */
table.dataTable th,
table.dataTable td {
    vertical-align: middle;
    white-space: nowrap;
}

.main-table-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-table-wraper {
    flex-grow: 1;
    overflow-y: auto;
}

.footerDataSet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 8px;
    background: #fff;
    padding-top: 8px;
}

.footerDataSet .pagination {
    margin: 0;
}

.searchDataTable {
    text-align: right;
    position: absolute;
    background: #fff;
    padding: 0px 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    top: 27px;
    left: 0px;
}

.top-btn-wrpaer {
    min-height: 64px;
}

.top-btn-wrpaer+.dt-form_select {
    transform: translateY(-4px);
}

.drop-dots-btn-wraper {
    position: absolute;
    right: 0;
    top: 28px;
}

.top-btn-middle {
    flex-grow: 1;
    gap: 6px;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
}

.top-btn-wrpaer h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 5px;
    white-space: nowrap;
    width: 100%;
}

.main-table-container {
    position: relative;
}

.searchDataTable label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.searchDataTable label input {
    border: none;
    box-shadow: none;
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.searchDataTable label input:focus {
    box-shadow: none;
}

.clear-search {
    display: flex;
    align-items: center;
}

.data-seracch-icon {
    display: flex;
}

.data-seracch-icon svg {
    width: 16px;
}

.form-inline .searchDataTable .form-control {
    width: 135px;
    margin: 0;
}

.table-bordered {
    border: 1px solid transparent;
    border-radius: 0px;
    background: #fff;
    margin-bottom: 0;
    min-width: 100% !important;
    color: #474747;
}

.dataTables_scrollHeadInner {
    min-width: 100% !important;
}

.dataTables_wrapper {
    border: 1px solid #E0E1E3;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 219 219);
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
    padding: 8px 16px;
}

.table-bordered>thead>tr>th {
    border-bottom: 1px solid #E0E1E3;
    background: #EFF2F9;
    vertical-align: middle;
    font-family: 'Plus Jakarta Sans';
}

.table-bordered>thead>tr>th:not(:last-child) {
    border-right: 1px solid #E0E1E3 !important;
}

.table-bordered>tbody>tr>th {
    border-bottom: 1px solid red !important;
}

.table-bordered>tbody>tr>td {
    border-bottom: 1px solid #e0e1e3;
    vertical-align: middle;
}

.table-bordered>tbody>tr>td {
    border-right: 1px solid #e0e1e3 !important;
}

.table>thead:first-child>tr:first-child>th {
    border-right: 1px solid #e0e1e3 !important;
}

ul.pagination>li>a,
ul.pagination>li>span {
    border: 1px solid #E0E1E3;
    border-radius: 4px;
}

ul.pagination>.active>a,
ul.pagination>.active>a:focus,
ul.pagination>.active>a:hover,
ul.pagination>.active>span,
ul.pagination>.active>span:focus,
ul.pagination>.active>span:hover {
    background-color: #f05657;
    border-color: #f05657;
}

ul.pagination>li>a,
ul.pagination>li>span {
    color: #474747;
    border: 1px solid #E0E1E3;
    border-radius: 4px;
}

ul.pagination {
    display: flex;
    align-items: center;
    gap: 6px;
}

ul.pagination>li>a,
.pagination>li>span {
    padding: 4px 10px;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    display: none;
}

.view-job-table .table-bordered>thead>tr>th {
    padding: 2px 22px 2px 14px;
    line-height: 1.05;
}

.view-job-table .table-bordered>tbody>tr>td {
    padding: 7px 22px 7px 14px;
}

.dataTables_scrollHead table.table-bordered {
    margin-bottom: 0;
}

table.dataTable.table tbody tr:nth-child(even) td {
    background: #f6f6f6;
}

table.dataTable.table.table-hover>tbody>tr:hover>* {
    box-shadow: none;
    background: #f6f6f6;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
    right: 5px;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>th.dt-ordering-asc,
table.dataTable thead>tr>th.dt-ordering-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc,
table.dataTable thead>tr>td.dt-ordering-asc,
table.dataTable thead>tr>td.dt-ordering-desc {
    padding-right: 24px;
}

.dataTables_length label {
    margin: 0;
}

.edit-action-tag {
    background: transparent;
    border: none;
}

.last-th-td-center thead tr th:last-child,
.last-th-td-center tbody tr td:last-child {
    text-align: center;
    padding: 6px 12px;
}

.horizontal-scroll::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar {
    height: 6px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20) inset;
}

.horizontal-scroll::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 5px;
}

.horizontal-scroll::-webkit-scrollbar-button,
.dt-scroll-body::-webkit-scrollbar-button {
    display: none;
}

.job-status-tags {
    border-radius: 5px;
    background: #737CCC;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.light-blue-bg {
    background: #73B1CC;
}

.wine-bg {
    background: #CC7373;
}

.green-bg {
    background: #32CD2F;
}

.dark-bg {
    background: #BC832D;
}

.container-drag {
    border-radius: 7px;
    margin: auto;
    overflow-x: auto;
    touch-action: none;
    z-index: 22;
    padding-bottom: 5px;
    height: 100%;
    display: flex;
    gap: 8px;
    min-width: 100%;
}

.dropzone-outer {
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    touch-action: none;
    background: rgb(240 86 87 / 7%);
    flex: 1 1 25%;
    min-width: 215px;
}

.dropzone {
    display: flex;
    flex-direction: column;
    touch-action: none;
    height: 100%;
    overflow-y: auto;
}

.dropzone-header {
    background: #F05657;
    text-align: center;
    padding: 10px 6px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.card-wrapper {
    margin: 4px 4px 0;
}

.dropzone .card-wrapper:last-child {
    margin-bottom: 8px;
}

.drag-card {
    background: #fff;
    border-radius: 10px;
    contain: layout;
    cursor: pointer;
    padding: 0;
    transition: border-color 330ms ease-in;
    will-change: transform;
    /* min-width: 190px;
    max-width: 190px; */
    margin-bottom: 0;
}

.drag-card:hover {
    border-color: #3fc35f;
}

.drag-card.card--is-moving {
    border-color: #3fc35f;
    cursor: grabbing;
    position: absolute;
    transform: rotate(15deg);
    z-index: 123;
}

.card__label {
    border-radius: 100%;
    height: 15px;
    opacity: 0.8;
    width: 15px;
}

.drag-card-mid-content {
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.drag-card-footer {
    border-top: 1px solid #E0E1E3;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;

}

.mailer-count {
    font-weight: 600;
    font-size: 11px;
}

.dropzone .gray-title-header {
    padding: 4px 6px;
}

.dropzone .gray-title {
    font-size: 15px;
}

.dropzone .gray-linear-tag svg {
    width: 12px;
}

.drag-card .gray-linear-tag span {
    font-size: 10px;
}

.job-name {
    font-size: 10px;
}

.dropzone .gray-linear-tag {
    padding: 3px;
    gap: 4px;
}

.drag-card .dropzone .gray-linear-tag svg {
    width: 10px;
}

.ctm-tabs {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tabs-contents {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
}

.tab-navbar {
    list-style: none;
    margin: 0;
    display: flex;
}

.tab-navbar li {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    margin-right: 10px;
    padding: 7px 20px;
    cursor: pointer;
    color: #474747;
    font-weight: 600;
    margin-bottom: -1px;
}

.tab-navbar li a {
    text-decoration: none;
    color: #474747;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #E0E1E3;
    border-radius: 10px 10px 0px 0px;
}

.tab-navbar li:hover,
.tab-navbar li.active {
    background-color: #FFE9E9;
    border-color: #F05657;
}

.tab-navbar li:hover a,
.tab-navbar li.active a {
    color: #f05657;
    font-weight: 600;
}

.tabs-content-main {
    border: 1px solid #E0E1E3;
    background-color: #FFF;
    height: 100%;
    overflow: auto;
    border-radius: 0 0 12px 12px;
}

.tabs-wraper {
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
}

.tab-nav-icons {
    background: #FFE9E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.tab-navbar li:hover .tab-nav-icons,
.tab-navbar li.active .tab-nav-icons {
    background: #f05657;
}

.tab-navbar li:hover .stroke-icon path,
.tab-navbar li.active .stroke-icon path {
    stroke: white;
}

.tab-navbar li:hover .stroke-fill-icon path,
.tab-navbar li.active .stroke-fill-icon path {
    stroke: #fff;
    fill: #fff;
}

.tab-navbar li:hover .fill-icon path,
.tab-navbar li.active .fill-icon path {
    fill: white;
}

.tabs-content-main .form_group .select2-container--default .select2-selection--multiple {
    background-color: #fafafa;
    border: 0px solid #aaa;
}

.tabs-content-main .form_group .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 0px;
}

.tabs-content-main .form_group .select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px;
}

.tabs-content-main .form_group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px;
    background-color: #f3f3f3;
    border: 1px solid #e1e2e4;
}

.tabs-content-main .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #e1e2e4;
}

.pricing-items {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #e0e1e3;
}

.pricing-items span {
    padding: 12px 16px;
}

.pricing-items-name {
    flex-grow: 1;
}

.pricing-items span:not(:last-child) {
    border-right: 1px solid #E0E1E3;
}

.items-price {
    width: 175px;
    text-align: center;
}

.pricing-list-wrap .pricing-items:nth-child(even) {
    background: #F6F6F6;
}

.ctm-tabs .main-btn {
    margin-top: 12px;
    width: max-content;
    margin-left: auto;
}

.filter-vol-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(240 86 87 / 10%);
    border: none;
    padding: 8px;
    border-radius: 10px;
}

.view-job-table .searchDataTable {
    display: none;
}

.top-btn-right.job-btn-wraper .green-btn,
.top-btn-right.job-btn-wraper .gray-btn {
    min-width: unset;
    padding: 8px 16px;
    white-space: nowrap;
}

.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

/* .close {
position: absolute;
right: 0;
top: 0;
width: 51px;
height: 51px;
font-size: 0;
cursor: pointer;
}
.close:before,
.close:after {
content: "";
position: absolute;
background: #767676;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
left: 14px;
right: 14px;
top: 30px;
height: 3px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
-webkit-transition: all 100ms ease-in;
-o-transition: all 100ms ease-in;
}
.close:after {
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
} */
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fafdff;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
        0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
    padding: 25px;
    color: #5e5e5e;
}

.popup-body {
    padding: 16px;
}

.button:hover {
    box-shadow: 1px 3px 5px #e9e9e9;
    transform: translateY(-1px);
}

.button:active,
.button:visited {
    transform: translateY(1px);
    outline: none;
    box-shadow: 1px 2px 3px #f5f5f5;
}

.ctm-popup {
    background: rgb(0 0 0 / 70%);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctm-popup-inner {
    background: #fff;
    position: relative;
    border-radius: 12px;
    width: calc(100% - 30px);
    max-width: 550px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ctm-popup-inner>form {
    display: flex;
    flex-direction: column;
    max-height: 75vh;
}

.popup-header {
    background: rgb(240 86 87 / 15%);
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.popup-footer {
    background: rgb(240 86 87 / 15%);
    padding: 10px 15px;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.quote-popup {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    max-width: 300px;
    text-align: center;
    margin: 20px auto;
}

.popup-body {
    flex-grow: 1;
    overflow-y: auto;
}

.popup-body .form_group_wraper {
    flex-direction: column;
}

.popup-body .form_group {
    width: 100%;
}

.popup-body .add-new-form {
    padding: 0 30px;
}

.popup-body .form_add_btn {
    color: #848282;
    border: 2px solid #FAFAFA;
    background: #ECECEC;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    font-weight: 500;
}



/* _______ Update css for Quote info _____*/
.quote-info {
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
}

.quote-info-wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.quote-info-wraperNew {
    height: 100%;
    overflow: hidden;
}

.quote-info-col6 {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.quote-info-col12 {
    width: 100%;
}

.quote-info-title {
    display: block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
}

.quote-description-head {
    padding: 4px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quote-info-table tr td {
    padding: 8px 16px;
}

.quote-info-table {
    width: 100%;
    border-bottom: 1px solid #e0e1e3;
}

.quote-info-strong {
    font-weight: 600;
    white-space: nowrap;
}

.quote-info-wraper .gray-border-card:first-child .quote-info-table tbody tr:last-child {
    border-top: 1px solid #e0e1e3;
}

.quote-info-table tr td:first-child {
    border-right: 1px solid #e0e1e3;
}

.quote-title-bdr {
    border-bottom: 1px solid #E0E1E3;
}

.quote-info-table-orange {
    background: rgb(240 86 87 / 15%);
    width: calc(100% - 40px);
    margin: 0 20px 16px;
    border-radius: 10px;
}

.quote-info-table-orange tr td {
    padding: 16px 20px 0;
}

.quote-info-table-orange tr:last-child td {
    padding-bottom: 16px;
}

.tr-text-orange {
    color: #2da4e6;
}

.quote-info-table~.quote-info-title {
    margin-top: 6px;
}

.table-orange-link,
.table-orange-link:hover {
    color: #F05657;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
    font-style: italic;
}

.quote-mailer-table {
    width: 100%;
}

.quote-mailer-table tr td {
    padding: 14px 20px 0;
}

.quote-mailer-table tr td:nth-child(n+3) {
    border-left: 1px solid #e0e1e3;
}



.quote-mailer-table tr.table-hr td {
    padding: 14px 0 0;
    border-bottom: 1px solid #e0e1e3;
}

.quote-mailer-table tr.table-hr+tr td {
    padding-top: 14px;
}

.table-btn {
    align-items: center;
    display: flex;
    gap: 6px;
    margin-left: auto;
    background: rgb(13 142 198 / 10%);
    color: rgb(13 142 198 / 100%);
    border: none;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
    transition: .25s;
}

.table-btn:hover {
    background: rgb(13 142 198 / 1000%);
    color: #fff;
}

.table-btn:hover svg path {
    fill: #fff;
}

.table-btn svg {
    width: 14px;
    height: 12px;
}

.table-select {
    width: max-content;
    border-radius: 6px;
    padding: 6px;
    margin-left: auto;
    display: block;
    border: 1px solid #E0E1E3;
}

.table-btn-group {
    display: flex;
    gap: 10px;
    justify-content: end;
    padding: 16px 30px;
    border-top: 1px solid #e0e1e3;
}

.quote-des-table tr td:first-child {
    border-right: 0px solid #e0e1e3;
}

.quote-des-table {
    border-bottom: 0px solid #e0e1e3;
}

.no-ml {
    margin-left: 0;
}

.quote-mailer-table tr:last-child td {
    padding-bottom: 14px;
}

.quote-mailer-table .tr-text-orange.quote-info-strong>span {
    line-height: 1.75;
}

.quote-mailer-table .table-tr-bg {
    background: #FDE6E6;
}


/* ____________ Updated CSS ____________ */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
}

table.dataTable thead .sorting {
    background-image: url("../images/sort-both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort-asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort-desc.png");
}

.login-wrpaer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 15px;
    background: #FFFAEF;
}

.login-container {
    width: 100%;
    max-width: 750px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 35px rgb(0 0 0 / 7%);
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 10px;
}

.login-left-box {
    background: #F05657;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 25px 15px;
}

.login-left-box img {
    width: 100%;
    max-width: 165px;
}

.form-title {
    margin: 0 0 36px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.login-right-box {
    padding: 60px 25px;
}

.login-form .form_group {
    width: 100%;
    margin-bottom: 10px;
}

.login-form .form_input {
    font-size: 15px;
    padding: 8px 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.login-form .form_label {
    top: 7px;
    left: 16px;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.login-form .form_input:focus~label,
.login-form .form_input:not(:placeholder-shown)~label {
    top: -8px;
    left: 14px;
    font-size: 11px;
}

input[type="password"],
input[name="email"] {
    opacity: 0;
}

.login-form .form_group_wraper {
    gap: 20px;
}

.pass-forget {
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    color: #f05657;
    text-decoration: underline;
    font-weight: 600;
    font-style: italic;
    font-family: "Plus Jakarta Sans", sans-serif;
    transform: translateY(-10px);
    cursor: pointer;
    transition: .25s;
}

.pass-forget:hover {
    color: #e53638;
    text-decoration: underline;
}

.login-form .form-btn-group {
    justify-content: center;
}

.login-form .green-btn {
    background: #f05657;
    padding: 12px 16px;
    font-size: 16px;
    width: 100%;
    max-width: 140px;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    min-height: 40px;
    ;
}

.login-form .green-btn:hover {
    background: #dd393a;
}

.login-left-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 10px 0 30px;
}

/* ______ Updated css 13-7-2024 ______ */
.input-error {
    position: absolute;
    top: 100%;
    top: calc(100% + 1px);
    font-size: 11px;
    color: red;
    letter-spacing: .2px;
    font-weight: 500;
}

.wraper-col-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.wraper-col-3>.form_group_wraper {
    width: calc(33.33% - 10px);
}

.wraper-col-3>.form_group_wraper>.form_group {
    width: 100%;
}

.main-nav {
    display: inline-flex;
    padding: 0;
    list-style: none;
    gap: 6px;
    align-items: center;
    border-bottom: 1px solid #fbd0c8;
}

.more-btn {
    min-height: 34px;
}

.more-btn:hover {
    color: #fff;
    text-decoration: none;
}

.more-btn:hover svg path {
    stroke: #fff;
}

.more-btn svg {
    width: 10px;
    height: 7px;
}

.auto-nav-more {
    position: relative;
}

.auto-nav-more-list {
    position: absolute;
    right: 0;
    min-width: 175px;
    top: calc(100% + 3px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    z-index: 99;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}

#mainMenu {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: nowrap;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0px;
}

.main-nav a:hover {
    color: #fff;
}

.main-nav>li a {
    border-radius: 10px 10px 0 0;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #f0565742;
    color: rgb(240 86 87 / 75%);
    background: transparent;
    padding: 9px 12px;
    white-space: nowrap;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    min-height: 34px;
}

.main-nav>li a:hover,
.main-nav>li.is_active a {
    background-color: #f05657;
    border-color: #F05657;
    color: #FFF;
}

.main-nav>li {
    margin-bottom: -1px;
}

.main-nav>li a:hover svg path {
    fill: #f05657;
}

.main-nav>li .auto-nav-more-list li a {
    border-radius: 6px;
    width: 100%;
    border-bottom: 1px solid #f0565742;
}


/* datatable boostrap 4 */

.pagination .page-link:hover {
    background-color: #f8d7da;
    color: #f05657;
}

.page-item.page-link {
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
}

.pagination .page-item.active .page-link {
    background-color: #f05657;
    border-color: #f05657;
    color: white;

}

.table {
    border: 0px solid #dee2e6;
    border-radius: 0px;
    /* table-layout: fixed; */
}

div.dt-container div.dt-scroll-body {
    border-bottom: 0px solid #dee2e6;
}

/*.footerDataSet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    background-color: #f8f9fa;
}
*/
.dt-scroll-headInner {
    display: table-header-group;
}

.is_toggler table.dbTable {
    width: 100% !important;
}

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

.dt-container {
    border: 1px solid #E0E1E3;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 219 219);
}

div.dt-container div.dt-scroll-body table,
div.dt-container div.dt-scroll-body tbody>tr:last-child>* {
    border-bottom: 1px solid #e0e1e3;
}

.table-bordered>thead>tr>th:last-child,
.table-bordered>tbody>tr>td:last-child {
    border-right: 0px solid #e0e1e3 !important;
}

/*  _______________ Pricing Table Updated css ________________ */
.pricing-table-wraper {
    flex-grow: 1;
    overflow-y: auto;
}

.pricing-table-item {
    border: 1px solid #E0E1E3;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.pricing-table {
    width: 100%;
}

.pricing-table thead th {
    background: #EFF2F9;
    padding: 8px 16px;
}

.pricing-table tbody td {
    padding: 8px 16px;
    border-top: 1px solid #E0E1E3;
    line-height: 2.25;
}

.pricing-table tbody td:not(:last-child) {
    border-right: 1px solid #E0E1E3;
}

.pricing-table tbody td:not(:first-child) {
    text-align: center;
}

.pricing-table-wraper .pricing-table-item:not(:last-child) {
    margin-bottom: 24px;
}

.price-table-input {
    border: 1px solid #E0E1E3;
    background: rgb(217 217 217 / 20%);
    border-radius: 6px;
    text-align: left;
    padding: 0px 6px;
    width: 90px;
    color: rgb(71 71 71 / 75%);
}

.price-table-inputEuro {
    border: 1px solid #E0E1E3;
    background: rgb(217 217 217 / 20%);
    border-radius: 6px;
    text-align: center;
    padding: 0px 6px;
    width: 90px;
    color: rgb(71 71 71 / 75%);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;

}

.price-table-inputEuro .price-table-input {
    border: 0px solid #E0E1E3;
    background: transparent;
    border-radius: 6px;
    padding: 0;
    text-align: left;
    width: 100%;
    color: rgb(71 71 71 / 75%);
}

.pricing-table-editForm {
    flex-grow: 1;
    overflow: auto;
}

.add-item-detailWrap {
    flex-grow: 1;
    overflow: auto;
}


.pricing-table tbody tr:nth-child(even) td {
    background: #f6f6f6;
}

.pricing-table-wraper .green-btn,
.pricing-table-wraper .main-btn {
    padding: 10px 20px;
    min-width: 110px;
    justify-content: center;
}

.pricing-table-wraper .form-btn-group {
    margin: 0 5px 16px 0;
}

/*_________ Updated css for Job Info popup __________ */

.form_check_label {
    display: grid;
    grid-template-columns: 16px 1fr;
    justify-content: start;
    align-items: center;
    gap: 6px;
}

.form_check_label input {
    opacity: .75;
    margin-top: 0;
}

.quoteInfo-popup .form_group {
    display: block;
}

.quoteInfo-popup .form_group textarea {
    min-height: 65px;
    border: none;
    padding: 6px 15px;
    background: transparent;
}

.quoteInfo-popup .form_check_label:not(:first-child) {
    margin-top: 16px;
}

.form_group_inner {
    width: calc(50% - 10px);
}

.form_group_inner .form_group {
    width: 100%;
}

.form_outer_star {
    color: #F05657;
}

.form_outer_label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.add-new-textarea {
    padding: 6px 15px;
    border: none;
    background: transparent;
    min-height: 100px;
}

.dis-block {
    display: block;
}

.ctm-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.ctm-col-3 {
    width: calc(25% - 10px);
}

.ctm-col-12 {
    width: 100%;
}

.ctm-op-0 {
    opacity: 0;
}

.show-placeholder.form_input::-webkit-input-placeholder {
    color: #80858A;
    font-weight: 500;
}

.profilt-select {
    background: linear-gradient(45deg, black, transparent);
}

.profilt-select {
    background: linear-gradient(0deg, #F6F6F6, #fff);
    border: 1px solid #E0E1E3;
    font-weight: 500;
    color: #6C6C6C;
    border-radius: 5px;
    padding: 3px;
    min-width: 75px;
    width: max-content;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 99;
}

/* ____________ Email css Update __________*/
.email-form-center {
    width: 100%;
    max-width: 875px;
    margin: 0 auto;
}

.email-form-center .form_group_wraper {
    align-items: start;
}

.email-form-center .form_outer_label {
    width: 135px;
    font-size: 14px;
    color: #474747;
    font-weight: 600;
    padding-top: 6px;
}

.email-form-center .form_group {
    flex-grow: 1;
    margin-bottom: 32px;
    display: flex;
}

.email-form-center .email-notification {
    position: absolute;
    top: calc(100% + 4px);
    font-size: 12px;
    color: rgb(50 52 57 / 60%);
    font-weight: 500;
}

.email-form-center .form_group select {
    padding: 6px 15px;
}


.form_group.form_label_text {
    padding: 6px 15px 6px 0;
    background: transparent;
    border: none;
}

.ck-editor__editable {
    min-height: 150px;
}

.ck.ck-editor {
    width: 100% !important;
    border-radius: 6px;
    overflow: hidden;
}

.ck.ck-editor__main>.ck-editor__editable.ck-blurred,
.ck.ck-editor__main>.ck-editor__editable.ck-focused {
    border-color: transparent !important;
}

.ck.ck-toolbar {
    border: 0px solid transparent !important;
}

.preview-cards {
    padding: 24px 36px;
}

.quote-info {
    margin-top: 5px;
}

.ctm-tabs-mail .tab-navbar li:hover a,
.ctm-tabs-mail .tab-navbar li.active a {
    background-color: #F05657;
    border-color: #F05657;
}

.form_input[type="color"] {
    padding: 0 15px;
}

.ctm-tabs-mail .tab-navbar li:hover a,
.tab-navbar li.active a {
    color: #fff;
}

.blue-bg {
    background: #0D8EC6;
}

.blue-bg:hover {
    background: #0782b7;
}

.swal2-popup.swal2-modal {
    border-radius: 16px;
}

.swal2-actions button[type="button"] {
    border-radius: 6px;
    text-transform: capitalize;
    height: 34px;
    font-size: 14px;
    line-height: 28px;
    font-family: "DM Sans", sans-serif;
    min-width: 90px;
    padding: 0px 12px;
}

.swal2-actions button[type="button"]:focus {
    outline: none;
}

.swal2-popup.swal2-modal {
    border-radius: 16px;
    padding: 0;
}

.swal2-title {
    font-size: 20px;
    /*
    background: rgb(240 86 87 / 15%);*/
    border-radius: 16px 16px 0 0;
    padding: 12px !important;
    line-height: 1.35;
}

.swal2-popup .swal2-html-container {
    padding: 24px 16px;
    font-size: 15px;
    line-height: 135%;
}

.swal2-actions {
    padding: 12px;
    width: 100%;
    justify-content: end;
    /*
    background: rgb(240 86 87 / 15%);*/
    border-radius: 0 0 16px 16px;
}

div.dt-container div.dt-search input {
    border: none;
    margin: 0;
    font-family: 'Plus Jakarta Sans';
    color: #98989D;
    font-weight: 500;
    line-height: 20px;
    padding: 0 4px;
    height: 30px;
}

.data-search-icon svg {
    width: 17px;
    height: 17px;
}

div.dt-container div.dt-search input:focus {
    box-shadow: none;
}

.table-bordered>tbody>tr>td>a.text-danger {
    text-align: center;
}

div.dt-container div.dt-length label {
    font-weight: 500;
    color: #828282;
}

span.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #80858a;
    font-weight: 500;
    padding-left: 12px;
}

span.select2-container--default .select2-selection--single {
    background-color: #fafafa;
    border: 0px solid #aaa;
    border-radius: 0;
}

.form-btn-group .green-btn {
    min-width: 90px;
}

.icon-btn {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #ECECEC;
    background: #fff;
}

input.form_input[type="date"]::after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 99;
}

input.form_input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #80858A;
    z-index: 99999;
}

.form_group input.form_input[type="date"]~.form_icons i {
    opacity: 0;
}

.btn-action-group {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 4px;
    margin-left: 14px;
}

.table-bordered>tbody>tr>td .btn-action-group a {
    padding: 6px;
    width: 28px;
}

.btn-action-group>a {
    display: flex !important;
    align-items: center;
}

.btn-action-group svg {
    width: 16px;
    height: 16px;
}

.btn-action-delete svg path {
    stroke-width: .3px;
    stroke: #f05657;
}

select.form_input~label {
    opacity: 0;
}

table.dataTable.table.table-striped>tbody>tr td {
    box-shadow: unset !important;
}




/*  _________________ User Profile CSS ______________ */
.user-profile-wrap {
    padding: 30px 40px;
    display: grid;
    grid-template-columns: 25% 72%;
    justify-content: space-between;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.user-profile-left {
    background: #F6F6F6;
    border: 1px solid #E5E8ED;
    border-radius: 16px;
    padding: 30px 20px;
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto 35px;
}


.profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.user-profile-left label input[type="file"] {
    display: none;
}

.user-profile-left label {
    width: 33px;
    border: 1px solid #fff;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f05657;
    margin: 0 auto;
    transform: translate(35px, -25px);
    cursor: pointer;
}

.profile-name {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.profile-email {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.user-profile-left .main-btn {
    margin: 0 auto;
    display: flex;
    margin-top: 35px;
    gap: 12px;
}

.profile-label {
    margin-bottom: 10px;
}

.profile-label span {
    color: #f05657;
}

.user-profile-wrap .form-btn-group {
    margin-top: 20px;
    margin-bottom: 16px;
}

.user-profile-wrap .form-btn-group .green-btn {
    min-width: 100px;
}

.user-profile-wrap p {
    margin: 0 0 16px;
}

.user-profile-wrap .op-0 {
    opacity: 0;
    visibility: hidden;
}

/*  _________________ Quote info New  ______________ */
.nw-quote-title {
    display: grid;
    grid-template-columns: 58% 42%;
}

.nw-quote-infoWrap {
    padding: 12px 10px 12px;
    background: #fff;
    border: 1px solid #E0E1E3;
    border-radius: 8px;
    margin-bottom: 12px;
}

.quoteInfo-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.nw-quoteInfo-table {
    width: 100%;
}

.nw-quoteInfo-table th,
.nw-quoteInfo-table td {
    padding: 4px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}


.quoteInfo-fs-16 {
    display: block;
}

.quoteInfo-borderBox {
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: #e0e1e3;
    border-radius: 4px;
    background: #fafafa;
    padding: 0 2px;
    display: flex;
    gap: 2px;
    font-size: 12px;
}

.nw-quote-infoWrap select {
    background-color: #fafafa;
    border: none;
    min-width: 100%;
    width: auto;
    background-image: url(../images/select-bg.svg);
    appearance: none;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 99% center;
    padding: 4px 12px 4px 4px;
    font-size: 12px;
}

.quoteInfo-fs-16 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.orangeBox input.quoteInfo-euro-input {
    color: #209fe5;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    background: #ebf7ff;
}

.orangeBox>span {
    line-height: 1;
    display: flex !important;
    align-items: center;
}

.quoteInfo-close {
    border: 1px solid #fcc6c6;
    background: #fde6e6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
}

.clear-icon {
    border: 1px solid #4821e1ff;
    background: #dfe8ee;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
    cursor: pointer;
}

.clear-icon:hover {
    background: #dfe8ee;
    border-color: #4821e1ff;
    transform: scale(1.05);
}


.quoteInfo-edit {
    border: 1px solid rgb(13 142 198 / 100%);
    background: rgb(13 142 198 / 10%);
    color: rgb(13 142 198 / 100%);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
    padding: 1px 0 0 2px;
}

.quoteInfo-edit svg {
    width: 14px;
    height: 16px;
}

.quoteInfo-undo {
    border: 1px solid #C2C2C2;
    background: #EFEEEE;
    color: #727272;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
}

.quoteInfo-undo:hover {
    background: #C2C2C2;
    color: #fff;
}

.quoteInfo-undo:hover svg path {
    stroke: #fff;
}


.quoteInfo-edit:hover {
    background: rgb(13 142 198 / 1000%);
    color: #fff;
}

.quoteInfo-edit:hover svg path {
    stroke: #fff;
}


.quoteInfo-close:hover {
    background: #f05657;
}

.quoteInfo-close:hover svg path {
    stroke: #fff;
}

.quoteInfo-borderBox>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*.nw-quoteInfo-table .text-end {
    justify-content: end;
}*/
.quoteInfo-input {
    border: none;
    padding: 4px;
    width: 100%;
    background: #fafafa;
    line-height: 1;
}

h4.quoteInfo-fs-16.tr-text-orange {
    padding-top: 6px;
}

.quote-row-spacer {
    width: 30px;
}

.quoteInfo-borderBox.orangeBox {
    background: #ebf7ff;
    border-color: #98c3df;
    color: #209FE5;
    padding: 4px;
}

.quoteInfo-borderBox>span {
    padding: 4px;
}

.quoteInfo-borderBox.orangeBox>span {
    padding: 0;
}

.orangeBox span {
    font-weight: 600;
    min-width: 10px;
}

.mt-24 {
    margin-top: 24px;
}

.colWidth-60 {
    width: 56%;
}

.colWidth-40 {
    width: 44%;
}

.colWidth-38 {
    width: 38%;
}

.colWidth-18 {
    width: 18%;
}

.colWidth-20 {
    width: 26.2%;
}

.colWidth-25 {
    width: 20%;
}

.colWidth-10 {
    width: 10%;
}

.colWidth-48 {
    width: 48%;
}

.colWidth-40 {
    width: 40%;
}

.colWidth-36 {
    width: 36%;
}

.colWidth-58 {
    width: 58%;
}

.fw-600 {
    font-weight: 600;
}

.fixWidth-90 {
    min-width: 90px;
    max-width: 90px;
}



.colWidth-1 {
    width: 9%;
}

.colWidth-2 {
    width: 18%;
}

.colWidth-3 {
    width: 27%;
}

.colWidth-4 {
    width: 36%;
}

.colWidth-6 {
    width: 54%;
}

.colAction {
    width: 7%;
}

.colBlank {
    width: 3%;
    max-width: 30px;
}



.fixWidth-40 {
    min-width: 52px;
    max-width: 52px;
}

.fixWidth-70 {
    min-width: 70px;
    max-width: 70px;
}

.fixWidth-20 {
    min-width: 24px;
    max-width: 24px;
    display: table;
}

.fixWidth-135 {
    min-width: 135px;
    max-width: 135px;
}

.fixWidth-71 {
    min-width: 71px;
    max-width: 71px;
}

.single-bordered-table tr td:first-child {
    border-right: 1px solid #e0e1e3;
}

.single-bordered-table tr:first-child td {
    padding-top: 20px;
}

.single-bordered-table tr:last-child td {
    padding-bottom: 20px;
}

.fixWidth-20 {
    min-width: 20px;
    max-width: 20px;
}

.nw-quote-infoWrap.nw-quote-infoWrap-orange {
    border: 1px solid rgb(240 86 87 / 25%);
    background: rgb(240 86 87 / 15%);
}

.nw-quote-infoWrap-orange .table-select {
    background-position: 90% center;
    padding: 6px 24px 6px 10px;
    background-color: #fff;
    border: 1px solid #E0E1E3;
}

.add-item-description .wraper-col-3 {
    gap: 18px 0;
}

.form_group.no-right-icon {
    grid-template-columns: 1fr;
}

.no-right-icon .toggle-textarea {
    resize: none;
}

.form_select {
    width: 100%;
    background: transparent;
    border: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #5D6266;
    padding: 5px 12px;
    height: 32px;
    appearance: none;
    background-image: url(../../assets/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 2px) center;
}

.form_select~label {
    position: absolute;
    top: 8px;
    left: 15px;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans';
    color: #80858A;
}

.form_select:focus~label,
.form_select:valid~label {
    color: #80858A;
    top: -7px;
    left: 12px;
    z-index: 1;
    background: linear-gradient(0deg, #fafafa, #fff);
    padding: 0 3px;
    font-size: 10px;
    font-weight: 500;
}

.modal-dialog {
    max-height: 90vh;
    overflow: hidden;
    margin: 5vh auto;
    border-radius: 12px;
}

.modal-content {
    max-height: 90vh;
}

.ctm-checkWrap {
    position: relative;
}

.ctm-checkWrap input[type="checkbox"] {
    opacity: 0;
}

.ctm-checkBox::after {
    position: absolute;
    content: "✔";
    border: 2px solid #ccc;
    width: 15px;
    height: 15px;
    left: 0;
    top: 1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: transparent;
}

.ctm-checkWrap input[type="checkbox"]:checked+.ctm-checkBox::after {
    color: #fff;
    background: #f05657;
    border: 2px solid #f05657;
}

.pricing-table input[type="number"]::-webkit-inner-spin-button,
.pricing-table input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.swal2-cancel.gray-btn {
    background: #EFEEEE !important;
    border: 1px solid #C2C2C2 !important;
    color: #727272 !important;
}

.form_group span.select2-container {
    height: 32px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.nw-quoteInfo-table .error {
    letter-spacing: 0px;
}

.form_group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0;
    margin-left: 0;
}

.form_group .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../../assets/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 12px;
    right: 2px;
}

table.quote-info-table.quote-des-table tr td {
    vertical-align: top;
    min-width: 175px;
}

.quoteInfo-col-2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.quoteInfo-col-2 .quoteInfo-borderBox {
    width: calc(50% - 5px);
}

.nw-quote-infoWrap .quoteInfo-col-2 select.form_select {
    line-height: 1;
    padding: 0 12px 0 3px !important;
    height: unset;
}

.quote-info-tableWrap {
    flex-grow: 1;
    overflow: auto;
}

/* .form-add-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #0DC687;
    border-radius: 0 5px 5px 0;
    outline: 1px solid #0dc687;
} */
.form-add-btn {
    border-radius: 0 6px 6px 0;
    outline: 1px solid #0dc687;
    padding: 0;
    width: 100%;
    height: 100%;
}


.collapse-btn {
    background: #ECECEC;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e0e1e3;
    padding-top: 1px;
}

.collapse-btn svg {
    transform: rotate(0deg);
    transition: .2s;
}

.collapse-btn.active svg {
    transform: rotate(-90deg);
}

.collapse-hidden {
    opacity: 0;
}

.collapse-hidden.active {
    opacity: 1;
}

.action-dropdown {
    border: 1px solid #ececec;
    border-radius: 6px;
    height: 30px;
    margin-left: 207px;
    margin-top: -33px;
    color: #98989D;
    font-weight: 500;
}

.btnIcons {
    width: 16px;
    height: 16px;
}

#job_status {
    border: 1px solid #ececec;
    border-radius: 6px;
    height: 30px;
    color: #98989D;
    font-weight: 500;
    padding: 5px 14px 5px 8px;
}

form#email-setting-form {
    max-width: 100%;
}

.status-form-d select {
    border: 1px solid #e0e1e3;
    border-radius: 0 0 10px 10px;
    padding: 12px 8px !important;
    overflow: auto;
    height: 33vh !important;
}

.status-form-d select option {
    padding: 4px 8px;
    color: #474747;
    border-radius: 4px;
}

.status-form-d .form-group>label {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
}

.status-form-d .box1>label,
.status-form-d .box2>label {
    font-weight: 600;
}

.status-form-d span.info {
    font-size: 14px !important;
}

.status-form-d input.form-control.filter {
    font-size: 14px;
    background: #fff;
    padding: 0px 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ECECEC;
}

.status-form-d button.btn.btn-outline-secondary {
    background: #EFEEEE;
    border-color: #C2C2C2;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px !important;
}

.status-form-d button.btn.btn-outline-secondary:hover {
    color: #474747;
}

.status-form-d button.btn.btn-outline-secondary:focus {
    outline: none;
    box-shadow: none;
}

.status-form-d .btn-group.buttons {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border: 1px solid #e0e1e3;
    padding: 6px;
    gap: 6px;
}

.status-form-d select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(255 231 231);
    background-color: #ffc7c7;
    border-radius: 3px;
}

.status-form-d select::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: #F5F5F5;
}

.status-form-d select::-webkit-scrollbar-thumb {
    background-color: #f05657;
    border-radius: 3px;
}

.top-btn-wrpaer.top-btn-wrpaer-sm {
    display: flex;
    min-height: unset;
    margin-bottom: 4px;
}

.collapse-item {
    transition: .15s;
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
}

.collapse-item.active {
    transform: scaleY(0);
    opacity: 0;
    height: 0;
}

.infoWrapcollapse {
    height: auto;
    transition: .2s;
}

.infoWrapcollapse.active {
    height: 100px;
}

.top-btn-middle-main.top-btn-middle-mainLg {
    margin-left: 430px;
}

.form_group textarea {
    width: 100%;
    background: transparent;
    border: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #5D6266;
    padding: 5px 15px;
}

.ctm-popup-inner .form-check {
    padding: 0;
}

.ctm-popup-inner .form-check input[type="radio"] {
    position: unset;
    width: 24px;
    margin: 0;
}

.ctm-popup-inner .form-check label.form-check-label {
    margin-top: 2px;
}

.job-total-inner .border {
    border-radius: 8px;
}

.job-total-inner-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 8px;
    border-radius: 8px;
    gap: 0px;
}

.job-total-inner>div {
    gap: 12px;
}

.job-total-inner-items:nth-child(even) {
    background: #f6f6f6;
}

.job-total-inner-items h6 {
    flex-grow: 1;
    font-size: 14px;
}

.job-total-inner-items p {
    width: 125px;
}

.job-total-inner-items table {
    width: 20%;
}

.job-total-inner .quote-info-strong,
.job-total-inner .text-orange h6 {
    font-size: 14px;
}

.text-orange {
    color: #F05657;
}

#lockButton {
    border: none;
    padding: 2px 5px;
    color: #ffc827;
    background: #fff;
    border: 1px solid #ffc827;
    border-radius: 50%;
    margin-right: 5px;
}




.dataTables_wrapper .dataTables_scroll {
    overflow: auto;
}

.dataTables_wrapper .dataTables_scrollHeadInner,
.dataTables_wrapper .dataTables_scrollBody table {
    width: 100% !important;
}

.dataTables_wrapper table.dataTable td,
.dataTables_wrapper table.dataTable th {
    white-space: nowrap;
    /* Content wrap hone se bachane ke liye */
    text-align: left;
}

.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}

.dataTable span.badge {
    padding: 6px 10px !important;
    font-size: 12px;
    text-transform: capitalize;
    color: #FFF !important;
    font-weight: 500;
}

.ctm-tabs-mailScroll {
    overflow: hidden;
}

.ctm-tabs-mailCont {
    flex-grow: 1;
    overflow: auto;
    margin-top: 36px;
}

.ctm-tabs-mailCont .searchDataTable {
    top: 40px;
}

.ctm-tabs-mail .tab-navbar li {
    padding: 0;
}

.ctm-tabs-mail .tab-navbar>li>a {
    padding: 6px 16px;
}

.table-add-line {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table-add-line td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-add-line td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-add-line td {
    vertical-align: middle;
    border-top: 0;
    background: #f6f6f6;
    padding: 8px;
}

.tabs-content-mainSpacing {
    padding: 24px 36px;
}

label.profile-label {
    font-size: 14px;
    color: #474747;
    font-weight: 600;
}

.job-card-a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.deactivete-btnwrap {
    gap: 8px;
    margin: 0px 36px 24px;
    border-top: 1px solid #e0e1e3;
    padding-top: 5px;
}

.info-svg {
    width: 24px;
    height: 20px;
}

.check-info .circular-de-icon {
    background: #E8F2F4;
    width: 18px;
    height: 18px;
}

.tr-width-85 {
    min-width: 75px;
}

.check-info {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 16px;
    gap: 6px;
}

.check-info svg {
    width: 18px;
    height: 18px;
}

.table thead input[type='checkbox'],
.table tbody input[type='checkbox'] {
    width: 18px;
}

.tr-width-85 input {
    width: 28px;
}

.nw-quote-infoWrap .green-btn {
    padding: 8px 12px !important;
    height: 30px;
}

.nw-quote-infoWrap .green-btn {
    font-size: 12px;
    height: 30px;
}

.nw-quote-infoWrap .green-btn svg {
    width: 14px;
}

.collapse-btn svg {
    width: 10px;
}

.nw-quote-infoWrap .green-btn {
    font-size: 12px;
    height: 30px;
}

.nw-quote-infoWrap .green-btn svg {
    width: 14px;
}

.collapse-btn svg {
    width: 10px;
}

.nw-table-btn-group {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dbTable-scroll {
    overflow-x: auto;
}

.form_group_noicon {
    grid-template-columns: 100%;
}

.gray-linear-tagOut {
    display: flex;
    align-items: center;
    gap: 3px;
}

.circular-de-icon {
    display: flex;
    width: 20px;
    height: 20px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #2699cc;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    padding-top: 1px;
}

.ptice-table-70 {
    width: 70%;
}

.ptice-table-20 {
    width: 20%;
}

.ptice-table-10 {
    width: 10%;
}

.ctm-tabs-mail a.gray-btn {
    margin-bottom: 2px;
}

.quantity-textAlign {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

table.quote-info-tableAlign {
    width: 100%;
}

table.quote-info-tableAlign .quantity-textAlign {
    padding: 8px 12px;

}

table.quote-info-tableAlign tr:nth-child(odd) .quantity-textAlign {
    border-radius: 6px;
    background: #f6f6f6;

}

.collapse-btnMain {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.quoteInfo-title18 {
    font-size: 18px;
}


.edit-info-btns {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: end;
}

.edit-info-btns {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: end;
}

.edit-info-btns .green-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
}

.quote-info-table .form_group {
    display: block;
    width: 100%;
}

.quote-info-table input {
    background: transparent;
    border: none;
    padding: 2px 8px;
    line-height: 1;
    height: 30px;
}

.quote-info-table select {
    background-position: calc(100% - 4px) center;
}

h5.card-title {
    font-size: 18px;
    font-weight: 600;
}

.job-total-inner-dt {
    display: grid;
    grid-template-columns: 95px 160px 109px 1fr;
    flex-grow: 1;
    gap: 3px 3px;
}

.small-bold {
    font-weight: 500;
    /* slightly bold — between normal and full bold */
}


.quote-info-table .form_group .input-error {
    position: absolute;
    left: 0;
    text-align: right;
}

.pricing-table-wraper .green-btn-centered {
    max-width: 220px;
    margin: 0 auto;
}

.mb-3px {
    margin-bottom: 3px;
}

.email-form-center .form_group.d-grid {
    display: grid;
}

.add-new-form-job-status input.form_input[type="color"] {
    height: 38px;
    transform: translateX(-4px);
}

.add-new-form-job-status select.form_input {
    max-width: 150px;
    background: #FAFAFA;
    border-color: #E0E1E3;
    border-style: solid;
    border-width: 1px;
    padding: 4px 10px;
    border-radius: 4px;
}

.add-new-form-job-status .rounded {
    border-radius: 6px !important;
}

.add-new-form-job-status .bg-white {
    background: #f6f6f6 !important;
}

#addStatusForm input[type="color"] {
    width: 150px;
    margin-left: 70px;
    padding: 0;
    min-height: 32px;
    border: none;
}

#addStatusForm .form_label {
    top: 8px;
}

#addStatusForm .form_input:focus~label,
#addStatusForm .form_input:not(:placeholder-shown)~label {
    top: -6px;
}

span.job-dt-span3.small-bold {
    white-space: nowrap;
}