@font-face {
    font-family: Cinzel;
    src: url("../fonts/Cinzel-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Gerbera';
    src: url("../fonts/Gerbera.woff2") format('woff2'), /* Super Modern Browsers */
    url("../fonts/Gerbera.woff") format('woff'), /* Pretty Modern Browsers */
    url("../fonts/Gerbera.ttf") format('truetype'), /* Safari, Android, iOS */
}

.amount {
    font-family: 'Cinzel', serif;
}

.hide-element {
    display: none;
}

.footerDestop {
    width: 100%;
    background-color: #d65027;
    color: black;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 14px;
    z-index: 3;
}

.footerMobile {
    width: 100%;
    background-color: #d65027;
    color: black;
    /*position: fixed;
    bottom: 0;*/
    left: 0;
    right: 0;
    padding-top: 14px;
    z-index: 3;
}

.borderShow {
    border: 1px solid grey;
}

.eppayment-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.eppayment-title {
    color: #2d4f74;
    font-size: 4em;
    font-family: 'Gerbera';
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.eppayment-description {
    color: #c0bfc0;
    font-weight: 500;
    font-size: 2em;
    text-align: center;
    margin-bottom: 25px;
}

.eppayment-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.epcashallowed {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100vh;
}

.epbtnpayment-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.eppayment-cash {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.epbtnpayment {
    text-align: center;
    border: solid 2px #e9eaef;
    border-radius: 45px;
    padding: 30px 30px;
    transition: 0.2S;
    display: flex;
    margin-bottom: 25px;
}

.payment-box-text {
    text-align: left;
    font-size: 2em;
    color: #808c9b;
    padding-left: 30px;
    transition: 0.2S;
}

.epbtnpayment:hover,
.epbtnpaymentActive{
    border-color: #ff792a;
    border-width: 4px;
    cursor: pointer;
}

.epbtnpayment:hover .payment-box-text,
.payment-box-text-active{
    color: #324f77;
}

.modal-body{
    padding: 0px;
}

.customHeight {
    height: 695px;
}

.img-style {
    margin: 0 auto;
}

.panel-title {
    color: white;
}

.panel-info {
    border-color: #d65027;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d65027;
    border: 0px;
}

.modal-footer {
    text-align: left;
}

.menu {}

.menu li {
    display: inline-block;
    padding: 5px;
    margin: 0 auto;
}

.menu li a {
    color: black;
    /* font-weight: 700; */
    cursor: pointer;
    font-size: 0.9em;
}

.well {
    background-color: rgba(255, 255, 255, 0.4)!important;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.3)!important;
}

.text-success {
    color: black!important;
}

.modal-title,
.lead {
    color: white!important;
}

.btn-info {
    background-color: white;
    color: #383838;
    border: 2px solid #383838;
    border-radius: 0px;
    font-weight: 700;
}

.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:focus {
    background-color: #d65027;
    border-color: #d65027;
}

.btn-link,
.btn-link:hover {
    color: #333333;
}

.modal-header {
    padding: 0px;
    border:none;
}

.btn-success {
    background-color: #d65027;
    border-color: #d65027;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:active:focus {
    background-color: #d65027;
    color: white;
    border: 2px solid #d65027;
    border-radius: 0px;
    font-weight: 700;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-radius: 0px;
    max-width: 300px;
    border: 0;
    box-shadow: none;
}

.form-control {
    border: 1px solid black;
    border-radius: 0px;
}

.form-control:focus,
.form-control {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

html,
body {
    height: 100%;
    font-family: 'Nunito', sans-serif;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* faster sliding speed */


/* .carousel-inner > .item {
-webkit-transition: 0.3s ease-in-out left;
-moz-transition: 0.3s ease-in-out left;
-o-transition: 0.3s ease-in-out left;
transition: 0.3s ease-in-out left;
} */

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.desktopVersion {
    background: #fff;
    width: auto;
    /*max-width: 600px;*/
}

.cash-main-container {
    color: grey;
    font-size: 1.15em;
    position: absolute;
    top: 140px;
    width: 38%;
    left: 30vw;
    font-weight: 700;
    background: white;
    padding: 30px;
    border-radius: 8px;
    padding-bottom: 70px;
    padding-top: 48px;
    box-shadow: 0px 0px 6px #c7c7c7;
}

.agent-map-link{
    color:#d65027;
    cursor: pointer;
}

.cash-outer-container{
    margin-bottom: 20px;
}

.voucher-container {
    padding: 35px;
    text-align: center;
}

.voucher-container span {
    font-size: 2em;
    font-family: 'Cinzel', serif;
    color: #d65027;
    padding: 33px;
}

.mobileVersion {
    background: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding a {
    margin-left: 10px;
    color: grey;
}

.linkBorder {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.login-btn {
    margin: 0 auto;
}

.login-btn,
.epc-btn {
    background: rgb(255,168,76); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,168,76,1) 0%, rgb(214, 80, 39) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,168,76,1) 0%,rgb(214, 80, 39) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,168,76,1) 0%,rgb(214, 80, 39) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=1 ); /* IE6-9 */
    height: 45px;
    color: white;
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
    border: none;
    font-weight: bold;
}

.epc-btn {
    line-height: 2.5em;
    width: 45%;
    margin-top: 0px !important;
    display: inline-block;
    background: rgb(214, 80, 39);
}

.login-btn:hover,
.epc-btn:hover {
    background: rgb(255,168,76); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=1 ); /* IE6-9 */
    color: white;
}

.login-btn:focus,
.epc-btn:focus {
    color: white;
}

.register-btn {
    background: grey;
    background: linear-gradient(to right, rgb(245, 245, 245) 0%,rgb(234, 234, 234) 100%);
    color: #de612e;
    padding: 10px;
    border: none;
}

.register-btn:hover,
.register-btn:focus,
.register-btn:active {
    color: #de612e;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    margin: 0 auto;
}

.walletpayment {
    text-align: right;
    margin-bottom: 20px
}

.emailAddressInput {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 16px;
}

.continueWalletBtn {
    color: grey;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main-container{
    display: flex;
    flex-direction:column;
}

svg{
    height: 150px;
}

.sk-cube-grid {
    position: fixed;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 100px);
    display: none;
}

    .sk-cube-grid .info-cube {
        color: white;
        text-align: center;
        font-size: 16px;
    }

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: white;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* keep full widget on smaller screens */

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1633px) {
    .walletpayment {
        text-align: center;
    }
    .continueWalletBtn {
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1370px) {
    .cash-main-container {
        top: 110px;
        width: 45%;
    }
}

@media screen and (max-width: 1200px) {
    .cash-main-container {
        top: 95px;
        width: 52%;
        left: 28vw;
    }
}


@media screen and (max-width: 850px) {
    body {
        background: #ffffff!important;
    }
    .cash-main-container {
        top: 0px;
        width: 100%;
        left: 0vw;
        box-shadow: none;
    }
    .svgContainer {
        display: none;
    }
    .emailAddressInput {
        width: 80%;
    }
    .eppayment-options{
        justify-content: center;
    }
    .eppayment-title{
        font-size: 2.5em;
    }
    svg{
        height: 100px;
    }
    .epcashallowed{
        height: auto;
    }
}