:root {
    --colorBluisPurple: #3E3F6F;
    --colorMelon: #F98765;
    --colorTurko: #66CAD6;
    --colorOrangeSun: #F9AE57;
    --colorSeaFoam:#AED4C4;
    --colorCherryRed:#C11745;
}

.mid30 {
    margin: 10px;
    width: 30%;
    display: inline-block;
}
textarea{
    width: 100%;
    padding: 5px;
}

.fullwitdthTextArea{
    width: 100%;
    padding: 5px;
}


h1,h2,h3{
    text-align: center;

}
h3{
    line-height:1.5em;
    min-height:1.5em;
    max-height: 1.5em;
}


input{
    height: 36px;
    font-size: 14px !important;
    margin: 4px 2px !important;
}

button{
    border: none;
    color: white;
    height: 36px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px !important;
    margin: 4px 2px !important;
    cursor: pointer;
    background-color: var(--colorBluisPurple);
    min-width: 100%;
    text-align: center;
    max-width: 100%;
}
.menuButtonItem{
    border: none;
    color: white;
    height: 30px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: 4px 2px !important;
    cursor: pointer;
    background-color: var(--colorMelon);
    min-width: 100%;
    text-align: center;
    max-width: 100%;
}
select{
    height: 36px;
    border: none;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px !important;
    margin: 4px 2px !important;
    cursor: pointer;
    background: var(--colorBluisPurple);
    color:#FFFFFF;
    min-width: 100%;
    text-align: center;
    max-width: 100%;
}

.select-selected {
    background-color: var(--colorBluisPurple);
}

.successButton {
    background-color: var(--colorMelon);
}

.melonButton {
    background-color: var(--colorMelon);
}

a.melonButton{
    border: none;
    color: white;
    height: 36px;
    padding: 5px 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px !important;
    margin: 4px 2px !important;
    cursor: pointer;
    background-color: var(--colorMelon);
    min-width: 100%;
    text-align: center;
    max-width: 100%;
}


.bluishPurpleButton {
    background-color: var(--colorBluisPurple);
}

.negativeButton {
    background-color: var(--colorCherryRed);
}
.strongMelon{
    color: var(--colorMelon);
}
.strongPurple{
    color: var(--colorBluisPurple);
}
.mobile_div {
    margin: 10px;
    width: 30%;
    display: inline-block;
}

.book-container{
    margin: 20px 20px 0 0;
    border:5px solid #333;
    overflow:hidden;
}

.book-thumb img {
    float: left;
    clear:left;
    width:150px;
    height:auto;
    border:1px solid red;
}

.book-title {
    float:left;
    margin-left:10px;
}

select{
    font-size: 1.2rem !important;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

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

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    top: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
}

.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: red;
}

.topnav a.active {
    background-color: #2196F3;
    color: white;
}

.topnav input[type=text] {
    float: right;
    padding: 6px;
    margin-top: 8px;
    margin-right: 16px;
    border: none;
    font-size: 17px;
}

@media screen and (max-width: 4000px) {
    .topnav a, .topnav input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}
.loaderContainer{
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.menuContainer{
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #458AD4;
    border-right: 16px solid #F29C45;
    border-bottom: 16px solid #91C79B;
    border-left: 16px solid #EA5940;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.menuItemContainer {
    width: 280px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.menuButton {
    width: 280px;
    margin: auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}