
.customer_logintopRight .button:hover, .change_passwordtopRight .button:hover, .voucher_activationtopRight .button:hover,
.password_resettopRight .button:hover, .gform_page_footer .gform_button:hover, .gform_previous_button:hover, .gform_button .button {
    background-color: #353535 !important;
}

.gform_confirmation_wrapper {
    width: 100% !important;
}

.novatti-forms-terms {
    height: 200px;
    overflow: auto !important;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 10px;
}

input[type='password'] {
    width: 100% !important;
}

.gform_previous_button {
    display: inline-block;
    color: #ffffff !important;
    font-weight: 500;
    text-transform: uppercase;
}

.gform_cancel_button {
    padding: 10px 19px 10px 19px !important;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #A71F2A !important;
    border-width: 0px;
    border-radius: 0px !important;
}

.gform_cancel_button:hover {
    background-color: #353535 !important;
}

#registerBtn, #loginBtn, #customerLogout{
    padding: 10px 19px 10px 19px !important;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #A71F2A !important;
    border-width: 0px;
    width: fit-content;
    cursor: pointer;
    display: flex;
}

@media only screen and (max-width: 641px) {
    #registerBtn, #loginBtn, #changePasswordBtn {
        padding: 11px 19px 12px 19px !important;
        margin-left: 5px;
        line-height: 2;
        min-height: 2rem;
    }

    .gf_left_third {
        width: auto !important;
    }

    #gotoLoginBtn, #sendCodeBtn, .gform_next_button, #gotoHomeBtn {
        width: 100% !important;
    }

    .passportNo, .licenseNo, .otp {
        align-items: center !important;
    }

    .photo {
        align-items: baseline !important;
    }

    .gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: unset !important;
    }

}

#registerBtn:hover, #loginBtn:hover, #customerLogout:hover, #changePasswordBtn:hover, .gform_footer.top_label input[type="submit"]:hover, .gform_next_button, .gform_previous_button {
    background-color: #353535 !important;
    text-decoration: none;
}

.custom-input-file {
    display: none !important;
}

.avatar {
    cursor: pointer;
}

.avatar-container p {
    display: none;
}

.avatar-container:hover p {
    display: block;
}

.profile-header .gform_footer {
    display: none;
}

.profile-header {
    background-image: url('../images/background.jpg');
    background-size: cover;
}

input::-webkit-input-placeholder {
    color: #666666;
}

input::-moz-placeholder {
    color: #666666;
}

input:-ms-input-placeholder {
    color: #666666;
}

input:-moz-placeholder {
    color: #666666;
}

.gfield_description.validation_message {
    display: block !important;
    color: #A71F2A !important;
    font-size: 16px;
}

/*start css for personalDetail form fields*/
.gform_wrapper form ul.gform_fields:not(.top_label) li.eraseLeftMargin {
    margin-left: 0px !important;
    margin-top: 16px !important;
    width: 100% !important;
}

.gfield_label {
    margin-right: 5px;
    color: #000000;
    font-size: 14px !important;
    font-family: Poppins;
}

.gform_wrapper ul.gform_fields:not(.top_label) li.eraseLeftMargin div.fieldHeightEditPage {
    height: 38px !important;
}

.gform_wrapper ul.gform_fields:not(.top_label) li.eraseLeftMargin span.gf-tooltip-load {
    display: none;
}

.gform_wrapper li.eraseLeftMargin table.pictureContainer {
    width: 70% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.gform_wrapper form ul.gform_fields:not(.top_label) li.personalDetailsFormFields {
    margin-left: 0% !important;
    width: 100%;
}

.gform_wrapper img.documentImg {
    height: 200px !important;
    width: 200px !important;
}

/*end css for personalDetail form fields*/

/*start image hover*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'feathericons';
    src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
    src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
    url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
    url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
    url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}


a {
    outline: none;
    color: #3498db;
    text-decoration: none;
}

a:hover, a:focus {
    color: #528cb3;
}

section {
    padding: 1em;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 1%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/
/***** Hover *****/
/*---------------*/

figure.effect-hover figcaption {
    top: auto;
    bottom: 0;
    padding: 0.25em;
    height: 2em;
    background: #2f3238;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-hover h2 {
    float: left;
}

figure.effect-hover p.icon-links a {
    float: right;
    color: #fff;
    font-size: 1.2em;
}

figure.effect-hover:hover p.icon-links a:hover,
figure.effect-hover:hover p.icon-links a:focus {
    color: #fff;
}

figure.effect-hover p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-hover h2,
figure.effect-hover p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-hover p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-hover h2 {
    display: inline-block;
}

figure.effect-hover:hover p.description {
    opacity: 1;
}

figure.effect-hover:hover figcaption,
figure.effect-hover:hover h2,
figure.effect-hover:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-hover:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-hover:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-hover:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-hover:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
    }
}

/*end image hover*/
.hidden-upload {
    display: none !important;
}

/*table */
table.dataTable thead {
    background-color: #A71F2A;
    color: #FFFFFF;
}

table.dataTable th {
    vertical-align: middle;
    font-size: 14px;
}

table.dataTable td {
    font-size: 14px;
}

table.dataTable {
    padding-top: 10px;
}

/*end table  */

