@import '../../../web/custom-variables';
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*STATIC LANDING PAGE*/

.static-landing-page{
    background-color: #F5F5F5;
}

.guest-sign-in-sign-up-page .mx-scrollcontainer .mx-placeholder {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
}

.guest-sign-in-sign-up-page{
    background-color: #FFF;
}

.white-card-container{
    border-radius: 30px;
    background-color: #FFF;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
}

.custom-display-grid{
    width: 100%;
    margin: 10px 0px;
    display: flex;
    height: fit-content;
    justify-content: space-between;
}

.top-bar-layout-grid .row .col{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.logo-branding-container{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.logo-branding-container .logo{
    width: 60px;
    height: auto;
    margin-right: 10px;
}


.logo-branding-container .wfc-logo-name{
    color: #0F5A87;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-bar-layout-grid{
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
}

.top-bar-layout-grid .col-lg-6{
    justify-items: center;
    align-self: center;
}

.landing-page-navigation{
    display: flex;
    width: fit-content;
    height: 35px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px var(--sds-size-depth-100) var(--sds-size-blur-100) rgba(166, 166, 166, 0.10);
}

.landing-page-navigation  ul.mx-menubar-list{
    max-height: 25px;
    min-height: 25px;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item{
    height: 25px;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item > a{
    color: #455A64;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: ease-in-out 0.3s;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(1),
.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(2),
.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(3),
.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(4){
    border-right: solid #0F5A87 0.5px;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item a:hover, .landing-page-navigation ul.mx-menubar-list li.mx-menubar-item a:focus{    
    border: none;
    border-radius: 20px;
    font-weight: 600;
    color: #0F5A87;
    background-color: #FFF;
    border: 0.5px solid #0F5A87;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item.active{
    border: none;
    border-radius: 20px;
    color: #0F5A87;
    background-color: #E0EDFD;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item.active a{
    border: none;
    font-weight: 600;
    background-color: #E0EDFD;
    color: #0F5A87;
    border-radius: 20px;
}

.landing-page-button-container{
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

/*STATS CONTAINER STATS CONTAINER STATS CONTAINER*/

.landing-page-application-stats-container{
    display: flex;
    width: 35%;
    //align-self: center;
    justify-self: center;
    height: fit-content;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    border-radius: 30px;
    background: #0F5A87;
    height: 350px;
}

.landing-page-application-stats-container .stats-container{
    width: 50%;
    display: grid;
    margin: 20px 0px;
    gap: 30px 0px;
}

.landing-page-application-stats-container .stats-container .content{
    display: grid;
    align-content: center;
}

.landing-page-application-stats-container .stats-container .content .label{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.landing-page-application-stats-container .stats-container .content .value{
    color: #56BCA2;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.landing-page-device-visual{
    display: inline-flex;
    height: 350px;
    width: 62%;
    justify-content: center;
}

.landing-page-device-details-container{
    width: 40%;
    justify-content: center;
    display: flex;
    padding: 10px;
    margin: 0;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.landing-page-device-details-container .button-container{
    display: inline-flex;
    //position: absolute;
    //bottom: 40px;
    justify-content: space-between;
    width: 60%;
}

.landing-page-device-details-container .display-text{
    color: #0F5A87;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 250px;
    margin-bottom: 50px;
}

.landing-page-display-devices-container{
    width: 60%;
    padding: 10px;
    justify-content: center;
    display: flex;
}

.landing-page-display-devices-container .gradient{
    //border-radius: 25px;
    //background: linear-gradient(0deg, rgba(15, 90, 135, 0.70) 0%, rgba(150, 243, 250, 0.80) 47%, #FFF 89.5%);
    width: auto;
    height: 100%;
    
}

.landing-page-display-devices-container .devices{
    height: 100%;
    width: auto;
}

.landing-page-large-fish{
    position: absolute;
    z-index: 10;
    left: 135px;
    top: 67px;
    height: 620px;
    width: auto;
}

.landing-page-content-container-1{
    height: 400px;
    width: 75%;
    display: grid;
    flex-wrap: wrap;
    justify-content: flex-end; /* Aligns items to the right */
    align-content: space-between; /* Maintains spacing between wrapped lines */
    margin-left: auto;
    padding: 40px 0px;
    padding-right: 80px;
}

.landing-page-content-container-1 .content-1, .landing-page-content-container-1 .content-2, .landing-page-content-container-1 .content-3{
    justify-content: center;
    align-content: center;
    display: grid;
    text-align: center;
    justify-items: center;
}

.landing-page-content-container-1 .content-1 .heading{
    color: #0F5A87;
    font-family: Prompt;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.landing-page-content-container-1 .content-1 .text{
    color: #5D5D5D;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    width: 980px;
    margin-bottom: 40px;
}

.landing-page-content-container-1 .content-2 .text{
    color: #0F5A87;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.landing-page-content-container-1 .content-3 .text{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 975px;
}

/*LANDING PAGE FOOTER LANDING PAGE FOOTER*/

.footer-container{
display: flex; /* Use Flexbox for layout */
  justify-content: space-between; /* Distribute items horizontally with space between */
  align-items: center; /* Align items vertically to the center */
  width: 100%; /* Full width of the parent container */
  padding: 0 20px; /* Optional padding for spacing inside the container */
  box-sizing: border-box; /* Ensure padding is included in width/height */
  margin-bottom: 10px;
}

.footer-container .center{
    align-self: center;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-self: center;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer-container .left{
    align-items: center;
    justify-self: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer-container .right{
    align-items: center;
    justify-self: flex-end;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer-container .center .logo{
    height: 30px;
    width: auto;
    margin-right: 5px;
}

.footer-container .center .logo{
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}


/*SIGN IN SIGN UP APPLICATION PAGES SIGN IN SIGN UP APPLICATION PAGES*/

.white-card-container-block{
    padding: 20px;
    height: 100%;
    width: 100%;
}

.guest-landing-display-container{
    min-height: 100%;
    width: 100%;
    padding: 30px;
    align-items: center;
    justify-items: center;
    display: grid;
    flex-wrap: wrap;
    background-color: #F5F5F5;
    border-radius: 20px;
    height: 90vh;
}

.guest-landing-display-container .logo{
    margin-right: auto;
    height: 100px;
    width: auto;
    margin-bottom: 50px;
}

.guest-landing-display-container .fish-display-img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.guest-landing-display-container .info{
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
    width: 80%;
}

/*INPUT FIELDS INPUT FIELDS INPUT FIELDS INPUT FIELDS*/

.custom-input-field{
    display: inline-flex;
    gap: 5px;
    margin-right: auto;
    border-radius: 7px;
    background: #EBEBEB;
    width: 420px;
    height: 30px;
    align-items: center;
    margin: 10px 0px 10px 0px;
}

.custom-input-field img{
    display: flex;
    width: 26px;
    height: 26px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: 10px;
}

.custom-input-field .form-control, .custom-input-field .mx-textbox{
    border-radius: 0px 7px 7px 0px;
    border: none;
    background: #EBEBEB;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}

.custom-input-field .form-control:focus{
    background: #EBEBEB;
    color: #000000;
}

.custom-text-box-input-field{
    display: inline-flex;
    gap: 5px;
    margin-right: auto;
    border-radius: 7px;
    background: #EBEBEB;
    width: 420px;
    height: auto;
    align-items: flex-start;
    margin: 10px 0px 10px 0px;
}

.custom-text-box-input-field .mx-textarea{
    width: 400px;
    margin: 0;
    min-height: 100px;
}

.custom-text-box-input-field .mx-textarea .mx-textarea-input{
    background-color: #EBEBEB;
    border: none;
}

.custom-text-box-input-field img{
    display: flex;
    width: 26px;
    height: 26px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: 10px;
}


.custom-selector-field .mx-compound-control, .custom-selector-field {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: row;
}

.custom-selector-field .mx-compound-control .form-control{
    display: inline-flex;
    gap: 5px;
    margin-right: auto;
    border-radius: 7px;
    background: #EBEBEB;
    width: 395px;
    height: 30px;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
    border: none;
}

.custom-selector-field .form-group{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.custom-selector-field .mx-dropdown .form-control{
    display: inline-flex;
    gap: 5px;
    margin-right: auto;
    border-radius: 7px;
    background: #EBEBEB;
    width: 420px;
    height: 30px;
    align-items: center;
    margin: 0;
    //margin-bottom: 20px;
    border: none;
}

.custom-selector-field .mx-compound-control .btn{
    display: flex;
    border: none;
    gap: 5px;
    margin-right: auto;
    border-radius: 7px;
    background: #EBEBEB;
    color: #7D7D7D;
    width: 30px;
    height: 30px;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
}

.custom-selector-field .mx-compound-control .glyphicon{
    position: unset;
    /* display: inline-block; */
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.custom-selector-field .form-group{
    margin: 0px;
}

.custom-selector-field .react-tel-input{
    font-family: Poppins;
    font-size: 15px;
    position: relative;
    width: 420px;
    height: 30px;
    min-width: 380px;
}
.custom-selector-field .educ-phone-input .educ-phone-input-label{
    display: none !important;
}

.custom-selector-field .educ-phone-input .col-sm-9{
    padding-left: 0px;
}

.custom-selector-field .react-tel-input .flag-dropdown{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    background: #EBEBEB;
    border: none;
    border-radius: 3px 0 0 3px;
}

.custom-selector-field .react-tel-input .form-control {
    position: relative;
    font-size: 14px;
    letter-spacing: .01rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 19px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 5px;
    line-height: 30px;
    height: 30px;
    /* width: 100% !important; */
    outline: none;
}

/*GUEST FORMS GUEST FORMS*/

.guest-form-container{
    display: block;
    align-items: center;
    //justify-items: center;
    width: 90%;
    height: 90vh;
}

.guest-form-container .right-form-container{
    display: grid;
    align-items: center;
    justify-items: center;
    height: fit-content;
    width: 100%;
    margin-top: 40px;
}

.guest-form-container .right-form-container .mx-dataview-content{

}

.guest-page-title-message-container{
    width: 420px;
    margin: 20px 0px;
    justify-content: flex-start;
    padding: 0;
    display: grid;
}


.guest-page-title-message-container .title{
    color: #005B88;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    text-align: left !important;
}

.guest-page-title-message-container .message{
    color: #5D5D5D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.sign-up-page-nav-container{
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sign-up-page-nav-container .button{
    color: #5D5D5D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: none;
}

.account-selector-sign-up-buttons{
    display: flex;
    width: 100px;
    height: 32px;
    padding: 10px 22px;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #E0E0E0;
}

.account-selector-sign-up-buttons img{
    width: 8.471px;
    height: 12px;
    flex-shrink: 0;
}

.account-type-selector-buttons-container{
    display: inline-flex;
    width: 420px;
    margin-bottom: 20px;
}

.sign-up-details-form{
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-details-form .mx-dataview-content{
        display: inline-grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.label-tooltip-container{
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 0;
}

.label-tooltip-container .label{
    color: #7D7D7D;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.label-tooltip-container{
    width: 420px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 0;
}

/*APPLICATION FORMS APPLICATION FORMS APPLICATION FORMS APPLICATION FORMS*/

.guest-form-container .right-form-container-application{
    display: grid;
    align-items: center;
    justify-items: center;
    height: fit-content;
    width: 420px;
}

.application-form-page-title-container{
    width: 420px;
    margin: 20px 0px;
    justify-content: center;
    padding: 0;
    display: grid;
}


.application-form-page-title-container .title{
    color: #005B88;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    text-align: left !important;
}

.application-form-page-title-container .message{
    color: #5D5D5D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.application-form-username-container{
    width: 100;
    display: grid;
    justify-content: flex-start;
    align-items: center;
}

.application-form-username-container .username-container{
    width: 400px;
    display: inline-flex;
    margin-bottom: 5px;
    padding: 0;
}

.application-form-username-container .username-container .content-1{
    color: var(--Color-2, #4D4D4D);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    height: fit-content;
    width: auto;
    margin-right: 5px;
}

.application-form-username-container .username-container .content-2{
    color: var(--Color-2, #4D4D4D);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
    height: fit-content;
    width: auto;
}

.application-form-username-container .instruction{
    color: #7D7D7D;
    font-family: Poppins;   
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.right-form-container-application .progress-bar-container{
    width: 400px;
    display: grid;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.right-form-container-application .step-number-container{
    width: 100%;
    display: inline-flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.right-form-container-application .step-number-container .step-number{
    color: #0F5A87;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: auto;
    padding: 0;
    margin: 0;
}

.right-form-container-application .step-number-container .step-progress{
    color: #0F5A87;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: auto;
    padding: 0;
    margin: 0;
}

.right-form-container-application .progress-bar-container .progress-remaining{
    width: 400px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #D9D9D9;
}


.right-form-container-application .progress-bar-container .progress-bar{
    height: 8px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #005A87;
}

.right-form-container-application .progress-bar-container .step-1{
    width: 100px;
}

.right-form-container-application .progress-bar-container .step-2{
    width: 200px;
}

.right-form-container-application .progress-bar-container .step-3{
    width: 300px;
}

.right-form-container-application .progress-bar-container .step-4{
    width: 400px;
}

.right-form-container-application .step-section-container{
    width: 400px;
    border-top: 1px solid #0F5A87;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.right-form-container-application .step-section-container .section-name{
    color: #0F5A87;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: -20px;
    background-color: #FFF;
    position: relative;
    padding-right: 10px;
}


.has-error .alert {
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    width: 420px;
    height: 20px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.sign-up-previous-tournaments{
    margin: 20px 0px;
}

.sign-up-previous-tournaments .instruction{
    color: #7D7D7D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sign-up-previous-tournaments .mx-radiobuttons{
    margin-top: 5px;
}