body {
    font-family: 'Bai Jamjuree', sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4 {
    color: rgb(61, 86, 106);
    font-family: 'Bai Jamjuree', sans-serif;
}

.main {
    width: 100%;
    height: 100vh;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(
        rgba(105, 200, 207, 0),
        rgb(105, 200, 207)
    );
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    overflow: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* color: rgba(0, 0, 0, 0.785); */
}

.zoom {
    /* padding: 2px; */
    padding: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.zoom > .zoomName {
    padding: 15px 30px;
}

.zoomName {
    display: inline-block;
    background-color: rgb(250, 193, 65);
    padding: 10px 20px;
    border-radius: 5px 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #3d566a;
    margin: 10px;
    font-size: 16px;
}

.zoom > h2 {
    padding: 0px;
    margin: 0px;
}

#zoomName {
    cursor: pointer;
}

.baner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    width: 200px;
}

.rating {
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    flex-wrap: wrap;
}

.rating-item {
    width: 160px;
    /* border: solid 1px rgb(250, 193, 65); */
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    margin: 10px;
}

.rating-content > h1 {
    margin-top: 0px;
}

.rating-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rating-icon {
    width: 100px;
}

.rating-text {
    font-size: 13px;
}

.fullDisplay {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #ffffff;
    cursor: pointer;
}

#fullNone0 {
    bottom: 110px;
}

.logout {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: #ffffff;
    cursor: pointer;
}

.thankYou {
    text-align: center;
}

.btn3 {
    font-family: 'Bai Jamjuree', sans-serif;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: rgb(39, 170, 225);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
        0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.input__style {
    font-family: 'Bai Jamjuree', sans-serif;
    background: rgb(234, 234, 234);
    margin: auto 0px;
    font-size: 15px;
    line-height: 32px;
    border: none;
    cursor: text;
    color: rgb(63, 63, 63);
    height: 32px;
    border-radius: 3px;
    min-width: 240px;
    text-align: left;
    padding-left: 10px;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
}

lable {
    color: #444444;
}

.zoomNameLable {
    display: inline-block;
    width: 100px;
    font-size: 15px;
    color: rgb(61, 86, 106);
}

table {
    border-collapse: collapse;
    width: 100%;
    /* border-radius: 10px; */
}

.table {
    max-width: 100%;
    min-width: 40%;
    max-height: 80vh;
    overflow: auto;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 10px;
    margin-top: 15px;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
}

table tr:first-child {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 0;
    background-color: #f1f1f1 !important;
    cursor: pointer;
}

td,
th {
    border: none;
    text-align: left;
    padding: 12px 10px;
    font-size: 13px;
}

td {
    color: rgba(0, 0, 0, 0.87);
    min-width: 50px;
}

/* tr:nth-child(even) {
    background-color: #dddddd;
} */

tr {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

td,
th {
    max-width: 400px !important;
}

.input__select {
    font-family: 'Bai Jamjuree', sans-serif;
    background: rgb(255, 255, 255);
    margin: auto 0px;
    font-size: 13px;
    line-height: 32px;
    /* border: none; */
    cursor: text;
    color: rgb(63, 63, 63);
    height: 32px;
    border-radius: 3px;
    min-width: 200px;
    text-align: left;
    padding-left: 10px;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
}
