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