*,
*:before,
*:after {
  box-sizing: border-box;
  box-sizing: inherit;
  padding: 0;
  margin: 0; }

body {
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

::-webkit-scrollbar {
  width: 5px;
  height: 0.1px;
  border-radius: 16px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-thumb {
  background: #9CA0B0;
  border: 0px none #ffffff;
  border-radius: 50px; }

::-webkit-scrollbar-thumb:hover {
  background: #9CA0B0; }

::-webkit-scrollbar-thumb:active {
  background: #9CA0B0; }

::-webkit-scrollbar-thumb:active {
  background: #9CA0B0; }

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px; }

::-webkit-scrollbar-track:hover {
  background: transparent; }

::-webkit-scrollbar-track:active {
  background: transparent; }

::-webkit-scrollbar-corner {
  background: transparent; }

a {
  /*display: block; */
}
  a, a:hover {
    text-decoration: none; }

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

.btn-1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  padding: 12px 20px;
  line-height: 24px;
  cursor: pointer; }
  .btn-1:focus {
    box-shadow: none; }

.btn-primary-1 {
  background-color: #337158;
  border: 1px solid #337158;
  padding: 12px 68px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  color: #ffff; }
  .btn-primary-1:active {
    background-color: #337158;
    border: 1px solid #337158; }

.btn-primary-icon {
  background-color: #337158;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffff;
  letter-spacing: 3%; }
  .btn-primary-icon svg {
    margin-right: 8px; }

.btn-pd {
  padding: 12px 35px; }

.btn-secondary-1 {
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  color: #0D2A52;
  padding: 12px 68px; }

.btn-secondary-icon {
  background-color: #E2E2E2;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0D2A52;
  letter-spacing: 0.02em; }
  .btn-secondary-icon svg {
    margin-right: 8px; }

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #0D2A52; }

span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9CA0B0; }

.breadcrumb {
  margin: 0; }

button {
  border: none;
  background: none; }

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #0d2a52; }

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0D2A52; }

h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0D2A52; }

input[type="checkbox"] {
  border: 1px solid #9ca0b0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 14px;
  height: 14px; }

input[type="text"] {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #0D2A52; }

textarea {
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #0D2A52; }

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

.form-group label {
  position: relative;
  cursor: pointer; }

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9ca0b0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer; }

.form-group input:checked + label:after {
  content: "";
  border: 1px solid #337158;
  box-sizing: border-box;
  border-radius: 4px;
  background: url("../img/check.524657cac54e.svg");
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #9CA0B0; }

span.select2-selection.select2-selection--single {
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 16px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.select2-search--dropdown {
  display: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

span.select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
   }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F5F5F5;
  color: #0D2A52; }

.select2-container--default .select2-results__option--selected {
  background-color: #F5F5F5;
  color: #0D2A52;
  background-image: url("../img/check-2.da566f3ae46a.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  padding-right: 40px; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 15px;
  line-height: 18px;
  color: #0D2A52; }

[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #337158;
  border-radius: 100%;
  background: transparent; }

[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #9CA0B0;
  border-radius: 100%;
  background: transparent; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #337158;
  position: absolute;
  top: 5px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.radio-label .form-group label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0D2A52; }
  .radio-label .form-group label::after {
    top: 2px !important; }

.notes {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #9CA0B0;
  margin-bottom: 16px;
  padding: 0 !important; }

.radio-btn {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 16px 0; }

.request-update-btn {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 12px 16px; }

.ln-height {
  line-height: 24px !important; }

.new option::after {
  content: "";
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 3px 8px;
  background: #337158;
  border-radius: 2px;
  margin-right: 8px;
  width: 100%;
  height: 100%;
  position: absolute; }

.dropdown-menu-1 {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000;
  display: none;
  padding: 0;
  min-width: 225px;
  width: max-content;
  margin: 0;
  text-align: left;
  list-style: none;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E2E2E2; }
  .dropdown-menu-1 li {
    padding: 8px 12px;
    background: #FFFF;
    border-bottom: 1px solid #E2E2E2; }
    .dropdown-menu-1 li:hover {
      background: #F5F5F5; }
    .dropdown-menu-1 li::selection {
      background: #F5F5F5; }
    .dropdown-menu-1 li a {
      text-decoration: none;
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: #0D2A52; }
    .dropdown-menu-1 li span {
      font-size: 10px;
      line-height: 12px;
      color: #FFFFFF;
      font-weight: 400;
      padding: 3px 8px;
      background: #337158;
      border-radius: 2px;
      margin-left: 8px;
      width: 100%;
      height: 100%; }

.link-click {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #0D2A52; }
  .link-click:hover {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #0D2A52; }

.p-style {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #9CA0B0; }

.p-style-2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #9CA0B0; }

.p-style-1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #9CA0B0; }

.h-style {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0D2A52; }

.disabledContent {
  opacity: 0.5; }

.span-1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0D2A52; }

.wd-144 {
  width: 144px; }

.wd-150 {
  width: 150px; }

.wd-80 {
  width: 80px; }

.wd-200 {
  width: 200px; }

.wd-130 {
  width: 130px; }

.wd-180 {
  width: 180px; }

.wd-250 {
  width: 250px; }

.wd-180 {
  width: 180px; }

.wd-128 {
  width: 128px; }

.wd-400 {
  width: 400px; }

.wd-460 {
  width: 460px; }

.wd-350 {
  width: 350px; }

.wd-300 {
  width: 300px; }

.wd-600 {
  width: 600px; }

.mg-bt-16 {
  margin-bottom: 16px; }

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

.position-inherit {
  position: inherit; }

.bg-transparent {
  background: transparent; }

.pd-12-16 {
  padding: 12px 16px; }

.uppercase-text {
  text-transform: uppercase; }

.p-table {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0D2A52; }

.f-w-600 {
  font-weight: 600 !important; }

.mg-bt-0 {
  margin-bottom: 0 !important; }

.pd-bt-0 {
  padding-bottom: 0 !important; }

.padding-32 {
  padding: 32px !important; }

.text-center {
  text-align: center; }

.admin-p {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #337158 !important; }

.mg-bt-40 {
  margin-bottom: 40px; }

.d-justify-start {
  justify-content: flex-start;
  align-items: center; }

aside#aside {
  width: 240px;
  min-height: 100vh;
  position: fixed;
  z-index: 9;
  height: 100%; }

aside .upper-section {
  background: #f5f5f5;
  box-shadow: 1px 0px 0px #eeeeee;
  padding: 16px 0px 45px 12px;
  height: 100%; }

#aside .logo-section {
  padding-bottom: 6px;
  margin-bottom: 46px;
  border-bottom: 1px solid #e2e2e2; }

#aside .logo-section a {
  display: block; }

#aside nav {
  height: 100%;
  overflow: auto;
  padding: 0 12px 25px 0; }

#aside ul.nav-list {
  margin-bottom: 24px;
  /*padding-bottom: 24px;*/
  border-bottom: 1px solid #e2e2e2; }

#aside .nav-list li {
  margin-bottom: 16px; }
  #aside .nav-list li:last-child {
    margin: 0; }

#aside .nav-list li.active a {
  background-color: #337158;
  color: white; }
  #aside .nav-list li.active a path {
    stroke: #ffff; }
  #aside .nav-list li.active a span {
    color: white; }

#aside .nav-list a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #0d2a52;
  border-radius: 4px; }
  #aside .nav-list a:hover {
    background-color: #e3f7ef; }

#aside .nav-list svg {
  margin-right: 12px; }

#aside .lower-section-wrapper {
  background: #f8fdfd; }

#aside .lower-section-content {
  padding: 45px 60px 0px; }

#aside .share-section-content {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 20px 34px 40px; }
  #aside .share-section-content h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #9ca0b0; }
  #aside .share-section-content a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #0d2a52; }

#header {
  background: #f5f5f5;
  box-shadow: 0px 1px 0px #e2e2e2;
  min-height: 64px; }
  #header .header-title ul {
    margin-top: 8px;
    display: flex;
    gap: 8px; }
  #header .header-title span {
    font-size: 10px;
    line-height: 12px;
    display: flex;
    gap: 12px;
    text-transform: uppercase; }
    #header .header-title span::after {
      content: url("../img/chevron-right-2.6ab61ff68d5f.svg"); }
  #header .header-title .breadcrumb:last-child span {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #0d2a52; }
    #header .header-title .breadcrumb:last-child span:after {
      content: ""; }
  #header .profile-section {
    display: flex;
    align-items: center;
    position: relative; }
    #header .profile-section .dropdown {
      display: flex; }
    #header .profile-section img {
      border-radius: 50%; }
    #header .profile-section .notifications {
      margin-right: 16px; }
      #header .profile-section .notifications .comment {
        background: #337158;
        border: none; }
      #header .profile-section .notifications .item-click span {
        display: flex;
        border-radius: 6px;
        border: 1px solid #9ca0b0;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center; }
      #header .profile-section .notifications:active {
        border: none; }
    #header .profile-section .avatar .item-click {
      display: flex;
      align-items: center;
      gap: 10px; }
    #header .profile-section span {
      display: flex; }
    #header .profile-section .item-click-1 .item-click span {
      border: 1px solid #337158; }

