/*
.example{
  padding: 10px;
  @include themify {
    background: theme-get(bg-color);
    color: theme-get(text-color);
  }
}*/
.title-text {
  font-size: 34px;
  text-align: center;
  width: auto;
  font-weight: bold; }

.ant-message {
  position: fixed;
  /*
  top: 80px !important;
  */
  z-index: 9999;
  font-size: 18px;
  font-weight: 600; }
  .ant-message .ant-message-notice-content {
    min-width: 500px; }
    @media only screen and (max-width: 768px) {
      .ant-message .ant-message-notice-content {
        min-width: auto; } }
  .ant-message .anticon {
    font-size: 18px; }

.vertical-tabs {
  position: relative;
  width: 100%; }
  .vertical-tabs .ant-tabs {
    flex-direction: row; }
  .vertical-tabs .ant-tabs > .ant-tabs-nav {
    margin-right: 64px; }
  .vertical-tabs .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
    margin-top: 8px;
    padding-right: 0px; }
  .vertical-tabs .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list {
    flex-direction: column; }
  .vertical-tabs .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
  .vertical-tabs .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
  .vertical-tabs .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
  .vertical-tabs .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
    margin: 0 0 0 0;
    padding: 5px 0;
    text-align: center;
    width: 240px; }
  .vertical-tabs .ant-tabs-tab {
    padding-bottom: 0;
    margin: 0; }
  .vertical-tabs .ant-tabs-ink-bar {
    background: none; }
  .vertical-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #2a26f5;
    font-weight: 500;
    font-size: 14px; }
  .vertical-tabs .ant-tabs-tab:hover {
    color: #2a26f5; }
  .vertical-tabs .ant-tabs-nav {
    flex-direction: column-reverse;
    min-height: 50vh; }
  .vertical-tabs .tab-title {
    position: relative;
    width: 100%; }
  .vertical-tabs .ant-tabs-extra-content {
    width: 100%; }
  .vertical-tabs .ant-tabs-tab-btn {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; }
  .vertical-tabs .ant-tabs-top > .ant-tabs-nav:before {
    border-bottom-color: transparent; }

.logo-text {
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap; }

.ant-select-dropdown {
  z-index: 1500 !important; }

.pop-up-title {
  width: 100%;
  font-size: 2.125em;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  border-bottom: 2px solid #92929216;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 56px; }

.first-text {
  font-size: 20px;
  line-height: 30px;
  border: none;
  margin: 0;
  padding: 0; }

.second-text {
  font-size: 24px;
  line-height: 34px;
  border: none;
  margin: 0 0 24px 0;
  padding: 0; }

.other-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  border: none;
  margin: 0 0 8px 0;
  padding: 0; }

.btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 16px 0 40px 0; }

.blue-btn {
  height: 35px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background-color: #2a26f5;
  border: none;
  border-radius: 5px;
  min-width: 17.6388vw !important; }

.blue-btn:hover {
  font-size: 14px;
  color: #fff;
  background-color: #2f26f5;
  border: none; }

.blue-btn:focus {
  font-size: 14px;
  color: #fff;
  background-color: #2f26f5;
  border: none; }

.green-btn {
  background-color: #1DFFCA;
  color: black;
  font-size: 22px;
  font-weight: 600;
  height: 55px;
  width: 100%;
  border-radius: 10px; }

.green-btn:hover {
  background-color: #08DFAD;
  font-size: 22px;
  font-weight: 600; }

.green-btn:focus {
  background-color: #08DFAD;
  font-size: 22px;
  font-weight: 600; }

.red-button {
  background: #ed1c24;
  color: #fff;
  border-radius: 0;
  height: 32px; }
  .red-button span {
    font-weight: 600; }

.round-btn-5px {
  border-radius: 5px;
  min-width: 180px !important; }

.long-btn {
  min-width: 180px !important; }

.red-button:hover {
  background: #ed1c24;
  color: #fff;
  border-radius: 0;
  height: 32px; }
  .red-button:hover span {
    font-weight: 600; }

.red-button:focus {
  background: #ed1c24;
  color: #fff;
  border-radius: 0;
  height: 32px; }
  .red-button:focus span {
    font-weight: 600; }

.secondary-button {
  background: #fff;
  color: #2a26f5;
  border-radius: 8px;
  height: 40px;
  border: none; }
  .secondary-button span {
    font-weight: 600; }

.secondary-button:hover {
  background: #fff;
  color: #2a26f5;
  border-radius: 8px;
  height: 40px;
  border: none; }
  .secondary-button:hover span {
    font-weight: 600; }

