@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: #f5f8fa;
}

.side_menu a.active {
  background-color: #F04F3F;
  color: #fff;
}
.side_menu a.active img {
  filter: brightness(0) invert(1);
}

.overFlowVisible {
  overflow: visible !important;
}

.w-100 {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-200px {
  width: 200px;
}

.w-150px {
  width: 150px;
}

.w-400px {
  width: 400px;
}

.w-100px {
  width: 100px;
}

.w-50px {
  width: 50px;
}

.table tr td, .table tr th {
  font-size: 12px;
  text-align: left;
  padding: 8px 5px;
  color: #181c32;
  font-weight: 500;
}
.table tr th {
  font-weight: 600;
  padding: 15px 8px;
  font-size: 13px;
  line-height: 1;
  background-color: #7d7185;
  color: #fff;
}
.table tr td a {
  color: #1976d2;
  text-decoration: underline;
}
.table tr td .status-btn {
  font-size: 11px !important;
  text-align: center;
  margin: auto;
}

.tableOuter {
  border-radius: 15px 15px 0 0px;
}

.tableOuter table th {
  color: #fff !important;
  font-weight: 600;
  padding: 15px 8px !important;
  font-size: 13px !important;
  line-height: 1;
  background-color: #7d7185;
}

tbody tr {
  border-bottom: solid 1px #ccc;
}

#drawer-navigation {
  transition: width 0.3s ease;
}
#drawer-navigation .btn-toggle {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
}

#drawer-navigation.sd-active {
  width: 6rem;
}

.form-control, .form-select {
  border: 1px solid #acacac !important;
  height: 40px !important;
  background-color: #fff !important;
  font-size: 13px !important;
  color: #181c32 !important;
  border-radius: 5px !important;
  width: 100%;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.475rem;
}

.list-group .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #181c32;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0;
}

.list-group .list-group-item-spanText {
  padding: 0.5rem 1rem;
  color: #181c32;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0;
}

.list-group li {
  margin: 10px 0;
}

.tab-content label.text-sm {
  font-size: 13px;
}
.tab-content .css-1jqq78o-placeholder, .tab-content .css-1dimb5e-singleValue {
  font-size: 13px;
  color: #181c32 !important;
  font-weight: 500;
}
.tab-content .css-b62m3t-container {
  width: 100%;
}
.tab-content .css-b62m3t-container input {
  opacity: 0 !important;
}

.borderless {
  width: 100%;
  border: none;
  font-size: 13px;
  padding-left: 0;
}

button.btn-active {
  background-color: #ef4d3e;
  border-color: #ef4d3e;
  color: #fff;
}

nav ul li.itemActive span.text-darkblack-400 {
  color: #ef4d3e !important;
  font-weight: 600 !important;
}

/*======Scroll-Bar====== */
.tabScroller {
  overflow-y: scroll;
  height: calc(100vh - 160px);
}

@media (min-width: 992px) {
  span,
  ol,
  ul,
  pre,
  div {
    scrollbar-width: thin;
    scrollbar-color: #F04F3F transparent;
  }
  span::-webkit-scrollbar,
  ol::-webkit-scrollbar,
  ul::-webkit-scrollbar,
  pre::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
  }
  span::-webkit-scrollbar-thumb,
  ol::-webkit-scrollbar-thumb,
  ul::-webkit-scrollbar-thumb,
  pre::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    background-color: #eff2f5;
  }
}
/*======END-Scroll-Bar====== */
.sidebar_tabs {
  margin: 25px 0 0 0 !important;
  background-color: #fff;
  padding-top: 15px;
  border-radius: 0 16px 0 0;
}
.sidebar_tabs ul {
  width: 100%;
}
.sidebar_tabs li button {
  padding: 15px 10px;
  font-size: 14px;
  width: 100%;
}
.sidebar_tabs li button span {
  background-color: #e2e8f0;
  width: 1.1rem;
  height: 1.1rem;
}
.sidebar_tabs li button.active span {
  background-color: #1964af;
}

textarea.form-control {
  height: auto !important;
  min-height: calc(2.5em + 2.5rem + 20px);
}