.profile {
  display: flex;
  flex-direction: column; }
  .profile span.profile-name {
    display: flex;
    gap: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #0d2a52; }
    .profile span.profile-name::after {
      content: url("../img/chevron-down.0f3acdf0fa52.svg"); }

.profile-dropdown {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  min-width: 244px;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 100; }
  .profile-dropdown .upper-section {
    text-align: center;
    padding: 24px 48px 32px;
    border-bottom: 1px solid #e2e2e2; }
    .profile-dropdown .upper-section .profile-picture {
      width: 62px;
      height: 62px;
      margin: 0 auto;
      margin-bottom: 12px; }
      .profile-dropdown .upper-section .profile-picture img {
        border-radius: 50%; }
    .profile-dropdown .upper-section .section-title {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #0d2a52; }
    .profile-dropdown .upper-section h2 {
      margin-bottom: 4px; }
    .profile-dropdown .upper-section p {
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 16px;
      color: #9ca0b0; }
  .profile-dropdown .lower-section {
    margin-bottom: 5px; }
    .profile-dropdown .lower-section img {
      width: 24px;
      height: 24px; }
    .profile-dropdown .lower-section li {
      border-bottom: 1px solid #e2e2e2; }
    .profile-dropdown .lower-section a {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 24px;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 15px;
      color: #0d2a52; }
    .profile-dropdown .lower-section span {
      align-items: center; }
    .profile-dropdown .lower-section svg {
      margin-right: 16px; }

.notification-dropdown {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  width: 480px;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 100; }
  .notification-dropdown .profile-picture {
    width: 48px;
    height: 48px; }
  .notification-dropdown img {
    border-radius: 50%; }
  .notification-dropdown .notification-item {
    margin-bottom: 16px; }
    .notification-dropdown .notification-item a {
      display: flex;
      gap: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #e2e2e2;
      width: 100%; }
  .notification-dropdown .upper-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px; }
    .notification-dropdown .upper-section p {
      font-weight: 700;
      font-size: 22px;
      line-height: 24px;
      color: #0d2a52; }
  .notification-dropdown .lower-section {
    max-height: calc(100vh - 165px);
    overflow: auto;
    padding: 0 24px; }
    .notification-dropdown .lower-section .title {
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      color: #0d2a52; }
    .notification-dropdown .lower-section .time {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 20px;
      color: #9ca0b0; }

.message-dropdown {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  min-width: 284px;
  padding: 24px;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 100; }
  .message-dropdown .upper-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f5f5f5; }
    .message-dropdown .upper-section .section-title {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #0d2a52; }
  .message-dropdown .lower-section .message {
    display: flex;
    gap: 16px;
    margin-bottom: 24px; }
    .message-dropdown .lower-section .message .message-icon {
      background: #337158;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 32px;
      height: 32px; }
    .message-dropdown .lower-section .message .message-content {
      padding: 8px;
      background: #f5f5f5;
      border-radius: 4px; }
  .message-dropdown .lower-section .start-conversation {
    background: #337158;
    border-radius: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 45px;
    margin-bottom: 16px; }
    .message-dropdown .lower-section .start-conversation span {
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      color: #ffffff; }
    .message-dropdown .lower-section .start-conversation svg {
      margin-right: 14px; }
  .message-dropdown .lower-section .all-conversation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px; }
    .message-dropdown .lower-section .all-conversation p {
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      color: #9ca0b0; }
    .message-dropdown .lower-section .all-conversation svg {
      margin-top: 2px;
      margin-left: 8px; }
  .message-dropdown .lower-section .booking-section {
    padding: 16px;
    background: #f5f5f5;
    border-radius: 4px; }
    .message-dropdown .lower-section .booking-section .book {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 8px;
      color: #0d2a52; }
    .message-dropdown .lower-section .booking-section .book-content {
      font-size: 12px;
      line-height: 15px;
      color: #9ca0b0;
      font-weight: 400;
      margin-bottom: 16px; }
    .message-dropdown .lower-section .booking-section button {
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      color: #ffffff;
      background: #337158;
      border-radius: 4px;
      width: 100%;
      padding: 8px 0; }

.content-open {
  display: none; }

.content-active {
  opacity: 1;
  transition: 0.3s;
  display: block; }

.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: black;
  opacity: 0.5;
  display: none; }

.dropBack-active {
  display: block; }

main#main {
  min-height: 100vh;
  width: 100%;
  right: 0;
  padding: 0 0 100px 240px; }
  main#main header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    z-index: 2; }

#main-section {
  padding: 24px;
  height: calc(100vh - 64px);
  overflow: auto;
  position: relative; }
  #main-section .content-section {
    margin-bottom: 18px; }
    #main-section .content-section .content {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #0d2a52; }

.table-container {
  overflow: auto; }

#user-dataTable {
  min-width: 1200px;
  margin-bottom: 16px; }
  #user-dataTable .form-group {
    text-align: center; }

.user-table-header-row {
  border-width: 1px 0;
  border-color: #e2e2e2;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  background: #f8fdfd;
  color: #0d2a52; }
  .user-table-header-row th {
    border-width: 0 1px;
    border-color: #e2e2e2;
    padding: 16px; }
  .user-table-header-row th.sort_normal {
    background-image: url("../img/sorting-normal.b3848152cdb2.svg");
    background-repeat: no-repeat;
    background-position: center right 15px; }
  .user-table-header-row th.sort_ascending {
    background-image: url("../img/sorting-ascending.1f05aad99ca7.svg");
    background-repeat: no-repeat;
    background-position: center right 15px; }
  .user-table-header-row th.sort_decending {
    background-image: url("../img/sorting-descending.6671036a7913.svg");
    background-repeat: no-repeat;
    background-position: center right 15px; }
  .user-table-header-row .company-name {
    width: 417px; }

.user-table-body-row {
  border-bottom: 1px solid #e2e2e2; }
  .user-table-body-row td {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #0d2a52;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e2e2;
    border-width: 0 1px;
    border-color: #e2e2e2; }
    .user-table-body-row td a.trash {
      text-align: center; }
  .user-table-body-row a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #0d2a52; }

.form-control {
  min-width: 48px;
  width: 48px;
  appearance: none;
  background-color: transparent;
  border: 1px solid #337158;
  height: 27px;
  padding: 0 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  border-radius: 6px;
  background: url("../img/chevron-down.0f3acdf0fa52.svg") no-repeat white;
  background-position: right 8px center;
  background-size: 14px;
  color: #0d2a52; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #337158; }

#main-section .top-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px; }

#main-section .buttons {
  display: flex;
  align-items: center;
  gap: 12px; }

#main-section .filter-button {
  padding: 10px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px; }

#main-section .modify-search {
  display: flex;
  align-items: center;
  background: #337158;
  border-radius: 4px;
  padding: 13px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff; }
  #main-section .modify-search svg {
    margin-right: 8px; }

.dataTables_length {
  display: flex;
  justify-content: space-between; }
  .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #9ca0b0;
    opacity: 0.7; }
  .dataTables_length .pagination {
    display: flex;
    align-items: center; }
    .dataTables_length .pagination a {
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      text-align: center;
      color: #9ca0b0; }
    .dataTables_length .pagination .active {
      color: #337158; }
    .dataTables_length .pagination li {
      margin-right: 24px; }
      .dataTables_length .pagination li:last-child {
        margin: 0; }
    .dataTables_length .pagination .navigation a {
      display: flex;
      align-items: center;
      background: #e2e2e2;
      border: 1px solid #e2e2e2;
      box-sizing: border-box;
      border-radius: 3px;
      padding: 4px; }
    .dataTables_length .pagination .navigation path {
      stroke: #337158; }
    .dataTables_length .pagination .active a {
      background: #337158;
      border-radius: 3px;
      border: 1px solid #337158; }
    .dataTables_length .pagination .active path {
      stroke: #ffffff; }

.small-select .select2-container {
  width: 166px !important; }

.small-select .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0D2A52;
  padding-right: 16px;
  background-image: url("../img/chevron.52752f6ce877.svg");
  background-repeat: no-repeat;
  background-position: center right; }

.small-select .select2-results__option {
  min-width: 225px;
  width: 100% !important;
  border-bottom: 1px solid #E5E5E5; }

.search-input input::placeholder {
  height: 20px; }

input:focus-visible {
  outline: 1px solid #e2e2e2; }

.dropzone {
  border: 1px dashed #337158;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 33px; }

.dz-message.needsclick {
  margin: 0; }

.section-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 64px);
  overflow: auto; }

.form-section-wrapper {
  padding: 24px 120px;
  position: relative; }
  .form-section-wrapper .company-name-input {
    width: 100%;
    margin-bottom: 16px; }
  .form-section-wrapper .header-section {
    margin-bottom: 24px; }
  .form-section-wrapper span.select2.select2-container.select2-container--default::before {
    content: "";
    width: 1px;
    background: #9CA0B0;
    height: calc(100% - 16px);
    position: absolute;
    right: 40px;
    top: 8px; }

.fields-section .lower-fields {
  display: flex;
  margin-bottom: 16px;
  gap: 18px; }

.fields-section .half-field {
  width: 50%; }

.fields-section .full-field {
  width: 100%;
  margin-bottom: 16px; }

.fields-section strong {
  color: #0d2a52;
  font-weight: 500; }

.fields-section p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #9ca0b0;
  padding-bottom: 24px; }

.fields-section input {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 16px;
  width: 100%; }

.fields-section input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px; }

.fields-section label {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #0d2a52;
  margin-bottom: 8px; }

.bottom-section {
  display: flex;
  justify-content: flex-end;
  padding: 24px 128px;
  background: #f5f5f5;
  box-shadow: 0px -1px 0px #eeeeee;
  width: 100%;
  gap: 24px;
  margin-top: auto; }

.select-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px; }

.selects, .selects1, .selects2, .selects3, .selects4, .selects5, .selects6 {
  text-align: left;
  direction: rtl;
  position: relative; }
  .selects .select2-results__option, .selects1 .select2-results__option, .selects2 .select2-results__option, .selects3 .select2-results__option, .selects4 .select2-results__option, .selects5 .select2-results__option, .selects6 .select2-results__option {
    padding: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0D2A52; }
  .selects .select2-container--default .select2-results__option--selected, .selects1 .select2-container--default .select2-results__option--selected, .selects2 .select2-container--default .select2-results__option--selected, .selects3 .select2-container--default .select2-results__option--selected, .selects4 .select2-container--default .select2-results__option--selected, .selects5 .select2-container--default .select2-results__option--selected, .selects6 .select2-container--default .select2-results__option--selected {
    padding-right: 40px; }
  .selects .select2-container, .selects1 .select2-container, .selects2 .select2-container, .selects3 .select2-container, .selects4 .select2-container, .selects5 .select2-container, .selects6 .select2-container {
    width: 100% !important; }
  .selects .select2-container--open + .select2-container--open, .selects1 .select2-container--open + .select2-container--open, .selects2 .select2-container--open + .select2-container--open, .selects3 .select2-container--open + .select2-container--open, .selects4 .select2-container--open + .select2-container--open, .selects5 .select2-container--open + .select2-container--open, .selects6 .select2-container--open + .select2-container--open {
    right: 0;
    width: 100%; }
  .selects .select2-container--default .select2-selection--single .select2-selection__arrow, .selects1 .select2-container--default .select2-selection--single .select2-selection__arrow, .selects2 .select2-container--default .select2-selection--single .select2-selection__arrow, .selects3 .select2-container--default .select2-selection--single .select2-selection__arrow, .selects4 .select2-container--default .select2-selection--single .select2-selection__arrow, .selects5 .select2-container--default .select2-selection--single .select2-selection__arrow, .selects6 .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("../img/chevron-down.0f3acdf0fa52.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 13px; }
  .selects span.select2-selection.select2-selection--single, .selects1 span.select2-selection.select2-selection--single, .selects2 span.select2-selection.select2-selection--single, .selects3 span.select2-selection.select2-selection--single, .selects4 span.select2-selection.select2-selection--single, .selects5 span.select2-selection.select2-selection--single, .selects6 span.select2-selection.select2-selection--single {
    height: 40px;
    padding: 10px 16px; }
  .selects .select2-container--default .select2-selection--single .select2-selection__rendered, .selects1 .select2-container--default .select2-selection--single .select2-selection__rendered, .selects2 .select2-container--default .select2-selection--single .select2-selection__rendered, .selects3 .select2-container--default .select2-selection--single .select2-selection__rendered, .selects4 .select2-container--default .select2-selection--single .select2-selection__rendered, .selects5 .select2-container--default .select2-selection--single .select2-selection__rendered, .selects6 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 16px;
    color: #9CA0B0; }

#not-found-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 64px); }
  #not-found-main img {
    margin-bottom: 24px; }
  #not-found-main .results {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #0d2a52;
    font-weight: 700;
    margin-bottom: 4px; }
  #not-found-main .content {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #9ca0b0;
    margin-bottom: 24px; }
  #not-found-main a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #0d2a52; }

.modify {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  background: #337158;
  border-radius: 4px;
  padding: 13px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff; }
  .modify svg {
    margin-right: 8px; }

#main-section .monitored-top {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px; }

.search-input {
  position: relative;
  width: 39%;
  max-width: 418px; }

.search-input input {
  position: relative;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 16px;
  width: 100%;
  background: transparent;
  font-size: 15px;
  line-height: 16px;
  color: #0D2A52; }

.search-input button {
  background: #ffff;
  position: absolute;
  padding-left: 11px;
  right: 11px;
  top: 8px;
  border-left: 1px solid #9ca0b0; }

.company-view-dropdown .select2-container {
  width: 166px !important; }

.company-view-dropdown span#select2-company-view-container {
  padding-right: 16px;
  background-image: url("../img/chevron.52752f6ce877.svg");
  background-repeat: no-repeat;
  background-position: center right; }

.company-view-dropdown span#select2-company-view-container {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0D2A52; }

.company-view-dropdown .select2-results__option {
  padding: 12px 12px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #0D2A52; }

.company-view-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

span.select2-dropdown.company-view-dropdown.select2-dropdown--below {
  min-width: 225px !important;
  width: max-content !important; }

#parent span.select2-selection.select2-selection--single {
  height: 44px; }

.company-view-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../img/chevron.52752f6ce877.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 17px; }
  .company-view-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.download-btn {
  background: transparent;
  border: 1px solid #E2E2E2; }

#action {
  width: 84px; }

#checkbox {
  width: 32px; }

#parent {
  /* can be any value */
  text-align: left;
  direction: rtl;
  position: relative; }

#parent .select2-container--open + .select2-container--open {
  right: 0;
  width: 100%; }

