﻿


.loginboxnew {
    background: #052E2B;
}

html,
body,
.loginboxnew {
    background: #052E2B;
    /* background-image: url('../images/omniimages/loginback.svg');*/
    background-size: contain;
    background-position: right top;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.signout,
.logged-out-page-N iframe {
    border: 0;
}

.firstsection {
    /*width: 175px;*/
    border-right: 1px solid #CDD6DB;
    height: 100%;
    float: left;
}

.clearfix {
    height: 100%;
}

.firstsection div.borderbottom {
    border-bottom: 1px solid #CDD6DB;
    padding: 40px 0px 65px 40px;
    position: relative;
    height: 165px !important;
}

.firstsection div:after {
    content: "";
    position: absolute;
    right: -33px;
    bottom: -14px;
    width: 25px;
    height: 25px;
    z-index: 999;
    border-radius: 50%;
    background: #062e2b;
}

.mac .firstsection div:after {
    background: #03352f;
}

.loginboxnew .clearfix {
    position: relative;
    display: flex;
}

/*.firstsection:after {
    border-right: 1px solid #CDD6DB;
    height: 100%;
    content: "";
    position: absolute;
    right:0;
}
*/
.secondsection {
    height: 100%;
    float:left;
    padding-left: 0;
}

    .secondsection .alert-danger {
        background-color: transparent;
        border-color: transparent;
        padding: 0;
        border-radius: 3px;
        font-family: 'Inter', sans-serif;
        color: #FFA18B;
        border: 0;
    }

        .secondsection .alert-danger ul {
            margin-bottom: 0px;
            padding-left: 20px;
        }

    .secondsection form {
        /*padding-top: 70px;*/
        padding-top: 160px;
        padding-left: 110px;
        width: 565px;
    }

    .secondsection .form-control {
        background-color: transparent !important;
        background: transparent !important;
        border: 0;
        border-bottom: 1px solid #CDD6DB;
        margin-bottom: 35px;
        padding: 0px;
        padding-bottom: 0;
        border-radius: 0px;
        line-height: 0px;
        height: 31px;
        color: #ffffff;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
         font-family: 'Inter', sans-serif;
        margin-top: 0;
    }

        .secondsection .form-control::placeholder {
            color: #CDD6DB;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            text-transform: uppercase;
             font-family: 'Inter', sans-serif;
        }

        /* .secondsection .form-control:-webkit-autofill {
            color: #CDD6DB;
            
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            background-color: #000000 !important;
            color:transparent !important;
            appearance:inherit;
        }*/


        .secondsection .form-control:focus {
            box-shadow: none;
            font-size: 16px;
        }

    .secondsection div .form-control {
        margin-bottom: 0;
        padding-right: 40px;
    }

    .secondsection div {
        position: relative;
    }

.forgetpassword,
.forgetpassword:hover {
    color: #CDD6DB;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 25px;
    padding: 0px;
    border: 0;
    position: relative;
}

.marcussp{
    margin-bottom:70px;
}

.forgetpassword:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid;
}

.forgetpassword {
    transition: all 0.3s ease;
     font-family: 'Inter', sans-serif;
}

    .forgetpassword:hover {
        color: #68DA6A;
    }

.secondsection .btn-login {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: none;
    text-transform: uppercase;
    background: #68DA6A;
    border: 1px solid #68DA6A !important;
    padding: 7px 22px;
    border-radius: 200px;
    border: 0;
    margin-top: 20px;
    transition: all 0.2s ease;
    color: #052E2B;
    font-family: 'Inter', sans-serif;
}

    .secondsection .btn-login:hover,
    .secondsection .btn-login:focus {
        color: #68DA6A;
        background: transparent;
        border: 1px solid #68DA6A;
    }

        .secondsection .btn-login:hover svg path,
        .secondsection .btn-login:focus svg path {
            fill: #F5F5F5;
            stroke: #F5F5F5;
        }

    .secondsection .btn-login svg {
        transition: all 0.5s ease;
    }

    .secondsection .btn-login:hover svg {
        /* position: relative;
        right: -5px;*/
        transition: all 0.5s ease;
    }

    .secondsection .btn-login svg {
        padding-left: 0;
        width: 18px;
        height: 12px;
        margin-left: 10px;
    }

