@font-face {
  font-family: 'Leckerli One';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/leckerli-one@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/leckerli-one@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/inter:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

            body {
                font-family: 'Inter Variable', sans-serif !important;
                background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
            }
            
            [x-cloak] {
                display: none !important;
            }
            
            .giftably {
              font-family: 'Leckerli One', sans-serif !important;
            }


            ::-webkit-scrollbar {
                width: 10px;
                height: 10px;
                transition: 1.0s;
            }

            ::-webkit-scrollbar-thumb {
                background-color: rgba(127, 127, 127, 0.6);
                background-clip: padding-box;
                border: 2px solid transparent;
                border-radius: 5px;
                transition: 1.0s;
            }

            ::-webkit-scrollbar-thumb:vertical:hover,
            ::-webkit-scrollbar-thumb:horizontal:hover {
                background-color: rgb(110, 110, 110);
                transition: 0.3s;
            }

            ::-webkit-scrollbar-track {
                background-color: transparent;
            }

            ::-webkit-scrollbar-thumb:vertical:active,
            ::-webkit-scrollbar-thumb:horizontal:active {
                background: rgba(95, 91, 91, 1);

            }

            ::-webkit-scrollbar-corner {
                background: none;
            }

            #logs::-webkit-scrollbar {
                display: none;
            }

            #logs {
                scrollbar-width: none;
                -ms-overflow-style: none;
                overflow-x: scroll;
            
            .swal2-popup {
                background-color: #000000;
                border: 1px solid #27272a;
                border-radius: 0.5rem;
                color: white; /* Text color */
            }
            
            .swal2-actions .swal2-confirm {
                background-color: #000000;
                border: 1px solid #27272a;
                border-radius: 0.5rem;
                color: #22c55e;
            }
            
            .swal2-actions .swal2-cancel {
                background-color: #000000;
                border: 1px solid #27272a;
                border-radius: 0.5rem;
                color: #EF4444;
            }
            
            .swal2-select {
                border: 1px solid #27272a; /* Your desired border color */
                border-radius: 0.5rem; /* Optional: to add some rounding to the select element */
                padding: 0.5rem; /* Optional: to add some padding inside the select element */
                background-color: #fff; /* Optional: to set a background color */
                color: #000; /* Optional: to set the text color */
            }
            
            .swal2-container {
                background: rgba(0, 0, 0, 0.7) !important; /* Darker backdrop */
            }
            
            .swal2-input {
                background-color: black !important;
                border-radius: 8px !important;
            }