/* LOADER  */

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 30% auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.loader-big {
    position: absolute;
    width: 100%;
    padding: 0px 150px;
    /* vertical-align: middle; */
    height: 100%;
    background: #00000017;
    z-index: 999999;
}

/* END LOADER */

.banklogo{    width: 122px;
    margin-right: 10px;
    margin-top: 30px;}
/*
Custom css
*/

.w-xl{
	width: 50% !important;
}




#linkAddS{
	border: 1px solid #ababab;
	border-radius: 10px;
	text-align: center;
	width: 30%;
	margin: 5px;
	cursor: pointer;
	
}
.modal-dialog {
    max-width: 90% !important;}
    
	.content-main-arenas-menu{
	background-image: url(../../assets/images/allp.png);
    background-position: 70% 138%;
    background-size: 40%;
        background-attachment: fixed;
    background-repeat: no-repeat;
	}

	.peopleBackground{
    position: fixed;
    width: 620px;
    height: 410px;
    bottom: -90px;
    left: 100px;
    background-image: url(../../assets/images/allp.png);
    background-size: 110%;
    background-repeat: no-repeat;
    	}
    	
    	 .edit-user{
	    	 width:65%;
    	 }
.delete-user{
	   width:30%;
}

body .nav-icon{
    margin-left: -0.5rem;
    margin-right: -0.5rem;}

.wBottomBtn{
	border-top:1px solid transparent;
}
.wBottomBtn .btn.nav-link{
	    border: 1px solid rgba(120, 130, 140, 0.2) !important;
	    font-weight: 700;
	    border-radius: 0px;
}

.wArenasTop{
	margin-top: -35px;
}

.rank-up2{
	color: #8fd1be;
}
.rank-down2{
	color: #ca3130;
}

.rank-up2::after{
content: "↑";
    

}
.rank-down2::after{
content: "↓";


}
.display-non{
	display: none!important;
}


.dupZira{

}
.display-none{
	display: none;
}
.acNoac{
	position: absolute;
    right: 15px;
}
.text-left{
	text-align: left;
}
.pink {
    background-color: #e91e63!important;
    color: rgba(255, 255, 255, 0.85)!important;
}
.light-green{
	color: white!important;
}
.padding.box.arena-menu {
	    margin-bottom: 0px;
    border-radius: 0px;
}
.padding-0{
	padding: : 0px!important;
}
.radius-0{
	border-radius: 0px!important;
}
.m-coin {
    width: 30px;
    height: auto;
}
.m-gold {
    content: url(../images/gold.svg);
}
.m-silver {
    content: url(../images/silver.svg);
}
.m-bronze {
    content: url(../images/bronze.svg);
}
.m-default {
    content: url(../images/default.svg);
}
.comDisplay{
	
}
.text-center{
	text-align: center;
}
.arrow.left {
    top: none;
    right: -7px!important;
     left: none; 
    margin-top: 8px!important;
}

.roteat-180{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
._900{
	font-weight: 900;
}
.open-qus{
	cursor: pointer;
}
.padding.padEx {
    display: inline-flex;
}

.wid25{
	    width: 25%!important;
	       border-left: 1px solid #dee2e6;
}
.maddim{
	max-height: 450px;
    overflow: scroll;
    /* padding-top: 141px; */
    position: fixed;
    width: 30%;
}

@media (max-width: 767.99px){
	
	.mobile-display-none{
		display: none !important;
	}
	
	
	.maddim{
	max-height: 100%;
    overflow: none;
    /* padding-top: 141px; */
    position:inherit;
    width: 100%;}
	
}

.txtera {
	   overflow: auto;
    height: 200px;
    resize: vertical;
    width: 100%;
    border: 1px solid #8080802b;
    border-radius: 6px;
}
.linktext,.linktext2{
/* 	width: 100%; */
width: 45%;
    border: 1px solid #8080802b;
    border-radius: 6px;
}

.linktextQ,.linktext2Q{
	width: 100%; 

    border: 1px solid #8080802b;
    border-radius: 6px;
}

.inputtext{
	
    width: 100%;
    border: 1px solid #8080802b;
    border-radius: 6px;
}

.note-editable.card-block.txteraEdit {
    border: 1px solid #8080802b;
    border-radius: 6px;
    padding: 2px;
}

button.md-btn.md-fab.mb-2.white.red {
    width: 25px!important;
    height: 25px!important;
    line-height: 12px!important;
}


button.md-btn.md-fab.mb-2.white.green.addQ,button.md-btn.md-fab.mb-2.white.yellow.addQ,button.md-btn.md-fab.mb-2.white.warn.addQ{
	/* width: 25px!important;
    height: 25px!important;
    line-height: 12px!important;*/
        width: auto!important;
    height: auto!important;
    border-radius: 10px;
    line-height: 16px!important;
    margin: 20px;
}


.tableMad td{
	padding: 0px
}
.tableMad select,.tableMad input{
	    height: 35px;
    border-radius: 0px;
}

.tableMad button{
	width:100%;
}


	.content-main{
	background-image: url(../../assets/images/buildings.png);
    background-position: 50% 124%;
    background-size: 80%;
    background-attachment: fixed;
    background-repeat: no-repeat;
	}
	.yesnoInput{
	display: inline-block;
    width: 50%;
    margin-right: 20px;}
    
    .box, .box-color{
	    border-radius: 10px !important;
    }


body a.btn.theme-accent{
background-color: #6b1888 !important;}


.addqs{
	    top: -15px;
}
.arq{
	    padding: 0;
    text-align: center;
}

.ahuz80{
	width: 79%;
    display: inline-block;
}
.ahuz20{
	width: 19%;
    display: inline-block;
}


.inblock-49{
	display: inline-block;
    width: 49%;
}

.newQa {
    padding: 10px 22px;
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.deletChOISq{
	position: absolute;
	left: 15px;
}
.addm td {
    vertical-align: middle!important;
}
.ynicon{
	    font-size: 100px;
    opacity: 0.2;
    color: #4caf50;
    right: 0px;
    position: absolute;
    overflow: hidden;
    top: -2px;
}
.scicon{
    font-size: 100px;
    opacity: 0.2;
    color: #ffbd3b;
    right: 0px;
    position: absolute;
    overflow: hidden;
    top: -2px;
}
.chicon{
	    font-size: 100px;
    opacity: 0.2;
   color: #907ded;
    right: 0px;
    position: absolute;
    overflow: hidden;
    top: -2px;
}
.overhi{
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    overflow: hidden;

}

.mar10{
	margin: 10px 0px;
}


.clr {
    width: 100%!important;
    margin: 10px 0px!important;
}


.d-inline-flex {
    width: 100%;
}
a.btn.white.d-flex.align-items-center.mr-1 {
    width: 100%;
}

.py-2 a {
    font-size: 16px;
    padding: 5px;
    color: white!important;
}

.menager span{
	display: inline-block!important;
}
span#menuUsername {
	font-weight: bolder;
    display: inline-block;
}
span#menuUsernameLvl {
    display: inline-block;
    float: left;
    
    margin-left: 10px;
}
i.bigfont {
    font-size: 40px;
    display: block;
}


button.btn.btn-sm.btn-block.white.nav-link.enter-arena {
    color: #25292a;
}
/*
.changeGameMode {
    box-shadow: 2px 2px 2px 1px grey!important;
    cursor: pointer;
}

.changeGameMode:hover {
    box-shadow: 2px 2px 0px 0px grey!important;
    cursor: pointer;
}
*/

button.editorSave {
    background-color: grey;
    /* width: 200px; */
    /* height: 10px; */
    font-size: 14px;
}

