.add-button {
    position: fixed;
    float: left;
    bottom: 88px;
    /*left: 0px;*/
    z-index: 99999999;
    color: #fbfbfb;
    font-weight: bold;
    font-size: large;
    border-radius: 25px;
}

.swal-wide{
    background-color:white !important;
    min-width:300px !important;
    max-width:1000px !important;
    /*color:white !important;*/
}

.lazy {
	display: block;	
	/* optional way, set loading as background */
	/*background-image: url('../img/loading.gif');*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.title01 {
	font-family: Arial Regular;
	font-size: 38px;
	color:#ffcd23;
}

.title02 {
	font-family: Arial Regular;
	font-size: 22px;
	color: #a3a3a3;
}

.linktitle {
	font-family: Arial Regular;
	font-size: 22px;
	color: #ffcd24;
}

.title03 {
	font-family: Arial Regular;
	font-size: 22px;
	color: #a3a3a3;
}

.highligh01 {
	font-family: Arial Bold;
	font-size: 22px;
	color: #ffd53c;
}

.title04 {
	font-family: Arial Regular;
	font-size: 22px;
	color: #a3a3a3;
}

.toplinegradient {
	margin-top: 13px;
	height: 3px;
	background: linear-gradient(to right, #de5526, #ffffff 20%, #ffffff 80%, #de5526 100%);
}

.copyrighttext {
	font-family: Arial Regular;
	font-size: 14px;
	color: #b1b1b1;
}

.lineargradient {
	background: linear-gradient(to right, #fff3cd 0%, #f6ca5c, #724800 100%);
}

/* klikbcs */
.logo-control-web {
	/*width: 70%;*/
	width: 50%;
}

.mytopsignupform {
	margin-top: 3%;
}

.pass-square {
	position: absolute;
	top: 20%;
	right: 10px;
	width: 24px;
	height: 22px;
	border-style: solid;
	border-color: #000000;
	border-radius: 3px;
}

.greywhite:hover {
	background: #000000;
}

.whitecolor-text {
	color: #FFFFFF;
}

.text-size-username {
	font-size: 18px;
}

.lang-dropdownweb {
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 22px;
    font-size: 14px;
    line-height: 1.738462;
    border-radius: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.myfloatleftpositionweb {
    float: left;
    margin-left: 30%;
}

.menubar-web {
	width: 100%;
}

.menubar-webbackground {
	background-color: #FFFFFF;
	padding: 5px;
}

.menubar-column {
	float: left;
	width: 12%;
	cursor: pointer;
	border-right: 1px solid #d6d6d6;
	margin-left: 3px;
	color: #000000;
	font-weight: 700;
    font-size: 16px;
    font-family: sans-serif;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #121622;
  width: 100%;
  height: 6%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;  
}

.menubar-column:hover .dropdown-content {
	display: block;
}

.menubar-column:hover {
	color: #de5526 !important;
}

.menuweb-text {
	color: #acadae;
	font-size: 7pt;
}

.menuweb-texthover {
	color: #ffffff !important;
}

.website-menuicon {
	width: 80px !important;
	height: 40px !important;
}

.menuhover:hover span {
	color: #FFFFFF !important; 
}

.font_black {
	color: #000000 !important;
}

.chathoverweb:hover {
	background-color: #de5526 !important;
}

.wd-depo-topbar {
	color: #000;
	background-color: #ffffff;
	border-color: #460002;
	border-radius: 20px 20px 0px 0px;
	height: 70px;
	box-shadow: 2px 0px 10px #000;
}
