.btn-primary {
  background-color: #0EA5E9 !important;
  padding: 9px 17px 9px 15px !important;
  border-color: transparent !important;
  border-radius: 6px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  border: 0px !important;
  border-color: transparent !important;
  text-wrap: nowrap;
}
.btn-primary:hover {
  background-color: #098fcb !important;
  color: #fff !important;
}
.btn-primary:active, .btn-primary:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-secondary {
  background-color: #fff !important;
  padding: 9px 17px 9px 15px !important;
  border-radius: 6px;
  font-weight: 500;
  color: #030712 !important;
  border: 1px solid #D7DFE9 !important;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.btn-secondary svg {
  stroke: #455468;
}
.btn-secondary:hover {
  background-color: #0EA5E9 !important;
  color: #fff !important;
}
.btn-secondary:hover svg {
  stroke: #fff;
}

.btn-discard {
  padding: 9px 17px 9px 15px !important;
  background-color: #fff !important;
  border: 1px solid #D0D5DD;
  color: black !important;
  white-space: nowrap;
}
.btn-discard:hover {
  background-color: rgba(208, 213, 221, 0.9);
}

.form-control {
  border: 1px solid #AFBACA;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  background-color: transparent;
  box-shadow: none !important;
  width: -moz-max-content;
  width: max-content;
}
.form-control:focus {
  border-color: #0EA5E9 !important;
}

/** Toggle Switch Style End**/
/** Badges Style Start**/
.badge-success {
  background: #D1FAE5 !important;
  border: 0.5px solid #6EE7B7 !important;
  color: #065F46 !important;
  font-weight: 600 !important;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 12px;
  width: 100px;
  text-align: center;
}

.badge-danger {
  background: #FF3838 !important;
  color: #fff !important;
  font-weight: 500 !important;
  padding: 0.4rem 1.2rem !important;
  border-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  text-align: center;
}

.badge-blue {
  background: #E0F2FE !important;
  border: 1px solid #0EA5E9 !important;
  color: #0EA5E9 !important;
  font-weight: 500 !important;
  padding: 0.4rem 1.2rem !important;
  border-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  text-align: center;
}

.badge-light {
  background: #F0F3F9 !important;
  color: #5E718D !important;
  font-weight: 500 !important;
  padding: 0.4rem 1.2rem !important;
  border-radius: 11px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  text-align: center;
}

.badge-info {
  background: #fff !important;
  color: #4A72FF !important;
  font-weight: 500 !important;
  padding: 0.4rem 1.2rem !important;
  border-radius: 11px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  text-align: center;
}

.badge-warning {
  background: #ffe9b2 !important;
  border: 0.5px solid #edca72 !important;
  color: #684f0f !important;
  font-weight: 600 !important;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 12px;
  width: 100px;
  text-align: center;
}

.badge-active {
  color: #43d396 !important;
  padding: 2px 8px 2px 8px !important;
  background-color: rgba(29, 180, 105, 0.1215686275);
  height: 24px;
  width: 52px;
  border-radius: 6px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
}

.badge-inactive {
  color: #5E718D !important;
  padding: 2px 8px;
  background-color: rgba(29, 180, 105, 0.1215686275);
  border-radius: 6px;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 0;
}

.badge-access {
  color: #4A72FF !important;
  padding: 2px 8px;
  border-radius: 6px;
  background-color: rgba(29, 180, 105, 0.1215686275);
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 0;
}

.badge-medium {
  background-color: #FF7A72 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.badge-low {
  background-color: #FFC5C1 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 2px 8px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
}

.badge-high {
  background: #FF3838 !important;
  color: #fff !important;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
}

/** Badges Style End**/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: -moz-max-content !important;
  width: max-content !important;
  color: #6B7280;
  font-size: 15px;
  border-radius: 8px !important;
  font-weight: 500;
  text-align: left !important;
}

.select2-container--default .select2-selection--single {
  height: 2.8rem;
  background-color: #fff !important;
  display: flex;
  justify-content: start;
  padding-left: 5px;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0EA5E9 !important;
}

