body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.custom-font {
    font-family: "Madimi One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
}  

.navbar-content {
    margin: 10px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-content > a > img {
    max-width: 200px;
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .row {
        margin: 0px 20px;
    }
    .navbar-content > a {
        font-size: 1em;
        letter-spacing: 3px;
    }
    .navbar-side {
        display: none;
    }
}

.box-container {
    background-color: #ecf0f1;
    padding: 30px;
    margin: 10px;
    border-radius: 10px;
}

.videoWrapper {
    --border-radius: 10px;
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: var(--border-radius);
    background-color: rgba(0, 0, 0, 0.3);
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0% 0% 0% 0% round var(--border-radius));
}

#twitch-embed > iframe {
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 50%);
}

.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cube-input {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.course-element {
    padding: 5px;
    margin: 10px;
}

.course-element:hover {
    cursor: pointer;
}

.course-element-bg {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.course-element-bg:hover {
    background-color: #dddfdf;
}

.cart-success {
    color: #27ae60;
    display: inline-block;
}

.cart-error {
    color: #e74c3c;
    display: inline-block;
}

.btn-primary {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}

.col-center {
    float: none;
    margin: 0 auto;
}

.progress-name {
    margin-bottom: 10px;
}

.progress {
    margin-bottom: 15px;
}

.footer {
    background-color: #2c3e50;
    font-size: 0.8em;
    padding: 30px 0px 30px 0px;
    margin-top: auto;
    width: 100%;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 2;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 40%;
	position: relative;
}

@media screen and (max-width: 768px) {
    .popup {
        width: 80%;
    }
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none!important;
	color: #333;
}

.popup .close:hover {
	color: #252525;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

.footer-link {
    color: #2980b9 !important;
}

.center {
    text-align: center;
}

.cart-box {
    background-color: white;
    padding: 7px;
    border-radius: 7px;
    font-size: 0.8em;
}

.admin-big-button {
    font-size: 5em;
    padding: 20px;
    margin: 10px;
}

.admin-big-button:hover {
    cursor: pointer;
    color: #2c3e50;
}

.admin-big-text {
    font-size: 5em;
    margin: 10px;
}

.break {
    display: none;
}

.admin-textarea {
    width: 500px;
}

.increment-decrement-button {
    font-size: 1.5em;
    margin: 10px;
    display: inline-block;
}

.increment-decrement-button:hover {
    cursor: pointer;
    color: #2c3e50;
}

.cube-price {
    font-size: 0.8em;
}

.mobile-box {
    padding: 10px;
}

.mobile-break {
    display: none;
}

.g-recaptcha {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .mobile-box {
        padding: 10px 5px 5px 5px;
        margin: 0px;
    }
    .mobile-box > h3 {
        font-size: 1.3em;
    }
    .mobile-break {
        display: block;
    }
    .g-recaptcha {
        transform: scale(0.73);
        transform-origin: 0 0;
        -webkit-transform: scale(0.88);
        -webkit-transform-origin: 0 0;
        -moz-transform: scale(0.88);
        -moz-transform-origin: 0 0;
        -ms-transform: scale(0.88);
        -ms-transform-origin: 0 0;
        -o-transform: scale(0.88);
        -o-transform-origin: 0 0;
    }
    .padding-mobile  {
        padding: 2px;
    }
    .margin-mobile {
        margin: 2px;
    }
}

.dark-section {
    background-color: #34495e;
    border-radius: 10px;
    padding: 5px;
}

.dark-section > p {
    color: white;
}

.cubes-section {
    background-color: #34495e;
    border-radius: 10px;
    padding: 10px;
}

.cubes-section > h3, .cubes-section > div > p {
    color: white;
}

.cubes-section > .form-group > .increment-decrement-button > i {
    color: white;
    transition: all 0.3s ease-in-out;
}

.cubes-section > .form-group > .increment-decrement-button:hover > i {
    color: rgb(236, 233, 233);
}

.custom-cb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-cb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
}

.custom-cb input:checked ~ .checkmark {
    background-color: black;
}

.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.custom-cb input:checked ~ .checkmark:after {
    opacity: 1;
}

.custom-cb .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#CookiebotWidget :focus-visible, #CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
    outline: none !important;
}

.btn-green {
    background-color: #27ae60;
    border-color: #27ae60;
    color: white;
}

.btn-green:hover {
    background-color: #25a35a;
    border-color: #25a35a;
    color: white;
}

#add-to-cart-msg > span {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

#shipment_line, #shipment_line > i {
    color: white;
}

.nomargin {
    margin: 0px;
}

.nopadding {
    padding: 0px;
}

.img-fullwidth {
    width: 100%;
}