.look-up-wrapper {
  background: #FFFFFF;
  border-radius: 56px 0px 0px 56px;
  width: 950px;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: 0;
  right: 0;
  transform: translateX(150%);
  transition: .3s;
  z-index: 100;
  display: flex;
  flex-direction: column; }
  .look-up-wrapper .look-up-form {
    padding: 40px; }
    .look-up-wrapper .look-up-form .header-section {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; }
  .look-up-wrapper .buttons {
    display: flex;
    justify-content: flex-end;
    padding: 24px 40px;
    box-shadow: 0px -1px 0px #EEEEEE;
    gap: 24px;
    margin-top: auto; }

.slide-wrapper {
  width: 485px;
  position: fixed;
  height: 100%;
  overflow: auto;
  background: #FFFFFF;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: .3s;
  z-index: 100;
  display: flex;
  flex-direction: column; }
  .slide-wrapper .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 40px 24px;
    border-top: 1px solid #E1E5EF;
    margin-top: auto; }
  .slide-wrapper .filter-by-form {
    padding: 24px; }
    .slide-wrapper .filter-by-form .header-section {
      display: flex;
      justify-content: space-between; }
    .slide-wrapper .filter-by-form h2 {
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      display: flex;
      align-items: center;
      color: #0D2A52; }
    .slide-wrapper .filter-by-form .selects4,
    .slide-wrapper .filter-by-form .selects5,
    .slide-wrapper .filter-by-form .half-field {
      width: 100%;
      flex-basis: 100%; }

.contact-us-wrapper {
  padding: 24px; }
  .contact-us-wrapper .buttons {
    padding: 24px; }
  .contact-us-wrapper .header-section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 24px; }
  .contact-us-wrapper h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #0D2A52; }
  .contact-us-wrapper button.contact-us {
    padding: 12px 39px; }

