body {
    overflow: hidden; 
    margin: 0; 
}

html {
    overflow: hidden; 
}
 
 /*
    MAIN SECTIONS
*/
.fp-image
{
    object-fit: cover;
    overflow:hidden;
    min-height:100%;
    min-width:100%;
    object-position: 100% 0%;
}

#fp-login-panel-content
{
    margin: auto;
    width: 330px;
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

#fp-login-panel
{
     background-color:#edeef7;
}

#fp-login-message {
    text-align: right;
    color: #808080;
    padding-right: 15px;
    font-size: 26px;
    line-height: 100%;
}

#fp-notice {
    display: none;
    text-align: center;
    padding: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    /*background-color: black;        
    color: white;    */
    color: #0068F5;
    background-color: #F5F9FF;
    border: 1px solid #0068F5;
    box-shadow: 0px 2px 3px 3px #dddddd;
    border-radius: 5px;
    width: 300px;
    margin: 10px 14px 10px 14px;
}

#fp-notice .extra-thick{
    padding-bottom: 6px;
}

#fp-notice-thankyou {
    padding-top: 10px;
    /*text-align: left;*/
    font-size: 16px;
}

.warning-message {
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.warning-message-note {
    font-weight: 700;
}

.fp-logo {
    height: 50px;
}

#israel-gov-login-panel {
    height: 416px;
}

#login-message {
    margin-top: 10px;
}
/* 
    TILES
*/
.fp-tile {
    text-align: center;
    background-color: white;
    color: rgb(67, 78, 79);
    box-shadow: 0px 2px 3px 3px #dddddd;
    border-radius: 5px;
    width: 300px;
    margin: 10px 7px 10px 7px;
    line-height: 20px;
}

.fp-tile-height-3-tiles {
    height: 100px;
}

.fp-tile-height-2-tiles {
    height: 164px;
}

.fp-tile-israel-gov {
    height: 370px;
}

.fp-tile-icon {
    font-size: 20px;
    font-weight: bold;
}

.fp-tile:hover, .fp-tile:focus {
    color: #2b2c32;
    background-color: white;
}

.fp-button-label {
    display: block;
    margin-top: 10px;
    padding: 0em 1em;
    border: 1px solid transparent;
    font-size: .9rem;
}

.israelgov-login-tile {
    display: inline-block;
    vertical-align: middle;
}

#israelgov-login-button {
    font-size: 20px;
    color: #0068F5;
    border: 2px solid #CCD5DF;
    border-radius: 8px;
    width: 257px;
    height: 68px;
    margin-bottom: 60px;
    margin-top: 70px !important;
}

    #israelgov-login-button:hover {
        background-color: #F5F9FF;
        border: 2px solid #0068F5;
    }

#israelgov-login-govil {
    font-size: 13px;
    color: #0C3058;
}

#israelgov-expl {
    text-align: center;
    font-size: 14px;
    color: #0C3058;
    margin-top: 30px;
}

#israel-gov-logo {
    width: 266px;
    height: 115px;
    margin-top: 52px;
    margin-bottom: 8px;
}

#israel-gov-text1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #0C3058;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 30px;
}

#israel-gov-text2 {
    text-align: center;
    font-size: 16px;
    color: #0C3058BF;
    margin-top: 8px;
}

.login-toggle-link {
    height: 48px;
    line-height: 16px;
}

/* 
    INITIALIZE DIALOGS 
*/
#login-social {
    text-align: center;
}

#login-email {
    text-align: center;
}

#login-code {
    text-align: center;
}

/*
    STYLING DIALOGS
*/

.fp-dialog-title {
    color: #2b2c32;
    margin-top: 18px;
}

.fp-dialog {
    box-shadow: 0px 2px 3px 3px #dddddd;
    width: 300px;
    margin: 20px 15px 20px 15px;
}

.fp-link, .fp-link:visited, .fp-link:focus {
    color:  #2b2c32;
}

.fp-link:hover {
    color:  #000000;
}

.fp-button {
    width: 250px;
}

#form-email-login select,
#form-email-login input,
#form-email-login button  {
    margin-bottom: 9px;
}

#login button {
    margin-top: 20px;
    max-width: 100%;
}

#save-info-label {
    cursor: pointer;
}

#login-social button {
    margin-bottom: 25px;
}

/*
    SOCIAL BUTTONS
*/
.social {
    margin-right: .25rem;
    border-radius: 50px;
    width: 250px;
    height: 40px;
    text-align: left;
    font-size: 13px;
    padding-left: 20px;
}

.social-icon {
    position: absolute;
    left: 240px;
    font-size: 18px !important;
    margin-top: -4px;
}

.social.facebook {
    background-color: #3b5998;
    color: #fefefe;
}

.social.facebook:hover, .social.facebook:focus {
    background-color: #2f477a;
    color: #fefefe;
}

.social.linkedin {
    background-color: #007bb5;
    color: #fefefe;
}

.social.linkedin:hover, .social.linkedin:focus {
    background-color: #006291;
    color: #fefefe;
}

.social.yahoo {
    background-color: rgb(123, 0, 123);
    color: #fefefe;
}

.social.yahoo:hover, .social.yahoo:focus {
    background-color: rgb(98, 0, 98);
    color: #fefefe;
}

.social.google-plus {
    background-color: #dd4b39;
    color: #fefefe;
}

.social.google-plus:hover, .social.google-plus:focus {
    background-color: #be3221;
    color: #fefefe;
}

.social > .fa {
    color: #fefefe;
    margin-right: .25rem;
}

.flip-container { 
    width: 330px;
    height: 416px;
    position: relative;
    perspective: 1000px;
}

.flipper {
    width: 100%;
    height: 100%;
    position: absolute;
}

.front, .back {
    margin: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipper.flipped .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipper.flipped .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper.flipped2 .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper.flipped2 .front {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.fp-main-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.fp-main-image-wrapper .fp-main-image {
    background-image: url('../../../Images/MainImage.jpg?ver=1.04');
    direction: rtl;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/**************************************
    
    Support Notification Dialog    

***************************************/

#supportDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Dialog */
.supportDialogWrapper {
        background-color: white;
        padding: 0;
        border-radius: 12px;
        max-width: 400px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        position: relative;
    }

.supportDialogWrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.supportDialogFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 150px 15px 20px ;
    background-color: RGB(201, 201, 201);
}

#supportDialogCloseBtn {
    width: 100px;
    margin: 0px;
}

.supportDialogFooter label {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: RGB(68, 114, 196);
    gap: 6px;
}

#dontShowSupportDialogAgainCheckbox {
    margin-bottom: 0px;
}

