.padding-5 {
    padding: 5%;
}

.container p {
    font-size: 18px;
}

.container p a {
    color: #46beff !important;
}
.container p a:hover {
    color: #46beff !important;
    text-decoration: underline;
}

.cardsearch {
    margin: 1%;
    justify-content: center;
    background-color: transparent;
    border: unset;
}

.cardsearchbody {
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    /* background-image: url('/src/pages/exhibitors/list/card/title/title_2x.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; */
    height: 28%;
    max-height: 69px;
    width: 100%;
    background-image: linear-gradient(to left, rgba(58, 197, 197, 0), #3ac5c5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-text {
    color: white;
    font-weight: bold;
}

.container p {
    color: #ffffff;
}

.video_detail {
    color: #ffffff;
    font-size: 18px;
}

.video_title {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.video_detail a {
    color: #46beff !important;
}

.video_detail a:hover {
    color: #46beff !important;
    text-decoration: underline;
}

.news-bg {
    background-color: white;
    padding: 1rem;
    word-wrap: break-word;
}

.brand-size-top {
    inline-size: -webkit-fill-available;
    object-fit: contain;
    object-position: bottom;
}

.brand-size-bottom {
    inline-size: -webkit-fill-available;
    object-fit: contain;
    object-position: top;
}

* {
    box-sizing: border-box
}

body {
    /* font-family: Verdana, sans-serif; */
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.box_chippings {
    border: none;
    background-color: #ffffff;
    margin: 15px 10px;
    min-height: 100px;
}

.box_txt_chippings {
    padding: 2rem;
}

.title_chippings {
    font-family: "Prompt";
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00324d;
}

.box_read_chippings {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn_box_read_chippings {
    background-color: #2075bc;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 0.78px;
    color: #fff;
    font-family: "Prompt";
    cursor: pointer;
    border: none;
    padding: 2px 15px;
}

a.btn_box_read_chippings:hover {
    color: #2075bc;
    border: 1px solid #2075bc;
    background-color: #fff;
}

.box_chippings_date {
    text-align: center;
    background: #135286;
    padding: 10px 0px;
    min-height: 100px;
}

.day {
    font-family: 'Prompt';
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #d3ff00;
}

.my {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.96px;
    color: #d3ff00;
    text-transform: uppercase;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.imgbox {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.imgalign {
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(32, 117, 188, 0.85);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: left;
}

.imgbox:hover .overlay {
    opacity: 1;
}

@font-face {
    font-family: cloud_lightlight;
    src: url('/src/font/cloud-light-webfont.woff2');
}
