/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@500&family=Poppins:wght@700&display=swap');

.hide,
/* Hidden URL App Value */
/* Created CSS to hide specific links from occuring on Sign-In Widget */
[data-se="o-form-fieldset-userProfile.howDidYouHearAboutUs_Other"] .o-form-explain,
[data-se="o-form-fieldset-userProfile.URL_App_Value"],
[data-se="o-form-fieldset-userProfile.campaign"],
[data-se="o-form-fieldset-userProfile.source"],
[data-se="o-form-fieldset-userProfile.content"],
[data-se="o-form-fieldset-userProfile.medium"],
[data-se="o-form-fieldset-userProfile.referrerId"],
[data-se="o-form-fieldset-userProfile.referrerSession"],
[data-se="o-form-fieldset-userProfile.availablestartdate"] .o-form-explain,
[data-se="o-form-fieldset-userProfile.travelerstatus"] .o-form-explain,
[data-se="o-form-fieldset-userProfile.yearsofexperience"] .o-form-explain,
[data-se="o-form-fieldset-userProfile.primarySpeciality"] .o-form-explain,
[data-se="o-form-fieldset-userProfile.howDidYouHearAboutUs"] .o-form-explain,
[data-se="o-form-fieldset-userProfile.didAFellow"] .o-form-explain,
/*[data-se="switchAuthenticator"],*/
[data-se="help"]/*,
[data-se="o-form-head"],
[data-se="cancel"]*/ {
	display: none !important;
}

.two-column {
    grid-template-columns: 2fr 1fr;
}

.one-column {
    grid-template-columns: 1fr;
}

.fc-footer {
  background: #7a1b52;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 60px 98px 30px;
}

.fc-footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.fc-footer-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fc-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fc-logo span {
  font-size: 2rem;
  font-weight: 600;
}

.fc-office h4 {
  margin: 0;
  font-size: 20px;
  opacity: 0.5;
  font-weight: 600;
}

.fc-office p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.fc-social {
    display: flex;
    gap: 10px;
    padding-top: 4px;
}

.fc-social svg {
  padding-top: 7px;
}

.fc-social-border {
    width: 37px;
    height: 37px;
    border: 1px solid rgba(255,255,255,0.50);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 20px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
}

.fc-bottom-links {
  display: flex;
  gap: 10px;
}

.fc-bottom-links a {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
  transition: opacity 0.2s;
}

.fc-bottom-links a:hover {
  opacity: 1;
}

.fc-apps {
  display: flex;
  gap: 15px;
}

.fc-apps img {
  width: auto;
  height: 35px;
}

.fc-office-row {
  display: flex;
  gap: 60px;
  margin-top: 20px;
}

.fc-office {
  min-width: 220px;
}

.registration-info {
    color: black;
    width: 80%;
}

.reg-header {
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 600;
    color: #761850;
}

.reg-subheader {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
    color: #761850;
}

.reg-details {
    position: relative;
    font-family: "Poppins";
    font-size: 20px;
}

.reg-details-border::after {
    content: '';
    display: block;
    margin: 50px 50px 50px 10px;
    width: 45%;
    border-bottom: 2px solid #B6B6B6;
    opacity: 0.7;
}

.awards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 90%;
    margin: 30px 0 30px 0;
}

.awards-img {
    height: 80px;
    width: auto;
}

.footer-img {
    height: 50px;
    width: auto;
}

select,
::picker(select) {
    appearance: base-select;
}

select {
    background: white;
    padding: 10px 10px 10px 14px;
    transition: 0.2s;
    font-family: "Poppins", sans-serif !important;
}

select::picker-icon, .search-select::picker-icon {
    color: black;
    font-size: 12px;
    border-left: 1px solid lightgrey;
    padding: 5px 5px 5px 8px;
}

select:open::picker-icon, .search-select::picker-icon {
    rotate: 180deg;
    border-right: 1px solid lightgrey;
    border-left: none;
    padding: 5px 8px 5px 5px;
}

