#txt_feedbackcomments {
    min-width: 366px;
    max-width: 366px;
    min-height: 54px;
    max-height: 150px;
}
.laptop-14 {
    font-size: 14px;
}
.laptop-15 {
    font-size: 15px;
}
.laptop-16 {
    font-size: 15px;
}
.Maxchar {
    font-size: 10px;
    padding-left: 70%;
}

.ft-lato {
    font-family: Lato, sans-serif;
}

.ft-mont {
    font-family: Montserrat, sans-serif;
}

.ft-10 {
    font-size: 10px;
}

.ft-12 {
    font-size: 12px;
}

.ft-14 {
    font-size: 14px;
}

.ft-16 {
    font-size: 16px;
}

.ft-18 {
    font-size: 18px;
}

.ft-20 {
    font-size: 20px;
}

.ft-22 {
    font-size: 22px;
}

.ft-24 {
    font-size: 24px;
}

.ft-26 {
    font-size: 26px;
}

.ft-32 {
    font-size: 32px;
}

.ft-34 {
    font-size: 34px;
}

.ft-bold, .ft-700 {
    font-weight: 700;
}

.ft-semibold {
    font-weight: 600;
}

.text-underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.color-white {
    color: #fff;
}

.color-blue-grey {
    color: #8190a4;
}

.color-greyish-brown-three {
    color: #4b4b4b;
}

.color-greyish-brown-two {
    color: #3c3c3c;
}

.bg-blue {
    background-color: #1F2B4A;
}

.color-blue {
    color: #1F2B4A;
}

.color-blue1 {
    color: #121212;
}

.color-grey {
    color: #848484;
}

.color-lt-blue {
    color: #333333;
}

.color-lt-blue-1 {
    color: #121212;
}

.color-grey-ft {
    color: #606060;
}

.color-red {
    color: #E03C31;
    padding-right: 10px;
}

.no-pad,
.table > tbody > tr > td.no-pad {
    padding: 0;
}

.no-pad {
    padding: 0;
}

.table > tbody > tr > td.no-t-border {
    border-top: none;
}

.pt-0 {
    padding-top: 0;
}

.pt-15 {
    padding-top: 15px;
}

