body {
  font-family: "TT Hoves", sans-serif !important;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #000;
  accent-color: #00BA8D;
}
body * {
  font-family: "TT Hoves", sans-serif;
}

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

.font-weight-400 {
  font-weight: 400 !important;
}

.relative {
  position: relative;
}

.in-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-table-column-sorters {
  justify-content: start !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: #333 !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;
}

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

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

footer {
  background-color: #4f5453;
  padding: 30px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-heading {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
footer p {
  font-size: 16px;
  font-weight: 300;
}

@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: "TT Hoves";
  src: url("../fonts/TTHoves-Light.woff2") format("woff2"), url("../fonts/TTHoves-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.ttf") format("truetype");
}
p {
  font-size: 16px;
}

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

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

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

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

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

/* Loader CSS */
.lds-ripple {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.69);
  align-items: center;
  justify-content: center;
}

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

.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: #FF2828 !important;
  position: relative;
  top: -3px;
}

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

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

.layout-wrapper {
  display: flex;
  margin-bottom: 28px;
}

.go-back-arrow {
  color: #333;
  -webkit-text-stroke: 1px #fff;
}

.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);
  border-radius: 10px;
}

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

.ant-table-body::-webkit-scrollbar,
.ant-table::-webkit-scrollbar {
  width: 6px;
  /* Set the scrollbar width */
  height: 6px;
  /* For horizontal scrollbars */
}

.ant-table-body::-webkit-scrollbar-thumb {
  background-color: #605f5f;
  /* Scrollbar thumb color */
  border-radius: 10px;
  /* Optional: Rounded scrollbar */
}

.ant-table-body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Scrollbar track color */
}

.form-control:focus {
  box-shadow: none;
}

span,
p {
  word-break: break-word;
}

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

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

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

.section-heading {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  padding: 17px 15px;
}
.section-heading.gray-heading {
  color: #000;
}

.section-inner-heading {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  color: #00BA8D;
}

.main-content {
  width: 100%;
  overflow: hidden;
  background: white;
}

.main-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 60px;
}

#page-topbar {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #ffffff;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #4E4C4C;
}

.navbar-header {
  background-color: #202C2D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 60px;
  padding: 15px 30px;
  border-bottom: 1px ridge #273638;
  box-shadow: inset 0px -2px 2px -2px rgba(0, 0, 0, 0.5);
}
.navbar-header .page-title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: capitalize;
}
.navbar-header .header-item.dropdown-toggle:after {
  display: none;
}
.navbar-header .header-item.dropdown-toggle.show i {
  transform: rotate(180deg);
  color: #00BA8D;
}
.navbar-header .header-item:hover {
  box-shadow: none;
}
.navbar-header .dropdown .header-profile-user {
  margin: 0;
}
.navbar-header .dropdown i {
  color: #FFFFFF;
  margin-left: 10px;
  transition: all 0.5s;
}
.navbar-header .dropdown-menu {
  border-radius: 6px;
  border: 0.4px solid rgba(242, 92, 7, 0.5);
  background: rgba(23, 23, 23, 0.9);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  padding: 20px;
}
.navbar-header .dropdown-menu .username {
  border-bottom: 1px solid #393939;
  color: #FFFFFF;
}
.navbar-header .dropdown-menu .username h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-align: left;
  margin-bottom: 5px;
  color: #FFFFFF;
  display: block;
}
.navbar-header .dropdown-menu .username h6 {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #F6E8D6;
  margin-bottom: 19px;
}
.navbar-header .dropdown-menu a.dropdown-item {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  padding: 0;
}
.navbar-header .dropdown-menu a.dropdown-item.first-menu {
  margin-top: 13px;
  margin-bottom: 20px;
}
.navbar-header .dropdown-menu a.dropdown-item img {
  margin-right: 10px;
}
.navbar-header .dropdown-menu a.dropdown-item i {
  margin-right: 5px;
  color: #00BA8D;
}
.navbar-header .dropdown-menu a.dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
.navbar-header .breadcrumb-link {
  color: #00BA8D;
  cursor: pointer;
}

.vertical-menu {
  width: 90px;
  flex-basis: 90px;
  flex-shrink: 0;
  flex-grow: 0;
  bottom: 0;
  margin-top: 0;
  position: relative;
  top: 0;
  z-index: 4;
  padding: 20px 0;
  transition: all 0.8s ease;
  background-color: #00BA8D;
  border-right: 14px solid #3b3482;
}
.vertical-menu .btn-sidebar-text {
  display: none;
}
.vertical-menu .btn-sidebar {
  padding: 10px 12px;
}
.vertical-menu.active {
  flex-basis: 294px;
  width: 294px;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-text {
  width: 100%;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link.sidemenu-dropdown-toggle {
  padding: 10px;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sub-menu-list {
  padding-left: 50px;
  position: relative;
  margin: 11px 0;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sub-menu-list::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  top: 0;
  position: absolute;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sub-menu-list .sidemenu-link {
  padding: 10px 15px;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sub-menu-list .sidemenu-link .sidemenu-text {
  line-height: 1.2;
}
.vertical-menu.active .btn-sidebar-text {
  display: inline-block;
  vertical-align: middle;
}
.vertical-menu.active .menu-inner-wrapper {
  top: 20px;
  width: 100%;
  transition: all 0.4s;
}
.vertical-menu.active .sidebar-toggle {
  left: 220px;
}
.vertical-menu .navbar-brand-box .logo {
  margin-left: 32px;
}
.vertical-menu .navbar-brand-box .logo img {
  height: 32px;
}
.vertical-menu .menu-inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 50px;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  .vertical-menu {
    position: absolute;
    height: auto;
    bottom: auto;
    overflow: hidden;
    left: -294px;
  }
}

.mb-active {
  left: 0px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  padding: 18px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  header {
    display: flex;
  }
}

.sidebar-toggle {
  position: fixed;
  left: 66px;
  background: url("../images/sidebar-arrow.svg") no-repeat;
  width: 16px;
  height: 17px;
  cursor: pointer;
  margin-top: -10px;
  transition: all 0.5s;
}
.sidebar-toggle.toggled {
  transform: rotate(180deg);
}

#sidebar-menu {
  padding: 0;
}
#sidebar-menu .sidemenu-list li {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}
#sidebar-menu .sidemenu-list li:last-child {
  overflow: visible;
}
#sidebar-menu .sidemenu-list li .dropdown-menu {
  background-color: #1B2627;
  padding: 10px 0 0 0;
  width: 210px;
  border: 0;
  border-radius: 0;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item {
  background-color: #1B2627;
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin-bottom: 10px;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item:hover {
  color: #00BA8D;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item:hover svg,
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item:hover path {
  fill: #00BA8D;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item svg {
  margin-right: 14px;
}
#sidebar-menu .sidemenu-list .sidemenu-link {
  color: #000;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0px;
  transition: all 0.3s;
  box-shadow: none;
  padding: 10px 30px;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}
#sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-text {
  font-family: "TT Hoves", sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  transition: width 0.4s;
}
#sidebar-menu .sidemenu-list .sidemenu-link .fa-angle-down {
  padding: 0px;
  float: right;
  margin-top: 2px;
  font-size: 16px;
}
#sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 6px;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover, #sidebar-menu .sidemenu-list .sidemenu-link.active, #sidebar-menu .sidemenu-list .sidemenu-link.show {
  background-color: #fff;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-text, #sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-text, #sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-text {
  color: #00BA8D !important;
  text-decoration: none !important;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-icon, #sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon, #sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-icon {
  color: #FFFFFF;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-icon svg, #sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg, #sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-icon svg {
  max-width: 25px;
  margin: auto;
  fill: white;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-icon svg path, #sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg path, #sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-icon svg path {
  fill: #00BA8D;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .fa-angle-down, #sidebar-menu .sidemenu-list .sidemenu-link.active .fa-angle-down, #sidebar-menu .sidemenu-list .sidemenu-link.show .fa-angle-down {
  display: inline-block;
}
#sidebar-menu .sidemenu-list .sidemenu-link.sidemenu-dropdown-toggle {
  padding: 10px 3px;
  border-radius: 0;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active {
  color: #00BA8D;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon {
  color: #00BA8D;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg {
  max-width: 25px;
  margin: auto;
  fill: #00BA8D;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg path {
  fill: #00BA8D;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-text {
  color: #00BA8D;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .menu-icon {
  background-position: 0 0 !important;
}
#sidebar-menu .sidemenu-list .sidemenu-link[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
}
#sidebar-menu .sidemenu-list .inner-menu {
  position: relative !important;
  transform: none !important;
  background-color: #00BA8D;
  padding: 0;
  border: 0;
  border-radius: 0;
}
#sidebar-menu .sidemenu-list .inner-menu li {
  border-radius: 0;
}
#sidebar-menu .sidemenu-list .inner-menu li a {
  color: #b6c9df;
  padding: 15px 25px;
  border-radius: 0;
  display: block;
  white-space: nowrap;
  font-size: 13px;
}
#sidebar-menu .sidemenu-list .inner-menu li a svg {
  margin-right: 10px;
}
#sidebar-menu .sidemenu-list .inner-menu li a:hover {
  color: #fff;
}
#sidebar-menu .mm-active .active {
  color: #fff !important;
  background-color: #00BA8D;
  box-shadow: 2px 2px 10px #00BA8D;
}
#sidebar-menu .mm-active .active .menu-icon {
  display: inline-block;
  background-position: 0 bottom;
}

.page-content {
  padding: 30px 30px 0 30px;
  min-height: calc(100vh - 60px);
}
@media only screen and (max-width: 767.6px) {
  .page-content {
    min-height: calc(100vh - 228px);
  }
}
.page-content:has(.active-btn) .nodes-table {
  height: calc(100vh - 300px);
}
@media only screen and (max-width: 767.6px) {
  .page-content {
    padding: 24px 20px 0;
  }
}

hr {
  border-top-width: 2px;
  border-color: #4E4C4C;
}

.bg-primary,
.avatar-title,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #00BA8D !important;
}

a {
  color: #00BA8D;
  text-decoration: none;
}
a:hover {
  color: #00BA8D;
  opacity: 1;
  text-decoration: underline;
}

.link {
  color: #00BA8D;
  text-decoration: none;
}
.link:hover {
  color: #00BA8D;
  opacity: 1;
  text-decoration: underline;
}
.link img,
.link svg {
  vertical-align: text-bottom;
  margin-right: 10px;
  margin-bottom: 1px;
}

.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.btn-white {
  color: #000;
}
.btn.btn-white svg,
.btn.btn-white path {
  fill: #000;
}
.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: #000;
}
.btn.btn-danger {
  background-color: #f65656;
  color: #fff;
}
.btn.btn-border {
  border: 1px solid #4E4C4C;
  background-color: transparent;
  padding: 10px 16px;
  color: #000;
}
.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: #202C2D;
  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;
  color: #F6E8D6;
}
.btn-link:hover {
  background-color: transparent !important;
  color: #000 !important;
  text-decoration: underline;
}
.btn-link img {
  width: 16px;
}
.btn-link.btn-sm {
  font-size: 12px;
}

.btn {
  color: #FFFFFF;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  transition: all 0s;
  border: none;
}
.btn img {
  margin-right: 4px;
}
.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: #000;
}
.btn.btn-danger {
  background-color: #f65656;
  color: #fff;
}
.btn.btn-bordered {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  padding: 10px 14px;
}
.btn.btn-bordered:hover {
  border-color: #00BA8D;
  color: #00BA8D;
}
.btn.btn-bordered-black {
  border: 2px solid #000;
  color: #000;
  border-radius: 10px;
  padding: 9px 12px;
}
.btn.btn-primary {
  border-radius: 6px;
  background: #00BA8D;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background: #00BA8D;
}
.btn.btn-simple {
  border-radius: 6px;
  background: #202C2D;
  font-family: "TT Hoves", sans-serif;
}
.btn.btn-simple i {
  margin-left: 10px;
}
.btn.btn-blue {
  border-color: transparent !important;
  border-radius: 10px;
  padding: 9px 20px;
  background: #3070c5;
  border-color: #3070c5;
  color: #fff;
  background: linear-gradient(90deg, #3070c5 50%, #304cc5 100%);
}
.btn.btn-blue:hover {
  background: linear-gradient(90deg, #304cc5 50%, #3070c5 100%);
}
.btn.btn-green-bordered {
  border: 2px solid #00BA8D;
  color: #00BA8D;
  border-radius: 10px;
}
.btn.btn-green {
  background: #59e159;
  color: #fff;
}
.btn.btn-green:hover {
  box-shadow: 0px 0px 4px #57d98b;
}
.btn.btn-secondary {
  border-radius: 10px;
  padding: 9px 20px;
  background-color: #333;
  border: none;
}
.btn.btn-small {
  padding: 4px 16px;
  font-size: 12px;
  border-radius: 5px;
  min-height: auto;
}

.account-wrapper {
  background: url("../images/login-bg.jpg") no-repeat;
  background-size: cover;
  /* Apply filter for a similar luminosity effect */
}
.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: rgba(46, 47, 46, 0.8);
}
.account-wrapper .login-container .login-form-wrapper .login-heading {
  font-family: bold;
  font-size: 30px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: center;
  margin-bottom: 48px;
  color: #F6E8D6;
}
.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 label {
  font-size: 12px;
  color: #F6E8D6;
}
.account-wrapper .login-container .login-form-wrapper .form-group .form-control {
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #F6E8D6;
  background: #1B2627;
  padding: 12px 16px;
  line-height: 1.2;
  color: #fff;
}
.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: 50px;
  text-align: right;
}
.account-wrapper .login-container .login-form-wrapper .label {
  color: #F6E8D6;
  margin-bottom: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.account-wrapper .login-container .login-form-wrapper .btn {
  text-transform: uppercase;
  height: 40px;
  box-shadow: none;
}
.account-wrapper .login-container .login-form-wrapper .btn span {
  margin-right: 2x;
}
.account-wrapper .login-container .login-form-wrapper a {
  text-decoration: none;
}
.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-tabs .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 30px;
}
.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: #00BA8D;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap:before {
  border-color: #00BA8D;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px 18px 0px;
  position: relative;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #c0c0c0;
  height: 5px;
  border-radius: 12px 12px 12px 12px;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #00BA8D;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab span.question-total {
  color: #3a4342;
  font-size: 14px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 700;
}
.ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  border-radius: 5px;
  background: linear-gradient(90deg, #f5466f 50%, #f16667 100%);
  height: 5px;
  bottom: 12px;
}
.ant-tabs .tab-content {
  margin-top: 10px;
}

