@font-face {
  font-family: 'Mont';
  src: url('/themes/richard-verschoor/assets/font/Mont-Heavy.eot'); /* IE9 Compat Modes */
  src: url('/themes/richard-verschoor/assets/font/Mont-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
       url('/themes/richard-verschoor/assets/font/Mont-Heavy.woff') format('woff'), /* Pretty Modern Browsers */
       url('/themes/richard-verschoor/assets/font/Mont-Heavy.ttf')  format('truetype'); /* Safari, Android, iOS */
	   font-weight: 900;   
}

@font-face {
  font-family: 'Mont';
  src: url('/themes/richard-verschoor/assets/font/Mont-ExtraLight.eot'); /* IE9 Compat Modes */
  src: url('/themes/richard-verschoor/assets/font/Mont-ExtraLight.woff2') format('woff2'), /* Super Modern Browsers */
       url('/themes/richard-verschoor/assets/font/Mont-ExtraLight.woff') format('woff'), /* Pretty Modern Browsers */
       url('/themes/richard-verschoor/assets/font/Mont-ExtraLight.ttf')  format('truetype'); /* Safari, Android, iOS */
	   font-weight: 100;   
}

:root {
  --color: #ff6700;
}

/*road to f1*/
.road-info {
    display: flex;
    gap: 60px;
    padding-top: 15px;
}

.road-info div:first-child {
    flex-basis: 70%;
}

.road-info div:nth-child(2) {
    flex-basis: 30%;
}

.road-info div:nth-child(2) img {
    border: 0;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}


@media screen and (max-width: 900px) {
.road-info {
    flex-wrap: wrap;
    gap: 30px;
}

.road-info div:first-child {
    flex-basis: 100%;
}

.road-info div:nth-child(2) {
    flex-basis: 100%;
}    
}



.stand-home {
    background: #41414159;
    padding: 22px 30px;
}

.stand-home div {
    background: #5555554a;
    color: white;
    padding: 12px 22px;
    border-radius: 5px;
    margin-top: 15px;
}

.stand-home div.rv-stand {
    background: #ff670145;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}


    

html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	overflow:auto;
	box-sizing:border-box
}

body{
	margin:0;
	position:relative;
	background-color:#000000;
    font-family: 'Open Sans', Arial, sans-serif;
	font-weight:100;
	transition-property:all;
	transition-duration:.35s;
	right:0;
}

#layout-content {
    overflow-x: hidden;
    min-height:90vh;
}

p,ul{
	font-size:18px;
	font-weight:100;
	color:#fff;
	line-height:1.5;
	padding:0;
	margin:0
}

h1,h2,h3,h4,h5{
	color:#fff;
	line-height: 1;
}

h1{
	font-size:68px;
	font-weight:900;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align:center;
    text-transform:uppercase;
	margin:0!important
}

h2{
	font-size:68px;
	font-weight:900;
    font-family: 'Open Sans', Arial, sans-serif;
	text-transform:uppercase;
	padding-bottom:30px;
	margin:0!important
}

h3{
	font-size:30px;
	font-weight:900;
    font-family: 'Open Sans', Arial, sans-serif;
	text-transform:uppercase;
	color:white;
	margin:0!important
}

h4{
	font-size:26px;
	font-weight:900;
    font-family: 'Open Sans', Arial, sans-serif;
	color:white;
	text-transform:uppercase;
	margin:0!important
}

h5{
	font-size:22px;
	font-weight:900;
    font-family: 'Open Sans', Arial, sans-serif;
	margin:0!important
}

h6{
	font-size:18px;
	font-weight:900;
    font-family: 'Open Sans', Arial, sans-serif;
	text-transform:uppercase;
	color:white;
	margin:0!important
}

img{
	border:0;
}

ul{
	list-style-type:none;
	padding:0;
	margin:0
}

button.regular {
    font-size: 17px!important;
    border: none;
    cursor: pointer;
    transition: background-color .35s;
    background: none;
    color: #ffffff;
    border: 1px #fff solid;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 10px;
    border-radius: 5px;
}

button.regular:hover {
    font-size: 17px!important;
    border: none;
    cursor: pointer;
    transition: background-color .35s;
    background: white;
    color: var(--color);
    border: 1px #fff solid;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 10px;
}

a{
    font-family: 'Open Sans', Arial, sans-serif;
	font-weight:10;
	text-decoration:none;
	color: var(--color);
}

a:active,a:hover{
	outline:0;
	transition-duration:.35s
}

b,strong{
	font-weight:900
}

