
@font-face {
    font-family: 'urw-din-medium';
    src: url('/fonts/urw-din-medium.eot');
    src: url('/fonts/urw-din-medium.eot?#iefix') format('embedded-opentype'), url('/fonts/urw-din-medium.woff2') format('woff2'), url('/fonts/urw-din-medium.woff') format('woff'), url('/fonts/urw-din-medium.ttf') format('truetype'), url('/fonts/urw-din-medium.svg#urw-din-medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-size: 20px;
    font-family: 'urw-din-medium';
    font-weight: 400;
    background-color: #f1faf7;
    margin: 0;
}

body.bg-full {
    width: 100%;
    min-height: 100vh;
    background-image: url('/images/bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

button {
    font-family: 'urw-din-medium';
}

.pop-up {
    display: flex;
    justify-content: start;
    flex-direction: column;
    z-index: 10;
    padding: 68px;
    text-align: start;
    border: 1px solid #287D5A;
    background-color: white;
}

.backround-blur {
    z-index: 1;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    color: rgb(0, 183, 255);
    text-decoration: underline;
}

.logo img {
    width: 120px;
    padding-top: 10px;
}

.logo {
    margin-left: 24px;
    margin-right: 24px;
}

.switch-lang {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin: 34px 24px;
    color: #6a706b;
    font-size: 16px;
}

.switch-lang span {
    margin: 0 5px; 
}

.switch-lang a {
    text-decoration: none;
    color: #6a706b;
}

.switch-lang .separator:before {
    content: "|";
}

.rtl .switch-lang {
    left: 0;
    right: auto;
}

.switch-lang a:hover, .switch-lang .active {
    color: #2c6e59;
    font-weight: 600;
}

h3 {
    margin-top: 32px;
    font-size: 24px;
}

.button {
    background-color: #287D5A;
    color: white;
    padding: 14px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #2d6d5a;
}

.button:disabled,
.button:disabled:hover {
    cursor: default;
    opacity: 0.5;
    background-color: #287D5A;
}

.button:hover {
    background-color: #19583e;
    color: white;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.color-green {
    color: #287D5A;
}

.color-green-light {
    color: #80B341;
}

.color-green a {
    color: #287D5A;
}

.color-red{
    color: red;
}

.text-underline {
    text-decoration: underline !important;
}

.container-content {
    max-width: 1440px;
    height: 100vh;
}

.login-container {
    width: 550px;
    padding: 60px;
    background-color: white;
    border: 0.933503px solid #DAE3E0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 90px;
}

.content-wrapper {
    padding: 24px;
    display: flex;
    align-items: center;
}

.figure-icon {
    height: 69px;
    margin-right: -60px;
    margin-left: -60px;
    width: 40%;
}

.success-img {
    width: 180px;
    height: 180px;
}

.main-container {
    max-width: 1320px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    position: relative;
}

header {
    height: 91px;
    background-color: white;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-top {
    margin-top: 24px;
}

.margin-top-bg {
    margin-top: 64px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-40 {
    margin-top: 40px;
}

.my-16 {
    margin-top: 16px;
}

.ml-24 {
    margin-left: 24px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.text-center {
    text-align: center;
}

.fw-500 {
    font-weight: 500;
}

.title {
    font-size: 48px;
    font-weight: 700;
    color: #353D36;
}

.title-m {
    font-size: 42px;
}

.text-light-gray {
    color: #6A706B;
}

.text-light-black {
    color: #353D36;
}

.w-100 {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.green-link:hover {
    color: #19583e;
}

.left-icon {
    width: 24px;
    margin-bottom: -4px;
}

.rtl .left-icon {
    transform: rotate(180deg);
}

p {
    margin: 0;
}

.small-icon-eye {
    width: 32px;
    height: 26px;
    cursor: pointer;
    padding: 0 10px;
    margin-left: -48px;
}

.rtl .small-icon-eye {
    width: 32px;
    height: 26px;
    cursor: pointer;
    padding: 0 10px;
    margin-right: -48px;
    margin-left: 0;
}

.input-bg-green,
.input-bg-green:focus {
    background-color: #F9FCFB;
}

.form-control {
    display: block;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #353D36;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

label {
    color: #6a706b;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.input-primary:focus {
    border-color: #B7CF35;
    box-shadow: 0 0 0 0.25rem #b7cf35;
}

.field-validation-error {
    color: red;
    font-size: 18px;
}

.input-primary.input-validation-error,
.input-validation-error {
    background-color: #FFEEEF;
    border-color: #FF585F;
    margin-bottom: 5px;
}

    .input-validation-error:focus {
        background-color: #FFEEEF;
        box-shadow: 0 0 0 0.25rem #FF585F;
    }

.validation-summary-errors ul {
    color: red;
    list-style-type: none;
    padding-inline-start: 0;
}

.form-control:focus {
    outline: 0;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rtl .container {
    padding-right: 35px;
    padding-left: 0;
}

.resend-confirm-link {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.signup-container {
    font-size: 18px;
    margin: 30px auto 0;
    text-align: center;
}

.signup-container a {
    text-decoration: none;
}

.inline-icon {
    margin-bottom: -5px;
    width: 24px;
}

.p-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

/* Hide the browser's default checkbox */
.container input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #eee;
    border-radius: 8px;
    color: #353D36;
}

.rtl .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 28px;
    width: 28px;
    background-color: #eee;
    border-radius: 8px;
    color: #353D36;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2B9146;
}

.rtl .container input:checked ~ .checkmark {
    background-color: #2B9146;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.rtl .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

.rtl .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rtl .container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-subtitle {
    margin-left: 36px;
}

.input-info-bottom {
    margin-top: 5px;
    font-size: 18px;
}

/* Hide the reveal password button (Eye) from Edge & IE */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

@media (max-width: 700px) {
    .login-container {
        padding: 30px;
        width: 100%;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .content-wrapper {
        padding: 0;
        align-items: center;
    }

    .title {
        font-size: 32px;
    }

    .form-control {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    .logo img {
        width: 110px;
    }

    .button {
        font-size: 16px;
    }

    .container {
        padding-left: 25px;
        margin-bottom: 12px;
    }

    .rtl .container {
        padding-left: 0;
        padding-right: 25px; 
    }

    .checkmark, .rtl .checkmark {
        height: 20px;
        width: 20px;
        border-radius: 6px;
    }

    .container .checkmark:after, .rtl .container .checkmark:after {
        left: 7px;
        top: 4px;
        width: 4px;
        height: 7px;
    }

    .input-info-bottom {
        margin-top: 7px;
        font-size: 16px;
    }

    img {
        width: 92px;
    }

    img.inline-icon {
        width: 24px;
    }

}
