﻿@import url('https://fonts.googleapis.com/css2?family=Grandstander: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');

:root {
    --Grandstander:  'Grandstander', cursive;
}

p, h1, h2, h3, h4, h5, textarea, button, a, input, label, li, span, td, th {
    font-family: var(--Grandstander);
}
.modal-backdrop {
    z-index: unset;
}

.modal-content, .modal-header, .modal-footer {
    border-radius: 15px;
}
@media (min-width: 576px) {
    .banImage{
        margin-top:-8%;
    }
    .modal-dialog {
        max-width: 650px;
    }

    .InvoiceModal {
        max-width: 800px;
    }
    .navbar{
        max-width:88%;
    }
}
.bold{
    font-weight:bold!important
}
.text-blue{
    color:#11578F!important;
}
.control-label {
    color: #FF9A3A;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
} 
.btn-primary {
    background-color: #11578F;
    color: white;
    font-weight: 600;
    padding: 5px 20px;
    border-color: #11578F
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary.focus {
        background-color: #0f4e81 !important;
        box-shadow: none !important;
    }
  
body {
    background-color: #fff;
    margin: 0;
    overflow-x:hidden;
    padding: 0;
}

.btn-pink {
    background-color: #FB4F97;
    color:white!important;
    font-weight:bold;
    text-align:center;
}
.navbar .nav-item{
    padding:10px;
}
.top-right-image{
    position:absolute;
    top:0;
    right:0;
    max-width:100%; 
}
.pink{
    color:#FB4F97!important;
}
.pink:hover{
    color:#FB4F97!important;
}
.purple {
    color: #9C56F7!important;
}
    .purple:hover {
        color: #9C56F7!important;
    }
.orange {
    color: #FF9A3A!important;
}
    .orange:hover {
        color: #FF9A3A!important;
    }
.text-dark {
    color: #455A64!important
}
.banner{
    position:relative;
}
.btn-green {
    color: white;
    font-weight: bold;
    background-color: #A3B860!important;
}
.btn-green:hover {
    color: white; 
}
.btn-blue {
    color: white;
    font-weight: bold;
    background-color: #32ACCB;
}

    .btn-blue:hover {
        color: white;
    }
.btn-brown {
    color: white;
    font-weight: bold;
    background-color: #804471;
}
.btn-brown:hover {
    color: white; 
}
.card-orange .card-top{
    background-color:#FF9A3A;
}
.card-red .card-top {
    background-color: red;
}
.card.card-red .card-image{
    border-color:red
}
.text-red {
    color: red;
}
.card-purple .card-top{
    background-color:#9C56F7;
}
.card-green .card-top {
    background-color: #A3B860;
}
.home-cards .card {
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 10px 0px #007bff29;
    border:0px; 
}
.card .card-footer{
    border-top:0px;
    background-color:white;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.card .card-top {
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}.card .card-image{
     padding:8px;
     border-radius:10px;
     border:3px solid;
     text-align:center;
     width:92%;
     max-width:92%;
     margin: -10% auto 0 auto;
 }
    .card .card-image .imgDiv {
        background-color: white;
        border-radius: 10px;
        width:100%;
        text-align:center;
        max-width:100%;
        background-position:center;
        background-size:100% 100%;
        height:250px;
    }
 .card .card-image .imgDiv img{
     width:100%;
 }
 .card.card-orange .card-image{
     border-color:#FF9A3A;
 }
.card.card-green .card-image {
    border-color: #A3B860!important;
}
.card.card-purple .card-image {
    border-color: #9C56F7;
}.bg-orange{
     background-color:#FF9A3A;
 }
 footer ul li a{
     color:white;
     font-family:var(--Grandstander);
     font-size:16px;
 }
footer ul{
    list-style:none;
    padding:0px
}
footer{
    padding:40px 0px;
}
footer ul li{
    padding-bottom:12px;
}
footer ul li:last-child{
    padding-bottom:0px;
}
footer ul li a:hover{
    color:#FB4F97;
}
.cardborder{
    padding:5px;
    position:relative;
    border-radius:8px;
    border:3px solid #FB4F97;
}.cardborder .image{
     width:100%;
    max-width:100%;
     max-height:250px;
 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    color:black!important;
    top:14px!important;
    right:14px!important;
}
.mfp-figure figure {
    border-radius: 20px !important;
    background-color: white !important;
    border: 4px solid #FB4F97 !important;
}

img.mfp-img { 
max-width:100%;
}
.mfp-bg {
    background: rgb(0 123 255 / 16%)!important;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FB4F97!important;
}
.mfp-arrow-right:before {
    border-left: 27px solid #FB4F97!important;
}
.mfp-arrow-left:before {
    border-right: 27px solid #FB4F97!important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FB4F97!important;
}
.mfp-counter{
    color:white!important
}
.mfp-bottom-bar{
    margin-top:0px!important;
    top:unset!important;
    bottom:-3%!important
}
.border-30{
    border-radius:30px!important;
}
.form-control:focus {
    border-color: #FF9A3A;
    box-shadow: 0 0 0 0.2rem #ff9a3a2b !important;
}
.bg-light-orange {
    background-color: #f7bd5045;
}
.input-group .input-group-append .btn-outline-orange{
    border-left:0px;
}
.btn-outline-orange {
    background-color: white;
    color: #FF9A3A;
    font-weight: 600;
    border:1px solid #FF9A3A
}
    .btn-outline-orange:hover, .btn-outline-orange:focus {
        background-color: #FF9A3A;
        color: white!important;
    }
.btn-orange{
    background-color:#FF9A3A;
    color:white;
    font-weight:600;
}
.btn-sm, a.btn-sm, .table tbody tr td a.btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}
.btn-purple{
    color:white!important;
    background-color:#9C56F7;
    font-weight:600;
}
.btn-purple:hover{
    color:white;
}
.btn-red {
    color: white !important;
    background-color: red;
    font-weight: 600;
}

    .btn-red:hover {
        color: white;
    }
.btn-orange:hover{
    color:white;
}
.green{
    color:#A3B860;
}
.carousel-single .owl-nav{
    text-align:center;
    margin:10px 0px
}
.carousel-single.owl-carousel .owl-nav .owl-prev, .carousel-single.owl-carousel .owl-nav .owl-next {
    font-size: 26px;
    color: #FB4F97;
    background-color: #fb4f975c;
    height: 32px;
    width: 33px;
    line-height: 0;
    border-radius: 50%;
    margin:5px
}
.image-carousel{
    position:relative
}
.image-carousel .owl-nav{
    position:absolute;
    top:43%;
    width:100%;
}
    .image-carousel.owl-carousel .owl-nav .owl-prev, .image-carousel.owl-carousel .owl-nav .owl-next {
        font-size: 26px;
        color: white;
        background-color: #FB4F97;
        height: 32px;
        width: 33px;
        line-height: 0;
        border-radius: 50%;
        margin: 0px
    }
    .image-carousel .owl-next{
        right:-15px;
        position:absolute;
    }
    .image-carousel .owl-prev {
        left: -15px;
        position: absolute;
    }
.owl-theme .owl-nav [class*='owl-']:hover{
    background-color:#FB4F97!important;
    color:white
}
.card-red .ending {
    position: absolute;
    background-color: red;
    color: white;
    padding: 15px;
    border-radius: 10px;
    top: 45%;
    width: 96%;
    left: 2%;
}
.card-purple .ending{
    position:absolute;
    background-color:#9C56F7;
    color:white;
    padding:15px;
    border-radius:10px;
    top:45%;
    width:96%;
    left:2%; 
}
.card-green .ending {
    position: absolute;
    background-color: #A3B860;
    color: white;
    padding: 15px;
    border-radius: 10px;
    top: 45%;
    width: 96%;
    left: 2%;
}
@media(min-width:1500px){
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

}
.BottomImage{
    position:absolute;
    bottom:0;
    z-index:-1
}
.account-content-center{
    min-height:80vh;
    align-items:center;
    display:flex
}
a:hover{
    text-decoration:none;
}
.select-winner {
    background-color: #FB4F97;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: -7px;
    padding: 3px 4px;
    align-items: center;
    text-align: center;
}
.dz-success-mark {
    position: absolute;
    left: 26%;
    top: 10%;
    opacity: 0;
}
.dz-error-mark {
    position: absolute;
    top: 10%;
    left: 26%;
    opacity: 0;
}
.dz-details {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;

}
.dz-image {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
}
    .dz-image img {
        width: 100px;
        height: 100px;
    }
.dz-preview {
    display: inline-flex;
    position: relative;
    margin:5px;overflow:hidden;
}
.dz-error-message {
    position: absolute;
    border: 0;
    bottom: 0;
    color: red; 
    height: 100%;
    width: 100%;
} 