@import url('https://fonts.googleapis.com/css2?family=Mali&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&family=Kodchasan:wght@700&display=swap');




* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background-color: #061f2ec0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    font-size: 1rem;

}

.container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #dfe4ea79;
    padding: 50px;
    border-radius: 30px;
    transition: 0.6s ease-out;
    backdrop-filter: opacity(10%);

}

.container-add {
    position: relative;
    width: 70%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.362);
    padding: 50px;
    border-radius: 30px;
    transition: 0.6s ease-out;
    backdrop-filter: opacity(10%);
    margin-left: 15%;

}

.container-add {
    position: relative;
    width: 70%;
    height: auto;
    background-color: #eeeff0;
    padding: 50px;
    border-radius: 30px;
    transition: 0.6s ease-out;
    margin-left: 15%;

}

@media only screen and (max-width:700px) {
    .container {
        position: relative;
        width: 320px;
        height: auto;
        background-color: #cfc8c8;
        padding: 10px;
        border-radius: 30px;
        transition: 0.6s ease-out;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-box input {
        color: #06283D;
        width: 10%;
        font-size: 2px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 32px;
        border-radius: 20px;
        border: 1px solid;
    }

    .search-box p {
        font-size: 25px;
        margin-right: 10px;
    }

}

@media only screen and (width:1100px) {
    .container {
        position: relative;
        width: 320px;
        height: auto;
        background-color: #cfc8c8;
        padding: 10px;
        border-radius: 30px;
        transition: 0.6s ease-out;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-box input {
        color: #06283D;
        width: 20%;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 32px;
        border-radius: 20px;
        border: 1px solid;
    }

    .search-box p {
        font-size: 25px;
        margin-right: 10px;
    }

}

.search-box {
    width: 100%;
    height: min-content;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: opacity(10%);

}

.search-box .ddd {
    color: #06283D;
    width: 80%;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 32px;
    border-radius: 20px;

}


.search-box .ddd::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #06283D;
    text-transform: capitalize;
}

.search-box .seas {
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #06283D;
    background: #dff6ff;
    border-radius: 50%;
    font-size: 15px;
    transition: 0.4s ease;
    margin-left: 10px;
}

.search-box .seas:hover {
    color: #fff;
    background: #06283D;
}

.search-box p {
    font-size: 20px;
    font-family: 'Kodchasan', sans-serif;
    margin-right: 10px;
}

.container-add .add-box {
    width: 80%;
    height: min-content;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: opacity(10%);

}

.add-box {
    width: 100%;
    height: 80%;
}

.add-box input {
    color: #06283D;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 20px;
}

.add-box input .bbtn {
    color: #06283D;
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    align-items: center;
}

.add-box p {
    font-size: 10px;
    font-family: 'Kodchasan', sans-serif;
    margin-right: 10px;
}

.add-box input::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #06283D;
    text-transform: capitalize;
}

button {
    align-self: self-end;
    font-size: 20px;
    font-weight: 500;
    color: #06283D;
    background: #dff6ff;
    text-transform: capitalize;
    margin-left: 10px;
    border-radius: 20px;
    padding: 5px;
}

button::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #061f2e;
    text-transform: capitalize;
    margin-left: 50px;
    border-radius: 20px;
    padding: 5px;
}

button:hover {
    color: #fff;
    background: #06283D;
}

.search-box input {
    border: 1px solid;
}

.add-box select {
    color: #06283D;
    width: 210%;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
}


.add-box select::placeholder {
    font-size: 25px;
    font-weight: 500;
    color: #06283D;
    text-transform: capitalize;
}

.add-box textarea {
    color: #06283D;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px;
}


.add-box textarea::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #06283D;
    text-transform: capitalize;
}

.add-box label {
    font-size: 23px;
    font-weight: 500;
}

.sut table {
    /* border-collapse: collapse; */
    font-family: 'Itim', cursive;
}

.sut p {
    font-size: 30px;
    padding-left: 20px;
}

.sut table,
td,
th {
    border: 1px solid;
    background-color: #ffffff71;
    border-radius: 10px;
    padding: 3px;
}

.sut table td {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.sut table th {
    font-size: 15px;
}

.sut table td a {
    color: #000;
    text-decoration: none;
}

.sut table td a:hover {
    font-size: 15px;
    color: rgb(104, 95, 227);
}

select option {
    font-size: 25px;
}