2021-02-09 00:36:55 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: Dosis;
|
2021-02-10 05:30:42 +00:00
|
|
|
src: url("/static/css/fonts/dosis/Dosis-Regular.ttf"),
|
|
|
|
url("/static/css/fonts/dosis/Dosis-Medium.ttf"),
|
|
|
|
url("/static/css/fonts/dosis/Dosis-Light.ttf"),
|
|
|
|
url("/static/css/fonts/dosis/Dosis-ExtraLight.ttf"),
|
|
|
|
url("/static/css/fonts/dosis/Dosis-Bold.ttf"),
|
|
|
|
url("/static/css/fonts/dosis/Dosis-ExtraBold.ttf"),
|
|
|
|
url("/static/css/fonts/dosis/Dosis-SemiBold.ttf"),
|
|
|
|
url("/static/css/fonts/Dosis-VariableFont_wght.ttf");
|
2021-02-09 00:36:55 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-display: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2021-10-03 19:44:29 +00:00
|
|
|
font-family: Dosis;
|
2021-02-09 00:36:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul, li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2021-10-03 19:44:29 +00:00
|
|
|
|
2021-02-06 09:44:11 +00:00
|
|
|
/* Vertical slider */
|
|
|
|
input[type=range][orient=vertical] {
|
|
|
|
writing-mode: bt-lr; /* IE */
|
|
|
|
-webkit-appearance: slider-vertical; /* WebKit */
|
|
|
|
width: 8px;
|
|
|
|
height: 175px;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
2021-02-11 00:10:02 +00:00
|
|
|
[class*="col-"] {
|
2021-10-03 19:44:29 +00:00
|
|
|
background-clip: padding-box;
|
|
|
|
border: 10px solid transparent;
|
|
|
|
margin: 0em !important;
|
|
|
|
padding: 0em !important;
|
2021-02-11 00:10:02 +00:00
|
|
|
}
|
2021-02-06 09:44:11 +00:00
|
|
|
|
|
|
|
#video-container::-webkit-media-controls {
|
2021-10-03 19:44:29 +00:00
|
|
|
display: none !important;
|
2021-02-06 09:44:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#video-container::-webkit-media-controls-enclosure {
|
2021-10-03 19:44:29 +00:00
|
|
|
display: none !important;
|
2021-02-06 09:44:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-10-14 06:24:48 +00:00
|
|
|
.modal-header {
|
|
|
|
background-color: rgba(0, 0, 0, 0.64);
|
|
|
|
}
|
2021-02-06 09:44:11 +00:00
|
|
|
|
|
|
|
.modal-content {
|
2021-10-14 06:24:48 +00:00
|
|
|
background-color: rgba(50, 56, 62, 0.74);
|
|
|
|
border-color: rgba(249, 148, 6, 0.74);
|
2021-02-06 09:44:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sticky-top,
|
|
|
|
.card {
|
|
|
|
background-color: rgba(50, 56, 62, 0.84);
|
|
|
|
}
|
|
|
|
|
2021-10-03 19:44:29 +00:00
|
|
|
.card-body {
|
2021-10-14 06:24:48 +00:00
|
|
|
min-height: 326px;
|
2021-10-03 19:44:29 +00:00
|
|
|
font-size: x-large;
|
|
|
|
vertical-align: middle !important;
|
|
|
|
align-items: center;
|
|
|
|
display: grid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-img, .card-img-top {
|
|
|
|
max-height: 285px !important;
|
|
|
|
object-fit: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item {
|
|
|
|
color: rgba(255, 255, 255, 1) !important;
|
|
|
|
}
|
|
|
|
|
2021-02-06 09:44:11 +00:00
|
|
|
.label-as-badge {
|
|
|
|
border-radius: 1em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|