::picker(select) {
  border: none;
}

option {
    font-family: "Poppins", sans-serif !important;
    display: flex;
    justify-content: flex-start;
    background: white;
    color: #6e6e78;
    padding: 5px 10px 5px 14px;
    transition: 0.2s;
    overflow-wrap: break-word !important;
    white-space: pre-wrap !important;
}

option:first-of-type {
    border-radius: 8px 8px 0 0;
    display: none;
}

option:last-of-type {
    border-radius: 0 0 8px 8px;
}

::picker(select) {
    border-radius: 20px;
}

option:not(option:last-of-type) {
    border-bottom: none;
}

option:hover {
    background: #f2f2f2;
}

option::checkmark {
    order: 1;
    margin-left: auto;
    font-weight: bold;
}

::picker(select) {
    opacity: 0;
    transition: all 0.2s allow-discrete;
}

::picker(select):popover-open {
    opacity: 1;
}

::picker(select) {
    top: calc(anchor(bottom) + 1px);
    width: 333px;
    border-top: 1px solid #B1B0B1;
    border-left: 1px solid #B1B0B1;
    border-bottom: 1px solid #B1B0B1;
}

@media (max-width: 767px) {
    ::picker(select) {
        top: calc(anchor(bottom) + 2px);
        width: 30%;
        border: 1px solid #B1B0B1;
    }
} 

.select-update {
    border: 1px solid #B1B0B1 !important;
    border-radius: 22px !important;
    font-size: 16px !important;
    height: 44px !important;
}

.header-pane, .footer-pane {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 96px;
    background: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}

.footer-pane {
    background-color: #761850;
}

.header-button {
    background: #A52E67;
    color: white;
    border: 1px solid #A52E67;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-button:hover {
    background: white;
    color: #A52E67;
}

.main-right {
    text-align: right;
}

.authContinueButton{
    border-radius: 22px !important;
    padding-top: 3px !important;
    text-decoration: none !important;
}

.authSetupContainer {
    margin-bottom: 10px !important;
}

.authSetupButton {
    text-decoration: none !important;
}

#availableStartDate {
    width: calc((100%) - (15px));
    height: calc((100%) - (15px));
}
/*  google button CSS  */
#gSignInWrapper #customBtn {
	display: inline-block;
	background: white;
	color: #444;
	width: 190px;
	border-radius: 5px;
	border: thin solid #888;
	box-shadow: 1px 1px 1px grey;
	white-space: nowrap;
}
#gSignInWrapper #customBtn:hover {
	cursor: pointer;
}
#gSignInWrapper span.label {
	font-family: serif;
	font-weight: normal;
}
#gSignInWrapper span.icon {
	background: url('https://developers.google.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
}
#gSignInWrapper span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 42px;
	padding-right: 42px;
	font-size: 14px;
	font-weight: bold;
}

/* Social Auth Google Button */
#okta-sign-in .social-auth-button.social-auth-google-button {
	background-image: url(https://flexcarestaff--gtmextern.sandbox.my.site.com/TravelerAccess/resource/osfOktaResources/images/google_logo.png);
    background-position: 12px center;
    background-size: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 30px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    font-family: Roboto, sans-serif !important;
    color: #404040 !important;
    border-color: #B1B0B1;
	padding-inline: 48px !important;
    text-align: center !important;
}
#okta-sign-in .social-auth-button.social-auth-google-button:hover {
    background-size: 20px;
    color: #007DC1 !important;
}