.active {
  transform: translateX(0); }

#main-section .monitored-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  #main-section .monitored-2 .top {
    display: flex;
    align-items: center;
    gap: 16px; }
  #main-section .monitored-2 span.co_id {
    font-weight: 500;
    color: #FFFFFF;
    background: #337158;
    border-radius: 32px;
    padding: 2px 8px;
    margin: 0; }
  #main-section .monitored-2 .sub-title {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #9CA0B0; }

.monitored-table-2 td.disabled {
  opacity: 0.5; }

.monitored-table-2 td.icons {
  display: flex;
  gap: 6px; }

#request-action {
  width: 98px; }

#request-report-update {
  width: 250px; }

.table-note {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9CA0B0; }

.monitored-content-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  row-gap: 16px; }
  .monitored-content-section .content-position {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 60px; }
  .monitored-content-section .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9CA0B0; }
  .monitored-content-section .date {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0D2A52; }

.checkbox-section .header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px; }

.checkbox-section h4 {
  margin-bottom: 16px; }

main#main {
  padding: 0 0 0 240px; }

.new-investigation .header-section h2 {
  margin-bottom: 8px; }

.new-investigation .question {
  margin-bottom: 16px; }

.new-investigation .form-group label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0D2A52; }
  .new-investigation .form-group label::after {
    top: 2px !important; }