.custom-rounded-check {
  align-items: center;
  display: flex;
}
.custom-rounded-check input[type=checkbox] {
  display: none;
}
.custom-rounded-check input[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 0px;
  background: url("../images/checked-circle.png") no-repeat top left;
  width: 24px;
  cursor: pointer;
  height: 24px;
}
.custom-rounded-check input[type=checkbox]:checked + label {
  background: url("../images/unchecked-circle.png") no-repeat top left;
  background-size: cover;
}

.ant-tooltip .ant-tooltip-content .ant-tooltip-inner {
  font-size: 11px;
  font-weight: 400;
  background-color: #4E4C4C;
  box-shadow: none;
  color: #F6E8D6;
}
.ant-tooltip .ant-tooltip-arrow:before {
  background: #4E4C4C;
}

.text-blue {
  color: #6966f1 !important;
  font-weight: 600;
}

.text-primary {
  color: #00BA8D !important;
  font-weight: 600;
}

span.tag {
  color: #F6E8D6;
  font-size: 12px;
  line-height: normal;
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #ada9a5;
  background: #4d4d4d;
  vertical-align: text-bottom;
  text-align: center;
  white-space: nowrap;
}
span.tag-sm {
  font-size: 10px;
}
span.tag-red {
  color: #ff8c8c !important;
  border-color: #ff8c8c !important;
  background-color: transparent;
}
span.tag-orange {
  color: #ffad00 !important;
  border-color: #ffad00 !important;
  background-color: transparent;
}
span.tag-white {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent;
}
span.tag-light-orange {
  color: #ffb68c !important;
  border-color: #ffb68c !important;
  background-color: transparent;
}
span.tag-light-green {
  color: #c1ffc1 !important;
  border-color: #c1ffc1 !important;
  background-color: transparent;
}
span.tag-light-blue {
  color: #7df9ff !important;
  border-color: #7df9ff !important;
  background-color: transparent;
}
span.tag-yellow {
  color: #ffff57 !important;
  border-color: #ffff57 !important;
  background-color: transparent;
}
span.tag-blue {
  color: #769cff !important;
  border-color: #769cff !important;
  background-color: transparent;
}
span.tag-green {
  color: #59e159 !important;
  border-color: #59e159 !important;
  background-color: transparent;
}

.tag-not-started {
  width: 100%;
  min-height: 68px;
  padding: 5px 10px;
  padding-top: 13px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  border-radius: 8px;
  border: none;
  background: rgb(239, 238, 238);
  min-width: 145px;
}
.tag-not-started small {
  font-size: 11px;
}

.tag-in-progress {
  min-height: 52px;
  padding: 5px 10px;
  padding-top: 13px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  border-radius: 8px;
  border: none;
  background: rgb(252, 240, 221);
  min-width: 145px;
}
.tag-in-progress small {
  font-size: 11px;
}

.tag-complete {
  min-width: 145px;
  min-height: 52px;
  padding: 5px 10px;
  padding-top: 13px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  border-radius: 8px;
  border: none;
  background: rgb(224, 248, 230);
}
.tag-complete small {
  font-size: 11px;
}

/* css for dropdown search */
.ant-select-dropdown {
  background-color: #1B2627;
  color: #F6E8D6;
  border-radius: 0;
}
.ant-select-dropdown .rc-virtual-list-scrollbar-thumb {
  background-color: #4E4C4C;
}
.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: #F6E8D6;
  font-size: 12px;
}

.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 */
button.ant-switch.green-switch.ant-switch-checked {
  background-color: #00BA8D;
}
button.ant-switch.green-switch.ant-switch-checked:hover {
  background-color: #00BA8D;
}

.ant-picker-dropdown .ant-picker-date-panel {
  font-size: 12px;
}
.ant-picker-dropdown .ant-picker-date-panel tr th {
  font-weight: 600;
}
.ant-picker-dropdown .ant-picker-date-panel .ant-picker-cell.ant-picker-cell-in-view.ant-picker-cell-today.ant-picker-cell-selected .ant-picker-cell-inner {
  color: #fff !important;
}
.ant-picker-dropdown .ant-picker-date-panel .ant-picker-cell .ant-picker-cell-inner {
  border-radius: 50% !important;
}
.ant-picker-dropdown .ant-picker-date-panel .ant-picker-cell .ant-picker-cell-inner:before {
  border-radius: 50% !important;
  color: #00BA8D !important;
  border: 2px solid #00BA8D !important;
}
.ant-picker-dropdown .ant-picker-date-panel .ant-picker-cell.ant-picker-cell-today .ant-picker-cell-inner {
  color: #00BA8D !important;
}
.ant-picker-dropdown .ant-picker-date-panel .ant-picker-cell.ant-picker-cell-selected .ant-picker-cell-inner {
  background-color: #00BA8D !important;
  color: #fff !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;
}

.ant-modal-content .ant-modal-footer .ant-btn-primary:disabled {
  background: #e2e2e2 !important;
  color: #818181 !important;
  border: 2px solid #e2e2e2;
  box-shadow: none !important;
}

.filter-row {
  align-items: center;
  margin-bottom: 30px;
}
.filter-row .form-inline {
  text-align: right;
}
.filter-row .form-inline .form-group {
  display: inline-block;
  margin-right: 15px;
}
.filter-row .form-inline .form-group:last-child {
  margin-right: 0;
}
.filter-row .form-inline.nodes-filter-form .search-group {
  width: 422px;
}
.filter-row .form-inline.nodes-filter-form .search-group input {
  background-image: url("../images/search.svg");
  background-size: 16px;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  border: 0;
}
.filter-row .active-btn {
  position: relative;
  color: #00BA8D;
  border: 6px solid #3a3a3a;
  border-radius: 6px 6px 0px 0px;
  transition: none;
  outline: none;
}
.filter-row .active-btn:active {
  border-color: #3a3a3a;
}
.filter-row .active-btn .fa {
  top: -2px;
  position: relative;
  transform: rotate(180deg);
}
.filter-row .active-btn::before {
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  left: 0px;
  border: 2px solid #00BA8D;
  border-radius: 6px;
  z-index: 1;
  top: 0px;
}
.filter-row .active-btn::after {
  content: "";
  width: calc(100% + 12px);
  height: 18px;
  background-color: #3a3a3a;
  position: absolute;
  bottom: -18px;
  left: -6px;
}
.filter-row .filter-count {
  width: 12px;
  height: 12px;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background: #fc6868;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  padding-right: 1px;
}

.total-entries {
  color: #F6E8D6;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.form-group .form-control {
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal;
  padding: 11px 14px;
}
.form-group .form-control.form-select {
  background-image: url("../images/select-arrow.svg");
  background-size: 6px;
}

.table-height {
  overflow: auto;
}
.table-height.enrollment-history-tbl .simple-table th,
.table-height.enrollment-history-tbl .simple-table td {
  padding: 15px;
}
.ant-table-wrapper .ant-table-column-sorters .ant-table-column-title {
  width: auto;
  flex: none;
}
.ant-table-wrapper .ant-table-column-sorters .anticon {
  font-size: 10px;
}

.table-striped.ant-table-wrapper {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.table-striped.ant-table-wrapper .ant-table {
  background-color: transparent;
}
.table-striped.ant-table-wrapper thead.ant-table-thead th {
  border: 0;
  padding: 15px 10px;
  color: #F6E8D6;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  vertical-align: middle;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
}
.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 td.ant-table-cell {
  border: 0;
  padding: 15px 10px;
  font-size: 14px;
  line-height: normal;
  vertical-align: baseline;
  border: 0;
  color: #FFFFFF;
}
.table-striped.ant-table-wrapper td.ant-table-cell span small {
  display: block;
  color: #F6E8D6;
  font-size: 13px;
  font-family: "TT Hoves", sans-serif;
}
.table-striped.ant-table-wrapper td.ant-table-cell span .flag {
  vertical-align: middle;
  margin-right: 6px;
}
.table-striped.ant-table-wrapper td.ant-table-cell span .icon {
  vertical-align: text-top;
  margin-right: 8px;
}
.table-striped.ant-table-wrapper td.ant-table-cell span.bold {
  font-weight: 500;
}
.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: #F6E8D6;
  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: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

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

.table {
  color: #FFFFFF;
}
.table th {
  border: 0;
  padding: 15px 10px;
  color: #F6E8D6;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  border-bottom: 1px solid #dcdddc;
  vertical-align: middle;
}
.table tbody > tr:nth-of-type(odd) > * {
  background-color: transparent;
  --bs-table-accent-bg: transparent;
}
.table td {
  border: 0;
  padding: 15px 10px;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
}
.table td span small {
  display: block;
  color: #F6E8D6;
  font-size: 13px;
  font-family: "TT Hoves", sans-serif;
  white-space: nowrap;
}
.table td span small .flag {
  margin-right: 6px;
}
.table td span .icon {
  vertical-align: text-top;
  margin-right: 8px;
}
.table td span.bold {
  font-weight: 500;
}
.table td .user-with-icon img {
  margin: 0 6px;
  vertical-align: middle;
}
.table td .user-with-icon img:first-child {
  margin-left: 0;
}
.table td .action-btn {
  margin-right: 20px;
}
.table td .action-btn:last-child {
  margin-right: 0;
}
.table .table-anchor {
  vertical-align: middle;
  margin: 0 20px;
  color: #F6E8D6;
  text-decoration: none;
}
.table .table-anchor img {
  vertical-align: sub;
  margin-right: 4px;
}
.table .table-anchor:hover {
  color: #00BA8D;
}
.table .form-check {
  vertical-align: middle;
  margin-right: 0;
}
.table .form-check .form-check-input {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-color: #757575;
}
.table .form-check .form-check-input:checked {
  background-color: #00BA8D;
  border-color: #00BA8D;
}
.table span.label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.table.simple-table thead tr th {
  border-bottom: 1px solid #3a3a3a;
  background: #2e2f2e;
  position: sticky;
  top: 0;
  padding: 15px 10px;
}
.table.simple-table thead tr .th-heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.table.simple-table tr {
  border-bottom: 1px solid #4E4C4C;
}
.table.simple-table tr:last-child {
  border-bottom: 0;
}
.table.simple-table tr td {
  padding: 15px 10px;
}
.table.simple-table tr td .icon-span img {
  margin-right: 10px;
  width: 16px;
  vertical-align: text-top;
}
.table.simple-table tr td .user-with-icon img {
  margin: 0 3px;
  vertical-align: text-top;
}
.table.simple-table tr td .small {
  color: #F6E8D6;
  font-size: 12px;
}
.table.simple-table tr td .tag {
  margin-right: 8px;
}
.table.simple-table tr td .flag {
  margin-right: 6px;
}
.table.simple-table.pre-flight-tbl {
  height: 440px;
  overflow: auto;
}
.table.simple-table.pre-flight-tbl th.ant-table-cell::before {
  display: none;
}
.table.simple-table.pre-flight-tbl .ant-spin-container {
  padding: 0;
}
.table.campaign-table thead th:first-child {
  text-align: center;
}
.table.campaign-table td .tag {
  max-width: 65px;
  text-wrap: pretty;
  word-break: auto-phrase;
}
.table.small-table {
  margin: 10px 0;
  background-color: #3e3e3e;
}
.table.small-table thead tr th {
  color: #F6E8D6;
  font-size: 14px;
  line-height: normal;
  padding: 6px 10px;
}
.table.small-table thead tr th:first-child {
  border-top-left-radius: 5px;
}
.table.small-table thead tr th:last-child {
  border-top-right-radius: 5px;
}
.table.small-table tbody > tr:nth-of-type(even) > * {
  background-color: transparent;
}
.table.small-table tbody tr {
  border: none;
}
.table.small-table tbody tr td {
  padding: 6px 10px;
}

.table-progress-bar {
  margin: 0 !important;
}
.table-progress-bar.full-progress-bar .ant-progress-outer {
  width: 100%;
  max-width: 100%;
}
.table-progress-bar.table-progress-bar-inline {
  width: 50px;
  display: inline-block;
  margin: 0 10px !important;
}
.table-progress-bar .ant-progress-outer {
  width: 100%;
  max-width: 75px;
  padding: 0 !important;
}
.table-progress-bar .ant-progress-outer .ant-progress-inner {
  background: #292929;
  margin-top: 15px;
}
.table-progress-bar .ant-progress-outer .ant-progress-bg {
  background-color: #59e159;
}
.table-progress-bar .ant-progress-outer .ant-progress-text-outer {
  width: 100%;
  max-width: 75px;
}
.table-progress-bar .ant-progress-outer .gb {
  font-size: 8px !important;
  line-height: 8px;
  position: absolute;
  right: 0px;
  top: 5px;
  color: #ada9a5;
}
.table-progress-bar .ant-progress-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 11px;
}

