﻿body {
    font-family: 'Inter', sans-serif !important;
}
.Vf-linePreloader::before {
    width: 100%;
    height: 2px;
    content: "";
    background: -webkit-linear-gradient( 174deg, rgb(60 202 255) 0%, rgb(68 138 249) 100%);
    background-color: var(--hover);
    position: absolute;
    margin: 0;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: top left;
    animation: scroll 1.5s ease-in-out infinite;
    z-index: 222222;
}

@keyframes scroll {
    50% {
        background-size: 80%
    }

    100% {
        background-position: 125% 0;
    }
}

@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/Inter/Inter-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/Inter/Inter-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/Inter/Inter-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dispad {
    padding: 0;
}
.padding-top-10 {
    padding-top: 10px;
}
.dismargin {
    margin: 0px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-right-15 {
    margin-right: 15px;
}

.login-bg, ForgotPasswordBg {
    background-color: #FAFAFA;
    /*background-image: url(../../img/vy-images-v2/Login-Bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: bottom;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
img.login-background-employees {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -60px;
    width: 76%;
    margin: auto;
}
img.background-buildings {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    margin: auto;
    width: 100%;
}
.Voyon-Login {
    width: 913px;
    text-align: center;
    background: linear-gradient(0deg, #ffffffe0, #ffffff);
    padding: 50px;
    border-radius: 9px;
    opacity: 0.95;
    animation: fadeInUp 1s forwards 0s ease;
    box-shadow: 0px 8px 19px 0px #959DA533;
    margin: 0px;
}
.login-company-logo-section {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-company-logo-section img{
    height: 100px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
}
.copyrights-section {
    position: absolute;
    color: #000;
    bottom: 12px;
    font-size: 13px;
}
img.background-buildings,
img.login-background-employees,
.Voyon-Login {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 1s ease-out forwards;
}

img.background-buildings {
    animation-delay: 0.1s;
}

img.login-background-employees {
    animation-delay: 0.4s;
}
..Voyon-Login {
    animation-delay: 0.8s;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*Carousel-text*/
.slider {
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    min-height: 80px;
}
.dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
}
.dot {
    width: 6px;
    height: 6px;
    background-color: #C5DEF1;
    border-radius: 6px;
    display: inline-block;
    transition: background-color 0.3s ease;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
    .dot.active::after {
        content: '';
        background-color: #01A2F6;
        position: absolute;
        width: 0px;
        height: 6px;
        left: 0;
        top: 0;
        border-radius: 6px;
    }
    .dot.active {
        background-color: #C5DEF1;
        width: 22px;
    }

.dot.active::after {
    content:'';
    background-color: #01A2F6;
    position: absolute;
    width: 14px;
    height: 6px;
    left: 0;
    top: 0;
    border-radius: 6px;
}

.forgot-password {
    color: #05a6f0;
    font-size: 13px;
    margin-top: 7px;
    cursor: pointer;
}
.verify-code .footer div a {
    color: #05A5F0 !important;
}
#Verify-SecurityCode .dx-texteditor.dx-editor-filled {
    color: #000;
    background: transparent;
    border: 0px;
}
#Verify-SecurityCode .dx-texteditor.dx-editor-filled {
    color: #000 !important;
    background: transparent !important;
    border: 0px;
    padding: 0;
    width: 30px;
    display: flex;
    justify-content: center;
}
#BackToHomeButton {
    background: #DAE5EA !important;
    color: #222222 !important;
    border-radius: 4px;
    margin-top: 10px;
    height: 38px;
}
#BackToHomeButton .dx-button-content {
    margin-top: 0px !important;
    color: #000 !important;
}
#TokenVerifyButton {
    height: 38px;
}
.form-control-login {
    display: block;
    width: 100%;
    font-size: 14px;
    border: none;
    outline: none;
    font-weight: 500;
    color: #000;
    background-color: #F1F2F4 !important;
    background: #F1F2F4 !important;
    padding: 10px 15px;
    margin-bottom: 0px;
    border-radius: 5px;
}
.form-control-login::placeholder {
    color: #bab8b8;
    font-weight: 400;
    font-size: 13px;
}
.form-control-select {
    width: fit-content;
    text-align: left;
    background: #E0F2FE;
    color: #008EEC;
    border: none;
    padding-bottom: 5px;
    font-size: 13px;
    outline: none;
    z-index: 3;
    padding: 10px 10px;
    border-radius: 6px;
    float: left;
    cursor: pointer;
    padding-right: 40px;
}
select.form-control-select::-ms-expand {
    display: none;
}
select.form-control-select {
    -webkit-appearance: none;
    appearance: none;
}
.ti-arrow-circle-down:before {
    content: "\e65f";
    color: #008EEC;
}
.Lg-dArrow {
    position: relative;
    left: -40px;
    z-index: 2;
    pointer-events: none;
    top: 7px;
}

.forgott-pass a {
    color: #05a6f0;
    font-size: 13px;
    width: 100%;
    display: block;
    text-align: right;
    font-weight: 400;
}

.Sign-in-btn {
    border: none;
    border-radius: 4px;
    background-color: #05A5F0;
    padding: 7px 18px 8px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    height: 38px;
    outline: none;
    cursor: pointer;
    box-shadow: none;
}
    .Sign-in-btn:hover {
        border: none !important;
        background-color: color-mix(in srgb, #05A5F0, #000 10%);
    }
#Loginform .form-group {
    margin-bottom: 20px;
}

/*Vf-Toast*/
.Vf-toast {
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-width: 320px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    height: 56px;
    box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    border: 1px solid #e6e6e6;
    border-left: 5px solid #6cca67;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 99999;
}
.Vf-toast.error {
    border-left: 5px solid #f14f11;
}
.Vf-toast.error .toast-img i {
    color: #f14f11;
}
.Vf-toast .toast-dec {
    padding-left: 15px;
    width: 90%;
}
.Vf-toast-close {
    font-size: 13px;
    color: #989da2;
    cursor: pointer;
}
.Vf-toast .toast-dec h3 {
    font-size: 14px;
    margin-bottom: 0;
}
.Vf-toast .toast-dec .msg {
    font-size: 12px;
    color: #5d748c;
}
#Voyon-Toast-Message-List {
    position: absolute;
    right: 15px;
    bottom: 90px;
    z-index: 222;
    padding: 0;
}
#Voyon-Toast-Message-List li {
    margin-bottom: 15px;
}
.eye-btn-login {
    width: 16px;
    height: auto;
    background-position: 0 0;
    background-size: 16px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    right: 26px;
    bottom: 0px;
    cursor: pointer;
    top: 0px;
    margin: auto;
}

.webApp-version {
    display: flex;
    margin-top: 5px;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #fff;
    color: #6D778B;
    pointer-events: none;
    justify-content: flex-start;
}
.lg-form-title h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0rem;
    color: #000;
    line-height: 22px;
}
.lg-form-title p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px
}