﻿/* Google WebFonts */
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* Google WebFonts */

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

p, input {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, button {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

a {
    color: #2A9DCC;
    text-decoration: none;
}

    a:hover {
        color: #333;
        text-decoration: underline;
    }

/* Scrollbar */
::-webkit-scrollbar {
    width: 7.5px;
}

::-webkit-scrollbar-thumb {
    background: #1e1e2d;
    border-right: 1px solid white;
    border-radius: 15px;
    opacity: .5;
}

::-webkit-scrollbar-track {
    background: white;
}
/* Placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff !important;
    opacity: 0 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 0 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 0 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff !important;
    opacity: 0 !important;
}

.no-float-label ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 0.5 !important;
}

.no-float-label :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 0.5 !important;
}

.no-float-label ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 0.5 !important;
}

.no-float-label :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 0.5 !important;
}
/* Placeholder */
/* Spacing */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mt-4 {
    margin-top: 25px !important;
}

.mb-4 {
    margin-bottom: 25px !important;
}
/* Spacing */

/* Icon Size */
.fa-5x {
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-5 div[class^="col"] {
        padding-left: 5px;
        padding-right: 5px
    }

.ftx-panel-modal-inner {
    display: block;
    width: 100%;
}

.ftx-panel-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    padding: 20px 45px;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
}

.ftx-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.ftx-panel-bg:before {
    content: "";
    background: #2A9DCC;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 1;
}

.ftx-panel-bg {
    background-size: cover;
}

    .ftx-panel-bg .ftx-panel-bg-inner {
        width: 100%;
        z-index: 1;
    }

.wl101-logo {
    max-width: 70px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.wl101-reg-btn, .wl101-done-btn {
    position: absolute;
    left: 0;
    width: 50%;
    text-align: center;
    top: 38%;
}

.wl101-done-btn {
    display: none;
}

.wl101-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.wl101-desc {
    font-size: 20px;
    color: #fff;
    max-width: 400px;
    margin: 0 auto 30px;
}

.ftx-panel-bg-inner a.ftx-panel-open {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

    .ftx-panel-bg-inner a.ftx-panel-open:hover {
        background: #fff;
        border: 2px solid #fff;
        color: #333;
    }

.wl101-login-btn {
    position: absolute;
    right: 0;
    width: 50%;
    text-align: center;
    top: 38%;
}

.ftx-panel-left.ftx-click-animation {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.ftx-panel-left {
    float: left;
    display: flex;
    width: 50%;
    padding: 25px 45px;
    background: #fff;
    box-sizing: border-box;
    align-items: center;
    position: absolute;
    right: 40px;
    height: 100vh;
    z-index: 2;
}

.ftx-panel-left {
    position: relative;
    float: none;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: none;
    -webkit-transition: .7s;
    transition: .7s;
}

    .ftx-panel-left .logo {
        margin-bottom: 15px;
    }

    .ftx-panel-left form {
        /*width: 100%;*/
        margin: auto;
    }

.ftx-panel-active-login .ftx-panel-left,
.ftx-panel-active-password .ftx-panel-left {
    transform: translateX(100%);
}

.ftx-panel {
    opacity: 0;
    display: none;
    visibility: hidden;
    margin: auto;
}

.ftx-click-animation .ftx-panel {
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    visibility: hidden;
}


.ftx-panel-show {
    opacity: 1;
    display: block;
    visibility: visible;
}

.ftx-click-animation .ftx-panel.ftx-panel-show {
    z-index: 1;
    opacity: 1;
    position: relative;
    visibility: visible;
}

.ftx-panel-static {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 480px;
    font-size: 14px;
}

    .ftx-panel-static p.f18 {
        font-size: 18px;
    }

.ftx-panel-left .ftx-panel {
    width: 100%;
    max-width: 400px;
}

.ftx-title-h2 {
    font-size: 36px;
    font-weight: 600;
    color: #393939;
    margin: 0 0 15px;
}

    .ftx-title-h2 span {
        padding-bottom: 5px;
        display: block;
        font-size: 24px;
        font-weight: 400;
    }

.ftx-title-h3 {
    font-size: 24px;
    font-weight: 500;
    color: #393939;
    margin: 0 0 10px;
}

.f20 {
    font-size: 20px;
}

#ftx-panel-login.ftx-panel-show {
    width: 100%;
}

ul.socailMedia-login {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 0;
    margin: 0;
}

    ul.socailMedia-login li {
        display: inline-block;
        background: #fff;
        border: 1px solid #EEEEEE;
        margin: 0 2px;
        border-radius: 5px;
    }

        ul.socailMedia-login li a {
            display: block;
            padding: 11px 14px;
        }

        ul.socailMedia-login li .icon {
            display: inline-block;
            height: 22px;
            color: #000;
        }

svg.icon * {
    fill: currentColor;
}

ul.socailMedia-login li.active {
    border-color: #2A9DCC;
    color: #2A9DCC;
}

    ul.socailMedia-login li.active .icon {
        color: #2A9DCC;
    }

@media (max-width: 767px) {
    /*body {
        overflow-x: hidden;
        overflow-y: auto;
    }*/
    .ftx-panel-bg {
        display: none;
    }

    .ftx-panel-left {
        width: 100%;
        max-width: 460px;
        padding: 25px;
        margin: 0 auto;
    }

    .ftx-panel-active-login .ftx-panel-left, .ftx-panel-active-password .ftx-panel-left {
        transform: none;
    }

    .ftx-panel-left.ftx-click-animation {
        /*overflow: inherit;*/
    }

    .ftx-title-h2 {
        font-size: 25px;
    }

        .ftx-title-h2 span {
            font-size: 18px;
        }
}

.ftx-panel-left .ftx-panel-open {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 10px 20px;
    background: #EEEEEE;
    border-radius: 20px;
}
/*.ftx-register.ftx-panel-active-register .signup {
    display: inline-block;
}

.ftx-register.ftx-panel-active-login .signin {
    display: inline-block;
}*/
/* Tooltip */
*[data-tip] {
    position: relative;
}

    *[data-tip]:before {
        width: 150px;
        content: attr(data-tip);
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 105%;
        transform: translateX(-50%);
        z-index: 9;
        padding: 0px 10px;
        background: #393939;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
        -webkit-border-radius: 15px;
        border-radius: 15px;
        transition: all 0.3s ease-in-out;
    }

    *[data-tip]:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #393939;
        position: absolute;
        left: 50%;
        top: 96%;
        z-index: 9;
        margin-left: -5px;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

    *[data-tip]:hover:before {
        opacity: 1;
        visibility: visible;
        top: 120%;
    }

    *[data-tip]:hover:after {
        opacity: 1;
        visibility: visible;
        top: 112%;
    }
/* Tooltip */

/* Form Group */
.form-group {
    position: relative;
}

.form-control {
    box-shadow: none !important;
}

.form-control-lg {
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #464E5F;
    border: 1px solid #E5EAEE;
    border-radius: 0.42rem;
}

@media (max-width: 1023px) {
    .form-control-lg {
        font-size: 16px;
    }
}

.has-float-label {
    display: block;
    position: relative
}

    .has-float-label .form-control-lg {
        height: 48px;
        padding: 18px 17px 5px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #464E5F;
        border: 1px solid #E5EAEE;
        border-radius: 0.42rem;
    }

        .has-float-label .form-control-lg:focus {
            box-shadow: none;
        }

    .has-float-label label,
    .has-float-label > span.labels {
        position: absolute;
        cursor: text;
        font-size: 11px;
        font-weight: 500;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        left: 17px;
        top: 15px;
        color: #187DE4;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
        pointer-events: none;
        transform: translateY(-50%);
    }

        .has-float-label label::after /*,
    .has-float-label > span::after*/ {
            content: " ";
            display: block;
            position: absolute;
            background: #fff;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1
        }

    .has-float-label .form-control::-webkit-input-placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 0
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 14px;
        color: #999;
        top: 50%;
    }

.input-group .has-float-label {
    display: table-cell
}

    .input-group .has-float-label .form-control {
        border-radius: .25rem
    }

    .input-group .has-float-label:not(:last-child),
    .input-group .has-float-label:not(:last-child) .form-control {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: 0
    }

    .input-group .has-float-label:not(:first-child),
    .input-group .has-float-label:not(:first-child) .form-control {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.custom-select {
    box-shadow: none;
}

.has-float-label .form-control-lg {
    font-size: 14px;
}

    .has-float-label .form-control-lg.custom-select {
        box-shadow: none;
        height: 48px;
        padding: 18px 17px 5px;
        line-height: 1.2;
        border-radius: 0.42rem;
    }

    .has-float-label .form-control-lg.custom-file-label {
        height: calc(1.5em + 1.77rem + 2px);
        line-height: 1.7;
    }

        .has-float-label .form-control-lg.custom-file-label::after {
            height: calc(1.5em + 1.7rem);
            line-height: 2;
        }

.has-float-label select.form-control-lg {
    padding-left: 13px;
}

.validate {
    text-align: left;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: #f44e61;
    display: none;
}

    .validate:before {
        content: '!';
        display: block;
        font-size: 9px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 16px;
        border-radius: 3px;
    }

.has-float-label input.invalid,
.has-float-label select.invalid {
    border-color: #F64F60;
}

.has-float-label input.valid,
.has-float-label select.valid {
    border-color: #3699FF !important;
}

    .has-float-label input.valid + label,
    .has-float-label select.valid + label {
        color: #3699FF !important;
    }

.switch label {
    margin: 0;
}

.switch.switch-outline.switch-primary input:empty ~ span:before {
    border: 2px solid #E5EAEE;
    width: 50px;
    height: 25px;
}

.switch.switch-outline.switch-primary input:empty ~ span:after {
    background: #E5EAEE;
}

.switch.switch-sm input:empty ~ span {
    width: 50px;
}

    .switch.switch-sm input:empty ~ span:before,
    .switch.switch-sm input:empty ~ span:after {
        width: 50px;
    }

    .switch.switch-sm input:empty ~ span:after {
        height: 17px;
        width: 17px;
        margin-left: 4px;
        top: 4px;
        bottom: auto;
    }

.switch.switch-sm input:checked ~ span:after {
    margin-left: 29px;
}

.switch.switch-outline.switch-primary input:checked ~ span:before {
    border-color: #3699FF;
}

.switch.switch-outline.switch-primary input:checked ~ span:after {
    content: "\2713";
    font-size: 9px;
    background: #3699FF;
}

.form-group .custom-file-input {
    cursor: pointer;
}

.form-group .custom-file-label {
    height: 48px;
    line-height: 46px;
    padding: 0 17px;
    cursor: pointer;
}

    .form-group .custom-file-label:after {
        height: 46px;
        line-height: 46px;
        padding: 0 17px;
    }

.custom-checkbox {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 24px;
}

    .custom-checkbox input {
        display: none;
    }

.custom-control-input ~ .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: .25rem;
}

.custom-control-label:after {
    position: absolute;
    top: 7px;
    left: 4px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2A9DCC;
    background-color: #2A9DCC;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.btn {
    cursor: pointer;
}

    .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-primary {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 300;
    background: #2A9DCC;
    border-color: #2A9DCC;
    outline: none;
    box-shadow: none;
}

    .btn-primary:hover,
    .btn-primary.focus,
    .btn-primary:focus {
        background: #3572dd;
        border-color: #3572dd;
        color: #fff;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        background: #333;
        border-color: #333;
        color: #fff;
    }

.btn-secondary {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #333;
    border-color: #333;
}

    .btn-secondary:hover,
    .btn-secondary.focus,
    .btn-secondary:focus {
        background: #222;
        border-color: #222;
        color: #fff;
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active {
        background: #222;
        border-color: #222;
        color: #fff;
    }

.btn-link {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 300;
    color: #2A9DCC;
    background: #fff;
    background: #fff;
}

    .btn-link:hover,
    .btn-link.focus,
    .btn-link:focus {
        background: #fff;
        border-color: #fff;
    }

    .btn-link:not(:disabled):not(.disabled).active,
    .btn-link:not(:disabled):not(.disabled):active {
        background: #fff;
        border-color: #fff;
    }

@media (max-width: 767px) {
    .btn-primary,
    .btn-secondary,
    .btn-link {
        padding: 0 10px;
    }
}

.custom-control-label {
    cursor: pointer;
    line-height: 24px;
}

@media (min-width: 768px) {
    .has-float-label input.invalid ~ .validate, .has-float-label select.invalid ~ .validate {
        display: block;
    }

        .has-float-label input.invalid ~ .validate + .validation-message,
        .has-float-label select.invalid ~ .validate + .validation-message {
            display: none;
        }

        .has-float-label input.invalid ~ .validate:hover + .validation-message,
        .has-float-label select.invalid ~ .validate:hover + .validation-message {
            display: block;
            background: #F64F60;
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            position: absolute;
            right: 0;
            bottom: 103%;
            width: 200px;
            padding: 7px 10px;
        }

    .has-float-label .validate:hover ~ .validation-message:before {
        content: '';
        display: block;
        border-right: 0px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #F64F60;
        width: 10px;
        height: 10px;
        right: 20px;
        position: absolute;
        top: 100%;
    }
}
/* Form Group */

/* Alert Message */
.alert {
    font-size: 12px;
    -webkit-border-radius: 0.42rem;
    border-radius: 0.42rem;
}

.alert-success {
    background: #33d275;
    border-color: #33d275;
    color: #fff;
}

.alert-error {
    background: #ff6b79;
    border-color: #ff6b79;
    color: #fff;
}

.alert-warning {
    background: #ffc95c;
    border-color: #ffc95c;
    color: #fff;
}

.alert-info {
    background: #5cc4eb;
    border-color: #5cc4eb;
    color: #fff;
}
/* Alert Message */


/* Modal */
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(2px);
}

.modal-content {
    border: none;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.modal-body {
    padding: 30px 20px;
}

.modal-close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    outline: none !important;
    box-shadow: none !important;
}

    .modal-close:before,
    .modal-close:after {
        content: '';
        background: #000;
        width: 18px;
        height: 1px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -9px;
        transform: rotate(45deg);
    }

    .modal-close:before {
        transform: rotate(-45deg);
    }

.modal-heading {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .modal-heading h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }

    .modal-heading p {
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 18px;
        color: #666;
    }

.modal-divider {
    height: 0;
    border-bottom: 1px solid #EBEDF3;
}

.modal .2authcode {
    font-size: 20px;
}

.modal .otpcodeclass {
    font-size: 20px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.otpcodeclass::-webkit-outer-spin-button,
.otpcodeclass::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (min-width: 992px) {
    .modal-heading h3 {
        font-size: 24px;
    }

    .modal-heading p {
        font-size: 13px;
        line-height: 22px;
    }

    .modal-dialog {
        max-width: 480px;
    }

    .modal-body {
        padding: 40px;
    }
}
/* Logged User Dropdown */
.user-dd {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-bottom: 15px;
}

    .user-dd .symbol {
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #2A9DCC;
        color: #fff;
        border: 2px solid #EEEEEE;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .user-dd .symbol span {
            display: block;
            margin-top: -3px;
        }

        .user-dd .symbol img {
            width: 40px;
            height: 40px;
        }

        .user-dd .symbol.symbol-center {
            margin: 0 auto;
        }

        .user-dd .symbol.symbol-md {
            width: 100px;
            height: 100px;
            cursor: none;
        }

            .user-dd .symbol.symbol-md span {
                display: block;
                font-size: 50px;
                margin-top: -7px;
            }

            .user-dd .symbol.symbol-md img {
                width: 100px;
                height: 100px;
            }

    .user-dd .dd-dropdown {
        position: absolute;
        right: 0;
        top: 120%;
        background: #fff;
        padding: 30px 20px;
        border: 1px solid #EEEEEE;
        border-radius: 15px;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
        width: 360px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 99;
    }

@media (max-width: 479px) {
    .signin-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .user-dd .dd-dropdown {
        width: 280px;
    }
}

.user-dd:hover .dd-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.user-dd .use-name {
    display: block;
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.user-dd .use-email {
    display: block;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.user-dd .btn-primary {
    font-weight: 500;
}

.more-account {
    border-top: 1px solid #EEEEEE;
    padding-top: 15px;
    margin-top: 35px;
}

    .more-account a {
        margin: 5px 0;
        padding: 5px 15px;
        display: block;
        font-size: 15px;
        font-weight: 500;
        background: #b9b9b9;
        color: #fff;
        border: 1px solid #b9b9b9;
        text-decoration: none;
        position: relative;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .more-account a:after {
            content: '';
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -5px;
            width: 10px;
            height: 10px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            transform: rotate(-45deg);
        }

        .more-account a:last-child {
            margin-bottom: 0;
        }

        .more-account a:hover {
            background: #2A9DCC;
            color: #fff;
            border-color: #2A9DCC;
        }
/* User Dropdown */
.logged-out .title {
    margin: 20px 0 25px;
}

/* Back button and alert css */
.HideBtn {
    display: none !important;
}

.ftx-click-animation .HideBtn {
    display: none !important;
}

.ftx-click-animation .backBtn {
    position: absolute;
    top: 16px;
    text-align: left;
    left: 0;
    color: #888888;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 50px;
    z-index: 1;
}

    .ftx-click-animation .backBtn:before {
        content: "";
        background: url(../images/arrow-left.jpg) no-repeat;
        padding: 12px;
        position: absolute;
        left: 22px;
        top: 0;
    }

.otp-resend {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

    .otp-resend a,
    .otp-resend strong {
        color: #2A9DCC;
    }

.treeview {
    margin: 0;
    padding: 0;
    list-style: none;
}

    /* start : invitation flow display role css */
    .treeview li {
        margin: 0;
        padding: 3px 0 !important;
    }

        .treeview li ul {
            margin: 5px 0 !important;
            padding: 0 24px;
            list-style: none;
        }

        .treeview li a {
            position: relative;
            display: inline-block;
            padding: 0;
            padding-left: 25px;
            font-size: 15px;
            color: #333;
            text-decoration: none;
        }

            .treeview li a:before {
                content: "\f068";
                font: normal normal normal 10px/1 FontAwesome;
                width: 20px;
                height: 20px;
                line-height: 20px;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                background: #fff;
                color: #333;
                border: 1px solid #333;
                text-align: center;
                border-radius: 3px;
            }

        .treeview li.active > a:before {
            content: "\f067"
        }
/* end : invitation flow display role css */

/*Start : loader css*/
#divloader,
.page-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.page-loader {
    background: #fff;
}

    #divloader #loader,
    .page-loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
    }

/*End : loader css*/

/* */
#fogotUserPinPassword,
#fogotUserPin {
    display: inline-block;
    margin-bottom: 15px;
}

/*new change form activation page*/
@media (min-width: 768px) {
    #email-pages {
        height: 100%;
    }

        #email-pages .column-middle {
            display: flex;
            flex-direction: column;
            min-height: calc(100vh - 3rem);
        }

            #email-pages .column-middle > div:nth-child(2n) {
                flex: 1;
                display: flex;
                align-items: center;
            }

                #email-pages .column-middle > div:nth-child(2n) > .row {
                    flex-basis: 100%;
                    margin: 0;
                }
}

/*new change form activation page*/

/* User Self Access - FLow */
.wizard-step {
    position: relative;
    margin: 60px auto 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .wizard-step {
        max-width: 65%;
        margin: 60px auto 20px;
    }
}

.wizard-image {
}

.wizard-container {
    box-shadow: none;
    text-align: center;
}

    .wizard-container ul.row {
        margin: 0;
        list-style: none;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        counter-reset: step-count;
    }

        .wizard-container ul.row li {
            position: relative;
            padding: 0 0 40px;
        }

            .wizard-container ul.row li a {
                font-size: 16px;
                color: #ccc;
                position: relative;
                display: block;
            }

                .wizard-container ul.row li a:hover {
                    text-decoration: none
                }

            .wizard-container ul.row li:before {
                content: '';
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                border: 2px solid #ccc;
                width: 50px;
                height: 50px;
                margin-top: -25px;
                border-radius: 100%;
                font-size: 16px;
                font-weight: 600;
                color: #888;
                line-height: 25px;
                background: rgb(96, 108, 136);
                background: -moz-linear-gradient(top, rgba(96, 108, 136, 1) 0%, rgba(63, 76, 107, 1) 100%);
                background: -webkit-linear-gradient(top, rgba(96, 108, 136, 1) 0%, rgba(63, 76, 107, 1) 100%);
                background: linear-gradient(to bottom, rgba(96, 108, 136, 1) 0%, rgba(63, 76, 107, 1) 100%);
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
                z-index: 2;
            }

            .wizard-container ul.row li.active:before {
                background: rgb(42, 157, 204);
                background: -moz-linear-gradient(top, rgba(42, 157, 204, 1) 0%, rgba(125, 185, 232, 1) 100%);
                background: -webkit-linear-gradient(top, rgba(42, 157, 204, 1) 0%, rgba(125, 185, 232, 1) 100%);
                background: linear-gradient(to bottom, rgba(42, 157, 204, 1) 0%, rgba(125, 185, 232, 1) 100%);
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a9dcc', endColorstr='#7db9e8', GradientType=0);
                color: #fff;
                border: 2px solid #2A9DCC;
                line-height: 26px;
            }

            .wizard-container ul.row li .fa {
                color: #fff;
                position: absolute;
                left: 50%;
                top: -8px;
                font-size: 18px;
                width: 20px;
                margin-left: -10px;
                z-index: 9;
            }

            .wizard-container ul.row li.active a {
                color: #2A9DCC;
                font-weight: 600
            }

            .wizard-container ul.row li.previous:before {
                background: url(../images/check.png) no-repeat center center #76C244;
                background: -moz-linear-gradient(top, rgba(97, 196, 25, 1) 0%, rgba(180, 227, 145, 1) 100%);
                background: -webkit-linear-gradient(top, rgba(97, 196, 25, 1) 0%, rgba(180, 227, 145, 1) 100%);
                background: linear-gradient(to bottom, rgba(97, 196, 25, 1) 0%, rgba(180, 227, 145, 1) 100%);
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#61c419', endColorstr='#b4e391', GradientType=0);
                font-size: 0;
                background-size: 14px;
                border: 2px solid rgb(97, 196, 25);
            }

            .wizard-container ul.row li:after {
                content: "";
                width: 100%;
                background: #e9e9e9;
                height: 5px;
                position: absolute;
                top: 0;
                left: 65%;
                transform: translate(0, -50%);
                z-index: 1;
            }

            .wizard-container ul.row li.previous:after {
                background: rgb(97, 196, 25);
                background: -moz-linear-gradient(top, rgba(97, 196, 25, 1) 0%, rgba(180, 227, 145, 1) 100%);
                background: -webkit-linear-gradient(top, rgba(97, 196, 25, 1) 0%, rgba(180, 227, 145, 1) 100%);
                background: linear-gradient(to bottom, rgba(97, 196, 25, 1) 0%, rgba(180, 227, 145, 1) 100%);
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#61c419', endColorstr='#b4e391', GradientType=0);
            }

            .wizard-container ul.row li.previous a {
                color: #76C244 !important;
                font-weight: 600
            }

            .wizard-container ul.row li.previous .fa:before {
                content: "\f00c";
            }

.wizard-step fieldset {
    text-align: center;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    position: relative
}

    .wizard-step fieldset:not(:first-of-type) {
        display: none;
    }

    .wizard-step fieldset .border {
        background: #707070;
        height: 1px;
        position: absolute;
        width: 100%;
        bottom: 49px;
        left: 0;
        content: "";
        opacity: .4;
        border: none !important;
    }

.wizard-step fieldset {
    padding: 50px 30px 30px;
}

@media (min-width: 1200px) {
    .wizard-step fieldset {
        padding: 30px;
    }
}

.wizard-step .wizard-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
}

    .wizard-step .wizard-inner h2 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px;
    }

    .wizard-step .wizard-inner h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .wizard-step .wizard-inner ul {
        padding-left: 1rem;
    }

    .wizard-step .wizard-inner ul,
    .wizard-step .wizard-inner p {
        font-size: 16px;
        margin: 15px 0;
        color: #656565;
    }

        .wizard-step .wizard-inner ul li {
            padding: 3px 0;
        }

        .wizard-step .wizard-inner ul ul {
            margin: 3px 0;
        }

        .wizard-step .wizard-inner p a,
        .wizard-step .wizard-inner li a {
            color: #656565;
        }

