/* To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor. */


/* Created on : May 27, 2021, 7:00:07 PM
  Author     : Adeyemi
  Table of styles
  1. General
*/

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");

/* ==============
  General
===================*/

:root {
    --blue: #B0513B;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #B0513B;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family: "Nunito", sans-serif;
}



html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-wrap {
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}

.event-img {
    width: 250px;
    height: 250px;
    background: #fff;
}

#event-price {
    display: none
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.sidebar {
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
    padding: 2rem 1rem;
}

.stickyfill {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
}

.sidebar-header {
    padding-bottom: 2rem;
    text-align: center;
}

.sidebar-header .name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.sidebar .widget-title {
    position: relative;
    padding-left: 1em;
}

.sidebar .widget-title span {
    background: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    position: relative;
    padding: 8px;
    color: #dadada;
}

.sidebar .widget-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #949090;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.sidebar-link {
    padding: 0.5em 0;
    margin: 0;
    list-style: none;
}

.sidebar-link a {
    display: block;
    padding: 0.5rem 0rem;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border-left: 3px solid transparent;
    border-radius: 0 !important;
    border-bottom: 0.5px solid #e9e1e3;
}

.sidebar-link a i {
    opacity: 0.6;
    font-size: 13px !important;
    top: 0 !important;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-right: 0.5rem !important;
}

.sidebar-link a.active {
    background: #FFEBE7;
    border-left: 3px solid #65362D;
    font-weight: 600 !important;
}

.sidebar-link a:hover,
.sidebar-link a.active:hover i {
    background: #DFBFBA;
}

.contest {
    position: relative;
}

.contest-header {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.5rem;
    padding-top: .5em;
    margin-left: 4rem;
    margin-right: 4rem;
}

.contest-content {
    margin-top: 30px;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.5rem;
    position: relative;
    margin-left: 4rem;
    margin-right: 4rem;
}

.contestant-content {
    margin-top: 10px;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    word-wrap: break-word;
    background-clip: padding-box;
    border-radius: 0.5rem;
    position: relative;
    margin-left: 3rem;
    margin-right: 3rem;
}

.contest-img {
    margin-top: .25rem;
    margin-bottom: 0.25rem;
    padding: .5em 0 .5em 0;
    position: relative;
    width: 350px;
    height: 300px;
    /*float: center;*/
}

.contest-img img {
    width: 100%;
    height: 100%;
    bottom: 0px;
    object-fit: contain;
    /*position: relative;*/
}

@media (max-width: 1200.98px) {
    .contest-header .contest-img {
        position: relative;
        /*width: 200px;*/
        height: 250px;
    }
    .contest-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: static;
    }
    .contest-header {
        margin-left: .5em;
        margin-right: .5em;
    }
    .contest-content {
        margin-left: .5em;
        margin-right: .5em;
    }
    .contestant-content {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
}

@media (max-width: 991.98px) {
    .contest-header .contest-img {
        position: relative;
        width: 200px;
        height: 250px;
        float: left;
    }
    .contest-img img {
        width: 90%;
        height: 100%;
        object-fit: contain;
        position: static;
    }
}

@media (max-width: 922.98px) {
    .contest-header .contest-img {
        position: relative;
        width: 200px;
        height: 250px;
    }
    .contest-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: static;
    }
    .contest-header {
        margin-left: .5em;
        margin-right: .5em;
    }
    .contest-content {
        margin-left: .5em;
        margin-right: .5em;
    }
    .contestant-content {
        margin-left: .4em;
        margin-right: .4em;
    }
}

@media (max-width: 768.98px) {
    .contest-header .contest-img {
        position: relative;
        width: 200px;
        height: 250px;
        left: 15px;
    }
    .contest-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: static;
    }
    .contest-header {
        margin-left: 0;
        margin-right: 0;
    }
    .contest-content {
        margin-left: 0;
        margin-right: 0;
    }
    .contestant-content {
        margin-left: -1em;
        margin-right: -1em;
    }
    .contest-action {
        bottom: 0;
    }
}

@media (max-width: 736.98px) {
    .contest-header .contest-img {
        position: relative;
        width: 90%;
        height: 100%;
        bottom: -10px;
        left: 20px;
        float: none;
    }
    .contest-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: static;
    }
    .contest-header {
        margin-left: 0;
        margin-right: 0;
    }
    .contest-content {
        margin-left: 0;
        margin-right: 0;
    }
    .contestant-content {
        margin-left: -1em;
        margin-right: -1em;
    }
    .contest-action {
        bottom: 0;
    }
}

