/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #2d2d2d #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #2d2d2d;
    border-radius: 10px;
    border: 1px none #ffffff;
  }
  
h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	color: #333;
	font-size: 24px;
}

h4 {
	color: #000;
	font-size: 20px;
}

.textarea {
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
}

.input{
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
}

.card500 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  width: 500px;
}

.cardTransp {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border-radius: .25rem;
	width: 500px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,0.13);
	height: 300px;
	margin: 5px;
	padding: 5px;
}

.cardTranspRight {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
  width: 500px;
  color: #FFF;
  font-size: 16px;
  text-align: right;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 2px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-right-color: rgba(255,255,255,0.13);
  height: 300px;
  margin: 5px;
  padding: 5px;
}

/*SURCHARGE TEMPLATE*/

.vrc-main-title {
background-color: rgba(0, 0, 0, .03);
border-bottom: 1px solid #dfe3e7;
margin-bottom: 0;
padding: .5rem 1rem;
}

body.wrapper-fluid footer > .grid-child, body.wrapper-fluid header > .grid-child {
    text-align: center;
    width: 250px;
}

.container-component {
    background-color: #FFFFFF;
    opacity: 0.8;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #dfe3e7;
    margin-bottom: 0;
    padding: .5rem 1rem;
}

.container-bottom-b > *, .container-top-b > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin:5px;
}

.container-bottom-a > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin:5px;
    min-height: 150px;
}

.container-top-a > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin:5px;
    opacity: 0.8;
}

body:not(.has-sidebar-left) .site-grid .container-component {
    grid-column-start: main-start;
    background-color: #FFF;
    border-radius: 6px;
    margin:5px;
}

.divcol2 {
    float: left;
    margin-right: 30px;
}

.container-header {
    background-color: transparent;
    background-image: none;
}

.wf-mediabox-container {
    background-color: #fff;
    border-radius: .25em;
    padding: 20px;
}

#cookiesck_options {
    background-image: none;
    }

.div-col2 {
    padding-right: 40px;
    float: left;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.vrc-searchmod-wrap-vertical .vrcsfentrysubmit .vrcsearch {
    width: 100%;
    border-style: solid;
    border-color: black;
    background-color: #FF0000;
    color: #FFF;
}

.vrcdivsearch {
    padding: 15px;
    background: #fbfbfb;
    border: 1px solid #eee;
    width: 100%;
    /* display: flex; */
    flex-wrap: wrap;
}

.vrc-goback-block a {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 25px;
    width: 100%;
    border-style: solid;
    border-color: black;
    background-color: #FF0000;
    color: #FFF !important;
}

#stripe-checkout-button {
    text-align: center;
    margin: 10px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    background-color: #FF0000;
    color: #FFF !important;
}

.btn {
    background-color: #FF0000;
    border: 1px solid #000;
    border-radius: .25rem;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .6rem 1rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

/* Maximenu CK */
