@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap');

@import './vuetify.css';
@import './animations.css';

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

@layer base {
    input, textarea, select {
      background: transparent !important;
    }

    input:focus, textarea:focus, select:focus {
        background: transparent !important;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }
}


:root {
    /*
    * Global primary colors
    */
    --tw-primary-950: #ffffff;
    --tw-primary-900: #ffffff;
    --tw-primary-800: #ffffff;
    --tw-primary-700: #ffffff;
    --tw-primary-600: #ffffff;
    --tw-primary-500: #ffffff;
    --tw-primary-400: #ffffff;
    --tw-primary-300: #ffffff;
    --tw-primary-200: #ffffff;
    --tw-primary-100: #ffffff;
    --tw-primary-50: #ffffff;
    /*
    * End global primary colors
    */

    /*
    * Global secondary colors
    */
    --tw-secondary-950: #ffffff;
    --tw-secondary-900: #ffffff;
    --tw-secondary-800: #ffffff;
    --tw-secondary-700: #ffffff;
    --tw-secondary-600: #ffffff;
    --tw-secondary-500: #ffffff;
    --tw-secondary-400: #ffffff;
    --tw-secondary-300: #ffffff;
    --tw-secondary-200: #ffffff;
    --tw-secondary-100: #ffffff;
    --tw-secondary-50: #ffffff;
    /*
    * End global secondary colors
    */


}

/* |----------------------------------------------------------------------------
   | Custom Utilities | Vuetify
   |----------------------------------------------------------------------------
*/
.v-expansion-panel__shadow {
    box-shadow: none !important;
}
.v-expansion-panel-title {
    border-radius: 10px !important;
}

.v-expansion-panel-text__wrapper {
    padding: 0px !important;
}
.v-navigation-drawer__scrim {
    position: fixed !important;
}
/* @media (min-width: 1264px) {
    .v-theme--light {
        backdrop-filter: blur(3px) !important;
    }
}
 */
.v-dialog > .v-overlay__content > .v-card, .v-dialog > .v-overlay__content > .v-sheet, .v-dialog > .v-overlay__content > form > .v-card, .v-dialog > .v-overlay__content > form > .v-sheet {
    border-radius: 10px !important;
}

/* |----------------------------------------------------------------------------
   | Custom Utilities | Tailwind
   |----------------------------------------------------------------------------
*/
html {
    touch-action: manipulation !important;
}
::-webkit-scrollbar {
    width: 12px !important;
}

::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
    background: #dbdbdb !important;
    border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0 !important;
}

/* |----------------------------------------------------------------------------
   | Custom Utilities | Toastify
   |----------------------------------------------------------------------------
*/
.toastify.on {
    border-radius: 20px !important;
    padding: 20px 20px !important;
}
.toastify-success {
    background: linear-gradient(to right, rgba(0, 176, 155, 0.8), rgba(150, 201, 61, 0.8));
    backdrop-filter: blur(5px);
    font-size: 12px;
}
.toastify-error {
    background: linear-gradient(to right, rgba(255, 95, 109, 0.8), rgba(255, 195, 113, 0.8));
    backdrop-filter: blur(5px);
    font-size: 12px;
}

.Toastify__toast-theme--dark {
    background: #ffffff !important;
    color: #333333 !important;
}
.Toastify__close-button>svg {
    fill: #333333 !important;
}

@media (min-width: 768px) {
    .toastify-success {
        font-size: 15px;
    }
    .toastify-error {
        font-size: 15px;
    }
}