@media (max-width: 576.98px) {
    .contest-header .contest-img {
        position: relative;
        width: 90%;
        height: 100%;
        bottom: -10px;
        float: none;
    }
    .contest-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    .contest-header {
        margin-left: 0;
        margin-right: 0;
    }
    .contest-content {
        margin-left: 0;
        margin-right: 0;
    }
    .contestant-content {
        margin-left: -1em;
        margin-right: -1em;
    }
}

.contest-info {
    padding-top: 1rem;
    position: relative;
}

.contest-name {
    font-weight: 550;
    margin-bottom: 0;
    font-size: clamp(1.4rem, 2.4vw, 1.3rem);
    padding-bottom: .9rem;
}

.contest-date {
    align-self: start;
}

.c-text {
    padding-bottom: 0;
    font-weight: 400;
}

.contest-countdown {
    margin-top: 5px;
    margin-right: 0px;
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    /*display: inline-block;*/
    font-weight: 100;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

#clockdiv>div {
    padding: 4px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
}

#clockdiv div>span {
    padding: 4px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

.smalltext {
    padding-top: 3px;
    font-size: 9px;
}

.contest-action {
    padding: 1em 1em 0 1em;
}

.contest-tabs {
    bottom: -15px;
    margin-top: 20px;
    text-align: right;
    position: relative;
}

@media (min-width: 767.98px) {
    .contest-tabs {
        bottom: -15px;
        margin-top: 20px;
        text-align: right;
        position: absolute;
        object-fit: cover;
        margin-right: 5px;
    }
    .contest-action {
        padding: 0em;
    }
}

@media (min-width: 1024.98px) {
    .contest-action {
        margin-top: 1em;
        padding: 0em;
    }
}

.ch {
    font-weight: 500;
    margin-bottom: 0;
    font-size: clamp(1.6rem, 2.5vw, 1.5rem);
    padding-bottom: 1rem;
}

.coh {
    margin: 1em 0 1.1em 1.1em;
}

.card .card-img-top {
    position: relative;
    height: 300px;
    backdrop-filter: blur(8px);
    overflow: hidden;
    background-repeat: no-repeat;
}

.card-img-top img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(8px)
}

.card-img-top .badge {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #53bd24;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: .7rem;
    z-index: 1000;
    text-transform: uppercase;
}

.card-img-top .badge-free {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #d42a65;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: .7rem;
    z-index: 1000;
    text-transform: uppercase;
}

.card-title {
    font-weight: 550;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.card-vote {
    padding: 0 1em 0 1em;
}

.card-vote a {
    margin-top: 0;
    margin-bottom: 1rem;
}

.card-text {
    font-size: 14px;
}

.contestants .card {
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
    background-clip: border-box;
}

.cah {
    font-weight: 400;
    margin-bottom: 0;
    font-size: clamp(1.6rem, 2.5vw, 1.5rem);
    /*padding-bottom: 1rem;*/
}

.share {
    color: #fff !important;
}

.share .facebook {
    background-color: #4267B2;
    color: #fff !important;
}

.share .twitter {
    background: #00ACEE;
    color: #fff !important;
}

.share .whatsapp {
    background: #4fce5d;
    color: #fff;
}

.sh .dropdown-item {
    margin-top: 0;
    margin-bottom: 0;
}

.contest-price {
    font-weight: 600;
}

.contestant-image {
    max-width: auto;
    max-height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
}

.smalls {
    font-size: 0.775em;
}

.payments {
    margin-top: 10px;
}

.payments>hr {
    margin-bottom: 0;
    margin-top: 0;
}

.pay-option {
    position: relative;
    cursor: pointer;
}

label.pay-option input {
    opacity: 0;
    /*position: fixed;*/
}

label.pay-option {
    position: relative;
    cursor: pointer;
}

label.pay-option span {
    display: inline-block;
    border-radius: 9px;
    background: #f6f6f6;
    position: relative;
}

.pay-method {
    display: block;
    width: 100%;
}

label.pay-option input:checked+span:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    content: "";
    top: 0;
    left: 0;
}