.simple-progress-bar .ant-progress-outer {
  width: 100%;
  max-width: 135px;
}
.simple-progress-bar .ant-progress-outer .ant-progress-inner {
  background: #292929;
}
.simple-progress-bar .ant-progress-outer .ant-progress-bg {
  background-color: #59e159;
}
.simple-progress-bar .ant-progress-text {
  color: #FFFFFF;
  font-family: "TT Hoves", sans-serif;
  font-size: 14px;
}

.node-name {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.node-name svg {
  margin-right: 10px;
}
.node-name .svg-primary {
  vertical-align: text-bottom;
}
.node-name .svg-primary path {
  fill: #FFFFFF;
}

.card-info-actions {
  float: right;
  position: absolute;
  right: 30px;
  top: 30px;
}
.card-info-actions .link {
  margin-right: 30px;
}
.card-info-actions .link:last-child {
  margin-right: 0;
}
.card-info-actions .link img {
  width: 20px;
  height: 20px;
}

.node-refresh {
  float: right;
  position: absolute;
  right: 30px;
  top: 30px;
}
.node-refresh img {
  width: 20px;
  cursor: pointer;
}

.svg-primary path {
  fill: #00BA8D;
}

.node-info-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin-top: 24px;
}
.node-info-wrapper .node-info {
  margin-right: 88px;
}
.node-info-wrapper .node-info:last-child {
  margin-right: 0;
}
.node-info-wrapper .node-info .node-label {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 7px;
}
.node-info-wrapper .node-info .node-value {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.node-info-wrapper .node-info .node-value.big-value {
  font-size: 18px;
  font-weight: 500;
}
.node-info-wrapper .node-info .node-value .icon-span {
  display: flex;
  align-items: center;
}
.node-info-wrapper.target-dtl-node .node-info:first-child {
  margin-right: 82px;
}

button.ant-btn.ant-btn-icon-only {
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  height: auto;
}
button.ant-btn.ant-btn-icon-only:hover {
  background: transparent !important;
}
button.ant-btn.ant-btn-icon-only img {
  height: 16px;
}
button.ant-btn.ant-btn-icon-only.disabled, button.ant-btn.ant-btn-icon-only:disabled {
  filter: contrast(0);
  pointer-events: none;
}
button.ant-btn.ant-btn-icon-only .inner_loader {
  height: 16px;
  width: 16px;
}

/* Slide-in from right animation for the modal */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Slide-out to right animation for the modal */
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Ant Design modal custom animation */
.slide-right-enter,
.slide-right-appear {
  animation: slideInRight 0.5s ease-out forwards;
}

.slide-right-leave {
  animation: slideOutRight 0.5s ease-out forwards;
}

/* Fixed width for the modal */
.custom-right-dialog {
  max-width: 520px;
  width: 100%;
  margin: 0;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
}
.custom-right-dialog .modal-body,
.custom-right-dialog .ant-modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  /* Adjust for the header */
}
.custom-right-dialog .modal-body .form-wrapper,
.custom-right-dialog .ant-modal-body .form-wrapper {
  min-height: calc(100vh - 100px);
  flex-direction: column;
}
.custom-right-dialog .modal-body .form-wrapper .button-group,
.custom-right-dialog .ant-modal-body .form-wrapper .button-group {
  margin-top: auto;
  text-align: right;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: end;
}
.custom-right-dialog .modal-content,
.custom-right-dialog .ant-modal-content {
  min-height: 100vh;
  border-radius: 0;
}

.modal.fade.show .custom-right-dialog {
  transform: translateX(0);
  /* Slide it into view */
}

.error {
  font-size: 12px;
  color: #FF2828;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.form-wrapper {
  display: flex;
}
.form-wrapper .form-inner-box {
  background-color: #202C2D;
  padding: 16px 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 28px;
}
.form-wrapper .form-group {
  margin-bottom: 18px;
  position: relative;
}
.form-wrapper .form-group .label,
.form-wrapper .form-group label {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
  color: #F6E8D6;
}
.form-wrapper .form-group .label i,
.form-wrapper .form-group label i {
  vertical-align: text-top;
  font-style: normal;
  color: #FF2828;
}
.form-wrapper .form-group .form-control {
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #767676;
  background: #1B2627;
  padding: 12px 16px;
  line-height: 1.2;
  color: #fff;
}
.form-wrapper .form-group .form-select {
  background: #1B2627 url("../images/select-arrow.svg") no-repeat;
  background-size: 6px;
  background-position: right 0.5rem center;
}
.form-wrapper .form-group .form-select option {
  background: #1B2627;
}
.form-wrapper .form-group .text-danger {
  background-color: #fff;
  padding: 3px 5px;
  margin: 5px 0;
  display: block;
  font-size: 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: #F6E8D6;
}
.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 .custom-btn-group {
  margin-top: auto;
  text-align: right;
}
.form-wrapper .custom-btn-group .btn {
  margin-right: 10px;
}
.form-wrapper .custom-btn-group .btn:last-child {
  margin-right: 0;
}

.simple-table-with-sort .ant-table-wrapper thead tr th.ant-table-cell {
  border-bottom: 1px solid #3a3a3a;
  background-color: #2e2f2e !important;
  position: sticky;
  top: 0;
  border-radius: 0 !important;
}

.custom-slider {
  margin-top: 25px;
}
.custom-slider .ant-slider-mark {
  top: -24px;
}
.custom-slider .ant-slider-mark .ant-slider-mark-text {
  color: #FFFFFF;
  font-family: bold;
  font-size: 14px;
}
.custom-slider .ant-slider-mark .ant-slider-mark-text.ant-slider-mark-text-active {
  color: #00BA8D;
}
.custom-slider .ant-slider-handle {
  width: 13px;
  height: 13px;
  /* Optional: adjust the border of the dot */
}
.custom-slider .ant-slider-handle::after {
  box-shadow: none;
  border: 3px solid #00BA8D;
  width: 13px;
  height: 13px;
}
.custom-slider .ant-slider-dot {
  border: 3px solid #4E4C4C;
  width: 13px;
  height: 13px;
  margin-top: -2px;
}
.custom-slider .ant-slider-rail {
  height: 6px;
  /* Control the height of the rail */
  background-color: #202C2D;
  /* Optional: customize the color of the rail */
}
.custom-slider .ant-slider-track {
  height: 6px;
  /* Control the height of the track (selected portion) */
  background-color: #00BA8D;
  /* Optional: customize the color of the track */
}
.custom-slider:hover .ant-slider-track {
  background-color: #00BA8D;
}
.custom-slider:hover .ant-slider-dot {
  border-color: #00BA8D;
}

.heading-with-icon {
  display: flex;
  align-items: center;
}
.heading-with-icon .heading-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: #1B2627;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-with-icon .heading-icon svg {
  width: 35px;
  height: 35px;
}
.heading-with-icon .heading-icon path {
  fill: #00BA8D;
}
.heading-with-icon h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  color: #FFFFFF;
  margin-left: 15px;
}
.heading-with-icon h3 small {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.info-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 0;
}

.info-with-icon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.info-with-icon:last-child {
  margin-bottom: 0;
}
.info-with-icon .node-label {
  margin-bottom: 0px !important;
}
.info-with-icon .info-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #1B2627;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.info-with-icon .info-icon svg {
  width: 26px;
  height: 26px;
}
.info-with-icon .info-icon path {
  fill: #F6E8D6;
}
.info-with-icon .info-label {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 7px;
  text-align: center;
}
.info-with-icon .info-value {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.small-icon-card .card {
  margin-bottom: 30px;
  padding: 24px 20px;
}
.small-icon-card .info-with-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.small-icon-card .info-with-icon .info-icon {
  margin-right: 0;
  margin-bottom: 15px;
}

.attack-icon-wrapper {
  margin-top: 0;
}
.attack-icon-wrapper .info-with-icon {
  margin-bottom: 20px;
}

.form-inline .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  margin-right: 30px;
}
.form-inline .form-group .label {
  flex-shrink: 0;
}
.form-inline .resource-group {
  width: 235px;
}