.treeview {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .treeview li {
        margin: 0;
        padding: 3px 0 !important;
    }

        .treeview li ul {
            margin: 5px 0 !important;
            padding: 0 24px;
            list-style: none;
        }

        .treeview li a {
            position: relative;
            display: inline-block;
            padding: 0;
            padding-left: 25px;
            font-size: 15px;
            color: #333;
            text-decoration: none;
        }

            .treeview li a:before {
                content: "\f068";
                font: normal normal normal 10px/1 FontAwesome;
                width: 20px;
                height: 20px;
                line-height: 20px;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                background: #fff;
                color: #333;
                border: 1px solid #333;
                text-align: center;
                border-radius: 3px;
            }

        .treeview li.active > a:before {
            content: "\f067"
        }

.wizard-step .wizard-inner input[type="password"] {
    margin-bottom: 0;
}

/**** New Structure ****/

.wizard-container ul.row {
    justify-content: space-around;
    display: flex;
}

    .wizard-container ul.row li {
        width: 33.33%;
    }

        .wizard-container ul.row li.previous:before {
            z-index: 9;
        }

        .wizard-container ul.row li.previous:after {
            width: 100% !important;
            left: 50% !important;
        }

        .wizard-container ul.row li:last-child:after {
            content: none !important;
        }
/* User Self Access - FLow */

/* Email Pages */
#email-pages {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #666;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.scroll {
    overflow: scroll;
}