label.pay-option input:checked+span:after {
    position: absolute;
    content: "";
    left: calc(50% - 6px);
    top: calc(50% - 12px);
    width: 12px;
    height: 24px;
    border: solid #28a745;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px 3px 5px rgb(94, 146, 106);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-controls {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.3rem;
    font-weight: 550;
    line-height: 1.5;
    color: #212529;
    background-color: #e5e9f2;
    background-clip: padding-box;
    /*border: 1px solid #dde0e3;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check-input {
    height: 20px;
}

.icon-md {
    font-size: 1.5rem;
}

.stamp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 .25rem;
    font-size: .875rem;
    font-weight: 500;
    color: #6e7582;
    text-align: center;
    background: #f1f3f8;
    border-radius: 3px;
}

.img-table {
    max-height: 40px;
    max-width: 50px;
}

.voting-info {
    background: #fff;
    padding: 10px 10px 5px 10px;
    margin-bottom: 5px;
}

.vote-search {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
}

.vote-search .row {
    width: 70%;
}

.vote-search .row .btn-container,
.vote-search .row .input-container {
    height: 50px;
}

.vote-search .row input {
    background: rgba(245, 245, 245, 0.7);
    border-radius: 5px;
    border: 0;
}

.vote-search .row input::placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
}

.vote-search .row button {
    border: 0;
    color: white;
}

@media (max-width: 768.98px) {
    .vote-search .row {
        width: 100%;
    }
}

@media (max-width: 576.98px) {
    .vote-search .row {
        width: 100%;
    }
}

.vote-contest {
    padding: 20px;
    background: #fff;
    border-top: 2px solid rgb(209, 206, 206);
}

.vote-contest .card {
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.4);
    background-clip: border-box;
}

.card-body .link-container {
    border-radius: 5px;
    /*background-color: #f3f3f3;*/
    border-color: #0dcff9;
    padding-top: 10px;
}

.card-body .link-container a {
    color: #fff;
    border: 2px solid #f3f3f3;
    background-color: #0dcff9;
    border-radius: 5px;
    font-weight: 600;
}

.card-body .link-container a:hover {
    text-decoration: none;
    color: #000000;
    border: 2px solid #000000;
    background-color: white;
}

.card-body .link-container p {
    margin-right: 1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    background-color: #53bd24;
    border: 2px;
    color: white;
    border-radius: 5px;
    font-family: Nunito;
}

.card-body .link-container .free {
    margin-right: 1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    background-color: #d42a65;
    border: 2px;
    color: white;
    border-radius: 5px;
    font-family: Nunito;
}

.card-text p {
    font-size: .93em;
}

.search {
    background-color: #fff;
}

.card .card-image {
    position: relative;
    height: 210px;
}

.card-image img {
    object-fit: fill;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(8px)
}

.pimage {
    max-width: 400px;
    max-height: 300px;
    margin-top: 500px;
    margin: 0;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.tah {
    font-weight: bold;
    margin-bottom: 1rem;
    padding-top: 1rem;
    text-transform: uppercase;
    border-bottom: 2px solid #0d6efd;
    width: fit-content;
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    min-height: 100px;
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.strong {
    font-weight: bolder;
}

b {
    font-weight: bolder;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #B0513B;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.d-table td {
    padding: 5px;
}

.dt-head {
    border-bottom: 1px solid rgb(194, 193, 193);
    margin-bottom: 0px;
    font-weight: bolder;
}

/*card elements*/
.card {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #ebedf2;
}
.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}
.card .card-body {
    padding: 20px 20px;
    border-radius: 4px;
}
.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ebedf2;
    background-color: transparent;
    padding: 12px 25px;
}
.card-bordered {
    border: 2px solid #ebedf2;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.4);
    background-clip: border-box;
}

.form-label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.btn-circle {
    border-radius: 50em;
}
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.slide-img{
    max-height: 320px;
}
@media (max-width: 576px) {
    .slide-img{
        max-height: 350px;
    }
}
@media (min-width: 1200px) {
    .slide-img{
        max-height: 350px;
    }
  }
.cpic{
   background-color: #B0513B;
}
.npic{
    background-color: #B0513B;
}
.feat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: #B0513B;
}
.feat-link{
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    color: #000;
    text-transform: uppercase;
}