@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  .form-input {
    @apply bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500;
  }

  .form-date-input {
    @apply bg-white border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500;
  }

  .form-label {
    @apply block mb-2 text-sm font-medium text-[#878787] dark:text-white;
  }

  .sidebar-menu {
    @apply flex items-center p-2 text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700;
  }

  .default-button {
    @apply text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none dark:focus:ring-blue-800;
  }

  .sidebar-dropdown {
    @apply flex items-center w-full p-2 text-gray-900 transition duration-75 rounded-lg pl-11 hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700;
  }

  .campaign-detail-progress[value] {
    @apply w-full;
    appearance: none;
    height: 12px;
  }

  .campaign-detail-progress[value]::-webkit-progress-bar {
    background-color: #F1F1F1; 
    border-radius: 9999px; 
  }

  .campaign-detail-progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #385812, #003CA0); 
    border-radius: 9999px; 
  }

  .campaign-detail-progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #385812, #003CA0);
    border-radius: 9999px; 
  }
}
/*
 * 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.
 *


 */
