/* NEW */
/* LOGIN TAB */
	
body {
	background: #ebebeb
}

.login-3- .tablist- {
	margin: 28px 20px;
	font-size: var(--HEADER_FONT_SIZE);
}

.login-3- .tablist- ul {
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.login-3- .tablist- ul li a {
	padding: 8px 1rem;
    color: var(--login3_TAB_COLOR);
    border-bottom: var(--login3_TAB_BORDER);
    background: var(--login3_TAB_BG);
    text-decoration: none;
}

.login-3- .tablist- ul li a:hover,
.login-3- .tablist- ul li a.active {
    background: var(--login3_TAB_BG_ACTIVE);
    color: var(--login3_TAB_COLOR_ACTIVE);
    border-bottom: var(--login3_TAB_BORDER_ACTIVE);
}

.login-3- .tabcontent- {
	display: none;
    animation-name: fadeOut
}

.login-3- .tabcontent-.show {
	display: block;
    animation-name: fadeIn;
    animation-duration: .5s
}

.login-3- .form- {
	display: none;
    animation-name: fadeOut;
}

.login-3- .form-.show {
	display: block;
    animation-name: fadeIn;
    animation-duration: .5s;
}

/* DEFAULT LOGIN */
.login-section{
	background: var(--login3_SECTION_BG);
    height: 100%;	
}

.login-header-section {
    height: 100px;
    align-content: center;	
}

.login-header {
	color: var(--login3_HEADER_COLOR);
    font-size: var(--SECTION_HEADER_SMALL_FONT_SIZE);
    text-align: center;
    padding: 12px;
}

.login-header-desc {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: var(--HEADER_FONT_SIZE);
}

.login-form-section {
	justify-content: center;
	display: flex;
    margin-top: 8px;
}

.login-form {
	background-color: #fff;
	margin-bottom: 48px;
    max-width: 33.3333333333%;
    color: rgba(0, 0, 0, .87);
}

.fill-up-form {
	justify-content: center;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.field-group {
	margin-bottom: 20px;
	display: flex;
	flex: 1 1 auto;
    flex-wrap: wrap;
    font-size: var(--SUBHEADER_FONT_SIZE);
}

.label-group {
	font-size: var(--SUBHEADER_FONT_SIZE);
	color: var(--login3_INPUT_COLOR);
	padding: 0;
	margin-bottom: 7px;
}

.label-group b {
	font-weight: var(--REG_FONT_WEIGHT);
}

.label-group label .important-icon{
    color: var(--important);
}

.input-group {
    margin-bottom: 2px;
    padding: 0;
    display: flex;
    align-items: stretch;
}

.loginMobile-group{
	width: fit-content;
    max-width: 100%;
    flex: auto;	
}

.fpMobile-group{
	width: fit-content;
    max-width: 70%;
    flex: auto;		
}

.input-group input, .selection-group {
    border-radius: 10px;
    border: var(--login3_INPUT_BORDER);
    color: var(--login3_INPUT_COLOR);
    background: var(--login3_INPUT_BG);
    font-size: var(--SUBHEADER_FONT_SIZE);
    padding: 0 12px;
    max-width: 100%;
	width: 100%;
    min-height: 40px;
    height: 40px;
}

.input-group input::placeholder {
  	color: var(--login3_INPUT_PLACE_HOLDER_COLOR) !important;
}

.input-group input::-webkit-input-placeholder {
 	 color: var(--login3_INPUT_PLACE_HOLDER_COLOR) !important;
}

.input-group input::-ms-input-placeholder {
 	 color: var(--login3_INPUT_PLACE_HOLDER_COLOR) !important;
}

.input-group input:hover, .input-group input:focus,
.selection-group:hover, .selection-group:focus{
	outline-color: var(--login3_INPUT_OUTLINE_COLOR);
}

.input-group input::placeholder {
	color: #b2b8bc;
}

.login-3- .loginPswdVisi- {
	position: absolute;
    width: fit-content;
    height: fit-content;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: var(--HEADER_FONT_SIZE);
    cursor: pointer;
    color: var(--login3_PASSWORD_VISI);
}

.rmb-field {
	margin-right: 0px;
    margin-bottom: 0px;
	font-size: var(--SUBHEADER_FONT_SIZE);
    align-items: center;
}

.rmb-field .col-6{
	padding: 0px;
}

.login-3- .field-group input[type=checkbox] {
	width: fit-content;
}

.checkbox-group {
	gap: 5px;
	justify-content: right;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.login-button, .confirm-button, .sign-up-button {
	min-width: 64px;
	width: 100%;
	min-height: 40px;
	height: auto;
	border-radius: 10px;
	font-size: var(--BUTTON_LARGE_FONT_SIZE);
	background-color: var(--login3_LOGIN_BTN_BG);
	color: var(--login3_LOGIN_BTN_COLOR);
	border: none;
}

.confirm-button, .sign-up-button {
	min-height: 40px;
}

.login-button:before {
	transition: opacity .2s cubic-bezier(.4,0,.6,1);
}

.forgot-psw {
	display: block;
	padding-bottom: 5px;
	text-decoration: underline;
	color: var(--login3_FORGOTPASS_COLOR);
	font-size: var(--SUBHEADER_FONT_SIZE);
}

.register-now-label {
	font-size: var(--DEFAULT_FONT_SIZE);
	text-align: center;
}

.login-form-divider {
	border-width: 2px;
	border-color: var(--login3_FORM_DIVIDER_COLOR);
	margin: 0;
}

.register-label{
	color: #acacac;
}

.login-form-msg {
	font-size: var(--DEFAULT_FONT_SIZE);
	margin-top: 20px;
}

.fill-up-form i {
	font-size: var(--ICON_FONT_SIZE);
}

.tooltip-container {
    font-size: var(--ICON_FONT_SIZE);
    padding: 0;
    padding-bottom: 4px;
    color: var(--login3_TOOLTIP_ICON_COLOR);
}

.tooltip-text {
	visibility: hidden;
	width: 270px;
	background: var(--login3_TOOLTIP_BG);
	color: var(--login3_TOOLTIP_COLOR);
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	position: absolute;
  	z-index: 1;
  	bottom: 20%;
  	right: 40%;
  	transform: scale(0);
  	opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    font-size: var(--BODY_SMALL_TXT_FONT_SIZE);
    line-height: 15px;
}

.tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

/* SMS LOGIN */
.login-3- .login-subsubmit- {
	padding: 8px 6px;
	font-size: var(--BUTTON_LARGE_FONT_SIZE);
	height: 100%;
	border-radius: 10px;
	color: var(--login3_BTN_COLOR);
	background: var(--login3_BTN_BG);
	border: none;
    width: 100%;
}

.login-3- .login-subsubmit-:disabled {
	color: var(--login3_FORM_BTN_SUBMIT_DISABLED_COLOR);
	background: var(--login3_FORM_BTN_SUBMIT_DISABLED_BG);
}

.login-3- .otpTimer- {
	position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    color: rgba(0, 0, 0, .87);
    background: transparent;
}

.login-3- .otpTimer- span {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* WHATSAPP LOGIN */
.whatsappForgotClick_ {
	height: 40px !important;
}

/* FORGOT PASSWORD */
.fgt-psw-modal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.fgt-psw-modal-header {
	font-size: var(--HEADER_FONT_SIZE);
	padding-left: 1rem;
}

.fgt-psw-modal-content {
    position: relative;
    top: 10%;
    background-color: var(--login3_MODAL_CONTENT_BG);
    margin: 2% auto;
    padding: 26px;
    width: 90%;
    height: auto;
    border-radius: 5px;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
}

.fgt-psw-modal-close {
	position: absolute;
    right: 20px;
    top: 38px;
    font-size: var(--ICON_LARGE_FONT_SIZE);
    font-weight: var(--SEMIBOLD_FONT_WEIGHT);
    cursor: pointer;
    color: var(--login3_MODAL_CLOSE_COLOR);
}

.fgt-psw-modal.show .fgt-psw-modal-content {
    transform: scale(1);
}

.fgt-psw-modal-content .input-group input,
.fgt-psw-modal-content .selection-group{
	color: var(--login3_MODAL_INPUT_COLOR);
	background: var(--login3_MODAL_INPUT_BG);
}

.whatsapp-fgt-psw-modal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.whatsapp-fgt-psw-modal-header {
	font-size: var(--HEADER_FONT_SIZE);
	padding-left: 1rem;
}

.whatsapp-fgt-psw-modal-content {
	position: relative;
	top: 10%;
    background-color: var(--login3_MODAL_CONTENT_BG);
    margin: 2% auto;
    padding: 24px;
    width: 90%;
    height: auto;
    border-radius: 5px;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-fgt-psw-modal-close {
    position: absolute;
    right: 20px;
    top: 38px;
    font-size: var(--ICON_LARGE_FONT_SIZE);
    font-weight: var(--SEMIBOLD_FONT_WEIGHT);
    cursor: pointer;
    color: var(--login3_MODAL_CLOSE_COLOR);
}

.whatsapp-fgt-psw-modal.show .whatsapp-fgt-psw-modal-content {
	transform: scale(1);
}

.dstg-register-tab {
	display: flex;
}

.dstg-tab-option {
	border-bottom: var(--login3_TAB_BORDER);
    color: var(--login3_TAB_COLOR);
    background: var(--login3_TAB_BG);
    transition: .3s;
    padding: 10px;
    cursor: pointer;
    font-weight: var(--REG_FONT_WEIGHT);
    font-size: var(--SUBHEADER_FONT_SIZE);
    text-align: center;
}

.dstg-tab-option.active, .dstg-tab-option:hover {
	border-bottom: var(--login3_TAB_BORDER_ACTIVE);
    background: var(--login3_TAB_BG_ACTIVE);
    color: var(--login3_TAB_COLOR_ACTIVE);
}

.confirm-button {
    background: var(--login3_BTN_BG);
    color: var(--login3_BTN_COLOR);
}

.sign-up-button {
    background: var(--login3_SIGNUP_BTN_BG);
    color: var(--login3_SIGNUP_BTN_COLOR);
}