﻿
body {
    font-family: "Roboto", sans-serif;
}

.loginhelp-dialog {
    border-radius: 10px !important;
    width: 100%;
    overflow: hidden;
}

    .loginhelp-dialog .modal-content {
        border-radius: 10px !important;
        padding: 0 !important;
        width: 90%;
        max-width: 700px;
    }

i.fa.fa-envelope {
    color: #054660;
}

.text-center {
    text-align: center
}

.loginhelp-container {
    padding: 25px;
    max-width: 100%;
    position: relative;
    background: #fff;
    border-radius: 20px !important;
}

.primaryLogin-btn {
    background: #054660 !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: normal;
    width: 140px !important;
    position: relative;
    text-transform: none;
    height: 48px !important;
    box-shadow: none !important;
    border-radius: 5px;
    margin: 15px 0 5px;
    outline: none;
    cursor: pointer;
    border: 1px solid #293894 !important;
}

    .primaryLogin-btn:hover {
        opacity: 0.9;
    }

.loginhelp-heading {
    font-size: 16px;
    font-weight: 600;
    width: 90%;
    margin: 0 auto 15px;
    text-align: center;
}

.login-video {
    width: 427px;
    height: 240px;
    margin: 10px auto;
}

@media ( max-width :500px) {
    .login-video {
        width: 100%;
        height: 240px;
        margin: 10px auto;
    }

    .loginhelp-heading {
        font-size: 16px;
    }

    .loginhelp-container {
        padding: 20px 15px;
    }
}

@media ( max-width :300px) {
    .login-video {
        width: 100%;
        height: 180px;
        margin: 10px auto;
    }
}

.slide_btn {
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 10px 0px
}

.btn_bg {
    background-color: black;
    opacity: 0.5;
}

.svg_btn {
    width: 60px;
    height: 60px;
    margin: 0 -17px
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

.about-link {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #323232;
    text-decoration: none;
}

    .about-link:hover {
        color: #2e7ece;
    }

@media only screen and (max-width: 600px) {
    #content {
        margin: 0 0 10px 0;
    }

    .svg_btn {
        width: 44px;
        height: 44px;
        margin: -10px -18px;
    }

    .dot {
        height: 8px;
        width: 8px;
        margin: 0 1px;
    }
}

.download-section a {
    margin: 6px 0 !important;
}

.joinus-section {
    max-width: 600px;
    text-align: center;
    background: #ebebeb;
    padding: 5px 0px 0;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    margin: 15px auto;
}

    .joinus-section p {
        margin: 10px 5px;
        padding: 0;
    }

button.joinus-btn {
    background-color: #a3ce2f;
    border: none;
    color: #fff;
    border-radius: 5px;
    min-width: 100px;
    height: 32px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0 16px;
    margin: 2px 0 5px;
    outline: none;
    cursor: pointer;
}

    button.joinus-btn:hover {
        opacity: 0.9;
    }

.border-gradient {
    background-image: linear-gradient(to right, #0296ca 50%, #054660 50%);
    height: 6px;
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.login-form h2 {
    color: #054660 !important;
    margin-top: 10px !important;
}

i.fa.fa-user {
    color: #054660;
}

i.fa.fa-lock {
    color: #054660;
}

.input-field svg {
    margin: 0 10px;
}

.input-field {
    height: 42px;
    background: #fff !important;
    border-radius: 4px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4 !important;
}

.login-button {
    width: 100%;
    border-radius: 4px !important;
    height: 42px;
    background: #054660 !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    border: none;
    margin-top: 5px;
}

.input-field input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.cont input:checked ~ .checkmark {
    background-color: #0296ca !important;
    .modal

{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 32%;
    height: 47%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.selfcare-close {
    position: absolute;
    right: 17px;
    font-size: 30px;
    background: #fff;
    width: 30px;
    height: 55px;
    top: 7px;
    z-index: 10;
    padding-top: 10px;
}

.needHelp-btn {
    display: block;
    width: 88px;
    margin: 0 auto;
    padding: 6px 0;
    color: #2e7ece !important;
    border-radius: 4px;
    border: 1px solid #2e7ece;
    margin-bottom: 10px;
}

.selfcare-modal .modal-content {
    padding: 0 !important;
    width: 455px !important;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(71% - ( 53%/ 2));
}

.selfcare {
    background-color: transparent;
    height: calc(64% - ( -86%/ 2));
    position: absolute;
    width: 500px;
    top: calc(-42% - ( -78%/ 2));
    left: calc(8% - ( 25%/ 2));
}

.v-dialog.v-dialog--active.v-dialog--persistent.v-dialog--scrollable {
    margin: 0 !important;
}

@media only screen and (max-width:400px) {
    .selfcare-modal .modal-content {
        width: 98% !important;
    }

    .selfcare {
        background-color: transparent;
        height: calc(63% - ( -86%/ 2));
        position: absolute;
        width: 113%;
        top: calc(-45% - ( -78%/ 2));
        left: calc(14% - ( 40%/ 2));
    }

    .selfcare-close {
        top: 0
    }
}

@media ( min-width :400px) and (max-width:600px) {
    .selfcare-modal .modal-content {
        width: 98% !important;
        height: calc(61% - ( 53%/ 2));
    }

    .selfcare {
        background-color: transparent;
        height: calc(66% - ( -86%/ 2));
        position: absolute;
        width: 113%;
        top: calc(-44% - ( -78%/ 2));
        left: calc(14% - ( 40%/ 2));
    }

    .selfcare-close {
        top: 0
    }
}

.redirection-url {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    min-height: 30px;
    margin: 0;
    justify-content: space-between;
    transition-timing-function: ease-in-out;
    line-height: 22px;
    z-index: 5;
}

    .redirection-url .text-center {
        width: 100%;
        text-align: center;
    }

.close-alert {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.redirection-url a {
    color: #f3aeb0;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width:600px) {
    .redirection-url {
        font-size: 14px;
        line-height: 20px;
    }
}