span.rood{
    color: var(--color); 
}

span.goud {
    color: #e0b039;
    font-weight: 600;
}

li span.rood{
    font-weight:600;
}

span.head-link{
    text-transform:initial;
    font-weight:100;
}

.col-1{
	flex-basis:8.33%
}

.col-2{
	flex-basis:16.66%
}

.col-3{
	flex-basis:23%
}

.col-4{
	flex-basis:30%
}

.col-5{
	flex-basis:41.66%
}

.col-6{
	flex-basis:48%
}

.col-7{
	flex-basis:58.33%
}

.col-8{
	flex-basis:66.66%
}

.col-9{
	flex-basis:73%
}

.col-10{
	flex-basis:83.33%
}

.col-11{
	flex-basis:91.66%
}

.col-12{
	flex-basis:100%
}

.container{
	display:flex;
	flex-wrap:wrap;
	width:75%;
	margin:auto;
	justify-content:space-between
}

/*.main-content {
    width: 100%;
    z-index: 1;
	position: absolute;
	bottom: 0;
}*/

#red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        98deg, 
        rgba(0,0,0,0.15) 0%, 
        rgba(0,0,0,0) 30%, 
        rgba(0,0,0,0.15) 60%, 
        rgba(0,0,0,0.15) 100%);
    width: 100%;
    height: 100%;  
}

#mail-icoon {
    position:fixed;
    bottom:25px;
    right:30px;
    background: var(--color);
    padding:20px;
    border-radius: 50%;
    z-index:10;
}

#mail-icoon i{
    font-size:22px;
    color:white;
    text-align:center!important
}

#mail-icoon:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration:.35s;
    z-index:10!important;
}

@media screen and (max-width: 1550px) {
.container{
	width:80%;
}

h1{
    font-size:62px;
}

h2{
    font-size:62px;
}
}

@media screen and (min-width: 900px) and (max-width: 1300px) {
.container{
	width:90%;
}
}

@media screen and (min-width: 900px) {
#menu-hamburger, #menu-kruis{
	display:none!important;
}

#back-up {
    display:none!important;
}

.news-post h1{
    font-size:54px;
}
}

@media screen and (max-width: 900px) {
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8, .col-9, .col-10, .col-11, .col-12{
	flex-basis:100%!important
}

.container{
	width:85%;
}

#back-up {
    display:none;
    position: fixed;
    right: 25px;
    bottom: 15px;
    font-size: 32px;
    color: white;
    z-index: 10;
    cursor:pointer;
}

#back-up .fas {
    transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
}

#red-overlay{ 
    background: linear-gradient( 
        98deg, 
        rgba(0,0,0,0.25) 0%, 
        rgba(0,0,0,0.20) 30%,
        rgba(0,0,0,0.5) 45%, 
        rgba(0,0,0,0.20) 60%, 
        rgba(0,0,0,0.25) 100%);
}

h1{ 
    font-size:62px;
}

h2{ 
    font-size:62px;
}

h3{ 
    font-size:30px;
}

button.regular {
    margin-top: 10px;
}

.news-post h1{
    font-size:36px;
}
}

@media screen and (max-width: 600px) {
h1{ 
    font-size:50px;
}

h2{ 
    font-size:50px;
}

h3{ 
    font-size:24px;
}
}

@media screen and (max-width: 400px) {

h1{ 
    font-size:40px;
}

h2{ 
    font-size:30px;
}

h3{ 
    font-size:20px;
}

p{
    font-size:16px;
}

button.regular {
    font-size: 15px!important;
}

span.head-link {
    font-size: 16px!important;
}

#footer-credits p {
    font-size: 14px!important;
}
}


@media screen and (max-width: 325px) {

h1{ 
    font-size:32px;
}

h2{ 
    font-size:22px;
}

h3{ 
    font-size:18px;
}

p{
    font-size:13px;
}

button.regular {
    font-size: 12px!important;
}

span.head-link {
    font-size: 13px!important;
}

#footer-credits p {
    font-size: 12px!important;
}
}


/*----------------------------HEADER----------------------------*/
#header-big{
    position:relative;
    background: linear-gradient( 
        0deg, 
        rgba(0,0,0,1) 5%, 
        rgba(0,0,0,0.1) 60%, 
        rgb(0 0 0 / 60%) 97%), 
        url(/storage/app/media/richard-verschoor-header.jpg);
    background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	flex-wrap:wrap;
    min-height:100vh;
    width:100%
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.bg-photo{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


/*----------top balk----------*/
#nav-balk {
    padding-top:20px;
    height:10vh;
}

