.gridContainerClass {
    border: 2px solid #e28093;
}

.menu-header > h1 {
    color: black;
    display: inline-block;
    font-weight: bold;
    font-size: xx-large;
    margin: 2px 2px 10px 0px;
    padding-left: 10px;
}

.sidebutton {
    padding: 0.5rem;
    border-radius: 0.5rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.sidebutton:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 128 147 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebutton:focus {
    border-radius: 0.5rem/* 8px */;
    --tw-bg-opacity: 1;
    background-color: rgb(226 128 147 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-opacity: 1;
    --tw-ring-offset-color: #fff;
    --tw-ring-offset-width: 2px;
    --tw-ring-color: rgb(226 128 147 / var(--tw-ring-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.sidemenu {
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(226 128 147 / var(--tw-text-opacity));
    --tw-space-x-reverse: 0;
    border-radius: 0.5rem/* 8px */;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-right: calc(0.5rem/* 8px */ * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem/* 8px */ * calc(1 - var(--tw-space-x-reverse)));
}

.sidemenu:hover , #homesidemenu {
    --tw-bg-opacity: 1;
    background-color: rgb(226 128 147 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidemenu > span {
    padding: 0.5rem/* 8px */;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 0.5rem/* 8px */;
    margin-right: 0.75rem/* 8px */;
}

.sidemenu:hover > span , #homesidemenu > span {
    --tw-bg-opacity: 1;
    background-color: rgb(138 76 89 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


.box {
    border: 2px solid #e28093;
    /*border: 1px solid black;*/
    padding: 10px;
    background-color: white;
}

body {
    /*border: 1px solid black;*/
    background-repeat: no-repeat;
    background-image: url("../img/images/eclipse.jpg");
    background-size: cover;
}

.color-label {
    border-radius: 1rem
        /* 16px */
    ;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    padding: 2px 5px;
    font-weight: bold;

}

.form-control,
label {
    color: rgb(105, 105, 105);
    font-weight: bold;
    padding: 2px 5px;
}

.form-control {
    border: 1px solid rgb(105, 105, 105);

}

.loginform-control > label {
    color: rgb(105, 105, 105);
    font-weight: bold;
    padding: 2px 5px;
    font-size: x-large;
}

.loginform-control {
    border: 1px solid rgb(105, 105, 105);
    font-size: x-large;

}

.box-header h1 {
    color: black;
    display: inline-block;
    font-weight: bold;
    border-bottom: 3px solid #e28093;
    font-size: larger;
    margin: 2px 2px 10px 0px;

}

.main-header{
    text-align: center;
    border-bottom: 3px solid #e28093; 
    padding: 0px 10px;
    margin: 0px 10px 10px;
}

.main-header h1 {
    color: black;
    display: inline-block;
    font-weight: bold;
    font-size: xx-large;
    margin: 2px 2px 0px 0px;
}

.big-header{
    border-bottom: 3px solid #e28093; 
    padding: 0px 10px;
    margin: 0px 10px 10px;
}

.big-header h1 {
    color: black;
    display: inline-block;
    font-weight: bold;
    font-size: x-large;
    margin: 2px 2px 0px 0px;
}


.medium-header{
    margin: 0px 10px 10px;
}

.medium-header h2 {
    color: black;
    border-bottom: 2px solid #e28093; 
    display: inline-block;
    font-weight: bold;
    padding: 0px 10px;
    font-size:x-large;
    margin: 2px 2px 0px 0px;
}

.small-header{
    margin: 0px 10px 10px;
}

.small-header h3 {
    color: black;
    border-bottom: 2px solid #e28093; 
    display: inline-block;
    font-weight: bold;
    padding: 0px 10px;
    font-size:larger;
    margin: 2px 2px 0px 0px;
}

.summary {
    padding: 5px;
    font-style: italic;
    font-weight: bolder;
    font-size: x-large;
    margin-right:15px;
}

.summary p {
    background-color: #e2809346;
    border: 2px solid white;
    padding: 15px;
    border-radius: 1rem;
    color: #e28093;
}

.menuname h1 {
    color: black;
    display: inline-block;
    font-weight: bold;
    font-size: larger;
    margin: 2px 2px 0px 0px;
}


.box-title h1 {
    color: black;
    display: inline-block;
    font-weight: bold;
    border-bottom: 3px solid #e28093;
    font-size: xx-large;
    margin: 2px 2px 10px 0px;

}

input[type="number"] {
    width: 25%;
}

textarea {
    width: 100%;
    font-weight: normal !important;
    color: black !important;
    resize: none;
}

.box-contents {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
    margin-bottom: 10px;
}

.form-box {
    padding: 6px;
}

.fa-grid {
    color: #e28093;
}

.fa-danger {
    color: #a94442;
}

.fa-success {
    color: #3c763d;
}

.fa-menu {
    background-color: #e28093;
    color: white;
    border-radius: 100%;
    padding: 20px;
}

.fa-menu:hover {
    background-color: white;
    color: #e28093;
    border-radius: 100%;
    padding: 15px;
    border: 5px solid #e28093;
}

.link {
    color: #e28093;
    text-decoration: underline black;
    border-radius:10%;
}

.link:hover {
    color: black;
    text-decoration: underline #e28093;
}

.token-container {
    background-color: white;
    border: 5px solid #e28093;
    margin:5px;
}
.token-container:hover {
    background-color: #e28093;
    border: 5px solid white;
}

#spellview h1 {
    font-size: xx-large;
}

#spellview p {
    font-size: larger;
}

.box-summary {
    margin: auto;
    padding: 5px;
    font-style: italic;
}

.box-summary p {
    border: 2px solid #e28093;
    padding: 15px;
    border-radius: 1rem;
    color: rgb(105, 105, 105);
}

.backbutton {
    padding-left: 5px;
    grid-column: span 1 / span 1;
    grid-column-start: 2;
    margin-bottom: 10px;
    transition-duration: 500ms;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.backbutton2 {
    
    grid-column-start: 3;
}

.backbutton:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.backbutton span {
    border: 2px solid #e28093;
    background-color: white;
    border-radius: 1rem;
    color: rgb(105, 105, 105);
    font-weight: bold;
    padding: 5px;
}

.login-button {
    border: 2px solid black;
    border-radius: 1rem;
    color: white;
    font-weight: bolder;
    text-align: center;
    width: 80%;
    padding: 5px;
    font-size: x-large;
    background-repeat: no-repeat;
    background-image: url("../img/images/suenos.jpg");
    background-size: cover;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.header-button {
    border: 2px solid black;
    border-radius: 1rem;
    color: white;
    font-weight: bolder;
    text-align: center;
    padding: 5px;
    margin: 5px;
    font-size: x-large;
    background-repeat: no-repeat;
    background-image: url("../img/images/suenos.jpg");
    background-size: cover;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.housecontainer {
    padding-right: 10px;
    text-align: center;
}

.housecontainer .housename {
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

.housebig {
    padding-right: 20px;
}

.housesmall {
    padding-right: 10px;
}

.housebig h1 {
    font-size: x-large;
}

.housemedium h1 {
    font-size: large;
}

.housesmall h1 {
    font-size: medium;
}

.housebig .housename span {
    border-bottom: 3px solid #e28093; 
    padding: 0px 15px;
    font-size: xx-large;
}

.housemedium .housename span {
    border-bottom: 3px solid #e28093; 
    padding: 0px 10px;
    font-size: larger;
}

.housesmall .housename span {
    border-bottom: 3px solid #e28093; 
    padding: 0px 7px;
    font-size: large;
}

.motto {
    font-weight: bold;
    font-style: italic;
    font-size:x-large;
    text-align: center;
}

.char-header > h1 {
    color: black;
    display: inline-block;
    font-weight: bold;
    font-size: xx-large;
    margin: 2px 2px 0px 0px;
    padding-left: 10px;
}

.char-subheader {
    /*color: #e28093;*/
    font-weight:700;
}

.char-classes {
    color: #e28093;
}

.score {
    font-weight: bolder;
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, serif;*/
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.score-container {
    margin: 0.25rem;
    border: 3px solid #e28093;
    border-radius: 10%;
}

.other-container {
    margin: 0.25rem;
    border: 2px solid #e28093;
    border-radius: 10%;
}

.mod {
    padding: 0.25rem;
    border-radius: 20%;
    border: 3px solid #e28093;
    
}

.mod-container {
    font-weight:900;
    margin-bottom: 0.25rem;
}

.formattedtext  a{
    color:  #e28093;
    font-style:  italic;
}

.formattedtext  a:hover{
    color:  #e28093;
    font-style:  italic;
    text-decoration: underline;
}

.spellviewscroll {
    height: 24rem/* 384px */;
}

.summaryscroll {
    height: 46rem;
}

.mainscroll {
    height: 38rem;
}

.tallscroll {
    height: 48rem;
}