/* Login Styles */
/* Fonts */
#okta-sign-in.auth-container.main-container * {
    font-family: "Poppins", sans-serif;
    color: black !important;
}
#okta-sign-in.auth-container .enroll-profile.registration h2.okta-form-title.o-form-head,
#okta-sign-in.auth-container h1.okta-form-title.o-form-head {
    font-family: "Poppins" !important;
    line-height: 28px;
    font-weight: 600;
    color: #761850 !important;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: left;
    font-size: 22px !important;
}
#okta-sign-in.auth-container h2.okta-form-title.o-form-head,
.okta-sign-in.auth-container h2.okta-form-title.o-form-head {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
	margin-top: 0;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    #okta-sign-in.auth-container .enroll-profile.registration h2.okta-form-title.o-form-head {
        font-size: 20px;
        line-height: 24px;
    }
}

/* Background */
body {
    background-color: #fff !important;
}
#okta-login-container {
    position: relative;
}
.login-bg-image {
    background-image: url(https://flexcarestaff--gtmextern.sandbox.my.site.com/TravelerAccess/resource/osfOktaResources/images/login-background.jpg) !important;
    background-size: cover;
    background-position: bottom;
	background-color: #fff !important;
}

.mobile {
    display: none;
}

.ios-min {
    height: 260px !important;
}

.ios-med {
    height: 400px !important;
}

.ios-max {
    height: 500px !important;
}

@media (max-width: 400px) {
    .mobile-none {
        display: none;
    }

    #okta-sign-in.auth-container.main-container {
		height: auto;
		margin: auto !important;
        width: 95% !important;
	}
}

@media (max-width: 767px) {
    .fc-social.mobile {
        display: flex;
        gap: 10px;
        padding-top: 20px;
        margin: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 8px;
    }

    .fc-footer-right {
        align-items: center;
        margin: auto;
    }

    .fc-footer-left {
       width: 100%;
       gap: 0;
    }

    .fc-logo {
        margin: auto;
    }

    .fc-office-row {
        flex-direction: column;
        gap: 0 !important;
        text-align: center;
    }

    .fc-footer-bottom {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .fc-footer-bottom p {
        margin: 0;
    }

    .fc-office-row h4 {
        margin-top: 20px;
        font-size: 18px;
        opacity: 0.5;
        font-weight: 600;
    }

    .fc-office-row h4:last-of-type {
        margin-top: 0;
        font-size: 18px;
        opacity: 0.5;
        font-weight: 600;
    }

    .fc-office p {
        margin: 20px 0 20px 0;
    }

    .fc-footer-inner {
        gap: inherit;
    }

    .ios-min {
        height: 300px !important;
    }

    .ios-med {
        height: 400px !important;
    }

    .ios-max {
        height: 500px !important;
    }

	#okta-sign-in.auth-container.main-container {
		height: auto;
		margin: auto !important;
        width: 90%;
	}

    #okta-login-container {
        margin-bottom: 40px;
        margin-top: 90px;
    }

    #availableStartDate {
        width: calc((100%) - (25px));
        height: calc((100%) - (15px));
    }

    .header-pane {
        padding: 20px 30px;
    }

    .reg-header.mobile {
        font-size: 32px;
    }

    .reg-subheader {
        font-size: 20px;
    }

    .registration-info {
        padding: 34px;
        width: auto;
    }

    .reg-details.mobile {
        font-size: 16px;
    }

    .reg-details.mobile::after {
        content: none;
    }

    .widget-container {
        width: 90% !important;
        padding: 20px;
        border: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .awards {
        gap: 4px;
    }

    .awards-img {
        height: 50px;
    }

    .fc-footer {
        padding: 20px 20px 20px 20px;
    }
}

@media (min-width: 769px) and (max-width: 1182px) {
    #okta-login-container {
		display: grid;
		min-height: calc(100% - 96px);
		justify-content: space-evenly;
		padding-inline: 100px;
    	gap: 24px;
        padding: 90px 90px 0 90px;
	}

    .fc-footer-inner {
        flex-wrap: nowrap;
        gap: 0;
    }

    .fc-footer-left, .fc-office-row {
        gap: 20px;
    }

    .fc-footer-right {
        margin-top: 10px;
    }

    .registration-info {
        width: 100%;
    }

    .awards {
        gap: 14px;
    }

    .widget-container {
        padding: 20px;
        overflow-y: hidden;
    }
}