#email-pages h3, #email-pages h4 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

#email-pages .bg-primary {
    background: #2A9DCC !important;
    padding: 25px 15px;
}

#email-pages .btn {
    font-weight: 500;
}

#email-pages .btn-link {
    color: #2A9DCC;
}

#email-pages h3 {
    font-size: 24px;
    font-weight: 600;
}

@media (min-width: 768px) {
    #email-pages {
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .text-sm-left {
        text-align: left;
    }
}
/* Email Pages */
/*new change form activation page*/
@media (min-width: 768px) {
    #email-pages {
        height: 100%;
    }

        #email-pages .column-middle {
            display: flex;
            flex-direction: column;
            min-height: calc(100vh - 3rem);
        }

            #email-pages .column-middle > div:nth-child(2n) {
                flex: 1;
                display: flex;
                align-items: center;
            }

                #email-pages .column-middle > div:nth-child(2n) > .row {
                    flex-basis: 100%;
                    margin: 0;
                }
}

/*new change form activation page*/
/**** Re-design Section ****/


/* Date Picker */
.datepicker {
    width: 265px;
    padding: 10px;
    border-radius: .42rem
}

    .datepicker.datepicker-orient-top {
        margin-top: 8px
    }

    .datepicker table {
        width: 100%
    }

    .datepicker td,
    .datepicker th {
        font-size: 1rem;
        font-weight: regular;
        width: 33px;
        height: 33px;
        border-radius: .42rem
    }

    .datepicker thead th {
        color: #3f4254
    }

        .datepicker thead th.datepicker-switch,
        .datepicker thead th.next,
        .datepicker thead th.prev {
            font-weight: 500;
            color: #3f4254
        }

            .datepicker thead th.datepicker-switch i,
            .datepicker thead th.next i,
            .datepicker thead th.prev i {
                font-size: 1.2rem;
                color: #7e8299
            }

                .datepicker thead th.datepicker-switch i:before,
                .datepicker thead th.next i:before,
                .datepicker thead th.prev i:before {
                    line-height: 0;
                    vertical-align: middle
                }

            .datepicker thead th.datepicker-switch:hover,
            .datepicker thead th.next:hover,
            .datepicker thead th.prev:hover {
                background: #f3f6f9 !important
            }

        .datepicker thead th.dow {
            color: #3f4254;
            font-weight: 600
        }

    .datepicker tbody tr > td {
        width: 35px;
        height: 35px
    }

        .datepicker tbody tr > td.day {
            color: #7e8299;
            font-weight: 400
        }

            .datepicker tbody tr > td.day:hover {
                background: #f3f6f9;
                color: #3f4254
            }

            .datepicker tbody tr > td.day.old {
                color: #7e8299
            }

            .datepicker tbody tr > td.day.new {
                color: #3f4254
            }

            .datepicker tbody tr > td.day.active,
            .datepicker tbody tr > td.day.active:hover,
            .datepicker tbody tr > td.day.selected,
            .datepicker tbody tr > td.day.selected:hover {
                background: #3699ff;
                color: #fff
            }

            .datepicker tbody tr > td.day.today {
                position: relative;
                background: #e1f0ff !important;
                color: #3699ff !important
            }

                .datepicker tbody tr > td.day.today:before {
                    content: "";
                    display: inline-block;
                    border: solid transparent;
                    border-width: 0 0 7px 7px;
                    border-bottom-color: #3699ff;
                    border-top-color: #3699ff;
                    position: absolute;
                    bottom: 4px;
                    right: 4px
                }

            .datepicker tbody tr > td.day.range {
                background: #f3f6f9
            }

        .datepicker tbody tr > td span.hour,
        .datepicker tbody tr > td span.minute,
        .datepicker tbody tr > td span.month,
        .datepicker tbody tr > td span.year {
            color: #7e8299
        }

            .datepicker tbody tr > td span.hour:hover,
            .datepicker tbody tr > td span.minute:hover,
            .datepicker tbody tr > td span.month:hover,
            .datepicker tbody tr > td span.year:hover {
                background: #f3f6f9
            }

            .datepicker tbody tr > td span.hour.active,
            .datepicker tbody tr > td span.hour.active.focused:hover,
            .datepicker tbody tr > td span.hour.active:hover,
            .datepicker tbody tr > td span.hour.focused,
            .datepicker tbody tr > td span.hour.focused:hover,
            .datepicker tbody tr > td span.minute.active,
            .datepicker tbody tr > td span.minute.active.focused:hover,
            .datepicker tbody tr > td span.minute.active:hover,
            .datepicker tbody tr > td span.minute.focused,
            .datepicker tbody tr > td span.minute.focused:hover,
            .datepicker tbody tr > td span.month.active,
            .datepicker tbody tr > td span.month.active.focused:hover,
            .datepicker tbody tr > td span.month.active:hover,
            .datepicker tbody tr > td span.month.focused,
            .datepicker tbody tr > td span.month.focused:hover,
            .datepicker tbody tr > td span.year.active,
            .datepicker tbody tr > td span.year.active.focused:hover,
            .datepicker tbody tr > td span.year.active:hover,
            .datepicker tbody tr > td span.year.focused,
            .datepicker tbody tr > td span.year.focused:hover {
                background: #3699ff;
                color: #fff
            }

    .datepicker tfoot tr > th {
        width: 35px;
        height: 35px
    }

        .datepicker tfoot tr > th.clear,
        .datepicker tfoot tr > th.today {
            border-radius: .42rem;
            font-weight: 500
        }

            .datepicker tfoot tr > th.clear:hover,
            .datepicker tfoot tr > th.today:hover {
                background: #ebedf3
            }

    .datepicker.datepicker-inline {
        border: 1px solid #ebedf3
    }