.secondsection .remember-me {
    position: relative !important;
    bottom: 0;
    margin-top: 15px;
    color: #CDD6DB;
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.secondsection .remembercheckbox .checkmark {
    border: 1px solid #68DA6A;
    background-color: transparent;
}

.secondsection .remembercheckbox input:checked ~ .checkmark {
    background-color: #68DA6A;
    border: 1px solid #68DA6A;
    border-radius: 2px;
}




.secondsection .checkboxeye input.passworddesign::after {
    color: #CDD6DB;
}

.secondsection .checkboxeye input.passworddesign:checked::after {
    background-image: url(../images/omniimages/eyeN.svg);
}

.donthaveacc {
    
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #CDD6DB;
    padding: 20px 30px;
   /* border-top: 1px solid #CDD6DB;*/
    background: #052E2B;
    position: absolute !important;
    width: 81.8%;
    bottom: 0px;
}

    .donthaveacc:after {
        content: "";
        background: #CDD6DB;
        position: absolute;
        top: 0;
        width: 98.6%;
        height: 1px;
        left: 10px;
    }

    .donthaveacc .btn-login {
        margin-top: 0px;
        margin-left: 15px;
    }

.secondsection input:-webkit-autofill,
.secondsection input:-webkit-autofill:hover,
.secondsection input:-webkit-autofill:focus,
.secondsection input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    color: #CDD6DB;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
     font-family: 'Inter', sans-serif;
}



.logged-out-page-N div {
    color: #F5F5F5;
    
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 40px;
}

.logged-out-page-N a {
    color: #68DA6A;
    
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 40px;
}

    .logged-out-page-N a:hover {
        color: #F5F5F5;
    }

.logged-out-page-N .btn {
    
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #68DA6A;
    border: 1px solid #68DA6A;
    border-radius: 200px;
    color: #052E2B;
    text-decoration: none;
    padding: 7px 28px;
    margin-bottom: 0px;
    transition: all 0.2s ease;
}

    .logged-out-page-N .btn:hover,
    .logged-out-page-N .btn:focus {
        color: #68DA6A;
        background: transparent;
        border: 1px solid #68DA6A;
    }

.logoutdesign div {
    height: 100%;
}


.accessdeniednew h1 {
    
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 80px;
    color: #FFA18B;
    width: 150%;
}

.base-timer {
    position: relative;
    width: 100PX;
    height: 100PX;
}

.base-timer__svg {
    /* transform: scaleX(-1);*/
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: #697E85;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: #68DA6A;
    }

    .base-timer__path-remaining.orange {
        color: #68DA6A;
    }

    .base-timer__path-remaining.red {
        color: #68DA6A;
    }

.base-timer__label {
    position: absolute;
    width: 100PX;
    height: 100PX;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #68DA6A;
}

#app div,
#app {
    height: auto;
    margin-bottom: 0;
}