#top-nav{
    flex-wrap:nowrap;
	align-items:center;
    padding-top: 10px
}

#top-nav a{
    line-height: 0px;
    font-weight:900;
    font-size: 18px;
    color:#1D1D1B
}

#top-nav a:hover{
    color: var(--color);        
}

/*----------logo----------*/
#nav-logo{
    text-align:left;
    width:20%
}

#nav-logo img{
    width:100px
}


/*----------navigatie----------*/
#nav-menu {
    width: 60%;
    display: flex;
    justify-content: center;
    z-index:10;
}

#menu-container {
    width: 100%;
}

#menu-container ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#menu-container ul li{
	text-transform:uppercase;
}

#menu-container ul a {
    color:white; 
}

#menu-container ul a:hover {
    opacity:0.75 
}


/*----------top socials----------*/
#nav-socials{
    text-align:right;
    width:20%
}

#nav-socials .fab{
    font-size:20px;
    padding-left: 15px;
    color:white  
}

/*----------gecentreerde tekst----------*/
#header-info {
    z-index: 10;
}

#mid-cta{
	height:90vh;
	align-items:center;
	justify-content:flex-start
}

#mid-cta h1{
	color:#fff;
	text-transform:uppercase;
	text-align: left;
}

#mid-cta h1 {
    padding-bottom:30px;
}

#mid-cta p:last-child {
    padding-bottom: 0px!important;
}

#wins p {
    line-height: 1.9;
}

.trophy{
    display:flex;
    align-items:center;
}

#mid-cta i.fas.fa-trophy {
    color: white;
    font-size: 16px;
    padding-right:10px;
}

#wins{
    padding-bottom:30px;    
}


@media screen and (min-width: 900px) {
#nav-menu {
    display: flex!important;
    visibility:visible!important;
    transition: none!important;
    opacity:1!important;
}

#nav-socials .fab:hover{
    color: var(--color);  
}
}

@media screen and (min-width: 900px) and (max-width: 1300px) {
#nav-logo img {
    width: 110px!important;
}

#menu-container ul{
	font-size: 15px;
}
}

@media screen and (min-width: 900px) and (max-width: 1050px) {
#nav-logo{
    text-align:left;
    width:15%
}

#nav-socials{
    text-align:right;
    width:25%
}
}

@media screen and (max-width: 900px) {
#header-big {
    background: linear-gradient( 
        0deg, 
        rgba(0,0,0,1) 5%, 
        rgba(0,0,0,0.2) 60%, 
        rgb(41 58 142 / 60%) 97%),
        url(/storage/app/media/richard-verschoor-header.jpg);
    background-position: 50%;
}

#nav-balk {
    width: 100%;
    padding-top:0px;
    height: 6vh;
} 

#nav-logo {
    padding: 40px 0px;
    z-index: 50;
}

#nav-socials {
    width: 100%;
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    z-index:100;
}


/*responsive menu*/
#nav-menu {
    display:flex;   
    visibility:hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: black;
    align-items: center;
    z-index:20;
    opacity:0;
    transition: opacity 0.35s;
}

#menu-container{
    height:50vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-container ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#top-nav a {
    font-size: 28px;
    font-weight:900;
}
    
#menu-hamburger{
    display:flex;
    justify-content:flex-end;
    cursor:pointer;
    color:white;
    z-index:50;
    font-size: 24px
}

#menu-kruis{
    display:flex;
    justify-content:flex-end;
    display:none;
    cursor:pointer;
    color:white;
    z-index:50;
    font-size:26px
}

#nav-socials .fab {
    font-size: 18px;
}

#top-usp p:nth-child(2) {
    display: none;
}

#wins{
    padding-bottom:20px;    
}

#mid-cta {
    height: 94vh;
}

#mid-cta h1 {
    padding-bottom:20px;
}
}


/*------------------------ABOUT-HOME----------------------*/
#verschoor{
    position:relative;
    background: linear-gradient(
        0deg, 
        rgba(0,0,0,1) 3%, 
        rgba(0,0,0,0.67) 40%, 
        rgba(0,0,0,0.67) 60%, 
        rgba(0,0,0,1) 95%),
        url(/storage/app/media/richard-verschoor-about.webp);
    background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
    width:100%;
    min-height:calc(100vh - 120px);
    display:flex;
    align-items:center;
    padding: 60px 0px;
}

#about-home p{
    color:white;
    text-align:right;
    padding:0px 0px 30px 35%;
}

