/* put your own styles to customize and override the theme */
.error{
	border: solid red 2px;
	}
.label-validate{
	color: red;
	font-weight: bold;
	}	
.price{
	font-size: 29px;
	}
.amount{
	float: right;
	}
.features p{
	font-size: 20px;
	}
.features span{
	float: right;
	}
.show-wal-bal span{
	float: right;
	}
.pp_img img{
	width: 350px;
	}
.cc_img img{
	height: 120px;
	width: auto;
	}
.singleFile{
	width: 100%;
	display: block;
	text-align: left;
	padding: 0;
	}
.pull-right{
  	float: right;
  }
.pull-left{
  	float: left;
  }	
.files-upload{
	padding: 1rem 4.8%;
	text-align: left;
	border:solid 1px #ccc;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2rem;
	background: #f3f7f7;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	margin: .5rem 0;
	display: block;
	width: 100%;
	}
.remove{
	font-family: 'Quicksand', sans-serif;
	font-size: 1rem;
	text-decoration: none;
	color: #F08080;
	font-weight: bold;
	border:none;
	background: transparent;
	cursor: pointer;
	margin: auto .5rem;
}
.loader_div{
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  z-index: 99;
  opacity:0.9;
  display:none;
  background: white url('../images/loader2.gif') center center no-repeat;
  }
  .small-buttons{
  	cursor: pointer;
  }
  .bg-danger-2{
  	color: #ff1744;
  }
  .badge-danger-2{
  	background-color: #ff1744;
  	color: white; 
  }
  .bg-primary-2{
  	color: #1A237E;
  }
  .bg-success-2{
  	color: #43A047;
  }
  .bg-warning-2{
  	color: #FBC02D;
  }
  .show_payment_button{
  	display: none;
  }

  .mobile_tpr{
  	position: fixed;
    right: 0px;
    top: 18%;
    z-index:10;
    border: 1px solid #f9a825;
    color: #212121;
    padding: .5rem;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f5b548;
  }

  		#mobile_sh    { display:block; }
	@media screen and (min-width: 900px) {
	    #mobile_sh   { display:none; }
	}

		#pc_sidebar    { display: none; }
	@media screen and (min-width: 900px) {
	    #pc_sidebar   { display:block; }
	}
	.chat_widget{
		position: fixed;
		bottom: 5%;
		right: 2.5%;
		z-index: 10000;
		width: 170px;
		height: auto;
		cursor: pointer;
	}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}


/*Whatsapp Chat widget*/
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    z-index: 1000;
    animation: bounce 2s infinite; /* Add bounce animation */
}
.whatsapp-button img {
    width: 50px;
    height: auto;
    display: block;
}
.whatsapp-button:hover img {
    opacity: 0.8;
}
/*Whatsapp Chat widget*/