/* Rgister And Login */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
  color:  var(--switch-textWhite);
  text-decoration: none;
}
a:hover{
    color: rgba(117, 117, 117, 1) !important;
}
body{
    font-family: 'Poppins', sans-serif;
    /* background-color: #161616; */
}
.flex_center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    align-items:center;
} 
.login_pop_con{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999999;
    -webkit-box-pack: center;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #f7f7f7;
    display: none;
    transition: all 2.ease-out;
}
@supports(backdrop-filter: blur(1rem)){
.login_pop_con{
    background:rgba(126, 105, 105, 0.1);
    backdrop-filter: blur(1rem);
    }
}
.login_pop_con_wrap{
    display: flex;
    height:100%;
    align-items: center;
    justify-content: center;
}
.login_pop_inner{
    margin:0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    /* top: .5rem; */
    width: 100%;
    padding: .5rem;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: .7rem;
    background-color: var(--switch-darkBGShaded);
    border: 1px solid var(--switch-darkBorderlight);
    color: inherit;
    z-index: 9999999;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1); */
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: hidden;

    transform-origin: 50% 0%;
  transform: scale3d(1, 1, 1);
  transition: none;
  -webkit-animation: expand 0.2s 0.1s ease-out forwards;
  animation: expand 0.2s 0.1s ease-out forwards;
  opacity: 0;
}
.fade-in {
    opacity: 1;
}
.login_pop_header{
    padding:.5rem;
}
.header_switcher{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    margin-bottom: .5rem;
    padding:0 0rem;
    border-bottom: 4px solid transparent;
}
.switcher_togle{
    cursor: pointer;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    display: inline;
    font: 15px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 16px;
    font-weight: 500;
    /* max-width: 100%; */
    min-height: 35px;
    border-radius: 0px;
    border-bottom: 4px solid transparent;
    background-color: transparent;
    color:rgba(0,0,0,1.00);
}
.clicked{
    border-bottom: 4px solid #2994f7 !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
}
.socialSection{
    padding: 1rem 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.socialSectionBtn_{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ceced2;
    padding: 0;
    background: #fff;
    font-weight: 500;
    color: #fff;
    background-color: #d14848;
    cursor: pointer;
}
.socialSectionBtn_:last-child{
    margin-top: .5rem;
    background-color:#283b68;
}
.socialSectionBtn_ .icon--3tQWK {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 2px;
    top: 1.2px;
}
.seperator--sos{
    position: relative;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reg-btn{
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 1rem;
    background-color:#2994f7;
    border: 1px solid #2994f7;
    color: rgb(255, 255, 255);
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.fpass{
    padding:1rem;
    font-size: 14px;
}
.reg-btn:focus{
    outline: 0 !important;
    background-color: #97bbff;
    border: 1px solid #8ea8d7;
    color:#2994f7;
}
.login_x{
    outline:0;
    border: none;
}
.clssvg{
    width:30px;
    height:30px;
    stroke:var(--switch-textWhite);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-textWhite);
    cursor: pointer;
}
.clssvg:hover{
    outline:0;
    border: none;
    cursor: pointer;
    background-color:#e6e6e6;
}
.login_pop_inner .position-relative{
    padding-left:1.2rem;
    padding-right:1.2rem;
    margin-bottom: .7rem;
    position: relative;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}
.login_field{
    padding-block:.5rem;
    font-size: 14px;
    position: relative;
    bottom: 4px;
}
.form-con {
    width: 100%;
    min-width: 0px;
    outline: transparent solid 0px;
    outline-offset: 2px;
    appearance: none;
    font-size: 15px;
    padding-inline-start: .7rem;
    padding-inline-end: .7rem;
    height: 2.4rem;
    border-radius: .2rem;
    border-top-width: 1px;
    border-top: 1px solid var(--switch-bleColor) !important;
    border-width: 1px;
    border-style: inset;
    border-image: initial;
    /* border-color: rgba(207, 217, 222, 0.338); */
    border: 1px solid var(--switch-bleColor);
    background: inherit;
    color:var(--switch-textWhite);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
}
.form-con:focus{
    outline: none;
    border-color: var(--input_focus) !important;
    box-shadow: 0 0 0 4px rgb(141 187 247 / 35%) !important;
}
.reg_switch{

}
.input_error{
    display: none;
    font-weight: 400;
    margin: .2em 0;
    /* display: block; */
    color: #dd4b39;
    line-height: 17px;

    font-size: 14px;
    text-align: center;
    padding:1rem;
 }
 .input_login_error{
    /* display: none; */
    font-size: 13px;
    bottom: 0px;
    font-weight: 400;
    margin: .2em 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
 }
.log_switch{
    display: none;
}
.spamsvg{
    width:15px;
    height:15px;
    stroke-width:1px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    stroke:#ff801f;
    fill:#ff801f;
    color:#fff;
    position: relative;
    top: 2px;
}
.errorjq {
    display: none;
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    background-color: rgba(235, 205, 201, 0.59);
    font-weight: 500;
    position: relative;
    color: #df0000;
    border-radius: 0.3rem;
    bottom: 0.5rem;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.alert_success{
    display: none;
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    background-color: #ddfdd9;
    color:#488d57;
    font-weight: 400;
    position: relative;
    bottom: 1.5rem;
    text-align: center;
}
.alert-success{
    display: none;
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    background-color: #ddfdd9;
    color:#488d57;
    font-weight: 500;
    position: relative;
    bottom: 0.5rem;
    text-align: center;
    border-radius: 0.3rem;
    text-transform: capitalize;
    width: 100%;
}
.alert_SESSsuccess{
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    background-color: #ddfdd9;
    color:#488d57;
    font-weight: 400;
    position: relative;
    bottom: 0.5rem;
    text-align: center;
    border-radius: 0.3rem;
    text-transform: capitalize;
}
input[type="button" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    /* color: var(--switch-textWhite)!important; */
    cursor: pointer;
    /* padding: 1px 6px; */
    border-width: 1px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}
.primary_logo {
    display: flex;
    justify-content: left;
    width: 170px;
    height: 60px;
    padding-top: 1px;
}
.logoimg{
    width: 40px;
    height: 40px;
    padding: 5px;
}
.logoimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}








/*  */
@media (max-width: 43rem) {

/* Rgister And Login */
.login_pop_con{
    /* display: flex; */
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999999;
    -webkit-box-pack: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(126, 105, 105, 0.1);
    /* display: none; */
    transition: all 2.ease-out;
}
@supports(backdrop-filter: blur(1rem)){
.login_pop_con{
background:rgba(126, 105, 105, 0.1);
    backdrop-filter: blur(1rem);
    overflow-x: hidden;
    overflow-y: hidden;
    }
}
.login_pop_inner{
    margin:0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    padding: 1rem;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 0;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 9999999;
    border-width: 1px;
    border-style: solid;
    border-image: var(--switch-darkBGFade);
    border-color: var(--switch-darkBorderlight);
    box-shadow: none;
    max-width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
}
.primary_logo {
    display: flex;
    justify-content: left;
    width: 120px;
    height: 50px;
}

}