.pt-40 {
    padding-top: 40px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-25 {
    padding-right: 25px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pad-5 {
    padding: 5px
}

.pad-8 {
    padding: 8px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.pad-20 {
    padding: 20px;
}

.pad-25 {
    padding: 25px;
}

.pad-t-15 {
    padding-top: 15px
}

.pad-b-10 {
    padding-bottom: 10px
}

.pad-tb-10 {
    padding: 10px 0;
}

.pad-lr-5 {
    padding: 0 5px;
}

.pad-lr-15 {
    padding: 0 15px;
}

.pad-tlr-15 {
    padding: 15px 15px 0 15px;
}

.pad-tb-15 {
    padding: 15px 0;
}

.pad-tb-5 {
    padding: 5px 0;
}

.pad-tb-8 {
    padding: 8px 0;
}

.pad-r-5 {
    padding-right: 5px;
}

.no-mar {
    margin: 0
}

.ml-25 {
    margin-left: 25px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mar-top-60 {
    margin-top: 60px
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-r-10 {
    margin-right: 10px
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-25 {
    margin-top: 25px;
}

.mar-b-10 {
    margin-bottom: 10px;
}

.mar-b-15 {
    margin-bottom: 15px;
}

.mar-tb-20 {
    margin: 20px 0
}

.mar-tb-5 {
    margin: 5px 0
}

.lh-med {
    line-height: 1.5em;
}

.md-checkbox.mar-tb-5 {
    margin: 5px 0 !important;
}

.lh-med {
    line-height: 1.5em;
}
/*flex prop*/
.flex-middle {
    display: flex;
    align-items: baseline;
}

.v-align-middle {
    vertical-align: middle;
}

.pos-realative {
    position: relative
}

a:focus,
a:hover {
    color: #187dab;
}

.link-muted:focus, .link-muted:hover {
    text-decoration: none
}

.btn {
    border-radius: 4px !important;
    cursor:pointer;
}

.btn-red {
    background: #E03C31;
    border: 1px solid #E03C31;
    color: white;
}
    /*.btn-red:hover, .btn-red:focus {
        background: #cc3329;
        border-color: #cc3329;
        color: white;
    }*/
    .btn-red:hover, .btn-red:active {
        color: #fff;
        background-color: #a71b12;
    }

.btn-white-outline {
    border: 1px solid #1F2B4A;
    background: #fff;
    border-radius: 3px;
    color: #1F2B4A;
}

.btn-white-outline-Register {
    border: 1px solid #1F2B4A;
    background: #fff;
    border-radius: 3px;
    color: #1F2B4A;
    width: 60%;
}

.btn-white-outline:hover, .btn-white-outline:focus {
    background: #1F2B4A;
    color: white;
}

.btn-red-outline {
    border: 1px solid #E03C31;
    background: #fff;
    border-radius: 3px;
    color: #E03C31;
}

    .btn-red-outline:hover, .btn-red-outline:focus {
        background: #a71b12;
        color: white;
    }

.no-jobs {
    text-align: center;
    padding-top: 10%;
}

/* .btn.focus,
// .btn:focus,
// .btn:hover {
//     color: #fff;
//     text-decoration: none;   
// }*/
.error {
    color: #a94442;
}

.Beware-content {
    align-items: center;
    display: -ms-flexbox;
    justify-content: center;
    min-height: 300px;
    width: 700px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 9px;
        opacity: 0;
        width: 100%;
    }

    .upload-btn-wrapper input[type=file], input[type=file] /* FF, IE7+, chrome (except button) */
    .upload-btn-wrapper input[type=file]::-webkit-file-upload-button, input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
        cursor: pointer;
    }

#lbl_Popup_Error {
    color: maroon;
    padding: 0 10px;
}

.btn-grey {
    padding: 8px 20px;
    background-color: #dddddd;
    border: #dddddd;
}

    .btn-grey:hover,
    .btn-grey:focus {
        color: #4b4b4b !important;
    }

.btn-blue {
    background-color: #0091fe;
    color: #ffffff !important;
}

    .btn-blue:hover,
    .btn-blue:focus {
        background-color: #0082e5;
        color: #ffffff !important;
    }

.btn-dusk {
    border: solid 1px #43425d;
    background-color: #43425d;
    color: #ffffff !important;
}

    .btn-dusk:hover,
    .btn-dusk:focus {
        background-color: #38374e;
        color: #ffffff;
    }

.btn-rounded-dusk {
    background-color: transparent;
    border: solid 1px #43425d;
}

    .btn-rounded-dusk:hover,
    .btn-rounded-dusk:focus {
        color: #43425d;
    }

.btn-dkblue {
    background-color: #394b77;
    /*#0a2058;*/
    color: #fff;
}

.btn-soft-blue {
    background: #6773e5;
    color: white;
    padding: 8px 20px;
}

    .btn-soft-blue:hover,
    .btn-soft-blue:focus {
        color: white;
    }


.btn-hard-blue {
    background: #1F2B4A;
    color: white;
    padding: 8px 20px;
    border-radius: 0px;
}

    .btn-hard-blue:hover,
    .btn-hard-blue:focus {
        color: white;
    }

.btn-white {
    background-color: #f6f6f6;
    color: #0076ff;
    font-weight: bold;
    font-size: 11px;
    height: 33px;
    line-height: 1.85;
}

    .btn-white:hover,
    .btn-white:focus {
        color: #0076ff;
    }

.btn-bordered {
    color: #0076ff;
    border: 1px solid #0076ff;
    background: transparent;
    text-transform: uppercase;
}

.dark-blue-link, .dark-blue-link:hover, {
    color: #333;
    text-decoration: none
}


.btn-bordered:hover {
    color: #0076ff;
}

.btn-apply {
    border-radius: 22px !important;
    background-color: #f0f0f0;
}

.btn-green {
    background-color: #60da57;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 2;
    width: 100%
}

    .btn-green:hover,
    .btn-green:focus {
        color: #fff;
        background: #60da57
    }

/*Loader css*/
.overflow-none {
    overflow: hidden
}

.loader-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 254, 254, 0.68);
    z-index: 99999;
    text-align: center;
    display: none;
}

    .loader-block img {
        padding-top: 15%;
        width: 300px;
    }

.lds-ellipsis {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #163da0;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/*end of loader*/

/*Notification*/
.notify {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #E53935;
    border-radius: 50%;
    right: 0;
}

.notification {
    position: relative;
}

    .notification .fa {
        color: #c1c1c1;
        padding: 0;
    }

.notificationList {
    min-width: 330px;
}

    .notificationList .clear-all {
        position: absolute;
        right: 10px;
        cursor: pointer;
        color: #b1b1b1;
    }

    .notificationList ul {
        padding: 0;
    }

        .notificationList ul li {
            list-style: none;
        }

    .notificationList .notify-block {
        padding: 10px 0;
    }

.notify-block .x-close {
    color: #b1b1b1;
}
/* code block */
.mobile-group .mat-label {
    padding-left: 32px
}

.mobile-group .mat-input {
    padding-left: 40px;
}

.mobile-group .ctr-code {
    position: absolute;
    top: 20px;
    left: 5px;
}

.cp-whole-warp {
    box-shadow: 0px 1px 2px #00000012;
    border: 1px solid #EFEFEF;
    background-color: #fff;
    height: 60px;
}

.cp-c-block .country-code {
    position: relative;
    width: 100%;
    border: none;
    height: 55px;
    padding: 10px 0 0 5px;
}

.county-code-label {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 100%;
    font-size: 12px;
    z-index: 10;
    padding: 4px;
    color: #848484;
}

.code-block {
    height: 60px;
    /*padding: 10px 20px 10px 10px;*/
    padding: 26px 10px 3px 3px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    /*align-items: center;*/
}

.cp-code-block .dropdown-menu {
    height: 170px;
    overflow-y: scroll;
}

.code-block .angle-icon {
    position: absolute;
    top: 26px;
    right: -10px;
    color: black;
    font-size: 20px;
    display: block !important;
}
/** Input Field **/
.group {
    position: relative;
    box-shadow: 0px 1px 2px #00000012;
    border: 1px solid #EFEFEF;
}

/* .group input,
.group select {
    padding: 18px 15px;
    display: block;
    width: 100%;
    border: none;
    color: #121212;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
} */

/* .group select {
    padding: 18px 15px;
    display: block;
    width: 100%;
    border: none;
    color: #121212;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
} */
.group {
    box-shadow: 0px 1px 2px #00000012;
    border: 1px solid #EFEFEF;
    background-color: #fff;
    height: 60px;
}

    .group .fa {
        float: right;
        margin-top: -38px;
        padding-right: 15px;
        color: #C1C1C1;
        font-size: 16px;
    }

    .group input:focus {
        outline: none;
    }

.mat-label {
    display: block;
    transform: translateY(20px);
    transition: all 0.5s;
    pointer-events: none;
    padding-left: 15px;
    font-weight: 400;
    color: #848484;
    font-family: Lato,sans-serif;
    font-size: 16px;
}

.mat-input {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 5px 8px 0;
    font-size: 16px;
    padding-left: 15px;
    color: #121212;
    font-family: Lato,sans-serif;
}

.is-active::after {
    transform: scaleX(1);
}

.is-completed > label {
    font-size: 12px;
    transform: translateY(8px);
    margin-bottom: 2px;
}

/*select box*/
.group.select-field {
    height: 60px;
    overflow: hidden;
}

.select {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
}

    .select > select {
        padding: 5px 15px 0;
        border: 0;
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        outline: none;
        font-family: Lato,sans-serif;
        font-weight: 400;
    }

    .select:after {
        content: "\f107";
        font-family: FontAwesome,sans-serif;
        color: #606060;
        padding: 12px 8px;
        position: absolute;
        right: 5px;
        top: 10px;
        z-index: 1;
        text-align: center;
        width: 8%;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
    }

/* RadioButton */
.md-radio {
    margin: 16px 0;
}

    .md-radio.md-radio-inline {
        display: inline-block;
    }

    .md-radio input[type="radio"] {
        display: none;
    }

        .md-radio input[type="radio"]:checked + label:before {
            border-color: #707070;
            animation: ripple 0.2s linear forwards;
        }

        .md-radio input[type="radio"]:checked + label:after {
            transform: scale(1);
        }

    .md-radio label {
        display: inline-block;
        min-height: 20px;
        position: relative;
        padding: 0 10px 0 20px;
        margin-bottom: 0;
        cursor: pointer;
        vertical-align: bottom;
        font-size: 14px;
        font-family: Lato,sans-serif;
        color: #606060;
    }

        .md-radio label:before,
        .md-radio label:after {
            position: absolute;
            content: '';
            border-radius: 50%;
            transition: all 0.3s ease;
            transition-property: transform, border-color;
        }

        .md-radio label:before {
            left: 0;
            top: 3px;
            width: 16px;
            height: 16px;
            border: 2px solid rgba(0, 0, 0, 0.54);
        }

        .md-radio label:after {
            top: 7px;
            left: 4px;
            width: 8px;
            height: 8px;
            transform: scale(0);
            background: #707070;
        }

/* CheckBox */

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox label:first-of-type {
        cursor: pointer;
        display: inline;
        line-height: 1.25em;
        vertical-align: top;
        clear: both;
        padding-left: 1px;
        font-weight: 400;
    }

    .md-checkbox label:not(:empty) {
        padding: 0 30px 0 10px;
    }

    .md-checkbox label:before,
    .md-checkbox label:after {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
    }

    .md-checkbox label:before {
        width: 14px;
        height: 14px;
        background: #fff;
        border: 1px solid #C9C9C9;
        border-radius: 0.125em;
        cursor: pointer;
        transition: background 0.3s;
    }

    .md-checkbox input[type="checkbox"] {
        outline: 0;
        visibility: hidden;
        width: 14px;
        margin: 0;
        display: block;
        float: left;
    }

        .md-checkbox input[type="checkbox"]:checked + label:before {
            background: #606060;
            border: none;
        }

        .md-checkbox input[type="checkbox"]:checked + label:after {
            transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
            width: 9px;
            height: 5px;
            border: 0.125em solid #fff;
            border-top-style: none;
            border-right-style: none;
            top: 1px;
            left: -1px;
        }

    .md-checkbox a {
        text-decoration: underline;
    }


.noborder {
    border-bottom: 0 !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.bottomborder {
    border-bottom: 1px solid #eee;
}

.border-white-ten {
    border: 1px solid #e0e0e0;
}

.border-left {
    border-left: 1px solid #e0e0e0;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.border-bottom-grey {
    border-bottom: 1px solid #DEDEDE;
}

.form-control {
    box-shadow: none !important;
    background: #f7f7f7;
}

.page-header-bar {
    padding: 30px 0;
}

.bg-white-box {
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
}

.form-control {
    height: 40px;
    border: 1px solid #d5d5d5;
    background: white;
}

.flex-align-center {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
/*    height: 80vh;
    margin-top: 60px;
*/}

.fa-icon {
    color: #E03C31;
    padding: 0 10px 0 0;
}

/*common end*/

/**/
.datepicker.dropdown-menu {
    z-index: 9999 !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #dedede !important;
}

.calendar {
    position: relative
}

    .calendar .form-control-feedback {
        /*position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    background: url(../Image/svg/Iconmetro-calendar.svg);
    background-repeat: no-repeat;
    background-position: 10px 12px;*/
    }

.cals {
    position: relative
}

    .cals .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        background: url(../Image/svg/Iconmetro-calendar.svg);
        background-repeat: no-repeat;
        background-position: 10px 12px;
    }
/*default nav*/
.logo-svg {
    width: 35px;
}

    .logo-svg .white {
        fill: #fff;
    }

.navbar-default.common {
    background: #7b95ff;
}

    .navbar-default.common .navbar-brand {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 3px;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
    }

        .navbar-default.common .navbar-brand,
        .navbar-default.common .navbar-brand:focus,
        .navbar-default.common .navbar-brand:hover {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-default.common .navbar-nav > li > a {
        /*color: #ffffff;*/
        padding-bottom: 5px;
        padding-left: 0;
    }

        .navbar-default.common .navbar-nav > li > a:focus,
        .navbar-default.common .navbar-nav > li > a:hover {
            /*color: #ffffff;*/
        }

    .navbar-default.common .navbar-nav > .active > a,
    .navbar-default.common .navbar-nav > .active > a:focus,
    .navbar-default.common .navbar-nav > .active > a:hover {
        /*color: #ffffff;*/
        /*border-bottom: 2px solid #f7f8fa;*/
        background-color: transparent;
    }

    .navbar-default.common .open .dropdown-menu a:hover,
    .navbar-default.common .open .dropdown-menu a:focus {
        background-color: rgba(255, 255, 255, 0.11);
    }

.nav-cp-profile {
    padding: 9px 10px 6px 10px;
    display: inline-block;
    vertical-align: middle;
}

    .nav-cp-profile img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        float: left;
        margin-right: 10px;
    }

.cp-user-name {
    display: inline-block;
    padding-top: 5px;
}

.nav-cp-profile-name {
    display: inline-block;
}

.logo {
    margin-top: 7px;
}

    .logo a:nth-child(2) img {
        position: relative;
        margin-top: 23px;
    }

.navbar-default.common {
    background: white;
    border-color: #dedede;
    margin-bottom: 10px;
    border-radius: 0;
}

    .navbar-default.common .navbar-brand {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 3px;
        color: #ffffff;
    }



    /*
        .navbar-default.common .navbar-collapse {
        border-color: #3b86ff;
    }.navbar-default.common .navbar-nav a {
        color: #fff;
    }*/

    .navbar-default.common .navbar-nav :hover,
    .navbar-default.common .navbar-nav a:focus,
    .navbar-default.common .navbar-nav li.active a {
        /*background-color: rgba(255, 255, 255, 0.11); border: none;*/
    }


    /*.navbar-default.common .navbar-nav .active a {
        background: #4f93ff;
    }*/

    .navbar-default.common .navbar-nav .open .dropdown-menu a {
        /*background: #6d68e5;
        border-color: #6d68e5;*/
        /*color: #fff;*/
        padding: 10px 15px;
    }

        .navbar-default.common .navbar-nav .open .dropdown-menu a:hover,
        .navbar-default.common .navbar-nav .open .dropdown-menu a:focus {
            /*background-color: #385db9;*/
            background: #ececec;
        }

    .navbar-default.common .navbar-toggle {
        border-color: #163da0;
        border: none;
    }

        .navbar-default.common .navbar-toggle:hover,
        .navbar-default.common .navbar-toggle:focus {
            background-color: rgba(255, 255, 255, 0.11)
        }

    /*.navbar-default.common .navbar-toggle .icon-bar {
            background-color: #fff;
        }*/

    .navbar-default.common .navbar-nav li a {
        padding-left: 15px;
        padding-bottom: 15px;
    }


        .navbar-default.common .navbar-nav li a.nav-cp-profile img {
            margin-right: 5px;
            float: left;
            margin-top: -8px;
        }

    .navbar-default.common .navbar-nav > li > a:focus,
    .navbar-default.common .navbar-nav > li > a:hover {
        /*color: #fff;*/
    }

    .navbar-default.common .navbar-nav > li > .dropdown-menu {
        margin: 0;
        padding: 0;
    }

    .navbar-default.common.navbar-nav > li > a {
        padding-bottom: 15px;
    }

    .navbar-default.common .navbar-nav > .open > a,
    .navbar-default.common .navbar-nav > .open > a:focus,
    .navbar-default.common .navbar-nav > .open > a:hover {
        background: transparent;
    }

/*login popup*/

.login-modal .modal-mini {
    width: 440px;
}

.Beware {
    padding: 20px;
}

.Beware-min {
    width: 80% !important;
    padding-left: 14% !important;
}

.Beware-content {
    min-height: 400px !important;
}

.login-content .login-close-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10;
}

.login-modal .hello-text {
    padding-bottom: 6px;
}

.login-modal .wel-text {
    padding-bottom: 15px;
}

.login-modal .pad-lr-25 {
    padding: 0 25px;
}

.login-modal .modal-content {
    border-radius: 0;
}

.login-modal .input-group {
    box-shadow: 0px 1px 2px rgba(0,0,0,0.07);
    border: 1px solid #EFEFEF;
    padding: 6px;
}

.login-modal .input-group-addon {
    background: white;
    border: none;
}

.login-modal .form-control {
    border: none;
    /*border: 1px solid #EFEFEF;*/
}

.login-modal .text-greyish {
    color: #606060
}

.login-modal .text-blue {
    color: #1F2B4A
}

.warning_Svg {
    width: 6%;
}

.login-modal .text-or {
    color: #606060;
    background: white;
    padding: 2px;
    /* border: 1px solid; */
    z-index: 10;
    position: relative;
}

.grey-hr {
    width: 80%;
    height: 1px;
    background: #b6b6b6;
    position: absolute;
    top: 50%;
    left: 10%;
}

.login-modal .for-employee-block {
    background: #EFEFEF;
    color: #1F2B4A;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.login-modal .input-group .error {
    font-weight: normal;
    color: #9e0505;
}

.login-modal a.dark-blue-link,
.login-modal a.dark-blue-link:hover {
    color: #1f2b4a !important;
    font-weight: 700;
}

.login-content, .login-content.forgot-content, .login-content.changePwd-content {
    align-items: center;
  /*  display: flex;*/
    display: -ms-flexbox;
    justify-content: center;
    min-height: 570px;
}

/*    .login-content.forgot-content {
        min-height: 300px;
    }*/

        .login-content.forgot-content.reset-height {
            min-height: 400px;
        }

    .login-content.changePwd-content {
        min-height: 325px !important;
    }

.login-close-icon i {
    color: #8c8b8b;
    font-size: 28px;
}

#lblGreetings {
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 700;
}

.white-panel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #00000014;
    border: 1px solid #EFEFEF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .login-content {
        min-height: 100%;
        padding: 25px 0;
    }
}