@media (min-width: 1183px) {
	.login-bg-image {
		width: 66%;
	}

    #availableStartDate {
        width: calc((100%) - (25px));
        height: calc((100%) - (15px));
    }

	#okta-login-container {
		display: grid;
		min-height: calc(100% - 96px);
		justify-content: space-evenly;
		padding-inline: 100px;
    	gap: 24px;
        padding: 90px 90px 90px 90px;
	}
	#okta-login-container:after > :nth-child(-n + 2){
		content: '';
        height: 475px;
        max-height: 50%;
        width: 562px;
        max-width: 50%;
	}

    div.mobile-phone-help-error .o-form-input-error .icon-16 {
        top: 17px !important;
    }
}

/* Form Element */
#okta-sign-in .o-form .input-fix input[type=number],
#okta-sign-in .o-form .input-fix input[type=password],
#okta-sign-in .o-form .input-fix input[type=tel],
#okta-sign-in .o-form .input-fix input[type=text],
#okta-sign-in .o-form .input-fix input[type=textbox] {
    font-family: 'Poppins', sans-serif !important;
    padding: 0 16px !important;
}
#okta-sign-in {
    margin: auto !important;
    border: none !important;
}
#okta-sign-in.auth-container.main-container {
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10) !important;
}
#okta-signin.auth-container .main-container {
    border: none !important;
    box-shadow: none !important;
}
#okta-sign-in .auth-header {
    padding: 16px !important;
    border: none !important;
}
#okta-sign-in.no-beacon .auth-header {
    padding-bottom: 16px !important;
}
#okta-sign-in.auth-container .okta-sign-in-header {
    display: none;
}
#okta-sign-in .auth-org-logo {
    max-height: 50px !important;
}
/* #okta-sign-in .auth-content {
    padding: 24px !important;
} */
#okta-sign-in.no-beacon .auth-content {
    padding-top: 24px !important;
}
#okta-sign-in .o-form-theme {
    padding-bottom: 16px !important;
}
.o-form-fieldset.o-form-label-top {
    margin-bottom: 16px !important;
}
#okta-sign-in .o-form .o-form-fieldset:last-child {
    margin-bottom: 0 !important;
}
#okta-sign-in .o-form .o-form-label label {
    font-size: 14px;
    font-weight: bold;
    color: #757575;
    line-height: 1;
}
#okta-sign-in .o-form-label {
    padding-top: 0 !important;
    padding-bottom: 8px !important;
}
#okta-sign-in .o-form .input-fix {
	height: 44px !important;
    border: 1px solid #B1B0B1 !important;
    border-radius: 22px !important;
}
#okta-sign-in.auth-container .okta-form-input-field {
    border-color: #B1B0B1;
}
#okta-sign-in .o-form .input-fix input[type=text] {
	border-radius: 22px;
}
#okta-sign-in .custom-checkbox label {
    padding: 0 0 0 24px !important;
}
#okta-sign-in .custom-checkbox label,
#okta-sign-in .custom-radio label {
    background-position: -16px -19px !important;
}
#okta-sign-in .custom-checkbox label.focus,
#okta-sign-in .custom-checkbox label.hover,
#okta-sign-in .custom-radio label.focus,
#okta-sign-in .custom-radio label.hover {
    background-position: -16px -119px !important;
}
#okta-sign-in .custom-checkbox label.checked,
#okta-sign-in .custom-radio label.checked {
    background-position: -16px -219px !important;
}
#okta-sign-in .custom-checkbox label.focus {
    background-position: -16px -1019px !important;
}
#okta-sign-in .o-form .custom-checkbox label {
    font-size: 12px !important;
    line-height: 1.5 !important;
}
#okta-sign-in .o-form-button-bar {
    padding-bottom: 1rem !important;
}
#okta-sign-in .o-form-button-bar .links-primary {
    align-items: center;
    width: 100% !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
