/*      Validate Payment Page      */
.payContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 5px 20px;
}

.payData {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 2%;
    margin-left: 1%;
}
/***********************************/

.hidden {
    display: none !important;
}

.total-label {
    font-weight: bold;
    margin-left: 1%;
    margin-right: 1%;
    text-decoration: underline black !important;
}

/* Media queries */
@media (max-width: 1155px) {
    .table-img {
        width: 30% !important;
        height: 30% !important;
    }
}

@media (max-width: 880px) {
    .table-img {
        width: 35% !important;
        height: 35% !important;
    }
}

@media (max-width: 780px) {
    .table-img {
        width: 40% !important;
        height: 40% !important;
    }
}

@media (max-width: 645px) {
    .table-img {
        width: 50% !important;
        height: 50% !important;
    }

    .total-label {
        font-weight: bold;
        margin-left: 1%;
        margin-right: 1%;
        text-decoration: underline black !important;
        padding: 5%;
     }
}

@media (min-width: 640px) {
   .wizard-body .wizard-wrapper .wizard-content .wizard-card {
     width: 85% !important;
     min-height: 90% !important;
     height: auto !important;
   }
   .wizard-content {
       display: flex !important;
       justify-content: center !important;
       align-items: center !important;
       padding: 10px !important;
   }

   .search-button {
        width: 17%;
   }

   .searchDiv {
        height: 10% !important;
        margin-bottom: -2.1% !important;
   }

 }

.wizard-topbar {
    background-color: #F4F4F4 !important;
}

.pages-body .topbar {
    background-color: #F4F4F4 !important;
}

body {
    font-family: 'Nunito Sans', sans-serif !important;
}

/* Dashboard Page */
.pages-body.error-page {
    background: url("/portal/javax.faces.resource/images/auth/FONDO.png.xhtml?ln=demo") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: sticky !important;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.active-content {
    max-height: calc(100% - 150px) !important;
}
.wizard-card-content {
}

.register {
}

.wizard-content {
  background: url("/portal/javax.faces.resource/images/auth/FONDO.png.xhtml?ln=demo") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: sticky !important;
}

.wizard-body .wizard-wrapper .wizard-content {
    min-height: 700px !important;
}

.wizard-body .wizard-wrapper {
  background: url("/portal/javax.faces.resource/images/auth/FONDO.png.xhtml?ln=demo") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: sticky !important;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header {
  background-color: #1746FF !important;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab {
  background-color: #1746FF !important;
}

body .ui-button {
 background-color: #1746FF !important;
}

.customInfoTable {
    align-content: center !important;
    max-width: max-content !important;
}

body .ui-widget {
    max-width: -webkit-fill-available;
}

.customTittle {
    border-style: none !important;
    border-color: white !important;
    font-weight: bold !important;
    text-decoration: underline black !important;
    text-align: right !important;
    margin-right: 3px !important;
}

.table-img {
    width: 25%;
    height: 25%;
    margin: 0 auto !important;
    display: block !important;
    cursor: pointer !important;
}

.wizard-body .wizard-wrapper .wizard-topbar{
    flex-basis: 90px !important;
}

.register {
    padding: 15px !important;
}

body .ui-button, body .ui-button.ui-linkbutton {
     min-width: 100px !important;
}

.CustomConfirmFee {
    align-content: center !important;
    text-align: center;
}