@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,500;1,600&family=Poppins:wght@200;300;400;500;600;700&family=Sen:wght@400;500;600;700;800&family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

a {
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f1f1f1;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  border: none;
  box-shadow: none;
  outline: none;
}

a:hover {
  text-decoration: none !important;
  border: none;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 1);
}

label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

input,
input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.customInput {
  border: 1px solid #646464 !important;
  border-radius: 10px !important;
  height: 59px;
}

.nostatus {
  background: #cb5454;
  padding: 8px 9px;
  border: 1px solid #cb5454;
  border-radius: 4px;
  color: #ffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-transform: capitalize;
}

.nostatus:hover {
  background: #fff;
  border: 1px solid #cb5454;
  border-radius: 4px;
  color: #cb5454;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-transform: capitalize;
  transition: 0.4;
}

button.orangeBtn {
  background: #cb5454;
  padding: 8px 10px;
  border: 1px solid #cb5454;
  border-radius: 4px;
  color: #ffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

button.orangeBtn:hover {
  background: #fff;
  padding: 8px 10px;
  border: 1px solid #cb5454;
  border-radius: 4px;
  color: #cb5454;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

button.btn-close.largecrossbtn {
  font-size: 50px;
  outline: none;
  box-shadow: none;
}

.managepadding {
  padding-top: 100px !important;
  padding-left: 18% !important;
  padding-right: 10px !important;
  padding-bottom: 20px !important;
  /* overflow-y: scroll; */
  height: 100vh;
  width: 100%;
}

.removemanagepadding {
  padding-top: 100px !important;
  padding-left: 0% !important;
  padding-right: 10px !important;
  padding-bottom: 20px !important;
}

.manageallpage {
  background: rgba(255, 255, 255, 0.32);
}

/* MANAGE PADDING IN SIDEBAR */


/*-=========================== LOGIN PAGE START ======-=-============= */
section.loginPage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

section.loginPage ::placeholder {
  color: #666 !important;
}

section.loginPage .loginCard {
  padding: 30px;
  border-radius: 12px;
}

section.loginPage .logoDiv {
  text-align: center;
  margin-bottom: 30px;
}

section.loginPage .logoDiv .H1Heading {
  font-weight: 600;
}

section.loginPage .cardOutline .H4Heading {
  font-weight: 700;
  font-size: 35px;
  color: #C53F3F;
}

section.loginPage .logoDiv img {
  max-width: 400px;
  height: auto;
}

section.loginPage .login1:nth-child(2) {
  margin-bottom: 10px;
}

section.loginPage .login1 input {
  padding: 14px;
  border: 1px solid #cb5454;
  border-radius: 8px;
  box-shadow: none;
  outline: none;
  height: 60px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
}

section.loginPage ::placeholder {
  color: #000000 !important;
}

section.loginPage a.forgot {
  color: #c53f3f;
  font-size: 24px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
}

section.loginPage button.loginBtn,
section.loginPage button.loginBtn:focus,
section.loginPage button.loginBtn:active {
  width: 100%;
  text-transform: capitalize;
  border: 1px solid #cb5454;
  font-weight: 500;
  font-size: 25px;
  background: #cb5454;
  border-radius: 10px;
  color: #fff;
  height: 60px;
}

section.loginPage button.loginBtn:hover {
  background: transparent;
  color: #cb5454;
  transition: 0.4s;
}

section.loginPage button.authmanagebtn {
  border: none;
  background: transparent;
  display: flex;
  justify-content: end;
  width: 100%;
}

section.loginPage .password-toggle {
  position: relative;
}

section.loginPage .password-toggle input[type="password"] {
  padding-right: 30px;
}

section.loginPage .password-toggle .fa-eye,
.fa-eye-slash {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  font-size: 20px !important;
}

section.loginPage ::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* MODAl */

section.loginPage .modal-content {
  height: 450px;
}

section.loginPage .modal-header {
  border: 0;
  padding-bottom: 0;
  padding-top: 80px;
  text-align: center;
  display: block;
}

section.loginPage .modal-header .form-label {
  font-size: 18px;
}

section.loginPage .modal-header .H2Heading {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
}

section.loginPage .btn-close {
  box-shadow: none;
  border: 0;
  outline: 0;
  opacity: 1;
  --bs-btn-close-bg: url(unset);
  position: absolute;
  left: 10px;
  top: 20px;
}

section.loginPage .modal-body .loginBtn {
  width: 610px !important;
}

/*-=========================== LOGIN PAGE EXIT ======-=-============= */


/* ======================= SALES SERVICES PAGE START ==================== */
.salesServices_Page {
  display: flex;
  align-items: center;
  height: 100%;
}

.salesServices_Page .loginCard {
  display: flex;
  justify-content: center;
}

.salesServices_Page .cardOutline {
  border: 3px solid #fff !important;
  border-radius: 10px;
  background: #fffcfc;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  height: 285px;
  text-align: center;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.salesServices_Page .cardOutline:active {
  border: 3px solid #cb5454 !important;
  border-radius: 10px;
  transition: 0.2s;
}

.salesServices_Page .salesServices_Img img {
  max-width: 200px;
  height: 200px;
}

.salesServices_Page .alignImg {
  display: flex;
  justify-content: space-evenly;
}

.salesServices_Page .loginCard {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ======================= SALES SERVICES PAGE EXIT ==================== */


/*========================== DASHBOARD PAGE START ==================== */
.dashboardPage .announcementImg img {
  width: 350px;
  margin-bottom: 40px;
}

.dashboardPage .dashboardContent {
  text-align: center;
  margin-top: 70px;
}

/*========================== DASHBOARD PAGE EXIT ===================== */



/* ======================== MANAGE CUSTOMER PAGE START ================= */


.manageCustomerPage .topContent .topBtn,
.manageCustomerPage .topContent .topBtn:focus {
  padding-left: 10px;
}

.topBtn:hover {
  color: #C53F3F !important;
}

/* ======================== MANAGE CUSTOMER PAGE EXIT ================= */



/* ========================= ADD CUSTOMER PAGE START =================== */

.addCustomerPage .errorContent {
  margin-top: 10px;
}

/* ========================= ADD CUSTOMER PAGE EXIT =================== */



/* ======================== ADD CONTACT PAGE START =================== */

.addContactModal .file-upload {
  padding: 14px;
  width: 100%;
}

.addContactModal .chooseFile {
  position: relative;
  left: 11px;
  width: 113px;
  top: -46px;
}

.addContactPage .inputTypeFile,
.addContactPage .file-upload {
  width: 100% !important;
}

.addContactPage input[type="file"] {
  padding: 14px;
  color: #00000080;
}

.addContactPage .form-register {
  position: relative;
}

.addContactPage .chooseFile {
  position: relative;
  left: 12px;
  top: -46px;
  width: 113px;
}


/* ======================== ADD CONTACT PAGE EXIT =================== */


/* =================== VIEW CUSTOMER INFO PAGE START ================== */
.viewCustomerInfo .table_Wrapper {
  border: 1px solid #646464;
  /*border-bottom: none;*/
  border-radius: 10px;
  padding: 0 !important;
}

.viewCustomerInfo .tabledivcard {
  box-shadow: none;
}

.viewCustomerInfo .customCard {
  padding: 0;
}

.viewCustomerInfo input[type="file"] {
  padding: 14px;
  opacity: 0;
}

.viewCustomerInfo .visableFileInput {
  opacity: 1 !important;
}

.viewCustomerInfo .form-register {
  position: relative;
}

.viewCustomerInfo .uploadFileImg {
  position: absolute;
  left: 0;
  top: 15px;
}

.viewCustomerInfo .uploadFileImg span {
  margin-left: 10px;
  color: #c53f3f;
}

.viewCustomerInfo .manageViewTableNormal {
  padding-left: 0 !important;
}

/* =================== VIEW CUSTOMER INFO PAGE EXIT ==================== */



/* ==================== MANAGE LEADS PAGE START ======================= */

.larzeDivAddress {
  white-space: normal !important;
}

.manageLeadsPage .headerCheckbox {
  display: flex;
  margin-bottom: 20px;
  justify-content: end;
}

.manageLeadsPage .customCheckbox .checkboxLabel {
  color: #646464;
  font-size: 18px;
}

#pageMessages {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 30%;
  z-index: 999;
}

.alert {
  position: relative;
  background: #646464;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1em;
}

.alert .fa {
  margin-right: 0.3em;
}

/* ==================== MANAGE LEADS PAGE EXIT ======================= */



/* ===================== ADD MANAGE LEADS PAGE START ======================= */
.addLeadsPage {
  margin: 0;
}

/* ===================== ADD MANAGE LEADS PAGE EXIT ======================== */



/* ==================== MANAGE QUOTATION PAGE START ====================== */

.manageQuotationPage {
  margin: 0;
}

.manageQuotationPage .customFromToDate {
  padding-left: 60px;
}

/* ==================== MANAGE QUOTATION PAGE EXIT ====================== */




/* ==================== ADD QUOTATION PAGE START ====================== */

.addQuotationPage {
  margin: 0;
}

.addQuotationPage .customerNotes p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
}

.addQuotationPage .notes {
  font-weight: 500;
}

.addQuotationPage .tableInput {
  padding: 0 10px;
  width: 100%;
  height: 45px;
}

.addQuotationPage .tableHeight {
  height: 50px !important;
  vertical-align: text-top !important;
}

.addQuotationPage table.dataTable.nowrap th,
.addQuotationPage table.dataTable.nowrap td {
  border-top: none !important;
}

.addQuotationPage .bgColorTableMain .tabledivcard .sorting {
  border-left: none !important;
}

.addQuotationPage .bgColorTableMain .tabledivcard tbody,
.addQuotationPage .bgColorTableMain td,
.addQuotationPage .bgColorTableMain tfoot,
.addQuotationPage .bgColorTableMain th,
.addQuotationPage .bgColorTableMain thead,
.addQuotationPage .bgColorTableMain tr {
  background: transparent;
  /* color: #fff; */
}

.addQuotationPage thead.tableHeight {
  background: #646464BD !important;
}

#remove-button {
  display: none;
  border: none;
  background: transparent;
}

/* ==================== ADD QUOTATION PAGE EXIT ====================== */



/* ======================= VIEW LEAD DETAILS PAGE START ==================== */

td.breakTable_Content {
  white-space: break-spaces !important;
}

.viewLeadDetailsPage .customCard {
  padding: 0;
}

/* ======================= VIEW LEAD DETAILS PAGE EXIT ==================== */


/* ===================== MANAGE ACTIVITIES PAGE START ====================== */

.manageActivitiesPage {
  margin: 0;
}

.manageActivitiesPage .topSearchInput input {
  border: none;
}

.manageActivitiesPage .serialNumber {
  display: flex;
  justify-content: end;
}

/* ===================== MANAGE ACTIVITIES PAGE EXIT ====================== */



/* ======================== ADD ACTIVITY PAGE START ========================= */
/* .addActivityPage {} */
/* ======================== ADD ACTIVITY PAGE EXIT ========================= */



/* ======================== ADD INVOICE PAGE START ======================= */

.customertitle {
  font-size: 16px;
  font-weight: 500;
}

.addInvoicePage .customCard {
  padding: 20px;
}

.addInvoicePage .sidebarMenu {
  color: #000000;
}

.addInvoicePage textarea.form-control,
.addInvoicePage textarea.form-control:focus {
  min-height: 140px;
  font-size: 15px;
}

/* ======================== ADD INVOICE PAGE EXIT ======================= */



/* ====================== MANAGE INVOICE PAGE START ====================== */
/* .manageInvoicePage {} */
/* ====================== MANAGE INVOICE PAGE EXIT ====================== */


/* ============== ADD ROLE AND PERMESION PAGE START ================= */

.AddRolesPermissionsPage .features .H6Heading,
.AddRolesPermissionsPage .capabilities .H6Heading {
  color: #000000;
  font-weight: 600;
  line-height: 30px;
}

.AddRolesPermissionsPage .customCard {
  padding: 12px;
}

.AddRolesPermissionsPage .borderBottom {
  border-bottom: 1px solid #646464;
}

.AddRolesPermissionsPage .checkboxLabel {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.AddRolesPermissionsPage .customCheckbox .form-check-input[type="checkbox"] {
  width: 17px;
  height: 14px;
  border: 1px solid #C53F3F;
}

.AddRolesPermissionsPage .customCheckbox .checkboxLabel {
  margin-left: 3px;
}


/* ============== ADD ROLE AND PERMESION PAGE START ================ */



/* =================== OTHER ADMIN SETTING PAGE START ================== */
.otherAdminSettingPage .customCard .H2Heading {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* =================== OTHER ADMIN SETTING PAGE EXIT ================== */



/* ==================== ADD TASK PAGE START ======================= */
.addATaskPage .hourMinute {
  color: #00000080;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 0;
}

.addATaskPage .addForm {
  color: #C53F3F;
}

/* ==================== ADD TASK PAGE EXIT ======================= */



/* ================== ADD ONSITE TICKET PAGE START ================= */
.addOnsiteTicketPage .circleIcon {
  color: #C53F3F;
  font-size: 16px;
  font-weight: 500;
}

.addOnsiteTicketPage .circleIcon img {
  width: 25px;
}

.addOnsiteTicketPage .textarea_Main .smallTextArea textarea.form-control,
.addOnsiteTicketPage .textarea_Main .smallTextArea textarea.form-control:focus {
  min-height: 94px;
}

.capsInputNone {
  border: 1px solid #646464 !important;
  border-radius: 10px !important;
  height: 59px;
}

.capsInputNone ::placeholder {
  text-transform: lowercase !important;
}

/* ================== ADD ONSITE TICKET PAGE EXIT ================= */


/* ================== ADD VENDOR PAGE START ===================== */
.addVendorPage .errorContent {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lightLabel {
  font-size: 16px;
  font-weight: 500;
  color: #00000080;
}

/* ================== ADD VENDOR PAGE EXIT ===================== */


/* ================ ADD CELEBRATION PAGE START =================== */
.addCalebrationPage .tableHeight {
  height: 60px !important;
}

.addCalebrationPage .tablePara {
  margin: 0;
}

.addCalebrationPage .bgColorTableMain .tabledivcard .sorting {
  color: #000;
  background: transparent;
}

.addCalebrationPage .bgColorTableMain .tabledivcard {
  border-radius: 0 !important;
}

.addCalebrationPage .customCheckbox {
  display: flex;
  justify-content: center;
}

.addCalebrationPage .customCheckbox .form-check-input[type="checkbox"] {
  width: 29px;
  height: 29px;
  border-radius: 100px;
}

.addCalebrationPage .customCheckbox .form-check-input:checked {
  background-color: #21A236;
  border-color: #21A236;
}

.addCalebrationPage .note {
  font-size: 16px;
  font-weight: 500;
  color: #C53F3F;
}

.addCalebrationPage .notePad {
  font-size: 16px;
  font-weight: 500;
}

.addCalebrationPage .customInput {
  height: 45px;
}

.addCalebrationPage th.tableHeight {
  font-size: 16px !important;
  font-weight: 600;
}

.addCalebrationPage .tableInput {
  /* border: none !important; */
  width: 100%;
  padding: 0 10px;
}

.addCalebrationPage .tableInput::placeholder {
  /* color: rgba(0, 0, 0, 1) !important; */
  font-weight: 500;
}

/* ================ ADD CELEBRATION PAGE EXIT =================== */


/* ================ ADD GOODS SERVICES PAGE START ================ */
.addgoodsServicesPage .customUploadFile {
  border: 1px dashed #646464;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.addgoodsServicesPage img#file-preview {
  width: 50px;
}

.addgoodsServicesPage .uploadFileLabel {
  display: block;
  justify-content: center;
  text-align: center;
}

.addgoodsServicesPage .uploadImg {
  margin-bottom: 10px;
}

.addgoodsServicesPage .customUploadFile .file {
  color: #C53F3F;
}

.addgoodsServicesPage .file-name {
  color: #000;
  margin-top: 5px;
}

.addgoodsServicesPage .customRadioBtn .form-check-input:checked,
.addgoodsServicesPage .customRadioBtn .form-check-input[type=radio] {
  width: 15px;
  height: 15px;
}

.addgoodsServicesPage .customUploadFile input#file-input {
  display: none;
}

.addgoodsServicesPage .customUploadFile img#file-preview {
  display: none;
}

.addgoodsServicesPage .sellingPrice .customInput {
  padding-left: 120px;
}

.addgoodsServicesPage .sellingPrice {
  position: relative;
}

.addgoodsServicesPage .sellingPrice_btn,
.addgoodsServicesPage .sellingPrice_btn:focus {
  background: linear-gradient(0deg, #646464, #646464),
    linear-gradient(0deg, rgba(100, 100, 100, 0.74), rgba(100, 100, 100, 0.74));
  height: 59px;
  width: 106px;
  border: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 24px;
  border-radius: 10px;
}

/* new  */
.dropify-wrapper {
  height: 315px !important;
  border: 1px dashed !important;
  border-radius: 10px !important;
}

.dropify-wrapper .dropify-message p {
  font-size: 20px !important;
}

/* ================ ADD GOODS SERVICES PAGE EXIT ================ */


/* ==================== ADD TICKET PAGE START =================== */

.addTicketPage .tableColred .tableHeight {
  font-size: 13px !important;
}

.addTicketPage .H6Heading {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.addTicketPage .tableHeight {
  height: 50px !important;
}

.required {
  color: red;
}

span.select2-selection.select2-selection--multiple {
  min-height: 52px;
  height: auto;
  border-radius: 10px;
  border: 1px solid;
  /* display: flex;
  align-items: flex-end; */
}

.select2-container .select2-search--inline {
  float: none !important;
  padding: 7px 9px !important;
}

/* ==================== ADD TICKET PAGE EXIT =================== */



/* ================== MANAGE ROLE PERMISSION PAGE START ================== */
/* ================== MANAGE ROLE PERMISSION PAGE EXIT ================== */

/* ============= THIS IS A SALES DASHBOARD PAGE START ================ */
.salesDashboardPage .H2Heading {
  color: #D5232B;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
  text-align: left;
}

.salesDashboardPage .manageCard {
  border: none;
  border-radius: 10px;
  height: 92px;
  background-color: #FFFFFF;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.salesDashboardPage .manageCard .totalSales {
  color: #00000099;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
}

.salesDashboardPage .manageCard .totalCash {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

.salesDashboardPage .manageCard .card-body {
  display: flex;
  align-items: center;
}

.salesDashboardPage .manageCard .card-body img {
  width: 50px;
}

/* LINE CHART START */
.salesDashboardPage .manageCardLineCard {
  border: none;
  border-radius: 10px;
  height: 503px;
  background-color: #FFFFFF;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.salesDashboardPage .manageCardLineCard .canvasjs-chart-credit {
  display: none !important;
}

#chartContainer {
  position: relative;
}

#chartContainer::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 22px;
  width: 1px;
  height: calc(100% - 30px);
  border-left: 1px dashed #8D8585;
}

/* LINE CHART EXIT */


/* ============= THIS IS A SALES DASHBOARD PAGE EXIT ================ */



/* ================ THIS IS A SERVICES DASHBOARD START ================== */

.servicesDashboardPage .manageCardLineCard {
  border: none;
  border-radius: 10px;
  height: auto;
  min-height: 320px;
  background-color: #FFFFFF;
}

.salesDashboardPage .pendingCard .manageCard {
  border: none;
  border-radius: 10px;
  height: 92px;
  background-color: #ED797957;
}

.servicesDashboardPage .progressCardMain {
  border: none;
  border-radius: 10px;
  height: auto;
  min-height: 255px;
  background-color: #FFFFFF;
}

.servicesDashboardPage .manageCard .totalSales {
  color: #00000099;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}

.servicesDashboardPage .manageCard .totalCash {
  color: #D5232B;
  font-weight: 600;
  font-size: 16px;
}

.servicesDashboardPage .manageCard .card-body img {
  width: 40px;
}

.textHere {
  color: #00000099;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}



/* PROGRESS BAR START */
.servicesDashboardPage .progress {
  height: 14px;
  border-radius: 20px;
}

.servicesDashboardPage .progressBarValueText {
  justify-content: space-between;
  display: flex;
  margin: 5px;
}

.servicesDashboardPage .progressBarValueText span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.servicesDashboardPage .progress-bar {
  background-color: #D5232B !important;
}

.servicesDashboardPage .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.servicesDashboardPage .progress-bar {
  text-align: left;
  border-radius: 20px;
  transition-duration: 3s;
}

/* PROGRESS BAR EXIT */

/* NEW RANGE DATE START */
.selectRangeDate .selectFilter {
  justify-content: end;
}

.selectRangeDate .customDatePickerTop:before {
  right: 4px !important;
  top: 8px !important;
}

.salesDashboardPage .selectRangeDate .date-picker {
  border: 1px solid #D5232B !important;
  height: 45px;
  width: 260px !important;
}

.selectRangeDate input::placeholder {
  color: #000000;
  font-weight: 500;
}


/* NEW RANGE DATE EXIT */

/* ================ THIS IS A SERVICES DASHBOARD EXIT ================== */


/* NOTIFICATION SETTINGS */
img.wellImage {
  width: 20px;
  height: 20px;
}

button.drop_btn.dropdown-toggle.wellBtnMain {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  margin: 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.notificationSetting_Menu {
  width: 330px !important;

}

.notification-item {
  margin-bottom: 5px !important;
  padding-left: 10px !important;
  height: auto;
  padding-top: 6px;
}

.notification-item a {
  color: #000;
}


.notification-item:hover {
  background-color: #CB5454 !important;
  color: #fff !important;
}

.notification-item {
  background-color: #efefef !important;
}

.notification-item:hover .dateTimeNotification {
  color: #fff !important;
}

.notification-item:hover .notify {
  background-color: #CB5454 !important;
  color: #fff !important;
}

.notification-item .notify {
  margin: 0;
  font-size: 16px;
}

.notification-item:hover .companys {
  background-color: #CB5454 !important;
  color: #fff !important;
}

.notification-item .companys {
  margin: 0;
}

.dateTimeNotification {
  color: gray;
  font-size: 12px;
  border-bottom: 1px dashed;
  width: 95%;
  margin-bottom: -5px;
}

.viewAllNotification,
.viewAllNotification:hover {
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 10px;
  color: #CB5454 !important;
}

/* NOTIFICATION SETTINGS */


@media (max-width: 600px) {

  span.select2.select2-container.select2-container--default.select2-container--above {
    width: 100% !important;
  }


}

.heading_Main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.asignTask {
  height: 40px !important;
  width: 170px !important;
}

.manageInvoicePage .customFromToDate {
  margin-left: 30px !important;
}

a.canvasjs-chart-credit {
  display: none;
}

.notificationCount {
  position: absolute;
  top: -4px;
  right: 10px;
  background-color: #CB5454;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.expand-task {
  background: #CB5454;
  color: #fff;
  padding: 0px 5px;
  border-radius: 100px;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}

/* APPEND TABLE */
.appendedTable tbody tr th,
.appendedTable tbody tr td {
  background-color: #e5e5e5 !important;
}

/* First row ke top corners */
/* .appendedTable tbody tr:first-child td:first-child, */
.appendedTable tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

/* .appendedTable tbody tr:first-child td:last-child, */
.appendedTable tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

/* Last row ke bottom corners */
.appendedTable tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.appendedTable tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.itemDescriptionTable {
  background-color: #fff;
  border: 1px solid #646464;
  border-radius: 10px;
  min-height: 59px;
  height: auto;
  padding: 10px;
  width: 100%;
}

/* NEW SIDEMENU */
.sidemenuNewDesign {
  width: 240px;
}

.sidemenuNewDesign .sidebarMenu {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}

.sidemenuNewDesign span.fa.fa-angle-right.menuArrow {
  display: none
}

.sidemenuNewDesign .menu-header {
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #646464;
}

.sidemenuNewDesign .menu-header svg {
  margin-right: 10px;
  width: 20px;
  height: auto;
}

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

.sidemenuNewDesign .menu-section {
  border-bottom: 1px solid #eee;
}

.sidemenuNewDesign .menu-section:last-child {
  border-bottom: none;
}

.sidemenuNewDesign a.nav__link {
  padding: 10px 0px 10px 50px;
  background: #fff;
}

.sidemenuNewDesign .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 50px;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  color: #646464;
  text-decoration: none;
  transition: background-color 0.2s;
  border-bottom: 1px solid #eee;
}

.sidemenuNewDesign .section-header:hover {
  background-color: #f8f9fa;
}

.sidemenuNewDesign .dropdown-icon {
  transition: transform 0.2s ease;
  font-size: 22px;
  color: #666;
  margin-right: 10px;
}

.sidemenuNewDesign .section-header.active .dropdown-icon {
  transform: rotate(90deg);
}

.sidemenuNewDesign .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fafafa;
}

.sidemenuNewDesign .submenu.open {
  max-height: 500px;
}

.sidemenuNewDesign .submenu-item {
  padding: 8px 16px;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.sidemenuNewDesign .submenu-item:last-child {
  border-bottom: none;
}

.sidemenuNewDesign .submenu-item:hover {
  background-color: #e9ecef;
  color: #333;
}

.sidemenuNewDesign .submenu-item a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}

.sidemenuNewDesign .submenu-item.active {
  background-color: #dc3545;
  color: white;
}

.sidemenuNewDesign .submenu-item.active a {
  color: white;
}