@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: #f5f8fa;
}

.side_menu a.active {
  background-color: #1964af;
  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 {
  font-size: 14px;
  text-align: left;
  padding: 10px 15px;
  color: #181c32;
  font-weight: 400;
}
.table tr th {
  font-weight: 500;
  padding: 10px 15px;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  background-color: #1964AF;
  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: 10px 10px 0 0px;
}

.tableOuter table th {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 15px !important;
  font-size: 14px !important;
  line-height: 1;
  background-color: #1964AF;
}

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;
  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: 14px;
  margin-bottom: 4px;
  display: block;
  font-weight: 500;
}
.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: #1964af;
  border-color: #1964af;
  color: #fff;
}

nav ul li.itemActive span.text-darkblack-400 {
  color: #1964af !important;
  font-weight: 600 !important;
}

.card {
  border: solid 1px #cbd5e1;
  border-radius: 12px;
}
.card .card-header {
  border-bottom: solid 1px #cbd5e1;
  padding: 12px 15px;
  border-radius: 12px 12px 0 0;
}
.card .card-body {
  padding: 15px;
}

.form-check input[type=radio] {
  width: 1rem;
  height: 1rem;
}

/*======Scroll-Bar====== */
.tabScroller {
  overflow-y: scroll;
  height: calc(100vh - 160px);
}

@media (min-width: 992px) {
  span,
  ol,
  ul,
  pre,
  div {
    scrollbar-width: thin;
    scrollbar-color: #1964af 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: #1964af 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: var(--base-color-400);
  border-radius: 0.375rem 0 0 0.375rem;
}

.sidebar_tabs li button:hover {
  color: black;
  background-color: var(--base-color-200);
  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 #1964af;
}

.sidebar_tabs li.active button {
  color: #1964af;
  border: 0;
}

.sidebar_tabs li ul {
  margin-top: -10px;
  background-color: #d9eafa;
  padding: 15px 10px;
  border-radius: 15px 0 0 15px;
  padding-right: 0;
  border-right: solid 3px #1964af;
}

.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 10px 0 0;
}

.table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}

.sidebar_tabs li ul li button.sub_inner_active,
.sidebar_tabs li ul li button:hover {
  color: #fff !important;
  background-color: #1964af;
  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: var(--base-color-100);
  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-wrapper {
  max-width: 150px;
}
.filter_toprow .react-datepicker-wrapper input {
  font-size: 13px;
}

.flowSection .react-datepicker-wrapper {
  width: 100%;
}

.flowSection .flowSVG {
  right: 10px !important;
}

.task-TableDateInput .react-datepicker-popper {
  left: 60px !important;
}

.extension-datepicker .react-datepicker-wrapper {
  width: 100%;
  display: block;
}

.react-datepicker__input-container input {
  min-height: 40px;
  border-color: #a9a9a9;
}/*# sourceMappingURL=common.css.map */