html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.field-validation-error{
    color: red;
    font-size: smaller;
    float:left;
}
.contribution {
    background: url(/src/static/contributions.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}
.ctbt_content{
    margin:55px 0 0 165px;
}
.ctbt_content.gReceipt {
    margin: 55px 350px 0 165px;
}
.ctbt_content img{
    width:70%;
}
.ctbt_content table{
    width:70%!important;
}
    .ctbt_content.gReceipt table {
        width: 100% !important;
    }
    .ctbt_content .table-striped > tbody > tr:nth-of-type(odd) {
        --bs-table-accent-bg: #E6E7E8;
        color: #08749F;
    }
    .ctbt_content .table-striped > tbody > tr:nth-of-type(even) {
        --bs-table-accent-bg: #B0E2F9;
        color: #08749F;
    }
    .ctbt_content .table-striped > thead.bg-info {
        background: #00AFEF!important;
    }
.btn-winner {
    background: #00A3FF!important;
    border-color: #00A3FF!important;
    padding: 16px 44px!important;
    text-transform: uppercase;
    margin-left:30%;
    margin-top:20%;
}
.btn-winner-next {
    background: #00A3FF !important;
    border-color: #00A3FF !important;
    padding: 16px 44px !important;
    text-transform: uppercase; 
}
.winner-details{
    width:70%;
}
    .winner-details h1.mal_m--donate-header {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        color: #00AFEF;
    }
.winner-det {
    font-weight: normal;
    color: #08749F;
}
.win-con {
    color: #08749F;
    font-weight:bold;
}
.winner-name {
    font-size: 40px;
    color: #08749F;
    margin-top: 8%;
    font-weight: bolder;
}
.winner-state {
    font-weight: normal;
    color: #08749F;
}
@media only screen and (max-width: 576px) {
    header, footer {
        display: block !important;
    }
    .ctbt_content {
        margin: 100px 10px 10px 10px!important;
    }
    .contribution {
        background: transparent;
        height:auto!important;
    }
    .ctbt_content table tr th:last-child, .ctbt_content table tr td:last-child {
        display: none;
    }
    .ctbt_content table {
        width: 100%!important;
    }
    .ctbt_content img {
        width: 97%;
    }
    .winner-details {
        width: 100%;
        height:auto!important;
    }
        .winner-details h1.mal_m--donate-header {
            width: 100%;
        }
    .winner-name {
        font-size: 25px!important;
    }
    
}