video {
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    video::-webkit-media-controls {
        display: none;
    }

    video::-webkit-media-controls-start-playback-button {
        display: none;
    }

    video::-webkit-media-controls {
        opacity: 0;
    }

.btnN {
    background: #020A08;
    border-radius: 200px;
    padding: 8px 18px;
    color: #F5F5F5;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 600;
     font-family: 'Inter', sans-serif;
}

    .btnN:hover,
    .btnN:active,
    .btnN:focus,
    .btnN:active:focus {
        color: #68DA6A;
    }

@media only screen and (max-width:1440px) {
    .secondsection form {
        padding-top: 70px;
    }
}


@media only screen and (max-width:1180px) {
    html, body, .loginboxnew {
        background-size: cover;
    }

    video {
        object-fit: fill;
    }
}


@media only screen and (max-width:800px) {
    .secondsection form {
        padding-left: 40px;
        width: 480PX;
    }

    .accessdeniednew h1 {
        font-size: 52px;
        line-height: 57px;
        width: auto;
    }
}
  
@media only screen and (max-width:767px) {
    video {
        display: none;
    }

    .firstsection {
        width: 100%;
        border-right: 0;
        float: none !important;
        height: auto;
        text-align: center;
    }

        .firstsection div.borderbottom {
            border: 0;
            padding: 0;
        }

    .secondsection {
        height: auto;
        float: none !important;
        padding: 0px;
    }

        .secondsection form {
            padding: 0px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 83%;
            margin-top: 50px;
        }

    .loginboxnew .clearfix {
        padding: 50px 30px 0px 30px;
    }

    .firstsection div:after {
        display: none;
    }

    html, body, .loginboxnew {
        background-image: url(../images/omniimages/loginbackmobile.png);
        background-size: contain;
        background-position: bottom right;
    }

    .donthaveacc {
        width: 100% !important;
        left: 0;
    }

        .donthaveacc .btn-login {
            margin-top: 0px;
            margin-left: 0;
            float: right;
        }

    .forgetpassword {
        float: left !important;
    }

    .secondsection .form-control {
        margin-bottom: 35px;
    }

    .logoutdesign div.firstsection,
    .logoutdesign div.secondsection {
        height: auto;
    }

    .logged-out-page-N {
        position: absolute !important;
        left: 0% !important;
        top: 0;
        text-align: center;
        width: 100%;
    }

        .logged-out-page-N div {
            font-size: 16px;
        }

        .logged-out-page-N div {
            margin-bottom: 15px;
        }

        .logged-out-page-N a {
            font-size: 16px;
        }

        .logged-out-page-N .btn {
            margin-top: 40px;
        }

        .logged-out-page-N form {
            width: 93% !important;
            margin-top: 60px;
        }

    .accessdeniednew h1 {
        font-size: 36px;
        line-height: 49px;
        width: auto;
    }

    .accessdeniednew form {
        margin-top: 90px;
    }

    #app div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .accessdeniednew .col-md-3 {
        margin-bottom: 0px;
    }

    .donthaveacc:after {
        width: 96%;
        left: 8px;
    }
}


@media only screen and (max-width:380px) {
    .firstsection img {
        width: 170px;
    }
}



/*.spinner {
    --d: 23.6px;
    width: 5.5px;
    height: 5.5px;
    border-radius: 100%;
    color: #68da6a;
    box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1.1px, calc(0*var(--d)) calc(1*var(--d)) 0 2.2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3.4px, calc(-1*var(--d)) calc(0*var(--d)) 0 4.5px, calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5.6px, calc(0*var(--d)) calc(-1*var(--d)) 0 6.7px;
    animation: spinner-a90wxe 1.2s infinite steps(8);
}

@keyframes spinner-a90wxe {
    100% {
        transform: rotate(1turn);
    }
}*/




/*loader css important*/

.blockOverlay {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    z-index: 1000;
    display: none;
}



.custom-blockUI {
    width: 100% !important;
    top: 50% !important;
    left: 50% !important;
    margin: auto !important;
    border: 0px !important;
    background: transparent !important;
    position: fixed;
    padding: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    cursor: wait;
    display: none;
}

.blockUI-z-index {
    z-index: 1101 !important;
}

.no-shadow {
    box-shadow: 0 0 0 transparent !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-transparent {
    background: transparent !important;
}

.blockPage .loader {
    border-radius: 0.25rem;
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px;
}


.bg-teal {
    background-color: #68DA6A !important;
}



.ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    animation: ball-spin-fade-loader 1s -.96s infinite linear
}

.ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    animation: ball-spin-fade-loader 1s -.84s infinite linear
}

.ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    animation: ball-spin-fade-loader 1s -.72s infinite linear
}

.ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    animation: ball-spin-fade-loader 1s -.6s infinite linear
}

.ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    animation: ball-spin-fade-loader 1s -.48s infinite linear
}

.ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    animation: ball-spin-fade-loader 1s -.36s infinite linear
}

.ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    animation: ball-spin-fade-loader 1s -.24s infinite linear
}

.ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    animation: ball-spin-fade-loader 1s -.12s infinite linear
}

.ball-spin-fade-loader > div {
    background-color: #3f6ad8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    animation-fill-mode: both;
    position: absolute
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        transform: scale(0.4)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}



.popupdesign .modal-content {
    border: 0;
    border-radius: 0;
}

.popupdesign .modal-dialog {
    max-width: 490px;
}