#okta-sign-in .sign-in-with-idp .separation-line:before,
#okta-sign-in .siw-main-footer .footer-info {
    border-color: #B1B0B1 !important;
}
#okta-sign-in .sign-in-with-idp .separation-line {
    margin-top: 8px !important;
    margin-bottom: 24px !important;
    height: 18px !important;
    font-size: 14px !important;
}
#okta-sign-in .sign-in-with-idp .separation-line span {
    font-size: 14px !important;
    color: #404040 !important;
    padding-inline: 4px !important;
    line-height: 18px !important;
}
#okta-sign-in .siw-main-footer .footer-info {
    border: 0 none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#okta-sign-in .siw-main-footer .footer-info .signup-info {
    color: #757575;
    font-size: 14px;
    line-height: 16px;
}
#okta-sign-in.auth-container .o-form-explain {
    font-size: 12px;
    margin-top: -6px;
    line-height: 1.25;
    margin-bottom: 2px;
}
#okta-sign-in .o-form .input-fix input:-webkit-autofill, #okta-sign-in .o-form .textarea-fix input:-webkit-autofill {
    border-radius: inherit !important;
}
#okta-sign-in .siw-main-header .beacon-container {
    display: none !important;
}
#okta-sign-in .password-authenticator--list, #okta-sign-in .password-authenticator--heading {
    color: #404040;
}
#okta-sign-in .password-authenticator--list {
    padding-left: 1.5rem !important;
}
#okta-sign-in .password-authenticator--list li + li {
    margin-top: 4px;
    line-height: 1.25;
}
#okta-sign-in.auth-container .select-authenticator-enroll.enroll-choices .o-form-explain {
    margin-top: 16px !important;
    margin-bottom: 6px !important;
}

/* Identifier */
.okta-sign-in .identifier-container .identifier,
#okta-sign-in .identifier-container .identifier {
    font-size: 14px !important;
    line-height: 1.25 !important;
    color: #404040 !important;
    font-weight: 600 !important;
}
.okta-sign-in .identifier-container,
#okta-sign-in .siw-main-view .siw-main-body .identifier-container {
    top: 0 !important;
    margin-bottom: 16px !important;
}
.okta-sign-in .identifier-container:before,
#okta-sign-in .siw-main-view .siw-main-body .identifier-container:before {
    content: url(https://flexcarestaff--gtmextern.sandbox.my.site.com/TravelerAccess/sfsites/c/resource/osfOktaResources/images/icon-okta-user.svg);
    vertical-align: -25% !important;
    padding-right: 8px !important;
}

/* Drop-down Menus */
#okta-sign-in.auth-container .chzn-single {
	height: 42px !important;
    line-height: 42px !important;
    border-radius: 22px !important;
    border-color: #B1B0B1 !important;
    padding-left: 16px !important;
}
.chzn-container-active {
	border-radius: 22px 22px 0 0;
    border-color: #B1B0B1 !important;
}
.chzn-container.chzn-with-drop .chzn-drop {
    border-radius: 0 0 22px 22px;
    border-color: #B1B0B1;
    overflow: hidden;
}

#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search,
#okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search {
    display: none;
}
#okta-sign-in .six-main-view .siw-main-body span.strong {
    color: #404040 !important;
}
#okta-sign-in.auth-container .okta-form-subtitle {
    color: #404040 !important;
}
#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop,
#okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop {
	box-shadow: none;
    min-height: 44px !important;
    margin-bottom: -44px !important;
    top: -43px !important;
}
.chzn-container-single .chzn-search {
    padding: 0 16px !important;
}
.chzn-container-single .chzn-search input {
    border-radius: 22px !important;
    border-color: #B1B0B1 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
}
.chzn-container-single .chzn-search input
.chzn-container .chzn-results {
    margin: 0 !important;
}
.chzn-container .chzn-results li {
	font-family: 'Poppins', sans-serif;
    padding: 8px 16px !important;
    border: 0 none !important;
}
.chzn-container-active.chzn-with-drop .chzn-single {
	border-radius: 22px 22px 0 0;
    border-color: #B1B0B1 !important;
    padding-left: 16px;
    font-family: 'Poppins', sans-serif;
    height: 42px;
    line-height: 42px;
}
#okta-sign-in .chzn-container-single .chzn-single span,
.chzn-container-single .chzn-single span {
    margin-right: 44px !important;
}