@-moz-document url-prefix() {
  .nodes-table {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .nodes-table {
    margin-left: 0px !important;
  }
}
.nodes-table {
  padding-bottom: 0px;
  scrollbar-gutter: stable both-edges;
  margin-left: -6px;
  margin-right: -6px;
  /* Ensures consistent behavior in Firefox */
  height: calc(100vh - 230px);
  overflow: auto;
}
.nodes-table .infinite-scroll-component {
  overflow: visible !important;
}
.nodes-table .ant-table {
  scrollbar-color: inherit !important;
}
.nodes-table .ant-table::-webkit-scrollbar {
  width: 6px;
}
.nodes-table .ant-table .ant-table-body {
  scrollbar-width: auto;
  scrollbar-color: auto;
}
.nodes-table .ant-table .ant-table-body::-webkit-scrollbar {
  width: 6px;
}
.nodes-table .ant-table thead th:first-child {
  border-radius: 0 !important;
}

.inner-filter-row {
  margin-left: -10px;
  margin-right: -10px;
}
.inner-filter-row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.inner-filter-row.form-inline {
  border-radius: 6px;
  background: #202C2D;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  color: #fff;
  padding: 20px 10px;
  margin: -20px 0 10px 0;
}
.inner-filter-row.form-inline .form-group {
  margin-right: 0;
  gap: 0;
  background-color: #1B2627;
  padding: 6px 10px;
  border-radius: 6px;
}
.inner-filter-row.form-inline .form-group .label {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
}
.inner-filter-row.form-inline .form-group .ant-select {
  padding: 0;
  border: none;
  height: auto;
}
.inner-filter-row.form-inline .form-group .ant-select:not(.ant-select-multiple) {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector {
  background: transparent;
  border: none;
  box-shadow: none !important;
  min-height: 30px;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector::after {
  line-height: 1;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector:hover {
  border: none;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector .ant-select-selection-search input {
  color: #fff;
  font-size: 14px;
  line-height: 10px;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector .ant-select-selection-item {
  color: #fff;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item {
  background-color: transparent;
  border: 1px solid #4E4C4C;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item.ant-tag {
  color: #fff;
  font-size: 10px;
  line-height: 21px;
  align-items: center;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item.ant-tag .selected-flag {
  vertical-align: middle;
  margin-right: 4px;
  width: 10px;
  height: 10px;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item .ant-tag-close-icon svg {
  fill: #fff;
}
.inner-filter-row.form-inline .form-group .ant-select .ant-select-arrow {
  display: none;
}

.table-full-width-container {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0px 30px;
}

.ant-table-row-selected > .ant-table-cell {
  background-color: inherit !important;
}

.checkbox-row {
  padding: 10px;
  background-color: #202C2D;
  margin-bottom: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px ridge #474747;
  box-shadow: inset 0px -2px 2px -2px rgba(0, 0, 0, 0.5);
}
.checkbox-row .btn-link {
  height: auto;
}
.checkbox-row .btn-link img {
  height: 16px;
}

.ant-radio-wrapper {
  margin-right: 30px;
}
.ant-radio-wrapper:last-child {
  margin-right: 0;
}
.ant-radio-wrapper span {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
}
.ant-radio-wrapper .ant-radio .ant-radio-inner {
  background-color: #1B2627;
  border-color: #4E4C4C;
  border-width: 4px;
}
.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  background-color: #FFFFFF;
  border-color: #00BA8D;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

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

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  background: rgba(42, 42, 42, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-wrapper .loader {
  animation: loader 1s linear infinite;
}
.loader-wrapper .loader img {
  width: 80px;
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar-btn-wrapper {
  margin-top: auto;
}

.btn.btn-sidebar {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 30px;
  border-radius: 40px;
  border: none;
  width: calc(100% - 60px);
  text-align: left;
  background-color: #40cbaa;
  margin: 10px 30px;
}
.btn.btn-sidebar svg {
  margin-right: 16px;
  height: 20px;
}
.btn.btn-sidebar:hover {
  color: #FFFFFF;
  background-color: #D8D6E6;
}

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

.password-eye-icon {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 45px;
}
.password-eye-icon svg path {
  fill: #757575;
}

.anticon-eye-invisible svg path:first-child {
  fill: transparent;
}

.anticon-eye svg path:nth-child(2) {
  fill: transparent;
}

.import-resource-modal {
  width: 540px !important;
}
.import-resource-modal .form-wrapper .form-group label {
  color: #000;
}
.import-resource-modal .ant-modal-body {
  padding: 60px;
}
.import-resource-modal .ant-modal-content {
  border-radius: 20px;
  background-color: #202C2D;
}
.import-resource-modal .file-uploaded-loader {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(217, 217, 217, 0.0588235294);
  padding: 15px;
  border-radius: 5px;
}
.import-resource-modal .file-uploaded-loader .ant-progress-outer {
  max-width: 100%;
}
.import-resource-modal .file-uploaded-loader .ant-progress-bg {
  background: linear-gradient(142deg, #202C2D 13%, #00BA8D 100%);
}
.import-resource-modal .file-uploaded-loader .ant-progress-text {
  font-size: 10px;
  color: #000;
}
.import-resource-modal .file-uploaded-loader .btn-link {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 10px;
  height: auto;
  text-decoration: none;
}
.import-resource-modal .file-uploaded-loader .file-details {
  display: flex;
  flex-direction: column;
}
.import-resource-modal .file-thumbnail {
  background: rgba(255, 235, 235, 0.2);
  display: inline-block;
  padding: 6px;
  border-radius: 6px;
  flex-basis: 41px;
  flex-shrink: 0;
}
.import-resource-modal .file-name {
  font-size: 14px;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.import-resource-modal .file-size {
  font-size: 10px;
  line-height: 1;
  color: #000;
}
.import-resource-modal .btn-primary {
  margin-top: 12px;
}
.import-resource-modal .btn-primary:disabled {
  box-shadow: none;
  background: #1B2627;
  pointer-events: none;
  color: #4E4C4C;
  opacity: 1;
}
.import-resource-modal .ant-select {
  height: 40px;
  width: 120px;
}
.import-resource-modal .ant-select.ant-select-open .ant-select-selection-item {
  color: #FFFFFF;
}
.import-resource-modal .ant-select.ant-select-focused {
  border-color: #FFFFFF;
}
.import-resource-modal .ant-select.ant-select-focused .ant-select-selector {
  box-shadow: none !important;
}
.import-resource-modal .ant-select .ant-select-selection-item {
  font-size: 12px;
}
.import-resource-modal .ant-select .ant-select-selector {
  background: transparent !important;
  border: 1px solid #767676 !important;
  color: #f6e8d6;
}
.import-resource-modal .ant-select .ant-select-selector:focus, .import-resource-modal .ant-select .ant-select-selector:active,
.import-resource-modal .ant-select .ant-select-selector .ant-select-focused .ant-select-selector, .import-resource-modal .ant-select .ant-select-selector.ant-select-open .ant-select-selector {
  border-color: #FFFFFF !important;
}
.import-resource-modal .ant-select .ant-select-arrow {
  color: #FFFFFF;
  font-size: 8px;
}
.import-resource-modal .custom-file-wrapper {
  position: relative;
}
.import-resource-modal .custom-file-input {
  background: transparent !important;
  cursor: pointer;
}
.import-resource-modal .custom-file-input.form-control {
  color: rgba(255, 255, 255, 0.2);
}
.import-resource-modal .browse-btn {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 95px;
  border-radius: 6px 0px 0px 6px;
  background-color: #4e4c4c;
  box-shadow: none;
  margin: 0;
  height: 38px;
  text-align: center;
  line-height: 36px !important;
  cursor: pointer;
  color: #FFFFFF !important;
}

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

.recon-main .ant-radio-group {
  width: 100%;
  padding: 20px;
  background-color: #202C2D;
  border-radius: 12px 12px 0px 0px;
}
.recon-main .radio-box {
  border: 1px solid #f6e8d6;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.recon-main .radio-box :has(.ant-radio-checked) {
  background-color: #00BA8D;
}
.recon-main .radio-box :has(.ant-radio-checked) .ant-radio-inner {
  background-color: #00BA8D !important;
  border-color: #FFFFFF !important;
  border-width: 3px;
}
.recon-main .radio-box :has(.ant-radio-checked) p {
  color: #FFFFFF !important;
}
.recon-main .radio-box .ant-radio-wrapper {
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.recon-main .radio-box .ant-radio-wrapper span {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  align-self: flex-start;
  padding-right: 0;
}
.recon-main .radio-box .ant-radio-wrapper span:first-child {
  margin-top: 5px;
}
.recon-main .radio-box .ant-radio-wrapper span p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 9px;
  color: #000;
}
.recon-main .recon-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  margin-top: 2px;
  background-color: #202C2D;
  border-radius: 0px 0px 12px 12px;
}
.recon-main .recon-btns .btn-secondary {
  padding: 11px 16px;
  border-radius: 6px;
}
.recon-main .recon-btns input {
  max-width: 460px;
  background: #1B2627;
  border: 1px solid #767676;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  line-height: 16px;
  padding: 12px 16px;
}
.recon-main .recon-btns input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.recon-main .recon-btns input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.no-data-found {
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}

.image-disabled {
  filter: grayscale(1);
}

.node-details-gb {
  position: relative;
  width: 108px;
}
.node-details-gb span {
  position: absolute;
  font-size: 8px !important;
  line-height: 8px;
  right: 0;
  top: -2px;
  color: #ada9a5;
}

.node-dtl-prog-bar .ant-progress-outer .ant-progress-inner {
  min-width: 110px;
}

.raw-results-modal .ant-modal-content {
  background: #1B2627;
}
.raw-results-modal .ant-modal-content .ant-modal-header {
  background: #1B2627;
  padding: 12px 30px;
  border-bottom: 1px solid #3a3a3a;
}
.raw-results-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #FFFFFF;
}
.raw-results-modal .ant-modal-content .ant-modal-body {
  padding: 30px;
  color: #FFFFFF;
}

.targets-table .ant-table-thead > tr > th,
.nodes-table .ant-table-thead > tr > th {
  border-radius: 0 !important;
}

.target-dtl-tbl-1 tbody tr td:first-child,
.target-dtl-small-tbl tbody tr td:first-child {
  width: 190px;
}

.target-dtl-small-tbl td span.label,
.target-dtl-small-tbl td span {
  font-size: 12px;
}

.target-dtl-tbl-1 td span.tag,
.target-dtl-small-tbl td span.tag {
  font-size: 10px;
}

.no-dropbtn {
  overflow: visible !important;
}
.no-dropbtn .sidemenu-icon {
  margin-right: 0;
}
.no-dropbtn .fa-angle-down {
  margin-left: -3px;
  font-size: 12px !important;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-dropdown .sidemenu-link {
  transition: none !important;
}
.custom-dropdown:hover {
  text-decoration: none;
}
.custom-dropdown .show {
  display: block;
  border-left: 3px solid #00BA8D;
  border-radius: 0px 0px 0px 3px;
}
.custom-dropdown:has(.show) .dropbtn {
  background: #2e2f2e;
  border-left: 3px solid #00BA8D;
  border-radius: 2px 0px 0 0 !important;
}
.custom-dropdown:has(.show) .custom-dropdown-content .sidemenu-link:hover,
.custom-dropdown:has(.show) .sidemenu-link:hover {
  color: #00BA8D !important;
}
.custom-dropdown:has(.show) .custom-dropdown-content .sidemenu-link:hover::after,
.custom-dropdown:has(.show) .sidemenu-link:hover::after {
  display: none;
}
.custom-dropdown:has(.show) .custom-dropdown-content .sidemenu-link:hover svg path,
.custom-dropdown:has(.show) .sidemenu-link:hover svg path {
  fill: #00BA8D;
}

.custom-dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  z-index: 1;
  background: #2e2f2e;
  width: 100%;
}
.custom-dropdown-content .sidemenu-link {
  padding: 5px 10px !important;
}
.custom-dropdown-content .sidemenu-link svg {
  margin-right: 14px;
}

.map-container .controls {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
.map-container .controls button {
  background-color: #1B2627;
  color: #00BA8D;
  border: none;
  border-radius: 6px 6px 0px 0px;
  padding: 9px;
  cursor: pointer;
  margin-bottom: 1px;
}
.map-container .controls button:disabled, .map-container .controls button.disabled {
  color: #747474;
}
.map-container .controls button:nth-child(2) {
  border-radius: 0px 0px 6px 6px;
}
.map-container .controls button svg {
  height: 16px;
  width: 16px;
}

.color-gray-para {
  color: #F6E8D6;
}

.ant-spin-dot.ant-spin-dot-spin .ant-spin-dot-item {
  color: #ffffff;
  opacity: 1;
}

.scroll_loader {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
  --d: 15px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  color: #fff;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px;
  animation: l27 1s infinite steps(6);
}

@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.img-info-wrapper {
  display: flex;
  align-items: center;
  margin: 30px 0 30px 32px;
}
.img-info-wrapper .user-info {
  color: #FFFFFF;
  margin-left: 24px;
}
.img-info-wrapper .user-info .name {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
.img-info-wrapper .user-info .title {
  font-weight: 300;
  font-size: 16px;
}

.gauge-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}

.gauge {
  background: #e7e7e7;
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0 !important;
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 100%;
}

.gauge.min-scaled {
  transform: scale(0.5);
}

.gauge-center {
  content: "";
  color: #fff;
  width: 60%;
  height: 60%;
  background: #15222e;
  border-radius: 100px 100px 0 0 !important;
  position: absolute;
  right: 21%;
  bottom: 0;
  color: #fff;
}

.gauge-center .label,
.gauge-center .number {
  display: block;
  width: 100%;
  text-align: center;
  border: 0 !important;
}

.gauge-center .label {
  font-size: 0.75em;
  opacity: 0.6;
  margin: 1.1em 0 0.3em 0;
}

.gauge-center .number {
  font-size: 1.2em;
}

.slice-colors {
  height: 100%;
}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;
}

.four .slice-colors .st.slice-item:nth-child(2) {
  border-top: 50px #f1c40f solid;
  border-right: 50px #f1c40f solid;
  background-color: #1eaa59;
}

.four .slice-colors .st.slice-item:nth-child(4) {
  left: 50%;
  border-bottom: 50px #e84c3d solid;
  border-right: 50px #e84c3d solid;
  background-color: #e67e22;
}

.status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.status-bar p {
  font-size: 14px;
}
.status-bar p.circle-green svg {
  margin-right: 4px;
  min-width: 11px;
  min-height: 11px;
}
.status-bar p.circle-green svg circle {
  fill: #00ba8d;
}
.status-bar p.circle-orange svg {
  margin-right: 4px;
  min-width: 11px;
  min-height: 11px;
}
.status-bar p.circle-orange svg circle {
  fill: #ff9f00;
}
.status-bar p.circle-red svg {
  margin-right: 4px;
  min-width: 11px;
  min-height: 11px;
}
.status-bar p.circle-red svg circle {
  fill: #ff0000;
}

.transaction-wrapper .col {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .transaction-wrapper .col {
    min-width: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .transaction-wrapper .col {
    min-width: 33.33%;
  }
}
@media only screen and (max-width: 1024px) {
  .transaction-wrapper .col {
    min-width: 50%;
  }
}
@media only screen and (max-width: 767.6px) {
  .transaction-wrapper .col {
    min-width: 100%;
  }
}

.dashboard-box {
  background-color: #fff;
  padding: 26px;
  height: calc(100% - 10px);
  margin: 0 0px 10px 0px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(220, 221, 221, 0.3019607843);
}
.dashboard-box .tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.dashboard-box .box-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .dashboard-box .box-title {
    font-size: 15px;
  }
}
.dashboard-box .listing {
  display: flex;
  flex-direction: column;
  height: calc(100% - 176px);
  padding-top: 47px;
}
.dashboard-box .listing .not-found {
  margin-bottom: 30px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.dashboard-box .listing .listings-div {
  height: 232px;
  overflow: auto;
  padding-right: 10px;
  margin-bottom: 30px;
}
.dashboard-box .listing .listings-div .list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.dashboard-box .listing .listings-div .list-item:last-child {
  margin-bottom: 0px;
}
.dashboard-box .listing .listings-div .list-item svg,
.dashboard-box .listing .listings-div .list-item path {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.dashboard-box .listing .listings-div .list-item p {
  line-height: normal;
}
.dashboard-box .listing h5 {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 500;
}
.dashboard-box .listing .btn-primary {
  width: 100%;
  border-radius: 3px;
  margin-top: auto;
  height: 40px;
}

.hidden {
  visibility: hidden;
}

.custom-scroll-wrapper {
  position: relative;
  overflow: hidden;
}
.custom-scroll-wrapper.hide-scrollbar .custom-scrollbar {
  display: none;
}
.custom-scroll-wrapper.show-scrollbar .custom-scrollbar {
  display: block;
}
.custom-scroll-wrapper .custom-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 260px);
  height: 7px;
  background: rgba(217, 217, 217, 0.4);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 20px;
}
.custom-scroll-wrapper .custom-scrollbar .scroll-handle {
  position: relative;
  width: 50px;
  height: 7px;
  background: #959898;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}
.custom-scroll-wrapper .scrollable-content {
  position: relative;
  overflow-x: auto;
  height: 100%;
  padding-top: 20px;
  scrollbar-width: none;
}
.custom-scroll-wrapper .scrollable-content::-webkit-scrollbar {
  display: none;
}

.risk-assessment-table-wrapper table {
  table-layout: fixed;
}
.risk-assessment-table-wrapper table thead {
  background-color: transparent;
}
.risk-assessment-table-wrapper table thead tr:first-child {
  border-top: none !important;
}
.risk-assessment-table-wrapper table thead tr th {
  width: 200px;
  background-color: white;
  color: #000;
  height: 54px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 14px 15px;
  border-right: 1px solid #dcdddc;
  line-height: 19px;
}
.risk-assessment-table-wrapper table thead tr th:first-child {
  color: #00ba8d;
  font-weight: 500;
  font-size: 18px;
  background-color: #f7f7f7;
  text-align: left;
  border-top-left-radius: 10px;
  position: sticky;
  left: 0;
  z-index: 1;
  padding-left: 19px;
  width: 260px;
}
.risk-assessment-table-wrapper table tbody tr {
  border: 1px solid #dcdddc;
}
.risk-assessment-table-wrapper table tbody tr:first-child td {
  border-top: 1px solid white;
}
.risk-assessment-table-wrapper table tbody tr:first-child td:first-child {
  border-top: 1px solid #dcddcd;
}
.risk-assessment-table-wrapper table tbody tr td {
  background-color: white;
  color: #000;
  border-right: 1px solid #dcdddc;
  text-align: center;
  padding: 9px 0px;
}
.risk-assessment-table-wrapper table tbody tr td a:hover {
  text-decoration: none !important;
}
.risk-assessment-table-wrapper table tbody tr td span {
  color: black;
}
.risk-assessment-table-wrapper table tbody tr td:first-child {
  text-align: left;
  position: sticky;
  left: -1px;
  background-color: #f7f7f7 !important;
  z-index: 1;
}
.risk-assessment-table-wrapper table tbody tr td:nth-of-type(even) {
  background-color: white;
}
.risk-assessment-table-wrapper table tbody tr td:nth-of-type(odd) {
  background-color: white;
}
.risk-assessment-table-wrapper table tbody tr .insurer-selected .flag {
  margin-bottom: 6px;
  line-height: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.risk-assessment-table-wrapper table tbody tr .insurer-selected .flag .quote-target {
  font-weight: 500;
  font-size: 11px;
}
.risk-assessment-table-wrapper table tbody tr .insurer-selected div {
  color: #000000;
  font-size: 11px;
  font-weight: 500;
}
.risk-assessment-table-wrapper table tbody tr .first-column {
  color: #4f5453;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #dcdddc;
  border-left: 1px solid #f3f3f3;
  padding-left: 19px;
}
.risk-assessment-table-wrapper table tbody tr:last-child td {
  border-bottom: 1px solid #dcdddc;
}
.risk-assessment-table-wrapper table .table-seperator {
  height: 40px;
}
.risk-assessment-table-wrapper table .quote-th tr th:first-child {
  color: #00ba8d;
  background-color: #f7f7f7;
}
.risk-assessment-table-wrapper table .finalisation-td .finalisation-status a .flag span:first-child {
  font-weight: 500;
  font-size: 11px;
}
.risk-assessment-table-wrapper table .finalisation-td .finalisation-status a .flag span:last-child {
  font-weight: 600;
  font-size: 14px;
}

td.insurer-selected img {
  margin-top: 10px;
}

.flag {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  padding: 7px 10px;
  text-transform: lowercase;
}
.flag::first-letter {
  text-transform: uppercase;
}

.flag-green {
  color: #00ba8d !important;
  background: rgba(0, 186, 141, 0.0509803922);
}
.flag-green span {
  color: #00ba8d !important;
}

.flag-red {
  background: rgba(231, 97, 82, 0.0509803922);
  color: #e76152 !important;
}
.flag-red span {
  color: #f04949 !important;
}

.flag-yellow {
  background: rgba(255, 159, 0, 0.0509803922);
  color: #ff9f00 !important;
}
.flag-yellow span {
  color: #ff9f00 !important;
}

.ant-collapse-header {
  align-items: baseline !important;
  padding: 16px 20px !important;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .ant-collapse-header {
    align-items: baseline !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ant-collapse-header .ant-collapse-expand-icon {
    height: auto !important;
  }
}
.ant-collapse-header .ant-collapse-header-text .collapse-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .ant-collapse-header .ant-collapse-header-text .collapse-header {
    display: block;
  }
}
.ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-dates {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-dates {
    margin-left: 30px;
    margin-top: 5px;
  }
}
.ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-dates div {
  font-size: 13px;
  font-weight: 400;
  color: #4f5453;
}
@media only screen and (max-width: 767.6px) {
  .ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-dates div {
    font-size: 11px !important;
  }
}
.ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-dates div:first-child {
  margin-right: 20px;
}
.ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-heading {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  flex-basis: 72%;
  padding-right: 10px;
  align-items: baseline;
}
.ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-heading div {
  line-height: 19px;
}
.ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-heading svg,
.ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-heading path {
  position: relative;
  top: 3px;
  margin-right: 15px;
  flex-shrink: 0;
}

.ant-collapse-content .ant-collapse-content-box .panel-content p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin-left: 30px;
}

.auth-header {
  padding: 20px 30px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767.6px) {
  .auth-header img:first-child {
    display: none;
  }
}
.auth-header img:nth-child(2n) {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .auth-header img:nth-child(2n) {
    display: block;
  }
}

.ant-collapse-expand-icon {
  pointer-events: auto;
  padding-inline-start: 20px !important;
  height: auto !important;
}

.auth-container {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
@media only screen and (max-width: 767.6px) {
  .auth-container {
    height: auto;
    display: block;
    flex-direction: unset;
  }
}
.auth-container .auth-main {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-main {
    display: grid;
  }
}
.auth-container .auth-left,
.auth-container .auth-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left,
  .auth-container .auth-right {
    height: auto;
    width: auto;
  }
}
.auth-container .auth-left {
  background-color: white;
  padding: 30px 140px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .auth-container .auth-left {
    padding: 50px;
  }
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left {
    padding: 24px 20px 24px 20px;
    order: 2;
  }
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left .auth-form-wrapper {
    margin-bottom: 9px;
  }
}
.auth-container .auth-left .auth-form-wrapper form img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1366px) {
  .auth-container .auth-left .auth-form-wrapper form img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left .auth-form-wrapper form img {
    display: none;
  }
}
.auth-container .auth-left .auth-form-wrapper form h3 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left .auth-form-wrapper form h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
  }
}
.auth-container .auth-left .auth-form-wrapper form .auth-form-group {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left .auth-form-wrapper form .auth-form-group {
    margin-bottom: 18px;
  }
}
.auth-container .auth-left .auth-form-wrapper form .auth-form-group:nth-child(2) {
  margin-bottom: 20px;
}
.auth-container .auth-left .auth-form-wrapper form .auth-form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #4f5453;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left .auth-form-wrapper form .auth-form-group label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 7px;
  }
}
.auth-container .auth-left .auth-form-wrapper form .auth-form-group input {
  height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.auth-container .auth-left .auth-form-wrapper form .auth-form-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #959898;
}
.auth-container .auth-left .auth-form-wrapper form .auth-form-group input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #959898;
}
.auth-container .auth-left .auth-form-wrapper form .auth-form-group input:focus {
  border: 1px solid #00BA8D;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left .auth-form-wrapper form .auth-form-group input {
    border: 1px solid #b9bbba;
  }
}
.auth-container .auth-left .auth-form-wrapper form .forgot-password-wrapper {
  margin-bottom: 31px;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-left .auth-form-wrapper form .forgot-password-wrapper {
    margin-top: 12px;
  }
}
.auth-container .auth-left .auth-form-wrapper form .forgot-password-wrapper .forgot-password-text {
  font-size: 12px;
  text-decoration: underline;
}
.auth-container .auth-left .auth-form-wrapper form input[type=submit],
.auth-container .auth-left .auth-form-wrapper form button {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  padding: 16px 0;
  border-radius: 3px;
}
.auth-container .auth-left .auth-form-wrapper form input[type=submit]:disabled,
.auth-container .auth-left .auth-form-wrapper form button:disabled {
  color: #e3e3e3 !important;
  background: rgba(185, 187, 186, 0.2) !important;
  border: none !important;
}
.auth-container .auth-left .auth-form-wrapper form button .ant-btn-loading-icon {
  margin-right: 10px;
}
.auth-container .auth-right {
  background: url(../images/authentication-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767.6px) {
  .auth-container .auth-right {
    display: none;
  }
}

.auth-footer {
  width: 100%;
  background-color: white;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 23px;
}
@media only screen and (max-width: 767.6px) {
  .auth-footer {
    border-top: 1px solid #e4e4e4;
  }
}
@media only screen and (max-width: 767.6px) {
  .auth-footer {
    display: block;
    padding: 26px 20px;
  }
}
.auth-footer p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5019607843);
}
@media only screen and (max-width: 767.6px) {
  .auth-footer p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 26px;
  }
}
.auth-footer .auth-footer-links a {
  color: #00BA8D;
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
}
@media only screen and (max-width: 767.6px) {
  .auth-footer .auth-footer-links a {
    font-size: 16px;
    font-weight: 500;
  }
}
.auth-footer .auth-footer-links a:nth-child(1) {
  margin-right: 41px;
}

@media only screen and (max-width: 767.6px) {
  .auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper {
    margin-bottom: 68px;
  }
}
.auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper form .auth-form-group {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767.6px) {
  .auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper form .auth-form-group {
    margin-bottom: 30px;
  }
}
.auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper form .auth-form-group label {
  display: none;
}
.auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper form h3 {
  margin-bottom: 13px;
}
@media only screen and (max-width: 767.6px) {
  .auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper form h3 {
    margin-bottom: 11px !important;
  }
}
.auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper form p {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1024px) {
  .auth-verification-wrapper .auth-main .auth-left .auth-form-wrapper form p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 29px;
    color: #4f5453;
  }
}

.auth-forgot-wrapper .auth-main .auth-left .auth-form-wrapper form .auth-form-group {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.6px) {
  .auth-forgot-wrapper .auth-main .auth-left .auth-form-wrapper form .auth-form-group {
    margin-bottom: 30px;
  }
}
.auth-forgot-wrapper .auth-main .auth-left .auth-form-wrapper form h3 {
  margin-bottom: 5px;
}
.auth-forgot-wrapper .auth-main .auth-left .auth-form-wrapper form p {
  margin-bottom: 53px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4f5453;
  width: 90%;
}
@media only screen and (max-width: 767.6px) {
  .auth-forgot-wrapper .auth-main .auth-left .auth-form-wrapper form p {
    margin-bottom: 29px;
    width: 100%;
  }
}

@media only screen and (max-width: 767.6px) {
  .auth-update-password-wrapper .auth-left .auth-form-wrapper {
    margin-bottom: 4px;
  }
}
.auth-update-password-wrapper .auth-left .auth-form-wrapper form h3 {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767.6px) {
  .auth-update-password-wrapper .auth-left .auth-form-wrapper form h3 {
    margin-bottom: 11px !important;
  }
}
.auth-update-password-wrapper .auth-left .auth-form-wrapper form P {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #4f5453;
  line-height: 23.56px;
}
@media only screen and (max-width: 767.6px) {
  .auth-update-password-wrapper .auth-left .auth-form-wrapper form P {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 32px;
  }
}
.auth-update-password-wrapper .auth-left .auth-form-wrapper form .custom-list h5 {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767.6px) {
  .auth-update-password-wrapper .auth-left .auth-form-wrapper form .custom-list h5 {
    font-weight: 400;
  }
}
.auth-update-password-wrapper .auth-left .auth-form-wrapper form .custom-list .list {
  margin-bottom: 27px;
  margin-left: 13px;
}
.auth-update-password-wrapper .auth-left .auth-form-wrapper form .custom-list .list li {
  color: #4f5453;
  font-size: 11px;
  padding-left: 0px;
  list-style-type: disc;
}

.custom-list {
  list-style-type: circle;
}
@media only screen and (max-width: 767.6px) {
  .custom-list {
    margin-top: 9px;
  }
}

.agreed-terms-div {
  margin-top: 9px;
  margin-bottom: 30px;
}
.agreed-terms-div .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00BA8D;
  border-color: #00BA8D !important;
}
.agreed-terms-div .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after {
  border-color: white !important;
}
.agreed-terms-div .ant-checkbox-wrapper .ant-checkbox-checked:nth-child(2n) {
  font-size: 13px;
  font-weight: 400;
  color: #4f5453;
}
.agreed-terms-div .ant-checkbox-wrapper .ant-checkbox-checked:nth-child(2n) a {
  text-decoration: underline;
}
.agreed-terms-div .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #959898;
  border-radius: 3px;
}
.agreed-terms-div .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner::after {
  opacity: 1;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  border-color: #959898;
}
.agreed-terms-div .ant-checkbox-wrapper span:last-child a {
  text-decoration: underline;
}