/* Date Picker */

.btn-outline-default {
    border-color: #E5EAEE;
}

    .btn-outline-default:hover {
        color: #6c757d;
        background-color: #f8f9fa;
        border-color: #E5EAEE;
    }

.dropdown-menu.d-flag {
    min-width: 110px;
    max-height: 200px;
    overflow-y: auto;
    border-color: #E5EAEE;
    overflow-x: hidden
}

    .dropdown-menu.d-flag .dropdown-item {
        padding: .25rem 1.0rem
    }

/* Flag */
.flag {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

    .flag.flag_be {
        width: 18px;
    }

    .flag.flag_ch {
        width: 15px;
    }

    .flag.flag_mc {
        width: 19px;
    }

    .flag.flag_ne {
        width: 18px;
    }

    .flag.flag_np {
        width: 13px;
    }

    .flag.flag_va {
        width: 15px;
    }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .flag {
        background-size: 5652px 15px;
    }
}

.flag.flag_ac {
    height: 10px;
    background-position: 0px 0px;
}

.flag.flag_ad {
    height: 14px;
    background-position: -22px 0px;
}

.flag.flag_ae {
    height: 10px;
    background-position: -44px 0px;
}

.flag.flag_af {
    height: 14px;
    background-position: -66px 0px;
}

.flag.flag_ag {
    height: 14px;
    background-position: -88px 0px;
}