.popupdesign .modal-header {
    border-bottom: 2px solid #68DA6A;
    background: white;
    border-radius: 0;
}

.popupdesign .common-heading-green {
     font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #020A08;
}

.popupdesign .close {
    color: #020A08;
    opacity: 1;
    font-size: 33px;
     font-family: 'Inter', sans-serif;
    font-weight: 300;
    text-shadow: none;
    line-height: 0;
    margin: 0;
    position: relative;
    top: 17px;
}

.popupdesign .modal-body {
    padding: 20px 35px 40px !important;
}

    .popupdesign .modal-body label,
    .popupdesign .modal-body b {
         font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #00704B;
    }

.popupdesign .modal-footer {
    border-radius: 0;
    background: white;
    border: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .popupdesign .modal-footer button {
        background: #020A08;
        width: auto;
        padding: 7px 22px;
        height: auto;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #F5F5F5;
        border-radius: 200px;
    }

        .popupdesign .modal-footer button:hover {
            color: #68DA6A;
        }


.supplier-details {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Inter', sans-serif;
}
    .supplier-details a {
        border: 0;
        padding: 0;
        border-radius: 0;
        font-family: 'Inter', sans-serif;
        border-bottom: 0px solid #000000;
        margin-bottom: 20px;
        font-weight: 500;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #F5F5F5;
    }

        .supplier-details a:hover,
        .supplier-details a:active:focus,
        .supplier-details a:focus {
            color: #68DA6A;
            background-color: transparent;
            border: 0;
            border-bottom: 0px solid #000000;
            border-radius: 0;
            font-size: 14px;
            line-height: 17px;
            font-weight: 400;
        }

        .supplier-details a:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

.supplierdesignpopup .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0px;
    background: #062e2b;
}

.supplierdesignpopup .modal-dialog {
    width: 450px;
    max-width: 450px;
}

.supplierdesignpopup .modal-header {
    padding: 8px 15px 8px 15px;
    border-bottom: 1px solid #697E85;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #CDD6DB;
}

    .supplierdesignpopup .modal-header svg {
        position: absolute;
        right: 15px;
        top: 11px;
        cursor: pointer;
    }

.supplierdesignpopup .modal-footer {
    border-top: 0;
    padding: 0px 15px 15px 0px;
    margin-top: 10px;
}

    .supplierdesignpopup .modal-footer .btn {
        font-family: 'Inter', sans-serif;
        border: 1px solid #F5F5F5;
        border-radius: 200px;
        padding: 7px 22px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #F5F5F5;
        background-color: transparent;
    }

        .supplierdesignpopup .modal-footer .btn:hover {
            color: #68DA6A;
            border: 1px solid #68DA6A;
        }

.supplierdesignpopup .modal-body .supplier-details {
    padding: 0px 20px 15px 22px;
    height: calc(70vh - 78px);
    overflow-y: scroll;
    font-size: 14px;
    line-height: 17px;
    color: #F5F5F5;
    font-size: 14px;
    line-height: 17px;
    color: #F5F5F5;
}


.supplierdesignpopup .modal-body {
    margin-right: 5px;
    padding: 14px 0px 0px 0px;
}

.supplierdesignpopup .supplier-details::-webkit-scrollbar-track {
    background-color: #062e2b;
    border-radius: 3px;
    margin-top: 0px;
    margin: 0px;
}

.supplierdesignpopup .supplier-details::-webkit-scrollbar {
    width: 4px;
    background-color: #2d504e;
    border-radius: 3px;
}

.supplierdesignpopup .supplier-details::-webkit-scrollbar-thumb {
    background-color: #2d504e;
    border-radius: 3px;
    transition: all 0.5s;
}

    .supplierdesignpopup .supplier-details::-webkit-scrollbar-thumb:hover {
        background-color: #2d504e;
        transition: all 0.5s;
    }

.selectsupp .modal-backdrop.in {
    background-color: transparent;
}

.mac .supplierdesignpopup .modal-content {
    background: #03352f;
}

.mac .supplierdesignpopup .supplier-details::-webkit-scrollbar-track {
    background-color: #03352f;
}

/*added by rupali*/
.donthaveacc .footlink {
    color: #68DA6A;
    text-decoration: underline;
}