* { 
	box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}
html, body {
	min-height: 100%;
	color: #000;
}


html.isActiveFeedbackModal, html.isActiveFeedbackModal body {
    overflow-y: hidden;
}
body {
	margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #121212;
    background: /*#121212*/;
    touch-action: pan-x pan-y;
    position: relative;
    overflow-x: hidden;
}
body.loading-enabled{
    overflow: hidden;
}
body, ul, ol, dl {
	margin: 0;
}
article, aside, audio, 
footer, header, nav, section, video {
    display: block; 
}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
.btn{
    color: #000;;
}
p { 
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
    margin: 0;
} 	
.btn-fetchpay.alt {
    background: #BE0358;
    color: #fff;
}
textarea { 
	resize: vertical;
}

table { border-collapse: collapse; }
td {
	padding: .5rem;
}
img { 
	border: none;
	max-width: 100%;
}
input[type="submit"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner {
    border : 0px;
}
	
input[type="search"] { 
	-webkit-appearance: textfield;
} 
input[type="submit"] { 
	-webkit-appearance:none;
}
input {
    border-radius: 0;
    outline: none;
}

input[type="search"] {
    -webkit-appearance: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

html.landing {
    background-color: #fff;
}


html.landing{
    background-image: url(assets/images/bg_image.jpg);
    background-size: cover;
    background-position: center;
}

html.landing body, html.landing .container{
    background: transparent;
}
body {
    background-image: url(assets/images/bg_leaves_light.svg);
    background-color: #f2f2f2;
}
.btn-fetchpay {
    border-radius: 70px;
    border: 0px;
    background: #fff;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.container {

    width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
@keyframes loading-inner {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
  }
  .loading-inner div {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 12px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .loading-inner div {
    animation: loading-inner 1s linear infinite;
    top: 100px;
    left: 100px
  }
  .loadingInner {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background:transparent;
  }
  .loading-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
  }
  .loading-inner div { box-sizing: content-box; }
  .loading-modal {
    flex-direction: column;
    align-content: center;
    position: fixed;
    height: 100vh;
    background-color: #0c193bd9;
    width: 100%;
    z-index: 7;
    justify-content: center;
    align-items: center;
    top: 0;
}
.loading-disabled .loading-modal{
    display: none;
}

.loading-enabled .loading-modal{
    display: flex;
}


.loading-modal p {
    text-align: center;
    color: #F79E1B;
    font-family: "Payflair Display";
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.5;
}
.header {
    text-align: center;
}


.company-logo {
    margin-top: 50px;
    max-width: 320px;
}

.header-buttons {
    padding: 0 35px;
    margin-top: 10px;
    margin-bottom: 0;   
}

.header-buttons a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    background: #ffad01;
    border-radius: 76px;
    padding: 25px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #FFF;
    border: 5px solid #ffffff;
    font-style: normal;

}


.header-logo {
    margin-top: 30px;
    width: 170px;
}

.footer {
    text-align: center;
    margin-top: 30px;
}


.footer img {
    height: 20px;
    margin-bottom: 25px;
    margin-top: 20px;
}
@media screen and (max-width: 499px) {
    .container{
        width:100%
    }
}



#pdf-viewer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
canvas.pdf-page-canvas {
    width: 100% !important;
}