MOON
Server: Apache
System: Linux ip-208-109-13-31.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els4.x86_64 #1 SMP Sat Aug 31 06:58:57 UTC 2024 x86_64
User: durgeshpandey215 (1013)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /home/durgeshpandey215/public_html/kanaksoftware.skilladders.com/resources/css/app.css
@tailwind base;
@tailwind components;
@tailwind utilities;

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
p,
h1,
h2,
h3,
h4,
ul {
    padding: 0;
    margin: 0;
}
.header-text {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}
.modal-box {
    outline: 10px solid #ffffff36;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
dialog.model {
    backdrop-filter: blur(20px) !important;
}

.ios_toogle_btn_div input:checked + label {
    background: white;
    box-shadow: 0 8px 30px rgb(0, 0, 0, 0.12);
}
.range::-webkit-slider-thumb {
    background-color: #3b82f6 !important ;
}
.range {
    --range-shdw: white;
}
#main_content::selection {
    background: #ebf4ff; /* Light blue background on selection */
    color: black; /* Black color for selected text */
}

/* Ensure text can be selected */
#main_content {
    user-select: auto; /* Enable text selection */
}