.bordered-table th, .bordered-table td {
  border: solid 1px #ddd;
  text-align: center !important;
}
.bordered-table .text-center {
  text-align: center !important;
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check input {
  margin-right: 5px;
  width: 1.16rem;
  height: 1.16rem;
}
.form-check [type=radio]:checked {
  background-size: 1.9em 1.9em;
}
.form-check .checkbox-xs {
  width: 0.92rem !important;
  height: 0.92rem !important;
}

span, ol, ul, pre, div {
  scrollbar-width: thin;
  scrollbar-color: #F04F3F transparent;
}

.list-group li {
  margin: 10px 0;
}

.list-card .list-group {
  height: 270px;
  overflow: auto;
}

.attachment-btn {
  width: 60px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}
.attachment-btn [type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.fields_table th, .fields_table td {
  padding: 0.4rem 0.6rem;
}
.fields_table .text-sm {
  font-size: 0.775rem;
}

.fields_table tr:first-child, .fields_table th:first-child, .fields_table td:first-child {
  padding-left: 0;
}

.right-panel {
  margin-top: 64px;
}

.bordered-table td table td {
  border: none;
  padding: 0;
}
.bordered-table td .divider {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin: 4px 0;
  padding: 4px 0;
}

.sidebar_tabs {
  margin: 0;
}
.sidebar_tabs nav {
  padding: 0.4rem 0 1.25rem 1.25rem;
}

.sidebar_tabs li button {
  padding: 15px 20px;
  font-weight: 400;
  color: #626b77;
  text-align: left;
  width: 100%;
  border-bottom: solid 1px #dbd7dd;
  padding: 10px;
}

.sidebar_tabs li button.active {
  color: #fff;
  background-color: #F04F3F;
  border-radius: 0.375rem 0 0 0.375rem;
}

.sidebar_tabs li button:hover {
  color: #fff;
  background-color: #F04F3F;
  border-radius: 0.375rem 0 0 0.375rem;
}

.sidebar_tabs li.active {
  background-color: #ffeff0;
  border-radius: 15px 0 0 15px;
  border-right: solid 3px #fe6664;
}

.sidebar_tabs li.active button {
  color: #fe6664;
  border: 0;
}

.sidebar_tabs li ul {
  margin-top: -10px;
  background-color: #ffeff0;
  padding: 15px 10px;
  border-radius: 15px 0 0 15px;
  padding-right: 0;
  border-right: solid 3px #F04F3F;
}

.sidebar_tabs li svg {
  fill: #727a85;
}

.sidebar_tabs li button:hover svg {
  fill: #fff;
}

.sidebar_tabs li ul li button {
  padding: 10px 15px;
  color: #767d90 !important;
  transition: 0.4s;
  border: 0;
  font-size: 13px;
}

.table thead tr th:last-child {
  border-radius: 0 15px 0 0;
}

.table thead tr th:first-child {
  border-radius: 15px 0 0 0;
}

.sidebar_tabs li ul li button.sub_inner_active, .sidebar_tabs li ul li button:hover {
  color: #fff !important;
  background-color: #F04F3F;
  border-radius: 40px 0 0 40px;
}

.ql-container.ql-snow {
  border-radius: 0 0 5px 5px;
}

.ql-toolbar.ql-snow {
  border-radius: 5px 5px 0 0;
}

.editor-container {
  margin-top: 5px;
}

.makeItDisabled {
  opacity: 0.5;
  background-color: #f2f2f2;
}

.section_inner {
  background-color: #fff !important;
  border-radius: 15px;
  height: 550px;
}

.section_inner h3 {
  color: #364261;
}

.add_button {
  position: absolute;
  top: 15px;
  right: 20px;
  margin: 0;
}

.tab-content > .tab-pane {
  position: relative;
}

.ctm_table.modal_table {
  border: solid 1px #ddd;
  border-radius: 10px !important;
}

.notfications_box {
  border: solid 1px #ddd;
  border-radius: 10px;
}

.notfications_box .form-group {
  padding: 0 15px;
  margin-bottom: 15px;
}

.notfications_box .form-group:nth-child(2) {
  margin-top: 15px;
}

.notfications_box > .px-3.py-2.text-xs.bg-skyblue-200.text-skyblue-400.font-semibold {
  border-radius: 10px 10px 0 0px;
}

html {
  overflow: auto !important;
}

.bg-lightgray {
  background-color: #f4f4f6 !important;
}

.filter_toprow .react-datepicker__year-wrapper,.flowSection .react-datepicker__year-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr); /* 3 columns for a better layout */
  gap: 10px;
  padding: 10px;
  height: 150px;
  overflow: auto;
}

.filter_toprow .react-datepicker__year-text,.flowSection .react-datepicker__year-text {
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.filter_toprow .react-datepicker__year-text:hover,.flowSection .react-datepicker__year-text:hover {
  background-color: #f04f3f; /* Tailwind blue-500 */
  color: white;
}

.filter_toprow .react-datepicker__year-text--selected,.flowSection .react-datepicker__year-text--selected {
  background-color: #f04f3f; /* Tailwind blue-600 */
  color: white;
  font-weight: bold;
}

.filter_toprow .react-datepicker__month-wrapper,.flowSection .react-datepicker__month-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 10px;
  padding: 10px;
}

.filter_toprow .react-datepicker__month-text,.flowSection .react-datepicker__month-text {
  padding: 3px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.filter_toprow .react-datepicker__month-text:hover,.flowSection .react-datepicker__month-text:hover {
  background-color: #f04f3f; /* Tailwind blue-500 */
  color: white;
}

.filter_toprow .react-datepicker__month-text--selected,.flowSection .react-datepicker__month-text--selected {
  background-color: #f04f3f; /* Tailwind blue-600 */
  color: white;
  font-weight: bold;
}

.filter_toprow .react-datepicker-wrapper {
  max-width: 150px;
}
.filter_toprow .react-datepicker-wrapper input{
  font-size: 13px;
}

.flowSection .react-datepicker-wrapper {
  width: 100%;
}

.flowSection .flowSVG {
  right: 10px !important;
}/*# sourceMappingURL=common.css.map */