@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-BoldItalic.woff2') format('woff2'),
    url('FoundersGrotesk-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-Bold.woff2') format('woff2'),
    url('FoundersGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-Light.woff2') format('woff2'),
    url('FoundersGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-LightItalic.woff2') format('woff2'),
    url('FoundersGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-Regular.woff2') format('woff2'),
    url('FoundersGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-Medium.woff2') format('woff2'),
    url('FoundersGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-MediumItalic.woff2') format('woff2'),
    url('FoundersGrotesk-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-SemiboldIt.woff2') format('woff2'),
    url('FoundersGrotesk-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-Semibold.woff2') format('woff2'),
    url('FoundersGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('FoundersGrotesk-RegularItalic.woff2') format('woff2'),
    url('FoundersGrotesk-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.bg-lexigo {
    background-color: rgba(240, 246, 253, 1);
}
.bg-auth {
    background-color: #F6F8F9;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1200px) {
    .xl-grid {
        display: grid;
    }
}
.gap-4 {
    grid-gap: 1rem;
    gap: 0rem;
}
@media (min-width: 1200px) {
    .xl-flex {
        display: flex;
    }
}
.min-h-screen {
    min-height: 100vh;
}
@media (max-width: 1199px) {
    .hidden-sm {
        display: none;
    }
}
.hidden {
    display: none;
}
@media (min-width: 1200px) {
    .hidden-xl {
        display: none;
    }
}
.w-3\/4 {
    width: 75%;
}
@media (max-width: 1199px) {
    .block {
        display: block;
    }
}
img,
video {
    max-width: 100%;
    height: auto;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}
img {
    border-style: solid;
}
img {
    border-style: none;
}
img.login {
    width: 428px;
    height: 420px;
}
@media (min-width: 1200px) {
    .xl-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .xl-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .xl-h-auto {
        height: auto;
    }
}
.h-screen {
    min-height: 100vh;
}
.flex-col {
    flex-direction: column;
}
@media (min-width: 1200px) {
    .xl-w-auto {
        width: 350px !important;
    }
}
@media (min-width: 1200px) {
    .xl-shadow-none {
        box-shadow: none !important;
    }
}
@media (min-width: 1200px) {
    .xl-p-0 {
        padding: 0 !important;
    }
}
@media (min-width: 1200px) {
    .xl-ml-20 {
        margin-left: 5rem !important;
    }
}
@media (min-width: 1200px) {
    .xl-mr-20 {
        margin-right: 5rem !important;
    }
}
@media (min-width: 1200px) {
    .xl-bg-transparent {
        background-color: transparent !important;
    }
}
@media (min-width: 1024px) {
    .lg-w-2\/4 {
        width: 50%;
    }
}
@media (min-width: 640px) {
    .sm\:w-3\/4 {
        width: 75%;
    }
}
@media (min-width: 640px) {
    .sm-px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.w-full {
    width: 100%;
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width: 1200px) {
    .xl-text-left {
        text-align: left !important;
    }
}
@media (min-width: 1200px) {
    .xl-text-3xl {
        font-size: 1.8rem !important;
    }
}
.text-center {
    text-align: center;
}
.text-2xl {
    font-size: 1.5rem;
}
.font-bold {
    font-weight: normal;
    font-family: "GorditaBold";
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

.btn-google {
    color: #131a57ff;
    background-color: #ffffff;
    font-size: 0.9rem !important;
    display: flex;
    justify-content: center;
    padding: 0.75rem 1rem;
    align-items: center;
    height: 3.287667rem;
    border: 1px solid #e1e7ef !important;
    border-radius: 3px !important;
}

.gordita-medium {
    font-family: "GorditaMedium" !important;
}
.input:not(textarea).input--lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1200px) {
    .login-input {
        width: 350px;
    }
}
.login-input {
    box-shadow: 0 3px 5px #00000007;
}
.border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
}
.input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.border {
    border-width: 1px;
}
@media (min-width: 1200px) {
    .xl-mt-8 {
        margin-top: 2rem;
    }
}
.button.button--lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1200px) {
    .button1 {
        width: 350px;
    }
}
.align-items-center {
    align-items: center;
}
.align-top {
    vertical-align: top;
}
.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.bg-theme-1 {
    --bg-opacity: 1;
    background-color: #1c3faa;
    background-color: #0000ffff;
}
.primary-hover:hover {
    background: #0057ff;
}
.button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
}
button,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #e2e8f0;
    border-top-color: rgb(226, 232, 240);
    border-right-color: rgb(226, 232, 240);
    border-bottom-color: rgb(226, 232, 240);
    border-left-color: rgb(226, 232, 240);
}
@media (min-width: 640px) {
    .sm-text-sm {
        font-size: 0.875rem !important;
    }
}
.text-xs {
    font-size: 0.75rem;
}
.space-between {
    justify-content: space-between;
}
.underline {
    text-decoration: underline;
}
.w-32 {
    width: 8rem;
}