.add-button {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffce00;
  border-color: #ffce00;
  min-width: 256px;
  border-radius: 5px; }
  .add-button span {
    color: #362c5e; }

.add-button:hover {
  box-shadow: none;
  border: none;
  background: #ffce00;
  border-color: #ffce00; }

.orange-bordered {
  background: none;
  border: 2px solid #65bb95;
  color: #65bb95; }
  .orange-bordered span {
    font-weight: 600; }

.orange-bordered:hover {
  background: #65bb95;
  border: 2px solid #65bb95;
  color: #fff; }

.orange-bordered:focus {
  border: 2px solid #65bb95;
  color: #fff;
  background: #65bb95; }

.grey-bordered {
  background: none;
  border: 2px solid #737b7d;
  color: #000000;
  display: flex;
  align-content: center;
  align-items: center; }
  .grey-bordered .social-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px; }
  .grey-bordered .bigger-icon {
    width: 16px;
    height: 16px; }

.grey-bordered:hover {
  background: none;
  color: #000000;
  border: 2px solid #000000; }

.grey-bordered:focus {
  background: none;
  color: #000000;
  border: 2px solid #000000; }

.no-border {
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #000000; }

.no-border:hover {
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #000000; }

.no-border:focus {
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #000000; }

.input {
  height: 42px;
  margin-right: 5px;
  font-size: 16px; }

.input-dark-border {
  font-size: 16px;
  border: 1px solid black !important;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: #000000;
  border-radius: 5px; }

.input-55 {
  height: 55px;
  font-size: 16px;
  border: 1px solid black !important;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: #000000;
  border-radius: 10px; }

.input-45 {
  height: 45px;
  font-size: 16px;
  border: 1px solid black !important;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: #000000;
  border-radius: 10px; }

.ant-select-selection--single {
  position: relative;
  height: 42px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  min-width: 120px;
  display: flex;
  align-items: center; }

.grey-select .ant-select-selection--single {
  position: relative;
  height: 42px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  min-width: 120px;
  display: flex;
  align-items: center;
  background: #f2f2f2;
  margin-right: 8px; }

.grey-select .ant-select-selection-selected-value {
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: #000000;
  margin-top: 2px; }

.grey-select .ant-select-arrow .ant-select-arrow-icon {
  color: #737b7d; }

.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none; }

.grey-input {
  border: none;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: #000000;
  background: #f2f2f2;
  border-radius: 10px; }

.grey-input::placeholder {
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  color: #c4c4c4; }

.no-margin {
  margin: 0; }

.single-row {
  display: flex;
  flex-direction: row; }

.no-margin {
  margin: 0; }

.single-row {
  display: flex;
  flex-direction: row; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.65);
  transition: background-color 5000s ease-in-out 0s; }

.auth-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000; }

.margin-bottom-24 {
  margin-bottom: 24px; }

.margin-top-24 {
  margin-top: 24px; }

.margin-top-16 {
  margin-top: 16px; }

.no-margin {
  margin: 0; }

.single-row {
  display: flex;
  flex-direction: row; }

.error-text {
  color: #57b18a;
  font-size: 12px;
  font-weight: 500; }

.auth-sub-text {
  color: #737b7d;
  font-size: 16px;
  font-weight: normal; }
  .auth-sub-text span {
    font-weight: 600;
    cursor: pointer; }
  .auth-sub-text a {
    font-weight: 600;
    cursor: pointer;
    color: #737b7d; }

.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #f2f2f2;
  border-color: #b15757; }

.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #b15757;
  font-size: 12px; }

.ant-form-explain {
  margin-bottom: -1px; }

.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 0;
  margin-top: -4px; }

.ant-form-item {
  margin: 0 0 20px; }

.ant-select-dropdown-menu-item-selected {
  background: #dbdde0; }

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
.ant-select-dropdown-menu-item:focus {
  background-color: #dbdde0; }

.ant-select-dropdown-menu {
  padding: 0; }
  .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }

.ant-modal-centered .feedback-modal .ant-modal-content {
  min-height: 550px;
  background: #fff;
  border-radius: 8px;
  min-width: 654px;
  padding: 32px 58px 32px 58px; }
  .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-close .ant-modal-close-x {
    font-weight: bold;
    color: #ed1c24; }
  .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body {
    display: flex;
    padding: 0;
    flex-direction: column; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .ant-input:focus, .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .ant-input-focused, .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .ant-input:hover {
      border-right-width: 2px !important; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .popup-title {
      color: #000000;
      font-weight: 700;
      margin-bottom: 6px; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .popup-title:after {
      display: block;
      width: 74px;
      height: 2px;
      content: "";
      background: #ed1c24; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .popup-message {
      font-weight: 700;
      color: #000000;
      margin-bottom: 58px; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form {
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .ant-form-item-label > label {
        display: none; }
      .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .ant-form-item {
        margin: 0 0 24px; }
      .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item {
        width: 376px; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .dropdown-select {
          border: none;
          border-radius: 10px; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .ant-select:not(.ant-select-customize-input) .ant-select-selector {
          border-radius: 10px;
          height: 40px;
          border: 2px solid #000000; }
          .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
            display: flex;
            align-items: center;
            padding-left: 18px;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0em; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .enquire-input-section {
          padding-left: 29px;
          border-radius: 10px;
          height: 40px;
          border: 2px solid #000000;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0;
          color: #000000; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .enquire-input-section:hover,
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .enquire-input-section:focus {
          border: 2px solid #000000; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .input-message {
          padding-left: 29px;
          border-radius: 10px;
          height: auto;
          border: 2px solid #000000;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0;
          color: #000000; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .input-message:hover,
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .input-message:focus {
          border: 2px solid #000000; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .submit-button {
          height: 40px;
          margin-top: 10px;
          border-radius: 10px;
          background: #ed1c24;
          width: 100%; }
          .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .submit-button span {
            color: #fff;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .submit-button:hover, .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .submit-button:focus {
          border-color: #ed1c24; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item .ant-select-arrow {
          color: #000000;
          font-size: 20px;
          width: 20px;
          height: 20px;
          top: 40%; }
        .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item ::placeholder {
          font-weight: 500; }
      .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .error-message {
        width: 376px;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        color: #b15757;
        line-height: 21px; }

@media only screen and (max-width: 768px) {
  .ant-modal-centered .feedback-modal .ant-modal-content {
    min-height: 200px;
    padding: 12px;
    min-width: 90%; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .popup-title {
      font-size: 18px; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .popup-message {
      font-size: 14px;
      margin-bottom: 28px !important; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .ant-form-item {
      margin: 8px 0 !important; }
    .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .enquire-form-item, .ant-modal-centered .feedback-modal .ant-modal-content .ant-modal-body .get-in-touch-form .error-message {
      width: 100% !important; } }

.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  /*
  background: #e8e8e8;
  */ }

.ant-table-thead > tr > th {
  background: #202945;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: none;
  color: #fff;
  border-bottom: 2px solid rgba(146, 146, 146, 0.16); }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  background: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #737b7d; }

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #737b7d; }

.ant-table-tbody > tr > td,
.ant-table-thead > tr > th {
  padding: 16px 14px; }

.ant-table-tbody > tr:nth-child(even) {
  background: #f2f2f2; }

.ant-table-body {
  /*
  margin-bottom: 48px
  */ }

.table-text {
  margin: 0 !important;
  color: black; }

.table-name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px; }

.ant-table-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 0 16px;
  align-items: center;
  background: #fff !important;
  border-top: none; }

.ant-table-footer:before {
  height: 0; }

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on {
  color: #65bb95; }

.ant-table-tbody > tr > td {
  border-bottom: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000; }

.ant-table-tbody > tr:last-child > td {
  border-bottom: 2px solid rgba(146, 146, 146, 0.16); }

.ant-table-thead > tr > th.ant-table-column-sort {
  background: #fff; }

.ant-table-tbody > tr > td.ant-table-column-sort {
  background: #fff; }

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover:before {
  background: #fff; }

.ant-pagination-item-active a {
  color: #000000; }

.ant-popover-placement-bottom {
  padding-top: 0; }

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  display: none; }

.ant-select-dropdown {
  z-index: 1; }

.ant-table-fixed {
  width: 100% !important; }

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #dbdde0; }

.ant-select-dropdown-menu .ant-select-dropdown-menu-item:nth-child(1) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.ant-select-dropdown-menu .ant-select-dropdown-menu-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.ant-select-selection--single:hover,
.ant-select-selection--single:focus {
  border: 1px solid #929292;
  box-shadow: none; }

.ant-select-open .ant-select-selection {
  border: 1px solid #929292;
  box-shadow: none; }

.ant-input {
  border-color: #f2f2f2; }

.ant-picker:hover,
.ant-picker-focused {
  border-color: #f2f2f2;
  border-right-width: 1px !important; }

.ant-input:focus,
.ant-input:hover {
  box-shadow: none;
  border: 1px solid #929292; }

.ant-table-body {
  margin-bottom: 0;
  overflow-x: hidden !important; }

.loading-icon {
  height: 72px;
  width: 72px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .vertical-tabs .ant-tabs > .ant-tabs-nav {
    /*
      margin-right: 0px !important;
      */ }
  .ant-table-body {
    overflow-x: scroll !important; }
    .ant-table-body .ant-table-fixed {
      margin-bottom: 16px;
      min-width: 1080px; }
  ::-webkit-scrollbar {
    height: 8px; }
  ::-webkit-scrollbar-track-piece {
    background: #f2f2f2;
    border-radius: 4px;
    box-shadow: none; }
  ::-webkit-scrollbar-thumb {
    background: #dbdde0;
    border-radius: 4px; } }

@media only screen and (max-width: 768px) {
  .table-name {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px; }
  .ant-table-body {
    overflow-x: scroll !important; }
    .ant-table-body .ant-table-fixed {
      margin-bottom: 16px;
      min-width: 1080px; }
  ::-webkit-scrollbar {
    height: 8px; }
  ::-webkit-scrollbar-track-piece {
    background: #f2f2f2;
    border-radius: 4px;
    box-shadow: none; }
  ::-webkit-scrollbar-thumb {
    background: #dbdde0;
    border-radius: 4px; }
  .ant-pagination {
    flex-wrap: wrap !important; }
    .ant-pagination .ant-pagination-item {
      margin-bottom: 10px !important; }
  .vertical-tabs .ant-tabs {
    flex-direction: column; }
  .vertical-tabs .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
    min-height: 10vh !important; }
  .vertical-tabs .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
    padding-left: 0; }
  .vertical-tabs .vertical-tabs .ant-tabs-nav {
    min-height: 45px; }
  .vertical-tabs .ant-tabs > .ant-tabs-nav {
    margin-right: 0px; }
  .vertical-tabs .vertical-tabs .ant-tabs-extra-content {
    display: none; }
  .vertical-tabs .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list {
    flex-direction: row; }
  .vertical-tabs .vertical-tabs .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab {
    width: max-content !important;
    margin-right: 30px !important;
    font-size: 12px; }
  .vertical-tabs .vertical-tabs .ant-tabs-tab .ant-tabs-tab-btn {
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px; } }

.popover-map {
  width: 350px;
  z-index: 1 !important; }
  .popover-map .ant-popover-content {
    z-index: 1; }
    .popover-map .ant-popover-content .ant-popover-inner {
      z-index: 1; }
      .popover-map .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        z-index: 1;
        position: relative; }
        .popover-map .ant-popover-content .ant-popover-inner .ant-popover-inner-content .property-map-image {
          max-height: 400px;
          margin-bottom: 10px; }
          .popover-map .ant-popover-content .ant-popover-inner .ant-popover-inner-content .property-map-image img {
            width: 100%;
            max-height: 250px;
            object-fit: cover; }
        .popover-map .ant-popover-content .ant-popover-inner .ant-popover-inner-content .close-button-div {
          position: absolute;
          right: 0;
          top: 0;
          width: 30px;
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .popover-map .ant-popover-content .ant-popover-inner .ant-popover-inner-content .close-button-div .close-btn {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            color: #2a26f5;
            background: #fff; }

.ant-table-selection-column .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-table-selection-column .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #000000 !important; }

.ant-table-selection-column .ant-checkbox:hover::after {
  visibility: visible;
  border-color: #000000 !important; }

.loading-container {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center; }
  .loading-container .loading-icon {
    height: 72px;
    width: 72px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ant-menu-inline .ant-menu-item:after {
  border-right: none; }

.margin-left-0 {
  margin-left: 0; }

.ant-table-placeholder {
  margin-top: -25px; }

.ant-select-arrow {
  color: #737b7d; }

.ant-select-arrow-icon {
  color: #737b7d !important; }

.ant-select {
  color: #000000; }

.ant-tabs-left > .ant-tabs-content-holder {
  border-left: none; }

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

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

.ant-scrolling-effect {
  width: 100% !important;
  overflow: hidden;
  /*
  overflow: visible !important
*/ }

.underlined .underlined-title-black {
  width: 100%;
  border-bottom: 3px solid #000;
  font-size: 24px;
  font-weight: 700;
  max-width: 244px;
  min-width: 244px; }

.underlined .underlined-title-red {
  width: max-content;
  border-bottom: 4px solid #ED1C24;
  font-size: 24px;
  font-weight: 700;
  padding-right: 55px; }

@media only screen and (max-width: 768px) {
  .underlined .underlined-title-black {
    font-size: 18px; }
  .underlined .underlined-title-red {
    font-size: 18px;
    padding-right: 50px;
    max-width: 100%; } }