.flag.flag_ai {
    height: 10px;
    background-position: -110px 0px;
}

.flag.flag_al {
    height: 15px;
    background-position: -132px 0px;
}

.flag.flag_am {
    height: 10px;
    background-position: -154px 0px;
}

.flag.flag_ao {
    height: 14px;
    background-position: -176px 0px;
}

.flag.flag_aq {
    height: 14px;
    background-position: -198px 0px;
}

.flag.flag_ar {
    height: 13px;
    background-position: -220px 0px;
}

.flag.flag_as {
    height: 10px;
    background-position: -242px 0px;
}

.flag.flag_at {
    height: 14px;
    background-position: -264px 0px;
}

.flag.flag_au {
    height: 10px;
    background-position: -286px 0px;
}

.flag.flag_aw {
    height: 14px;
    background-position: -308px 0px;
}

.flag.flag_ax {
    height: 13px;
    background-position: -330px 0px;
}

.flag.flag_az {
    height: 10px;
    background-position: -352px 0px;
}

.flag.flag_ba {
    height: 10px;
    background-position: -374px 0px;
}

.flag.flag_bb {
    height: 14px;
    background-position: -396px 0px;
}

.flag.flag_bd {
    height: 12px;
    background-position: -418px 0px;
}

.flag.flag_be {
    height: 15px;
    background-position: -440px 0px;
}

.flag.flag_bf {
    height: 14px;
    background-position: -460px 0px;
}

.flag.flag_bg {
    height: 12px;
    background-position: -482px 0px;
}

.flag.flag_bh {
    height: 12px;
    background-position: -504px 0px;
}

.flag.flag_bi {
    height: 12px;
    background-position: -526px 0px;
}

.flag.flag_bj {
    height: 14px;
    background-position: -548px 0px;
}

.flag.flag_bl {
    height: 14px;
    background-position: -570px 0px;
}

.flag.flag_bm {
    height: 10px;
    background-position: -592px 0px;
}

.flag.flag_bn {
    height: 10px;
    background-position: -614px 0px;
}

.flag.flag_bo {
    height: 14px;
    background-position: -636px 0px;
}

.flag.flag_bq {
    height: 14px;
    background-position: -658px 0px;
}

.flag.flag_br {
    height: 14px;
    background-position: -680px 0px;
}

.flag.flag_bs {
    height: 10px;
    background-position: -702px 0px;
}

.flag.flag_bt {
    height: 14px;
    background-position: -724px 0px;
}

.flag.flag_bv {
    height: 15px;
    background-position: -746px 0px;
}

