
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Oswald:wght@600&display=swap');

body{
    background-color: #3571b6;
}

.h3, h3 {
    font-size: 50px;
    line-height: 40px;
    font-family: 'EB Garamond';
    color: #000000;
    text-transform: uppercase;
}

#floatingMsgBox{
    position: absolute;
    background-color: #efefef;
    border: 2px solid #e1e1e1;
    padding: 5px;
    color: #343434;
    border-radius: 10px;
    font-size: 15px;
    left: 200px;
    top: 390px;
    min-width: 150px;
    box-shadow: 0px 0px 4px #0000001c;
    display: none;
    max-width: 250px;
}
.fullbutton{
    min-width:100%;
}
    #floatingIcon{
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #000;
        background-size: cover;
        float:left;
        margin-right: 5px;
        margin-left: -20px;
    }
    #floatingMsg{
        float:left;
        margin-top: -2px;
        width:220px;
    }
#avatar {
    width: 150px;
    height: 150px;
    background-color: lightgray;
    margin-top: 20px;
}
#mainContainer{
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #dee2e6;
    border-radius: 30px 30px 0 0;
    min-height: 850px;
    margin-top:100px;
}
#loginbox{
    display:none;
}
.memberpart1, .memberpart2, .memberpart3{
    display:none;
}
#loginnotes, #signupnotes{
    color:#ff0000;
}
.advrow1{
    height:250px;
    background-color: #000000;
    display: none;
}
.advrow{
    height:250px;
    display: none;
}
.advarea{
    width: 250px;
    height: 250px;
    background-color: cadetblue;
    text-align: center;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -125px;
}

.gamepage #mainContainer {
    padding-top: 0px;
    padding-bottom: 0;
    background-color: transparent;
    border-radius: 30px 30px 0 0;
    min-height: auto;
}

#headerlogo{
    font-size: 35px;
    font-family: 'EB Garamond';
    color: #fff;
    line-height: 33px;
}
#headertitle{
    color:#fff;
    font-size:50px;
    font-family: 'EB Garamond';
    line-height: 40px;
    text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.6);

}
#panelheaderSub {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000000a3;
    padding: 15px;
    padding-left: 70px;
    z-index: 1;
}

.galleryframe img{
    width:100%;
}
.profilepic{
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 75px;
    background-color: #000000;
    background-size: cover;
    margin-top: -70px;
    margin-right: -25px;
}
.servicepic {
    float: right;
    width: 100%;
    height: 180px;
    border-radius: 25px;
    background-color: #000000;
    background-size: cover;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    background-position: center center;
}
#footer {
    color: #fff;
    font-size: 11px;
    float: left;
    text-align: left;
    padding-left: 30px;
}
#mainContainer .itemselected{
    border: 10px solid #39cfa9!important;
}
.npcdialogue{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 0px;
    background-image: url(images/dialogue.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    display:none;
}
.npcdialogue:hover{
}

#colorPatternBox{
    float:left;
    width:100%;
}
.patternOption{
    float: left;
    border: 1px solid #ececec;
    padding: 3%;
    width: 100%;
}
.colorBlock{
    float: left;
    margin: 2px;
    width: 20px;
    height: 40px;
    box-shadow: 1px 1px 1px #00000021;
    border-radius: 5px;
}
.iconBlock{
    float: left;
    margin: 2px;
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 1px #00000021;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#image-preview{
    width:100%;
    padding:20px;
}

#image-preview img{
    box-shadow: 0px 7px 23px #0000009c;
}

.bannerbox {
    border: 10px solid #dee2e6;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 0px 12px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px -3px 10px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.bannerbox h3, .style h3, .card-text h3, .card-texth3{
    color:#007bff;
}

            .file-input-container {
                margin-top:50px;
                margin-bottom:50px;
            }

            .file-input {
                position: absolute;
                opacity: 0;
            }

