a, a:hover {
    text-decoration: none;
}
.anychart-credits-text {
    display: none;
}

#app {
    font-family: 'Poppins';
}

.bg-browngold {
    background-color: #171202;
}
.bg-darkbrowngold {
    background-color: #221906;
}
.bg-dark {
    background-color: #0D0A03;
}
.bg-darkgold {
    background-color: #13110D;
}
.bg-darkgray {
    background-color: #2C2721;
}
.bg-dgold {
    background-color: #181205;
}
.bg-fadedgold {
    background-color: #786737;
}
.bg-gold {
    background-color: #987929;
}
.bg-gold-t {
    background-color: rgb(152, 121, 41, 0.75);
}
.bg-dark-t {
    background-color: #1a140682;
}

.bordered {
    outline-color: transparent;
    outline-offset: 2px;
    outline-style: auto;
}

.border-darkbrowngold {
    border-color: #433710;
}

.border-darkgold {
    border: 1px solid #987929;
}
.border-dgold {
    border-color: #987929;
}
.border-gold {
    border: 1px solid #FFEDBD;
}
.border-t-gold{
    border-top: 1px solid #FFEDBD;
}
.border-browngold {
    border-color: #8F742B;
}
.border-1 {
    border-width: 1px;
}
.border-t-gray {
    border-color: #2b2b2bba;
}

.checklink a { 
    border-bottom: 3px double;
}

.cursor-pointer.carousel-item img {
    /* width: 62rem;
    height: 29rem; */
    object-position: center;
    object-fit: cover;
}
.center-transform {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.clickable-button {
    font-size: 10px;
    background-color: #2F2209;
    border: 1px solid #6D5815;
    border-radius: 3px;
    color: #fff;
    padding: 1px 5px;
}

.contains {
    border-radius: 10px;
    border: 1px solid #433710;
    color: #fff;
}
.contains div.flex {
    background-color: #120D04;
    padding: 10px 20px;
}
.contains div.flex p:first-child {
    width: 33.333333%;
}
.contains div.flex p:last-child {
    width: 66.666666%;
    text-align: right;
}
.contains div.flex:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.contains div.flex:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.contains div.flex:nth-child(even) {
    background: #181204;
}

.darkhover {
    position: relative;
}
.darkhover:hover {
    color: #987929;
    text-decoration: none;
}

.darkhover:hover::after, .darkhover.active::after {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border-radius: 4px;
    border: 1px solid #987929;
}

.dash-box {
    background-color: #171202;
    border-radius: 0.5rem;
    color: #fff;
    font-family: 'Poppins';
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 20px;
}

#episodes option {
    background-color: #987929;
}

.form-input:focus {
    box-shadow: none;
}
.form-input-bg {
    background-color: rgba(255, 255, 255, 0.25)
}

.gallery .grid img{
    border-bottom-left-radius: 2rem;
    width: 100%;
    border-top-right-radius: 2rem;
    height: 200px;
    object-fit: cover;
    object-position: top;
    /* margin-top: 2rem; */
}

.h-22 {
    height: 5.5rem;
}

.heading {
    color: white;
    font-size: 2.1rem;
    font-weight: 500;
}

.hero {
    height: 771px;
}

.img-border {
    box-shadow: -3px 3px #f7eed8;
    border-radius: 9px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.input {
	background: transparent;
    border-bottom: 1.5px solid #876A1E;
    color: #fff;
    outline: none;
}
.input::placeholder {
	color: #fff;
	font-size: 15px
}

.line-height-19 {
    line-height: 19px !important;
}

.list-features img {
    display: inline;
    vertical-align: middle;
    width: 13px;
    margin-right: 20px
}
.list-features span {
    vertical-align: middle;
}

.modal {
    background-color: #343a40d6;
}

.news-box {
    background-color: #171202;
    border: 2px solid #8368225c;
    border-radius: 0.30rem;
    overflow: hidden;
}

.m-active {
    background-color: #987929;
    color: #FFEDBD !important;
}

.nav a {
    position: relative;
    text-transform: capitalize;
}

.nav a.active {
    color: #FFEDBD;
}

.nav a:hover::before, .nav a.active::before {
    content: "";
    position: absolute;
    border: 1px solid #FFEDBD;
    top: 24px;
    margin: auto;
    text-align: center;
    width: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 4s cubic-bezier(1, 0, 0, 1);
}

.profile-form input,
.profile-form select,
.profile-form textarea {
    background-color: #120D04;
    border: 1px solid #433710;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
}

.p5 {
    padding: 1.25rem;
}

.search {
    color: #fff;
}
.search::placeholder {
    color: #fff;
}
.search::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    filter: invert(1);
    margin-right: 10px;
    cursor: pointer;
}