.settings_tab_content .select2-container {
  width: 100% !important;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::after {
  content: url("../icons/Arrow-Down-2.svg");
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-Radio-Button .custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}
.custom-Radio-Button .custom-radio input[type=radio] {
  display: none;
}
.custom-Radio-Button .custom-radio .radio-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #01060c;
  border-radius: 25%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.custom-Radio-Button .custom-radio .radio-btn::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease-out;
  color: #F2F5FF !important;
}
.custom-Radio-Button .custom-radio input[type=checkbox]:checked + .radio-btn::after {
  color: #333;
  background-color: #0EA5E9;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 20%;
  border: none !important;
  border-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customme {
  position: absolute;
  left: 3px;
  display: none;
}

.input-setting2 {
  position: absolute;
  top: 29px;
  right: 231px;
  border-right: 2px solid #AFBACA;
  padding-right: 0.4rem;
}

.input-setting3 {
  position: absolute;
  top: 29px;
  right: 214px;
  border-right: 2px solid #AFBACA;
  padding-right: 0.4rem;
}

.Global-Input {
  position: relative;
  padding-left: 3rem !important;
}

.tabsusedSetting .nav-tabs {
  border: none;
}
.tabsusedSetting .nav-link {
  color: #9CA3AF;
  font-size: 15px;
  font-weight: 600;
}
.tabsusedSetting .firsttablink {
  border: 1px solid #E5E7EB;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
}
.tabsusedSetting .secondtablink {
  border: 1px solid #E5E7EB;
  border-radius: 0;
}
.tabsusedSetting .lasttablink {
  border: 1px solid #E5E7EB;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tabsusedSetting .nav-tabs .nav-link.active {
  border: 1px solid #E5E7EB;
  background: #F8FAFC !important;
  font-size: 15px;
  font-weight: 600;
  color: #030712;
}

.select2-container {
  border: 1px solid #AFBACA;
  border-radius: 6px !important;
  background-color: transparent;
  box-shadow: none !important;
  font-size: 14px;
  color: #535f6b;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.mySelect4 + .select2-container {
  width: 100% !important;
}

.select2-container .select2-search--inline {
  float: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-VariableFont_slnt,wght.ttf");
}
.ri-menu-line:before {
  color: #111827 !important;
}

body {
  font-family: Inter !important;
}
body .toGiveBorderLeft {
  border-left: 6px solid #0EA5E9;
}

.tosetmenuline {
  height: 1.2px;
  background-color: #075985;
}

.wrapper {
  background-color: #fff !important;
  font-family: Inter !important;
}
.wrapper .iq-sidebar {
  background-color: #111827 !important;
}
.wrapper .iq-sidebar .iq-sidebar-menu .navbarsettingitem {
  margin: 10px 15px;
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li {
  margin-bottom: 6px;
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li:hover {
  background-color: #273142;
  border-radius: 5px;
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li:hover svg path {
  stroke: #fff !important;
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li:hover a {
  color: #fff;
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li a {
  font-size: 16px;
  white-space: nowrap;
  display: block;
  color: #6B7280;
  position: relative;
  padding: 9px 15px;
  line-height: 28px;
  display: flex;
  font-weight: 500;
  align-items: center;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 8px;
}
.wrapper .iq-sidebar .iq-sidebar-logo .iq-menu-bt-sidebar .wrapper-menu {
  color: #fff !important;
  font-size: medium;
  background: rgba(255, 255, 255, 0.1);
  font-size: large;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .iq-top-navbar {
  background-color: #FCFCFC;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.031372549);
}
.wrapper .iq-top-navbar .iq-navbar-custom {
  display: flex;
  height: 70px;
  align-items: center;
}
.wrapper .iq-top-navbar .iq-navbar-custom .navbar .iq-search-bar .main_content_title {
  font-weight: 700;
  font-size: 2rem;
  color: #191F28;
}

.dataTable th,
.dataTable td {
  white-space: nowrap;
}
.dataTable th .tableButtonSetting,
.dataTable td .tableButtonSetting {
  background: #F9FAFB;
  height: 2rem;
  width: 2rem;
  padding: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #D7DFE9;
}

.CreateReport .select2-container {
  width: 100% !important;
}
.CreateReport .select2-container--default .select2-selection--multiple {
  border-radius: 8px !important;
  background-color: transparent;
  box-shadow: 0px 1px 2px 1px rgba(16, 24, 40, 0.05) !important;
  border: 1px solid #AFBACA;
}
.CreateReport .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F9FAFB !important;
  padding-left: 10px !important;
  padding-right: 20px !important;
}
.CreateReport .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none !important;
}
.CreateReport .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: 0;
  background-color: transparent;
  border: none !important;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* background: red; */
  display: flex;
  justify-content: end;
}

.CreateReportSelect .select2-container {
  width: 182.5px !important;
}

.downloadUploadButton {
  padding: 9px 10px 9px 10px !important;
}

.Table-Heading-Setting {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #030712 !important;
  line-height: 20px;
  letter-spacing: -0.3px;
  border: none !important;
}

.Table-subHeading-Setting {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #030712 !important;
  border: none !important;
}

.Table-Paragraph {
  font-family: "Inter";
  color: #030712 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
}

.togivewidthttoset {
  width: 33.3%;
}

.taskPage .SettingTaskAPAge {
  background: #F0F3F9;
  border-radius: 10px;
}
.taskPage .SettingTaskAPAge .downloadUploadButton {
  padding: 9px 10px 9px 10px !important;
}
.taskPage .taskPageSetting {
  margin: 1rem;
  padding: 1rem;
  background: #F0F3F9;
  border-radius: 10px;
}
.taskPage .taskPageSettingTwo {
  background: #fff;
  border-radius: 10px;
}
.taskPage .Task-Heading {
  font-weight: 600;
  font-size: 1.37rem;
  letter-spacing: -0.3px;
  color: #030712;
}
.taskPage .Task-Heading-Tab {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #191F28;
  letter-spacing: -0.3px;
}
.taskPage .togiveBorder {
  border-bottom: 1px solid #f2f2f2;
}
.taskPage .togiveBorder .Task-Heading-Tab {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #191F28;
  letter-spacing: -0.3px;
}
.taskPage .togiveBorder .Task-Paragraph-Tab {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 25px;
}
.taskPage table td,
.taskPage table th {
  border: none !important;
  white-space: nowrap;
}
.taskPage table .Table-Paragraph {
  color: #324158;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}

.Main-Nav-Height {
  height: 85vh;
}
.Main-Nav-Height .Nav-card-Setting {
  background-color: #4A5C77;
  border-radius: 10px;
}
.Main-Nav-Height .Nav-card-Setting .nav-Profile-pic {
  width: 3.7rem;
  height: 3.7rem;
}
.Main-Nav-Height .Nav-card-Setting .Nav-Profile-Name {
  font-size: 1.12rem;
  font-weight: 700;
  color: #fff;
}
.Main-Nav-Height .Nav-card-Setting .Nav-Profile-Role {
  color: #D7DFE9;
}

.navbar-Input {
  position: relative;
  padding-left: 3rem !important;
  width: 20rem;
}

.AddNewBehind {
  width: 9.5rem;
  height: 3.5rem;
  /* background: #F0E2EC; */
  bottom: -7px;
  z-index: -1;
  left: -11px;
  border-radius: 10px;
}

.input-setting {
  position: absolute;
  top: 13px;
  left: 12px;
  border-right: 2px solid #AFBACA;
  padding-right: 0.4rem;
}

.nav-AddNew-Button {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.DashboardFirstCard .CreateInvoiceBtn {
  color: #9CA3AF !important;
}
.DashboardFirstCard .CreateInvoiceBtn svg {
  stroke: #9CA3AF !important;
}
.DashboardFirstCard .CreateInvoiceBtn:hover {
  color: white !important;
}
.DashboardFirstCard .CreateInvoiceBtn:hover svg {
  stroke: #FFFFFF !important;
}
.DashboardFirstCard .DashboardFirstHeading {
  color: #9CA3AF;
  font-size: 16px;
  font-weight: 600;
  font-family: Inter;
  line-height: 24px;
}
.DashboardFirstCard .savebtn-template {
  width: 72px;
  height: 38px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid var(--Components-Button-White-Border-Color, #E5E7EB) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #1F2937;
}
.DashboardFirstCard .DashboardFirstHeadingtwo {
  color: #030712;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
}
.DashboardFirstCard .dashboard-buttons .toremoverightborder {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  font-weight: 600;
  font-family: Inter;
  color: #030712;
}
.DashboardFirstCard .dashboard-buttons .toremoveborder-radius {
  border-radius: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  font-weight: 600;
  font-family: Inter;
  color: #030712;
}
.DashboardFirstCard .dashboard-buttons .toremoveleftborder {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  font-weight: 600;
  font-family: Inter;
  color: #030712;
}

.globalborder {
  border: 1px solid #E5E7EB;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.031372549);
}

.Dashboard-Card .dashboard-icon {
  background-color: #E0F2FE;
  padding: 4px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.Dashboard-Card .dashboard-small-card-Heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  color: #030712;
}
.Dashboard-Card .dashboard-small-card-smHeading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #9CA3AF;
}

.toSetCardBackBorder {
  background: red;
  width: 1rem;
  height: 5rem;
  top: -94px;
  left: -5px;
  border-radius: 10px;
}

.toSetChartBackground {
  border: 1px solid #E5E7EB;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.031372549);
}
.toSetChartBackground #chart {
  max-width: 100% !important;
  box-shadow: none;
  border: none;
}
.toSetChartBackground .Chart-Heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  color: #191F28;
}
.toSetChartBackground .chart-Paragraph {
  font-size: 0.87rem;
  font-weight: 600;
  color: #798397;
}
/*.toSetChartBackground .calendarsetting .fc-toolbar-chunk .fc-button-group .fc-next-button {*/
/*  display: none !important;*/
/*}*/
/*.toSetChartBackground .calendarsetting .fc-toolbar-chunk .fc-button-group .fc-prev-button {*/
/*  display: none !important;*/
/*}*/
.toSetChartBackground .calendarsetting .fc-toolbar-chunk .fc-button-group .fc-dayGridMonth-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  font-weight: 600;
  font-family: Inter;
  border: 1px solid #D7DFE9 !important;
  cursor: pointer !important;
}
.toSetChartBackground .calendarsetting .fc-toolbar-chunk .fc-button-group .fc-timeGridWeek-button {
  border-radius: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  font-weight: 600;
  font-family: Inter;
  border: 1px solid #D7DFE9 !important;
  color: #030712;
  cursor: pointer !important;
}
.toSetChartBackground .calendarsetting .fc-toolbar-chunk .fc-button-group .fc-timeGridDay-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  font-weight: 600;
  font-family: Inter;
  border: 1px solid #D7DFE9 !important;
  color: #030712;
  cursor: pointer !important;
}
.toSetChartBackground .calendarsetting .fc-toolbar-chunk .fc-button-group .fc-button-active {
  border: 1px solid #E5E7EB;
  background: #F8FAFC !important;
  font-size: 15px;
  font-weight: 600;
  color: #030712;
}
.toSetChartBackground .calendarsetting .fc-dayGridMonth-button {
  color: #030712 !important;
}
.toSetChartBackground .word-Percebtage {
  color: #2FD181;
}

.toSet-leftBorder {
  width: 1rem;
  height: 89%;
  background: #0EA5E9;
  left: -5px;
  top: -451px;
  border-radius: 10px;
}

.Template-Section .tosetDescriptionSec {
  height: 2rem;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Template-Section .tosetDescriptionSec input {
  border: 1px solid #AFBACA;
  padding: 10px 0 10px 5px !important;
  border-radius: 8px !important;
  background-color: transparent;
  box-shadow: none !important;
  width: -moz-max-content;
  width: max-content;
}
.Template-Section .select2-container {
  width: 100% !important;
}
.Template-Section .text-Services {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.3px;
  color: #3D4A5C;
  cursor: pointer;
}
.Template-Section .TemplateTable th {
  border: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #3D4A5C;
}
.Template-Section .TemplateTable td {
  border: none;
}
.Template-Section .TemplateTable .DescriptionInput {
  width: 270px !important;
}
.Index-Tab-Setting {
  background-color: #fff;
}
.Index-Tab-Setting .TemplateHeading {
  font-size: 22px;
  letter-spacing: -0.3px;
  font-weight: 600;
  color: #030712;
}
.Index-Tab-Setting .dt-search label {
  display: none;
}
.Index-Tab-Setting .dt-length label {
  /*display: none;*/
}
.Index-Tab-Setting .table-heading-top {
  font-size: 20px;
  font-weight: 600;
  color: #030712;
  position: absolute;
  top: 22px;

}
.Index-Tab-Setting .tab-content {
  background: #F8FAFC;
  border-radius: 10px;
}
.Index-Tab-Setting .tab-content .Task-Heading {
  font-weight: 600;
  font-size: 1.37rem;
  letter-spacing: -0.3px;
  color: #030712;
}
.Index-Tab-Setting .tab-pane .togiveBorder {
  border-bottom: 1px solid #f2f2f2;
}
.Index-Tab-Setting .tab-pane .togiveBorder .Task-Heading-Tab {
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 25px;
  color: #191F28;
  letter-spacing: -0.3px;
}
.Index-Tab-Setting .tab-pane .togiveBorder .Task-Paragraph-Tab {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 25px;
}
.Index-Tab-Setting .tab-pane table .Table-Paragraph {
  color: #111827;
  font-weight: 400;
  font-size: 1rem;
}
.Index-Tab-Setting .tab-content > .active {
  background: #fff;
  border-radius: 10px;
}
.Index-Tab-Setting .nav-tabs {
  border-bottom: none !important;
}
.Index-Tab-Setting .nav-tabs .nav-link.active {
  width: 8rem;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  background: transparent;
  border-bottom: 3px solid #0EA5E9;
  color: #191F28 !important;
  font-weight: 700;
  font-size: 1.12rem;
}
.Index-Tab-Setting .nav-tabs .nav-link.active:hover {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  background: transparent;
}
.Index-Tab-Setting .nav-link {
  color: #111827 !important;
  font-size: 1.12rem;
  width: 8rem;
  font-weight: 400;
}
.Index-Tab-Setting .nav-link:hover, .Index-Tab-Setting .nav-link:focus, .Index-Tab-Setting .nav-link:focus-visible {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #6B7280 !important;
  border-radius: 10px !important;
  color: white !important;
  border: none !important;
}

#chart {
  max-width: 650px;
  margin: 0 auto;
  padding: 1px;
}

#chart2 {
  max-width: 380px;
  margin: 0 auto;
  padding: 1px;
}

.togiveTableBorderRadius {
  border-radius: 4px;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid #E9EFF6;
}

.profile-name {
  font-size: 14px;
  font-weight: 700;
  font-family: Inter;
  line-height: 20px;
  color: #1A1A1A;
}

.profile-role {
  color: #969696;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.togiveborder-left {
  border-left: 2px solid #E5E7EB;
}
.togiveborder-left .navbar-profilepic {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
}

.dataTable .tosetTableDropdown {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: -moz-max-content;
  width: max-content;
}
.dataTable .select2-container {
  width: 100% !important;
}
.dataTable .dropdown-menu li a {
  color: #6B7280;
  font-weight: 500;
  font-size: 14px;
}
.dataTable .dropdown-menu li a:hover, .dataTable .dropdown-menu li a:active {
  color: #3D4A5C !important;
  background-color: #F9FAFB !important;
}
.dataTable table.dataTable thead th, .dataTable table.dataTable tfoot th {
  color: #8897AE !important;
}
.dataTable th {
  background-color: #F9FAFB;
  font-family: Inter;
  color: #8897AE !important;
  font-weight: 500;
  font-size: 12px;
}
.dataTable th span {
  color: #6B7280 !important;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.2px;
}
.dataTable td {
  padding: 16px 10px !important;
  border-right: 1px solid #E9EFF6;
}
.dataTable td .dropstart .dropdown-toggle::before {
  display: none !important;
}
.dataTable td .toDesignit {
  left: -337px;
  top: -67px;
  background: red;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
}
.dataTable td p {
  width: -moz-max-content;
  width: max-content;
}
.dataTable td .table-MainHeading {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  color: #5E718D;
}
.dataTable td .table-image-setting {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.dataTable td .table-SubHeading {
  font-family: Inter;
  color: #5E718D;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 20px;
}

.file-Heading {
  font-weight: 600;
  font-size: 1.37rem;
  color: #030712;
}

.Main-card_task {
  background-color: #fff;
}

.PageViewTable {
  border: 1px solid #E5E7EB;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.031372549);
}
.PageViewTable .fileViewIconOption {
  width: 30px;
  height: 30px;
  border: 1px solid #D7DFE9 !important;
  border-radius: 50% !important;
  background-color: #F9FAFB;
  padding: 0 !important;
}
.PageViewTable .fileViewTitle {
  color: #030712;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.3px;
}
.PageViewTable .fileViewId {
  color: #030712;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.3px;
}
.PageViewTable .select2-container {
  width: 187.5px !important;
}
.PageViewTable .pageViewTableSet td {
  background-color: transparent !important;
  border-bottom: none !important;
  padding: 0.5rem !important;
  text-wrap: nowrap;
}
.PageViewTable .pageViewTableSet tr {
  background-color: transparent !important;
}
.PageViewTable .task-tab-Setting {
  background: #fff;
  border-radius: 4px;
}
.PageViewTable .Task-Heading {
  font-weight: 600;
  font-size: 1.37rem;
  letter-spacing: -0.3px;
  color: #455468;
}
.PageViewTable .togiveBorder {
  border-bottom: 1px solid #f2f2f2;
}
.PageViewTable .togiveBorder td {
  border: none !important;
}
.PageViewTable .Task-Heading-Tab {
  font-family: Inter;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #0A0A0A;
  letter-spacing: -0.3px;
}
.PageViewTable .Task-Paragraph-Tab {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  color: #0A0A0A;
  letter-spacing: -0.3px;
}
.PageViewTable .Table-Paragraph {
  color: #111827;
  font-weight: 400;
  font-size: 1rem;
  border: none;
}
.PageViewTable .DownloadIconSetting {
  background: #F9FAFB;
  padding: 0.8rem;
  border-radius: 18px;
  border: 2px solid #D7DFE9;
  width: 20rem;
}
.PageViewTable .DownloadIconSetting .FileNameHeading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.3px;
  color: #191F28;
}
.PageViewTable .DownloadIconSetting .filesizeSet {
  color: #8897AE;
  font-size: 12px;
  font-weight: 500;
}
.PageViewTable .activites-tab-Setting {
  background: #fff;
  border-radius: 4px;
}
.PageViewTable .activites-tab-Setting .toGiveBackgroundTable {
  background-color: #F9FAFB;
  border-bottom: 1px solid #f2f2f2;
}
.PageViewTable .activites-tab-Setting .pageViewTableSet td {
  border-top: none;
  border-bottom: none;
}
.PageViewTable .activites-tab-Setting .tableLightFont {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.3px;
  color: #6B7280;
}
.PageViewTable .activites-tab-Setting .Task-Heading-Tab {
  font-weight: 500;
  font-size: 1.12rem;
  color: #191F28;
  letter-spacing: -0.3px;
}
.PageViewTable .activites-tab-Setting .Task-Paragraph-Tab {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.PageViewTable .Document-Background-Setting {
  background: #fff;
  border-radius: 10px;
}
.PageViewTable .Document-tab-Setting {
  background: #fff;
  padding: 0.9rem;
  border-radius: 4px;
}
.PageViewTable .Document-tab-Setting .Task-Heading {
  font-weight: 600;
  font-size: 1.37rem;
  letter-spacing: -0.3px;
  color: #030712;
}
.PageViewTable .Document-tab-Setting .Document-Heading {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  color: #030712;
}
.PageViewTable .Document-tab-Setting .document-text {
  color: #324158;
  line-height: 20px;
  letter-spacing: -0.3px;
  font-weight: 500;
  font-size: 1rem;
}
.PageViewTable .Document-tab-Setting .document-text span {
  font-weight: 500;
}
.PageViewTable .Document-tab-Setting .toGiveBottomBorder {
  border-bottom: 3px solid #F0F3F9;
  padding-bottom: 1rem;
}

.PageView .taskviewIcon {
  border: 1px solid #E5E7EB;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 4px;
}
.PageView .taskviewIcon svg path {
  stroke: #9CA3AF;
}
.PageView .taskviewIcon:hover {
  background-color: #0EA5E9;
}
.PageView .taskviewIcon:hover svg path {
  stroke: #fff !important;
}
.PageView .ProfileIconSetting {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #D7DFE9;
  border-radius: 15px;
}

.content-page {
  background-color: #F8FAFC;
}
.content-page .login-page {
  background-image: url("../images/login_background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.content-page .login-page .login_card {
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(4.7px);
  height: 100vh;
  width: 40%;
}
.content-page .login-page .login_card .login_card_body .login_head3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34.89px;
  color: #111827;
  margin-bottom: 5px;
}
.content-page .login-page .login_card .login_card_body .login_paragraph {
  color: #344266;
  font-weight: 600;
  font-size: 11.1px;
  line-height: 13.43px;
}
.content-page .login-page .login_card .login_card_body .login_form {
  width: 70%;
  margin-bottom: 0;
}
.content-page .login-page .login_card .login_card_body .login_form .form_label {
  font-weight: 500;
  color: #3D4A5C;
  font-size: 11.1px;
  line-height: 19.03px;
  margin-bottom: 4px;
}
.content-page .login-page .login_card .login_card_body .login_form .login_input {
  background-color: #ffffff;
  border: 0.79px solid #AFBACA !important;
  padding-left: 55px !important;
  border-radius: 4.76px !important;
}
.content-page .login-page .login_card .login_card_body .login_form .login_input::-moz-placeholder {
  font-size: 12px;
}
.content-page .login-page .login_card .login_card_body .login_form .login_input::placeholder {
  font-size: 12px;
}
.content-page .login-page .login_card .login_card_body .login_form .field_icons {
  top: 39px;
  left: 16px;
  border-right: 0.79px solid #D7DFE9;
  padding-right: 10px;
}
.content-page .login-page .login_card .login_card_body .login_form .toggle_password {
  top: 39px;
  right: 16px;
}
.content-page .login-page .login_card .login_card_body .login_form .toggle_password .hide_show_icon {
  color: #5E718D !important;
  cursor: pointer;
}
.content-page .login-page .login_card .login_card_body .login_form .login_btn {
  width: 65%;
  text-decoration: none;
}
.content-page .login-page .login_card .login_card_body .login_form .login_btn:hover {
  background-color: #0374a7 !important;
}
.content-page .login-page .login_card .login_card_body .login_form .login_btn .arrow_signin {
  color: #ffffff !important;
  right: 20px;
  top: 12.2px;
}
.content-page .login-page .login_card .login_card_body .login_form .signin_border {
  border-bottom: 0.79px solid #AEB4C2;
  padding-bottom: 20px;
}
.content-page .login-page .login_card .login_card_body .login_form .signin_label {
  font-weight: 600;
  color: #1A1A1A;
  font-size: 11.1px;
  line-height: 13.53px;
}
.content-page .login-page .login_card .login_card_body .login_form .report_link {
  font-weight: 600;
  color: #0077B6;
  font-size: 11.1px;
  line-height: 13.53px;
  text-decoration: none;
}
.content-page .login-page .login_card .login_card_body .login_form .forgot_link {
  font-weight: 400;
  font-size: 11.1px;
  line-height: 19.03px;
  color: #1B4DFF;
}
.content-page .forgotpass-page {
  background-image: url("../images/login_background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.content-page .forgotpass-page .forgot_card {
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(4.7px);
  width: 40%;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .login_head3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34.89px;
  color: #111827;
  margin-bottom: 5px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .login_paragraph {
  color: #344266;
  font-weight: 600;
  font-size: 11.1px;
  line-height: 13.43px;
  margin-bottom: 0;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form {
  width: 90%;
  margin-bottom: 0;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .form_label {
  font-weight: 500;
  color: #3D4A5C;
  font-size: 13px;
  line-height: 19.03px;
  margin-bottom: 4px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .forgot_input {
  background-color: #ffffff;
  border: 0.79px solid #AFBACA !important;
  border-radius: 4.76px !important;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .forgot_input::-moz-placeholder {
  font-size: 13px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .forgot_input::placeholder {
  font-size: 13px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .field_icons {
  top: 39px;
  left: 16px;
  border-right: 0.79px solid #D7DFE9;
  padding-right: 10px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .toggle_password {
  top: 40px;
  right: 16px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .toggle_password .hide_show_icon {
  color: #5E718D !important;
  cursor: pointer;
  font-size: 14px !important;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .sendEmail_btn {
  width: 100%;
  text-decoration: none;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .sendEmail_btn:hover {
  background-color: #0374a7 !important;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .sendEmail_btn .arrow_signin {
  color: #ffffff !important;
  right: 20px;
  top: 12.2px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .signin_label {
  font-weight: 600;
  color: #1A1A1A;
  font-size: 11.1px;
  line-height: 13.53px;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .forgotback_link {
  font-weight: 600;
  color: #0077B6;
  font-size: 13px;
  line-height: 13.53px;
  text-decoration: none;
}
.content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .forgot_link {
  font-weight: 400;
  font-size: 11.1px;
  line-height: 19.03px;
  color: #1B4DFF;
}
.content-page .calendar_add {
  color: #455468;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.content-page .fc-button-primary {
  border:1px solid #D7DFE9 !important;
  background: transparent !important;
  color: #030712;
  cursor: default !important;
}
.content-page .fc-button-primary:focus {
  box-shadow: none !important;
}
.content-page .fc-button-primary:hover {
  color: #030712;
}
/*.content-page .fc-button-primary .fc-icon-chevron-left::before {*/
/*  position: absolute;*/
/*  left: 339px;*/
/*  cursor: pointer;*/
/*}*/
/*.content-page .fc-button-primary .fc-icon-chevron-right::before {*/
/*  position: absolute;*/
/*  left: 527px;*/
/*  cursor: pointer;*/
/*}*/
/*.content-page .fc-today-button {*/
/*  opacity: 0;*/
/*}*/
.content-page .toSetSettingsBackground {
  background-color: #ffffff;
  position: relative;
  border-radius: 10px;
  height: 100%;
}
.content-page .Settings_section {
  border-bottom: 1px solid #c5c5c5;
}
.content-page .setting_section_right {
  border-left: 1px solid #c5c5c5;
  padding: 15px;
}
.content-page .setting_section_right .setting_section_head4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
}
.content-page .settings_pills_parent {
  padding-left: 12px;
}
.content-page .settings_pills_parent .active {
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: 2px solid #0EA5E9 !important;
  color: #030712;
  font-weight: 700;
  font-size: 16px !important;
}
.content-page .settings_pills_parent .settings_tabs {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #030712;
  padding: 12px 14px 10px 2px;
  border-bottom: 2px solid #D7DFE9;
  border-radius: 0px;
}
.content-page .settings_pills_parent .settings_tabs:hover {
  color: #030712;
}
.content-page .settings_left_tab {
  padding: 30px;
  border-bottom: 1px solid #c5c5c5;
}
.content-page .settings_tab_content {
  border-left: 1px solid #c5c5c5;
}
.content-page .settings_tab_content .settings_tab_head4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #111827;
}
.content-page .settings_tab_content .settings_tab_label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #3D4A5C;
  margin-bottom: 4px;
}
.content-page .settings_tab_content .settings_right_tab {
  padding: 8.5px 20px;
}
.content-page .settings_tab_content .settings_right_tab .settings_tab_head3 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  color: #455468;
}
.content-page .settings_tab_content .sections_change {
  border-bottom: 1px solid #c5c5c5;
}
.content-page .settings_tab_content table .manage_table_head {
  background-color: #F9FAFB;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #324158;
  border-bottom: 1px solid #8897AE;
}
.content-page .settings_tab_content table .manage_table_body {
  border-bottom: 1px solid #D7DFE9;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #8897AE;
}
.content-page .settings_tab_content table .manage_table_svg {
  cursor: pointer;
}
.content-page .settings_tab_content table .user_table_head {
  border-bottom: 1px solid #E9EFF6;
  background-color: #F9FAFB;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.content-page .settings_tab_content table .automation_table_head {
  border-bottom: 1px solid #E9EFF6;
  background-color: #f9fafb;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.content-page .settings_tab_content table .automation_table_body {
  border-bottom: 1px solid #E9EFF6;
}
.content-page .settings_tab_content table .automation_table_body p {
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
  color: #5E718D;
  margin-bottom: 0;
}
.content-page .settings_tab_content table .automation_table_body .automation_para {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.content-page .settings_tab_content table .automation_table_body .automation_para .automation_bold {
  font-weight: 700;
}
.content-page .settings_tab_content table .automation_table_body small {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5E718D;
}
.content-page .settings_tab_content table .automation_table_body .automation_table_svg {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 1px solid #D7DFE9;
  cursor: pointer;
}
.content-page .settings_tab_content table .automation_table_body .automation_table_svg img {
  height: 16px;
  width: 16px;
}
.content-page .settings_tab_content table .automation_table_body .workflow_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #5E718D;
}
.content-page .settings_tab_content table .automation_table_body .auto_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #5E718D;
}
.content-page .settings_tab_content table .automation_table_body .auto_description {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #5E718D;
}
.content-page .settings_tab_content table .automation_table_body .autodrop_menu {
  left: -162px !important;
}
.content-page .settings_tab_content table .user_table_body {
  border-bottom: 1px solid #E9EFF6;
}
.content-page .settings_tab_content table .user_table_body p {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  color: #5E718D;
  margin-bottom: 0;
}
.content-page .settings_tab_content table .user_table_body small {
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  color: #5E718D;
}
.content-page .settings_tab_content table .user_table_body .user_table_svg {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 1px solid #D7DFE9;
  cursor: pointer;
}
.content-page .settings_tab_content table .user_table_body .user_table_svg img {
  height: 16px;
  width: 16px;
}
.content-page .avatar-upload {
  position: relative;
  max-width: 180px;
  margin-bottom: 9px;
}
.content-page .avatar-upload .avatar-preview {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 10%;
  border-color: #e1e1e1;
}
.content-page .avatar-upload .avatar-preview .imagePreview {
  background-image: url("../images/user/01.jpg");
  width: 100%;
  height: 100%;
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-page .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  bottom: 10px;
}
.content-page .avatar-upload .avatar-edit input {
  display: none;
}
.content-page .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.content-page .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.content-page .upload_picture {
  height: 150px;
  width: 150px;
  opacity: 0;
  cursor: pointer;
}
.content-page .toggle_settings_password {
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}

.auto_modal {
  background-color: #E9EFF6;
  border-radius: 16px;
}
.auto_modal h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #3D4A5C;
}
.auto_modal h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #3D4A5C;
}
.auto_modal span {
  font-weight: 700;
}

.auto_modal_head .modal-title {
  color: #324158;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.auto_modal_body h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #3D4A5C;
}
.auto_modal_body h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #324158;
}
.auto_modal_body .dropstart {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #D7DFE9;
}
.auto_modal_body .form-check {
  padding-left: 2.35rem !important;
}
.auto_modal_body small {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5E718D;
}
.auto_modal_body .modal_textarea {
  background-color: #FFFFFF !important;
}

.sidebar-main .MainButtonNavbar {
  bottom: 496px;
}

.navbarstrokeicon svg path {
  stroke: #6B7280;
}

.MainButtonNavbar {
  position: absolute !important;
  right: -14px;
  background: #E0F2FE;
  bottom: 498px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 2px;
}

.settingSection .tosettableSetting td {
  border: 0.5px solid #E9EFF6 !important;
}
.settingSection table .dropdown-menu {
  min-width: 8rem !important;
}
.settingSection .setting-field-name {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #3D4A5C;
}
.settingSection .select2-container {
  width: 100% !important;
}
.settingSection .settingtab-heading {
  color: #030712;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
}
.settingSection .settingBtn {
  height: 38px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid var(--Components-Button-White-Border-Color, #E5E7EB) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #1F2937;
}
.settingSection .settingBtn path {
  stroke: #455468;
}
.settingSection .settingBtn:hover path {
  stroke: #fff;
}

.tablefilestyle {
  white-space: nowrap;
}

.fileVIewPageNew tr, .fileVIewPageNew td, .fileVIewPageNew th, .tostyleFileTable tr, .tostyleFileTable td, .tostyleFileTable th {
  border: none;
  white-space: nowrap;
}
.fileVIewPageNew .Detail-icon-setting, .tostyleFileTable .Detail-icon-setting {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #D7DFE9;
  padding: 10px;
}
.fileVIewPageNew .toGiveEqualWidth, .tostyleFileTable .toGiveEqualWidth {
  width: 33%;
}
.fileVIewPageNew .Detail-subHeading-Setting, .tostyleFileTable .Detail-subHeading-Setting {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #030712 !important;
  border: none !important;
}
.fileVIewPageNew .Detail-Heading-Setting, .tostyleFileTable .Detail-Heading-Setting {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #030712 !important;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.fileVIewPageNew .Detail-Paragraph, .tostyleFileTable .Detail-Paragraph {
  font-family: "Inter";
  color: #030712;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  width: 50%;
}
.fileVIewPageNew .toGiveEqualWidthupper, .tostyleFileTable .toGiveEqualWidthupper {
  width: 60%;
}
.fileVIewPageNew .toGiveEqualWidthupperText, .tostyleFileTable .toGiveEqualWidthupperText {
  width: 40% !important;
  white-space: nowrap;
}

.gridSetting {
  display: grid;
  grid-template-columns: 40% 40%;
}

.FirstGrid {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.newgridheading {
  font-family: Inter;
  color: #324158;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.3px;
}

.newgridparaheading {
  font-family: Inter;
  color: #324158;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 1426px) {
  .Dashboard-Card .Card-Number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .setsmScreen{
    display: flex  !important;
    justify-content: space-between;
    align-items: center;
  }
  .FirstGrid {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .gridSetting {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .task-tab-Setting {
    overflow-x: scroll;
  }
  .leftsideFileView {
    width: 90% !important;
  }
  .fileVIewPageNew .Detail-Paragraph {
    font-size: 14px;
  }
  .fileVIewPageNew .Detail-Heading-Setting {
    font-size: 14px;
  }
  .tosetRightPageView {
    width: 10% !important;
  }
  .MainButtonNavbar {
    display: none !important;
  }
  .Table-Paragraph {
    font-size: 0.9rem;
  }
  .CreateReportSelect .select2-container {
    width: 100% !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .auto_row .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .PageViewTable .select2-container {
    width: 100% !important;
  }
  .form-control {
    width: 100% !important;
  }
  .sendMailButton {
    width: 100% !important;
  }
  .toSetFileTabWidth {
    width: 100% !important;
  }
  .input-setting3 {
    top: 76px !important;
    right: 278px !important;
  }
  .toSetTabHeight {
    top: -343px !important;
  }
  .tosetFileTabInputIcon {
    top: 233px !important;
    right: 617px !important;
  }
  .content-page .login-page {
    overflow: hidden !important;
  }
  .content-page .login-page .login_card {
    width: 100% !important;
  }
  .content-page .login-page .login_card .login_logo {
    height: 50px;
  }
  .content-page .login-page .login_card .login_card_body .login_paragraph {
    margin-bottom: 10px;
  }
  .content-page .login-page .login_card .login_card_body .login_head3 {
    line-height: 27.89px !important;
    font-size: 20px !important;
  }
  .content-page .login-page .login_card .login_card_body .login_form {
    width: 100% !important;
  }
  .content-page .login-page .login_card .login_card_body .login_form .toggle_password .hide_show_icon {
    font-size: 13.5px !important;
  }
  .content-page .login-page .login_card .login_card_body .login_form .login_btn {
    width: 60% !important;
    font-size: 11px !important;
  }
  .content-page .forgotpass-page .forgot_card .login_logo {
    height: 50px;
  }
  .content-page .forgotpass-page .forgot_card {
    width: 100% !important;
  }
  .content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form {
    width: 100% !important;
  }
  .content-page .forgotpass-page .forgot_card .forgot_card_body .login_head3 {
    font-size: 22px !important;
  }
  .content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .sendEmail_btn {
    font-size: 11.5px !important;
  }
  .fc-toolbar-title {
    font-size: 1em !important;
  }
  .toSetTabTableWidth {
    width: 100% !important;
  }
  .toSetTabTableWidth table tr,
  .toSetTabTableWidth table td,
  .toSetTabTableWidth table th {
    white-space: nowrap;
  }
  .PageView .nav-tabs .nav-link.active {
    font-size: 0.9rem !important;
  }
  .PageView .nav-tabs .nav-link {
    font-size: 0.9rem !important;
  }
  .EstimateIconSetting {
    top: 29px !important;
    right: 218px !important;
  }
  .allDocumentIconSetting {
    top: 78px !important;
    right: 256px !important;
  }
  .settings_tab_content {
    border-left: none !important;
  }
  .auto_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .auto_pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .settings_right_tab {
    margin-top: 30px;
  }
  .content-page .avatar-upload .avatar-preview {
    width: 130px !important;
    height: 130px !important;
  }
  .content-page .settings_tab_content .settings_right_tab .settings_tab_head3 {
    font-size: 20px !important;
  }
  .content-page .settings_tab_content .settings_tab_head4 {
    font-size: 18px !important;
  }
  .content-page .settings_tab_content .settings_tab_label {
    font-size: 12px !important;
  }
  .content-page .forgotpass-page .forgot_card .forgot_card_body .forgot_form .form_label {
    font-size: 11.5px !important;
  }
  .content-page .forgotpass-page .forgot_card .forgot_card_body .login_paragraph {
    font-size: 11.5px !important;
  }
  .setting_bot_link {
    font-size: 14px !important;
  }
  .Add_Automations .select2-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .table_auto {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 426px) {
  .TemplateThirdNav .templatenav {
    gap: 0 !important;
  }
  .PageViewTable .DownloadIconSetting {
    width: 100% !important;
  }
  .fc-header-toolbar {
    flex-direction: column !important;
    padding-bottom: 2rem !important;
    gap: 1rem;
  }
  .taskItemSetting .select2-container {
    width: 100% !important;
  }
  .tosetfiletabmain {
    width: 100%;
  }
  .tosetContactTab {
    flex-direction: column;
  }
  .tosetContactTab button {
    width: 100%;
    border-radius: 0 !important;
  }
  .tosetfiletab {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
  }
  .tosetfiletab button {
    width: 100%;
    border-radius: 0 !important;
  }
  .gridSetting {
    grid-template-columns: 100%;
  }
  .toGiveEqualWidth {
    width: 50% !important;
  }
  .toChangeSlect2Width .select2-container {
    width: 100% !important;
  }
  .toChangecolumnwidth {
    width: 100% !important;
  }
  .TemplateTable .DescriptionInput {
    width: 270px;
  }
  .TemplateTable .table-all-input {
    width: 94px !important;
  }
  .DashboardFirstCard .dashboard-buttons .toremoverightborder {
    font-size: 12px;
    padding: 7px 9px 7px 9px !important;
  }
  .DashboardFirstCard .dashboard-buttons .toremoveborder-radius {
    font-size: 12px;
    padding: 7px 9px 7px 9px !important;
  }
  .DashboardFirstCard .dashboard-buttons .toremoveleftborder {
    font-size: 12px;
    padding: 7px 9px 7px 9px !important;
  }
  .FormInputSetting {
    width: 100% !important;
  }
  .togivewidthttoset {
    width: 100%;
  }
  .callReportWidth {
    width: 100% !important;
  }
  .CreateReportWidthSetting {
    width: 100% !important;
  }
  .taskPage .select2-container {
    width: 100% !important;
  }
  .toSetFinancialButtons {
    width: 100% !important;
  }
  .toSetFinancialButtons button {
    width: 100% !important;
  }
  .PageViewTable .Task-Heading-Tab {
    font-size: 1rem;
    line-height: 25px;
  }
  .PageViewTable .Task-Paragraph-Tab {
    font-size: 0.8rem;
    line-height: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Dashboard-Card .card-Status {
    font-size: 1rem;
  }
  .Dashboard-Card .Card-Number {
    font-size: 2rem;
  }
  .toSetTabHeight {
    top: -232px !important;
  }
  .toSetInputiconSetting {
    top: 117px !important;
    right: 354px !important;
  }
  .toSetitOnSmallSCreen {
    top: 181px !important;
    right: 274px !important;
  }
  .tab-pane .select2-container {
    width: 100% !important;
  }
  .PageView .ProfileIconSetting {
    width: 3rem !important;
    height: 3rem !important;
  }
  .TogiveFullWidth {
    width: 100% !important;
  }
  .addTaskButtonWidth {
    width: 100% !important;
  }
  .form-control {
    width: 100%;
  }
  .Index-Tab-Setting .tab-content {
    padding: 0 !important;
  }
  .PageViewTable .fileViewTitle {
    font-size: 1rem !important;
  }
  .PageViewTable .fileViewId {
    font-size: 0.9rem;
  }
  .togiveInputFullWidth {
    width: 100% !important;
  }
  .FilterButtonSetting {
    width: 100% !important;
  }
  .nav-tabs {
    gap: 10px;
  }
  .tosetFileTabInputIcon {
    top: 233px !important;
    right: 277px !important;
  }
  .EstimateIconSetting {
    top: 128px !important;
    right: 275px !important;
  }
  .allDocumentIconSetting {
    top: 180px !important;
    right: 277px !important;
  }
  .DocumentButtonFullWidth {
    width: 100% !important;
  }
  .DocumentButtonFullWidth button {
    width: 100% !important;
  }
  .navsettingonsmallscreen {
    width: 100% !important;
  }
  .navsettingonsmallscreen .nav-link {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 376px) {
  .toSetInputiconSetting {
    top: 117px !important;
    right: 290px !important;
  }
  .toSetitOnSmallSCreen {
    top: 181px !important;
    right: 223px !important;
  }
  .tosetFileTabInputIcon {
    top: 234px !important;
    right: 228px !important;
  }
  .EstimateIconSetting {
    top: 128px !important;
    right: 225px !important;
  }
  .allDocumentIconSetting {
    top: 180px !important;
    right: 226px !important;
  }
}
@media screen and (max-width: 321px) {
  .toSetInputiconSetting {
    top: 117px !important;
    right: 251px !important;
  }
  .toSetitOnSmallSCreen {
    top: 181px !important;
    right: 168px !important;
  }
  .tosetFileTabInputIcon {
    top: 234px !important;
    right: 170px !important;
  }
  .EstimateIconSetting {
    top: 128px !important;
    right: 172px !important;
  }
  .allDocumentIconSetting {
    top: 180px !important;
    right: 172px !important;
  }
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.GlobalInputSetting {
  padding-left: 2.5rem !important;
}

.GlobalInputIconSetting {
  left: 6%;
  top: 25%;
}

.activenav {
  color: #fff !important;
  background: linear-gradient(90deg, #0EA5E9 0%, #A5E3FF 100%);
}
.activenav svg path {
  stroke: #fff !important;
}

div.dt-container .dt-search input {
  border: 1px solid #AFBACA !important;
  padding: 4px 14px !important;
  border-radius: 8px !important;
  background-color: transparent;
  box-shadow: 0px 1px 2px 1px rgba(16, 24, 40, 0.05) !important;
}

.adUserModalSetting .adUserHeadingModal {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
}
.adUserModalSetting .select2-container {
  width: 100% !important;
}

.apexcharts-legend-series {
  display: flex;
  align-items: center;
  gap: 7px;
}

#chart2 {
  min-height: 194.7px !important;
  max-width: 486px !important;
}

.apexcharts-legend-text {
  font-weight: 700 !important;
  font-size: 1rem !important;
  letter-spacing: -0.3px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.apexcharts-legend-text span {
  color: #6B7280 !important;
  font-weight: 500;
  font-size: 0.87rem;
}

.apexcharts-legend-marker {
  border-radius: 3px !important;
}

.apexcharts-legend,
.apexcharts-align-center,
.apx-legend-position-left {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-evenly !important;
}

.toBeforeTHeItem {
  background-color: red;
}

#SvgjsG1167,
#SvgjsG1154,
#SvgjsG1141 {
  display: none !important;
}

.apexcharts-toolbar {
  display: none !important;
}

.apexcharts-legend-series {
  display: flex !important;
  justify-content: end !important;
}

.apexcharts-legend {
  display: flex !important;
  flex-direction: row !important;
  justify-content: end !important;
}

.apexcharts-legend-marker {
  border-radius: 50% !important;
}

table .select2-container--default .select2-selection--single {
  border: 1px solid #E5E7EB;
  height: 2.8rem;
  border-radius: 6px;
  background-color: #F9FAFB !important;
}

textarea {
  line-height: 21px !important;
}

.modal textarea {
  height: 8rem !important;
}

.eyeiconposition {
  width: 1.5rem;
  right: 15px;
  transform: translate(0, -33px) !important;
}

.eyeiconpositionsecond {
  width: 1.5rem;
  right: 15px;
  transform: translate(0, -33px) !important;
  display: none;
}

.tosetCalendarIcon {
  right: 8px;
  top: 0px;
  transform: translate(0, -33px);
}

.Template-Section table .select2-container--default, .Template-Section table .select2-selection--single {
  background-color: #fff !important;
}

.servociesitem {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.3px;
  color: #9CA3AF;
  cursor: pointer;
}

.dt-length {
  /*display: none;*/
}

.templateThird .select2 select2-container, .templateThird .select2-container--default {
  width: 100% !important;
}
.templateThird input {
  border: 1px solid #E5E7EB !important;
}

.templateThirdName {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #3D4A5C;
  font-family: Inter;
}

.TemplateThirdNav .DeleteBtn {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  color: #EF4444 !important;
}
.TemplateThirdNav .DeleteBtn:hover {
  color: #fff !important;
  background-color: #EF4444 !important;
}
.TemplateThirdNav .TemplateleftabSetting {
  color: #9CA3AF !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  border-radius: 10px 0 0 10px !important;
  border: 1px solid #E5E7EB;
}
.TemplateThirdNav .TemplateleftabSetting:hover {
  border-radius: 10px 0 0 10px !important;
  border: 1px solid #E5E7EB;
}
.TemplateThirdNav .TemplateRightabSetting {
  border-radius: 0 10px 10px 0 !important;
  border: 1px solid #E5E7EB;
  color: #9CA3AF !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.TemplateThirdNav .TemplateRightabSetting:hover {
  border-radius: 0 10px 10px 0 !important;
  border: 1px solid #E5E7EB;
}
.TemplateThirdNav .nav-tabs .nav-link.active {
  border: 1px solid #E5E7EB !important;
  background-color: #F8FAFC;
  color: #030712 !important;
}

.ckEditorSetting .ck-blurred, .ckEditorSetting .ck, .ckEditorSetting .ck-content, .ckEditorSetting .ck-editor__editable, .ckEditorSetting .ck-rounded-corners, .ckEditorSetting .ck-editor__editable_inline, .ckEditorSetting .ck-toolbar {
  border: none !important;
  margin: 0 !important;
}
.ckEditorSetting .ck-content {
  line-height: 1rem !important;
}
.ckEditorSetting .ck-toolbar__items {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  background-color: #F9FAFB !important;
  gap: 7px;
}

.AddFriendBtn {
  transform: translate(-8px, -2.8rem) !important;
  top: 0;
  color: #2563EB !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  background-color: #EBF2FF !important;
  border: 1px solid #2563EB !important;
}
.AddFriendBtn:hover {
  background-color: #2563EB !important;
  color: #fff !important;
}

.ck-powered-by__label, .ck-powered-by {
  display: none !important;
}

.DateFieldTextHead {
  font-family: Inter;
  color: #3D4A5C;
  font-size: 14px;
  font-weight: 500;
}

.file_info_field {
  font-family: Inter;
  color: #3D4A5C;
  font-weight: 500;
}

.fileviewModal .modal-header {
  border: none !important;
}
.fileviewModal .modal-header h5 {
  color: #324158;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.3px;
}
.fileviewModal .select2-container {
  width: 100% !important;
}
.fileviewModal .select2-selection--single {
  border: 1px solid #AFBACA !important;
}
.fileviewModal .modalitemsetting {
  background: #F9FAFB;
  padding: 0.8rem;
  border-radius: 18px;
  border: 2px solid #D7DFE9;
}
.fileviewModal .modalitemsetting .FileNameHeading {
  font-family: Inter;
  color: #191F28;
  font-weight: 500;
  font-size: 1rem;
}
.fileviewModal .iui-cloud-upload::after {
  content: "JPG, PNG or PDF, file size no more than 10MB";
  font-size: 12px;
  font-family: Inter;
  position: absolute;
  bottom: 26px;
  font-weight: 400;
  color: rgba(140, 140, 140, 0.6);
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
}
.fileviewModal .iui-cloud-upload::before {
  content: url("../icons/uploadicon.svg");
}
.fileviewModal .upload-text {
  border: 2px dashed rgba(0, 0, 0, 0.2509803922);
}

table.dataTable thead th {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.invoiceHeading {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #030712 !important;
}

.select2-selection__rendered {
  color: #000 !important;
}

.taskpageselectwo .select2-container {
  width: 129.5px !important;
}
.taskpageselectwo .select2-selection__arrow::after {
  content: url("../icons/secondarrowgrey.svg");
}

.taskViewInput {
  border: 1px solid #E5E7EB !important;
}
.taskViewInput ::-moz-placeholder {
  color: #E5E7EB;
}
.taskViewInput ::placeholder {
  color: #E5E7EB;
}

.tochangetablewidthTitel {
  width: 30rem !important;
}

.contactViewHeading {
  color: #030712;
  font-weight: 700;
  font-size: 24px;
}

.AfterAllCheckBox {
  cursor: pointer;
  display: none;
  z-index: 10000;
}

.dt-layout-cell .dt-info {
  display: none;
}

.dt-paging {
  text-align: center;
}

.adduser-modal .select2-container {
  width: 100% !important;
}
.adduser-modal .select2-selection--single {
  border: 1px solid #AFBACA;
}
.adduser-modal .form-check-input:checked {
  background-color: #0EA5E9 !important;
  border-color: #0EA5E9 !important;
}

.dropdownsetting .dropdown-item:active {
  background-color: #0EA5E9 !important;
}

.secondcardCOlor {
  background-color: #F9FAFB;
}/*# sourceMappingURL=admin.css.map */