#about-home {
    text-align: right;
}

@media screen and (max-width: 900px) {
#verschoor {
    background: linear-gradient(
        0deg, 
        rgba(0,0,0,1) 3%, 
        rgba(0,0,0,0.67) 40%, 
        rgba(0,0,0,0.67) 60%, 
        rgba(0,0,0,1) 95%),
        url(/storage/app/media/richard-verschoor-about.webp);
    background-position: 30%;
}

#verschoor .container {
    justify-content: center;
}

#about-home p{
    text-align:center;
    padding:0px;
    margin-bottom: 20px
}

#about-home {
    text-align: center;
}
}


/*------------------------CONTACT-HOME----------------------*/
#contact-home{
    position:static;
    background: linear-gradient(
        0deg, 
        rgba(0,0,0,1) 5%, 
        rgba(0,0,0,0.55) 40%, 
        rgba(0,0,0,0.55) 60%, 
        rgba(0,0,0,1) 97%),
        url(/storage/app/media/richard-verschoor-contact.webp);
    background-size:cover;
	background-repeat:no-repeat;
	background-position: bottom;
    width:100%;
    min-height:calc(100vh - 120px);
    display: flex;
    align-items: center;
    padding: 60px 0px;
}

#contact-info-content h2 {
    padding-bottom: 60px;
}

.mail, .socials {
    padding-bottom: 40px;
}

.mail h3, .socials h3{
    padding-bottom: 15px;
}

.team h3 {
    padding-bottom: 22px;
}

.socials h4{
    text-transform:initial;
    font-weight:100;
    padding-bottom:10px;
}

.socials a {
    display: block;
}

.socials .fab {
    font-size: 22px;
    color: white;
    width: 35px;
}

#contact-top {
    width: 100%;
}

#contact-info {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

#contact-sponsors {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 45px;
}

#contact-sponsors h5 {
    text-align: center;
}

.main-sponsor{
    padding-top: 0px!important;    
}

.main-sponsor-groep,
.sponsor-groep{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    align-items: center;
    width: 100%;
}

.contact-sponsors-content{
    width: 100% !important;
}

.sponsor-groep .contact-sponsors-content {
    background: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.sponsor-groep .contact-sponsors-content{
    transition: .3s;
}

.sponsor-groep .contact-sponsors-content:hover {
    background: #ff6703;
}

.contact-sponsors-content img {
    padding: 22px 0px!important;
}

.main-sponsor-groep .contact-sponsors-content img {
    width: 125px;
    max-width: 100%;
    height: 50px;
    object-fit: contain; 
    object-position: center;
}

.contact-sponsors-content.main-sponsor {
    background: #ff6700;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-groep .contact-sponsors-content img {
    width: 125px;
    max-width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.cp img{
    height: 30px!important;
}

h5.spnsrs {
    padding-top: 90px;
    padding-bottom: 0px;
    margin-bottom: -15px!important;
}

.km img {
    width: 70px!important;
}

#contact-sponsors h3{
    display:none;
}

@media screen and (max-width: 900px) {
#contact-home{
    padding: 60px 0px 75px 0px;
}

#contact-sponsors, #contact-info, #contact-top {
    height: unset;
}

.main-sponsor-groep{
    margin-top: 45px;
}

.main-sponsor-groep, 
.sponsor-groep {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.contact-sponsors-content img{
    width: 90px !important;
    height: 50px !important;
    object-fit: contain!important;
    object-position: center!important;
}

.cr img{
    height: 25px!important;
} 

.cp img{
    height: 20px!important;
}


#contact-home .container {
    justify-content: center;
}

#contact-home h2, #contact-home h3, #contact-home p{
    text-align: center;
} 

#contact-home h2{
    padding-top: 80px;
}

h3.scls{
    padding-top: 30px;
} 

.socials h4{
    text-align:center;
}

h3.contact-mail {
    padding: 20px 0px 20px 0px;
}

span.head-link{
    font-size: 22px;
}

.sponsor-groep-1 {
    justify-content: center;
    padding-bottom: 35px!important;
}

.sponsor-groep-1 h5{
    font-size: 18px;
}
}


/*------------------------FOOTER----------------------*/
#footer-credits{
	background:#111;
	padding:18px 0;
	margin:0
}

#footer-credits p{
	text-align:center;
	color:#fff;
	font-size:15px
}

#footer-credits a{
    color: var(--color);    
}

#footer-credits a:hover{
	opacity:0.7;
	transition-duration:.35s
}



