@import url('https://maketline.github.io/goodday/font/stylesheet.css');

* {
    font-family: 'line_seed_sans_th', sans-serif;
}

body {
    background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.modal-content {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    border: none;
    color: #fff;
    border-radius: 1vw;
    padding: 20px;
    box-shadow: 2px rgba(11, 11, 11, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    color: #fff !important;
    font-weight: bold;
}

.table th {
    color: black !important;
    font-weight: bold;
}

.table td {
    color: black !important;
}


.form-control {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #1E1E1E !important;
    border: none;
    color: #FFF !important;
}

input:focus {
    background-color: red !important;
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
}


textarea:focus {
    background-color: red !important;
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-image: -webkit-linear-gradient(transparent, #FFF);
}

.card-product {
    background-color: #272727;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-head {
    font-size: 1.5rem;
}

.card-product i {
    color: white;
}

.card-product h5 {
    color: white;
}