.flag.flag_bw {
    height: 14px;
    background-position: -768px 0px;
}

.flag.flag_by {
    height: 10px;
    background-position: -790px 0px;
}

.flag.flag_bz {
    height: 14px;
    background-position: -812px 0px;
}

.flag.flag_ca {
    height: 10px;
    background-position: -834px 0px;
}

.flag.flag_cc {
    height: 10px;
    background-position: -856px 0px;
}

.flag.flag_cd {
    height: 15px;
    background-position: -878px 0px;
}

.flag.flag_cf {
    height: 14px;
    background-position: -900px 0px;
}

.flag.flag_cg {
    height: 14px;
    background-position: -922px 0px;
}

.flag.flag_ch {
    height: 15px;
    background-position: -944px 0px;
}

.flag.flag_ci {
    height: 14px;
    background-position: -961px 0px;
}

.flag.flag_ck {
    height: 10px;
    background-position: -983px 0px;
}

.flag.flag_cl {
    height: 14px;
    background-position: -1005px 0px;
}

.flag.flag_cm {
    height: 14px;
    background-position: -1027px 0px;
}

.flag.flag_cn {
    height: 14px;
    background-position: -1049px 0px;
}

.flag.flag_co {
    height: 14px;
    background-position: -1071px 0px;
}

.flag.flag_cp {
    height: 14px;
    background-position: -1093px 0px;
}

.flag.flag_cr {
    height: 12px;
    background-position: -1115px 0px;
}

.flag.flag_cu {
    height: 10px;
    background-position: -1137px 0px;
}

.flag.flag_cv {
    height: 12px;
    background-position: -1159px 0px;
}

.flag.flag_cw {
    height: 14px;
    background-position: -1181px 0px;
}

.flag.flag_cx {
    height: 10px;
    background-position: -1203px 0px;
}

.flag.flag_cy {
    height: 14px;
    background-position: -1225px 0px;
}

.flag.flag_cz {
    height: 14px;
    background-position: -1247px 0px;
}

.flag.flag_de {
    height: 12px;
    background-position: -1269px 0px;
}

.flag.flag_dg {
    height: 10px;
    background-position: -1291px 0px;
}

.flag.flag_dj {
    height: 14px;
    background-position: -1313px 0px;
}

.flag.flag_dk {
    height: 15px;
    background-position: -1335px 0px;
}

.flag.flag_dm {
    height: 10px;
    background-position: -1357px 0px;
}

.flag.flag_do {
    height: 14px;
    background-position: -1379px 0px;
}

.flag.flag_dz {
    height: 14px;
    background-position: -1401px 0px;
}

.flag.flag_ea {
    height: 14px;
    background-position: -1423px 0px;
}

.flag.flag_ec {
    height: 14px;
    background-position: -1445px 0px;
}

.flag.flag_ee {
    height: 13px;
    background-position: -1467px 0px;
}

.flag.flag_eg {
    height: 14px;
    background-position: -1489px 0px;
}

.flag.flag_eh {
    height: 10px;
    background-position: -1511px 0px;
}

.flag.flag_er {
    height: 10px;
    background-position: -1533px 0px;
}

.flag.flag_es {
    height: 14px;
    background-position: -1555px 0px;
}

.flag.flag_et {
    height: 10px;
    background-position: -1577px 0px;
}

.flag.flag_eu {
    height: 14px;
    background-position: -1599px 0px;
}

.flag.flag_fi {
    height: 12px;
    background-position: -1621px 0px;
}

.flag.flag_fj {
    height: 10px;
    background-position: -1643px 0px;
}

.flag.flag_fk {
    height: 10px;
    background-position: -1665px 0px;
}

.flag.flag_fm {
    height: 11px;
    background-position: -1687px 0px;
}

.flag.flag_fo {
    height: 15px;
    background-position: -1709px 0px;
}

.flag.flag_fr {
    height: 14px;
    background-position: -1731px 0px;
}

.flag.flag_ga {
    height: 15px;
    background-position: -1753px 0px;
}

.flag.flag_gb {
    height: 10px;
    background-position: -1775px 0px;
}

.flag.flag_gd {
    height: 12px;
    background-position: -1797px 0px;
}

.flag.flag_ge {
    height: 14px;
    background-position: -1819px 0px;
}

.flag.flag_gf {
    height: 14px;
    background-position: -1841px 0px;
}

.flag.flag_gg {
    height: 14px;
    background-position: -1863px 0px;
}

.flag.flag_gh {
    height: 14px;
    background-position: -1885px 0px;
}

.flag.flag_gi {
    height: 10px;
    background-position: -1907px 0px;
}

.flag.flag_gl {
    height: 14px;
    background-position: -1929px 0px;
}

.flag.flag_gm {
    height: 14px;
    background-position: -1951px 0px;
}

.flag.flag_gn {
    height: 14px;
    background-position: -1973px 0px;
}

.flag.flag_gp {
    height: 14px;
    background-position: -1995px 0px;
}

.flag.flag_gq {
    height: 14px;
    background-position: -2017px 0px;
}

.flag.flag_gr {
    height: 14px;
    background-position: -2039px 0px;
}

.flag.flag_gs {
    height: 10px;
    background-position: -2061px 0px;
}

.flag.flag_gt {
    height: 13px;
    background-position: -2083px 0px;
}

.flag.flag_gu {
    height: 11px;
    background-position: -2105px 0px;
}

.flag.flag_gw {
    height: 10px;
    background-position: -2127px 0px;
}

.flag.flag_gy {
    height: 12px;
    background-position: -2149px 0px;
}

.flag.flag_hk {
    height: 14px;
    background-position: -2171px 0px;
}

.flag.flag_hm {
    height: 10px;
    background-position: -2193px 0px;
}

.flag.flag_hn {
    height: 10px;
    background-position: -2215px 0px;
}

.flag.flag_hr {
    height: 10px;
    background-position: -2237px 0px;
}

.flag.flag_ht {
    height: 12px;
    background-position: -2259px 0px;
}

.flag.flag_hu {
    height: 10px;
    background-position: -2281px 0px;
}

.flag.flag_ic {
    height: 14px;
    background-position: -2303px 0px;
}

.flag.flag_id {
    height: 14px;
    background-position: -2325px 0px;
}

.flag.flag_ie {
    height: 10px;
    background-position: -2347px 0px;
}

.flag.flag_il {
    height: 15px;
    background-position: -2369px 0px;
}

.flag.flag_im {
    height: 10px;
    background-position: -2391px 0px;
}

.flag.flag_in {
    height: 14px;
    background-position: -2413px 0px;
}

.flag.flag_io {
    height: 10px;
    background-position: -2435px 0px;
}

.flag.flag_iq {
    height: 14px;
    background-position: -2457px 0px;
}

.flag.flag_ir {
    height: 12px;
    background-position: -2479px 0px;
}

.flag.flag_is {
    height: 15px;
    background-position: -2501px 0px;
}

.flag.flag_it {
    height: 14px;
    background-position: -2523px 0px;
}

.flag.flag_je {
    height: 12px;
    background-position: -2545px 0px;
}