.search:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

.sidebar nav a, .sidebar nav a svg {
    border-radius: 5px;
    color: #fff;
    fill: #8F742B;
}
.sidebar nav a.active,
.sidebar nav a.active svg,
.sidebar nav a:hover,
.sidebar nav a:hover svg {
    background: linear-gradient(to bottom, #8F742B 25px, #876A1E 20px);
    border-radius: 5px;
    color: white;
    fill: white;
}

.submit {
    background: linear-gradient(to bottom, #8F742B 5px, #876A1E 20px);
    border-radius: 3px;
    color: white;
    fill: white;
}

.text-gold {
    color: #fff;
}
.text-dgold {
    color: #fff;
}
.text-browngold {
    color: #fff;
}
.text-darkgold {
    color: #fff;
}

.text-smx {
    font-size: 13px;
}
.text-xxs {
    font-size: 10px;
}
.text-7xl {
    font-size: 3rem;
}

.watch:hover {
    background-color: #987929;
    transition: 1s;
}

.videos {
    height: 466px;
    background-repeat: no-repeat;
}

.videos-page video {
    width: 100%;
    height: 400px;
    border: 0.1px solid #00000017;
}

.votes {
    background: linear-gradient(to bottom, #8F742B 25px, #876A1E 20px);
}

.vote.table {
    border-collapse: separate;
    border-radius: 0.5rem;
    border-spacing: 0;
    border: 1px solid #433710;
    font-size: 0.75rem;
    margin-top: 10px;
    width: 100%;
}
.vote.table thead tr th {
    padding: 10px 0px;
    border-bottom: 1px solid #433710;
}
.vote.table thead tr {
    background-color: #120D04;
}
.vote.table tbody tr td {
    padding: 7px 0px;
}
.vote.audition.table tbody tr td {
    padding: 10px 20px;
}
.vote.table tbody tr:nth-child(odd) {
    background-color: #120D04;
}
.vote.table tbody tr:nth-child(even) {
    background-color: #181204;
}
.vote.table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.vote.table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.vote.table tr:last-child th:first-child,
.audition.table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
.vote.table tr:last-child th:last-child,
.audition.table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.w-100 {
    width: 100%;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.nav-item a,
footer a:hover {
    color: #fff;
    text-decoration: none;
}

.nav-item a:hover {
    color: #FFEDBD;
    text-decoration: none;
}

.nav-item .dropdown-menu.show {
    top: 40px !important;
    border-radius: 0;
    padding: 0;
    background-color: #322D2B;
}

.nav-item .dropdown-menu .dropdown-item {
    padding: 1rem;
}

.nav-item .dropdown-menu .dropdown-item:hover::before {
    top: 35px;
    left: 30%;
    width: 40%;
}

.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

h2.diff-text {
    font-size: 1.5rem;
    line-height: 3rem;
    padding-top: 2rem;
}

.side-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.about p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.h-10 {
    height: 10rem;
}

.our-sponsors div img {
    width: 20rem;
    height: 10rem;
    object-fit: contain;
    margin-bottom: 1rem;
    background-color: #fff;
    /* border-radius: 1rem; */
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;

}

.our-sponsors .bg-darkbrowngold {
    background-color: #000000;
    border: 1px solid;
    border-radius: 0.1rem;
}

.our-sponsors p.text-darkgold {
    min-height: 3.5rem;
    line-height: 1.5rem;
    text-transform: capitalize;
}

.our-sponsors .bg-darkbrowngold:hover img {
    transform: scale(1.1);
}

.tab-content>.active {
    opacity: 1;
}

.our-team .nav-tabs {
    border-bottom-width: 0;
    /* display: table; */
    width: 100%;
    margin-bottom: 1.5rem;
}
.our-team .nav-tabs li a.hover::before,
.our-team .nav-tabs li a.active::before {
    content: none;
    border: none;
    position: relative;
}

.nav-tabs.nav a:hover::before, .nav-tabs.nav a.active::before {
    content: none;
    position: absolute;
    border: none;
    top: 24px;
    margin: auto;
    text-align: center;
    width: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 4s cubic-bezier(1, 0, 0, 1);
}

.our-team ul li {
    background-color: #000000;
    display: table-cell;
    /* padding: 1rem; */
    border-right: 1px solid;
    text-align: center;
}

.our-team ul li a {
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    display: block;
    padding: 1rem;
    text-decoration: none;
}

.our-team ul li a:hover,
.our-team ul li a.active {
    background-color: #987929;
}

.our-team {
    text-align: center;
}

.our-team img {
    width: 100%;
    border-top-right-radius: 2rem;
    height: 300px;
    object-fit: cover;
    object-position: top;
    /* margin-top: 2rem; */
    filter: grayscale(1);
    transition: all 0.7s;
}
.our-team img:hover {
    filter: grayscale(0);
    transform: scale(1.01);
}

.our-team div p {
    background-color: #000000;
    color: #fff;
    padding: 2rem;
    border-bottom-left-radius: 2rem;
}

.overlay {
    background-color: #00000099;
    height: 100%;
}

.video-hero {
    width: 100%;
    height: 100%;
    /* height: 80vh; */
}

#bgVideo {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.video-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    /* padding-top: 20%; */
    background-color: #000000bf;
    /* height: 765px;
    margin-top: 7.7%; */
}

section {
    border-bottom: 1px solid;
}

section:last-child {
    border-bottom: none;
}

.footer-gallery img {
    object-fit: cover;
    height: 225px;
    transition: all 0.7s;
}

.footer-gallery img:hover {
    transform: scale(1.01);
    filter: grayscale(1);
}

@media (min-width: 768px) {
    .text-7xl {
        font-size: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .text-7xl {
        font-size: 4.5rem;
    }
}

@media (min-width: 1280px) {
    section.px-10.py-20 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 767px) {
    nav.mobile__menu a {
        padding-bottom: 1rem!important;
        padding-top: 1rem !important;
    }
    nav.mobile__menu a:hover {
        color: #987929;
        text-decoration: none;
    }

    .heading {
        font-size: 1.7rem
    }
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    display: none;
}


#dataTable_info,
#dataTable_wrapper #dataTable_paginate #dataTable_previous,
#dataTable_wrapper #dataTable_paginate #dataTable_next,
#transactions_info,
#transactions_wrapper #transactions_paginate #transactions_previous,
#transactions_wrapper #transactions_paginate #transactions_next {
    margin-top: 10px;
}

#dataTable_wrapper #dataTable_length label,
#dataTable_wrapper #dataTable_filter label,
#dataTable_info,
#dataTable_wrapper #dataTable_paginate #dataTable_previous,
#dataTable_wrapper #dataTable_paginate #dataTable_next,
#transactions_wrapper #transactions_length label,
#transactions_wrapper #transactions_filter label,
#transactions_info,
#transactions_wrapper #transactions_paginate #transactions_previous,
#transactions_wrapper #transactions_paginate #transactions_next {
    color: #fff !important;
    padding: 3px 5px;
    margin-right: 5px;
}

#dataTable_wrapper #dataTable_paginate .paginate_button.current,
#transactions_wrapper #transactions_paginate .paginate_button.current {
    background: #786737;
    border: none;
    padding: 1px 12px;
    color: white !important;
    font-size: 11px;
    margin: 0px;
}

#dataTable_wrapper #dataTable_length label select,
#dataTable_wrapper #dataTable_filter label input,
#transactions_wrapper #transactions_length label select,
#transactions_wrapper #transactions_filter label input {
    background-color: #221906;
    border: 1px solid #987929;
    margin: auto 0.75rem 2.5rem;
    color: #fff;
    outline: none;
}

.dataTables_wrapper#dataTable_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper#dataTable_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper#dataTable_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper#transactions_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper#transactions_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper#transactions_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
}

#dataTable_wrapper #dataTable_filter label,
#transactions_wrapper #transactions_filter label {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px 0px 2.5rem;
    width: 100%;
}
#dataTable_wrapper #dataTable_filter label input[type='search'],
#transactions_wrapper #transactions_filter label input[type='search'] {
    width: 400px;
    padding: 5px 2px;
    margin: 0px 0px 0px 10px;
}

table.dataTable thead th, table.dataTable tbody td {
    padding: 10px 5px;
}

table.dataTable tbody tr {
    color: #fff;
    background-color: transparent;
}

table.dataTable tbody tr.even {
    background-color: #4337202e;
}

table.dataTable thead .sorting {
    background: none;
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left;
    }
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: left;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin-left: 0px;
        padding: 0em;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        padding: 0px 1em;
    }
}
