@import url("https://rsms.me/inter/inter.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto&display=swap');
@import url("https://cdn.jsdelivr.net/npm/tom-select/dist/css/tom-select.css");
/* @import "../../../node_modules/tom-select/dist/css/tom-select.css"; */
@tailwind base;
@tailwind components;
@tailwind utilities;


@layer components {
  .ts-wrapper {
    @apply w-full !ml-0;
  }

  .ts-control {
    @apply
      shadow-sm
      rounded-lg
      border-gray-300
      bg-white
      py-2
      px-3
      text-base;
      /* @apply !p-2.5; */
      /* Add caret https://github.com/orchidjs/tom-select/discussions/384 */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
      background-position: right 0.5rem center;
      background-repeat: no-repeat;
      background-size: 1.5em 1.5em;
  }

  .ts-wrapper:focus {
      @apply rounded;
  }

  .ts-dropdown-content:focus {
      @apply shadow-xl;
  }

  .ts-wrapper.plugin-remove_button .item {
      @apply rounded-md;
  }
  .ts-wrapper.multi .ts-control > div {
      @apply p-0 m-0 pl-1;
  }

  .ts-wrapper.plugin-remove_button .item .remove {
      @apply border-none text-lg leading-none py-1 rounded-r-lg;
  }

  .ts-dropdown {
      @apply rounded-md border border-solid border-t border-gray-300 dark:border-gray-600 shadow-xl;
  }

  .ts-dropdown [data-selectable].option:first-child {
      @apply rounded-t-md;
  }

  .ts-dropdown [data-selectable].option:last-child {
      @apply rounded-b-md;
  }
  .ts-dropdown .create:hover,
  .ts-dropdown .option:hover,
  .ts-dropdown .active {
      @apply bg-blue-600 text-white dark:text-white;
  }

  .ts-wrapper .option .title {
      display: block;
  }
  .ts-wrapper .option .url {
      font-size: 12px;
      display: block;
      color: #a0a0a0;
  }

  .ts-dropdown-content {
      @apply bg-gray-50 dark:bg-gray-700 text-gray-900 dark:text-white;
  }

  .customDropDown {
      @apply bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white cursor-default;
  }

  .ts-dropdown-content {
      @apply border-gray-300 dark:border-gray-600;
      border-radius: inherit;
  }

  .ts-wrapper.single .ts-control, .ts-dropdown.single {
      border-radius: 8px !important;
      @apply dark:bg-gray-700 dark:border-gray-600 bg-gray-50 border-gray-300 !important;
  }

  .item {
      @apply text-gray-900 dark:text-white;
  }

  .ts-wrapper.single .ts-control {
      box-shadow: none !important;
      background-image: none !important;
  }
  /* .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  } */
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/raty.eot);
  src: url(/fonts/raty.eot?#iefix) format("embedded-opentype");
  src: url(/fonts/raty.svg#raty) format("svg");
  src: url(/fonts/raty.ttf) format("truetype");
  src: url(/fonts/raty.woff) format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* @import "./raty.css"; */
/* @import "../../../node_modules/tom-select/dist/css/tom-select.css"; */
/* @import url("https://cdn.jsdelivr.net/npm/tom-select/dist/css/tom-select.css"); */
