@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: url(../img/bg-banner.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
}

.short-dash2-jlt-blue-5px {
    display: block;
    width: 50px;
    height: 5px;
    background-color: #0B568D
}

#categoryOfMonth .h2.mb-3 {
    margin-bottom: 30px !important
}

#jltCardsContainer.lazy-pre-load-active {
    max-height: 187px;
    overflow-y: hidden;
    justify-content: center
}

.jlt-cards-container {
    display: flex;
    flex-wrap: wrap;
    padding-right: -10px
}

.jlt-cards-container .jlt-card {
    margin-right: 10px;
    min-width: 130px;
    flex: 1 1 15%;
    border: 1px solid #a9c8db;
    max-width: 15.8%;
    margin-bottom: 30px;
    background-color: #fff
}

.jlt-cards-container .jlt-card .jlt-card-img-holder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 0.25rem
}

.jlt-cards-container .jlt-card.lazy-contents .jlt-card-img-holder, .jlt-cards-container .jlt-card .jlt-card-img-holder.lazyColor {
    height: 114px
}

.jlt-cards-container .jlt-card .jlt-card-img-holder {
    width: 100%;
    /*height: 114px;*/
    display: flex;
    justify-content: center
}

.jlt-cards-container .jlt-card .jlt-card-body {
    border-radius: 0 0 6px 6px;
    padding: 10px 5px;
    border-top: 1px solid #cdcdcd
}

.jlt-cards-container .jlt-card .jlt-card-body .title {
    font-size: 14px !important;
    color: #504c4b;
    margin-bottom: 0 !important;
    text-align: center;
    font-weight: 400 !important;
}

.jlt-cards-container .jlt-card .jlt-card-body .btn-check-card {
    padding: 8px 0;
    width: 100%;
    margin-top: 8px
}

#templateModalImageContainer {
    display: flex;
    /*justify-content: end;*/
    justify-content: center;
    background-color: rgba(229, 229, 229, 0.8);
    border-radius: 22px 22px 0 0
}

#templateModalImageContainer > img {
    width: 200px;
    height: auto;
    max-width: 100%
}

#templateModalDataContainer {
    /*margin-top: -28px;*/
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000 !important;
    z-index: 1;
    position: relative;
    border-radius: 0 0 22px 22px
}

#templateModalDataContainer > nav .text-truncate {
    max-width: 150px;
    color: #000
}

#templateModalTotal {
    font-weight: 500 !important;
    line-height: 10px
}

#templateModalDesc {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 16px
}

#templateModalImage.lazyColor {
    height: 150px;
    width: 150px
}

.template-modal-item-img {
    max-height: 50px
}

.template-modal-item-img.lazyColor {
    width: 50px
}

/*UDITHA css start*/
.bg-blue-1 {
    background-color: #1779BA;
}

.bg-blue-2 {
    background-color: #186094;
}

.bg-blue-3 {
    background-color: #0B568D;
}

.bg-grey-1 {
    background-color: #504C4B;
}

.bg-grey-2 {
    background-color: #4A4A4A;
}

.text-blue-1 {
    color: #1779BA;
}

.text-blue-2 {
    color: #186094;
}

.text-blue-3 {
    color: #0B568D;
}

.text-grey-1 {
    color: #504C4B;
}

.text-grey-2 {
    color: #4A4A4A;
}

.btn-outline-blue-1 {
    border: #1779BA solid 3px;
    background-color: white;
}

.btn-outline-blue-2 {
    border: #186094 solid 3px;
    background-color: white;
}

.btn-outline-blue-3 {
    border: #0B568D solid 3px;
    background-color: white;
}

.btn-outline-blue-3:hover {
    background-color: #0B568D;
    color: white;
}

.btn-outline-grey-1 {
    border: #504C4B solid 3px;
}

.btn-outline-grey-2 {
    border: #4A4A4A solid 3px;
}

.text-nunito {
    font-family: 'Nunito Sans', sans-serif;
}

.text-raleway {
    font-family: 'Raleway', sans-serif;
}

.cardStyle1 {

}

.cardStyle1-sub {
    border: 2px solid white;
}

.cardStyle1:hover .cardStyle1-sub {
    color: white;
    background-color: #1779BA;
    border: white 2px solid;

}

.cardStyle1:hover .short-dash1-grey {

    background-color: white;
}

.cardBottemLayer {
    background-color: #1779BA;
    display: block;
    width: 90%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    animation: scaleUp 0.2s forwards;

}

.cardStyle1:hover .cardBottemLayer {

    animation: scaleDown 0.3s forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

/*UDITHA css end*/

#earnNowBtn {
    font-size: 40px
}

#earnRecaptcha {
    display: flex;
    justify-content: center
}

#earnRecaptcha iframe {
    max-width: 100%;
    margin-top: 1rem
}

#submitEarnForm .small-spinner {
    color: #fff !important;
    height: 20px;
    width: 20px
}

@media only screen and (max-width: 991px) {
    .jlt-cards-container .jlt-card {
        max-width: 23.6%
    }
}

@media only screen and (max-width: 767px) {
    .jlt-cards-container .jlt-card {
        max-width: 31.4%
    }
}

@media only screen and (max-width: 443px) {
    .jlt-cards-container .jlt-card {
        max-width: unset
    }
}