#formmessage{
    font-size: 25px;
    color: rgb(0, 0, 0);
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
}
.texticon{
    height: 30px;
}
#watchingordernumberBox{
    position: fixed;
    background-color: #39cfa9;
    padding: 10px;
    border: 5px solid #fff;
    right: 60px;
    font-size: 13px;
    top: 0px;
    color: #fff;
    border-width: 0px 1px 1px 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
    display: none;
}
#btn-main{
    background: url(images/logo_black.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 100%;
}
#btn-main:hover{
    background: url(images/logo.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
.nav-item{
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    font-weight: bold;
}
.nav-item:hover{
    color:#fff;
}

#avatarimg{
    width:100%;
    height:100%;
}
#avatarimgbox{
    position: fixed;
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 50px;
}

#signupbox {

}

#createCharacterForm .form-group{
    margin-bottom: 1rem;
    float: left;
    margin-right: 5%;
}
.hide{
    display: none;
}
#worknumber{
    font-size: 75px;
}
#cookie-consent{
    z-index: 10000;
    position: fixed;
    background-color: #cdcdcd;
    display: none;
    width: 90%;
    right: 5%;
    bottom: 100px;
    border-radius: 20px;
    border: 1px solid #fff;
}


.navbar-nav {
    flex-direction: row;
}

.navbar a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 8px 5px;
    text-decoration: none;
    font-size: 17px;
}

.navbar a:hover {
    color:#fff;
}

.navbar a.active {
    background-color: #39cfa9;
    color: black;
}

.history-group textarea{
    height:100px;
}

#btn-slide-menu{
    border: 5px solid #dee2e6;
    padding: 10px;
    color: #dee2e6;
    font-weight: bold;
    border-width: 1px;
    border-color: #dee2e6;
    border-style: solid;
    border-radius: 10px;
    width: 40px;
    background-color: #000000;
    height: 45px;
    background-image: url(images/menu.svg);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 1px 1px 3px #00000040;
}
.slide-menu {
    position: fixed;
    width: 300px;
    top: 50%;
    left: -300px;
    background: #132942b3;
    color: #dee2e6;
    padding: 0px;
    transition: left 0.3s ease;
    z-index: 1040;
    border-radius: 0px 0px 0px 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    box-shadow: 3px 3px 9px #00000038;
    border-width: 2px 2px 2px 0px;
    border-color: #dee2e6;
    border-style: solid;
}

.slide-menu ul {
    list-style: none;
    padding: 0;
}

.slide-menu li {
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #ffffff59;
}

.slide-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    display: block;
    transition: color 0.2s ease;
    font-family: 'EB Garamond';
}

.slide-menu a:hover {
    text-decoration: underline;
}

.buttonB {
  background-color: #36A9AE;
  background-image: linear-gradient(#37ADB2, #329CA0);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: -apple-system,".SFNSDisplay-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  float: left;
}

.buttonB:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.buttonB:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.buttonB:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.buttonB:disabled:active {
  pointer-events: none;
}

.buttonB:disabled:hover {
  box-shadow: none;
}
#devversion{
    position: fixed;
    top: -13px;
    right: 0px;
    color: #ffffff24;
    font-size: 35px;
    font-weight: bold;
    margin-left: -100px;
    width: 200px;
    text-align: center;
}
.textareaA{
    width: 100%;
    padding: 2%;
    height:90px;
    font-size: 13px;
}
.buttonA {
  align-items: center;
  background-image: linear-gradient(144deg,#ffffff, #d6d6d6 50%,#c1c1c1);
  border: 0;
  border-radius: 2px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #000;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  padding: 7px 4px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom:5px;
}
.buttonAlarge {
    align-items: center;
    background-image: linear-gradient(144deg,#51a5ff, #3571b6 50%,#3571b6);
    border: 0;
    border-radius: 20px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #000;
    font-family: Phantomsans, sans-serif;
    font-size: 30px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    padding: 7px 4px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 5px;
    color: #fff;
}
.inputA{
    padding: 5px;
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
    border-style: outset;
    border-width: 0px 0px 2px 0px;
}
.screensize{
    font-size:20px;
}

.socialmediaicon{
    width:30px;
    margin-top:30px;
    margin-bottom:10px;
}
.stepbox{
    float: left;
    border: 1px solid #c1bfbf;
    border-radius: 15px;
    margin: 1%;
    width: 98%;
    height: 130px;
}

.stepbox .stepIcon{
    width: 50px;
    height: 105px;
    border-radius: 50px;
    background-size: cover;
    float: left;
    margin: 10px;
}
.stepbox .stepIcon img{
    width:70%;
    margin:15%;
}
.stepbox .textbox{
}
.stepbox .title{
    font-weight: bold;
    color: #39cfa9;
    font-size: 25px;
    margin-top: 7px;
    margin-bottom: 0px;
}
.benifitbox{
    width: 100%;
    font-size: 35px;
    color: #39cfa9;
    font-family: math;
}
.mediabox{
    width: 33%;
    float: left;
    height: 100px;
    text-align: center;
}
.buttonA:active,
.buttonA:hover {
  outline: 0;
}


.smalllogo{
    height:20px;
}
#mainbox {
    position: fixed;
    z-index: 100;
    right: 10px;
    background-color: #000;
    top: 10px;
    color: #dee2e6;
    padding: 10px;
    border: 2px solid #dee2e6;
    display: none;
}
#gamebox{
    overflow: hidden;
    max-width: 100%;
    left: 1%;
    top: 230px;
    margin-top: 250px;
    margin-bottom: 300px;
}
#gamepanel {
    position: fixed;
    width: 98%;
    bottom: 70px;
    height: 210px;
    margin-left: 1%;
}
.hintsarea{
    height:80px;
}
.hints{
    color: #fff;
    margin-right: 10px;
}
.saturate {
    filter: saturate(70px); /* Increase the percentage value to enhance saturation */
}
.galleryframe{
    width:92%;
    padding: 1px;
    box-shadow: 0px 2px 4px #0000004a;
    background-color: #dcdcdc;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    margin: 15px;
    float:left;
}
.galleryframe:hover{
    animation: zoomEffect 2s ease-in-out forwards;
    /*animation-timing-function: steps(1);*/
}
@keyframes zoomEffect {
    0% {
        background-size: 100%; /* Start at 1:1 (original size) */
    }
    100% {
        background-size: 1000%; /* End at 1:100 (zoomed in) */
    }
}

.galleryframe img{
    width:100%;
}

.missionsuccessClose{
    float: right;
    background-color: #000;
    color: #fff;
    padding: 4px;
    font-size: 11px;
    cursor: pointer;
}
.clickableitem{
    position: absolute;
    
}
#settingpanel{
    position: fixed;
    top: 10px;
    right: 110px;
}
.blackmask{
    background-color: #000;
    color:#000;
}
#gamemap{
    width: 100%;
    overflow:hidden;
}
.dialogue {
    background-color: #00000050;
    padding: 2%;
    color: #fff;
    font-size:25px;

}
.dialogue:nth-of-type(3n) {
    background-color: #159365;
    color: #fff;
    font-size:16px;
}

.dialogue:nth-of-type(3n+1) {
    background-color: #00000030;
}

.dialogue:nth-of-type(3n+2) {
    background-color: #00000060;
}



#gameapp {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
#missionsuccessbox{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width:340px;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    text-align: center;
    border: 2px solid #333;
    z-index: 9999;
}
#missionendingbox,
#missionstartingbox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    background: white;
    padding: 10px;
    text-align: center;
    border: 2px solid #333;
    z-index: 999;
    height: 350px;
    margin-left: -175px;
    overflow: auto;
    margin-top: -280px;
}
.typeoption{
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
}
#missionendingbox{
    display:none;
}

#missionsuccessmsg input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#missionsuccessmsg button {
    background: #0074d9;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
.main-margin {
    margin-left: 30px;
    margin-right: 30px;
    margin-top:10px;
    width: 100%;
}
#mainmenu{
    position: fixed;
    left: 10px;
    top: 15px;
    z-index: 2;
}
.selected{
    background-color: #ccc;;
}

@media (min-width: 768px) {
    
}

/* -------------- */
/* Style the custom radio container */
input[type=radio] {
    border: 0px;
    width: 100%;
    height: 2em;
}