.main-header {
  background-color: #fafafa;
  border-bottom: 1px solid rgba(185, 187, 186, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(185, 187, 186, 0.3019607843);
}
.main-header .logo-section .k3-desktop-logo {
  margin-left: 126px;
}
@media only screen and (max-width: 767.6px) {
  .main-header .logo-section .k3-desktop-logo {
    display: none;
  }
}
.main-header .header-content {
  display: flex;
  align-items: center;
}
.main-header .header-content .k3-mobile-logo {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .main-header .header-content .k3-mobile-logo {
    display: block;
    margin-right: 30px;
    width: 52px;
    height: 30px;
  }
}
.main-header .header-content .burger-menu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .main-header .header-content .burger-menu {
    display: block;
  }
}
.main-header .header-content img {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .main-header .header-content img:last-child {
    display: none;
  }
}
.main-header .header-content .profile-info {
  text-align: right;
  line-height: 19px;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .main-header .header-content .profile-info {
    display: none;
  }
}
.main-header .header-content .profile-info h6 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.main-header .header-content .profile-info p {
  font-size: 12px;
  font-weight: 500;
  color: #959898;
  text-transform: lowercase;
}
.main-header .header-content .profile-info p::first-letter {
  text-transform: uppercase;
}

.sidebar {
  height: 850px;
  display: flex;
  flex-direction: column;
  width: 265px;
  margin: 30px 0px 0px 30px;
  background: rgba(247, 247, 247, 0.6980392157);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .sidebar {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -265px;
    margin: 0;
    z-index: 999;
    border-radius: 0px;
    height: 100%;
    background-color: rgb(247, 247, 247);
  }
}
.sidebar .preparation-links h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  padding: 9px 30px;
  width: 100%;
}
.sidebar .preparation-links h3:hover {
  background-color: rgba(0, 186, 141, 0.1019607843);
  color: #00BA8D;
}
.sidebar .preparation-links h3.active {
  background-color: rgba(0, 186, 141, 0.1019607843);
  color: #00BA8D;
}
.sidebar .preparation-links button {
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #4f5453;
  width: 100%;
}
.sidebar .preparation-links button svg,
.sidebar .preparation-links button path {
  margin-right: 10px;
}
.sidebar .preparation-links button:last-child {
  margin-bottom: 0;
}
.sidebar h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 21px 30px 25px 30px;
}
@media only screen and (max-width: 1024px) {
  .sidebar h2 {
    display: none;
  }
}
.sidebar button {
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 12px 30px;
  display: block;
  position: relative;
}
.sidebar button:hover {
  background-color: rgba(0, 186, 141, 0.1019607843);
  color: #00BA8D;
}
.sidebar button:hover svg,
.sidebar button:hover path {
  fill: #00BA8D;
}
.sidebar button.active {
  background-color: rgba(0, 186, 141, 0.1019607843);
  color: #00ba8d;
  width: 100%;
}
.sidebar button.active svg,
.sidebar button.active path {
  fill: #00BA8D;
}
.sidebar button.active::before {
  content: "";
  height: 100%;
  width: 2%;
  background-color: #00ba8d;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1024px) {
  .sidebar.active {
    left: 0;
  }
}

