/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /*
* Login Design
*/

.header-section .loginbtn .user-ac span {
    display: none;
}
button.submit.show_hide_btn {
    display: none;
}
p.grey:after {
/*     border-top: .1px solid #bdbdbd; */
    content: "";
    display: inline-block;
    margin: 0 8px;
    transform: translateY(-4px);
    width: 15px;
}
p.grey:before {
/*     border-top: .1px solid #bdbdbd; */
    content: "";
    display: inline-block;
    margin: 0 8px;
    transform: translateY(-4px);
    width: 15px;
}
p.grey {
    text-align: center;
}
.card-box {
    position: relative;
    width: 400px;
    height: auto;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    padding: 30px;
}


.card-box h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
    padding: 15px 30px;  
    color: #000; 
}

.card-box .text-holder {
    margin-bottom: 15px;
    width: 100%;
	text-align:left;
}

.card-box input {
    border: none;  
    padding: 10px 16px;
    margin: 0px;
    background: #f1f1f1;
    font-size: 15px;
    width: 100%;
    height: 45px;
    border-radius: 8px;
}

.card-box .submit, .boxes_wrap .submit {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;    
    font-size: 16px;
	color:#fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.boxes_wrap .submit {
    max-width: 160px;;
}
.header-nav.user-login .text-holder a {
    font-size: 15px;
    text-decoration: underline;  
}
a.ivs_loginbtn-pop-over .icon-user {
    /* background-image: url(../images/whiteimage.png); */
    width: 100%;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
    TEXT-ALIGN: LEFT;
    color: #fff;
}
.card-box .submit:hover { 
    transform: scale(1.02);
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.6)
}
.boxes_wrap .submit:hover { 
    transform: scale(1.02);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6)
}

.ivs-form-loader {
    height: 16px;
    background: url(../images/ajax-loader.gif) center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
}

a.ivs_loginbtn-pop-over .icon-user::before {
    display: none;
}

.ivs-alert-message {
    padding: 4px 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 6px;
    display: none;
    text-align: left;
}

.ivs-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.ivs-success {
    color: #f9f9f9;
    background-color: #29cd81;
    border-color: #29cd81;
    display: block;
}

.btn {
    border: none;
}

.btn:focus {
    box-shadow: none;
}

.loginbtn {
    position: relative;
	cursor:pointer;
}

.loginbtn .ivslogin-modal {
    position: fixed;
/*     left: 0; */
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    right: 0;
	top: 0;
    display: flex;
    justify-content: center;
    background: #00000087; 
    height: 100vh;
	width: 100%;
	align-items: center;
}


.min-side .loginbtn .ivslogin-modal {
    top: 0;
}
.container.alert-warning {
    padding: 15px;
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    z-index: 2;
    position: relative;
}
.emailonly_wrap h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
	line-height:1.5;
}
.domain_userwrap {
    background: #cfcfcf;
    padding: 15px;
    border-radius: 8px;
}

.loginbtn .ivslogin-modal.modalopen {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
    cursor: auto;
}

.loginbtn .ivslogin-modal .modal-heading h2 {
    font-size: 22px;
    margin: 0 0 20px;
}

.loginbtn .ivslogin-modal span.ivs_block-close {
    position: absolute;
    top: -15px;
    right: -10px;
    /* background: #2b2828; */
    width: 35px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.lwp-btn {
    background:#000;   
}
.ivs-login-form .submit.disabled {
    opacity: 0.7;
    cursor: wait;
}
.msg_data {
    font-size: 15px;
    background: #ffe5d0;
    width: 100%;
    /* text-align: center; */
    padding: 12px;
    position: fixed;
    top: 25%;
    z-index: 9999;
    text-align: center;
    width: 100%;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.loading_wrap.hide, .msg_data.hide, span.ivs-form-loader.hide {
    display: none;
}
.loading_wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);;
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 100% !important;
}
.loading_wrap img {
    position: absolute;
}
.loading_wrap span {
    position: relative;
    display: block;
    top: 40px;
}
.loading_wrap::-webkit-scrollbar {
    display: none;
}
span.ivs_close-login-box img {
    background: black;
    border-radius: 50%;
    padding: 3px;
}
.premium_overlay {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
}
.inner-facilis-wrap {
    position: relative;
	padding: 30px 0;
}
.pre_text {
    position: relative;
}
.ivs-form-wrapper {
    font-family: sans-serif;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;       
  box-shadow: none;  
}
.lgn_wrap_btn {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.article_cotent .lgn_wrap_btn a {
	border: 1px solid #145759; 
	padding: 8px 20px;
	color: #145759;
}
@media (max-width: 767px) {
    #Top_bar .logo #logo {
        padding: 0!important;
        margin: 10px 15px !important;
        max-width: 70%;
    }
    #Top_bar a#search_button {
        right: 65px;
        top: 5px !important;
    }
    .top_bar_right .loginbtn {
        top: 10px;
        right: 50px;
    }
    #Top_bar a#search_button {
        right: 65px !important;
    }
}

@media (max-width: 480px) {
	.lgn_wrap_btn {
		flex-flow:column;
		gap:10px;
	}
    .card-box {
        width: 350px;        
    }
    .loginbtn .ivslogin-modal {
        right: 0px !important;
        min-width: 100%;
        width: 100%;
    }
}
@media (max-width: 351px) {
    .card-box {
        width: 100%;        
    }  
}