﻿body {
    font-family: 'Manrope', sans-serif;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 8px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.box {
    display: flex;
}

.imgsection {
    flex-basis: 40%;
    position: relative;
}

.slides {
    height: 100vh;
    width: 100%;
}

.loginsection {
    flex-basis: 100%;
    text-align: center;
    font-family: 'Manrope';
    position: relative;
    overflow-x: auto;
    height: 100vh;
}

@media only screen and (min-width:768px) {
    .loginsection {
        flex-basis: 60%;
    }
}

.logo {
    margin: 77px auto 30px;
    width: 150px;
}

.heading {
    margin: 0 auto 10px;
    font-size: 36px;
    font-weight: bold;
    line-height: 0.89;
    color: #323237;
}

.loginToYourAccount {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #828282;
}

/*input[type='password'] {
    background-image: url(../icons/lock-line.svg);
    background-position: 7px 50%;
    background-repeat: no-repeat;
}
*/
/*input[type='email'] {
    background-image: url(../icons/mail-line.svg);
    background-position: 7px 50%;
    background-repeat: no-repeat;
}*/
.emailicon {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .emailicon::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 30%;
        left: 9px;
        background: url(../icons/mail-line.svg) no-repeat;
        background-size: 20px 20px;
    }

.lockicon {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .lockicon::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 30%;
        left: 9px;
        background: url(../icons/lock-line.svg) no-repeat;
        background-size: 20px 20px;
    }

input[type='name'] {
    background-image: url(../icons/user-line.svg);
    background-position: 7px 50%;
    background-repeat: no-repeat;
}


/* Try Arken ...  */


.try-arken .loginsection {
    margin: auto;
    height: 100%;
    padding-bottom: 50px;
}

.try-arken .logo {
    width: 150px;
}

.t-n-c-section label {
    padding-left: 30px;
    padding-top: 5px;
    position: relative;
}


.t-n-c-section input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: 5px;
    line-height: 1.5;
}

/*form_class-info css*/

.info {
    margin: auto;
    width: 420px;
    margin-top: 40px;
}

.forgotresend .info {
    margin-top: 60px;
}

.info label {
    text-align: left;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.tooltip .tooltip-inner {
    max-width: 240px;
    border-radius: 4px;
    text-align: left;
    border: solid 1px #000;
}

.details {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    outline: none;
    margin-bottom: 0;
    padding-left: 40px;
}

.passmain {
    margin-top: 30px;
}

.validation {
    text-align: left;
    padding: 0;
    margin: 0;
    color: red;
}

.login {
    width: 420px;
    height: 48px;
    margin: 40px 0 0;
    line-height: 2.5;
    border-radius: 8px;
    border: solid 1px #ff6600;
    background-color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
}

.reset {
    line-height: 3;
}

.start-trial {
    background-color: #ffffff;
    border: 1px solid #ff6600;
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    width: 420px;
    height: 48px;
    line-height: 2.5;
    border-radius: 8px;
    margin-top: 25px;
}

.forgot {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
}

.clickhere {
    font-weight: 600;
    color: #ff6600;
}

.forgotlogin {
    padding-top: 15px;
    text-align: right;
}

    .forgotlogin a, .forgotlogin a:hover {
        font-size: 15px;
        font-weight: 500;
        color: #ff6600;
        text-decoration: none;
    }

.chat {
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.footer {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    padding: 24px 0;
    width: 100%;
    text-align: center;
}

/* .footwrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
} */

.link, .link:hover {
    color: #000;
}

.link, .clickhere {
    text-decoration: none;
}

    .clickhere:hover {
        color: #ff6600;
    }


/*Forgot Password Page CSS*/

.support {
    text-align: left;
    position: absolute;
    left: 24px;
    top: 24px;
}

.try-arken .support {
    position: fixed;
}

.support img {
    width: 48px;
    height: 48px;
}

.forgotpass span {
    flex: 1;
    height: 42px;
    line-height: 2.5;
    color: #000;
}

.resendmail {
    border-radius: 12px;
    border: #ffffff;
    background-color: #ffffff;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.forgotpass {
    font-weight: 600;
    margin: 50px auto 0;
    width: 420px;
    padding: 8px;
    background-color: #f9f9f9;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}


/*resend_Activation_mail page CsS*/

.toggle, .toggle:hover {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.open-resendactivation {
    color: #ff6600;
    text-decoration: none;
    font-size: 14px;
}

#resendwrap {
    display: none;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

    #resendwrap:target, #resendwrap:target + #mask {
        display: flex;
    }

#resendactivation {
    text-align: left;
    width: 236px;
    background: #000;
    color: #ffffff;
    padding: 10px 15px 0;
    border-radius: 5px;
    border: solid 1px #f9f9f9;
}

.resendtext {
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(1, 15, 59, 0.08);
    font-size: 10px;
    line-height: 1.5;
}

.open-resendactivation:hover {
    color: #ff6600;
}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
}

#resetpasswrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#resetpass {
    width: 600px;
    text-align: left;
    background: white;
    color: black;
    padding: 30px 20px;
    position: relative;
    border-radius: 8px;
    border: solid 1px #979797;
}