.new-investigation .ledger-experience {
  margin-bottom: 8px; }

.new-investigation .radio-btn {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 14px; }
  .new-investigation .radio-btn label {
    margin-bottom: 0; }

.checkboxes {
  display: flex;
  align-items: center;
  gap: 16px 40px;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.investigation-bottom {
  position: relative;
  background-color: transparent;
  background: #FFFFFF;
  box-shadow: 0px -1px 0px #EEEEEE; }

#in-request-dates {
  width: 150px; }

#in-due-date {
  width: 150px; }

#in-status {
  width: 140px; }

#in-tracking-id {
  width: 130px; }

.reports-update-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-image: url("../img/chevron-down.0f3acdf0fa52.svg");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  padding-right: 24px; }
  .reports-update-dropdown .number {
    background: #E3F7EF;
    border-radius: 2px;
    padding: 2px; }

.reports-update-dropdown::after {
  display: none; }

.graphs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 40px 80px 24px; }

.view-by-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }

.something .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #9CA0B0; }

.something .select2-container {
  width: 127px !important; }

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px; }

.tabs-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: inset 0px -1px 0px rgba(13, 42, 82, 0.15); }
  .tabs-section .tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px; }
    .tabs-section .tabs .action-tab {
      padding: 26px;
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      color: #0D2A52;
      cursor: pointer; }
    .tabs-section .tabs .active {
      background: #F8FDFD;
      box-shadow: 0px 2px 0px #337158;
      border-radius: 16px 16px 0px 0px;
      color: #337158; }

.tab-content {
  display: none;
  margin-bottom: 24px; }

.tab-content-active {
  display: block; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  z-index: 3001;
  display: none;
  font-family: "Inter", sans-serif;
  width: 850px;
  height: 469px; }
  .daterangepicker .ranges {
    height: calc(100% - 72px);
    margin-top: 8px;
    border-right: 1px solid #e2e2e2; }
    .daterangepicker .ranges ul {
      width: 192px;
      height: 100%;
      padding: 12px 18px; }
    .daterangepicker .ranges li {
      font-size: 12px;
      padding: 10px 16px !important;
      font-size: 14px;
      line-height: 20px;
      color: #0D2A52;
      cursor: pointer; }
  .daterangepicker .thead {
    height: 44px; }

.daterangepicker .calendar-table table {
  width: 280px;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0D2A52;
  height: 308px; }

.daterangepicker .drp-calendar.left {
  margin-right: 70px;
  padding: 24px 12px 24px 24px; }

.daterangepicker .drp-calendar.right {
  padding: 24px 24px 24px 12px; }

.daterangepicker.show-calendar .drp-calendar {
  display: flex;
  width: 100%; }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #0D2A52; }

.daterangepicker td.active {
  background-color: #337158;
  color: #ffff;
  border-radius: 100%; }

.daterangepicker td.in-range {
  background-color: #E3F7EF;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker .ranges li.active {
  background-color: #E3F6EF;
  color: #0D2A52;
  font-weight: 500;
  border-radius: 4px; }

.daterangepicker.show-calendar .drp-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.daterangepicker .drp-buttons .applyBtn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0D2A52;
  padding: 10px 31px;
  background: #337158;
  margin-right: 12px;
  color: white;
  border: 1px solid #337158; }

.daterangepicker .drp-buttons .cancelBtn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 31px;
  background: transparent;
  margin-right: 12px;
  color: #0D2A52;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 4px; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 21px;
  color: #0D2A52;
  margin-right: 90px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 30px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #337158;
  border-radius: 100%;
  color: white; }

.daterangepicker.opensright:before {
  left: auto;
  right: 20px; }

.daterangepicker.opensright:after {
  left: auto;
  right: 21px; }

.daterangepicker td.off {
  color: #9CA0B0; }

.daterangepicker td.available:hover {
  border-radius: 100%;
  background-color: #337158;
  color: white; }

.daterangepicker td.end-date {
  border-radius: 0 20px 20px 0; }

.daterangepicker td.start-date {
  border-radius: 20px 0 0 20px; }

.my-profile-picture {
  display: flex;
  justify-content: center;
  align-items: center; }
  .my-profile-picture .img-wrapper {
    display: flex;
    position: relative; }
    .my-profile-picture .img-wrapper img {
      border: 1px solid #89D0F0;
      box-sizing: border-box;
      border-radius: 50%; }
    .my-profile-picture .img-wrapper span.edit-image {
      background: #337158;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 0;
      bottom: 0; }

#login-aside {
  width: 406px;
  min-height: 100vh;
  position: fixed;
  z-index: 9;
  height: 100%; }
  #login-aside .upper-section {
    padding-left: 50px; }

