@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap');

:root {
    --blue: #2E3191;
    --black: #000000;
    --white: #FFFFFF;
    --gray: #B2AAAA;
}

body {
    font-family: 'IBM Plex Sans Thai', sans-serif !important;
    color: var(--black);
    background-image: url('../img/background.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.topright {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: -1;
}

.bottomleft {
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.topright img,
.bottomleft img {
    width: 100%;
    max-width: 50%;
    height: auto;
}

h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
}

h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

label {
    font-size: 16px;
    font-weight: 400;
}

.form-control {
    width: 309px !important;
}

.btn-primary {
    background: linear-gradient(89.96deg, #2E3191 -32.41%, #6E6CD8 107.72%);
    box-shadow: 0px 4px 1px 0px #0B0C2D30;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    width: 309px;
    height: 51px;
}

.btn-secondary {
    background: var(--white);
    border: 2px solid var(--blue);
    box-shadow: 0px 4px 1px 0px #0B0C2D30;
    color: var(--blue);
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    width: 309px;
    height: 51px;
}

.container {
    background-color: #FFFFFF6A;
    margin: 0px 20px;
    border: 2px solid var(--white);
    border-radius: 34px;
    padding: 50px 200px;
}

form {
    justify-items: center;
}

.logo {
    margin-top: 100px;
    margin-bottom: 80px;
}

#home .logo {
    justify-items: center;
}

#survey label p {
    margin-top: 100px;
    text-align: center;
}

#survey .radio-group {
    margin-bottom: 50px;
}

#survey label {
    margin: 20px;
}

#survey .very-unsatisfied {
    background-image: url('../img/very-unsatisfied.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
}

#survey .very-unsatisfied.checked,
#survey .very-unsatisfied:hover {
    background-image: url('../img/very-unsatisfied-hover.png');
}

#survey .unsatisfied {
    background-image: url('../img/unsatisfied.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
}

#survey .unsatisfied.checked,
#survey .unsatisfied:hover {
    background-image: url('../img/unsatisfied-hover.png');
}

#survey .nuetrals {
    background-image: url('../img/nuetrals.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
}

#survey .nuetrals.checked,
#survey .nuetrals:hover {
    background-image: url('../img/nuetrals-hover.png');
}

#survey .satisfied {
    background-image: url('../img/satisfied.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
}

#survey .satisfied.checked,
#survey .satisfied:hover {
    background-image: url('../img/satisfied-hover.png');
}

#survey .very-satisfied {
    background-image: url('../img/very-satisfied.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
}

#survey .very-satisfied.checked,
#survey .very-satisfied:hover {
    background-image: url('../img/very-satisfied-hover.png');
}

.header-btn {
    text-align: right;
}
