/*!
Theme Name: ieltsgoal
Theme URI: http://underscores.me/
Author: bytegroup
Author URI: https://bytegroup.ir/
Description: website development by ByteGroup including: UI/UX And Responsive Design - optimized backend development using frameworks - SEO optimized coding
Version: 1.0.0

*/

.sendMeetingLinkPopup {
    width: 400px;
    max-width: 90%;
    padding: 14px;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    left: 50%;
    top:50%;
    z-index: 50;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
    display: none;
}

.bacPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 49;
    display: none;
    background: rgba(0,0,0,0.1);
    left: 0;
    top: 0;
}

.sendMeetingLinkPopup textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
    direction: ltr;
}

.sendMeetingLinkPopup textarea::placeholder {
    color:#e1e1e1;
}

.headerPopup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.headerPopup h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.headerPopup > span {
    color:red;
    cursor: pointer;
}

.popUpAuthForm{
    position: fixed;
    top: 0;
    right: 0;
    background: #00000091;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    padding: 2rem 20rem;
	display: none;
}
.popUp-container{
    display: none;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40% !important;
    height: max-content;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    overflow-y: auto;
    max-height: 100%;
}
.close-box{
    position: relative;
}
.close-box button{
    position: absolute;
    top: -2.5rem;
    right: -3.2rem;
    background: transparent;
    font-size: 0.9rem;
    padding: 0.5rem;
    box-shadow: none;
}
.close-box button i{
    display: block;
}
#login_sms_valid_form,
#verification_form{
    display: none;
}
.btn_disabled{
	color: #7a7a7a !important;
    border-color: #7b7b7b !important;
    background: #cecece !important;
    cursor: auto !important;
}
.btn_disabled[type=button]:focus, .btn_disabled[type=button]:hover, .btn_disabled[type=submit]:focus, .btn_disabled[type=submit]:hover, button.btn_disabled:focus, button.btn_disabled:hover{
    background: #cecece !important;
}

/* Login / Register Tabs */
.tabs {
}
.tabs > input[type=radio] {
  display: none; 
}
.tabs > label {
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
  color: #2a2a2a;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
}
.tabs > label:last-of-type {
  border-bottom: none; 
}
.tabs > label:hover {
  background: #fed700;
  color:#ffffff;
}
@media screen and (max-width: 1600px) {
    .tabs > label {
        width: max-content;
        padding: 0 1.5rem;
        margin-bottom: -2px;
    } 
}
@media screen and (max-width: 900px) {
.tabs > label {
  width: 20%; 
  }
  .popUp-container{
    width: 60% !important;
  }
}
@media screen and (max-width: 600px) {
    .tabs > label {
        width: 50%;
        display: block;
        border-bottom: 2px solid #C7C6C4;
        border-radius: 0; 
    }
    .popUp-container{
        width: 80% !important;
    }
    .popUpAuthForm{
        padding: 0 !important;
    }
    .tabs {
    margin: 0; 
    } 
}
@media screen and (max-width: 480px) {
    .popUp-container{
        width: 90% !important;
    }
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
    background: #fed700;
  color: #FFFFFF; }

.popUpAuthForm .tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}

.tab-content-wrapper{
    padding-top: .5rem;
    width: 100%;
    background: #FCFCFC;
    border-top: #fed700 5px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
  
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
}

.my-account-btn{
    font-size: 22px;
    line-height: 2;
    color: #3d4466;
}
.my-account-btn > i{
    display: block;
}
#registerShopName{
    display: none;
}