#okta-sign-in .chzn-container-single .chzn-single div,
.chzn-container-active.chzn-with-drop .chzn-single div {
    height: 30px !important;
    top: 6px !important;
    width: 28px !important;
    border-left: 1px solid #EFEFEF !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
}
#okta-sign-in .chzn-container-single .chzn-single div b {
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #761850 transparent transparent transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #761850 transparent;
}
#okta-sign-in .chzn-container-single .chzn-drop {
    margin-top: 0 !important;
}

/* @media (min-width: 768px) {
	#okta-sign-in.main-container {
		width: 100%;
	}
} */

@media (max-width: 767px) {
	#okta-sign-in .auth-header {
		padding: 24px 24px 16px !important;
	}
	#okta-sign-in.auth-container .auth-content {
		max-width: 100% !important;
	}
	#okta-sign-in.auth-container h2.okta-form-title.o-form-head {
		margin-bottom: 24px;
	}
}

/* Buttons and Links */
#okta-sign-in.auth-container .button {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    height: 44px !important;
    border-radius: 22px;
    color: white !important;
}
#okta-sign-in .o-form-button-bar .links-primary .link {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #9B2069 !important;
    padding: 0 !important;
}
#okta-sign-in .siw-main-footer .footer-info .signup-info .signup-link .link {
    color: #9B2069 !important;
}

#okta-sign-in .siw-main-view.select-authenticator-authenticate .button.select-factor {
    background-position: 12px center;
    background-size: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 30px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    color: #761850 !important;
    border-color: #B1B0B1;
    padding-inline: 38px !important;
    text-align: center !important;
    background-image: linear-gradient(#fff,#fcfcfc);
    text-decoration: none;
}

/* Registration footer JS insertion overrides */
#okta-sign-in .registration .siw-main-footer .auth-footer,
#okta-sign-in .mfa-verify-password .siw-main-footer .auth-footer {
    color: #757575;
    font-size: 14px;
    line-height: 16px;
}
#okta-sign-in .mfa-verify-password .siw-main-footer .auth-footer {
    gap: 16px;
}
#okta-sign-in .registration .siw-main-footer .auth-footer {
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#okta-sign-in .registration .siw-main-footer .auth-footer > span {
    margin-right: 5px;
}
#okta-sign-in .registration .social-auth-button.link-button:last-of-type {
    margin-bottom: 0;
}
#okta-sign-in .registration .siw-main-footer .auth-footer > a.link,
#okta-sign-in .mfa-verify-password .siw-main-footer .auth-footer > a.link,
#okta-sign-in.auth-container .auth-footer > a.link {
    color: #9B2069 !important;
}
#okta-sign-in .mfa-verify-password .siw-main-footer .auth-footer > a.link {
    padding: 0 !important;
}

