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

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/*
 * 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.
 *


 */

.bg-nightblue-50 { background-color: #cedaf1; }
.bg-nightblue-100 { background-color: #9abae5; }
.bg-nightblue-200 { background-color: #6a97d2; }
.bg-nightblue-300 { background-color: #4b7bc0; }
.bg-nightblue-400 { background-color: #2d54a2; }
.bg-nightblue-500 { background-color: #0c3d8e; }
.bg-nightblue-600 { background-color: #092f6d; }
.bg-nightblue-700 { background-color: #09224f; }
.bg-nightblue-800 { background-color: #081736; }
.bg-nightblue-900 { background-color: #050c22; }

.hover\:bg-nightblue-50:hover { background-color: #cedaf1; }
.hover\:bg-nightblue-100:hover { background-color: #9abae5; }
.hover\:bg-nightblue-200:hover { background-color: #6a97d2; }
.hover\:bg-nightblue-300:hover { background-color: #4b7bc0; }
.hover\:bg-nightblue-400:hover { background-color: #2d54a2; }
.hover\:bg-nightblue-500:hover { background-color: #0c3d8e; }
.hover\:bg-nightblue-600:hover { background-color: #092f6d; }
.hover\:bg-nightblue-700:hover { background-color: #09224f; }
.hover\:bg-nightblue-800:hover { background-color: #081736; }
.hover\:bg-nightblue-900:hover { background-color: #050c22; }

.bg-lightblue-50 { background-color: #bbdbf7 ;}
.bg-lightblue-100 { background-color: #98c3ec ;}
.bg-lightblue-200 { background-color: #75aee2 ;}
.bg-lightblue-300 { background-color: #559fdc ;}
.bg-lightblue-400 { background-color: #4299da ;}
.bg-lightblue-500 { background-color: #1594da ;}
.bg-lightblue-600 { background-color: #267ac1 ;}
.bg-lightblue-700 { background-color: #2c69b1 ;}
.bg-lightblue-800 { background-color: #2559a2 ;}
.bg-lightblue-900 { background-color: #004899 ;}

.hover\:bg-lightblue-50:hover { background-color: #bbdbf7 ;}
.hover\:bg-lightblue-100:hover { background-color: #98c3ec ;}
.hover\:bg-lightblue-200:hover { background-color: #75aee2 ;}
.hover\:bg-lightblue-300:hover { background-color: #559fdc ;}
.hover\:bg-lightblue-400:hover { background-color: #4299da ;}
.hover\:bg-lightblue-500:hover { background-color: #1594da ;}
.hover\:bg-lightblue-600:hover { background-color: #267ac1 ;}
.hover\:bg-lightblue-700:hover { background-color: #2c69b1 ;}
.hover\:bg-lightblue-800:hover { background-color: #2559a2 ;}
.hover\:bg-lightblue-900:hover { background-color: #004899 ;}

.dropdown-content {
  display: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}