.popup-design {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    height: 100vh;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #resetpasswrap:target, #resetpasswrap:target + #mask{
    display:flex;
} */

.open-resetpass {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

    .open-resetpass:hover {
        color: #ffffff;
    }

.closeimg {
    position: absolute;
    top: 10%;
    right: 5%
}

.closebtn {
    text-align: right;
}

.close-btn, .close-btn:hover {
    background-color: #ff6000;
    color: white;
    width: 103px !important;
    line-height: 40px !important;
}

    .close-btn, .close-btn:hover {
        background-color: #ff6000;
        color: white;
        width: 103px !important;
        line-height: 40px !important;
    }

a.login {
    padding: 10px 40px;
}

.resettext, .resettext:hover {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 17px;
    line-height: 1.5;
    color: #828282;
    text-decoration: none;
}

.login:hover, .open-activation:hover {
    text-decoration: none;
    color: white;
}


/*CSS for try_Arken page*/

input[type="checkbox"] + label {
    display: block;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label::before {
        content: "\2714";
        border: 2px solid grey;
        display: inline-block;
        padding: 0 4px;
        margin-right: 5px;
        color: transparent;
    }


    input[type="checkbox"]:checked + label::before {
        background-color: #ff6600;
        border-color: #ff6600;
        color: #ffffff;
    }

/*reset password page*/

.resetpasspage .info {
    margin: 60px auto;
}

.forgotlogin {
    margin-bottom: 0;
}
/*Media Query*/

@media only screen and (max-device-width:1366px) {

    .forgot {
        margin-bottom: 0;
    }

    .logo {
        margin-top: 40px;
    }

    .footer {
        padding-bottom: 0;
    }

    .loginToYourAccount {
        margin: 14px 0 40px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {


    .imgsection {
        display: none;
    }

    .loginsection {
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {


    .details {
        padding: 0 auto;
    }

    .imgsection {
        display: none;
    }

    .loginsection {
        flex-basis: 100%;
        text-align: center;
        font-family: 'Manrope';
    }

    .info {
        margin: auto;
        width: 60%;
        padding: 20px;
    }

    .login {
        width: 100%;
    }

    .footer {
        width: 100%;
        bottom: 25px;
        position: inherit;
        left: 0;
    }

    .try-arken .footer {
        bottom: -12px;
    }

    .chat {
        bottom: 8%;
    }

    .forgotpass {
        margin-bottom: 0;
        height: 60px;
    }

    #resetpass {
        width: 90%;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 768px) and (min-width:375px) {
    .forgotpass {
        width: 60%;
    }

    .info {
        width: 420px;
    }
}

@media only screen and (max-width: 375px) {

    .support img {
        width: 32px;
        height: 32px;
    }

    .try-arken .logo {
        width: 95px;
    }

    .info label {
        width: 100%;
        height: 30px;
        margin-bottom: 0;
    }

    .t-n-c-section {
        padding-left: 28px;
    }

        .t-n-c-section label {
            height: auto;
            padding-bottom: 14px;
        }

    .login {
        padding: 0px auto;
        border: 0px #ff6600;
    }

    .login, .details, .forgotpass, .start-trial {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }


        .forgotpass span a {
            font-size: 12px;
            font-weight: 600;
        }

        .forgotpass span {
            line-height: 1;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            border-radius: 7px;
        }


    .forgotpass {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .forgot {
        line-height: 1.5;
    }

    .start-trial {
        margin-top: 10px;
    }

    .loginToYourAccount {
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0;
    }

    .clickhere {
        display: block;
    }

    .footer {
        bottom: 5px;
        width: 90%;
        position: absolute;
        left: 0;
        padding: 0 0 0 50px;
    }

    .heading {
        width: 100%;
        height: 32px;
        font-size: 24px;
        line-height: 1.33;
        margin: 0;
    }

    .logo {
        margin: 30px auto;
        width: 95px;
        height: 30px;
    }

    .info {
        width: 288px;
    }

    .chat {
        right: 15px;
        bottom: 60px;
        width: 42px;
        height: 42px;
    }

    .resendmail {
        margin: 0;
        padding: 0;
    }

    .try-arken .info {
        width: 90%;
    }

    .try-arken .login {
        margin: 16px auto 30px;
    }

    #resetpass h4 {
        font-size: 20px;
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin: 1rem 0;
}

.validation-summary {
    background: none;
    border: none;
    text-align: left;
    margin: 0;
    padding: .75rem 0 0;
    color: #dc3545;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.toaster {
    border-radius: 24px;
    /*    background: #55ce81;*/
    padding: 8px;
    color: #fff;
    text-align: center;
    width: 39%;
    margin: auto;
    font-family: sans-regular;
}

    .toaster:before {
        content: "";
        vertical-align: middle;
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 11px;
        position: relative;
        top: 0px;
        background-size: 18px;
        background-repeat: no-repeat;
        background: url(../images/accept.png) no-repeat;
    }

#toast-container > .toast-success {
    content: none;
}

#toast-container > .toast-error {
    content: none;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}

.toast-error .toast-message:before {
    content: none;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 330px !important;
    margin-left: auto;
    margin-right: auto;
}

.toast-error .toast-message:before {
    content: none;
    vertical-align: middle;
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 0px;
    background-size: 27px;
    background-repeat: no-repeat;
    background: url(../images/warning.png) no-repeat;
}

.toast-success .toast-message:before {
    content: "";
    vertical-align: middle;
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 0px;
    background-size: 27px;
    background-repeat: no-repeat;
    background: url(../images/accept.png) no-repeat;
}

.toast {
    background: #55ce81;
    color: #fff;
    text-align: center;
}

#toast-container > .toast-error {
    content: none;
}

#toast-container > div {
    padding: 15px !important;
}

#toast-container > .toast-error {
    background-image: none !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: max-content !important;
    margin-left: auto;
    margin-right: auto;
}

.toast-error {
    background-color: #a94442;
}
/*.resetpassworddiv {
    top: 28%;
    left: 15%;
}
.details {
    margin-left: 26px;
}
*/
/*#resetpasswrap {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#resetpass {
    width: 600px;
    text-align: left;
    background: white;
    color: black;
    padding: 30px 20px;
    position: relative;
    border-radius: 8px;
    border: solid 1px #979797;
}

#resetpasswrap:target, #resetpasswrap:target + #mask {
    display: flex;
}
*/
/*.forgot {
    margin-top: 30px;
    font-size: 14px;*/ /*font-size: 14px;*/
/*font-weight: 500;
    color: #111111;
    text-align: center;
}*/
/*.info {
    margin: auto;
    width: 420px;
    margin-top: 40px;
    text-align: left;
}

    .info label {
        text-align: left;
        display: block;
        margin: 30px 0 12px;
        font-size: 14px;
        font-weight: 600;
        color: #111;
    }

.text-danger {
    margin: 3px 0;
    text-align: left;
}



.details {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    outline: none;*/
/*    margin-bottom: 30px;*/
/*padding-left: 40px;
    color: #111111;
}*/

/*Configure auth start*/
.loglinks, .loglinks:hover {
    text-decoration: none;
    color: black;
}

.logoimg {
    width: auto;
    height: 50px;
}

.title-section {
    font-size: 36px;
    color: black;
}

.subtitle-section {
    font-size: 22px;
    color: #828282;
}

.content-section {
    display: flex;
    margin-left: 20px;
}

.para-auth a, .para-auth a:hover {
    text-decoration: none;
    color: #ff6600;
}

.list-auth {
    font-weight: 500;
    font-size: 18px;
}

.keydetails span {
    background-color: #ff6600;
}

.keydetails {
    color: white;
}

.btns {
    margin-left: 20px;
}

    .btns a, .btns a:hover {
        background-color: #ff6600;
        color: white;
        height: 40px;
    }

.input-section {
    display: flex;
}

.img-qr {
    width: 300px;
    height: 300px;
}

.img-section {
    margin-left: 20px;
}

.input-box {
    height: 50px;
}

@media only screen and (max-width: 768px) {
    .content-section {
        display: inline;
    }
}


/*tooltip css*/
.tooltipx {
    font-size: 20px;
    padding-left: 5px;
    width: 20px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
}


    .tooltipx .tooltiptext {
        display: none;
        width: 280px;
        height: 90px;
        background-color: black;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 14px 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: 12px;
        word-wrap: break-word;
        bottom: 150%;
        margin-left: -135px;
    }

    .tooltipx:hover .tooltiptext {
        display: block;
        word-wrap: break-word;
    }


/*carousel*/
.text-on-image {
    position: absolute;
    bottom: 50px;
    font-size: 24px;
    color: white;
    margin-left: 30px;
    margin-right: 30px;
    word-break: break-all;
    font-family: Manrope;
}

.carousel-indicators li {
    background-color: white;
}

.carousel-indicators li {
    width: 70px;
    height: 7px;
    margin-left: 20px;
}

.carousel-indicators {
    margin-left: -150px;
}

    .carousel-indicators .active {
        background-color: #ff6600;
    }

.background-cover-fill {
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.form-control-relative {
    position:relative;
}
.form-control-password {
    position: absolute;
    display: block;
    margin-top: 3px;
    width: 2rem;
    height: 2rem;
    line-height: 2.375rem;
    color: #aaa;
    padding: 5px;
    margin-top: -41px;
    right: 5px;
    cursor:pointer
}

.passwordicon::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30%;
    left: 9px;
    background: url(../icons/lock-line.svg) no-repeat;
    background-size: 20px 20px;
    
}
#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 10px 35px;
        font-size: 18px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid-password {
    color: green;
}

    .valid-password:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "✖";
    }

.validation p {
    text-align: left;
    margin: 10px 0 10px 40px;
    font-size: 14px;
}

.upload-icon {
    width: 35px;
    flex: 0 0 35px;
    margin-right: 8px
}

