
.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
}
.login-popup .box{
	background-color:#ffffff;
	width: 750px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;

}
.login-popup.show .box{
	opacity: 1;
	margin-left: 0;
}
.login-popup .box .img-area{
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}

@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box .form{
	flex:0 0 50%;
	max-width: 50%;
	padding:40px 30px;
}

.login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
}
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	border:none;
	border-bottom:1px solid #cccccc;
	font-size: 15px;
	color:#000000;
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}

.login-popup .box .form .btn:focus{
	outline: none;
}

.login-popup .box .form .close{
	position: absolute;
	right: 10px;
	top:0px;
	font-size: 30px;
	cursor: pointer;
}
.modal-content .form-group textarea {
    min-height: 90px;
}

.modal-content {
    width: 45%;
}

/*responsive*/
@media(max-width: 767px){
	.login-popup .box{
		width: calc(100% - 30px);
	}
	.login-popup .box .img-area{
		display: none;
	}
	.login-popup .box .form{
		flex: 0 0 100%;
        max-width: 100%;
	}
	.login-popup .box .form h1{
		color:#000000;
		font-size: 19px;
		margin:0 0 30px;
	}
	.form-group {
		position: relative;
		z-index: 2;
		margin-bottom: 12px;
		display: block;
	}
	.modal-content {
    width: 80%;
	}
}
/* pop up box  */
.popup {

  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.popup-content {
  margin-top: 40px;
  background: white;
  /* padding: 20px; */
  border-radius: 8px;
  width: 500px;
  text-align: center;
  position: relative;
}
.popup-content-trycam {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 500px;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 40px;
  cursor: pointer;
}
.popup-trycam{
    padding-bottom: 1px;
    padding-top: 13px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 1.375rem;
  background-color: #0066bb;
  color: #fff !important;

}
.btn-send {
    font-size: 20px;
    padding: 6px !important;
  background-color: #81b201;
  color: rgb(255, 255, 255);
  border-color: #81b201;
}
.btn-send:hover {
  background-color: #fff;
  color: #81b201;
  border-color: #81b201;
}
.diksha-textarea{
    border: 2px solid #e6e3f1;
    padding: 10px 15px !important;
}
.diksha-textarea::placeholder{
    font-size: 16px !important;
}


  @media only screen and (max-width: 575px) {
    .popup-content {
    width: 400px;
    }
    .popup-content-trycam {
       width: 400px;
  }

  }
  @media only screen and (max-width: 450px) {
    .popup-content {
    width: 350px;
    }
    .popup-content-trycam {
       width: 350px;
  }

  }
  @media only screen and (max-width: 400px) {
    .popup-content {
    width: 300px;
    }
    .popup-content-trycam {
       width: 300px;
  }

  }
  @media only screen and (max-width: 300px) {
    .popup-content {
    width: 290px;
    }
    .popup-content-trycam {
       width: 290px;
  }

  }
  
   .scrollable-submenu {
    max-height: 420px; 
    overflow-y: auto;
    width: 100%;
}


.scrollable-submenu::-webkit-scrollbar {
    width: 6px;
}

.scrollable-submenu::-webkit-scrollbar-track {
    .background: #81b201;
    border-radius: 3px;
}

.scrollable-submenu::-webkit-scrollbar-thumb {
    background: #81b201;
    border-radius: 3px;
}

.scrollable-submenu::-webkit-scrollbar-thumb:hover {
    background: #81b201;
}


