
@font-face {
   font-family: averia-light;
   src: url(../fonts/Averia-Light.ttf);
}

@font-face {
   font-family: averia-italic;
   src: url(../fonts/Averia-Italic.ttf);
}

@font-face {
   font-family: quickpen;
   src: url(../fonts/_Quickpen.otf);
}

.quickpen{ font-family: quickpen}
.averia{ font-family: averia-light}

body {
    min-width: 348px!important;
    overflow-x: hidden;
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: repeat; /* Do not repeat the image */
  background-size: cover;
}

footer{
  background-position: top;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

input.form-control{
    border-top: 3px solid gray!important;
    border-left: 3px solid gray!important;
    border-bottom: 3px solid gray!important;
    border-right: 0px solid transparent!important;
    border-bottom-left-radius:10px!important;
    border-top-left-radius: 10px!important;
    border-bottom-right-radius:0px!important;
    border-top-right-radius:0px!important;
    background: #faebd794;
}

.input-group-text{
    border-top: 3px solid gray!important;
    border-left: 0px solid transparent!important;
    border-bottom: 3px solid gray!important;
    border-right: 3px solid gray!important;
    border-bottom-right-radius:10px!important;
    border-top-right-radius: 10px!important;
    border-bottom-left-radius:0px!important;
    border-top-left-radius:0px!important;
    background: #faebd794!important;
}

textarea.form-control{
    border: 3px solid gray!important;
    border-radius:10px!important;
    background: #faebd794;
}
button{border-radius:10px!important}

.loader > img {
    position: fixed;
    width: 250px;
    top: calc(50vh - 125px);
    left: calc(50vw - 125px);
}

.loader{position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.3);}

.blink_me {animation: blinker 2s linear infinite;}
@keyframes blinker {50% { opacity: 0.2}}

.cc-color-override--546657846.cc-window {
    padding: 3em;
    font-family: "Poppins", Arial, sans-serif!important;
    color: #FFF!important;
    background-color: rgba(0, 0, 0, 0.86)!important;
    text-transform: uppercase;
    font-size: 0.8em;
}

.cc-link {
    color: #17a2b8 !important;
}

.cc-btn {
    border: 3px solid #1089ff!important;
    background-color: transparent!important;
    color: #1089ff!important;
    cursor: pointer;
    -webkit-box-shadow: 0px 24px 36px -11px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgb(0 0 0 / 9%);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 1.3em;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}