.flag.flag_jm {
    height: 10px;
    background-position: -2567px 0px;
}

.flag.flag_jo {
    height: 10px;
    background-position: -2589px 0px;
}

.flag.flag_jp {
    height: 14px;
    background-position: -2611px 0px;
}

.flag.flag_ke {
    height: 14px;
    background-position: -2633px 0px;
}

.flag.flag_kg {
    height: 12px;
    background-position: -2655px 0px;
}

.flag.flag_kh {
    height: 13px;
    background-position: -2677px 0px;
}

.flag.flag_ki {
    height: 10px;
    background-position: -2699px 0px;
}

.flag.flag_km {
    height: 12px;
    background-position: -2721px 0px;
}

.flag.flag_kn {
    height: 14px;
    background-position: -2743px 0px;
}

.flag.flag_kp {
    height: 10px;
    background-position: -2765px 0px;
}

.flag.flag_kr {
    height: 14px;
    background-position: -2787px 0px;
}

.flag.flag_kw {
    height: 10px;
    background-position: -2809px 0px;
}

.flag.flag_ky {
    height: 10px;
    background-position: -2831px 0px;
}

.flag.flag_kz {
    height: 10px;
    background-position: -2853px 0px;
}

.flag.flag_la {
    height: 14px;
    background-position: -2875px 0px;
}

.flag.flag_lb {
    height: 14px;
    background-position: -2897px 0px;
}

.flag.flag_lc {
    height: 10px;
    background-position: -2919px 0px;
}

.flag.flag_li {
    height: 12px;
    background-position: -2941px 0px;
}

.flag.flag_lk {
    height: 10px;
    background-position: -2963px 0px;
}

.flag.flag_lr {
    height: 11px;
    background-position: -2985px 0px;
}

.flag.flag_ls {
    height: 14px;
    background-position: -3007px 0px;
}

.flag.flag_lt {
    height: 12px;
    background-position: -3029px 0px;
}

.flag.flag_lu {
    height: 12px;
    background-position: -3051px 0px;
}

.flag.flag_lv {
    height: 10px;
    background-position: -3073px 0px;
}

.flag.flag_ly {
    height: 10px;
    background-position: -3095px 0px;
}

.flag.flag_ma {
    height: 14px;
    background-position: -3117px 0px;
}

.flag.flag_mc {
    height: 15px;
    background-position: -3139px 0px;
}

.flag.flag_md {
    height: 10px;
    background-position: -3160px 0px;
}

.flag.flag_me {
    height: 10px;
    background-position: -3182px 0px;
}

.flag.flag_mf {
    height: 14px;
    background-position: -3204px 0px;
}

.flag.flag_mg {
    height: 14px;
    background-position: -3226px 0px;
}

.flag.flag_mh {
    height: 11px;
    background-position: -3248px 0px;
}

.flag.flag_mk {
    height: 10px;
    background-position: -3270px 0px;
}

.flag.flag_ml {
    height: 14px;
    background-position: -3292px 0px;
}

.flag.flag_mm {
    height: 14px;
    background-position: -3314px 0px;
}

.flag.flag_mn {
    height: 10px;
    background-position: -3336px 0px;
}

.flag.flag_mo {
    height: 14px;
    background-position: -3358px 0px;
}

.flag.flag_mp {
    height: 10px;
    background-position: -3380px 0px;
}

.flag.flag_mq {
    height: 14px;
    background-position: -3402px 0px;
}

.flag.flag_mr {
    height: 14px;
    background-position: -3424px 0px;
}

.flag.flag_ms {
    height: 10px;
    background-position: -3446px 0px;
}

.flag.flag_mt {
    height: 14px;
    background-position: -3468px 0px;
}

.flag.flag_mu {
    height: 14px;
    background-position: -3490px 0px;
}

.flag.flag_mv {
    height: 14px;
    background-position: -3512px 0px;
}

.flag.flag_mw {
    height: 14px;
    background-position: -3534px 0px;
}

.flag.flag_mx {
    height: 12px;
    background-position: -3556px 0px;
}

.flag.flag_my {
    height: 10px;
    background-position: -3578px 0px;
}

.flag.flag_mz {
    height: 14px;
    background-position: -3600px 0px;
}

.flag.flag_na {
    height: 14px;
    background-position: -3622px 0px;
}

.flag.flag_nc {
    height: 10px;
    background-position: -3644px 0px;
}

.flag.flag_ne {
    height: 15px;
    background-position: -3666px 0px;
}

.flag.flag_nf {
    height: 10px;
    background-position: -3686px 0px;
}

.flag.flag_ng {
    height: 10px;
    background-position: -3708px 0px;
}

.flag.flag_ni {
    height: 12px;
    background-position: -3730px 0px;
}

.flag.flag_nl {
    height: 14px;
    background-position: -3752px 0px;
}

.flag.flag_no {
    height: 15px;
    background-position: -3774px 0px;
}

.flag.flag_np {
    height: 15px;
    background-position: -3796px 0px;
}

.flag.flag_nr {
    height: 10px;
    background-position: -3811px 0px;
}

.flag.flag_nu {
    height: 10px;
    background-position: -3833px 0px;
}

.flag.flag_nz {
    height: 10px;
    background-position: -3855px 0px;
}

.flag.flag_om {
    height: 10px;
    background-position: -3877px 0px;
}

.flag.flag_pa {
    height: 14px;
    background-position: -3899px 0px;
}

.flag.flag_pe {
    height: 14px;
    background-position: -3921px 0px;
}

.flag.flag_pf {
    height: 14px;
    background-position: -3943px 0px;
}

.flag.flag_pg {
    height: 15px;
    background-position: -3965px 0px;
}

.flag.flag_ph {
    height: 10px;
    background-position: -3987px 0px;
}

.flag.flag_pk {
    height: 14px;
    background-position: -4009px 0px;
}

.flag.flag_pl {
    height: 13px;
    background-position: -4031px 0px;
}

.flag.flag_pm {
    height: 14px;
    background-position: -4053px 0px;
}

.flag.flag_pn {
    height: 10px;
    background-position: -4075px 0px;
}

.flag.flag_pr {
    height: 14px;
    background-position: -4097px 0px;
}

.flag.flag_ps {
    height: 10px;
    background-position: -4119px 0px;
}

.flag.flag_pt {
    height: 14px;
    background-position: -4141px 0px;
}

.flag.flag_pw {
    height: 13px;
    background-position: -4163px 0px;
}

.flag.flag_py {
    height: 11px;
    background-position: -4185px 0px;
}

.flag.flag_qa {
    height: 8px;
    background-position: -4207px 0px;
}

.flag.flag_re {
    height: 14px;
    background-position: -4229px 0px;
}

.flag.flag_ro {
    height: 14px;
    background-position: -4251px 0px;
}

.flag.flag_rs {
    height: 14px;
    background-position: -4273px 0px;
}

.flag.flag_ru {
    height: 14px;
    background-position: -4295px 0px;
}

.flag.flag_rw {
    height: 14px;
    background-position: -4317px 0px;
}

.flag.flag_sa {
    height: 14px;
    background-position: -4339px 0px;
}

.flag.flag_sb {
    height: 10px;
    background-position: -4361px 0px;
}

