﻿

@font-face {
    font-family: 'Hind Siliguri';
    font-weight: 400;
    src: url(../assets/fonts/HindSiliguri-Regular.ttf);
}

@font-face {
    font-family: 'Hind Siliguri';
    font-weight: 500;
    src: url(../assets/fonts/HindSiliguri-Medium.ttf);
}

@font-face {
    font-family: 'Hind Siliguri';
    font-weight: 600;
    src: url(../assets/fonts/HindSiliguri-SemiBold.ttf);
}

@font-face {
    font-family: 'Hind Siliguri';
    font-weight: 700;
    src: url(../assets/fonts/HindSiliguri-Bold.ttf);
}

body, h1, h2, h3, h4, h5, h6 {
    color: #4A4A4A !important;
    letter-spacing: 0.1px;
    font-family: 'Hind Siliguri' !important;
    user-select: text;
}


.content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}

.app-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    min-height: 100%;
    background-color: #402EA1;
}

.app-loader img {
    width: 40px;
}

.app-loader .loader-msg {
    display: none;
    color: white;
    margin-top: 60px;
}

.payment-made {
    background: #3F35A3;
    color: white;
    width: 50%;
    display: none;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0 grey;
    text-align: center;
    margin: 15% 0 0 25%;
    display: none;
}

.payment-made h2 {
    color: white !important;
}

.payment-due {
    background: #3F35A3;
    color: white;
    width: 50%;
    display: none;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0 grey;
    text-align: center;
    margin: 15% 0 0 25%;
    display: none;
}

.payment-due h2 {
    color: white !important;
}

.payment-filled {
    background: #3F35A3;
    color: white;
    width: 50%;
    display: none;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0 grey;
    text-align: center;
    margin: 15% 0 0 25%;
    display: none;
}

.payment-filled h2 {
    color: white !important;
}

.err-pay {
    background: #3F35A3;
    color: white;
    width: 50%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0 grey;
    text-align: center;
    margin: 15% 0 0 25%;
    display: none;
}

.err-pay h2 {
    color: white !important;
}


.form-pay {
    border-radius: 15px;
    box-shadow: 0px 0px 7px 1px #cecece;
    padding: 35px 20px;
    width: 30%;
    margin: 5% auto;
    display: none;
}

.inputText {
    width: 95%;
    border: 1px;
    border-left: 2px solid #cecece;
    padding: 15px 8px;
    background: #F0F1F5;
    border-radius: 0 5px 5px 0;
    margin: 5px 0;
}

.btn-continuar {
    margin-left: 10%;
    padding: 10px;
    width: 80%;
    background: #5458F9;
    color: white;
    border-radius: 5px;
    border: 0;
    margin-top: 15px;
}

label.error {
    color: white;
    background-color: #E66980;
    padding: 1px 14px;
    border-radius: 5px;
    font-size: 11px;
}


.header {
    text-align: center;
    margin: 25px 0;
}

.header img {
    width: 150px;
}

.descripcion {
    font-size: 15px;
    margin-bottom: 5px;
}


@media (max-width: 480px) {
  .form-pay {
    width: 80%;
  }
}