@font-face {
    font-family: 'Lato';
    src: url('/web2/onPremise/fonts/LatoRegular.woff') format('woff'), url('/web2/onPremise/fonts/LatoRegular.woff2') format('woff2'), url('/web2/onPremise/fonts/LatoRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/web2/onPremise/fonts/LatoBold.woff') format('woff'), url('/web2/onPremise/fonts/LatoBold.woff2') format('woff2'), url('/web2/onPremise/fonts/LatoBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 475px;
    font-size: 16px;
    line-height: 18px;
    color: #5e5e5e;
    -webkit-overflow-scrolling: touch;
}
* {
    box-sizing: border-box;
}

/* 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;
    border-radius: 7px;
}
.close-lb {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.close-lb:after,
.close-lb:before {
    position: absolute;
    left: 11px;
    top: 5px;
    content: "";
    height: 14px;
    width: 2px;
    background-color: #494949
}
.close-lb:before {
    transform: rotate(45deg)
}
.close-lb:after {
    transform: rotate(-45deg)
}

/* 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;
}
.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;
    line-height: 22px;
}
.popup-text {
    word-break: break-word;
}

/*---------------------------Common---------------------------*/

h1 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #000;
}
h2,
h3 {
    font-size: 16px;
    line-height: 22px;
    color: #5e5e5e;
    margin: 0;
    font-weight: normal;
}
a {
    color: #005dac;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}
a:hover {
    color: #0e75cf;
    transition: all 0.3s ease 0s;
}
img {
    max-width: 100%;
}
p {
    margin: 5px 0;
}
.textCenter {
    text-align: center;
}
.ellipsisOwb {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/*---------------------------Header---------------------------*/

.mainContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.header {
    padding: 24px 0px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    position: relative;
    /*z-index: 999;*/
}
.headerInner {
    width: 100%;
    max-width: 700px;
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.logo {
    /* margin: 0 16px 0 0; */
}
.logo img {
    max-width: 290px;
    width: 100%;
    max-height: 56px;
    display: block;
}

/*---------------------------Middle---------------------------*/

.templateContentOuter {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.templateContent {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    max-width: 700px;
    padding: 16px;
    margin: 0 auto 0 auto;
}
.eachText {
    margin: 0 0 10px 0;
}
.inputContainer {
    margin: 16px 0;
}
.smallFont {
    font-size: 12px;
    line-height: 17px;
}
.dispFlex {
    display: flex;
}
.eachInputBox {
    max-width: 335px;
    width: 100%;
    margin: 0 0 16px 0;
}
.btnContainer {}
.eachInputBox .eachTextarea {
    height: 30px;
    padding: 3px 10px;
    margin: 0;
    resize: none;
    width: 100%;
    text-align: left;
    outline: none;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}
.eachInputBox .eachTextarea:hover,
.eachInputBox .eachTextarea:focus {
    border: 1px solid #32b460;
}
.eachInputBox .eachTextarea.disabled {
    pointer-events: none;
    color: #7e7e7e;
}
.button {
    display: inline-block;
    vertical-align: text-bottom;
    border: none;
    border-radius: 3px;
    text-align: center;
    padding: 0 16px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1;
    height: 30px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: content-box;
    -moz-osx-font-smoothing: grayscale;
    /* margin: 0 10px 5px 0; */
    outline: none;
}
.button:first-child {
    margin-left: 0;
}
.button:last-child {
    margin-right: 0;
}
.buttonBlue {
    background-color: #005dac;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}
.buttonBlue:hover,
.buttonBlue:focus {
    background-color: #0e75cf;
    transition: all 0.3s ease 0s;
}
.errormessage {
    color: #f00;
    font-size: 14px;
    line-height: 18px;
    /*min-height: 18px;*/
}
.separator {
    padding: 0 8px;
}
.mandatory {
    color: #FD1842;
}
.noDisplay {
    display: none;
}
.invalidURL {
    margin: 30px 0;
}


.tnc-subHead {
    font-weight: 700;
    margin-bottom: 15px;
}

.tnc-header {
    font-weight: 700;
    margin: 5px 0;
}

.tnc {
    margin-bottom: 16px;
    font-size: 18px;
}

ul.tncBullets {
    margin: 0;
    padding-left: 20px;
}

ul.tncBullets li {
    padding-left: 10px;
    margin-bottom: 4px;
}

ol {
    margin: 0px;
    padding: 0px 0 0 14px;
}

ol li {
    word-wrap: break-word;
    padding: 0 0 10px 10px;
}

ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

ul li {
    padding-left: 0;
}


/*---------------------------Footer---------------------------*/

.footerNote {
    font-size: 12px;
    line-height: 16px;
}
@media screen and (max-width: 767px) {
    .profileImgContainer {
        width: 48px;
    }
    .profile-icon {
        width: 48px;
        height: 48px;
        margin: 0;
        font-size: 18px;
        line-height: 48px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    }
    .eachInputBox {
        margin: 0 0 10px 0;
    }
    .dispFlex {
        flex-direction: column;
    }
    .separator {
        display: none;
    }
}