/*error message upload image*/
.error-file {
    margin-left: 5px !important;
    padding-top: 10px !important;
}

.validation_message.error-file {
    margin-left: 3px !important;
    text-align: left !important;
}

/*end error message upload image*/
.voucher-error {
    background-color: #eeeeee;
    margin-bottom: -16px;
    margin-top: 16px;
}

.activate-another-btn {
    width: 270px;
    text-align: center;
    height: 36px;
    vertical-align: middle;
    padding-top: 7px !important;
}

@media screen and (max-width: 768px) {
    .activate-another-btn {
        font-size: unset;
        width: 170px;
    }
}

.countryCode {
    display: none !important;
}

.delMsg {
    white-space: nowrap !important;
}

.licenseUploaded {
    display: none !important;
}

.passportUploaded {
    display: none !important;
}

.identification_cross_mark {
    color: #A71F2A;
    font-weight: bold
}

.identification_check_mark {
    color: #1a8017 !important;
    padding-right: 10px !important;
    font-weight: bold
}

.gform_previous_button .button {
    display: inline-block;
    background-color: #5d5d5d !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px !important;
    margin-left: 6px !important;
}

.ui-datepicker-month, .ui-datepicker-year {
    display: inline-block !important;
    margin-bottom: 1px !important;
    padding: 1px 1px !important;
    background-color: white;
    font-size: small !important;
    width: 130px;
}

#gotoHomeBtn:hover {
    background-color: #353535 !important;
}

#cancelConfirmationBtn, #activate-another-btn:hover {
    background-color: #353535 !important;
}

.gform_next_button:hover {
    background-color: #353535 !important;
    text-decoration: unset !important;
}

#customerLogout img {
    width: 15px;
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #ededed 0, #dedede 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede)) !important;
    background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%) !important;
    background: -o-linear-gradient(top, #ededed 0, #dedede 100%) !important;
    background: -ms-linear-gradient(top, #ededed 0, #dedede 100%) !important;
    background: linear-gradient(to bottom, #ededed 0, #dedede 100%) !important;
    -webkit-box-shadow: inset 1px 1px 0 0 rgb(250 250 250 / 50%) !important;
    -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5) !important;
    box-shadow: inset 1px 1px 0 0 rgb(250 250 250 / 50%) !important;
}

.gform_confirmation_wrapper {
    background-color: #fff !important;
    color: #2882ce;
    border: 1px solid;
    border-radius: 0.5em;
    margin-right: 30px;
    padding: 15px 10px 15px 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.textarea {
    border-style: solid;
}

#mc-form input[type=text], #mc-form select,
form[id^="gform_"] li.eraseLeftMargin .ginput_container input[type=text], form[id^="gform_"] li.eraseLeftMargin .ginput_container select {
    width: 70% !important;
}

.dataTable, .dataTables_scrollHeadInner, .dataTables_scrollBody {
    width: 100% !important;
}

a.ult_a:after {
    border-width: unset;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: unset;
}

.gfield.gfield_error.gf_right_half.mobileNumber.field_sublabel_below.field_description_below.gfield_visibility_visible div {
    margin-top: unset !important;
}

.medium.gfield_select, .large.gfield_select {
    background-color: white;
}

.password_reset {
    text-align: center !important;
}

#gform_wrapper_6 .gform_footer, #gform_wrapper_9 .gform_footer {
    visibility: hidden;
    position: absolute;
    left: -100vw;
}

.personal_detail_footer, .gform_footer.top_label, .gform_next_button {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 10px !important;
    justify-content: center;
}

.gfield-choice-input {
    margin-top: unset !important;
}

.gform_wrapper br {
    display: none;
}

.gform_next_button, .gform_footer.top_label input[type="submit"], .gform_previous_button, .gform_button, #sendcodeBtn, #cancelConfirmationBtn, #gotoLoginBtn, #activate-another-btn, #gotoHomeBtn  {
    padding: 10px 19px 10px 19px !important;
    text-decoration: unset !important;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #A71F2A !important;
    border-width: 0px;
    width: fit-content;
    cursor: pointer;
    display: flex;
    width: unset !important;
    font-size: 14px !important;
    font-family: Poppins !important;
    margin: 10px 10px 0px 0px !important;
}

.gform_page_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.gform_ajax_spinner {
    width: 30px;
}

.gfield.gfield_html.eraseLeftMargin.gfield_html_formatted.gfield_no_follows_desc {
    margin-left: 0px !important;
}

/*form input*/
.ginput_container {
    font-family: Poppins;
}

.ginput_container input {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap;
    background-color: #ffffff;
}

/*date*/
.ginput_container_date {
    display: flex;
    align-items: center;
}

/*file upload*/
.ginput_container_fileupload {
    display: flex;
    flex-direction: column;
    font-size: 14px;

}

.ginput_container_fileupload input{
    background: #fff none repeat scroll 0 0;
    padding: 11px 19px 12px;
    border: medium none;
    color: #282828;
    box-shadow: none;
}

.ginput_container_fileupload {
    color: #282828;
}

.ginput_container_text input{
    font-size: 14px;
    color: #000000 !important;
}

.ginput_container_select select {
    height: 50px;
    color: #000000;
    border-width: 1px;
    border-color: #d6d6d6;
    border-style: solid;
    border-radius: 1px;
}