body {
  font-family: "TT Hoves", sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #4f5453;
  accent-color: #00ba8d;
}

.ant-typography {
  font-family: "TT Hoves", sans-serif !important;
}

@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Bold.woff2") format("woff2"), url("../fonts/TTHoves-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Medium.woff2") format("woff2"), url("../fonts/TTHoves-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Regular.woff2") format("woff2"), url("../fonts/TTHoves-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.ttf") format("truetype");
}
svg {
  display: inline-block !important;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

p {
  font-size: 16px;
}

.form-control::-moz-placeholder {
  color: #b9bbba;
}

.form-control::placeholder {
  color: #b9bbba;
}

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

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

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

.text-gray {
  color: #4f5453 !important;
}

.text-danger {
  color: #b91c1c !important;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

/* Loader CSS */
.lds-ripple {
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.69);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #00ba8d;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  margin-left: 48%;
  top: 46% !important;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*Loader End*/
.text-error {
  font-size: 12px;
  color: #b91c1c !important;
  position: relative;
  top: -3px;
}

.dark-para {
  color: #000 !important;
  font-weight: 600;
}

.text-para {
  color: #4f5453 !important;
  font-weight: 600;
}

ul {
  padding-left: 0;
  list-style: none;
}

a.disabled,
span.disabled {
  color: #a6a6a6 !important;
}
a.disabled svg,
a.disabled path,
span.disabled svg,
span.disabled path {
  fill: #a6a6a6 !important;
}

.form-check-input:hover {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #00ba8d;
  border-color: #00ba8d;
}
.form-check-input:focus {
  border-color: #00ba8d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(245, 70, 111, 0.13);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(112, 112, 112, 0.2);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b9bbba;
}

.form-control:focus {
  box-shadow: none;
  border-color: #d9d9d9 !important;
}

.bg-gray {
  background-color: #f2f2f2;
}

.ant-select-selection-item {
  font-weight: 500 !important;
  color: #4f5453 !important;
}

.border-rounded {
  border-radius: 10px;
}

.dropdown-toggle:focus {
  box-shadow: none;
}

.main-heading {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.section-heading {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.section-heading.gray-heading {
  color: #4f5453;
}

.secondary-heading {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.error {
  font-size: 12px;
  color: #ff2828;
  display: block;
  width: 100%;
  margin-top: 8px;
  font-weight: 400 !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.9;
}

.ant-btn-primary:disabled {
  background-color: #dcdddd !important;
  color: #a6a6a6 !important;
  pointer-events: none;
  opacity: 0.9;
}

.ant-btn:hover {
  border-color: transparent !important;
  box-shadow: 0px 6px 15px 0px rgba(91, 255, 162, 0.2) !important;
}

.btn {
  padding: 11px 18px;
  transition: all 0s;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  height: auto;
  box-shadow: none;
}
.btn img {
  margin-right: 10px;
}
.btn:hover {
  opacity: 1;
  text-decoration: none !important;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.btn.btn-white {
  color: #4f5453;
}
.btn.btn-white svg,
.btn.btn-white path {
  fill: #4f5453;
}
.btn.btn-white:hover {
  background-color: #00ba8d !important;
  color: #fff !important;
}
.btn.btn-white:hover svg,
.btn.btn-white:hover path {
  fill: #fff;
}
.btn.btn-secondary-border {
  border: 2px solid #a2a2a2;
  background-color: #fff;
  border-radius: 10px;
  padding: 9px 10px;
  color: #a2a2a2;
}
.btn.btn-secondary-border:hover {
  border-color: #4f5453;
}
.btn.btn-danger {
  background-color: #f65656;
  color: #fff;
}
.btn.btn-border {
  border: 1px solid #d9d9d9;
  background-color: transparent;
  padding: 10px 16px;
  color: #4f5453;
}
.btn.btn-border:hover {
  color: #00ba8d;
}
.btn.btn-border-green {
  border: 1px solid #00ba8d;
  color: #00ba8d !important;
  padding: 11px 18px;
}
.btn.btn-border-green .fa {
  margin-left: 10px;
}
.btn.btn-border-green:hover {
  border-color: #00ba8d !important;
}
.btn.btn-primary {
  background: #00ba8d;
  box-shadow: none;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background: #00ba8d !important;
  box-shadow: 0px 6px 15px 0px rgba(91, 255, 162, 0.2) !important;
  color: #fff !important;
  opacity: 0.9;
}
.btn.btn-simple {
  border-radius: 6px;
  background: #f7f7f7;
  font-family: "TT Hoves", sans-serif;
}
.btn.btn-simple i {
  margin-left: 10px;
}
.btn.btn-green-bordered {
  border: 2px solid green;
  color: green;
  border-radius: 10px;
}
.btn.btn-green {
  background: #59e159;
  color: #fff;
}
.btn.btn-green:hover {
  box-shadow: 0px 0px 4px #57d98b;
}
.btn.btn-secondary {
  background: rgba(185, 187, 186, 0.5);
  border: none;
  color: #fff;
}
.btn.btn-secondary:hover {
  color: #fff !important;
  background: rgba(185, 187, 186, 0.6) !important;
  box-shadow: 0px 6px 15px 0px rgba(110, 111, 110, 0.2) !important;
}
.btn.btn-small {
  padding: 4px 16px;
  font-size: 12px;
  border-radius: 5px;
  min-height: auto;
}
.btn.disabled {
  background: #b2b2b2;
  pointer-events: none;
}
.btn.disabled, .btn:disabled {
  background-color: #dcdddd !important;
  color: #a6a6a6 !important;
  pointer-events: none;
  opacity: 0.9;
  border: 1px solid #dcdddd !important;
}

.btn-link {
  background-color: transparent;
  padding: 0;
  border: none;
  text-decoration: none;
}
.btn-link:hover {
  background-color: transparent !important;
  color: #4f5453 !important;
  text-decoration: underline;
}
.btn-link img {
  width: 16px;
}
.btn-link.btn-sm {
  font-size: 12px;
}

a[disabled] {
  pointer-events: none;
  opacity: 0.9;
}

a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.account-wrapper {
  background: #f1f1f1;
}
.account-wrapper .login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-wrapper .login-container .login-form-wrapper {
  width: 80%;
  max-width: 520px;
  padding: 60px;
  border: 2px solid #00ba8d;
  border-radius: 20px;
  text-align: left;
  border-radius: 20px;
  background: #fff;
}
.account-wrapper .login-container .login-form-wrapper img {
  margin: 0 auto;
}
.account-wrapper .login-container .login-form-wrapper .login-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: center;
  margin: 50px 0px 10px 0px;
}
.account-wrapper .login-container .login-form-wrapper .login-heading img {
  margin-right: 18px;
}
.account-wrapper .login-container .login-form-wrapper .form-group {
  margin-bottom: 18px;
  position: relative;
}
.account-wrapper .login-container .login-form-wrapper .form-group .form-control {
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: rgba(221, 221, 221, 0.6588235294);
  padding: 12px 16px;
  line-height: 1.2;
  color: #000;
}
.account-wrapper .login-container .login-form-wrapper .form-group .text-danger {
  background-color: #fff;
  padding: 3px 5px;
  margin: 5px 0;
  display: block;
  font-size: 13px;
}
.account-wrapper .login-container .login-form-wrapper .button-group {
  margin-top: 40px;
  text-align: right;
}
.account-wrapper .login-container .login-form-wrapper .label {
  color: #333;
  margin-bottom: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
.account-wrapper .login-container .login-form-wrapper .label::first-letter {
  text-transform: uppercase;
}
.account-wrapper .login-container .login-form-wrapper .btn {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
}
.account-wrapper .login-container .login-form-wrapper a {
  text-align: center;
  display: block;
  text-decoration: underline;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
}
.account-wrapper .login-container .login-form-wrapper .show-password {
  position: absolute;
  right: 25px;
  width: 14px;
  height: 14px;
  background-image: url(../images/eye-crossed.svg);
  display: block;
  top: 38px;
  cursor: pointer;
}

.ant-tooltip .ant-tooltip-content .ant-tooltip-inner {
  box-shadow: none;
  font-size: 12px;
  color: #f7f7f7;
  font-weight: 600;
}

.text-primary {
  color: #00ba8d !important;
}

span.tag {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 14px;
  padding: 4px 10px;
  border-radius: 3px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #959898;
  background-color: rgba(105, 105, 105, 0.1019607843);
  vertical-align: text-bottom;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
}
span.tag-sm {
  font-size: 10px;
}
span.tag-red {
  color: #ff8c8c !important;
  border-color: #ff8c8c !important;
  background-color: transparent;
}
span.tag-green {
  color: #00ba8d !important;
  background-color: rgba(40, 167, 69, 0.1019607843);
}
span.tag-grey {
  color: #959898 !important;
  background-color: rgba(105, 105, 105, 0.1019607843);
}
span.tag-yellow {
  color: #ff9f00 !important;
  background-color: rgba(255, 159, 0, 0.1019607843);
}

/* css for dropdown search */
.ant-select-dropdown {
  background-color: #000;
  color: #333;
  border-radius: 0;
}
.ant-select-dropdown .rc-virtual-list-scrollbar-thumb {
  background-color: #ccc;
}
.ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: transparent !important;
}
.ant-select-dropdown .ant-select-item.ant-select-item-option-selected svg {
  fill: #00ba8d;
}
.ant-select-dropdown .ant-select-item .dropdown-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ant-select-dropdown .ant-select-item-option-content {
  color: #333;
  font-size: 12px;
}

.ant-select {
  width: 100%;
  height: 50px;
}
.ant-select .ant-select-selector {
  padding: 12px 16px !important;
  border-radius: 3px !important;
  border: 1px solid #b9bbba !important;
  border-color: #b9bbba !important;
  box-shadow: none !important;
}
.ant-select .ant-select-selector::-moz-placeholder {
  font-size: 14px;
  color: #4f5453;
}
.ant-select .ant-select-selector::placeholder {
  font-size: 14px;
  color: #4f5453;
}

.custom-select-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.ant-select.custom-select-wrap .ant-select-selector {
  padding: 8px 36px 8px 0px;
  border: 2px solid #cfcfcf !important;
}
.ant-select.custom-select-wrap .ant-select-selector:hover {
  border-color: #ffcccc !important;
}
.ant-select.custom-select-wrap .ant-select-selector .ant-select-selection-placeholder {
  font-weight: 600;
}
.ant-select.custom-select-wrap.ant-select-focused .ant-select-selector {
  border-color: #ffcccc !important;
  box-shadow: none !important;
}
.ant-select.custom-select-wrap .ant-select-selection-search-input {
  font-weight: 600;
  font-size: 15px;
}
.ant-select.custom-select-wrap.ant-select-disabled .ant-select-selector {
  border: 2px solid #ededed;
}

/* Modal common css */
.ant-modal-header {
  padding: 15px 20px !important;
  border-bottom: 1px solid rgba(185, 187, 186, 0.3019607843) !important;
  margin-bottom: 0px !important;
}
.ant-modal-header .ant-modal-title {
  font-size: 18px;
  font-weight: 900;
  font-weight: 500;
  font-family: "TT Hoves", sans-serif;
  color: #4f5453;
}

.ant-modal-body {
  padding: 28px !important;
}
.ant-modal-body .char-count {
  bottom: unset !important;
  top: 90px;
}

.ant-modal-content {
  padding: 0 !important;
}
.ant-modal-content .ant-modal-close {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 20px;
  top: 20px;
  right: 22px;
}
.ant-modal-content .ant-modal-close .ant-modal-close-x {
  font-size: 10px;
  line-height: 6px;
}
.ant-modal-content .ant-modal-close .ant-modal-close-x .anticon-close {
  vertical-align: middle;
  stroke: #4f5453;
}
.ant-modal-content .ant-modal-close .ant-modal-close-x .anticon-close svg {
  fill: #4f5453;
}
.ant-modal-content .ant-modal-body {
  margin: 0px;
}
.ant-modal-content .ant-modal-body span.ant-input-suffix {
  margin-right: 8px;
}
.ant-modal-content .ant-modal-body .body-text {
  font-size: 13px;
  font-weight: 400;
  font-family: "TT Hoves", sans-serif;
  color: #4f5453;
}
.ant-modal-content .ant-modal-body .confirmation-text {
  font-size: 14px;
  font-weight: bold;
  font-family: "TT Hoves", sans-serif;
  margin-bottom: 0;
  color: #333;
}
.ant-modal-content .ant-modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px 20px;
  margin-top: 0px;
}
.ant-modal-content .ant-modal-footer .ant-btn {
  border-radius: 3px;
  height: 40px !important;
  padding: 0 20px !important;
  font-weight: 500;
  color: #fff !important;
}
.ant-modal-content .ant-modal-footer .ant-btn-default {
  border: none;
  background-color: rgba(185, 187, 186, 0.5019607843);
  color: #333;
  padding: 10px 14px;
  height: auto;
  line-height: 1;
}
.ant-modal-content .ant-modal-footer .ant-btn-default:hover {
  color: #fff;
  background: rgba(185, 187, 186, 0.6);
  box-shadow: 0px 6px 15px 0px rgba(110, 111, 110, 0.2) !important;
}
.ant-modal-content .ant-modal-footer .ant-btn-primary {
  color: #333;
  padding: 11px 16px;
  font-size: 14px;
  line-height: normal;
  transition: all 1s;
  border: none;
  background-color: #00ba8d;
  height: auto;
  line-height: 1;
}
.ant-modal-content .ant-modal-footer .ant-btn-primary:hover {
  background-color: #00ba8d !important;
  box-shadow: 0px 6px 15px 0px rgba(91, 255, 162, 0.2) !important;
}
.ant-modal-content .ant-modal-footer .ant-btn-primary.ant-btn-dangerous {
  background-color: #b91c1c;
}
.ant-modal-content .ant-modal-footer .ant-btn-primary.ant-btn-dangerous:hover {
  background-color: #b91c1c !important;
  box-shadow: 0px 6px 15px 0px rgba(185, 28, 28, 0.2) !important;
}

.rc-virtual-list-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
  background-color: #00ba8d;
}

.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner,
.ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
  border-color: #00ba8d;
}

.ant-checkbox-wrapper:hover .ant-checkbox:after {
  border: none !important;
}

.infinite-scroll-component {
  overflow: hidden !important;
}

.total-entries {
  color: rgba(0, 0, 0, 0.6980392157);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.form-group .form-control.form-select {
  background-image: url("../images/select-arrow.svg");
  background-size: 6px;
}

.ant-table-wrapper .ant-table-column-sorters .ant-table-column-title {
  width: auto;
  flex: none;
  color: rgba(0, 0, 0, 0.6980392157);
}
.ant-table-wrapper .ant-table-column-sorters .anticon {
  font-size: 10px;
}
.ant-table-wrapper .ant-table-column-sorters .anticon.active {
  color: #00ba8d !important;
}
.ant-table-wrapper .ant-table-column-sorters .ant-table-column-sorter {
  margin-right: auto;
  margin-left: 5px;
}

.table-striped.ant-table-wrapper {
  margin: 0;
  padding: 0;
  color: #4f5453;
  width: 100%;
}
.table-striped.ant-table-wrapper .ant-table {
  background-color: transparent;
}
.table-striped.ant-table-wrapper thead.ant-table-thead {
  background-color: rgba(217, 217, 217, 0.2);
}
.table-striped.ant-table-wrapper thead.ant-table-thead th {
  border: 0;
  padding: 15px 10px;
  color: #4f5453;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-bottom: none;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5019607843);
  color: #4f5453 !important;
  vertical-align: middle;
  background: rgba(217, 217, 217, 0.2) !important;
}
.table-striped.ant-table-wrapper thead.ant-table-thead th:nth-child(1) {
  border-start-start-radius: 10px !important;
  padding-left: 20px;
}
.table-striped.ant-table-wrapper thead.ant-table-thead th:last-child {
  border-start-end-radius: 10px !important;
  padding-right: 20px;
}
.table-striped.ant-table-wrapper thead.ant-table-thead .ant-table-column-has-sorters::before {
  display: none;
}
.table-striped.ant-table-wrapper tbody > tr:nth-of-type(odd) > * {
  background-color: transparent;
  --bs-table-accent-bg: transparent;
}
.table-striped.ant-table-wrapper tbody > tr:nth-of-type(even) > * {
  background-color: rgba(247, 247, 247, 0.2);
}
.table-striped.ant-table-wrapper .ant-table-cell-row-hover {
  background: transparent !important;
}
.table-striped.ant-table-wrapper td.ant-table-cell {
  border: 0;
  padding: 20px 10px;
  font-size: 14px;
  line-height: normal;
  vertical-align: top;
  border: 0;
  color: #4f5453;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5019607843);
}
.table-striped.ant-table-wrapper td.ant-table-cell span {
  color: #4f5453;
  font-size: 16px;
  font-weight: 500;
}
.table-striped.ant-table-wrapper td.ant-table-cell span small {
  display: block;
  color: #4f5453;
  font-size: 13px;
}
.table-striped.ant-table-wrapper td.ant-table-cell span.bold {
  font-weight: bold;
}
.table-striped.ant-table-wrapper td.ant-table-cell .action-btn {
  margin-right: 20px;
}
.table-striped.ant-table-wrapper td.ant-table-cell .action-btn:last-child {
  margin-right: 0;
}
.table-striped.ant-table-wrapper .table-anchor {
  vertical-align: middle;
  margin: 0 20px;
  color: #4f5453;
  text-decoration: none;
}
.table-striped.ant-table-wrapper .table-anchor img {
  vertical-align: sub;
  margin-right: 4px;
}
.table-striped.ant-table-wrapper .table-anchor:hover {
  color: #00ba8d;
}
.table-striped.ant-table-wrapper .form-check {
  vertical-align: middle;
  margin-right: 0;
}
.table-striped.ant-table-wrapper .form-check .form-check-input {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-color: #757575;
}
.table-striped.ant-table-wrapper .form-check .form-check-input:checked {
  background-color: #00ba8d;
  border-color: #00ba8d;
}
.table-striped.ant-table-wrapper span.label {
  color: #4f5453;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.text-white {
  color: #fff !important;
}

.custom-table {
  color: #4f5453;
}
.custom-table thead,
.custom-table .ant-table-thead {
  background-color: #f7f7f7;
  background: rgba(217, 217, 217, 0.2);
}
.custom-table thead th,
.custom-table thead th.ant-table-cell,
.custom-table .ant-table-thead th,
.custom-table .ant-table-thead th.ant-table-cell {
  border: 0;
  padding: 14px 20px;
  color: #4f5453;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
.custom-table thead th::before,
.custom-table thead th.ant-table-cell::before,
.custom-table .ant-table-thead th::before,
.custom-table .ant-table-thead th.ant-table-cell::before {
  display: none !important;
}
.custom-table thead th:hover,
.custom-table thead th.ant-table-cell:hover,
.custom-table .ant-table-thead th:hover,
.custom-table .ant-table-thead th.ant-table-cell:hover {
  background: transparent !important;
}
.custom-table tbody > tr:nth-of-type(odd) > * {
  background-color: transparent;
  --bs-table-accent-bg: transparent;
}
.custom-table tbody > tr:nth-of-type(even) > * {
  background: rgba(247, 247, 247, 0.2);
}
.custom-table tbody tr {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.custom-table td {
  border: 0;
  padding: 20px;
  vertical-align: middle;
  color: #4f5453;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-table td .dots-icon {
  cursor: pointer;
}
.custom-table td span {
  color: #4f5453;
}
.custom-table td span small {
  display: block;
  color: #4f5453;
  font-size: 13px;
  font-family: "TT Hoves", sans-serif;
  white-space: nowrap;
}
.custom-table td span .icon {
  vertical-align: text-top;
  margin-right: 8px;
}
.custom-table td span.bold {
  font-weight: bold;
}
.custom-table td .action-btn {
  margin-right: 20px;
}
.custom-table td .action-btn:last-child {
  margin-right: 0;
}
.custom-table .table-anchor {
  vertical-align: middle;
  margin: 0 20px;
  color: #4f5453;
  text-decoration: none;
}
.custom-table .table-anchor img {
  vertical-align: sub;
  margin-right: 4px;
}
.custom-table .table-anchor:hover {
  color: #00ba8d;
}
.custom-table .form-check {
  vertical-align: middle;
  margin-right: 0;
}
.custom-table .form-check .form-check-input {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-color: #757575;
}
.custom-table .form-check .form-check-input:checked {
  background-color: #00ba8d;
  border-color: #00ba8d;
}
.custom-table span.label {
  color: #4f5453;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.custom-table.simple-table thead tr th {
  border-bottom: 1px solid #3a3a3a;
  background: #2e2f2e;
  position: sticky;
  top: 0;
  padding: 15px 20px;
}
.custom-table.simple-table thead tr .th-heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.custom-table.simple-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.custom-table.simple-table tr:last-child {
  border-bottom: 0;
}
.custom-table.simple-table tr td {
  padding: 15px 20px;
}
.custom-table.simple-table tr td .icon-span img {
  margin-right: 10px;
  width: 16px;
  vertical-align: text-top;
}
.custom-table.simple-table tr td .user-with-icon img {
  margin: 0 3px;
  vertical-align: text-top;
}
.custom-table.simple-table tr td .small {
  color: #4f5453;
  font-size: 12px;
}
.custom-table.simple-table tr td .tag {
  margin-right: 8px;
}
.custom-table.small-table {
  margin: 10px 0;
  background-color: #3e3e3e;
}
.custom-table.small-table thead tr th {
  color: #4f5453;
  font-size: 14px;
  line-height: normal;
  padding: 6px 10px;
}
.custom-table.small-table thead tr th:first-child {
  border-top-left-radius: 5px;
}
.custom-table.small-table thead tr th:last-child {
  border-top-right-radius: 5px;
}
.custom-table.small-table tbody > tr:nth-of-type(even) > * {
  background-color: transparent;
}
.custom-table.small-table tbody tr {
  border: none;
}
.custom-table.small-table tbody tr td {
  padding: 6px 10px;
}

.form-inline {
  display: flex;
}

.form-wrapper {
  display: flex;
}
.form-wrapper .form-inner-box {
  background-color: #ccc;
  padding: 16px 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 28px;
}
.form-wrapper .error {
  font-size: 12px;
  display: block;
  width: 100%;
  margin-top: 5px;
  text-transform: lowercase;
}
.form-wrapper .error::first-letter {
  text-transform: uppercase;
}
.form-wrapper .label,
.form-wrapper label {
  display: block;
  color: #4f5453;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  text-transform: lowercase;
}
.form-wrapper .label i,
.form-wrapper label i {
  vertical-align: text-top;
  font-style: normal;
  color: #b91c1c;
}
.form-wrapper .label::first-letter,
.form-wrapper label::first-letter {
  text-transform: uppercase;
}
.form-wrapper .form-group {
  margin-bottom: 30px;
  margin-right: 0px;
  position: relative;
  align-items: baseline;
  gap: 30px;
}
.form-wrapper .form-group .form-control {
  border-radius: 3px;
  border: 1px solid #b9bbba;
  padding: 12px 16px;
  color: #fff;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  outline: none;
}
.form-wrapper .form-group .form-control::-moz-placeholder {
  color: #b9bbba;
  font-weight: 500;
}
.form-wrapper .form-group .form-control::placeholder {
  color: #b9bbba;
  font-weight: 500;
}
.form-wrapper .form-group .form-control:disabled {
  background-color: #f7f7f7;
  pointer-events: none;
}
.form-wrapper .form-group .form-select {
  background: #2e2f2e url("../images/select-arrow.svg") no-repeat;
  background-size: 6px;
  background-position: right 0.75rem center;
}
.form-wrapper .form-group .form-select option {
  background: #2e2f2e;
}
.form-wrapper .form-group .text-danger {
  background-color: #fff;
  padding: 3px 5px;
  margin: 5px 0;
  display: block;
  font-size: 13px;
}
.form-wrapper .button-group .btn {
  margin-right: 20px;
  padding: 17px 20px;
  font-weight: 700;
}
.form-wrapper .button-group .btn:last-child {
  margin-right: 0;
}
.form-wrapper .search-group {
  max-width: 422px;
  position: relative;
  flex: 1;
}
.form-wrapper .search-group .form-control {
  height: 42px;
  border-radius: 3px;
  padding: 12px 38px 11px 18px;
  border: 1px solid #d9d9d9 !important;
}
.form-wrapper .search-group .form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
}
.form-wrapper .search-group .form-control::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
}
.form-wrapper .search-group svg,
.form-wrapper .search-group path {
  position: absolute;
  right: 18px;
  top: 13px;
}
.form-wrapper .form-check-inline {
  margin-right: 30px;
  padding: 0 12px;
  cursor: pointer;
  margin-bottom: 18px;
  position: relative;
}
.form-wrapper .form-check-inline > label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
  color: #4f5453;
}
.form-wrapper .form-check-inline .form-check-label {
  font-size: 12px;
  line-height: 16px;
}
.form-wrapper .form-check-inline .form-check-input:checked + label {
  color: #00ba8d;
}
.form-wrapper.form-wrapper-square .form-group {
  margin-right: 30px;
}
.form-wrapper.form-wrapper-square .form-group:last-child {
  margin-right: 0;
}
.form-wrapper.form-wrapper-square .form-group .label {
  margin-bottom: 10px;
}
.form-wrapper.form-wrapper-square .form-group .form-control {
  border-radius: 3px;
}
.form-wrapper.form-wrapper-square .form-group .form-control.form-control-currency {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 500;
}
.form-wrapper.form-wrapper-square .form-group .form-control.form-control-percent {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 500;
}
.form-wrapper.form-wrapper-square .form-group.currency-group {
  max-width: 204px;
  margin-bottom: 40px;
}
.form-wrapper.form-wrapper-square .form-group.percent-group {
  max-width: 120px;
}
.form-wrapper.form-wrapper-square .form-group .currency-symbol {
  border-radius: 3px 0px 0px 3px;
  background: rgba(217, 217, 217, 0.4);
  padding: 10px 20px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.form-wrapper.form-wrapper-square .form-group .percent-symbol {
  border-radius: 0px 3px 3px 0px;
  background: rgba(217, 217, 217, 0.4);
  padding: 10px 20px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.ant-checkbox .ant-checkbox-inner {
  background-color: white;
  border-color: #959898;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00ba8d;
  border-color: #00ba8d;
}

.checkbox-row {
  padding: 10px;
  background-color: #4f5453;
  margin-bottom: -5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.ant-radio-wrapper {
  margin-right: 30px;
}
.ant-radio-wrapper:last-child {
  margin-right: 0;
}
.ant-radio-wrapper span {
  color: #4f5453;
  font-size: 12px;
  line-height: 16px;
}
.ant-radio-wrapper .ant-radio .ant-radio-inner {
  background-color: #2e2f2e;
  border-color: #d9d9d9;
  border-width: 4px;
}
.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  background-color: #ccc;
  border-color: #00ba8d;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

header {
  background-color: #fff;
  padding: 15px 30px;
}
header .profile-info {
  margin-left: auto;
}
header .profile-info .dropdown-button {
  display: flex;
  text-align: right;
  flex-direction: column;
  padding-right: 25px;
  position: relative;
}
header .profile-info .user-name {
  font-weight: 500;
  display: block;
  color: #000;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
}
header .profile-info .user-email {
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 12px;
  color: #959898;
}
header .profile-info .arrow-down {
  position: absolute;
  right: 0;
  top: 8px;
  width: 14px;
  height: 14px;
}

.page-content {
  display: flex;
  width: 100%;
  padding: 20px 30px;
}
.page-content aside {
  width: 300px;
  background-color: #f0f0f0;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(247, 247, 247, 0.7);
  padding: 25px 0;
}
.page-content aside .sidebar-inner-wrapper .secondary-heading {
  padding: 0 0 0 30px;
  margin-bottom: 23px;
}
.page-content aside .sidebar-inner-wrapper .menu-heading {
  color: #959898;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 30px;
  margin-bottom: 3px;
}
.page-content aside .sidebar-inner-wrapper .side-menu-wrapper {
  margin-bottom: 30px;
}
.page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu {
  background-color: transparent;
  color: #4f5453;
  padding: 0 30px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: 40px;
  justify-content: flex-start;
  position: relative;
}
.page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu svg path {
  fill: #4f5453;
}
.page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu:hover, .page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu.active {
  background: rgba(0, 186, 141, 0.1);
  color: #00ba8d;
  box-shadow: none !important;
}
.page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu:hover svg path, .page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu.active svg path {
  fill: #00ba8d;
}
.page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu:hover::before, .page-content aside .sidebar-inner-wrapper .side-menu-wrapper .btn-menu.active::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #00ba8d;
  position: absolute;
  left: 0;
  top: 0px;
}
.page-content main {
  flex-grow: 1;
  background-color: #ffffff;
  padding: 0 30px;
}

.sub-header {
  padding: 20px 30px;
  background: rgba(217, 217, 217, 0.2);
  border-top: 1px solid rgba(185, 187, 186, 0.3019607843);
}
.sub-header .nav-wrapper .ant-btn svg,
.sub-header .nav-wrapper .ant-btn path {
  height: 16px;
  width: 16px;
}
.sub-header .nav-wrapper .btn {
  margin-right: 20px;
  background-color: white;
  display: inline-flex;
  align-items: center;
}
.sub-header .nav-wrapper .btn svg,
.sub-header .nav-wrapper .btn path {
  margin-right: 5px;
}
.sub-header .nav-wrapper .btn:last-child {
  margin-right: 0;
}
.sub-header .nav-wrapper .active {
  background-color: #00ba8d;
  color: #fff;
}
.sub-header .nav-wrapper .active svg,
.sub-header .nav-wrapper .active path {
  fill: #fff !important;
}

.breadcrumb-wrapper i {
  font-size: 12px;
  margin: 0 5px;
}
.breadcrumb-wrapper .parent-page {
  background: transparent;
  color: #3b3482;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb-wrapper .current-page {
  color: #959898;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb-wrapper.breadcumb-wrapper-lg .parent-page {
  color: #00ba8d;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb-wrapper.breadcumb-wrapper-lg .current-page {
  color: rgba(0, 0, 0, 0.6980392157);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb-wrapper.breadcumb-wrapper-lg i {
  font-size: 18px;
  margin: 0 10px;
}

.separator {
  margin: 41px 0 20px;
  border-color: rgba(185, 187, 186, 0.3);
}

.ant-tabs {
  font-family: "TT Hoves", sans-serif;
}
.ant-tabs .ant-collapse {
  border: none;
  background-color: white;
}
.ant-tabs .ant-tabs-tab + .ant-tabs-tab {
  margin: 0;
}
.ant-tabs .ant-tabs-tab-disabled .ant-tabs-tab-btn {
  color: #e3e3e3 !important;
}
.ant-tabs .ant-tabs-tab-disabled .ant-tabs-tab-btn::after {
  background: #e3e3e3 !important;
}
.ant-tabs .ant-tabs-nav:before {
  border: none;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap {
  color: #3b3482;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap:before {
  border-color: #3b3482;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn {
  color: #959898;
  padding: 15px 20px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #3b3482;
  background: rgba(59, 52, 130, 0.03);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  background: #3b3482;
  height: 1px;
  bottom: 12px;
}
.ant-tabs .tab-content {
  margin-top: 10px;
}

.filter-row .form-inline {
  justify-content: end;
  gap: 10px;
}
.filter-row .form-inline .form-group {
  margin-right: 0;
  margin-bottom: 0;
}
.filter-row .form-inline .btn-border-green {
  margin-right: 30px;
}

.add-user-wrapper {
  max-width: 800px;
  margin: 10px auto;
}
.add-user-wrapper .main-heading {
  color: #4f5453;
  margin: 50px 0 37px 0;
}
.add-user-wrapper .btn-assign-scheme {
  color: #00ba8d;
  font-size: 16px;
}

.user-role-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-role-group .ant-radio-button-wrapper {
  border: 1px solid #b9bbba;
  background-color: transparent;
  padding: 9px 24px;
  color: #4f5453;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
  height: auto;
  display: flex;
  align-items: center;
  min-height: 50px;
  text-transform: capitalize;
}
.user-role-group .ant-radio-button-wrapper svg {
  margin-right: 10px;
  flex-shrink: 0;
}
.user-role-group .ant-radio-button-wrapper span {
  line-height: 16px;
  display: flex;
  align-items: center;
}
.user-role-group .ant-radio-button-wrapper::before {
  display: none;
}
.user-role-group .ant-radio-button-wrapper.checked {
  border: 1px solid #00ba8d;
  color: #00ba8d;
}
.user-role-group .ant-radio-button-wrapper.checked svg,
.user-role-group .ant-radio-button-wrapper.checked path {
  fill: #fff !important;
}
.user-role-group .ant-radio-button-wrapper.checked rect {
  fill: #00ba8d !important;
  stroke: #00ba8d !important;
}
.user-role-group .ant-radio-button-wrapper.ant-radio-button-wrapper-disabled {
  background-color: #f7f7f7;
  pointer-events: none;
}

.tasks-accordion .ant-collapse-item {
  border-bottom: none;
  background-color: white;
  margin-bottom: 15px;
  border-radius: 2px !important;
  border: 1px solid #d9d9d9 !important;
  background-color: white;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question {
  display: flex;
  align-items: center;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question .question-answers-sec {
  line-height: 18px;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question .question-answers-sec .question-ellipsis {
  width: 800px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question .question-answers-sec .answer-ellipsis {
  width: 850px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question .ellipsis {
  width: 750;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question .not-started svg circle {
  fill: #b91c1c;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question .progress svg circle {
  fill: #ff9f00;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question .done svg circle {
  fill: #39e460;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question h6 {
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
  pointer-events: auto;
}
.tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question p {
  font-size: 14px;
  font-weight: 500;
  color: #959898;
  cursor: pointer;
  pointer-events: auto !important;
}
.tasks-accordion .ant-collapse-item .header-main .actions {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: flex-end;
}
.tasks-accordion .ant-collapse-item .header-main .actions p {
  color: #959898;
  font-weight: 500;
  font-size: 13px;
}
.tasks-accordion .ant-collapse-item .header-main .actions p span {
  color: #4f5453;
}
.tasks-accordion .ant-collapse-item .header-main .actions p span:nth-of-type(2n) {
  color: #959898;
}
.tasks-accordion .ant-collapse-item .header-main .actions button {
  margin: 0 20px;
  pointer-events: auto !important;
}
.tasks-accordion .ant-collapse-item .header-main .actions svg:nth-of-type(1) {
  margin-left: 20px;
}
.tasks-accordion .ant-collapse-item .header-main .actions .ant-dropdown-trigger svg,
.tasks-accordion .ant-collapse-item .header-main .actions .ant-dropdown-trigger circle {
  margin-left: 0px;
  fill: #959898 !important;
}
.tasks-accordion .ant-collapse-item .header-main .actions .ant-dropdown-trigger {
  width: 6px;
  height: 20px;
  pointer-events: auto !important;
  position: relative;
  top: -2px;
}
.tasks-accordion .ant-collapse-item .header-main .actions .ant-dropdown-trigger:hover svg,
.tasks-accordion .ant-collapse-item .header-main .actions .ant-dropdown-trigger:hover circle {
  fill: #00ba8d !important;
}
.tasks-accordion .ant-collapse-item .ant-collapse-header {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  pointer-events: none;
}
.tasks-accordion .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon {
  pointer-events: auto !important;
}
.tasks-accordion .ant-collapse-item .ant-collapse-header .header-inner-content {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: flex-start;
}
.tasks-accordion .ant-collapse-item .ant-collapse-header .header-inner-content .header-inner-dropdown {
  margin-left: 20px;
}
.tasks-accordion .ant-collapse-item .ant-collapse-content {
  border-top: none;
}
.tasks-accordion .ant-collapse-item-active {
  background: rgba(0, 186, 141, 0.0509803922);
  border: 1px solid rgba(0, 186, 141, 0.5019607843) !important;
}
.tasks-accordion .ant-select {
  height: 40px !important;
}
.tasks-accordion .ant-select .ant-select-selector {
  height: 40px;
  border-radius: 3px !important;
  font-size: 16px;
  color: #4f5453 !important;
  font-weight: 500;
}
.tasks-accordion .ant-select .ant-select-selector .ant-select-selection-placeholder {
  color: #4f5453 !important;
}
.tasks-accordion .label-dates {
  font-size: 11px;
  color: #959898;
}

.task-progress {
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.ant-picker {
  height: 40px;
  border-radius: 3px !important;
  font-size: 16px;
  color: #4f5453 !important;
  font-weight: 500;
  width: 100%;
  border: 1px solid #b9bbba;
}
.ant-picker:hover {
  border-color: #b9bbba !important;
  box-shadow: none !important;
}
.ant-picker:focus-within, .ant-picker:focus {
  border-color: #b9bbba !important;
  box-shadow: none !important;
}

.ant-select-dropdown {
  background-color: white !important;
  box-shadow: none !important;
  border-top: none !important;
  border: 1px solid #b9bbba !important;
  padding: 12px 16px;
  border-radius: 3px;
}
.ant-select-dropdown .ant-select-item {
  background-color: transparent !important;
  min-height: auto !important;
  padding-bottom: 7px;
}
.ant-select-dropdown .ant-select-item:hover {
  background-color: transparent !important;
}
.ant-select-dropdown .ant-select-item:hover .ant-select-item-option-content {
  color: #00ba8d !important;
}
.ant-select-dropdown .ant-select-item-option-content {
  font-size: 14px !important;
  color: #4f5453 !important;
}

.essential-task .ant-radio-group {
  width: 100%;
}
.essential-task .ant-radio-group .radio-item:nth-child(even) label span:nth-of-type(2n) {
  background: rgba(217, 217, 217, 0.0588235294);
}
.essential-task .ant-radio-group .ant-radio-wrapper {
  width: 100%;
}
.essential-task .ant-radio-group .ant-collapse .ant-collapse-item-active .header-question h6 {
  color: #000 !important;
}
.essential-task .ant-radio-wrapper .ant-radio .ant-radio-inner {
  background-color: #ffffff;
}
.essential-task .ant-checkbox-wrapper span {
  font-size: 11px;
  border-radius: 3px;
  color: #000;
  font-weight: 500 !important;
}
.essential-task button.btn-add-task {
  font-size: 12px;
  font-weight: 500;
  color: #00ba8d;
  text-decoration: underline;
  margin-left: 28px;
  display: block;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.login-wrapper .bg-image {
  background-image: url(../images/login-img.jpg);
  background-size: cover;
  background-position: bottom;
}
.login-wrapper .bg-image .login-image {
  top: 110px;
}
.login-wrapper label {
  font-size: 14px;
  text-align: left;
  color: #4f5453;
  padding-bottom: 4px;
  display: block;
  width: 100%;
  font-family: "TT Hoves", sans-serif;
}
.login-wrapper form {
  padding: 0 100px;
}
.login-wrapper form .login-heading {
  font-family: "TT Hoves", sans-serif;
}
.login-wrapper form .btn {
  font-family: "TT Hoves", sans-serif;
}
.login-wrapper form .forgot-password-text {
  font-family: "TT Hoves", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #00ba8d;
}
.login-wrapper .form-group {
  margin-bottom: 20px;
}
.login-wrapper .form-group .eye-icon {
  bottom: 0;
  right: 15px;
  top: 40px;
}
.login-wrapper .form-group .eye-icon .anticon.anticon-eye svg path:nth-child(2) {
  fill: transparent !important;
}
.login-wrapper .form-group .eye-icon .anticon.anticon-eye-invisible svg path:nth-child(1) {
  fill: transparent !important;
}
.login-wrapper .form-control {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding-left: 17px;
}
.login-wrapper .form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.49px;
  text-align: left;
  font-family: "TT Hoves", sans-serif;
}
.login-wrapper .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.49px;
  text-align: left;
  font-family: "TT Hoves", sans-serif;
}

.table-container .ant-pagination {
  margin-top: 20px;
}
.table-container .ant-pagination .ant-pagination-total-text {
  font-size: 12px;
  font-weight: 400;
  color: #959898;
  position: absolute;
  left: 30px;
}
.table-container .ant-pagination .ant-pagination-prev button,
.table-container .ant-pagination .ant-pagination-next button {
  position: relative;
}
.table-container .ant-pagination .ant-pagination-prev button span,
.table-container .ant-pagination .ant-pagination-next button span {
  position: absolute;
  top: 10px;
  left: 10px;
}
.table-container .ant-pagination svg,
.table-container .ant-pagination path {
  width: 9px;
  height: 9px;
  fill: #4f5453;
}
.table-container .ant-pagination .ant-pagination-item-active {
  background-color: #00ba8d;
}
.table-container .ant-pagination .ant-pagination-item-active a {
  color: #fff !important;
}
.table-container .ant-pagination .ant-pagination-prev,
.table-container .ant-pagination .ant-pagination-next {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}
.table-container .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.table-container .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  border-radius: 3px !important;
}
.table-container .ant-pagination .ant-pagination-item {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}
.table-container .ant-pagination .ant-pagination-item a {
  color: #4f5453;
  font-size: 13px;
}

.upload-icon {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.3019607843);
  margin-right: 20px;
  text-align: center;
  line-height: 46px;
}

.ant-upload-wrapper {
  display: flex;
  align-items: center;
}
.ant-upload-wrapper .ant-upload-list .ant-upload-list-item {
  height: 50px;
  margin-top: 0;
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.ant-upload-wrapper .ant-upload {
  order: 2;
}
.ant-upload-wrapper .ant-upload .ant-btn {
  border-radius: 3px;
  border: 1px solid #00ba8d;
  height: 41px;
  color: #00ba8d;
  font-size: 16px;
  font-weight: 500;
}
.ant-upload-wrapper .ant-upload .ant-btn:hover {
  color: #00ba8d !important;
  border: 1px solid #00ba8d !important;
}
.ant-upload-wrapper .ant-upload .ant-btn:disabled {
  border: 1px solid #959898;
  color: #959898;
  background-color: transparent;
  opacity: 0.2;
}
.ant-upload-wrapper .ant-upload .ant-btn:disabled:hover {
  color: #959898 !important;
  border: 1px solid #959898 !important;
  box-shadow: none !important;
}
.ant-upload-wrapper .ant-upload .ant-btn:disabled .ant-btn-icon svg,
.ant-upload-wrapper .ant-upload .ant-btn:disabled .ant-btn-icon path {
  fill: #959898;
}

.table-actions-dropdown {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
  padding: 10px 19px !important;
  border-radius: 10px 0px 0px 0px;
}
.table-actions-dropdown li {
  padding: 4px 0 !important;
}
.table-actions-dropdown li:hover {
  background-color: transparent !important;
}
.table-actions-dropdown li:hover .ant-dropdown-menu-title-content span {
  color: #00ba8d;
}
.table-actions-dropdown li:hover .ant-dropdown-menu-title-content svg,
.table-actions-dropdown li:hover .ant-dropdown-menu-title-content path {
  fill: #00ba8d;
}
.table-actions-dropdown li .ant-dropdown-menu-title-content span {
  color: #4f5453;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.table-actions-dropdown li .ant-dropdown-menu-title-content svg,
.table-actions-dropdown li .ant-dropdown-menu-title-content path {
  margin-right: 11px;
  fill: #4f5453;
  vertical-align: baseline;
}

.locked-role {
  display: flex;
  align-items: center;
}
.locked-role .lock {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 50px;
}
.locked-role .lock img {
  width: 12px;
  height: 14px;
}
.locked-role .flag {
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 8px;
  color: #959898 !important;
  background-color: rgba(105, 105, 105, 0.1019607843);
  font-size: 12px !important;
  font-weight: 500 !important;
}

.hint-text {
  margin-top: 10px;
  font-size: 11px;
  color: #959898;
}

.modal-assign-scheme .ant-modal-body {
  padding: 0 !important;
}
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper:hover {
  border-color: #d9d9d9;
}
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper:focus-within {
  box-shadow: none;
  border-color: #d9d9d9;
}
.modal-assign-scheme .ant-modal-body .ant-checkbox-group {
  overflow-y: auto;
  max-height: 320px;
  margin-right: 10px;
  width: 100%;
}
.modal-assign-scheme .ant-modal-body .ant-checkbox-group .ant-checkbox-wrapper {
  width: 100%;
  padding: 18px 20px;
}
.modal-assign-scheme .ant-modal-body .ant-checkbox-group .ant-checkbox-wrapper:nth-child(odd) {
  background-color: #f7f7f7;
}
.modal-assign-scheme .ant-modal-body .ant-checkbox-group .ant-checkbox-wrapper span {
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
}
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper {
  border-radius: 0px;
  height: 50px;
  border-right: none;
  border-left: none;
  border-top: none;
}
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper input {
  padding-left: 10px;
}
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #959898;
}
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #959898;
}
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper .anticon-search svg,
.modal-assign-scheme .ant-modal-body .ant-input-affix-wrapper .anticon-search path {
  fill: #4f5453;
  font-size: 20px;
}

.modal-assign-scheme .ant-modal-footer {
  margin-top: 0;
}
.modal-assign-scheme ::-webkit-scrollbar-thumb {
  background-color: #b9bbba;
}

.add-user-wrapper .schemes-list .scheme-list-item {
  font-weight: 500;
  font-size: 16px;
}
.add-user-wrapper .schemes-list .scheme-list-item:nth-child(odd) {
  background-color: #f7f7f7;
}
.add-user-wrapper .schemes-list .btn-edit {
  display: flex;
  align-items: center;
  color: #3b3482;
  font-weight: 500;
  margin-top: 30px;
  font-size: 16px;
}
.add-user-wrapper .schemes-list .btn-edit img {
  padding-right: 6px;
}

.ant-switch {
  margin-right: 10px;
  min-width: 23px !important;
  height: 14px !important;
  background: rgba(217, 217, 217, 0.5019607843);
}
.ant-switch .ant-switch-handle {
  height: 8px !important;
  width: 8px !important;
  top: 3px !important;
  left: 3px !important;
}
.ant-switch .ant-switch-handle::before {
  background-color: #b9bbba !important;
}

.ant-switch-inner {
  padding-inline-start: 15px !important;
}

.ant-switch-checked {
  background-color: #00ba8d !important;
}
.ant-switch-checked .ant-switch-inner {
  padding-inline-start: 10px !important;
  padding-inline-end: 16px !important;
}
.ant-switch-checked .ant-switch-handle {
  inset-inline-start: calc(100% - 12px) !important;
}
.ant-switch-checked .ant-switch-handle::before {
  left: 0px !important;
  background-color: white !important;
}

.ant-dropdown-trigger {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.ant-dropdown-trigger .dots-icon svg circle {
  height: 6px !important;
  width: 6px !important;
}
.ant-dropdown-trigger:hover .dots-icon svg circle {
  fill: #00ba8d !important;
}

.ant-dropdown-open .dots-icon svg circle {
  fill: #00ba8d !important;
}

.filter-group .ant-dropdown-trigger {
  display: inline;
}
.filter-group .ant-dropdown-trigger:hover {
  box-shadow: none;
  border: 1px solid #00ba8d;
}
.filter-group .ant-dropdown-open {
  box-shadow: none;
  border: 1px solid #00ba8d;
  color: #00ba8d;
}

.ant-dropdown .ant-dropdown-menu {
  padding: 9px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  background-color: transparent !important;
  width: auto;
  display: block;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-checkbox {
  border-radius: 3px;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-checkbox-wrapper span:nth-of-type(2n) {
  padding-left: 10px;
  color: #4f5453;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-item-divider {
  margin: 10px 0 2px 0;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.ant-row.css-dev-only-do-not-override-qnu6hi div:nth-of-type(3n) {
  margin-bottom: 15px;
}

.delete-modal .ant-modal-content .ant-modal-body h1 {
  color: #4f5453;
}
.delete-modal .ant-modal-content .ant-modal-body p {
  line-height: 18.85px;
  color: #4f5453;
}

.scheme-modules .ant-switch {
  min-width: 36px !important;
  height: 20px !important;
  background: white !important;
  border: 1px solid #d9d9d9;
  margin-right: 0px !important;
}
.scheme-modules .ant-switch .ant-switch-handle {
  height: 12px !important;
  width: 12px !important;
  top: 3px !important;
  left: 4px !important;
}
.scheme-modules .ant-switch .ant-switch-handle::before {
  box-shadow: none;
  background-color: #d9d9d9 !important;
}
.scheme-modules .ant-switch-checked {
  background-color: #00ba8d !important;
}
.scheme-modules .ant-switch-checked .ant-switch-handle::before {
  background-color: white !important;
}
.scheme-modules .ant-switch-checked .ant-switch-handle {
  inset-inline-start: calc(100% - 17px) !important;
}
.scheme-modules .form-group {
  align-items: flex-start;
}
.scheme-modules .form-group h2 {
  margin: 0;
}
.scheme-modules .form-group .scheme-parent-modules {
  background-color: #f7f7f7;
}
.scheme-modules .form-group .scheme-parent-modules h6 {
  color: #000;
}
.scheme-modules .form-group .scheme-child-modules {
  background-color: #fdfdfd;
}
.scheme-modules .form-group .scheme-child-modules h6 {
  color: #4f5453;
}
.scheme-modules .form-group .scheme-child-modules h6 svg,
.scheme-modules .form-group .scheme-child-modules h6 path {
  margin-right: 10px;
}

.forgot-password-wrapper .logo-image {
  width: 322px;
  height: 69px;
}
.forgot-password-wrapper .bg-image {
  background-image: url(../images/forgot-bg.jpg);
  background-position: center;
}

.user-table table thead tr th {
  text-align: right !important;
}
.user-table table tbody .ant-table-row td:first-child {
  width: 450px;
  padding-left: 20px !important;
}
.user-table table tbody .ant-table-row td:first-child span:hover {
  color: #00ba8d !important;
}

.ant-notification-notice-wrapper {
  box-shadow: 0px 2px 10px 0px rgba(59, 52, 130, 0.1490196078) !important;
  border-radius: 15px !important;
}
.ant-notification-notice-wrapper .ant-notification-notice-message {
  font-size: 16px !important;
  font-weight: 500;
  color: #000 !important;
  margin-bottom: 0px !important;
  font-family: "TT Hoves", sans-serif !important;
}
.ant-notification-notice-wrapper .ant-notification-notice-description {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #b9bbba !important;
  font-family: "TT Hoves", sans-serif !important;
}

.skeleton-active {
  overflow-y: visible;
  min-height: 101vh;
}

.resend-otp {
  text-align: right;
  margin: 3px 0 30px 0;
}
.resend-otp span {
  font-size: 13px;
  color: #4f5453;
  cursor: pointer;
}
.resend-otp span:nth-of-type(2n) {
  text-decoration: underline;
  color: #00ba8d;
}

.admin-auth-wrapper .auth-header {
  background-color: #fff;
  padding: 20px 0px 20px 30px;
}
.admin-auth-wrapper .admin-auth-form-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: calc(100vh - 166px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.admin-auth-wrapper .admin-auth-form-wrapper form,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper {
  width: 100%;
  max-width: 560px;
  margin-right: auto;
  background-color: #fff;
  padding: 54px 58px;
  margin-left: auto;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .anticon.anticon-eye svg path:nth-child(2),
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .anticon.anticon-eye svg path:nth-child(2) {
  fill: transparent !important;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .anticon.anticon-eye-invisible svg path:nth-child(1),
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .anticon.anticon-eye-invisible svg path:nth-child(1) {
  fill: transparent !important;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .btn,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .btn {
  font-weight: 600 !important;
  padding-top: 16px;
  padding-bottom: 16px;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .forgot-password-text,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .forgot-password-text {
  font-size: 13px;
  font-weight: 400;
  color: #00ba8d;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .sso-login-link,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .sso-login-link {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-top: 20px;
  color: #4f5453;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .sso-login-link:hover,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .sso-login-link:hover {
  color: #00ba8d !important;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .password-field .eye-icon,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .password-field .eye-icon {
  top: 35px;
  right: 15px;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .form-group label,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .form-group label {
  font-size: 16px;
  color: #4f5453;
  margin-bottom: 6px;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .form-group input,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .form-group input {
  border: 1px solid #d9d9d9;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .form-group input::-moz-placeholder, .admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .form-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #959898;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .form-group input::placeholder,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .form-group input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #959898;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .passwrod-req-info .req-heading,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .passwrod-req-info .req-heading {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  margin-bottom: 6px;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .passwrod-req-info ul,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .passwrod-req-info ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}
.admin-auth-wrapper .admin-auth-form-wrapper form .passwrod-req-info ul li,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper .passwrod-req-info ul li {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.admin-auth-wrapper .admin-auth-form-wrapper form h5,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.admin-auth-wrapper .admin-auth-form-wrapper form h4,
.admin-auth-wrapper .admin-auth-form-wrapper .verification-wrapper h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  color: #4f5453;
}
.admin-auth-wrapper .admin-auth-info {
  text-align: center;
  margin-top: 20px;
}
.admin-auth-wrapper .admin-auth-info p {
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}
.admin-auth-wrapper .admin-auth-info p a {
  color: #00ba8d;
  text-decoration: underline;
}
.admin-auth-wrapper .admin-auth-footer {
  background: #00ba8d;
  padding: 36px 40px;
}
.admin-auth-wrapper .admin-auth-footer p {
  font-size: 13px;
  color: white;
}
.admin-auth-wrapper .admin-auth-footer ul li {
  position: relative;
  margin-right: 32px;
}
.admin-auth-wrapper .admin-auth-footer ul li:after {
  content: "";
  height: 13px;
  width: 1px;
  background-color: white;
  position: absolute;
  top: 7px;
}
.admin-auth-wrapper .admin-auth-footer ul li:nth-of-type(1):after {
  left: 35px !important;
}
.admin-auth-wrapper .admin-auth-footer ul li:nth-of-type(2n):after {
  left: 57px !important;
}
.admin-auth-wrapper .admin-auth-footer ul li:nth-of-type(3n):after {
  content: none;
}
.admin-auth-wrapper .admin-auth-footer ul li a {
  font-size: 13px;
  color: white;
}

.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  color: #959898;
}

.ant-radio {
  top: 3px;
}

.radio-item {
  position: relative;
  margin-bottom: 6px;
  width: 100%;
}
.radio-item:hover .task-actions {
  display: flex;
  position: absolute;
  top: 0px;
  border-top-right-radius: 3px;
  right: 0px;
  width: auto;
  height: 42px;
  justify-content: center;
  background: #f2fbf9;
  justify-content: space-evenly;
  padding: 0 10px;
}
.radio-item:hover .task-actions span:nth-of-type(2n) {
  margin: 0 10px;
}
.radio-item:hover .task-actions .toggleCollapse {
  background-color: #3b3482;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  font-size: 11px;
}
.radio-item:hover .task-actions .toggleCollapse i {
  top: -2px;
  position: relative;
  right: -2px;
}
.radio-item .ant-radio-wrapper.ellipsis span:nth-of-type(2n) {
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.1490196078);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4f5453;
  padding: 13px 10px !important;
  min-height: 42px;
}
.radio-item .task-actions {
  display: none;
  margin-left: 10px;
  align-items: center;
}
.radio-item .task-actions span {
  cursor: pointer;
  color: white;
}
.radio-item .task-actions span svg,
.radio-item .task-actions span path {
  fill: #4f5453 !important;
}
.radio-item .task-actions span:hover svg,
.radio-item .task-actions span:hover path {
  fill: #00ba8d !important;
}

.new-task-add {
  margin-left: 25px;
}
.new-task-add:hover .new-task-actions {
  display: block;
  background: #f2fbf9;
  height: 36px;
  top: 1px !important;
  right: 1px !important;
  padding: 6px 4px;
  border-top-right-radius: 6px;
}
.new-task-add textarea:hover {
  border-color: #959898 !important;
}
.new-task-add textarea:active {
  box-shadow: none !important;
  border-color: #959898 !important;
}

.custom-radio svg {
  margin-right: 8px;
}

.new-task-actions {
  display: flex;
  position: absolute;
  top: 2px;
  right: 5px;
  width: auto;
  height: 30px;
  justify-content: center;
  justify-content: space-evenly;
  cursor: pointer;
  display: none;
}
.new-task-actions span {
  margin: 0 5px;
}
.new-task-actions span svg,
.new-task-actions span path {
  fill: #4f5453 !important;
}
.new-task-actions span:hover svg,
.new-task-actions span:hover path {
  fill: #00ba8d !important;
}

.ant-radio-wrapper span:nth-of-type(2n),
.ellipsis span:nth-of-type(2n) {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-inline-end: 0px !important;
}

.expanded span:nth-of-type(2n) {
  white-space: normal;
  display: flex;
}

p.reset-password-content {
  font-size: 20px;
  line-height: 24px;
  margin-top: 46px;
  margin-bottom: 70px;
  color: #4f5453;
}
p.reset-password-content span {
  color: #00ba8d;
  text-decoration: underline;
}

.back-login {
  margin-top: 30px;
  font-size: 13px;
  text-decoration: underline;
  color: #00ba8d;
  display: inline-block;
}
.back-login:hover {
  color: #00ba8d;
  text-decoration: none;
}

.preparation-modules-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preparation-modules-wrapper textarea {
  height: 130px;
  padding: 16px 17px !important;
  color: #4f5453;
  border: 1px solid #959898;
  font-weight: 400 !important;
}
.preparation-modules-wrapper textarea:focus, .preparation-modules-wrapper textarea:focus-within, .preparation-modules-wrapper textarea:hover {
  box-shadow: none !important;
  border-color: #959898 !important;
}

.char-count {
  position: absolute;
  right: 20px;
  font-size: 10px;
  color: #b9bbba;
  font-weight: 500;
  display: block;
  top: calc(100% - 25px);
}

.ant-notification-notice-message {
  line-height: 20px !important;
}

.ant-notification-notice-description {
  margin-top: 6px;
}

.logout-dropdown i.fa.fa-sign-out {
  padding-right: 5px;
}
.logout-dropdown a:hover {
  background-color: transparent;
  text-decoration: none !important;
  color: #00ba8d;
}
.logout-dropdown a:hover i {
  color: #00ba8d;
}

.threshold-field .error,
.buy-amount-field .error {
  position: absolute;
  top: 70px;
  margin-left: 0px !important;
  line-height: 15px;
  margin-top: 10px;
}

.add-new-task-modal .ant-modal-header {
  background: #fcfcfc !important;
}
.add-new-task-modal .ant-modal-body {
  padding: 0 !important;
  background: #fcfcfc !important;
}
.add-new-task-modal .modal-footer {
  border-top: 1px solid #e8e8e8;
  padding: 20px;
  text-align: right;
}
.add-new-task-modal .modal-footer button:first-child {
  background: rgba(185, 187, 186, 0.5019607843);
  color: #fff;
  padding: 15px 20px !important;
  margin-right: 10px;
  font-weight: 600;
  border-radius: 3px;
  height: 40px;
  border: none !important;
}
.add-new-task-modal .modal-footer button:first-child span {
  color: white !important;
}
.add-new-task-modal .modal-footer button:first-child:hover {
  border: none !important;
  background-color: rgba(185, 187, 186, 0.6) !important;
  box-shadow: 0px 6px 15px 0px rgba(110, 111, 110, 0.2) !important;
}

.bulk-input-field {
  border: 1px solid #b9bbba !important;
  padding: 11px 18px;
  width: 50%;
  border-radius: 3px;
}
.bulk-input-field:hover {
  border: 1px solid #b9bbba !important;
}

.latest-data-heading svg {
  margin-left: 6px;
}

.add-statistic-modal .ant-modal-body label {
  font-size: 13px;
  font-weight: 500;
}
.add-statistic-modal .ant-modal-body .ant-picker {
  border: 1px solid #b9bbba;
  padding: 12px 16px;
}
.add-statistic-modal .ant-modal-body .response-rate-field input {
  padding-left: 20px;
  border: 1px solid #b9bbba;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.add-statistic-modal .ant-modal-body .response-rate-field input::-moz-placeholder {
  font-weight: 500;
  color: #4f5453 !important;
}
.add-statistic-modal .ant-modal-body .response-rate-field input::placeholder {
  font-weight: 500;
  color: #4f5453 !important;
}
.add-statistic-modal .ant-modal-body .response-rate-field .ant-input-group-addon {
  border: 1px solid #b9bbba;
  border-left: none;
}

.statistic-table table tbody tr td:nth-of-type(1) {
  font-size: 16px !important;
  font-weight: 500;
  color: #000 !important;
  padding-left: 20px !important;
  width: 150px;
}
.statistic-table table tbody tr td:nth-of-type(2n) {
  max-width: 150px;
}
.statistic-table table tbody tr td:nth-of-type(2n) h2 {
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.statistic-table table tbody tr td:nth-of-type(2n) span {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.statistic-table table tbody tr td:nth-of-type(3n) {
  color: #4f5453 !important;
  font-size: 16px !important;
  font-weight: 500;
  padding-right: 20px !important;
  text-align: center !important;
  width: 150px;
  text-align: center;
  padding-left: 0px !important;
  text-decoration: none !important;
}
.statistic-table table tbody tr td:nth-of-type(3n) span {
  text-decoration: none !important;
}
.statistic-table table tbody tr td:nth-of-type(4n) div {
  padding-right: 20px !important;
  text-align: right !important;
}

.scheme-table-listing table thead tr th {
  text-align: right !important;
}
.scheme-table-listing table tbody .ant-table-row td:first-child {
  width: 350px;
}
.scheme-table-listing table tbody .ant-table-row td:first-child span:hover {
  color: #00ba8d !important;
}
.scheme-table-listing table tbody .ant-table-row td:nth-of-type(2) {
  width: 330px;
}
.scheme-table-listing table tbody .ant-table-row td:nth-of-type(5) {
  width: 370px;
}

.no-comment {
  color: #8985b4 !important;
  cursor: pointer;
}

.active-user {
  background-color: rgba(0, 186, 141, 0.1) !important;
  color: #00ba8d !important;
}

.inactive-user {
  background-color: rgba(241, 99, 98, 0.1) !important;
  color: #f16362 !important;
}

.add-schemes-wrapper .form-group {
  gap: 0;
}
.add-schemes-wrapper .form-group .col-span-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.add-schemes-wrapper .form-group .col-span-9 {
  padding-left: 15px;
  padding-right: 15px;
}

.ant-select-item-option-selected {
  font-weight: 400 !important;
}

.add-new-task-modal {
  height: 372px;
  max-height: 400px;
  padding-bottom: 0 !important;
}
.add-new-task-modal .ant-modal-content {
  height: 372px;
  max-height: 400px;
  padding: 0 !important;
}

.account-activation-wrapper .ant-checkbox-wrapper span:nth-of-type(2n) {
  color: #4f5453;
  font-size: 13px;
}

.ant-dropdown-menu-submenu ul {
  border-radius: 10px !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
  padding: 10px 19px !important;
}
.ant-dropdown-menu-submenu ul li {
  padding: 4px 0 !important;
}
.ant-dropdown-menu-submenu ul li:hover {
  background-color: transparent !important;
  color: #00ba8d !important;
}
.ant-dropdown-menu-submenu ul li:hover svg,
.ant-dropdown-menu-submenu ul li:hover path {
  fill: #00ba8d;
}
.ant-dropdown-menu-submenu ul li span span {
  display: flex;
  align-items: center;
}
.ant-dropdown-menu-submenu ul li span span.dropdown-disabled {
  color: #000;
}
.ant-dropdown-menu-submenu ul li span span.dropdown-disabled svg,
.ant-dropdown-menu-submenu ul li span span.dropdown-disabled path {
  fill: #000;
}
.ant-dropdown-menu-submenu ul li svg {
  margin-right: 11px;
}

.ant-dropdown-menu-submenu-title {
  padding: 0 !important;
}
.ant-dropdown-menu-submenu-title:hover {
  background-color: transparent !important;
}

.ant-dropdown-menu-submenu-arrow {
  display: none;
}

.investment-collapse .ant-collapse {
  background-color: transparent !important;
  border: none !important;
}
.investment-collapse .ant-collapse .actions button {
  margin: 5px 20px 0px 0px !important;
}
.investment-collapse .investment-toggleCollapse {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
  background-color: #3b3482;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.investment-collapse .investment-toggleCollapse i {
  margin: 0 auto;
  display: table;
  line-height: 20px;
  color: white;
}
.investment-collapse .tasks-accordion .ant-collapse-item .header-main .header-inner-content .header-question h6 {
  font-size: 20px !important;
}
.investment-collapse .panel-answers {
  margin-bottom: 4px;
  border-radius: 6px;
  padding: 12px 10px;
  background: rgba(217, 217, 217, 0.1490196078);
  position: relative;
  line-height: 16px;
}
.investment-collapse .panel-answers:hover .investment-toggleCollapse {
  display: block;
}
.investment-collapse .panel-answers p {
  font-size: 14px;
  font-weight: 500;
  color: #4f5453;
}
.investment-collapse .panel-answers .ellipsis {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.investment-table table tbody tr td {
  font-size: 16px !important;
  color: #4f5453 !important;
  font-weight: 500;
}
.investment-table table tbody tr td:nth-of-type(1) {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 500;
  padding-left: 20px !important;
}

.ant-tooltip {
  max-width: 750px;
}
.ant-tooltip .ant-tooltip-arrow::before {
  background-color: #ffe6b9 !important;
}
.ant-tooltip .ant-tooltip-inner {
  background: #fff9f0 !important;
  border: 1px solid #ffe6b9 !important;
  border-radius: 3px !important;
  padding: 15px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(79, 84, 83, 0.8) !important;
  box-shadow: 0px 3px 10px 0px rgba(255, 187, 64, 0.1019607843) !important;
}

.response-rate-field .ant-input-group-wrapper {
  padding: 0 !important;
  border: none !important;
  height: 40px !important;
}
.response-rate-field .ant-input-group-wrapper .ant-input-wrapper {
  height: 40px !important;
}
.response-rate-field .ant-input-group-wrapper .ant-input-wrapper input {
  height: 40px;
}
.response-rate-field .ant-input-group-wrapper .ant-input-wrapper input:focus {
  box-shadow: none !important;
}
.response-rate-field .ant-input-group-wrapper .ant-input-wrapper input::-moz-placeholder {
  font-weight: 500 !important;
  color: #b9bbba !important;
}
.response-rate-field .ant-input-group-wrapper .ant-input-wrapper input::placeholder {
  font-weight: 500 !important;
  color: #b9bbba !important;
}
.response-rate-field .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

span.pound-icon {
  position: absolute;
  top: 15px;
  left: 16px;
  color: #b9bbba;
  font-size: 14px;
  font-weight: 500;
  width: 9px;
  height: 16px;
}

.balance-sheet-tables table thead tr th {
  max-width: 270px;
}
.balance-sheet-tables table thead tr th:hover .action-btn {
  opacity: 1;
}
.balance-sheet-tables table thead tr th:first-child > div {
  justify-content: space-between !important;
}
.balance-sheet-tables table thead tr th > div {
  justify-content: end !important;
}
.balance-sheet-tables table thead tr th div {
  font-weight: 400 !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6980392157);
}
.balance-sheet-tables table thead tr th:last-child {
  font-weight: 400 !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6980392157);
  text-align: center;
  min-width: unset !important;
}
.balance-sheet-tables table thead tr th .actions-box {
  margin-left: 20px;
}
.balance-sheet-tables table tbody tr .ant-table-cell-row-hover {
  background-color: transparent !important;
}
.balance-sheet-tables table tbody tr td {
  padding-left: 24px !important;
  color: #4f5453;
  font-weight: 500;
  font-size: 16px;
}
.balance-sheet-tables table tbody tr td:first-child > div {
  justify-content: space-between !important;
}
.balance-sheet-tables table tbody tr td:first-child > div div:first-child {
  padding-right: 0px;
}
.balance-sheet-tables table tbody tr td:last-child > div {
  justify-content: center !important;
}
.balance-sheet-tables table tbody tr td:last-child > div div:first-child {
  padding-right: 0px;
}
.balance-sheet-tables table tbody tr td > div {
  justify-content: end !important;
}
.balance-sheet-tables table tbody tr td > div div:first-child {
  padding-right: 55px;
}
.balance-sheet-tables table tbody tr td:nth-of-type(1) {
  color: #000;
}
.balance-sheet-tables table tbody tr td:last-child {
  text-align: center;
}
.balance-sheet-tables table tbody tr td:last-child div {
  position: relative;
  right: 4px;
}
.balance-sheet-tables table tbody tr td:last-child div .action-btn {
  opacity: 1;
}
.balance-sheet-tables .action-btn {
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.balance-sheet-tables .bold-icon-active svg,
.balance-sheet-tables .bold-icon-active path {
  fill: #00ba8d !important;
}

.cell-with-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cell-with-edit .edit-icon,
.cell-with-edit .bold-icon {
  opacity: 0;
  transition: opacity 0.3s;
}

.cell-with-edit:hover .edit-icon,
.cell-with-edit:hover .bold-icon {
  opacity: 1;
}

.edit-icon {
  cursor: pointer;
}

.no-content {
  font-size: 15px;
  padding-left: 28px;
  margin-bottom: 10px;
}

.dashboards-section {
  height: calc(100vh - 183px);
}
.dashboards-section .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}
.dashboards-section .heading p {
  width: 320px;
  text-align: left;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 500;
}
.dashboards-section .heading p:nth-of-type(2n) {
  margin: 0 31px;
}
.dashboards-section .dashboard-box {
  background: rgba(247, 247, 247, 0.8);
  height: 420px;
  width: 322px;
  border-radius: 20px;
}
.dashboards-section .dashboard-box:nth-of-type(2n) {
  margin: 0 31px;
}
.dashboards-section .dashboard-box .inner-box {
  padding: 34px 50px 0 50px;
}
.dashboards-section .dashboard-box .inner-box .head-section h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.dashboards-section .dashboard-box .inner-box .head-section img {
  margin: 50px auto;
}
.dashboards-section .dashboard-box .inner-box .counter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboards-section .dashboard-box .inner-box .counter-section .counters {
  text-align: center;
}
.dashboards-section .dashboard-box .inner-box .counter-section .counters h6 {
  font-weight: 600;
  font-size: 40px;
  color: #4f5453;
  line-height: 45px;
}
.dashboards-section .dashboard-box .inner-box .counter-section .counters p {
  color: #4f5453;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.49px;
  max-height: 20px;
}
.dashboards-section .dashboard-box .link-section {
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 50px;
  padding: 14px 0px;
}
.dashboards-section .dashboard-box .link-section a {
  font-size: 14px;
  color: #00ba8d;
  font-weight: 600;
  cursor: pointer;
}
.dashboards-section .dashboard-box .link-section a svg,
.dashboards-section .dashboard-box .link-section a path {
  margin-left: 9px;
}

.risk-module .ant-select-selection-placeholder {
  font-weight: 500;
  color: #4f5453;
}
.risk-module p {
  color: #4f5453;
  font-size: 13px;
  font-weight: 500;
}

.insurer-table-listing table thead tr th:nth-child(3n) {
  text-align: left !important;
}
.insurer-table-listing table thead tr th:nth-child(4n) {
  text-align: right !important;
}
.insurer-table-listing table tbody tr td:nth-of-type(1) {
  padding-left: 20px !important;
  width: 450px;
}
.insurer-table-listing table tbody tr td:nth-of-type(1) span:hover {
  color: #00ba8d !important;
}
.insurer-table-listing table tbody tr td:nth-of-type(2n) {
  width: 200px;
}
.insurer-table-listing table tbody tr td:nth-of-type(3n) {
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
}
.insurer-table-listing table tbody tr td:nth-of-type(4n) div {
  text-align: right !important;
  padding-right: 20px !important;
}

.insurer-qoute .ant-collapse {
  border: none !important;
  background: transparent !important;
}

.auto-flag {
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #4f5453;
}

.section-header p {
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 500;
  font-size: 20px;
}

.reports-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reports-boxes .reports-box {
  height: 346px;
  width: 322px;
  background: rgba(247, 247, 247, 0.8);
  margin-right: 22px;
  border-radius: 20px;
}
.reports-boxes .reports-box .content {
  padding: 25px 30px 0px 30px;
}
.reports-boxes .reports-box .content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 85px;
}
.reports-boxes .reports-box .content img {
  margin: 0 auto;
  display: table;
}
.reports-boxes .download-section {
  margin-top: 70px;
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding-top: 15px;
}
.reports-boxes .download-section span {
  display: inline-flex;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  color: #00ba8d;
}
.reports-boxes .download-section span:hover {
  opacity: 0.8;
}
.reports-boxes .download-section span svg,
.reports-boxes .download-section span path {
  margin: 0 8px 0 0 !important;
}

.file-type-data svg,
.file-type-data path {
  margin-right: 7px;
}

.file-upload-container {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #b9bbba;
  border-radius: 3px;
}
.file-upload-container .ellipsis {
  width: 330px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-container input[type=file] {
  display: none;
}
.file-upload-container .custom-file-button {
  padding: 13px 16px;
  background-color: #00ba8d;
  color: #fff !important;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  height: 40px;
  line-height: 15px;
  font-size: 14px !important;
}
.file-upload-container .custom-file-button:hover {
  background-color: #00ba8d;
}
.file-upload-container .file-name {
  font-size: 14px;
  font-weight: 500;
  color: #b9bbba;
}

.download-report-modal p {
  color: #4f5453;
  font-size: 12px;
  font-weight: 500;
}

.date-picker-label label {
  font-size: 13px;
  font-weight: 500;
  color: #4f5453;
  margin-bottom: 8px;
}

.modal-custom-footer .ant-modal-content {
  height: unset;
  background: #fcfcfc !important;
}
.modal-custom-footer .ant-modal-body {
  padding: 0 !important;
}
.modal-custom-footer .ant-modal-body .header {
  padding: 30px;
}
.modal-custom-footer .ant-modal-body label {
  font-size: 13px;
  font-weight: 500;
  color: #4f5453;
}
.modal-custom-footer .ant-modal-body .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid rgba(185, 187, 186, 0.3019607843);
}
.modal-custom-footer .ant-modal-body .modal-footer button:first-child {
  height: 40px;
  width: 87px;
  background: rgba(185, 187, 186, 0.5019607843);
  color: white;
  border-radius: 3px;
  margin-right: 10px;
}

.verification-wrapper img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.verification-wrapper p {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  color: #4f5453;
  line-height: 35px;
  margin-bottom: 100px;
}
.verification-wrapper a {
  cursor: pointer;
}
.verification-wrapper a:hover {
  transition: color 0.3s;
}

.documents-table-listing table tbody td:nth-of-type(1) {
  padding-left: 20px !important;
  max-width: 350px;
}
.documents-table-listing table tbody td:nth-of-type(2n) {
  max-width: 350px;
}
.documents-table-listing table tbody td:nth-of-type(5n) div {
  text-align: right !important;
  padding-right: 20px !important;
}
.documents-table-listing .ant-pagination .ant-pagination-total-text {
  left: 0px !important;
}

.add-other-btn {
  font-weight: 500;
  color: #00ba8d;
}
.add-other-btn i {
  font-size: 12px;
  margin-right: 5px;
}

.key-contacts-table .ant-pagination .ant-pagination-total-text {
  left: 0px !important;
}

.key-contacts-table-listing table thead tr th:nth-of-type(3n) {
  width: 180px;
}
.key-contacts-table-listing table thead tr th:last-child {
  text-align: center !important;
}
.key-contacts-table-listing table tbody tr td:nth-of-type(1) {
  padding-left: 20px !important;
  width: 350px;
}
.key-contacts-table-listing table tbody tr td:nth-of-type(1) span {
  color: #000 !important;
}
.key-contacts-table-listing table tbody tr td:nth-of-type(4n) {
  width: 350px;
}
.key-contacts-table-listing table tbody tr td:last-child div {
  padding-left: 0px !important;
}

.not-found {
  height: calc(100vh - 183px);
}
.not-found img {
  margin-right: auto;
  margin-left: auto;
}
.not-found h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.not-found h3 {
  color: #4f5453;
  font-size: 20px;
  font-weight: 500;
}

.insurer-quote-main {
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.insurer-quote-main h5 {
  font-size: 18px;
  font-weight: 500;
  color: #4f5453;
}

.insurer-qoute .ant-collapse .ant-collapse-item-active .ant-collapse-header .ant-collapse-header-text .header-main .header-inner-content p {
  color: #000;
  font-weight: 500;
}

.insurer-quote-form .ant-select-selector,
.insurer-quote-form .ant-picker,
.insurer-quote-form input {
  border: 1px solid #b9bbba !important;
  border-radius: 3px;
  font-weight: 500;
  color: #000;
  font-size: 14px !important;
}
.insurer-quote-form .ant-select-selector:focus, .insurer-quote-form .ant-select-selector:hover,
.insurer-quote-form .ant-picker:focus,
.insurer-quote-form .ant-picker:hover,
.insurer-quote-form input:focus,
.insurer-quote-form input:hover {
  border: 1px solid #b9bbba;
}
.insurer-quote-form .ant-picker .ant-picker-input input {
  border: none !important;
}

.btn-verify {
  margin-top: 5px;
  font-size: 13px;
  text-decoration: underline;
  color: #00ba8d;
  cursor: pointer;
  float: right;
}
.btn-verify:hover {
  opacity: 0.8;
}

.custom-row {
  margin: 0 -15px;
}
.custom-row .custom-col {
  flex: 1;
  padding: 0px 15px;
}
.custom-row .custom-col .ant-picker-input {
  font-weight: 500;
}
.custom-row .custom-col label {
  margin-bottom: 10px;
}
.custom-row .custom-col .auto-flag {
  top: 33px;
  left: 29px;
}
.custom-row .custom-col-width {
  flex: 0 0 70px;
  max-width: 70px;
  padding: 0px 15px;
  text-align: center;
}

.second-row input {
  border-radius: 3px;
  border: 1px solid #b9bbba;
  font-weight: 500;
}
.second-row input:hover {
  border-color: #b9bbba !important;
}

.btn-delete {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #4f5453;
}
.btn-delete svg,
.btn-delete path {
  margin-right: 3px;
}
.btn-delete:hover {
  color: #00ba8d;
}
.btn-delete:hover svg,
.btn-delete:hover path {
  fill: #00ba8d;
}

.table-responsive {
  max-width: calc(100vw - 396px);
  overflow: auto;
}

.dropdown-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.dropdown-disabled svg,
.dropdown-disabled path {
  opacity: 0.8;
}

.quote-transaction-wrapper form .scheme-modules label,
.data-wrapper form .scheme-modules label,
.finalisation-wrapper form .scheme-modules label,
.investment-wrapper form .scheme-modules label,
.transaction-strategy-wrapper form .scheme-modules label,
.benefits-wrapper form .scheme-modules label,
.balance-sheet-wrapper form .scheme-modules label {
  font-weight: 500 !important;
  font-size: 13px !important;
  display: block !important;
  line-height: normal !important;
}
.quote-transaction-wrapper form .scheme-modules input,
.quote-transaction-wrapper form .scheme-modules textarea,
.data-wrapper form .scheme-modules input,
.data-wrapper form .scheme-modules textarea,
.finalisation-wrapper form .scheme-modules input,
.finalisation-wrapper form .scheme-modules textarea,
.investment-wrapper form .scheme-modules input,
.investment-wrapper form .scheme-modules textarea,
.transaction-strategy-wrapper form .scheme-modules input,
.transaction-strategy-wrapper form .scheme-modules textarea,
.benefits-wrapper form .scheme-modules input,
.benefits-wrapper form .scheme-modules textarea,
.balance-sheet-wrapper form .scheme-modules input,
.balance-sheet-wrapper form .scheme-modules textarea {
  border-radius: 3px !important;
  border: 1px solid #d9d9d9 !important;
  color: #000 !important;
}
.quote-transaction-wrapper form .scheme-modules input::-moz-placeholder, .quote-transaction-wrapper form .scheme-modules textarea::-moz-placeholder, .data-wrapper form .scheme-modules input::-moz-placeholder, .data-wrapper form .scheme-modules textarea::-moz-placeholder, .finalisation-wrapper form .scheme-modules input::-moz-placeholder, .finalisation-wrapper form .scheme-modules textarea::-moz-placeholder, .investment-wrapper form .scheme-modules input::-moz-placeholder, .investment-wrapper form .scheme-modules textarea::-moz-placeholder, .transaction-strategy-wrapper form .scheme-modules input::-moz-placeholder, .transaction-strategy-wrapper form .scheme-modules textarea::-moz-placeholder, .benefits-wrapper form .scheme-modules input::-moz-placeholder, .benefits-wrapper form .scheme-modules textarea::-moz-placeholder, .balance-sheet-wrapper form .scheme-modules input::-moz-placeholder, .balance-sheet-wrapper form .scheme-modules textarea::-moz-placeholder {
  font-weight: 500;
}
.quote-transaction-wrapper form .scheme-modules input::placeholder,
.quote-transaction-wrapper form .scheme-modules textarea::placeholder,
.data-wrapper form .scheme-modules input::placeholder,
.data-wrapper form .scheme-modules textarea::placeholder,
.finalisation-wrapper form .scheme-modules input::placeholder,
.finalisation-wrapper form .scheme-modules textarea::placeholder,
.investment-wrapper form .scheme-modules input::placeholder,
.investment-wrapper form .scheme-modules textarea::placeholder,
.transaction-strategy-wrapper form .scheme-modules input::placeholder,
.transaction-strategy-wrapper form .scheme-modules textarea::placeholder,
.benefits-wrapper form .scheme-modules input::placeholder,
.benefits-wrapper form .scheme-modules textarea::placeholder,
.balance-sheet-wrapper form .scheme-modules input::placeholder,
.balance-sheet-wrapper form .scheme-modules textarea::placeholder {
  font-weight: 500;
}
.quote-transaction-wrapper form .scheme-modules input:hover, .quote-transaction-wrapper form .scheme-modules input:focus-visible,
.quote-transaction-wrapper form .scheme-modules textarea:hover,
.quote-transaction-wrapper form .scheme-modules textarea:focus-visible,
.data-wrapper form .scheme-modules input:hover,
.data-wrapper form .scheme-modules input:focus-visible,
.data-wrapper form .scheme-modules textarea:hover,
.data-wrapper form .scheme-modules textarea:focus-visible,
.finalisation-wrapper form .scheme-modules input:hover,
.finalisation-wrapper form .scheme-modules input:focus-visible,
.finalisation-wrapper form .scheme-modules textarea:hover,
.finalisation-wrapper form .scheme-modules textarea:focus-visible,
.investment-wrapper form .scheme-modules input:hover,
.investment-wrapper form .scheme-modules input:focus-visible,
.investment-wrapper form .scheme-modules textarea:hover,
.investment-wrapper form .scheme-modules textarea:focus-visible,
.transaction-strategy-wrapper form .scheme-modules input:hover,
.transaction-strategy-wrapper form .scheme-modules input:focus-visible,
.transaction-strategy-wrapper form .scheme-modules textarea:hover,
.transaction-strategy-wrapper form .scheme-modules textarea:focus-visible,
.benefits-wrapper form .scheme-modules input:hover,
.benefits-wrapper form .scheme-modules input:focus-visible,
.benefits-wrapper form .scheme-modules textarea:hover,
.benefits-wrapper form .scheme-modules textarea:focus-visible,
.balance-sheet-wrapper form .scheme-modules input:hover,
.balance-sheet-wrapper form .scheme-modules input:focus-visible,
.balance-sheet-wrapper form .scheme-modules textarea:hover,
.balance-sheet-wrapper form .scheme-modules textarea:focus-visible {
  border: 1px solid #d9d9d9 !important;
}
.quote-transaction-wrapper form .scheme-modules input:focus-within,
.quote-transaction-wrapper form .scheme-modules textarea:focus-within,
.data-wrapper form .scheme-modules input:focus-within,
.data-wrapper form .scheme-modules textarea:focus-within,
.finalisation-wrapper form .scheme-modules input:focus-within,
.finalisation-wrapper form .scheme-modules textarea:focus-within,
.investment-wrapper form .scheme-modules input:focus-within,
.investment-wrapper form .scheme-modules textarea:focus-within,
.transaction-strategy-wrapper form .scheme-modules input:focus-within,
.transaction-strategy-wrapper form .scheme-modules textarea:focus-within,
.benefits-wrapper form .scheme-modules input:focus-within,
.benefits-wrapper form .scheme-modules textarea:focus-within,
.balance-sheet-wrapper form .scheme-modules input:focus-within,
.balance-sheet-wrapper form .scheme-modules textarea:focus-within {
  outline: 0;
}
.quote-transaction-wrapper form .scheme-modules .ant-picker-input input,
.data-wrapper form .scheme-modules .ant-picker-input input,
.finalisation-wrapper form .scheme-modules .ant-picker-input input,
.investment-wrapper form .scheme-modules .ant-picker-input input,
.transaction-strategy-wrapper form .scheme-modules .ant-picker-input input,
.benefits-wrapper form .scheme-modules .ant-picker-input input,
.balance-sheet-wrapper form .scheme-modules .ant-picker-input input {
  border: none !important;
}

.custom-upload-item {
  border: 1px solid #f1f1f1;
  padding: 10px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-right: 36px;
  height: 50px;
  position: relative;
}
.custom-upload-item img {
  margin-right: 5px;
}
.custom-upload-item span:nth-of-type(1) {
  color: #4f5453;
  padding-top: 3px;
  max-width: 250px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-upload-item span:nth-of-type(2n) {
  position: absolute;
  top: -11px;
  padding: 0;
  right: -6px;
  cursor: pointer;
}

.modal-footer button {
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 40px !important;
}

.commentry-text-sec {
  width: 96%;
}

@media (max-width: 1660px) {
  .question-ellipsis {
    width: 750px !important;
  }
  .answer-ellipsis {
    width: 800px !important;
  }
}
@media (max-width: 1536px) {
  .question-ellipsis {
    width: 600px !important;
  }
  .answer-ellipsis {
    width: 650px !important;
  }
}
@media (max-width: 1440px) {
  .question-ellipsis {
    width: 550px !important;
  }
  .answer-ellipsis {
    width: 600px !important;
  }
}
@media (max-width: 1367px) {
  .header-inner-content {
    width: 60% !important;
  }
  .actions {
    width: 40% !important;
  }
  .question-ellipsis {
    width: 480px !important;
  }
  .answer-ellipsis {
    width: 520px !important;
  }
  .percentage-complete-field.col-span-2 {
    grid-column: span 3/span 3;
  }
  .finalization-parent-ellipsis {
    width: 750px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1280px) {
  .question-ellipsis {
    width: 430px !important;
  }
  .finalization-parent-ellipsis {
    width: 680px;
  }
  .answer-ellipsis {
    width: 470px !important;
  }
  .scheme-table-listing table thead tr th:nth-of-type(4n) {
    width: 170px;
  }
}
.date {
  color: #4f5453 !important;
}

.heading-report {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6980392157);
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 25px auto;
}

.finalisation-tasks > .ant-collapse > .ant-collapse-item-active > .ant-collapse-header {
  background-color: #fbfbfb !important;
}
.finalisation-tasks > .ant-collapse > .ant-collapse-item-active > .ant-collapse-content-active {
  background-color: #fbfbfb !important;
}
.finalisation-tasks > .ant-collapse > .ant-collapse-item-active > .ant-collapse-content-active > .ant-collapse-content-box {
  padding: 20px !important;
}

.ant-select-selection-placeholder {
  font-weight: 500 !important;
  color: #959898 !important;
}

.buy-amount-field input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.threshold-field input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.width-70 {
  width: 70%;
}

.actions-box .action-btn {
  margin-right: 5px;
}
.actions-box .action-btn:last-child {
  margin-right: 0px;
}

.separator-icon-active img {
  filter: invert(51%) sepia(47%) saturate(4554%) hue-rotate(135deg) brightness(100%) contrast(101%);
}

.ant-table table {
  border-collapse: collapse !important;
}

.ant-table-cell:has(> .cell-with-edit.data-separator) {
  border-top: 2px solid #ccc !important;
  border-bottom: 2px solid #ccc !important;
}

.pdf-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  top: -500px;
}

.pdf-img-overlay-inner {
  background-color: #fff;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
}

.pdf-img-overlay-graph-inner {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#transaction-strategy-graph {
  position: absolute !important;
  top: -500px;
  max-width: 850px;
}

.svg-disabled svg,
.svg-disabled circle {
  stroke: #ddd;
}

.no-table-border {
  border-bottom: 1px solid rgba(185, 187, 186, 0.3);
  padding: 20px 0;
}

.quill .ql-toolbar .ql-formats button:hover svg,
.quill .ql-toolbar .ql-formats button:hover path {
  stroke: #000 !important;
}
.quill .ql-toolbar .ql-formats .ql-active svg,
.quill .ql-toolbar .ql-formats .ql-active path {
  stroke: #00ba8d !important;
}

.error + .char-count,
.editor-field:has(.error) .char-count {
  top: calc(100% - 48px);
}/*# sourceMappingURL=style.css.map */