.page-warp {
    padding-left: 60px;
}



.expanded {
    width: 254px !important;
    overflow: visible;
}

.profile-bar .profile-head {
    padding: 10px 10px;
    font-weight: 600;
}

.profile-bar .profile-picture {
    margin-bottom: 5px;
}

.profile-collapse-image .profile-picture img {
    width: 40px;
    height: 40px;
    margin: 10px auto;
    border-radius: 50%;
}

.profile-bar img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
}

.profile-bar .profile-detail .profile-name {
    font-size: 16px;
    font-weight: 600;
}

    .profile-bar .profile-detail .profile-name a {
        color: #43425d;
    }

.profile-bar .profile-detail .profile-level {
    font-size: 11px;
    padding: 4px;
}

.profile-bar .profile-detail .profile-email {
    font-size: 12px;
    padding: 8px;
    word-break: break-all;
}

.profile-bar .profile-summary {
    text-align: center;
    padding: 10px 0;
}

    .profile-bar .profile-summary a {
        color: #43425d;
    }

.query-form {
    padding: 30px 20px;
}

    .query-form .bottom-footer {
        padding-top: 20px;
    }

    .query-form label {
        font-size: 13px;
        font-weight: 600;
        padding-left: 10px;
    }

.query-form,
.chat-form {
    margin-bottom: 15px;
}