@media (max-width: 1199px) {
    .input-style .input {
        width: 100%;
    }
}
.input-style {
    display: flex;
    flex-direction: column;
}
.container-hail-login {
    width: 100%;
}

@media (min-width: 1200px) {
    .container-hail-login {
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1199px) {
    .container-hail-login {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 3.287667rem;
}
.btn-group-lg > .btn,
.btn-lg {
    font-size: 1.286rem;
    line-height: 1.333333;
    padding: 0.715rem 1.286rem;
    border-radius: 3px;
}
.mb-05 {
    margin-bottom: 0.5rem !important;
}
.sign-up-link {
    font-family: "GorditaRegular" !important;
    font-size: 0.875rem;
    color: #3f434a;
    /*color: var(--gray-500);*/
    position: relative;
    text-align: center;
}
.or {
    font-family: "GorditaRegular" !important;
    font-size: 0.875rem;
    color: #3f434a;
    /*color: var(--gray-500);*/
    position: relative;
    text-align: center;
}
.or > span {
    z-index: 2;
    background-color: #ffffff;
    position: relative;
    padding: 0 2em;
}
.or::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border: solid #d8dadf;
    border-width: 0 0 1px;
}
.gordita-bold {
    font-family: "GorditaBold";
}
.form-control-lexigo {
    background-color: rgba(235, 237, 250, 0.5);
    border-radius: 3px;
    border: none;
}
.form-control-lexigo:focus {
    border: 1px solid #ebedfa !important;
    background-color: rgba(235, 237, 250, 0.5) !important;
    transition: none;
}
.btn.disabled,
.btn:disabled {
    background-color: #adb4d2 !important;
    color: #fff;
}
.parsley-required,
.parsley-errors-list {
    display: none;
}
.valid-label {
    width: 100%;
    font-size: .7rem;
    color: #6776ff;
    text-align: left;
    display: flex;
}
.valid-label .feather-x {
    display: none;
}
.error-label {
    width: 100%;
    font-size: .7rem;
    color: #ff0000;
    text-align: left;
    display: flex;
    align-items: center;
}
.error-label .feather-check {
    display: none;
}
.valid-label .feather,
.error-label .feather {
    stroke-width: 2px;
    margin-right: .25rem;
}
#password-errors {
    margin-top: 1rem;
}
.rounded-3px {
    border-radius: 3px;
}
.w-4 {
    width: 1rem;
}
.h-4 {
    height: 1rem;
}
@media (min-width: 1200px) {
    .blob-style {
        width: 350px;
    }
}