/* Security Setup */
#okta-sign-in .siw-main-view.select-authenticator-enroll .okta-form-subtitle,
#okta-sign-in .siw-main-view.enroll-authenticator--phone_number .okta-form-subtitle, 
#okta-sign-in .siw-main-view.authenticator-enrollment-data--phone_number .okta-form-subtitle {
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    color: #404040;
}
#okta-sign-in .siw-main-view.enroll-authenticator--phone_number .okta-form-subtitle p {
    margin-top: 4px;
}
#okta-sign-in .authenticator-enroll-list .list-content .authenticator-list-title,
#okta-sign-in .authenticator-row .authenticator-icon-container {
    display: none;
}
#okta-sign-in .authenticator-enroll-list .authenticator-description h3.authenticator-label {
    font-size: 14px;
    line-height: 1;
    color: #761850;
    font-weight: 600;
    margin-bottom: 4px;
}
#okta-sign-in .authenticator-enroll-list .authenticator-description .authenticator-description--text {
    color: #404040;
    font-size: 14px;
    line-height: 1.25;
}
#okta-sign-in .authenticator-row .authenticator-usage-text {
    display: none;
}
#okta-sign-in .authenticator-enroll-list .authenticator-row .authenticator-button {
    padding-top: 20px !important;
}
#okta-sign-in .authenticator-enroll-list .authenticator-row .authenticator-button .button {
    border-radius: 22px;
    color: #fff;
    border: 0 none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #761850;
}
#okta-sign-in .authenticator-enroll-list .list-content .authenticator-row {
    margin-bottom: 0;
}
#okta-sign-in .siw-main-view.authenticator-enrollment-data--phone_number .o-form-fieldset-container {
    margin-top: 28px;
}
#okta-sign-in .o-form-input-group .o-form-label-inline.o-form-input-name-phoneCode {
    border-color: #B1B0B1;
    border-radius: 22px 0 0 22px;
    font-weight: 600;
}
#okta-sign-in .o-form-input-group .o-form-label-inline.o-form-input-name-phoneCode + .okta-form-input-field,
#okta-sign-in .o-form-input-group .o-form-label-inline.o-form-input-name-phoneCode + .okta-form-input-field input[type=text] {
    border-radius: 0 22px 22px 0 !important;
}
#okta-sign-in .siw-main-view.enroll-authenticator--phone_number .okta-form-subtitle {
    margin-bottom: 22px;
}
#okta-sign-in .siw-main-view.enroll-authenticator--phone_number .o-form-button-bar {
    padding-bottom: 0 !important;
}

#okta-sign-in .enroll-profile .chzn-container span {
    display: none;
}


.chzn-container .chzn-results {
    max-height: 170px !important;
}


/* Footer */
.widget-container {
    border: none;
    width: 100%;
    overflow-y: hidden;
}

.registration-widget {
    width: 100%;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
}

.footer-inner-container {
    display: flex;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #404040;
    padding: 12px 48px;
    gap: 16px;
    z-index: 1;
}
.footer-links {
    display: flex;
    gap: 16px;
}
.footer-links p {
    margin: 0;
    line-height: 1;
}
.footer-links p a {
    color: #761850;
    text-decoration: none;
}
.footer-inner-container > a,
.footer-links > a {
    display: none;
}
@media (max-width: 767px) {
    .o-form-fieldset.o-form-label-top {
        margin-bottom: 16px !important;
        width: 100%;
    }
    .footer-container {
        padding: 16px 24px;
    }
    .footer-inner-container {
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 8px 0 0;
        text-align: center;
        border-top: 1px solid #B1B0B1;
        line-height: 1.5;
        gap: 8px;
        width: auto;
    }
    .footer-title {
        max-width: 250px;
    }
}

/* MFA */
#okta-sign-in .phone-authenticator-challenge .okta-form-subtitle {
	text-align : left !important;
}

/* Input zoom, and pinch-zoom gesture override */
/* html {
    touch-action: pan-y;
} */