.chat-form {
    padding: 20px;
}

    .chat-form .chat-header {
        position: relative;
        padding-bottom: 20px;
        font-size: 18px;
        text-align: center;
        color: #4d4f5c;
        margin-bottom: 15px;
        border-bottom: 1px solid #e8e9ec;
    }

    .chat-form .close-chat {
        position: absolute;
        right: 0;
        color: #a4afb7;
    }

    .chat-form .chat-content {
        max-height: 330px;
        overflow-y: auto;
    }

    .chat-form .right {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .chat-form .text-bubble {
        max-width: 75%;
        border-radius: 20px 20px 20px 0px;
        padding: 10px;
        margin: 4px 0;
        float: right;
    }

.chat-timing {
    font-size: 10px;
    float: right;
    width: 100%;
    text-align: right
}

.chat-form .left {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.chat-form .sender-img {
    background: #5c6bc0;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    /* vertical-align: middle; */
    line-height: 29px;
}

.chat-form .left .text-bubble {
    background-color: #edf0f5;
    float: left;
    color: #000;
}

.chat-form .left .chat-timing {
    font-size: 10px;
    float: right;
    width: 100%;
    text-align: left;
}

.chat-form .text-bubble {
    color: white;
    background-color: #3b86ff;
    border-radius: 20px 20px 0px 20px;
}

.chat-form .chat-footer {
    border-top: 1px solid #e8e9ec;
    padding: 4px 0;
    position: relative;
}

    .chat-form .chat-footer .input-send {
        border: none;
        width: 90%;
        padding: 10px 0 10px 10px;
    }

    .chat-form .chat-footer .send-btn {
        color: #3b86ff;
        cursor: pointer;
    }

    .chat-form .chat-footer button {
        background: transparent;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .chat-form .chat-footer .input-send:focus {
        outline: none;
    }

.loc-modal {
    width: 300px
}

.flag-select .flag-icon {
    margin-right: 10px;
}

.flag-select .btn-default {
    min-width: 100%;
}

.flag-icon-in {
    background: url(/Image/flag/in.svg) center no-repeat !important;
}

.flag-icon-lk {
    background: url(/Image/flag/lk.svg) center no-repeat !important;
}

.flag-icon-ph {
    background: url(/Image/flag/ph.svg) center no-repeat !important;
}

.flag-select .caret {
    position: absolute;
    right: 0;
    top: 9px;
}

.flag-select .dropdown-menu {
    min-width: 100%;
}

.centered-modal.in {
    display: flex !important;
    display: -ms-flexbox !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}
/*data-privacy*/
.data-privacy {
}

.data-privacy {
    width: 750px;
}

    .data-privacy label {
        /*font-weight:700;*/
        font-weight: normal;
    }

    .data-privacy .scroll-content {
        height: 300px;
        overflow-y: scroll;
    }

.scroll-content .fa {
    color: black;
}

.tooltip.top .tooltip-arrow {
    display: none;
}

.flag-section .flag-icon {
    font-size: 100px;
    /*border: 5px solid transparent;*/
}

.flag-section .selected {
    /*border: 5px solid black;*/
    /* background: #1F2B4A;*/
    background: #f1f1f1;
}

.flag-section .flag-holder {
    position: relative;
}

.flag-section .fa {
    position: absolute;
    top: 0px;
    z-index: 999;
    color: white;
    right: -4px;
    display: none;
    background: green;
    width: 18px;
    font-size: 12px;
    padding: 1px 2px;
    line-height: 16px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
}

.flag-section .selected .fa {
    display: block;
}

.flag-section .country-text {
    padding: 5px;
    text-align: center;
    font-weight: 700;
}

.flag-section .flag-icon {
    background-size: cover;
}

.flag-section .ul-list-inline {
    padding: 0;
    margin: 0;
}

    .flag-section .ul-list-inline > li {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
        width: 32%;
        text-align: center;
        cursor: pointer;
    }

.privacy-mark {
    padding: 8px;
    background: #f1f1f1;
    border: 2px solid #1F2B4A;
}

.scroll-content h2, .scroll-content .h2 {
    font-size: 22px;
}

.scroll-content h3, .scroll-content .h3 {
    font-size: 16px;
    margin-top: 10px;
}

.scroll-content p, .scroll-content ul, .scroll-content ol, .scroll-content table {
    font-size: 11px;
    line-height: 16px
}

#swal2-content {
    font-size: 16px;
}

.scr_help {
    width: 13px;
}

.swal-wide {
    width: 650px !important;
}

.fixed {
    padding: 8px 0;
    position: fixed;
    top: 140px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    background: white;
    z-index: 99;
}

/*Scroll Bar CSS*/

.white-panel::-webkit-scrollbar {
    width: 5px;
}

.white-panel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.white-panel::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 10px;
}

    .white-panel::-webkit-scrollbar-thumb:hover {
        background: darkgrey;
    }

.scroll-div {
    min-height: 180px;
    max-height: 360px;
    overflow-y: auto;
}

    .scroll-div::-webkit-scrollbar {
        width: 5px;
    }

    .scroll-div::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    .scroll-div::-webkit-scrollbar-thumb {
        background: darkgrey;
        border-radius: 10px;
    }

        .scroll-div::-webkit-scrollbar-thumb:hover {
            background: darkgrey;
        }
/*a {
    color: #000;
}*/
/*footer*/
.cp-footer {
    position: fixed;
    background-color: #1F2b4a;
    color: #fff;
    padding: 7px 0;
    z-index: 101;
    bottom: 0;
    width: 100%;
}

    .cp-footer ul {
        margin-bottom: 0
    }

    .cp-footer li > a {
        color: white;
    }

    .cp-footer p {
        margin: 0;
        text-align: right;
    }

.notificationList {
    padding: 10px !important;
}

@media (min-width: 1900px) {
    .container {
        width: 1416px;
    }
}

@media (min-width: 1600px) {
    .page-warp {
        max-width: 1600px;
        margin: auto;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1366px) {


    .flag-icons-area.pad-tb-15 {
        padding: 0;
    }
}

@media (min-width: 1300px) {
    .data-privacy .scroll-content {
        height: 160px;
        overflow-y: scroll;
    }

    .mb-sm-5{
        padding-bottom:4rem; 
    }
}

@media (max-width: 992px) {
    .navbar-default.common .nav > li > a {
        padding: 15px 10px;
    }

    .data-privacy {
        width: 95%;
    }

    .flag-section {
        padding: 0;
    }

        .flag-section .ft-34 {
            line-height: 36px;
        }

        .flag-section .flag-icon {
            font-size: 60px
        }

        .flag-section .ul-list-inline > li {
            width: 32%;
        }

        .flag-section .country-text {
            padding: 5px 0;
            font-size: 12px;
        }

    .upload-help-text {
        padding-top: 6px !important;
        padding-left: 22%;
        /*word-break: break-all;*/
        padding-right: 30px;
    }

    .no-pad-sm {
        padding: 0;
    }

    .mat-label {
        font-size: 14px !important;
    }

    .signup-section .form-group {
        z-index: 99;
    }

    .is-completed.select > label {
        margin-top: -5px;
    }

    .is-completed.select > select {
        margin-top: 5px;
        background-color: none;
    }

    .is-completed.select:after {
        padding: 20px 12px 0 0;
    }
}

@media (max-width: 767px) {
    .xs-text-center {
        text-align: center;
    }

    .xs-no-pad {
        padding: 0 !important;
    }

    main {
        padding-left: 0;
    }

    .logo {
        padding: 0 0 0 15px;
    }

    .navbar-default.common .nav > li > a {
        padding: 15px 13px;
    }

    .login-modal .modal-mini {
        width: 95%;
    }

    .Beware-modal .modal-mini {
        width: 95%;
    }

    .data-privacy {
        width: auto;
    }

    .ft-14 {
        font-size: 12px;
    }

    .ft-16 {
        font-size: 14px;
    }

    .ft-18 {
        font-size: 16px;
    }

    .ft-20 {
        font-size: 18px;
    }

    .ft-22 {
        font-size: 20px;
    }

    .ft-24 {
        font-size: 22px;
    }

    .ft-26 {
        font-size: 24px;
    }

    .ft-32 {
        font-size: 30px;
    }

    .ft-34 {
        font-size: 32px;
    }

    .cp-footer p {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

    .cp-footer li > a {
        font-size: 12px;
    }

    body {
        padding-bottom: 100px;
    }

    .login-content.changePwd-content,
    .login-content.forgot-content,
    .login-content.forgot-content.reset-height {
        min-height: 100%;
        display: block;
    }

    .scroll-div {
        min-height: 135px;
    }

    .clear-div {
        clear: both;
    }

    .upload-help-text {
        padding-top: 15px !important;
        padding-right: 0;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .inputDnD .form-control-file {
        visibility: visible !important;
    }

    .logo-svg {
        height: 35px;
    }
}
/* coach mark start */
.guideslider.modal-dialog {
    width: 94% !important;
    padding: 0;
}

.guideslider .modal-content {
    position: relative;
    min-height: 90vh;
}

.modal-backdrop-custom.modal-backdrop.in {
    opacity: 1;
}

.modal-open .modal.coach-mark {
    overflow-y: hidden;
    padding-right: 0 !important;
    z-index: 99999;
}

.guideslider .modal-content {
    background-color: transparent;
}



.guideslider .modal-header {
    padding: 0;
    border: 0;
}

    .guideslider .modal-header .close {
        margin-top: 0;
        position: absolute;
        top: 13px;
        z-index: 9999;
        font-size: 25px;
        color: #fff;
        opacity: 1;
        right: 15px;
        background: #797676;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-bottom: 3px;
    }

.guideslider .modal-body {
    position: relative;
}

.guideslider .modal-footer {
    padding: 0;
    text-align: right;
    border-top: none;
    position: relative;
    right: 35%;
    float: right;
    bottom: 116px;
    z-index: 1;
}

@media (min-width: 768px) {
    .guideslider.modal-dialog {
        margin: 0 auto;
    }
}

.guideslider .modal-footer button.btn {
    border: none;
    padding: 9px 20px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
    background-color: #b8e986;
    position: absolute;
    top: -20px;
}

.guideslider .owl-carousel .owl-item img {
    height: 100vh;
}

.guideslider .owl-dots {
    position: absolute;
    top: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

    .guideslider .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 6px;
    }

        .guideslider .owl-dots .owl-dot span {
            display: block;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background-color: #ccc;
            transition: all .25s ease-in-out;
        }

        .guideslider .owl-dots .owl-dot.active span {
            background-color: #0079C2;
        }


.guideslider .owl-carousel button.owl-prev,
.guideslider .owl-carousel button.owl-next {
    position: absolute;
    text-align: center;
    transition: all .25s ease-in-out;
    background: #e6e6e6;
    color: #333;
    padding: 9px 30px !important;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
}

.guideslider .owl-nav {
    position: relative !important;
    right: auto !important;
    top: -70px !important;
    display: block;
    text-align: center;
    left: 34%;
    width: 224px;
    height: 50px;
}

.guideslider .owl-carousel button.owl-next {
    left: 135px !important;
}

.guideslider .owl-carousel .owl-next.disabled {
    opacity: 0.2;
    cursor: default;
}

.guideslider .owl-carousel button.owl-prev {
    right: 110px !important;
}

.guideslider .owl-carousel .owl-prev.disabled {
    opacity: 0.2;
}

.guideslider .icon-btn.owl-next {
}

.guideslider .icon-btn.owl-prev {
}

@media (max-width: 768px) {
    .guideslider .modal-footer button.btn {
        display: none
    }

    .guideslider .owl-nav {
        position: absolute !important;
        right: auto !important;
        top: 50% !important;
        display: block;
        text-align: center;
        left: auto;
        width: 100%;
        height: 50px;
    }

    .guideslider .owl-carousel button.owl-prev,
    .guideslider .owl-carousel button.owl-next {
        background: none;
        border: none;
        color: #fff;
    }

    .guideslider .owl-carousel button.owl-prev {
        left: 0;
    }

    .guideslider .owl-carousel button.owl-next {
        right: 0 !important;
        left: auto !important;
    }
}

/*Loader */
.overflow-none {
    overflow: hidden
}

.loader-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    /*background: rgba(255, 254, 254, 0.68);*/
    z-index: 99999;
    text-align: center;
    display: none;
}

    .loader-block img {
        padding-top: 15%;
        width: 300px;
    }

.lds-ellipsis {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #163da0;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.loginfooter {
    font-size: 10px;
    font-weight: bold;
}

/*# sourceMappingURL=common-styles.css.map */
.tooltip .tooltip-inner {
    padding: 7px 10px 5px 10px;
    color: #222;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    z-index: 99999;
    font-weight: bold;
}

.tooltip .tooltip-arrow {
    border-right-color: #cccccc !important;
}
#DivAgreement .modal-content {
    border-radius: 0;
    padding: 15px;
}

.form-group.clearfix.Beware {
    font-size: 14px;
}
body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility;
    padding-bottom: 60px;
}
.basealign-height.mat-input {
    height: 69px;
    padding: 5px 5px 5px 0;
}
.doc-frame-container{
    width: 93%;
}
.cust-tab-overflow{
    height: calc(100vh - 100px);
    overflow-y: auto;
}
.cust-tab-overflow li a{
    text-align: left;
}
.code-value .country-code-Emergency + #CandidateInfo_CP_Emergency_Number_Code-error,
.code-value .country-code + #txt_Mobile_Code-error {
    position: absolute;
    left: -75px;
    bottom: -27px;
    white-space: nowrap;
    transform: translateY(0);
}
.mat-input.NumberOnly + #txt_Emergency-error {
    position: absolute;
    bottom: -19px;
    left: 14px;
}
.margin2{
    margin-top: 2px;
}
.confirmation-info-message {
    background-color: #fefce8;
    border: 1px solid #fef08a;
    padding: 1rem;
    border-radius: 0.375rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #bba364;
}
.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
}
.icon-h {
    height: 2.5rem;
}
.icon-w {
    width: 2.5rem;
}
.margin-top-5{
    margin-top: 5px;
}