/* update popup */

/* general settings */
.goBackCursor{
    cursor: pointer;
 }

 html[dir="ltr"] .goBackCursor{
    transform: rotate(180deg);
 }

.closeCursor{
    cursor: pointer;
}
.centerImg{
    display: block;
    margin: auto;
}
.flexContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
}
.flexGap25{
    gap: 25px;
}
.contactInfoPopupButton{
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.blueBackground{
    color: #FFFFFF;
    background-color: #0068F5;
}
.whiteBackground{
    color: #0068F5;
    background-color: #FFFFFF;
    border: 1px solid #0068F5;
}
.marginBottom24{
    margin-bottom: 24px;
}

/* on page forgottenpassword button */
.updateEmailAndMobile{
    color: #0068F5;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    cursor: pointer;
}
@media only screen and  (max-width: 576px){
    .updateEmailAndMobile{
        text-align: inherit ;
    }
}

.displayNone{
    display: none;
}
@media only screen and  (max-width: 576px){
    .mobileDisplayNone{
        display: none;
    }
}



/* popup .background */
.background{
	width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.8);
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
	display: none;	
}


/* popup */
.popupWindowUpdateMobileAndEmail{
	/* width: 900px; */
    height:max-content;
    background-color: #FFFFFF;
    padding: 16px 32px 48px 32px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    border-radius: 16px;
}
@media only screen and  (max-width: 576px){
    .popupWindowUpdateMobileAndEmail{
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        transform: none;
        max-height: 90vh;
        border-radius: 16px 16px 0 0;
    }
    .close{
        display: none;
    }
}

.UpdateMobileAndEmailHeader{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: center;
    font-family: Rubik;
    font-size: var(--font-size-xl, 24px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 700);
    line-height: 150%; /* 36px */
}
.UpdateMobileAndEmailSubHeader{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: center;
    font-family: Rubik;
    font-size: var(--font-size-s, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 150%; /* 24px */
}
.UpdateMobileAndEmailSubHeaderBold{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: center;
    font-family: Rubik;
    font-size: var(--font-size-1, 20px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 600);
    line-height: 125%; /* 24px */
    margin: 25px auto; 
}

.updateMobileAndEmailFrameOption{
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: var(--space-300, 8px);
    align-self: stretch;

    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    /* background: igds.light.base.color.background.neutral-default; */
    margin-top: 24px; 
}

.updateMobileAndEmailFrameOption:focus
{
    /* background-color: aqua; */
    border: 5px solid #0C3058 ;
    box-shadow: none;
}

.iconCircleFrameBlue2 {
    background-color: var(--vivid-main-blue-92);
    border: 1px solid var(--vivid-main-blue-92);
    border-radius: 50%;
    width: 31px;
    height: 31px;
    padding: 2px 2px 2px 2px;
    color: var(--vivid-main-blue);
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold; 
    justify-content: center;
    align-items: center;
}

html[dir="ltr"] .iconCircleFrameBlue2
{
    transform: rotate(180deg);
}

/* #0068F5 */
.updateMobileAndEmailContent{
    width: 80%;
}

.updateMobileAndEmailContentBold{
    color: var(--text-icon-subtle-primary, #0C3058);
    /* Label/Badge/Subtitle/Large */
    font-family: Rubik;
    font-size: var(--font-size-l, 20px);
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: 125%; /* 25px */
}
.updateMobileAndEmailContentRegular{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: right;
    /* Body Small/Regular */
    font-family: Rubik;
    font-size: var(--font-size-s, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 150%; /* 24px */
}
.updateMobileAndEmailContentBlue{
    color: #0068F5;
    text-align: right;
    font-family: Rubik;
    font-size: var(--font-size-xs, 14px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 160%; /* 22.4px */
}


.UEAMheaderContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    margin-top: 16px;
}
@media only screen and  (max-width: 576px){
    .UEAMheaderContainer{
        display: block;
    }
    .UEAMheaderContainer .mobileCenter{
        display: block;
        margin: 0 auto;
    }
}

.popupClose{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seconderyPopupContentRegular{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: right;
    /* Body Small/Regular */
    font-family: Rubik;
    font-size: var(--font-size-s, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 150%; /* 24px */
    max-width: 550px;
    margin-top: 32px;
}
html[dir="ltr"] .seconderyPopupContentRegular{
    text-align: left;
    max-width: 870px;
}
.seconderyPopupContentBold{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: right;
    /* Body Small/Medium */
    font-family: Rubik;
    font-size: var(--font-size-s, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

html[dir="ltr"] .seconderyPopupContentBold{
    text-align: left;
}

.seconderyPopupList{
    margin-top: 16px;
}


.seconderyPopupItemList{
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.popupFooter{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: center;
    /* Label/Medium */
    font-family: Rubik;
    font-size: var(--font-size-xs, 14px);
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: 160%; /* 22.4px */
    max-width: 550px;
    margin-top: 24px;
}

html[dir="ltr"] .popupFooter{
    max-width: 870px;
}
.updateMobileAndEmailButten{
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    width: 320px;
    border-radius: var(--radius-m, 8px);
    background: #0068F5;
    color: #FFFFFF;
    margin: 34px auto;
}

.popupFooterContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}
.popupFooterRegular{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: right;
    /* Body Small/Regular */
    font-family: Rubik;
    font-size: var(--font-size-s, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 150%; /* 24px */
}
.popupFooterBlue{
    color: var(--text-icon-link-primary-default, #0068F5);
    text-align: center;
    /* Body Small/Regular */
    font-family: Rubik;
    font-size: var(--font-size-s, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 150%; /* 24px */
}
.popupFooterBold{
    color: var(--text-icon-subtle-primary, #0C3058);
    text-align: right;
    /* Body Small/Medium */
    font-family: Rubik;
    font-size: var(--font-size-s, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.marginTop30{
    margin-top: 30px;
}
.marginHorizontalCenter{
    margin-right: auto;
    margin-left: auto;
}
.justifyStart{
    justify-content: flex-start;
}
.justifyCenter{
    justify-content: center;
}

.popupTooltipWrapper {
    position: relative;
    display: inline !important;
  }
   
.popupTooltip {
position: absolute;
bottom: calc(100% + 8px);
right: 0;

background: #ffffff;
color: #0C3058;
font-family: Rubik;
font-size: 14px;
line-height: 125%;
text-align: center;

/* min-width: 48px; */
/* max-width: 240px; */
width: 240px;
padding: 12px 16px;
border-radius: 10px;

box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.08);

opacity: 0;
visibility: hidden;
transform: translateY(6px);
 
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;

pointer-events: auto;
}
.popupTooltipBlue{
    color: #0068F5;
}

.popupTooltip.show {
opacity: 1;
visibility: visible;
transform: translate(0);
}

.displayInline{
    display: inline;
}

@media only screen and  (max-width: 576px){
    .mobileHidden{
        display: none;
    }

}

