/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url("../../includes/fontawesome/fontawesome.min.css"); 

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 1px grey; 
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: gray ; 
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: gray; 
}
#EscPublic, #EscAdmin{
	position: fixed;
    bottom: 30px;
    z-index: 99999;
}
.esc-right{
	right: 30px;
}
.esc-left {
    left: 30px;
 }
 .esc-left .esc-btn-wrapper{
    text-align:left;
 }
.esc-box{
	width: 320px;
    background-color: white;
    bottom: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 2px 10px rgb(38 37 40 / 25%);
    font-size: 15px;
}
.esc-title{
	font-size:20px !important;
	margin-top:0;
	margin-bottom:10px;
	color:#fff;
}
.esc-box-header{
	padding: 20px;
	background:var(--primary-color);
	margin-bottom:50px;
}
.esc-desc{
	background-color: white;
    box-shadow: 0 2px 6px rgb(38 37 40 / 10%);
    overflow: hidden;
    padding: 20px 15px;
    margin-bottom: -70px;
	font-size: 14px;
    font-weight: 300;
	line-height:15px;
    color:var(--text-color);
}
.esc-desc span{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
#mainScreen .esc-desc span{
    font-size:15px;
}
.esc-desc span i {
	color: var(--primary-color);
    font-style: normal;
}
.esc-form-field input{
    margin-bottom: 0px !important;
    font-size: 14px !important;
    padding: 0 !important;
    width: 140px !important;
    height: 40px !important;
    border-bottom: 2px solid #d9d9d9 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
	font-weight: 400 !important;
}
.esc-form-field input::placeholder, .esc-form-field textarea::placeholder{
	color:#ccc;
	line-height:17px;
	font-weight:100;
    font-family: monospace;
    font-size:14px;
}
.esc-form-field button{
	width: calc(100% - 140px);
    padding: 0;
    margin-left: 10px;
    font-weight: 400;
    height: 36px !important;
    background:var(--primary-color);
    border-color:var(--primary-color);
    border:1px solid;
    color:#fff;
    cursor: pointer;
}
.esc-form-field{
	display: flex;
    justify-content: center;
    align-items: end;
}
.esc-box-footer{
	padding:10px 20px 20px;
	display:block;
}
.esc-links-wrapper{
    margin: 0 -5px;
}
.esc-desc .icon{
    color:var(--primary-color);
}
.esc-link, .esc-plugin-link{
	width: calc(50% - 10px);
    background-color: white;
    box-shadow: 0 2px 6px rgb(38 37 40 / 10%);
    overflow: hidden;
    padding: 10px 0;
    height: 93px;
    float: left;
    color: var(--secondary-color);
    cursor: pointer;
    font-size: 12px;
    border-top: 3px solid transparent;
    -webkit-transition: border .2s,color .2s;
    transition: border .2s,color .2s;
    position: relative;
    margin: 5px;
    display: inline-grid;
    align-items: center;
}
.esc-link:hover, .esc-plugin-link:hover{
	border-top: 3px solid var(--primary-color);
    color: black;
}
.esc-link-title{
	line-height: 15px;
    color: var(--secondary-color);
    padding:10px;
}
.esc-link span, .esc-plugin-link span{
	font-size:24px;
    color: var(--esc-box-icon-color);
}
.esc-desc a{
    color:var(--primary-color);
    text-decoration:none;
}
.esc-btn-wrapper{
	margin-top:25px;
	text-align:right;
}
#mainScreen .esc-desc strong {
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#EscBtn{
	border-radius: 50px;
    background: var(--primary-color);;
    border-color: var(--primary-color);;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
	min-width: 54px;
    height: 54px;
    width:auto;
    border: 1px solid;
    cursor: pointer;
}
#EscBtn span{
	padding-right:10px;
}
#EscBtn.EscBtnStyle span{
	padding:0;
}
.EscBtnStyle span.icon:before{
	content: "";
    width: 1px;
    height: 32px;
    background: #fff;
    transform: rotate(45deg);
    display: inline-block;
}
.EscBtnStyle span.icon:after{
	content: "";
    width: 1px;
    height: 32px;
    background: #fff;
    transform: rotate(-45deg);
    display: inline-block;
}
#EscBtn span.fa {
    padding-left: 10px;
}
#EscBtn.EscBtnStyle span.icon.fa{
    padding-left:0px;
}
.EscBtnStyle span.text{
	display:none
}
.footer-bottom{
	display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    font-weight:400;
    color: var(--text-color);
}
.footer-bottom a{
    color:inherit;
}
.footer-icon{
    color: var(--esc-box-footer-icon-color);
}
#back-icon{
	position: absolute;
    color: #fff;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
}
.back-default:before{
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);

}
.back-default:after{
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
    top: 10px;

}
.esc-item{
	position: relative;
}
/* Esc Style1 */

.esc-item.style2 .esc-box-header .esc-desc span{
	width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    margin-top: -54px;
    position: absolute;
    left: calc(50% - 40px);
    box-shadow: 0 2px 6px rgb(38 37 40 / 10%);
}
.esc-item.style2 .esc-box-header .esc-link-title{
	margin-top: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
}
.esc-item.style2 .esc-box-header{
	padding-top: 60px;
}
.esc-item.style2 .esc-form-wrapper{
	background-color: white;
    /* box-shadow: 0 2px 6px rgb(38 37 40 / 10%); */
    padding: 0;
    position: relative;
}
.esc-item.style2 .esc-form-wrapper .esc-form-field{
	display: block;
}
.esc-item.style2 .esc-form-field input{
	font-size: 15px !important;
    color: black;
    display: block;
    border: 1px solid !important;
    line-height: 30px;
    height: 30px !important;
    -webkit-transition: border-color .2s,color .2s !important;
    transition: border-color .2s,color .2s !important;
    border-radius: 5px !important;
    padding: 0 10px !important;
    box-shadow: none;
    outline: 0;
    width: calc(100% ) !important;
    margin-right: 0;
    margin-bottom: 10px !important;
    border-color: #E9E9E9 !important;
}
.esc-item.style2 .esc-form-field textarea {
	color: black;
	font-size: 15px !important;
    width: calc(100%);
    height: 136px;
    margin-bottom: 10px !important;
    border-color: #E9E9E9 !important;
    padding: 10px;
    border-radius: 5px;
	font-weight: 400;
}
.esc-item.style2 .esc-form-field button {
    width: 100%;
    margin-left: 0;
	border-radius:5px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer;
}
.body.login-action-login #EscPublic{
	display:none;
}
.esc-item{
	display:none;
}
.esc-item.item-active{
	display:block;
}
input:focus-visible, textarea:focus-visible {
    outline-offset: 0px;
    outline: 0;
}
.footer-bottom a{
    text-decoration:none;
 }
 #EscBox a{
    text-decoration:none;
 }
 #EscAdmin .footer-icon {
    background: linear-gradient(45deg, #ff6116, #ef1638 );
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
#EscAdmin .footer-icon img {
    width: 100%;
}
@media screen and (min-width:675px) {
    
}