.hpde_directory_profile {
  --tw-bg-opacity: 1;
  background-color: #f5f3ef !important;
  padding: 20px;
}

.hdpd {
  * {
    font-family: "Manrope", sans-serif;
  }

  html {
    background-color: #f5f5f5;
  }

  .selects-content {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #FFF !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 5px;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1rem;
  }

  @media screen and (max-width: 768px) {
    
    .selects-content {
      display: flex !important;
      flex-direction: column !important;
      justify-content: space-between;
      width: 100%;
    }
  }

  .search-bar {
    width: 15rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0px 10px 0px 0px;
    padding: 0.3rem;
    background-color: #FFF !important;
    border: 1px solid #C4D0D6;
    border-radius: 0.5rem;
    background: #fff;
  }
  
  .search-bar .icon-container {
    flex-shrink: 0;
    color: #9ca3af;
  }
  
  .search-bar svg {
    stroke: currentColor;
    width: 18px;
    height: 18px;
  }
  
  .search-input {
    flex: 1;
    height: 0.8rem;
    border: none;
    outline: none;
    font-size: 14px !important;
    padding: 0;
    background-color: transparent !important;
    color: #111827;
    all: unset;             
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .search-input::placeholder {
    color: #9ca3af;
    font-size: 14px;
  }

  .search-input:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .personal-profile {
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .tag-item , .approaches-item{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 1.5rem !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
  }

  #selectedItems {
    cursor: pointer;
  }
  
  @media (max-width: 640px) {

    .search-bar {
      width: 100%;
      margin: 10px;
      display: flex;
      flex-direction: row;
      justify-content: end;
      align-items: center;
      background-color: transparent;
      border: none;
    }

    .search-input {
      display: none;
    }
    .search-bar .icon-container,
    .search-bar svg {
      color: #000000;
      stroke: #000000;
      width: 24px;
      height: 24px;
    }

    .personal-profile {
      width: 100%;
    }
  }

  

  .selects-content.loading:after {
    content: "Loading";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: hsla(0, 0%, 100%, 0.7);
    text-align: center;
    color: #000;
    font-size: 24px;
    padding-top: 0;
    line-height: 9em;
  }

  section > div:where(:not(.bricks-shape-divider)) {
    display: flex !important;
    flex-direction: column !important;
    align-items: normal !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
  }

  button,
  select {
    text-transform: none;
  }

  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  [hidden] {
    display: none;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .top-5 {
    top: 1.25rem;
  }

  .z-10 {
    z-index: 10;
  }

  .mb-10 {
    margin-bottom: 2.5rem;
  }

  .mb-1 {
    margin-bottom: 0.25rem;
  }

  .mb-2 {
    margin-bottom: 0.5rem;
  }

  .mb-3 {
    margin-bottom: 0.75rem;
  }

  .mb-4 {
    margin-bottom: 1rem;
  }

  .mb-6 {
    margin-bottom: 1.5rem;
  }

  .mb-8 {
    margin-bottom: 2rem;
  }

  .ml-1 {
    margin-left: 0.25rem;
  }

  .ml-3 {
    margin-left: 0.75rem;
  }

  .ml-4 {
    margin-left: 1rem;
  }

  .mr-1 {
    margin-right: 0.25rem;
  }

  .mr-2 {
    margin-right: 0.5rem;
  }

  .mr-4 {
    margin-right: 1rem;
  }

  .-mt-1 {
    margin-top: -0.25rem;
  }

  .-mt-2 {
    margin-top: -0.5rem;
  }

  .-mt-4 {
    margin-top: -1rem;
  }

  .-mt-6 {
    margin-top: -1.5rem;
  }

  .-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .mt-1 {
    margin-top: 0.25rem;
  }

  .mt-12 {
    margin-top: 3rem;
  }

  .mt-2 {
    margin-top: 0.5rem;
  }

  .mt-4 {
    margin-top: 1rem;
  }

  .mt-40 {
    margin-top: 10rem;
  }

  .mt-6 {
    margin-top: 1.5rem;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .h-20 {
    height: 5rem;
  }

  .h-22 {
    height: 5.5rem;
  }

  .h-24 {
    height: 6rem;
  }

  .h-32 {
    height: 8rem;
  }

  .h-40 {
    height: 10rem;
  }

  .h-6 {
    height: 1.5rem;
  }

  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .w-6 {
    width: 1.5rem;
  }

  .w-10 {
    width: 2.5rem;
  }

  .w-20 {
    width: 5rem;
  }

  .w-22 {
    width: 5.5rem;
  }

  .w-24 {
    width: 6rem;
  }

  .w-28 {
    width: 7rem;
  }

  .w-32 {
    width: 8rem;
  }

  .w-40 {
    width: 10rem;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[820px\] {
    width: 820px;
  }

  .w-\[90\%\] {
    width: 90%;
  }

  .w-\[95\%\] {
    width: 95%;
  }

  .w-\[calc\(50\%-0\.5rem\)\] {
    width: calc(50% - 0.5rem);
  }

  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-medium {
    padding: 0% 5%;
  }

  .w-\[53rem\] {
    width: 53rem;
  }

  .min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-start {
    align-items: flex-start;
  }

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

  .items-end {
    align-items: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .gap-1 {
    gap: 0.25rem;
  }

  .gap-2 {
    gap: 0.5rem;
  }

  .gap-3 {
    gap: 0.75rem;
  }

  .gap-4 {
    gap: 1rem;
  }

  .gap-6 {
    gap: 2rem;
  }

  .border-2 {
    border-width: 1px;
    border-color: #d7d7d7;
    border-style: solid;
  }

  .border-\[\#aae6f6\] {
    border-color: #aae6f6;
  }
  .border-\[\#6eb8dd\] {
    border: #6eb8dd solid 1px;
  }
  .border-\[\#15435A\] {
    border: #15435A solid 1px;
  }
  .border-b-2 {
    border-bottom-width: 1px;
    border-bottom-color: #d7d7d7;
    border-bottom-style: solid;
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hover-effect {
    transition: all 0.3s ease;
  }

  .hover-effect:hover {
      border-color:#b7b7b7;
  }

  .rounded-full {
    border-radius: 9999px;
  }

  .rounded-lg {
    border-radius: 0.5rem;
  }

  .rounded-md {
    border-radius: 0.375rem;
  }

  .rounded-xl {
    border-radius: 0.75rem;
  }

  .border {
    border-width: 1px;
  }

  .bg-cobalt {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 67, 90, var(--tw-bg-opacity));
  }

  .bg-\[\#15435a66\] {
    background-color: #15435a66;
  }
  .bg-\[\#15435a\] {
    background-color: #15435a;
  }
  .bg-\[\#97E2F8\] {
    background-color: #97E2F8;
  }
  .bg-\[\#f5f3ef\] {
    background-color: #F3F0EB;
  }

  .bg-\[\#aae6f6\] {
    background-color: #aae6f6;
  }
  .bg-\[\#C4D0D6\] {
    background-color: #C4D0D6;
  }
  .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-0 {
    padding: 0px;
  }

  .p-1 {
    padding: 0.25rem;
  }

  .p-2 {
    padding: 0.5rem;
  }

  .p-4 {
    padding: 1rem !important;
  }

  .p-5 {
    padding: 1.5rem !important;
  }

  .p-6 {
    padding: 2rem !important;
  }

  .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .px-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pt-5 {
    padding-top: 1.5rem;
  }

  -pb-5 {
    padding-bottom: 1.5rem;
  }

  .pl-2 {
    padding-left: 0.5rem;
  }

  .pr-1 {
    padding-right: 0.25rem;
  }

  .pr-4 {
    padding-right: 1rem;
  }

  .pb-0 {
    padding-bottom: 0;
  }

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

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

  .font-manrope {
    font-family: Manrope, sans-serif;
  }

  .text-base {
    font-size: 1rem;
  }
  
  .text-xs {
    font-size: 0.75rem;
  }

  .text-sm {
    font-size: 0.875rem;
  }

  .text-md {
    font-size: 1.125rem;
  }

  .text-lg {
    font-size: 1.25rem;
  }

  .text-xl {
    font-size: 1.3rem;
  }

  .text-2xl {
    font-size: 1.5rem;
  }

  .text-4xl {
    font-size: 2.25rem;
  }

  .text-5xl {
    font-size: 2.5rem;
  }

  .font-bold {
    font-weight: 700;
  }

  .font-light {
    font-weight: 300;
  }

  .font-medium {
    font-weight: 500;
  }

  .font-semibold {
    font-weight: 600;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .leading-6 {
    line-height: 1.5rem;
  }

  .text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .text-cobalt {
    --tw-text-opacity: 1;
    color: rgba(21, 67, 90, var(--tw-text-opacity));
  }

  .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .text-\[\#6999A7\] {
    color: #6999A7;
    letter-spacing: .5px;
  }
  .text-\[\#15435a\] {
    color: #15435A;
    letter-spacing: .5px;
  }
  .text-\[\#FFFF\] {
    color: #FFFF;
    letter-spacing: .5px;
  }
  .text-\[\#7b99a7\] {
    color: #7b99a7;
  }
  .btn-see-profile {
    width: 30%;
    justify-content: center;
    padding: 0.6rem 0;
    font-size: 16px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: bold !important;
  }

  .hover-book-now {
    border: 1px solid transparent;
  }

  @media (min-width: 1024px) {
    .hover-book-now {
      border: 1px solid #15435a;
    }
  }

  .hover-book-now:hover {
    background: #e7f9fd;
    color: #15435a;
  }
  .hover-see-profile:hover{
    color: #6eb8dd;
  } 
  #profile-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
  }

  @media (min-width: 640px) {

    .title-profile {
      width: 95%;
    }

    .profile-container {
      width: 100%;
    }

    .btn-see-profile {
      width: 35%;
    }

    .sm\:ml-3 {
      margin-left: 0.5rem;
    }

    .sm\:items-end {
      align-items: flex-end;
    }

    .sm\:col-start-1 {
      grid-column-start: 1;
    }

    .sm\:col-start-2 {
      grid-column-start: 2;
    }

    .sm\:mb-0 {
      margin-bottom: 0;
    }

    .sm\:mr-4 {
      margin-right: 1rem;
    }

    .sm\:mt-0 {
      margin-top: 0;
    }

    .sm\:mt-24 {
      margin-top: 6rem;
    }

    .sm\:flex {
      display: flex;
    }

    .sm\:grid {
      display: grid;
    }

    .sm\:hidden {
      display: none;
    }

    .sm\:h-32 {
      height: 8rem;
    }

    .sm\:h-40 {
      height: 10rem;
    }

    .sm\:h-\[100px\] {
      height: 100px;
    }

    .sm\:w-32 {
      width: 8rem;
    }

    .sm\:w-40 {
      width: 10rem;
    }

    .sm\:w-96 {
      width: 24rem;
    }

    .sm\:w-\[20\%\] {
      width: 20%;
    }

    .sm\:w-\[75\%\] {
      width: 75%;
    }

    .sm\:w-\[90\%\] {
      width: 90%;
    }

    .sm\:grid-flow-row-dense {
      grid-auto-flow: row dense;
    }

    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:items-start {
      align-items: flex-start;
    }

    .sm\:items-center {
      align-items: center;
    }

    .sm\:justify-start {
      justify-content: flex-start;
    }

    .sm\:justify-between {
      justify-content: space-between;
    }

    .sm\:gap-3 {
      gap: 0.75rem;
    }

    .sm\:p-0 {
      padding: 0;
    }

    .sm\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

    .sm\:py-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .sm\:pl-4 {
      padding-left: 1rem;
    }

    .sm\:pr-2 {
      padding-right: 0.5rem;
    }

    .sm\:pr-6 {
      padding-right: 1.5rem;
    }

    .sm\:text-xl {
      font-size: 1.25rem;
    }

    .sm\:text-2xl {
      font-size: 1.5rem;
    }

    .sm\:text-5xl {
      font-size: 2.5rem;
      line-height: 2.5rem;
    }

    .sm\:text-\[0.95rem] {
      font-size: 0.9rem;
    }

    .sm\:text-base {
      font-size: 1rem;
    }

    .sm\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .sm\:text-sm {
      font-size: 0.875rem;
    }

    .sm\:leading-6 {
      line-height: 1.5rem;
    }
  }

  @media (min-width: 1024px) {

    .title-profile {
      width: 820px;
    }

    .profile-container {
      width: 820px;
    }

    .btn-see-profile {
      width: 15%;
    }

    .lg\:mt-32 {
      margin-top: 8rem;
    }

    .lg\:w-\[75\%\] {
      width: 75%;
    }

    .lg\:w-\[80\%\] {
      width: 80%;
    }

    .lg\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

    .lg\:text-xl {
      font-size: 1.25rem;
    }
  }

  #show-less-btn {
    display: none;
  }

  .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .underline {
    text-decoration-line: underline;
  }

  .bg-skyBlueGray {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 208, 214, var(--tw-bg-opacity));
  }

  .bg-background {
    background-color: #f5f3ef;
  }

  @media (max-width: 768px) {

    .title-profile {
      width: 95%;
    }

    .profile-container {
      width: 100%;
    }

    .btn-see-profile {
      width: 35%;
    }
  }

  @media (min-width: 768px) {

    .md\:w-120 {
      width: 55rem !important;
    }

    .pagination {
      width: 100%;
    }

    .pagination a,
    .pagination span {
      width: 100% !important;

    }

    .pagination #previous-page {
      display: flex !important;
      flex-direction: row !important;
      justify-content: center !important;
      align-items: center !important;
    }

    .pagination #next-page {
      display: flex !important;
      flex-direction: row !important;
      justify-content: center !important;
      align-items: center !important;
    }
  }

  .css-1xc3v61-indicatorContainer {
    display: flex;
    transition: color 150ms;
    color: rgb(204, 204, 204);
    padding: 8px;
    box-sizing: border-box;
    border: none;
  }

  .css-8mmkcg {
    display: inline-block;
    fill: currentcolor;
    line-height: 1;
    stroke: currentcolor;
    stroke-width: 0;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 15px 37px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 37px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    top: 1.9px;
    padding: 0;
    border-radius: 0%;
    overflow-y: scroll;
    height: 20rem;
    left: -3px;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #b7e2eb;
  }

  .select-choose {
    order: 2;
  }

  .selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    min-height: 30px;
  }

  .selected-item {
    display: flex;
    min-width: 0px;
    background-color: rgb(21, 67, 90);
    border-radius: 6px;
    margin: 2px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    order: 1;
  }

  .selected-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-size: 85%;
    padding: 3px 3px 3px 6px;
    box-sizing: border-box;
  }

  .css-1wegy39 {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border: none;
  }

  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-button {
    background-color: #fff;
    border: none;
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
  }

  ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23888" width="16" height="16" viewBox="0 0 20 20"><polygon points="10,5 15,10 5,10"/></svg>');
  }

  ::-webkit-scrollbar-button:vertical:increment {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23888" width="16" height="16" viewBox="0 0 20 20"><polygon points="10,15 15,10 5,10"/></svg>');
  }

  ::-webkit-scrollbar-button:hover {
    background-color: #e0e0e0;
    border-color: #555;
  }

  .css-1wegy39 svg {
    color: #ffffff;
  }
  
  .pagination {
    width: 100% !important;
    display: flex !important;
    flex-direction:row !important;
    justify-content: center !important;
    align-items: center !important;
    align-self: center !important;
    gap: 10px !important;
    padding: 1rem !important;
    margin: auto !important;
    -ms-flex-pack: center !important;
    -ms-flex-align: center !important;
    -ms-flex-item-align: center !important;
  }

  .pagination a,
  .pagination span {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 0.5rem!important;
  }

  .pagination #next-page {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0.5rem!important;
  }

  .pagination #previous-page {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0.5rem!important;
  }

  .pagination a:hover {
    background-color: #ddd !important;
    border-radius: 0.5rem!important;
  }

  .pagination span {
    font-weight: bold !important;
  }

  .pagination span.dots {
    cursor: default !important;
  }

  .page-link.active {
    background-color: #ddd !important;
    color: #000;
    border-radius: 0.5rem!important;
  }

  .select {
    position: relative;
    display: flex;
    width: fit-content;
    width: 100%;
  }

  .select-directory {
    width: 100%;
    display: flex !important;
    font: inherit;
    min-width: 2px;
    margin: 0px;
    outline: 0px;
    padding-left: 8px;
    border-radius: 2px;
    -webkit-box-align: center;
    align-items: center;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    transition: 100ms;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #6c6c6c;
    box-sizing: border-box;
    
    /* Ensure full width within wrapper */
  }

  .select::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 20 20' aria-hidden='true' focusable='false'%3E%3Cpath d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z' fill='%23cccccc'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    right: 10px;
    top: 20px;
    transform: translateY(-50%);
    transition: color 150ms;
    color: rgb(204, 204, 204);
    pointer-events: none;
    border-left: 1px solid #ccc;
    padding-left: 7px;
    padding-top: 7px;
  }

  .select:hover::after {
    color: rgb(150, 150, 150);
    /* Change color on hover */
  }

  #Dropdown::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 20 20' aria-hidden='true' focusable='false'%3E%3Cpath d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z' fill='%23cccccc'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    right: 10px;
    top: 20px;
    transform: translateY(-50%);
    transition: color 150ms;
    color: rgb(204, 204, 204);
    pointer-events: none;
    border-left: 1px solid #ccc;
    padding-left: 7px;
    padding-top: 7px;
  }

  button.select__multi-value__remove {
    cursor: pointer;
  }

  div#Dropdown.disabled {
    color: light-dark(graytext, rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
  }

  #Dropdown.disabled .selected-item span {
    background-color: rgb(170, 170, 170);
    border-radius: 0px;
  }

  #Dropdown.disabled .selected-item button {
    background-color: rgb(170, 170, 170);
    border-radius: 0px;
  }
}