@media (max-width: 767px) {
    input[type='text'],
    input[type='number'],
    textarea,
    select:focus,
    .slds-dropdown__item,
    .slds-dropdown-trigger:focus {
        font-size: 16px !important;
        font-size: 16px !important;
    }

    input.slds-input.slds-combobox__input.slds-combobox__input-value,
    input::placeholder,
    .slds-form-element__control.slds-grow input::placeholder,
    .slds-textarea,
    .slds-input {
        font-size: 1rem !important;
    }

    .slds-picklist input[readonly]:focus,
    .slds-picklist input[readonly].slds-has-focus,
    [role=combobox] input[readonly]:focus,
    [role=combobox] input[readonly].slds-has-focus,
    input[readonly][role=combobox]:focus,
    input[readonly][role=combobox].slds-has-focus,
    .slds-combobox__input:focus,
    .slds-combobox__input.slds-has-focus,
    .slds-form-element__control.slds-grow input {
        font-size: 1rem !important;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 2) {

        select,
        select:focus,
        textarea,
        textarea:focus,
        input,
        input:focus {
            font-size: 16px !important;
        }
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {

    select,
    select:focus,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {

    select,
    select:focus,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    
    select,
    select:focus,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

/* Hide Account Chooser Feature introduced in Okta Dec 2022 */
#account-chooser-iframe {
    display: none;
}

/* Mobile help text 10-31 */

.text-terms-container {
    margin-bottom: 20px !important;
    padding: 10px !important;
    font-size: 12px !important;
}

.mobile-phone-help {
    font-size: 12px !important;
    color: #404040;
    line-height: 150% !important;
    margin-top: 8px !important;
    float: left !important;
padding-bottom: 8px !important;
}

.mobile-phone-help-checkbox label{
    font-size: 12px !important;
    color: #404040;
    padding-left: 5px !important;
}

a.slds-text-link_reset.underline {
    color: #761850 !important;
    text-decoration: underline !important;
}


/* okta warning 11/8/23 */

#okta-sign-in .help-wrap .infobox.infobox-error:before, #okta-sign-in .infobox-error:before, #okta-sign-in .infobox.infobox-subtle.infobox-error:before {
    background-color: #CC0000 !important;
    background-image: url(https://flexcarestaff--gtmexternms.sandbox.my.site.com/TravelerAccess/resource/osfOktaResources/images/warningIcon.svg ) !important;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

#okta-sign-in .icon.error-16:before {
    display: none;
}

/* remove border-radius 11/8/23 */
#okta-sign-in .infobox, #okta-sign-in .infobox-md {
    border-radius: 0 !important;
}

/* okta privacy and terms modal 1/17/24 */

.okta-modal-background {
    background: rgba(0,0,0,.6);
    padding: 4rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100dvw;
}
.okta-modal {
    display: flex;
    flex-direction: column;
    color: #404040;
    font-family: 'Poppins';
    line-height: 125%;
    font-size: 1rem;
    width: 75dvw;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 18px;
    position: relative;
    height: calc(100dvh - 128px);
}

.okta-modal-body {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 16px;
}

.okta-modal p {
   margin: 8px 0;
}

.modal-title {
color: #404040;
text-align: center;
font-family: Poppins;
font-size: 28px;
font-style: normal;
font-weight: 300;
line-height: 114.286%;
margin: 12px 0; 
}

h1.modal-title  {
   font-size: 36px;
   border-bottom: 1px solid #B1B0B1;
   padding: 16px;
   margin: 0;
}

.close-modal {
   cursor: pointer;
   background-image: url(https://flexcarestaff--gtmextern.sandbox.my.site.com/TravelerAccess/resource/osfOktaResources/images/closeButton.svg );
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: center;
   position: absolute !important;
   right: -4px;
   top: -10px;
   height: 24px;
   width: 24px;
}
 
 .modal-button {
     display: flex;
     justify-content: center;
     padding-top: 1rem;
 }

.modal-sub-title {
   color: #404040;
   font-family: Poppins;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 114.286%;  
   margin: 16px 0;
}
.okta-modal a {
   color: #00AEC7;
}

.x-small-font {
   font-size: 12px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
   .okta-modal-outer {
       padding: 2rem 0;
  }
  .okta-modal {
    width: 85dvw;
  }
}

@media (max-width: 767px) {
   .okta-modal-background {
       padding:  32px 0;
  }
  .okta-modal {
    width: 96dvw;
    height: calc(100dvh - 64px);
  }
  h1.modal-title {
    font-size: 32px;
  }
}



  