/*--------------------NEWS------------------*/
#head-news{
    padding:80px 0px;    
}

.head-underline{
    height:5px;
    background: var(--color);
    width:100%;
    margin:30px 0px;
    border-radius: 5px;
}

#post-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#newsitems{
    padding-top: 40px;
}    

li.seperate-post {
    padding-bottom: 40px;
}

li.seperate-post img{
    width:100%;  
    border-radius: 5px;
}

.news-post{
    padding:100px 0px;    
}

.news-post h1{
    padding:30px 0px;
    text-align: left;
}

.news-post strong{
    color: var(--color);
    text-transform: uppercase;
}

ul.post-list-categories.p-category {
    margin-top: 10px;
}

ul.post-list-categories.p-category a {
    font-size:17px;
    color: var(--color);
}

h3.post-list-title.p-name{
    text-transform: inherit;
    padding-bottom: 10px;
    line-height: 0.9;
}

h3.post-list-title.p-name a{
    font-size:17px;
    color:white;
}

.post-list-date {
    font-size: 14px;
    text-transform: uppercase;
}

.featured-images.text-center img{
    border-radius: 5px;
    margin-top:60px;
}

p.info {
    display: none;
}


/*--------------------CALENDER------------------*/
.page-content {
    padding:80px 0px;
}

#calender .page-content {
    height: 75vh;
}

#calendar .head-underline{
    margin-bottom:60px;
}

.calender-race.col-6 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 20px 0px;
    flex-wrap: wrap;
}

.calender-race img{
    width:47%;
    height:47%;
}

#results-block {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

img.race-results-photo {
    width: 100%;
    border-radius: 5px;
}

img.circuit-photo {
    width: 100%;
    margin:0px 0px 30px 0px;
    border-radius: 5px;
}

.time-table {
    padding: 30px;
    background: #151515;
    border-radius: 5px;
}

img.past-race {
    opacity: 0.3;
}

h4.race-results{
    padding: 0px;
    margin-bottom: 22px!important;
}

h4.timetable {
    padding-bottom: 22px;
    padding-top: 20px
}

p.track-times{
    font-size:13px;
    padding-bottom: 20px    
}

h5.race-results-title {
    padding-bottom: 5px;
}

.results-block {
    background: #151515;    
    padding: 30px;
    margin-bottom: 22px!important;
    border-radius: 5px;
}

.results-block ul {
    line-height: 1.6;
}

.results-block h5 {
    padding-bottom: 8px;
}

@media only screen and (max-width: 900px) {
#next-circuit {
    margin-top: 40px;
}
}


/*--------------------ALBUMS------------------*/
h1.photos{
    text-align:center; 
    width: 100%;
}

#album-overview .container {
    justify-content: start;
}

.album-flexing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.album-photos.col-3 {
    flex-basis: 31%;
}

.album-photos{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top:40px;
}

.album-photos img{
    margin-bottom: 60px;
    border-radius: 5px;
    width: 100%!important;
    height: auto!important;
}

img.album-cat {
    height: auto;
    width: 100%;
    margin-bottom: 25px;
}

.album-photos h4 {
    text-align: center;
    width: 100%;
}

#magnific {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


button.mfp-close {
    font-size: 32px!important;
}

.mfp-figure:after {
    display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 0px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 0px
}

@media screen and (min-width: 1500px) {
div#magnific a {
    width: 31%;
}
}

@media screen and (min-width: 900px) {
.album-photos.col-3 {
    padding-bottom: 40px;
}
}

@media screen and (max-width: 1500px) {
.album-photos.col-3 {
    flex-basis: 48%;
}

div#magnific a {
    width: 48%;
}
}

@media screen and (max-width: 900px) {
.album-photos img{
    height: auto;
    width: 100%;
}

.page-content h1 {
    padding-top: 40px;
}

#head-news h1{
    padding-top:40px;
}

div#magnific a {
    width: 100%;
}
}

/*ROAD TO F1*/
#road-to-overview .container {
    justify-content: start;
}

#road-to-overview p {
    padding-bottom: 40px;
}

#contact-sponsors h5 {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 0px;
}

@media only screen and (max-width:900px) {
.team a {
    display: flex;
    justify-content: center;
}
}


/*CALENDAR TABLE*/

table {
    background-color: transparent;
    border-collapse:collapse;
    width: 100%;
}

th {
    text-align:left;
}

td {
    color: white;
}


.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      padding-bottom: .56rem
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .5em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .5em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .5em;
      font-size: 17px;
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

@media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch;
    }