.hail-sign-up-image {
    background-image: url("../images/logins/sign-up-lady-entrance.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center;
}

.hail-resend-activation-image {
    background-image: url("../images/logins/resend-activiation-man-exploring.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}
.hail-forgot-password-image {
    background-image: url("../images/logins/forgot-pass1.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}

.text-custom-1 {
    color: #0000ff !important;
}
.no-b {
    border: none;
    border-radius: 0.75rem;
    font-size: 0.875rem;
}
.sign-in-1 {
    background-image: url("../images/logins/sign-in-man-stats.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center;
}
.sign-in-2 {
    background-image: url("../images/logins/sign-in-lady-hi-5.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center;
}
.sign-in-3 {
    background-image: url("../images/logins/sign-in-man-shopping.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center;
}
@media (min-width: 1200px) {
    .container,
    .container-fluid,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        width: 100%;
        padding-right: 0px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 1199px) {
    .container,
    .container-fluid,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .mt-7-desktop {
        margin: 5rem !important;
    }
}
.btn-lexigo {
    height: 3.287667rem !important;
    border-radius: 3px;
    background-color: #0000ff;
    color: #fff;
    border-width: 0;
}
.slide-3 {
    position: relative;
    overflow: hidden;
    background: #0c1352;
}

.slide-3:not(.disabled)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #0057ff;
    transform: translate(0%, -100%) skew(0deg);
    transition: 0.2s;
}
.slide-3:hover .text-button {
    color: #fff;
}
.text-lexigo-green,
.text-lexigo-green:hover {
/*    color: #6776ff!important;*/
/*    color: #0C1352!important;*/
    color: #6776ff!important;
}
.bg-lexigo-green {
    background-color: #6776ff;
}
.btn.bg-lexigo-green:hover {
    background-color: #0c1352;
}
.border-lexigo-green {
    border-color: #6776ff!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.hover\:bg-lexigo-green:hover {
    background-color: #6776ff!important;
    color: #ffffff!important;
}
.slide-3:hover::before {
    transform: translate(0%, 0) skew(0deg);
}
.text-button {
    position: relative;
    transition: 0.2s;
    color: #fff;
}
.width-600 {
    width: 600px;
}
.input1[type="checkbox"]:not(.input--switch):before {
    content: "";
    transition: all 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: 75% !important;
    width: 100%;
    height: 100%;
    position: absolute;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.input1[type="checkbox"]:not(.input--switch) {
    width: 18px;
    height: 18px;
    border-radius: 0.2em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.input[type="checkbox"]:not(.input--switch):checked {
    --bg-opacity: 1;
    background-color: #6776ff !important;
    background-color: rgba(1, 218, 142, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #6776ff !important;
    border-color: rgba(1, 218, 142, var(--border-opacity));
}
.input1:focus {
    outline: 0;
    box-shadow: none !important;
}
.input[type="checkbox"]:not(.input--switch):checked:before {
    opacity: 1;
}
.bg-color-hail-3 {
    background: #adb4d2;
}
.bg-color-hail-1 {
    background: #0c1352;
}
.bg-color-hail-2 {
    background: #4b5681;
}
.bg-color-hail-4 {
    background: rgba(235, 237, 250, 0.5) !important;
}
.rounded-custom{
    border-radius: 3px !important;
}
.alert-dialog-danger {
    border-left: 4px solid #f00;
}
.text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245,101,101,var(--text-opacity));
}
a {
    color: #0057ff;
    text-decoration: none;
    background-color: transparent;
}
.font-14px{
    font-size: 14px;
}
.slide-4 {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.slide-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #0057ff;
    transform: translate(0%, -100%) skew(0deg);
    transition: 0.2s;
}
.slide-4:hover .text-button-1 {
    color: #fff;
}
.slide-4:hover::before {
    transform: translate(0%, 0) skew(0deg);
}
.text-button-1 {
    position: relative;
    transition: 0.2s;
    color: #0c1352;
}
.btn-slide-white {

    height: 3.287667rem !important;
    border-radius: 3px;
    background-color: #fff;
    color: #0c1352;
    border-width: 0;
    border: 1px solid #0c1352;
}
.btn-slide-white:hover{
    border:1px solid #0057ff;
}
.custom-a-button{
    align-items: center;
    display: flex;
    justify-content: center;
}
.color-hail-3 {
    color: #adb4d2;
}
.color-hail-1 {
    color: #0c1352;
}
.color-hail-2 {
    color: #4b5681;
}
.color-hail-4 {
    color: rgba(235, 237, 250, 1);
}
.btn.disabled,
.btn:disabled {
    background-color: #adb4d2 !important;
    color: #fff;
}
.btn-text-long{
    padding: 1px 6px;
}

.auth-overlay {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - 2rem - 50px);
    max-width: 100%;
    width: 500px;
}

@media (max-width: 1024px) {
    main {
        padding-top: calc(2rem + 50px);
        padding-bottom: 2rem;
    }
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.auth-box {
    background-color: #ffffff;
    border-radius: 3px;
    width: 100%;
    padding: 40px 78px;
    box-shadow: 0 2px 40px 0 rgb(0 0 0 / 6%);
    margin: 0 1rem;
}
.relative {
    position: relative;
}

.auth-logo {
    position: fixed;
    padding: 32px;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .auth-logo {
        position: absolute;
    }
}
.rounded {
    border-radius: 100px!important;
}

.font-grotesk {
    font-family: "Copyright Klim Type Foundry";
}

.font-grotesk-bold {
    font-family: "Copyright Klim Type Foundry";
    font-weight: bold;
}

.grid {
    display: grid;
}
.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr));
}
.gap-4 {
    gap: 1rem;
}
.col-span-12 {
    grid-column: span 12/span 12;
}

@media (min-width: 640px) {
    .sm\:col-span-6 {
        grid-column: span 6/span 6;
    }
}

@media (max-width: 425px) {
    .auth-box {
        padding: 30px 25px;
    }
    .auth-overlay {
        align-items: flex-start;
        margin-top: 2rem;
    }
}


.bottom-tooltip {
    position: relative;
}

.bottom-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 10;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.bottom-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.bottom-tooltip.active .tooltiptext {
    visibility: visible;
}

.light-tooltip .tooltiptext {
    background-color: white;
    box-shadow: 0 2px 40px 0 rgb(0 0 0 / 6%);
    border: 1px solid #ccc;
}

.light-tooltip .tooltiptext::after {
    border-color: transparent transparent #fff transparent;
}