.inner-page-header h6 {
  font-size: 11px;
  font-weight: 500;
  color: #3b3482;
  margin: 0;
  padding: 0;
}
.inner-page-header h5 {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
@media only screen and (max-width: 767.6px) {
  .inner-page-header h5 {
    font-size: 22px;
  }
}

hr {
  margin-top: 15px;
  margin-bottom: 30px;
  border: 1px solid rgba(185, 187, 186, 0.5019607843);
}
@media only screen and (max-width: 767.6px) {
  hr {
    border: 1px solid #d7d7d7;
  }
}

.card-header-div {
  padding: 26px 31px 20px 31px;
}
@media only screen and (max-width: 767.6px) {
  .card-header-div {
    padding: 0px;
  }
}
.card-header-div .text-para {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767.6px) {
  .card-header-div .text-para {
    margin-bottom: 19px;
  }
}

.breadcrumb-wrapper {
  margin-bottom: 3px;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  color: #3b3482;
  font-weight: 500;
  font-size: 11px;
}
.breadcrumb-wrapper i {
  margin: 0 5px;
  font-weight: 500;
  font-size: 11px;
  color: #959898;
}
.breadcrumb-wrapper .current-page {
  color: #959898 !important;
}
@media only screen and (max-width: 767.6px) {
  .breadcrumb-wrapper {
    display: none;
  }
}

.colorful-box ol li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.colorful-box p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.getting-insurance-ready {
  padding: 26px 31px !important;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .getting-insurance-ready {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .getting-insurance-ready {
    margin-top: 0px;
  }
}
.getting-insurance-ready .card-header-div {
  padding: 0;
}
.getting-insurance-ready .card-header-div .text-para {
  margin-bottom: 19px;
}
.getting-insurance-ready .card-header-div .box-title {
  margin-bottom: 15px;
}
.getting-insurance-ready .boxes-div div:last-child {
  margin-bottom: 0px;
}
.getting-insurance-ready .boxes-div .colorful-box .heading-with-icon .box-heading {
  margin-bottom: 0px;
}

.investment-portfolio-table table thead tr th div span {
  line-height: 14px;
}
.investment-portfolio-table table thead tr th:first-child {
  border-start-start-radius: 0px !important;
}
.investment-portfolio-table table thead tr th:last-child {
  border-start-end-radius: 0px !important;
}
@media only screen and (max-width: 767.6px) {
  .investment-portfolio-table table tbody tr td {
    font-size: 13px !important;
    font-weight: 400 !important;
    width: 150px;
  }
}
.investment-portfolio-table table tbody tr td:nth-child(2n) {
  color: #4f5453 !important;
  font-weight: 700 !important;
  text-align: center;
}
@media only screen and (max-width: 767.6px) {
  .investment-portfolio-table table tbody tr td:nth-child(2n) {
    font-weight: 400 !important;
  }
}
.investment-portfolio-table table tbody tr td:nth-child(3n) {
  color: #4f5453 !important;
}
.investment-portfolio-table table tbody tr td:last-child {
  text-align: center;
}

.recommended-task-div {
  margin-top: 40px !important;
  margin-bottom: 56px;
}

@media only screen and (max-width: 767.6px) {
  .investment-portfolio-table {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.6px) {
  .risk-settlement-desktop-wrapper {
    display: none;
  }
}

.risk-settlement-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .risk-settlement-mobile-wrapper {
    display: block;
  }
}
.risk-settlement-mobile-wrapper h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.risk-settlement-mobile-wrapper h6 {
  font-weight: 500;
  font-size: 20px;
  color: #3b3482;
  margin-bottom: 8px;
}
.risk-settlement-mobile-wrapper .mb-list-items {
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.risk-settlement-mobile-wrapper .mb-list-items:last-child {
  margin-bottom: 0px;
}
.risk-settlement-mobile-wrapper .mb-list-items p {
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
}

.schemes-desc-mobile-wrapper .schemes-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.schemes-desc-mobile-wrapper .schemes-header img {
  margin-right: 14px;
}
.schemes-desc-mobile-wrapper h6 {
  font-size: 14px;
  font-weight: 600;
  color: #3b3482;
  margin-bottom: 7px;
}
.schemes-desc-mobile-wrapper h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}

.schemes-overview-mobile {
  margin-bottom: 27px;
}
.schemes-overview-mobile h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.schemes-overview-mobile .schemes-mobile {
  border: 1px solid #ececec;
  border-radius: 1px;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile::after {
  content: "";
  border-right: 1px solid #ececec;
  position: absolute;
  right: 40%;
  width: 100%;
  height: 100%;
  top: 0;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile:last-child {
  border-bottom: none;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .columns {
  border-right: 1px solid #ececec;
  padding: 8px 14px;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .columns:last-child {
  border-right: none;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .columns P {
  font-size: 14px;
  font-weight: 500;
  color: #4f5453;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .columns .flag {
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .first-column {
  width: 60%;
}
.schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .second-column {
  width: 40%;
}

.tasks-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767.6px) {
  .tasks-div {
    flex-direction: column;
  }
}
.tasks-div ul {
  border: none;
}
@media only screen and (max-width: 767.6px) {
  .tasks-div ul {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.6px) {
  .tasks-div ul li {
    width: 50%;
  }
}
.tasks-div ul li button {
  background: rgba(185, 187, 186, 0.1019607843) !important;
  border-radius: 0px !important;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px;
  color: #4f5453 !important;
  margin-right: 20px;
  border: none !important;
  border-radius: 3px !important;
}
@media only screen and (max-width: 767.6px) {
  .tasks-div ul li button {
    width: 100%;
    padding: 14px 0;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
  }
}
.tasks-div ul li button.active {
  border: none;
  background: #3b3482 !important;
  color: white !important;
}

.investment-card-portfolio {
  height: 100%;
}

@media only screen and (max-width: 767.6px) {
  .key-contacts-desktop-wrapper,
  .documents-desktop-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .key-contacts-desktop-wrapper .key-contacts-table,
  .key-contacts-desktop-wrapper .documents-table,
  .documents-desktop-wrapper .key-contacts-table,
  .documents-desktop-wrapper .documents-table {
    margin-bottom: 30px;
  }
}
.key-contacts-desktop-wrapper .key-contacts-table thead tr th,
.key-contacts-desktop-wrapper .documents-table thead tr th,
.documents-desktop-wrapper .key-contacts-table thead tr th,
.documents-desktop-wrapper .documents-table thead tr th {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.6980392157) !important;
  font-size: 14px !important;
}
.key-contacts-desktop-wrapper .key-contacts-table tbody tr td,
.key-contacts-desktop-wrapper .documents-table tbody tr td,
.documents-desktop-wrapper .key-contacts-table tbody tr td,
.documents-desktop-wrapper .documents-table tbody tr td {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #4f5453 !important;
}
.key-contacts-desktop-wrapper .key-contacts-table tbody tr td:first-child,
.key-contacts-desktop-wrapper .documents-table tbody tr td:first-child,
.documents-desktop-wrapper .key-contacts-table tbody tr td:first-child,
.documents-desktop-wrapper .documents-table tbody tr td:first-child {
  color: #000 !important;
}

.key-contacts-desktop-wrapper .key-contacts-table thead tr th:first-child, .key-contacts-desktop-wrapper .key-contacts-table thead tr th:nth-child(2) {
  width: 300px;
}

.documents-desktop-wrapper .documents-table thead tr th:first-child {
  width: 350px;
}
.documents-desktop-wrapper .documents-table thead tr th:nth-child(2), .documents-desktop-wrapper .documents-table thead tr th:nth-child(4), .documents-desktop-wrapper .documents-table thead tr th:last-child {
  width: 200px;
}

.key-contacts-mobile-wrapper,
.documents-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .key-contacts-mobile-wrapper,
  .documents-mobile-wrapper {
    display: block;
  }
}

.custom-mobile-wrapper h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 14px;
}
.custom-mobile-wrapper .form-wrapper {
  display: block;
  margin-bottom: 30px;
}
.custom-mobile-wrapper .form-wrapper label {
  font-size: 14px;
  font-weight: 500;
  color: #959898;
  margin-bottom: 7px;
}
.custom-mobile-wrapper .form-wrapper select {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
  height: 46px;
  padding: 11px 34px 11px 14px;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data,
.custom-mobile-wrapper .documents-table-info .table-data {
  border: 1px solid rgba(217, 217, 217, 0.5019607843);
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data:nth-of-type(even),
.custom-mobile-wrapper .documents-table-info .table-data:nth-of-type(even) {
  background-color: rgba(217, 217, 217, 0.2);
}
.custom-mobile-wrapper .key-contacts-table-info .table-data .col-6,
.custom-mobile-wrapper .documents-table-info .table-data .col-6 {
  margin-bottom: 20px;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data .col-6:nth-child(3n),
.custom-mobile-wrapper .documents-table-info .table-data .col-6:nth-child(3n) {
  margin-bottom: 0px;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data .col-6:last-child,
.custom-mobile-wrapper .documents-table-info .table-data .col-6:last-child {
  margin-bottom: 0px;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data .col-6 span,
.custom-mobile-wrapper .documents-table-info .table-data .col-6 span {
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data .col-6 p,
.custom-mobile-wrapper .documents-table-info .table-data .col-6 p {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding-right: 10px;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data .col-6 p svg,
.custom-mobile-wrapper .documents-table-info .table-data .col-6 p svg {
  height: 18px;
  width: 18px;
}
.custom-mobile-wrapper .key-contacts-table-info .table-data .col-6 p span,
.custom-mobile-wrapper .documents-table-info .table-data .col-6 p span {
  color: #00BA8D;
  font-weight: 400;
}
@media only screen and (max-width: 767.6px) {
  .custom-mobile-wrapper .quote-summary-2 .box-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
}
@media only screen and (max-width: 767.6px) {
  .custom-mobile-wrapper .quote-summary-2 .text-para {
    font-weight: 400;
    font-size: 16px;
    color: #4f5453 !important;
    line-height: 19px !important;
    margin-bottom: 0px;
  }
}

.btn-doc-download {
  color: #00BA8D;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.btn-doc-download:hover {
  color: #00BA8D;
}
.btn-doc-download svg,
.btn-doc-download path {
  margin-right: 6px;
  width: 14px;
  height: 14px;
}

.btn-download-doc {
  border: 1px solid #00BA8D;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #00BA8D;
  height: 36px;
  padding: 10px 14px;
  background-color: white;
  line-height: 16.49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.6px) {
  .btn-download-doc {
    font-size: 14px;
  }
}
.btn-download-doc:hover {
  border: 1px solid #00BA8D;
  color: #00BA8D !important;
  background-color: white !important;
}
.btn-download-doc svg,
.btn-download-doc path {
  margin-right: 10px;
  height: 14px;
  width: 14px;
}

a.forgot-password-text {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
}

.login-back-div {
  margin-top: 30px;
}
@media only screen and (max-width: 767.6px) {
  .login-back-div {
    margin-top: 40px;
    margin-bottom: 59px;
  }
}

.resend-otp-div {
  margin-bottom: 30px;
}
.resend-otp-div span {
  font-size: 13px;
  font-weight: 400;
  color: #4f5453;
}
@media only screen and (max-width: 767.6px) {
  .resend-otp-div span {
    font-size: 12px;
  }
}
.resend-otp-div span:last-child {
  color: #00BA8D;
  text-decoration: underline;
  cursor: pointer;
}

.user-info-mobile-wrapper {
  padding: 10px 20px;
  display: none;
}
.user-info-mobile-wrapper .user-info-div {
  display: flex;
  align-items: center;
}
.user-info-mobile-wrapper .user-info-div .account-circle {
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 5px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #00BA8D;
  border: 1px solid #00BA8D;
}
@media only screen and (max-width: 1024px) {
  .user-info-mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.user-info-mobile-wrapper h5 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.user-info-mobile-wrapper h6 {
  font-size: 12px;
  font-weight: 500;
  color: #959898;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.6px) {
  .user-info-mobile-wrapper h6 {
    text-transform: lowercase;
  }
  .user-info-mobile-wrapper h6::first-letter {
    text-transform: uppercase;
  }
}
.user-info-mobile-wrapper i {
  font-size: 20px;
  color: red;
}

@media only screen and (max-width: 767.6px) {
  .top-filter + hr {
    display: none;
  }
}

@media only screen and (max-width: 767.6px) {
  .top-filter .form-wrapper select {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    color: #4f5453;
    height: 46px;
    margin-bottom: 25px;
    border: 1px solid #d9d9d9 !important;
  }
}

@media only screen and (max-width: 767.6px) {
  .accordian-header {
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 767.6px) {
  .accordian-header .form-wrapper {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767.6px) {
  .accordian-header .form-wrapper label {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767.6px) {
  .accordian-header .form-wrapper select {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    height: 46px;
    max-width: 100%;
  }
}

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

.btn-load-more {
  border: 1px solid rgba(137, 133, 180, 0.2);
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #8985b4;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 14px;
  border-radius: 3px;
  margin-top: 20px;
}
.btn-load-more svg,
.btn-load-more path {
  margin-right: 10px;
}

.no-record-div {
  height: calc(100vh - 398px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.no-record-div svg,
.no-record-div path {
  margin-bottom: 18px;
}
.no-record-div div {
  color: #4f5453;
  font-size: 20px;
  font-weight: 500;
}

.documents-desktop-wrapper .documents-table table tbody tr td:first-child::first-letter {
  text-transform: uppercase;
}
.documents-desktop-wrapper .documents-table table tbody tr td:nth-child(2n) {
  text-transform: uppercase;
}

.no-schemes-wrapper {
  text-align: center;
  margin: 200px 0;
}
.no-schemes-wrapper svg,
.no-schemes-wrapper path {
  margin-bottom: 55px;
}
.no-schemes-wrapper h6 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px 0;
  padding: 0;
}
.no-schemes-wrapper p {
  font-size: 20px;
  font-weight: 500;
  color: #4f5453;
  margin: 0;
  padding: 0;
}

.ant-table-wrapper .ant-table-column-sorter-up.active,
.ant-table-wrapper .ant-table-column-sorter-down.active {
  color: #00BA8D !important;
}

.ant-table-wrapper td.ant-table-column-sort {
  background-color: #fff !important;
}

/* Hide the default "reveal" icon in Edge's private window */
input[type=password]::-ms-reveal {
  display: none;
}

.disabled {
  color: #b2b2b2 !important;
  pointer-events: none;
}

.quote-summary-div .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.quote-summary-div .header h4 {
  margin: 0;
}
.quote-summary-div .header h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #00BA8D;
}
.quote-summary-div .header h6 span {
  font-weight: 700;
}
.quote-summary-div p {
  margin-bottom: 30px;
}

.quote-desktop-wrapper .quote-summary-div .header {
  align-items: baseline;
}
.quote-desktop-wrapper .quote-summary-div .header h4 {
  width: 65%;
}
.quote-desktop-wrapper .quote-summary-div .header h6 {
  width: 35%;
  text-align: right;
}
.quote-desktop-wrapper .quotes-table {
  margin-bottom: 40px;
}
.quote-desktop-wrapper .quotes-table .ant-table-content {
  overflow: auto;
}
@media only screen and (max-width: 1024px) {
  .quote-desktop-wrapper .quotes-table .ant-table-content table {
    table-layout: fixed !important;
  }
}
.quote-desktop-wrapper .quotes-table .ant-table-content table thead tr th {
  width: unset;
}
@media only screen and (max-width: 1024px) {
  .quote-desktop-wrapper .quotes-table .ant-table-content table thead tr th {
    width: 180px !important;
  }
}
.quote-desktop-wrapper .quotes-table .ant-table-content table thead tr th:nth-child(3n) .ant-table-column-sorters, .quote-desktop-wrapper .quotes-table .ant-table-content table thead tr th:nth-child(4n) .ant-table-column-sorters,
.quote-desktop-wrapper .quotes-table .ant-table-content table thead tr th :last-child .ant-table-column-sorters {
  justify-content: center !important;
}
.quote-desktop-wrapper .quotes-table .ant-table-content table tbody tr td {
  text-transform: initial !important;
}
.quote-desktop-wrapper .quotes-table .ant-table-content table tbody tr td:nth-child(3n), .quote-desktop-wrapper .quotes-table .ant-table-content table tbody tr td:nth-child(4n) {
  text-align: center;
}
.quote-desktop-wrapper .quotes-table .ant-table-content table tbody tr td:nth-child(5n) span {
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
  line-height: 15px;
  display: block;
}
.quote-desktop-wrapper .quotes-table .ant-table-content table tbody tr td:nth-child(5n) span span {
  font-size: 11px;
  font-weight: 500;
  color: #00BA8D;
  text-transform: lowercase;
}
.quote-desktop-wrapper .quotes-table .ant-table-content table tbody tr td:last-child {
  text-align: center;
}
.quote-desktop-wrapper .quotes-table .ant-table-content table tbody tr td svg {
  height: 25px;
  width: 25px;
}

@media only screen and (max-width: 767.6px) {
  .quote-mobile-wrapper .quote-summary-div .header {
    display: block;
    margin-bottom: 10px;
  }
  .quote-mobile-wrapper .quote-summary-div .header h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .quote-mobile-wrapper .quote-summary-div .header h6 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
  }
  .quote-mobile-wrapper .quote-summary-div .header h6 span {
    color: #00BA8D;
  }
  .quote-mobile-wrapper .quote-table-info .table-data .col-6:nth-child(3n), .quote-mobile-wrapper .quote-table-info .table-data .col-6:nth-child(4n) {
    margin-bottom: 20px !important;
  }
  .quote-mobile-wrapper .quote-table-info .table-data:last-child {
    margin-bottom: 30px;
  }
  .quote-mobile-wrapper .quote-summary-2 {
    margin-top: 30px;
  }
}
.balance-sheet-desktop-wrapper .balance-sheet-table {
  margin-bottom: 40px;
}
.balance-sheet-desktop-wrapper .balance-sheet-table h5 {
  margin-bottom: 17px;
}
@media only screen and (max-width: 1366px) {
  .balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content {
    overflow: auto;
  }
}
@media only screen and (max-width: 1366px) {
  .balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table {
    table-layout: fixed !important;
  }
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table thead tr th {
  width: 200px !important;
  text-align: right;
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table thead tr th:first-child {
  text-align: left !important;
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table tbody tr:nth-child(even) td {
  background-color: white;
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table tbody tr td {
  text-transform: unset !important;
  vertical-align: top;
  text-align: right;
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table tbody tr td:first-child {
  color: #4f5453 !important;
  text-align: left !important;
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table tbody tr:last-child td {
  background: rgba(0, 186, 141, 0.0392156863);
  color: #000 !important;
  border-top: 1px solid rgba(0, 186, 141, 0.2);
  border-bottom: 1px solid rgba(0, 186, 141, 0.2);
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table tbody tr:nth-last-child(2) td {
  border-bottom: none !important;
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table tbody .subtotal-row td {
  background-color: rgba(247, 247, 247, 0.2);
  color: #000 !important;
}
.balance-sheet-desktop-wrapper .balance-sheet-table .ant-table-content table tbody .total-row td {
  background-color: rgba(0, 186, 141, 0.0392156863) !important;
  color: #000 !important;
}

.balance-sheet-summary {
  border: 1px solid #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 767.6px) {
  .balance-sheet-summary {
    border: 0;
    padding: 0px;
  }
}
.balance-sheet-summary h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767.6px) {
  .balance-sheet-summary h4 {
    font-size: 18px;
    font-weight: 400;
  }
}
.balance-sheet-summary ul {
  padding-left: 10px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767.6px) {
  .balance-sheet-summary ul {
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.balance-sheet-summary ul li {
  font-weight: 400;
  font-size: 14px;
  color: #4f5453;
  position: relative;
  padding-left: 15px;
}
.balance-sheet-summary ul li::before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #fffbff;
  position: absolute;
  top: 9px;
  left: 0;
  background: #4f5453;
  border-radius: 50%;
}
.balance-sheet-summary .text-para {
  font-size: 14px;
  margin-bottom: 0;
}

.ant-dropdown ul li:hover {
  background-color: transparent !important;
}
.ant-dropdown ul li:hover span {
  color: #00BA8D;
}
.ant-dropdown ul li span i {
  margin-right: 8px;
}

.btn.btn-border.dark-blue:hover {
  color: #3b3482 !important;
}

.btn.btn-border.red:hover {
  color: #f04949;
}

.ant-modal .ant-modal-content {
  padding: 0;
}
.ant-modal .ant-modal-content .ant-modal-close:hover {
  background-color: transparent !important;
}
.ant-modal .ant-modal-content .ant-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(185, 187, 186, 0.3019607843);
  margin-bottom: 0px;
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #4f5453;
}
.ant-modal .ant-modal-content .ant-modal-body {
  margin: 0;
  padding: 28px;
}
.ant-modal .ant-modal-content .ant-modal-body h1 {
  font-size: 24px;
  font-weight: 600;
  color: #4f5453;
  margin-bottom: 5px;
}
.ant-modal .ant-modal-content .ant-modal-body P {
  line-height: 18.85px;
  color: #4f5453;
  font-weight: 500;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px 20px;
  margin-top: 0px;
}

.ant-btn-default {
  background-color: rgba(185, 187, 186, 0.5019607843);
  color: white;
}
.ant-btn-default:hover {
  color: #fff !important;
  background: rgba(185, 187, 186, 0.6) !important;
}

.change-password-modal .ant-modal-content .ant-modal-body {
  padding: 0;
}
.change-password-modal .ant-modal-content .ant-modal-body .row {
  padding: 20px;
}
.change-password-modal .ant-modal-content .ant-modal-body .row .form-group {
  position: relative;
  margin-bottom: 20px;
}
.change-password-modal .ant-modal-content .ant-modal-body .row .form-group label {
  font-weight: 400;
  font-size: 14px;
  color: #4f5453;
}
.change-password-modal .ant-modal-content .ant-modal-body .row .form-group input {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  padding: 16px;
  height: 40px;
  color: #000;
}
.change-password-modal .ant-modal-content .ant-modal-body .row .form-group input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #959898;
}
.change-password-modal .ant-modal-content .ant-modal-body .row .form-group input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #959898;
}
.change-password-modal .ant-modal-content .ant-modal-body .row .form-group .eye-icon {
  position: absolute;
  top: 33px;
  right: 25px;
}

.custom-modal-footer {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px 20px;
  margin-top: 0px;
}
.custom-modal-footer input {
  border-radius: 3px !important;
}

.balance-sheet-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .balance-sheet-mobile-wrapper {
    display: block;
  }
}
.balance-sheet-mobile-wrapper .tables-wrapper .top-filter .form-wrapper select {
  margin-bottom: 0px;
}
.balance-sheet-mobile-wrapper .tables-wrapper hr {
  display: block;
  border: 1px solid #d6d6d6;
  margin-top: 31px;
  margin-bottom: 30px;
}
.balance-sheet-mobile-wrapper .tables-wrapper .tables-list {
  margin-bottom: 30px;
}
.balance-sheet-mobile-wrapper .tables-wrapper .tables-list h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}
.balance-sheet-mobile-wrapper .tables-wrapper .tables-list .columns-wrapper div {
  border: 1px solid #d9d9d9;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 13px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #4f5453;
  line-height: 18px;
}
.balance-sheet-mobile-wrapper .tables-wrapper .tables-list .columns-wrapper div svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 767.6px) {
  .balance-sheet-mobile-wrapper .tables-wrapper .tables-list .columns-wrapper div {
    min-height: 46px;
    height: auto;
  }
}
.balance-sheet-mobile-wrapper .table-data-wrapper .inner-page-header h5 {
  margin-bottom: 12px;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .inner-page-header h5 img {
  margin-right: 11px;
  height: 24px;
  width: 24px;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .inner-page-header h6 {
  font-size: 14px;
  font-weight: 500;
  color: #959898;
  margin-bottom: 4px;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .inner-page-header p {
  font-size: 20px;
  font-weight: 500;
  color: #4f5453;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile {
  margin-top: 20px;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile h6 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .table-main-heading {
  display: flex;
  align-items: center;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .table-main-heading .first-column {
  width: 60%;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #212125;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .table-main-heading .second-column {
  width: 40%;
  padding-bottom: 5px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #212125;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .schemes-mobile .schemes-desc-mobile .first-column p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .schemes-mobile .schemes-desc-mobile .second-column span {
  font-size: 14px;
  font-weight: 500;
  color: #4f5453;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .schemes-mobile .schemes-desc-mobile:last-child .columns {
  background: rgba(0, 186, 141, 0.0392156863);
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .schemes-mobile .schemes-desc-mobile:last-child .columns p {
  color: #000 !important;
}
.balance-sheet-mobile-wrapper .table-data-wrapper .table-data-columns-wrapper .schemes-overview-mobile .table-main .schemes-mobile .schemes-desc-mobile:last-child .columns span {
  color: #000 !important;
}

.transaction-startegy-wrapper hr {
  margin-bottom: 25px;
}
.transaction-startegy-wrapper hr:nth-child(2n) {
  margin-top: 16px;
  margin-bottom: 25px;
}
.transaction-startegy-wrapper canvas {
  margin-top: 20px;
}

@media only screen and (max-width: 767.6px) {
  .preparation-desktop-wrapper {
    display: none;
  }
}
.preparation-desktop-wrapper .dashboard-box {
  padding: 26px 20px;
  border-radius: 3px;
}
@media only screen and (max-width: 1024px) {
  .preparation-desktop-wrapper .dashboard-box .box-title {
    font-size: 19px !important;
  }
}
.preparation-desktop-wrapper .dashboard-box .progress-wrapper .big-tick-mobile {
  display: none;
}
.preparation-desktop-wrapper .dashboard-box .listing {
  padding: 35px 5px 10px 5px;
}
@media only screen and (max-width: 1366px) {
  .preparation-desktop-wrapper .dashboard-box .listing {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .preparation-desktop-wrapper .dashboard-box .listing {
    height: calc(100% - 210px);
  }
}
.preparation-desktop-wrapper .dashboard-box .listing > p {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 1366px) {
  .preparation-desktop-wrapper .dashboard-box .listing > p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .preparation-desktop-wrapper .dashboard-box .listing > p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  .preparation-desktop-wrapper .dashboard-box .listing h5 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .preparation-desktop-wrapper .dashboard-box .listing h5 {
    font-size: 16px;
  }
}
.preparation-desktop-wrapper .dashboard-box .listing .listings-div .list-item svg,
.preparation-desktop-wrapper .dashboard-box .listing .listings-div .list-item path {
  position: relative;
  top: 2px;
}
.preparation-desktop-wrapper .dashboard-box .listing .listings-div .list-item p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.progress-wrapper {
  position: relative;
  height: 131px;
}
@media only screen and (max-width: 1024px) {
  .progress-wrapper {
    height: 171px;
  }
}
.progress-wrapper svg {
  position: relative;
  z-index: 2;
}
.progress-wrapper .count {
  position: absolute;
  top: 60%;
  right: 50%;
  text-align: center;
  line-height: 10px;
  transform: translate(50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 767.6px) {
  .progress-wrapper .count {
    line-height: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .progress-wrapper .count div svg {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .progress-wrapper .count div svg {
    height: unset;
    width: unset;
  }
}
.progress-wrapper .big-tick-div {
  top: 65%;
}
.progress-wrapper .big-tick-div div p {
  line-height: 14px;
  margin-top: 5px;
}
.progress-wrapper h6 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1366px) {
  .progress-wrapper h6 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 1024px) {
  .progress-wrapper h6 {
    font-size: 40px;
  }
}
.progress-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1366px) {
  .progress-wrapper p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .progress-wrapper p {
    font-size: 14px;
  }
}

.preparation-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper {
    display: block;
  }
}
.preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div {
  margin-bottom: 30px;
}
.preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div .content-div {
  border: 1px solid #d9d9d9;
  padding: 26px;
  border-bottom: none;
  border-radius: 1px;
}
.preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div .content-div .tooltipMobile {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 99;
}
.preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div .content-div .progress-wrapper .count h6 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px;
}
.preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div .content-div .progress-wrapper .count p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div .content-div h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div .content-div h6 {
    font-size: 22px;
    text-align: center;
  }
}
.preparation-mobile-wrapper .progress-bar-div .mb-progress-bar-div button {
  width: 100%;
  padding: 15px 0px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
  background-color: #00BA8D;
}
.preparation-mobile-wrapper .progress-bar-detail .header h5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .header h5 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .header h5 img {
    margin-right: 11px;
  }
}
.preparation-mobile-wrapper .progress-bar-detail .header h6 {
  font-size: 14px;
  font-weight: 600;
  color: #3b3482;
  margin-bottom: 0px;
}
.preparation-mobile-wrapper .progress-bar-detail .header p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 29px;
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box {
  border: 1px solid #d9d9d9;
  box-shadow: none;
  height: unset;
  border-radius: 1px;
  margin-bottom: 0px;
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .progress-wrapper .big-tick {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .box-title {
    font-size: 22px;
    margin-bottom: 27px !important;
  }
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing {
  margin-top: 20px;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing {
    height: auto;
    padding-top: 0;
  }
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing P {
    margin-bottom: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
  }
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing .listings-div {
  height: unset;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing .listings-div {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing .listings-div .list-item {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing .listings-div .list-item:last-child {
    margin-bottom: 0px;
  }
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing .listings-div .list-item svg,
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing .listings-div .list-item path {
  position: relative;
  top: 3px;
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div .dashboard-box .listing .listings-div .list-item p {
  font-weight: 400;
  font-size: 20px;
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box-div button {
  width: 100%;
  padding: 15px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.preparation-mobile-wrapper .progress-bar-detail .dashboard-box .progress-wrapper .count p {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
  margin-top: 6px;
}
@media only screen and (max-width: 767.6px) {
  .preparation-mobile-wrapper .progress-bar-detail .dashboard-box .progress-wrapper .count p {
    font-size: 20px;
    margin-top: 0px;
  }
}

.reset-password-content {
  font-size: 14px;
  font-weight: 400;
}

.mb-authentication-img {
  display: none;
}
@media only screen and (max-width: 767.6px) {
  .mb-authentication-img {
    display: block;
    width: 100%;
  }
}

.create-password-wrapper .auth-main .auth-left .auth-form-wrapper form p {
  margin-bottom: 49px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767.6px) {
  .create-password-wrapper .auth-main .auth-left .auth-form-wrapper form p {
    font-size: 16px;
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767.6px) {
  .create-password-wrapper .auth-main .auth-left .auth-form-wrapper form .row .custom-list .list {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.6px) {
  .create-password-wrapper .auth-main .auth-left .auth-form-wrapper form .row .agreed-terms-div {
    margin-top: 0px;
    margin-bottom: 72px;
  }
}

.graph-tags {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 27px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.6px) {
  .graph-tags {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.graph-tags .tags {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media only screen and (max-width: 767.6px) {
  .graph-tags .tags {
    display: inline-flex;
  }
}
.graph-tags .tags:last-child {
  margin-right: 0px;
}
.graph-tags .tags div {
  width: 10px;
  height: 10px;
  background-color: #000;
  margin-right: 5px;
  border-radius: 3px;
}
.graph-tags .tags .green {
  background-color: #00BA8D;
}
.graph-tags .tags .yellow {
  background: #ff9f00;
}
.graph-tags .tags .red {
  background: #f04949;
}
.graph-tags .tags p {
  color: #000000;
  font-size: 11px;
  font-weight: 400;
}
@media only screen and (max-width: 767.6px) {
  .graph-tags .tags p {
    font-size: 10px;
  }
}

.account .top-filter .inner-page-header {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767.6px) {
  .account .top-filter .inner-page-header h5 {
    margin-bottom: 32px;
  }
}

.account-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 30px;
}
@media only screen and (max-width: 767.6px) {
  .account-actions {
    display: block;
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767.6px) {
  .account-actions button:first-child {
    margin-bottom: 20px;
  }
}

span.ant-modal-close-x svg,
span.ant-modal-close-x path {
  fill: #959898;
}

.ant-btn .ant-btn-loading-icon {
  margin-right: 10px;
}

.investment-portfolio-table table {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.6px) {
  .investment-portfolio-table table thead tr th {
    font-size: 12px !important;
  }
}
.investment-portfolio-table table thead tr th .ant-table-column-sorters {
  justify-content: center !important;
}
.investment-portfolio-table table thead tr th:first-child {
  width: 210px;
}
.investment-portfolio-table table thead tr th:first-child .ant-table-column-sorters {
  justify-content: start !important;
}
.investment-portfolio-table table thead tr th:nth-child(3) .ant-table-column-sorters {
  justify-content: start !important;
}
@media only screen and (max-width: 767.6px) {
  .investment-portfolio-table table tbody tr td {
    padding: 14px !important;
  }
}
.investment-portfolio-table table tbody tr:nth-child(even) td {
  background: rgba(217, 217, 217, 0.1019607843) !important;
}
.investment-portfolio-table table tbody tr .ant-table-cell-row-hover {
  background-color: transparent !important;
}

.collapse-dates div {
  width: 163px;
}
.collapse-dates div:first-child {
  text-align: right;
}
@media only screen and (max-width: 767.6px) {
  .collapse-dates div:first-child {
    text-align: left;
  }
}
@media only screen and (max-width: 767.6px) {
  .collapse-dates div {
    width: 103px;
  }
}
@media only screen and (max-width: 1024px) {
  .collapse-dates div {
    min-width: unset;
  }
}

@media only screen and (max-width: 767.6px) {
  .finalisation .row .checklist-div p {
    font-size: 14px;
    color: #000;
  }
}
.finalisation .row .checklist-div .progress-indicator {
  margin-top: 15px;
}
@media only screen and (max-width: 767.6px) {
  .finalisation .custom-accordion {
    margin-bottom: 5px;
    margin-top: 0px;
  }
}
.finalisation .custom-accordion .ant-collapse-header .ant-collapse-header-text .collapse-header .collapse-heading {
  flex-basis: 93%;
  align-items: baseline;
}
@media only screen and (max-width: 1024px) {
  .finalisation .custom-accordion .panel-content-list {
    display: block;
  }
}
.finalisation .custom-accordion .panel-content-list .collapse-heading {
  font-size: 16px;
  font-weight: 400;
  color: #4f5453;
  display: flex;
  align-items: baseline;
}
.finalisation .custom-accordion .panel-content-list .collapse-heading svg {
  height: 14px;
  width: 14px;
}
.finalisation .custom-accordion .panel-content-list .collapse-heading div {
  font-size: 16px;
  font-weight: 400;
  color: #4f5453;
  line-height: 19px;
}
@media only screen and (max-width: 1024px) {
  .finalisation .custom-accordion .panel-content-list .collapse-heading div {
    font-size: 14px;
    color: #000;
  }
}
@media only screen and (max-width: 1024px) {
  .finalisation .custom-accordion .panel-content-list .collapse-dates {
    margin-left: 26px;
  }
}
.finalisation .custom-accordion .panel-content-list .collapse-dates div {
  font-size: 13px;
  font-weight: 400;
  color: #4f5453;
}
@media only screen and (max-width: 1024px) {
  .finalisation .custom-accordion .panel-content-list .collapse-dates div {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6980392157);
  }
}

.account-nav {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .account-nav {
    display: block !important;
  }
}

.anticon.anticon-eye svg:nth-child(2),
.anticon.anticon-eye path:nth-child(2) {
  fill: transparent !important;
}

.risk-settlement-mobile-wrapper .schemes-header h4 {
  margin-bottom: 0px;
}
.risk-settlement-mobile-wrapper .schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .second-column {
  text-align: center;
}
.risk-settlement-mobile-wrapper .schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .insurer-selected a {
  text-decoration: none !important;
}
.risk-settlement-mobile-wrapper .schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .insurer-selected a span {
  line-height: 16px;
}
.risk-settlement-mobile-wrapper .schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .insurer-selected a span .quote-amount {
  font-size: 14px;
  font-weight: 500;
}
.risk-settlement-mobile-wrapper .schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .insurer-selected a span .quote-target {
  font-size: 9px;
  font-weight: 500;
}
.risk-settlement-mobile-wrapper .schemes-overview-mobile .schemes-mobile .schemes-desc-mobile .insurer-selected div {
  margin-top: 15px;
  color: #4f5453;
  font-weight: 500;
  font-size: 14px;
}
.risk-settlement-mobile-wrapper .finalisation {
  margin-bottom: 0px;
}
.risk-settlement-mobile-wrapper .finalisation .schemes-mobile .schemes-desc-mobile .second-column a .flag {
  line-height: 15px;
}
.risk-settlement-mobile-wrapper .finalisation .schemes-mobile .schemes-desc-mobile .second-column a .flag span:first-child {
  font-weight: 500;
  font-size: 11px;
}
.risk-settlement-mobile-wrapper .finalisation .schemes-mobile .schemes-desc-mobile .second-column a .flag span:last-child {
  font-weight: 600;
  font-size: 14px;
}

.page-not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 218px);
}
.page-not-found img {
  width: 100px;
  height: 132px;
  margin: 0 auto;
}

.no-section-div {
  text-align: center;
  margin-top: 50px;
}
.no-section-div p {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .no-section-div p {
    margin-bottom: 5px;
  }
}

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

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

.data-separator.schemes-desc-mobile {
  border-top: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

.tick-content-style {
  line-height: 19px;
  margin-top: 3px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-top: 0px;
}

.chart-container {
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 1366px) {
  .mb-mt-18 {
    margin-top: 18px !important;
  }
}

@media only screen and (max-width: 767.6px) {
  .finalisation .tab-content {
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */