@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

:root {
  --red: #E14A4A;
  --orange: #F48B0E;
  --teal: #0E1E27;
}

* {
  font-family: 'Play', sans-serif;
}
.bold {
  font-weight: 700;
}
h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 50px 0;
}
/* 
body {
  background-image: url(http://manuvr.local/wp-content/uploads/2022/10/Mask-Group-49-1.png)!important;
  background-size: 346px 276px;
  background-repeat: repeat;
  background-position: center top;
}
.header {
  background-image: url(http://manuvr.local/wp-content/uploads/2022/10/Mask-Group-50-1.png);
  min-height: 30vh;
  width: 100%;
  max-width: 2560px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
} */

.red {
  color: var(--red);
}
.orange {
  color: var(--orange);
}
.white {
  color: #fff;
}

.edit-btn {
  border: 3px solid var(--orange);
  background-color: #000;
  padding: 5px;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}
.edit-btn .fa-pen {
  color: var(--orange);
}
a .edit-btn{
  transition:.2s;
}
a.icon{
  position:relative;
  display:block;
  width:35px;
}

a:hover .edit-btn{
 opacity:.6;
 transition:.2s;
}

#avatar-edit-button{
  height:30px;
  position:absolute;
  bottom:15px;
  right:30%;
  z-index:1000;
}
#avatar-edit {
  right:0px;
}

.user-wrapper {
  max-width:700px;
  height: 350px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding-left:30px;
}
.page-title {
  background-size: 346px 276px;
  background-repeat: repeat;
  background-position: center top;
  background-image: url(../user/background-patch.png)!important;
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:0px;
  position:fixed;
  bottom:0px;
  left:0px;
}
.page-title h1 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    color: #FFFFFF!important;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom:0px;
    margin-bottom:0px;
}

.user-info {
  float: left;
    /*position:relative;
    z-index:-1; */
    /*comment*/
}
.edit-btn:first-of-type {
  margin-top: 5px;
}
.user-info p {
  padding-bottom: 7px;
}
.user-info .name {
  font-size: 16px;
}
.user-info .aka, .user-info .email {
  font-size: 14px;
}
.user-info .alias {
  font-size: 30px;
}

img.selected-weapon {
  width: 150px;
  margin-top: 5px;
}

.aka:nth-last-of-type(1) {
  margin-top: 40px;
}

.avatar {
  z-index: -1;
  max-width: 450px;
  right:0px;
  margin-top:0px;
  left:50%;
  transform:translateX(-45%);
  position:relative;
}
.user-avatar{
  overflow:hidden;
  /*width:230px;*/
  width:50%;
  right:0px;
  position:absolute;
  top:-100px;
  max-height:500px;
}

.qr {
  height: 210px;
  width: 210px;
  border: 5px var(--orange) solid;
  margin: auto;
  background-color: black;
  
}

.qr p {
  text-align: center;
  color: var(--orange);
  margin: 10px;
  font-family: 'Play', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.qr img {
  width: 130px;
  margin: 0 auto;
  display: block;
}
#expand-qrcode .qr {
  height: 370px;
  width: 370px;
}
#expand-qrcode .qr p {
  margin: 16px;
  font-size: 17px;
}
#expand-qrcode .qr img {
  width: 260px;
}
#expand-qrcode .qr .fa-xmark {
  color: #fff;
  font-size: 30px;
  float: right;
  margin-top: -60px;
}
#expand-qrcode .code {
  text-align:center;
  font-size:25px;
  padding-top:10px;
  color:white;
}
#preview-qr .code{
  padding-top:45px;
  color:white;
  text-align: center;
}

.right-border {
    width: 0;
    height: 0;
    border-bottom: 75px solid var(--teal);
    border-left: 100vw solid transparent;
}
.qr-bg {
  background-color: var(--teal);
  display: flex;
  justify-content: center;
  position:absolute;
  width:100%;
  padding-bottom:120px;
  padding-top:30px;
}
.right-border-container{
  overflow:hidden;
  z-index:999;
  position:relative;
}
.show-overlay {
  opacity:1 !important;
  display:block !important;
  transition: .5s;
  transition-timing-function: ease-out;
}
.overlay.pop-up.show-overlay {
  display:block !important;
  position:fixed;
  z-index:1000;
  top:0px;
  opacity:1;
  height:100%;
  transition: .3s;
  transition-timing-function: ease-out;
}
#close-popup {
  cursor:pointer;
}
#overlay{
  opacity:0;
  display:none;
  transition: .5s;
  transition-timing-function: ease-out;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity:0;
  display:none;
  transition: .5s;
  transition-timing-function: ease-out;
}
.overlay-qr {
  z-index:10000;
}

#pop-up-box {
  background-color: #0E1E27;
  padding: 0 0 10px 0;
  color: white;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  min-width: 300px;
}

#pop-up-box .fa-xmark {
  display: flex;
  justify-content: end;
  font-size: 23px;
  padding: 10px;
}

.popup-content {
  padding: 11px 11px 18px 11px;
}

.popup-content p {
  font-family: 'Play', sans-serif;
  font-size: 19px;
}

.popup-content{
  padding-left:16px;
  padding-right:16px;
  padding-bottom:0px;
  padding-top:15px;
  margin-bottom:15px;
}

.popup-content:after{
  content:"";
   position:absolute;
   top:-5px;
   right:5px;
   cursor:pointer;
}

.popup-content p:last-of-type {
  line-height: 22px;
  margin-bottom: 16px;
}

.popup-content h2 {
  font-family: 'Play', sans-serif;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
}

.action-button {
  color: #FA8100;
  text-transform: uppercase;
  background-color: #000;
  border: 4px solid var(--orange);
  border-radius: 4px;
  padding: 15px 25px;
  padding: 14px 34px;
  font-weight: 700;
  font-size: 15px;
  cursor:pointer;
}

/* menu */
.menu-layer ul.menu {
  list-style: none;
  text-align:center;
  padding-left:0px;
  padding-right:0px;
}
.menu-layer ul li, .menu-layer ul li a, #user-menu h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-family: 'Play', 'Roboto', sans-serif;
  font-weight:600;
  text-align: center;
  line-height: 35px;
}
.menu-layer ul li, .menu-layer ul li a {
  padding-bottom:0px;
  padding-top:0px;
}
.menu-layer ul li {
  padding-bottom:5px;
  padding-top:0px;
}
.menu ul li {
  padding-bottom:5px;
  padding-top:0px;
}


#user-menu {
  height: 571px;
}
.menu-layer {
  position:relative;
  z-index:1;
}
.menu-holder{
  position:absolute;
  left:50%;
  transform:translate(-50%);
  text-align: center;
  color:white;
  width:100%;
  top:40px;
  height:300px;        
}

.menu-holder .menu-primary-container, .menu-holder .menu-user-menu-container {
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
.menu-holder h2{
  color:white;
  margin-top:20px;
  transition: .5s;
  transition-timing-function: ease-out;
}
.menu-holder li a:hover{
  color:black;
  margin-top:20px;
  transition: .5s;
  transition-timing-function: ease-out;
}
.menu-layer-show {
  z-index:1000;
}
.user-menu-style {
  background-image: linear-gradient(to left top, #ea6a73, #eb6f6f, #eb736b, #eb7867, #eb7d64);
  top: -260px;
  z-index: 100;
  position: relative;
    width:6000px;
    left:50%;
    transform:translateX(-50%);
}
.user-menu-wrapper {
  z-index:10001;
}
.user-menu-transform {
  transform: rotate(10deg);
}
.user-menu-style:last-of-type {
  height: 8px;
  margin-top: 12px;
  padding: 0;
}

.menu-box {
  background-color: #000;
  border: 4px solid var(--orange);
  width: 52px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  position: absolute;
  top: -6px;
  right: 25px;
}
#view-menu {
  position:absolute;
  top: -500px;
  transition: .3s;
  transition-timing-function: ease-out;
  width:100%;
  overflow:hidden;
  padding:0px;
  margin:0px;
}
.show-menu {
  top: -30px !important;
  transition: .5s;
  transition-timing-function: ease-out;
}
.line {
  width: 24px;
  background-color: var(--orange);
  height: 3px;
}

#hamburger-menu {
  z-index: 200;
  cursor:pointer;
  top:30px;
}
#open-menu {
  flex-direction: column;
  justify-content: space-evenly;
  padding: 5px;
}
#close-menu .line:first-of-type {
  transform: rotate(45deg) translate(7px, -10px);
}
#close-menu .line:last-of-type {
  transform: rotate(-45deg) translate(10px, 7px);
}
#close-menu .line {
  position: absolute;
  right: 50%;
  top: 50%;
}

#login-custom .et_pb_login_form {
  width:100%;
  padding-left:0px;
}

#login-holder-custom{
  border-radius:15px;
}
#login-holder-custom button {
   border-radius:15px;
}


/* Remove the below if we dont want the page cropped */

.entry-content {
  max-width:2000px;
  margin-left:auto;
  margin-right:auto;
}

.menu {
  width:100%;
  max-width:2000px;

}
.page-title{
  max-width:2000px;
  left:50%;
  transform:translateX(-50%);
}

#main-content{
  background-color:#0c161c !important;
}
.page-title {
  z-index:1000;
}