.style-3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.redtextbro {
	color: red !important;
}

.style-3::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.style-3::-webkit-scrollbar-thumb {
	background-color: rgb(38, 123, 255, 0.5);
	border-radius: 10px;
}
.style-3::-webkit-scrollbar:horizontal {
	width: 0px;
	height: 0px;
	background-color: #F5F5F5;
	border-radius: 10px;
	cursor: pointer;
}
.forceLowerCase {
					text-transform: lowercase;
} 

.forceLowerCase:placeholder-shown {
					text-transform: none;
}

.myInputStyle {
	height: 45px;
	border-radius: 24px !important;
	border: 0px !important;
	padding-left: 12%;
	font-size: 17px;
	border: 1px solid #e9ecef!important;
}
.input-icon>input {
	padding-left: 52px !important;
}

.login-submit-btn:hover{
	background-color: #7fa998 !important;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2) !important;
	transition:.3s;
}

.login-submit-btn:focus {
	background-color: #7fa998 !important;
}

.login-submit-btn:active{
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	transition: .05s
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;
}

#style-1::-webkit-scrollbar
{
	width: 9px;
	background-color: transparent;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e0dede;
}

.siteDrop {
	top: 93% !important;
	left: 10% !important;
	width: 88% !important;
	padding: 3%;
	border-radius: 10px;
	border: 0px;
	max-height: 300px;
	overflow: auto;
}
@media screen and (max-width: 1368px) , screen and (max-height: 768px) {
	.siteDrop {
			left: 7.5% !important;
	}
}
@media screen and (max-width: 1112px) , screen and (max-height: 834px) {
	.siteDrop {
			left: 9.5% !important;
	}
}
@media screen and (max-height: 880px) {
	.loginWhiteBox {
			padding-top: 0.5vh !important;
	}
	.loginSignInButton {
			padding-top: 0.7vh !important;
	}
}

@media screen and (max-height: 835px) {
	div.imgaoikumo {
			max-width: 15% !important;
			max-height: 15% !important;
			padding-top: 2% !important
	}
	.digitalTitle {
			font-size: 20px !important;
	}
}


.liClass:hover {
	background-color: #f5f5f5;
	border-radius: 25px;
}
.liaClass:hover {
	background-color: #f5f5f5;
	border-radius: 25px;
}
.liClass {
	z-index: 555;
}

.liaClass:focus {
	border-radius: 25px !important;
}

@media screen and (max-width: 800px) {
	.classMobile {
			width: 100% !important;
			margin-bottom: 3% !important;
	}
}

@media screen and (max-width: 800px) and (min-width: 501px) {
	.loginInputs {
			width: 78% !important;
	}
}

@media screen and (max-width: 500px) {
	.loginInputs {
			width: 90% !important;
	}
}

@media screen and (max-width: 1112px) and (min-width: 801px) {
	.loginInputs {
			width: 90% !important;
	}
}

@media screen and (min-width: 1113px) {
	.loginInputs {
			width: 67% !important;
	}
}

@media screen and (min-width: 801px) {
	.classMobile1 {
			width: 21% !important;
	}
	.classMobile {
			width: 57% !important;
			margin-bottom: 1% !important;
	}
}
@media screen and (min-width: 1210px) {
	.normalScreen {
			width: 66.66% !important;
	}

}
.dropdown-menu>li>a {
	white-space: normal !important;
}

@media screen and (max-height: 768px) {
	.siteDrop {
			height: 250px !important;
	}

}
.form-group {
	margin-bottom: 5px !important;
}
.isChromeModalImage {
	text-align: center;
	margin-right: 40px;
}
#agreement::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#agreement::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

#agreement::-webkit-scrollbar-thumb {
	background-color: rgb(38, 123, 255, 0.5);
	border-radius: 10px;
}

.referralMessage {
	color: #279bd5; 
	font-weight: 400; 
	padding: 18px; 
	font-size: 0.6rem; 
	cursor: pointer; 
	border: solid;
	border-color: #279bd5;
	border-width: thin;
	border-radius: 30px;
}

.referralMessage:hover {
	color: #FFFFFF;
	background-color: #279bd5;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2) !important;
	transition:.3s;
}

.icon {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 30px;
	overflow: hidden;
}
.icon::before, .icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-radius: 30px;
}
.icon i {
	position: relative;
	color: #FFFFFF;
	font-size: 30px;
	margin-top: 15px;
	transition: transform 1s;
}

.icon-fill::before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.icon-fill:hover {
	transform: scale(1.15);
}