﻿:root {
    /*Buttons*/
    --primary-button-color: #FFDE12;
    --secondary-button-color: #FFF;
    /*If button is single colour, set primary and secondary as same*/
    --btn-border-color: var(--primary-button-color);
    /*Header*/
    --header-background-color: #009C6F;
    /*Footer*/
    --footer-background-color: #eee;
    --footer-text-color: #212529bf;
    /*Background*/
    --background-color: #fff;
    /*Search section*/
    --card-icon-color: #009c6f;
    /*Card details section*/
    --heading-background-color: #21252908;
    --card-body-background-color: #fff;
    --card-body-text-color: #212529;
    --border-color: #0000002d;
    /*General text*/
    --general-text-color: #1e1e1e;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/Assets/Fonts/Montserrat-VariableFont_wght.ttf');
}
header {
    background-color: var(--header-background-color);
}

footer {
    background-color: var(--footer-background-color);
}

    footer p {
        color: var(--footer-text-color);
    }

.card-number.card-header {
    background-color: var(--heading-background-color);
}

span#CardNumber {
    color: var(--general-text-color) !important;
    font-family: 'Montserrat';
    font-weight: 600;
}
/* 
.card-body {
    background-color: var(--card-body-background-color);
} */

.card-body * {
    color: var(--card-body-text-color);
    font-family: 'Montserrat';
    font-size: 20px;
}

.card-box {
    border-color: var(--border-color);
}

.card-icon {
    width: 54px;
    height: auto;
    fill: var(--card-icon-color);
}

.hide {
    display: none !important;
}

* {
    color: var(--general-text-color);
}

.form-container {
    max-width: 600px;
}

.vertical-separator {
    padding: 8px 0;
}

.btn.btn-primary, .swal2-confirm.swal2-styled {
    background:  var(--primary-button-color) ;
    border: 2px solid var(--btn-border-color);
    border-radius: 50px;
    /* height: 50px; */
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    color: #009C6F;
   transition: all .3s ease-in-out
}
.btn.btn-primary:hover, .swal2-confirm.swal2-styled:hover{
    background: var(--secondary-button-color);
    background-image: none !important;
}

.card-number {
    text-transform: uppercase;
}

.card-stats .card-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    padding: 8px;
    text-align: center;
}

.card-stats {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

span.font-weight-bold {
    font-weight: 600;
}

.card-body {
    padding: 6px;
}

h5 {
    margin-bottom: 0 !important;
}

footer {
    background-color: var(--footer-background-color);
}

.container.web-container {
    min-height: 400px;
}

@media (min-width: 768px) {
    .container.web-container {
        min-height: 600px;
        max-width: 600px;
    }
}
.header-logo{
    border-bottom: 0 !important
}
.header-logo img{
    width: 236px ;
}

@media (max-width: 768px) {
    .header-logo img{
    width: 150px ;
}
}
/* footer styles */

footer{
    background: #009C6F;
  padding:30px 180px;
}

.hblLogo img {
width: 200px;
height: auto;
}

.footerTopimg img {
width: 100%;
position: relative;
top: 1px;
}


.iaapaLogo img {
/* max-width: 125px; */
width: 125px;
height: auto;
}

.iaapaLogo {
    margin-top: 30px;
}

.footerRow2>p{
    margin-bottom:0 ;
    margin-top: 40px;
}

.social,
.footercol3 ul,
.footercol2 ul{
list-style: none;
padding-left: 0;
}


.footercol2 a{
text-decoration: none;
color: #fff;
font-family: 'Montserrat';
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.footerRow2{
text-align: center;
}

.footerRow2 p,
.footercol4 p,
.footercol4 p strong,
.footercol4 a,
.footercol3 ul a{
text-decoration: none;
color: #fff;
font-family: 'Montserrat';
font-size: 20px;
font-weight: 300;
}
.footercol4 p strong{
    font-weight: bold;
}
.social img {
height: 1.1rem;
/* width: 25px; */
filter: brightness(0) saturate(100%) invert(49%) sepia(98%) saturate(511%) hue-rotate(135deg) brightness(85%) contrast(90%);
width: 20px;
position: relative;
top: -1px;
}
.footerRow1 {
display: flex;
/* justify-content: space-around; */
}

ul.social {
display: flex;
gap: 20px;
}

ul.social>li {
background: #fcdd1a;
border-radius: 50px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}

@media (min-width: 992px){
.footercol1,.footercol3,.footercol4{
width: 25%;
}
.footercol2{
width: 16.667%;
margin-left: 8.33333%;
}
.footercol1 {
border-right: 1px solid #FFDE12;
}
}

@media (max-width: 991px){
.footerRow1 {
flex-direction: column;
}
}


@media (max-width: 1700px){
    .footerRow2 p, .footercol4 p, .footercol4 p strong, .footercol4 a, .footercol3 ul a, .footercol2 a{
        font-size: 16px;
    }
}

@media (max-width: 991px){
    footer{
        padding: 30px 80px;
    }
    .footerRow2 p{
        text-align: left;
        padding-left:12px ;
    }
    .iaapaLogo {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .footercol3 ul,  .footercol2 ul{
        margin-bottom: 30px;
    }
    .footerTopimg img{
        height: 46px;
    }
    .card-body * {
        font-size: 14px;
    }
}

@media (max-width: 768px){
    footer{
        padding: 30px;
    }
    .form-container h5{
        font-size: 22px !important;
    }
}

.form-container h5{
    font-size: 2.48832rem;
    color: #009c6f;
    font-weight: 800 !important;
    font-family:"Montserrat" ;
}

.form-control{
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #0018361a !important;
}