.flag.flag_sc {
    height: 10px;
    background-position: -4383px 0px;
}

.flag.flag_sd {
    height: 10px;
    background-position: -4405px 0px;
}

.flag.flag_se {
    height: 13px;
    background-position: -4427px 0px;
}

.flag.flag_sg {
    height: 14px;
    background-position: -4449px 0px;
}

.flag.flag_sh {
    height: 10px;
    background-position: -4471px 0px;
}

.flag.flag_si {
    height: 10px;
    background-position: -4493px 0px;
}

.flag.flag_sj {
    height: 15px;
    background-position: -4515px 0px;
}

.flag.flag_sk {
    height: 14px;
    background-position: -4537px 0px;
}

.flag.flag_sl {
    height: 14px;
    background-position: -4559px 0px;
}

.flag.flag_sm {
    height: 15px;
    background-position: -4581px 0px;
}

.flag.flag_sn {
    height: 14px;
    background-position: -4603px 0px;
}

.flag.flag_so {
    height: 14px;
    background-position: -4625px 0px;
}

.flag.flag_sr {
    height: 14px;
    background-position: -4647px 0px;
}

.flag.flag_ss {
    height: 10px;
    background-position: -4669px 0px;
}

.flag.flag_st {
    height: 10px;
    background-position: -4691px 0px;
}

.flag.flag_sv {
    height: 12px;
    background-position: -4713px 0px;
}

.flag.flag_sx {
    height: 14px;
    background-position: -4735px 0px;
}

.flag.flag_sy {
    height: 14px;
    background-position: -4757px 0px;
}

.flag.flag_sz {
    height: 14px;
    background-position: -4779px 0px;
}

.flag.flag_ta {
    height: 10px;
    background-position: -4801px 0px;
}

.flag.flag_tc {
    height: 10px;
    background-position: -4823px 0px;
}

.flag.flag_td {
    height: 14px;
    background-position: -4845px 0px;
}

.flag.flag_tf {
    height: 14px;
    background-position: -4867px 0px;
}

.flag.flag_tg {
    height: 13px;
    background-position: -4889px 0px;
}

.flag.flag_th {
    height: 14px;
    background-position: -4911px 0px;
}

.flag.flag_tj {
    height: 10px;
    background-position: -4933px 0px;
}

.flag.flag_tk {
    height: 10px;
    background-position: -4955px 0px;
}

.flag.flag_tl {
    height: 10px;
    background-position: -4977px 0px;
}

.flag.flag_tm {
    height: 14px;
    background-position: -4999px 0px;
}

.flag.flag_tn {
    height: 14px;
    background-position: -5021px 0px;
}

.flag.flag_to {
    height: 10px;
    background-position: -5043px 0px;
}

.flag.flag_tr {
    height: 14px;
    background-position: -5065px 0px;
}

.flag.flag_tt {
    height: 12px;
    background-position: -5087px 0px;
}

.flag.flag_tv {
    height: 10px;
    background-position: -5109px 0px;
}

.flag.flag_tw {
    height: 14px;
    background-position: -5131px 0px;
}

.flag.flag_tz {
    height: 14px;
    background-position: -5153px 0px;
}

.flag.flag_ua {
    height: 14px;
    background-position: -5175px 0px;
}

.flag.flag_ug {
    height: 14px;
    background-position: -5197px 0px;
}

.flag.flag_um {
    height: 11px;
    background-position: -5219px 0px;
}

.flag.flag_un {
    height: 14px;
    background-position: -5241px 0px;
}

.flag.flag_us {
    height: 11px;
    background-position: -5263px 0px;
}

.flag.flag_uy {
    height: 14px;
    background-position: -5285px 0px;
}

.flag.flag_uz {
    height: 10px;
    background-position: -5307px 0px;
}

.flag.flag_va {
    height: 15px;
    background-position: -5329px 0px;
}

.flag.flag_vc {
    height: 14px;
    background-position: -5346px 0px;
}

.flag.flag_ve {
    height: 14px;
    background-position: -5368px 0px;
}

.flag.flag_vg {
    height: 10px;
    background-position: -5390px 0px;
}

.flag.flag_vi {
    height: 14px;
    background-position: -5412px 0px;
}

.flag.flag_vn {
    height: 14px;
    background-position: -5434px 0px;
}

.flag.flag_vu {
    height: 12px;
    background-position: -5456px 0px;
}

.flag.flag_wf {
    height: 14px;
    background-position: -5478px 0px;
}

.flag.flag_ws {
    height: 10px;
    background-position: -5500px 0px;
}

.flag.flag_xk {
    height: 15px;
    background-position: -5522px 0px;
}

.flag.flag_ye {
    height: 14px;
    background-position: -5544px 0px;
}

.flag.flag_yt {
    height: 14px;
    background-position: -5566px 0px;
}

.flag.flag_za {
    height: 14px;
    background-position: -5588px 0px;
}

.flag.flag_zm {
    height: 14px;
    background-position: -5610px 0px;
}

.flag.flag_zw {
    height: 10px;
    background-position: -5632px 0px;
}

.flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../images/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .flag {
        background-image: url("../images/flags@2x.png");
    }
}

.flag.flag_np {
    background-color: transparent;
}

/* Flag */

/* Profile Symbol */
.symbol {
    position: relative;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    line-height: 75px;
    text-align: center;
    background: #f3f3f3;
    border: 1px solid #fff;
    color: #b9b9b9;
    border-radius: 50%;
    font-size: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px #f1f1f1;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.symbol-img {
    line-height: 70px;
}

/* Profile Symbol */

.input-group .btn .flag {
    margin-right: 5px;
}

.input-group .btn small,
.input-group .dropdown-menu small {
    color: #7d7d7d;
}

/* Powered by */
.poweredby {
    font-size: 14px;
    padding: 10px 30px;
    background: #fff;
    text-align: center;
    margin-top: 20px;
    border-radius: 35px;
}

    .poweredby img {
        margin-left: 5px;
        max-height: 36px;
    }

/* Powered by */

/* Login Screen Changes */
.authLogin {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 25px 15px;
    margin: auto 0;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
}

.authbg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    */ z-index: 0;
}

    .authbg:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
    }

.authLoginInner {
    margin: auto 0;
    min-width: 300px;
    max-width: 500px;
    z-index: 2;
}

.authLoginBox {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .15);
    border-radius: 11px;
    min-width: 480px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

    .authLoginBox .ftx-panel {
        padding: 20px 40px 20px;
        width: 100%;
    }

.authLoginText {
    background: #f3f3f3;
    padding: 15px 15px;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-radius: 0 0 11px 11px;
}

.authLogin .poweredby {
    background: #fff;
    padding: 10px 0;
    margin: 25px auto 0;
    position: relative;
    min-width: 280px;
    text-align: center;
    border-radius: 35px;
}

@media (max-width: 767px) {
    .authLoginBox {
        min-width: 100%;
        min-height: auto;
    }
}

@media (min-height: 675px) {
    .authLogin .poweredby {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 375px) {
    .authLoginBox .ftx-panel {
        padding: 15px;
    }
}

.logo img {
    max-width: 200px;
}

/* Login Screen Changes */
