@font-face {
    font-family: 'AllianzSans';
    src: url('../fonts/AllianzSans-Bold.eot');
    src: url('../fonts/AllianzSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzSans-Bold.woff2') format('woff2'), url('../fonts/AllianzSans-Bold.woff') format('woff'), url('../fonts/AllianzSans-Bold.ttf') format('truetype'), url('../fonts/AllianzSans-Bold.svg#AllianzSans-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AllianzSans';
    src: url('../fonts/AllianzSans-Regular.eot');
    src: url('../fonts/AllianzSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzSans-Regular.woff2') format('woff2'), url('../fonts/AllianzSans-Regular.woff') format('woff'), url('../fonts/AllianzSans-Regular.ttf') format('truetype'), url('../fonts/AllianzSans-Regular.svg#AllianzSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'AllianzSans', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    background: #f5fbff;
    position: relative;
    width: 100%;
    min-height: 475px;
    font-size: 15px;
    line-height: 1.4;
    color: #282828;
    -webkit-overflow-scrolling: touch;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 18px;
    margin: 0;
}

h2,
h3 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
}

a {
    color: #005596;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}

a:hover {
    color: #4786c9;
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.mainContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.template {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow-y: auto;
}

.templateContent {
    width: 100%;
    padding: 15px;
}

.templateInner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
}

.smallFont {
    font-size: 13px;
}

.colRight {
    width: 35%;
}

.navBar {
    background: #0071bb;
    padding: 15px;
}

.logo {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.logo img {
    max-height: 75px;
    display: block;
}

.boldFont {
    font-weight: 500;
}

.bigText {
    font-size: 20px;
    color: #005596;
}

.eachText {
    margin: 2px 0;
}

.formContainer,
.btnContainer {
    margin: 8px 0;
}

.btnContainer.noSpace {
    margin: 0;
}

.formContainer {
    margin: 24px 0;
}


/* .infoBox {
    padding: 10px 15px;
    margin: 15px 0 0 0;
    background-color: #eaf7ff;
}
.infoBox p {
    margin: 5px 0;
} */

.btnMarginTop {}

.button {
    font-family: 'AllianzSans', sans-serif;
    background: #f89c30;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
}

.button:before {
    content: '';
    z-index: -1;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50% !important;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1) !important;
    transform: scale3d(1, 2, 1);
    -webkit-transition: .5s all;
    -moz-transition: .5s all !important;
    transition: .5s all
}

.button:hover {
    border: 1px solid #f89c30;
    color: #f89c30;
}

.button:hover:before {
    -webkit-transform: scale3d(12, 12, 1);
    -moz-transform: scale3d(12, 12, 1) !important;
    transform: scale3d(12, 12, 1)
}

.button:first-child {
    margin-left: 0;
}

.btnContainer .button:last-child {
    margin-left: 0;
}

.buttonDarkBlu {
    background-color: #053c6d;
}

.buttonDarkBlu:hover {
    background-color: #ec6608;
}

.eachInputBox {
    width: 100%;
    margin: 8px 0;
}


/* .eachInputBox:last-child {
    margin: 0 0 0 0;
} */

.inputOuter {
    width: 100%;
    max-width: 425px;
    position: relative;
    margin: 30px 0;
}

.inputOuter:last-child {
    margin-bottom: 0;
}

.textArea {
    color: #000;
    height: 34px;
    width: 100%;
    font-family: 'AllianzSans', sans-serif;
    font-size: 15px;
    resize: none;
    text-align: left;
    outline: none;
    border: none;
    border-bottom: 1px solid #b4c4d3;
    background: none;
    padding: 0;
}

.textArea.errorTextarea {
    border-color: #f00000 !important;
}

.textArea.disabled {
    pointer-events: none;
    color: #7e7e7e;
}

input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
    -webkit-transform: translateY(-13px) scale(.85);
    transform: translateY(-18px) scale(.85);
    color: #005596;
}

.floating-label {
    position: absolute;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    pointer-events: none;
    left: 0px;
    top: 5px;
    transition: 0.2s ease all;
}

.errormessage {
    color: #f00;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    min-height: 16px;
}

.profileName {
    color: #ec6608;
    font-size: 18px;
    font-weight: 500;
}

.eachContact {}

.eachContact a {
    color: #0076c7;
    word-break: break-word;
}

.profileBox {
    text-align: center;
}

.profileHeader {
    text-align: center;
    margin: 0 0 15px 0;
}

.profileImg {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    color: #014579;
    background: #f8f6f6;
    border: 1px solid #ec6608;
}

.profileImg img {
    width: 100%;
    height: auto;
}

.profileStatus {
    width: 100%;
    margin: 5px 0 0 0;
}

.profileLabel {
    font-size: 12px;
}

.statusLabel {
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #808080;
}

.status {
    font-weight: 500;
}


/* YouTube Lightbox Popup start */

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 8000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#ws-lightbox-outer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 90%;
    max-width: 800px;
}

#ws-lightbox-outer iframe {
    overflow: hidden;
    padding: 0;
    height: 85vh;
}

.close-lb {
    position: absolute;
    top: -15px;
    right: -5px;
    background-image: url('/web2/whiteLabel/images/5690/images/close-x.png');
    background-image: url('../images/close-x.png');
    height: 27px;
    width: 27px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}


/* YouTube Lightbox Popup end */


/* Popup Box Section */

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 94%;
    max-width: 900px;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: #000;
}

a.close {
    line-height: 1;
    position: absolute;
    top: 9px;
    right: 25px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

a.close:hover {
    color: #ffffff;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.textBold {
    font-weight: 600;
}

.popupContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow-y: auto;
}

.popupHeading_Container {
    padding: 15px 25px;
    background-color: #0F68B0;
    font-size: 24px;
    color: #ffffff;
}

.popupForm_Container {
    padding: 15px 25px;
}

.popup-text {
    word-break: break-word;
}

.noDisplay {
    display: none;
}

.margin {
    margin: 0 0 30px 0;
}

.colorred {
    color: #FD1842;
}

.white-space {
    white-space: nowrap;
}

.tnc {
    text-align: center;
    margin-bottom: 15px;
}

ul.tncBullets {
    margin: 0;
    padding-left: 20px;
}

ul.tncBullets li {
    padding-left: 10px;
    margin-bottom: 4px;
}

.height {
    height: 100%;
}

.invalidURL {
    margin: 30px 0;
}

.content {
    margin: 30px 0 0 0;
}

@media screen and (max-width: 600px) {
    .profileBox {
        margin: 30px 0 0 0;
    }
    .navBar {
        margin: 0;
    }
    .btnMarginTop {
        margin: 10px 0 0 0;
    }
    .formContainer {
        flex-direction: column;
    }
}