#login-main {
  min-height: 100vh;
  padding: 0 0 0 406px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }
  #login-main .login-top-text {
    position: absolute;
    top: 40px;
    right: 40px; }
  #login-main .login-wrapper {
    padding: 40px;
    width: 100%; }
    #login-main .login-wrapper .form-section-wrapper {
      max-width: 528px;
      width: 100%; }
  #login-main .login-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #337158;
    padding: 8px 0;
    border: 1px solid #337158;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; }

.reset-anchor {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #337158;
  margin-left: 8px; }
  .reset-anchor:hover {
    color: #337158; }

.wd-144 {
  width: 144px; }

.wd-150 {
  width: 150px; }

.wd-80 {
  width: 80px; }

.wd-200 {
  width: 200px; }

.wd-130 {
  width: 130px; }

.wd-180 {
  width: 180px; }

.wd-250 {
  width: 250px; }

.wd-180 {
  width: 180px; }

.wd-128 {
  width: 128px; }

.wd-400 {
  width: 400px; }

.wd-460 {
  width: 460px; }

.wd-350 {
  width: 350px; }

.wd-300 {
  width: 300px; }

.wd-600 {
  width: 600px; }

.mg-bt-16 {
  margin-bottom: 16px; }

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

.position-inherit {
  position: inherit; }

.bg-transparent {
  background: transparent; }

.pd-12-16 {
  padding: 12px 16px; }

.uppercase-text {
  text-transform: uppercase; }

.p-table {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0D2A52; }

.f-w-600 {
  font-weight: 600 !important; }

.mg-bt-0 {
  margin-bottom: 0 !important; }

.pd-bt-0 {
  padding-bottom: 0 !important; }

.padding-32 {
  padding: 32px !important; }

.text-center {
  text-align: center; }

.admin-p {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #337158 !important; }

.mg-bt-40 {
  margin-bottom: 40px; }

.d-justify-start {
  justify-content: flex-start;
  align-items: center; }

.pd-40-45 {
  padding: 40px 45px; }

.absolue-btn {
  position: absolute;
  right: 22px;
  top: 22px; }

.top {
  display: flex;
  align-items: center;
  gap: 16px; }

span.co_id {
  font-weight: 500;
  color: #FFFFFF;
  background: #337158;
  border-radius: 32px;
  padding: 2px 8px;
  margin: 0; }

.sub-title {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #9CA0B0; }

p.lookup {
  font-size: 16px;
  line-height: 19px;
  color: #9CA0B0;
  font-weight: 400; }

.dark-text-color {
  color: #0D2A52; }

.td-style {
  padding: 0;
  text-align: left;
  text-transform: none; }

.display_records{
  color: #9ca0b0;
  font-size: 15px
}

.edit-image {
  background: #337158;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0px;
  cursor: pointer;
}
.choose-file-content .choose-file-item input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.lookup_service {
    font-size: 16px;
    line-height: 19px;
    color: #9CA0B0;
    font-weight: 400;
}
.linked_btn{
text-decoration:underline;
color:blue;
}