html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


body{

    font-family: PingFangSC-light, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Heiti SC", 冬青黑, "Microsoft YaHei", 微软正黑体, "Microsoft JhengHei", 微软雅黑, 宋体, STHeiti, "LiHei Pro", 华文黑体, "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    overflow-x: hidden;
}


/*General style*/


a {
    text-decoration: none;
    color: #1b46ce;
    outline: none;
}

a:hover,
a:focus {
    color: #164eff;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    font-size: 2.4rem;
    margin: 0 0 20px;
    font-weight: bold;
}

h1,
h3,
h4 {
    color: #020202;
    font-weight: bold;
}

h5 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #020202;
    padding: 1.2rem;
    text-align: justify;
}

p { font-size:18px; }

ul,
ol {
    color: #013e66;
}

p {
    color: #020202;
    text-align: left;
}

section {
    margin: 0;
    padding: 2em 0em;
}

.no-padding {
    padding: 0px;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}


.header-logo {
    width: 320px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
}


.hide {
    opacity: 0;

}

.show {
    opacity: 1;

}


/* Top right */

#topbar {
    position: absolute;
    top: 2rem;
    right: 50px;
    white-space: nowrap;
    z-index: 100000;
}

#topbar .fa-2x {
    font-size: 1.3em;
}

.social-icons {
    width: 40px;
    margin-left: .5em;
    background: #ec6d17;
    padding: .5em 0 .5em .1em;
    color: #ffffff;
    float: left;
    text-align: center;
    border-radius: 100px;
    line-height: 1.5em;
}

.red-book img{
    width: 100%;
    margin:0 auto;
    text-align: center;
    border-radius: 100px;
    line-height: unset !important;
}


.social-icons-main {
}

.lang-btn {
    background-color: #db4b2f;
    border-radius: 50px;
    color: #ffecdf;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    padding: 0px 8px;
    font-size: 1em;
}

.btn.lang-btn:hover {
    background-color: #048ea5;
    color: #ffecdf;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);

}

/* End of Top right */


/* Sections Background */


.container.first-section-bg-2 {

       --bs-gutter-x: 0rem;

}



.first-section-bg-2 {
    background-image: url("https://microfilm.zaobao.com/preview/assets/img/fame-section-bg.jpg"); 
    background-repeat: no-repeat; 
    background-size: cover; 
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    display: block;
}

.first-section-bg-3 {
    background-image: url("https://microfilm.zaobao.com/preview/assets/img/sharing-bg.jpg"); 
    background-repeat: no-repeat; 
    background-size: cover; 
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    display: block;
}


/* End of Sections Background */


/* Navigation Menu */

        .navbar-toggle-btn {
            position: fixed;
            top: 2rem;
            left: 50px;
            background-color: rgba(27, 70, 206, 0.9);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1050;
            color: #ffffff !important;
        }

        .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
            color: #ffffff;
            background-color: #c04545;
        }

        .offcanvas {
            background-color: rgba(33, 43, 53);
        }

        .offcanvas-header {
            border-bottom: 0px solid #dee2e6;
        }

        .offcanvas-body .nav-link {
            font-size: 1.2rem;
            font-weight: 500;
            color: #ebc378;
            padding: 1rem 1.5rem;
            border-radius: 0.5rem;
            transition: background-color 0.2s, color 0.2s;
        }
        
        .offcanvas-body .nav-link:hover {
            background-color: #ebc378;
            color: rgba(33, 43, 53);
        }

        .offcanvas-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1040;
            width: 100vw;
            height: 100vh;
            background-color: transparent !important;

        }

        .offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
            visibility: visible;
            z-index: 10000;
        }

        .offcanvas.offcanvas-start {
            top: 0;
            left: 0;
            width: auto;
            border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            transform: translateX(-100%);
        }

        .btn-close {
            --bs-btn-close-color: #ffffff !important;
        }

/* End of Navigation Menu */



/* Hall of Fame Masthead */


.hall-of-fame-banner {
  position: relative;
  overflow: hidden; /* This is key to contain the shimmer effect */
  min-height: 400px; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

/* Hall of Fame Text Styling */
.hall-of-fame-content {
  position: relative;
  z-index: 1; /* Puts content above the background animation */
  padding: 2rem;
  opacity: 0;
  animation: fadeInUp 1.5s ease-out forwards;
}

.hall-of-fame-title {
  font-size: 3rem;
  font-weight: bold;
}

.hall-of-fame-description {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}



@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* Hall of Fame Masthead */


/* Key Visual */


.sharing-key-visual {
    width: 100vw;  /* Sets width to 100% of the viewport width */
    height: auto;  
    padding: 0;
    object-fit: cover; /* Ensures the image covers the entire area, cropping if necessary */
    object-position: center;
    display: block;

}


.key-visual {
    width: 100vw;  /* Sets width to 100% of the viewport width */
    height: auto;  
    padding: 0;
    object-fit: cover; /* Ensures the image covers the entire area, cropping if necessary */
    object-position: center;
    display: block;
}


.Right_Bar_1, .Right_Bar_5, .Left_Bar_8, .Left_Bar_4 {
    position: relative; 
    animation: moveUpDown 3s infinite alternate;

}


@keyframes moveUpDown {
  0% {
    transform: translateY(0); /* Start at original position */
    opacity: .5;
  }
  100% {
    transform: translateY(-50px); /* Move up by 50px */
    opacity: 1;
  }
}


.Right_Bar_1:hover, .Right_Bar_5:hover, .Left_Bar_8:hover, .Left_Bar_4:hover  {
  animation-play-state: paused;
}


.Left_Bar_3, .Left_Bar_6, .Right_Bar_8, .Right_Bar_3 {
    position: relative; 
    animation: moveUpDown2 5s infinite alternate;

}


@keyframes moveUpDown2 {
  0% {
    transform: translateY(0); /* Start at original position */
    opacity: .3;
  }
  100% {
    transform: translateY(-50px); /* Move up by 50px */
    opacity: 1;
  }
}


.Left_Bar_3:hover, .Left_Bar_6:hover, .Right_Bar_8:hover, .Right_Bar_3:hover  {
  animation-play-state: paused;
}


/* End of Key Visual */


/* Hall of Fame page */


section#voting-page {
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 300px;
    padding-bottom: 0em;
}

section#voting-nomination {
    padding-top: 1.5em;
}

.voting_intro h3 {
    font-size: 2em;
    color: #e44029;
}

.voting_intro h4 {
    margin-bottom: 1.5rem;
}

.voting_intro p {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0rem;
}

.voting-border {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    opacity: .5;
}

.voting-border1 {
    margin-bottom: 3rem;
    margin-top: 3rem;
    opacity: .5;
}

.vote-now {
    background-color: #ffaf57;
    color: #013e66;
    font-weight: bold;
    border-style: none;
    margin-top: 0.5rem;
    border-radius: 1.5em;
    margin-bottom: 0.3rem;
}

.btn-primary.vote-now:hover {
    color: #ffaf57;
    background-color: #013e66;
    border-color: #013e66;
}

.btn-primary.vote-now:not(:disabled):not(.disabled).active,
.btn-primary.vote-now:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #ffaf57;
    background-color: #013e66;
    border-color: #013e66;
}

.btn-primary.vote-now.focus,
.btn-primary.vote-now:focus {
    box-shadow: none !important;
}


.vote-now2 {
    background-color: #ffaf57;
    color: #013e66;
    font-weight: bold;
    border-style: none;
    margin-top: 1rem;
    border-radius: 1.5em;
    margin-bottom: 0.3rem;
    font-size: 1.4em;
}

.btn-primary.vote-now2:hover {
    color: #ffaf57;
    background-color: #013e66;
    border-color: #013e66;
}

.btn-primary.vote-now2:not(:disabled):not(.disabled).active,
.btn-primary.vote-now2:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #ffaf57;
    background-color: #013e66;
    border-color: #013e66;
}

.btn-primary.vote-now2.focus,
.btn-primary.vote-now2:focus {
    box-shadow: none !important;
}



.vote-now3 {
    background-color: #013e66;
    color: #ffaf57;
    font-weight: bold;
    border-style: none;
    margin-top: 1rem;
    border-radius: 1.5em;
    margin-bottom: 0.3rem;
    margin-right: 20px;
    font-size: 1.4em;
}

.btn-primary.vote-now3:hover {
    color: #013e66;
    background-color: #ffaf57;
    border-color: #ffaf57;
}

.btn-primary.vote-now3:not(:disabled):not(.disabled).active,
.btn-primary.vote-now3:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #013e66;
    background-color: #ffaf57;
    border-color: #ffaf57;
}

.btn-primary.vote-now3.focus,
.btn-primary.vote-now3:focus {
    box-shadow: none !important;
}



.about-pills-tab {
    margin: 0 auto;
    background: #213269;
    border-radius: 300px;
    padding: 5px;
    font-size: 18px;
}

.nav-pills .nav-link {
   
}

.nav-link:focus, .nav-link:hover {
    color: #e78024;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #c04545;
    border-radius: 100px;
    font-weight: bold;
    padding: 8px 35px;
    margin: 0 15px 0 15px;
}

.nav-link {
    display: block;
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
    background:0;
    border: 0;
    margin: 0 15px 0 15px;
    padding:8px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


.voting-tab {
    color: #ffefc5;
    font-weight: 200;
    margin-bottom: 0;

}

.voting-tab-en {
    color: #ffefc5;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 1.1rem;
}


.video-thumbnail a::before {
    color: #fdfdff;
    content: "\f101";
    opacity: 0.6;
    position: absolute;
    z-index: 100;
    left: 40%;
    top: 50%;
    font: var(--fa-font-solid);
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
    background-color: #444;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    line-height: 1;
}


.video-thumbnail {
    position: relative;
    color: #013e66;
    margin-top: 3rem;
}

.video-thumbnail h5 {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.video-thumbnail h6 {
    padding: 0;
    text-align: center;
    margin-bottom: 0.5rem;
}

.video-thumbnail a {
    font-size: 3.6rem;
}

.video-btn {
    border-radius: 0.1rem;
    padding: .6rem;
    color: #ffefc5 !important;
    background-color: #002a46 !important;
    border-color: #002a46;
}

.btn-primary.video-btn:not(:disabled):not(.disabled).active:focus,
.btn-primary.video-btn:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.video-btn.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-primary.video-btn:not(:disabled):not(.disabled).active,
.btn-primary.video-btn:not(:disabled):not(.disabled):active,
.show>.btn-primary.video-btn.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #f14236;
}

.btn-primary.video-btn.focus,
.btn-primary.video-btn:focus {
    box-shadow: none !important;
}

.btn-primary.video-btn:hover {
    color: #ffefc5 !important;
    background-color: #f14236 !important;
    border-color: #f14236;
}

.modal-header {
    border-style: none;
}

.modal-header.cn {
    padding-bottom: 0px;
}

.cn h3 {
    font-size: 1.7rem;
    margin-bottom: -.2rem;
}

.modal-header.en {
    padding-top: 0px;
    padding-top: 0px;
    padding-bottom: 0rem;
}

.en h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #df5041;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fdfeff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.1rem;
    outline: 0;
    padding: 1.2rem;
    padding-bottom: 1.8rem;
}

.modal-text p {
    color: #df5041;
    margin-bottom: 0px;
}

.modal-content p {
    color: #161616;
    line-height: 1.4rem;
}

p.film-duration {
    margin-bottom: .5rem;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.social-icons2 {
    width: 35px;
    border: none;
    border-radius: none;
    margin-top: .3rem;
}

.close-btn {
    width: 25px;
    border: none;
    border-radius: none;
    opacity: .7;
}

button.btn-close,
input[type="submit"],
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 96%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

.pop-up-tab {
    border-bottom: 1px solid #cbc8b2;
    width: 99%;
    margin: 0 auto;
}

#mob-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #df5041;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid !important;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 0.3rem;
    padding-top: 0;
    margin-left: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.pop-up-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #212b35;
    font-weight: 600;
    font-size: 1.2rem;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.pop-up-tab .nav-link:focus,
.pop-up-tab .nav-link:hover {
    border-color: transparent;
}

.credits-container p {
    margin-bottom: 0.1rem;
    font-size: .9rem;
    text-align: left;
}


/* End of Hall of Fame page */



/* Sharing Session page */


 /* Custom Tailwind Configuration (Optional but ensures Inter font and rounded corners) */
       
/* Custom Styles to match the mock aesthetics */
.page-container {
    min-height: 100vh;
    padding: 2rem 0;
}

.left-panel {
    background-color: #ffe8b1;
    padding: 3rem 2rem;
    border-radius: 30px;
}

.right-panel {
    background-color: rgba(255, 232, 177, 0.5); 
    padding: 0rem 2rem 2rem 2rem;
    border-radius: 30px;
}
        
/* NEW STYLES FOR SMALLER SIDE NAVIGATION CIRCLES */
.speaker-circle-nav { 
    width: 80px; /* Smaller size */
    height: 80px;
    background-color: #4A90E2; 
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-left: 12px;
    margin-right: 12px;
}

.speaker-circle-nav:hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
}
        
.speaker-circle-nav.active {
    border-color: #FF5A5F; /* Active/selected indicator color */
    box-shadow: 0 0 0 6px rgba(255, 90, 95, 0.6);
}

.speaker-circle-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-name-badge {
    padding: 1rem;
    background-color: #6a85e6;
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    border-radius: 0;
    font-size: 1.2rem;
    margin-top: -1.5rem;
}

.speaker-name-badge2 {
    padding: 1rem;
    background-color: #6a85e6;
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    border-radius: 0;
    font-size: 1.2rem;
    margin-top: -4.5rem;
}

.speaker-title-badge {
    background-color: #724A9B; /* Title color */
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    display: inline-block;
}

/* Content Toggling */
.content-item {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}
.content-item.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


img.speaker-image {
    width: 40%;
    margin: 0 auto;
    margin-top: 2rem;
}

.content-panel-bg{
            background-color: #bfccfa;
            width: 40%;
            margin: 0 auto;
            border-radius: 300px;
            margin-bottom: 2rem;
            margin-top: -2.5rem;
            position: relative;
            z-index: 40;
        
        }


        .content-panel-title {
            font-size: 25px;
            font-weight: 700;
            margin-top: .5rem;
            margin-bottom: 0.05rem;
        }
        
        .content-panel-subtitle {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: .5rem;
        }


.embed-responsive2 {
    position: relative;
    display: block;
    left:2.5rem;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}


.height-increase {
    line-height: 3rem;
}

/* Sharing Session page */


/*RESULTS*/


.video-thumbnail2 {
    position: relative;
    color: #013e66;
    margin-top: 3rem;
}

.video-thumbnail2 h5 {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.video-thumbnail2 h6 {
    padding: 0;
    text-align: center;
    margin-bottom: 0.5rem;
}

.video-thumbnail2 a {
    font-size: 3.6rem;
}


.video-thumbnail3 {
    position: relative;
    color: #013e66;
    margin-top: 3rem;
    margin: 0 auto;
    line-height: 1.8rem;
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 0;


}

.video-thumbnail3 h5 {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.video-thumbnail3 h6 {
    padding: 0;
    text-align: center;
    margin-bottom: 0.5rem;
}

.video-thumbnail3 a {
    font-size: 3.6rem;
}


.results_title h3 {
    margin-top:3em;
    font-size: 2em;
    color: #c04545;
}

.results_title h5 {
    margin-bottom: 0rem;
    text-align: center;
    padding: 0;
    font-size: 1.2rem;
}

.prize {
    background-color: #212b35;
}

a .prize .cover {
    position: absolute;
    width: 92.5%;
    z-index: 200;
}


img.winner-img {
    opacity: 0.25;
    z-index: 100;
}

a:hover img.winner-img {
    opacity: 1;
    transition: 0.5s;
    filter: blur(0px);
}

a:not(:hover) .prize .cover,
a:not(:hover) img.winner-img {
    transition: 0.5s;
}

.second-row {
    margin-top:-5px !important;
    margin-bottom: 0px !important;
}

.mt-6 {
    margin-top: 8rem;
}

.video-btn1 {
    border-radius: 0.1rem;
    padding: .6rem;
    color: #212b35 !important;
    background-color: #ffaf57 !important;
    border-color: #ffaf57;
}

.btn-primary.video-btn1:not(:disabled):not(.disabled).active:focus,
.btn-primary.video-btn1:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.video-btn1.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-primary.video-btn1:not(:disabled):not(.disabled).active,
.btn-primary.video-btn1:not(:disabled):not(.disabled):active,
.show>.btn-primary.video-btn1.dropdown-toggle {
    color: #fff;
    background-color: #db4b2f;
    border-color: #db4b2f;
}

.btn-primary.video-btn1.focus,
.btn-primary.video-btn1:focus {
    box-shadow: none !important;
}

.btn-primary.video-btn1:hover {
    color: #ffefc5 !important;
    background-color: #db4b2f !important;
    border-color: #db4b2f;
}

.participant-name h5 {
    color: #de5041;
    font-size: 1rem;
}

.participant-name h6 {
    font-size: 1rem;
    color: #212b35;
}


.blurb {
    top: 7.5%;
    position: absolute;
    z-index: 20;
    text-align: center
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(.9, .9);
    }

    50% {
        transform: scale(1.0, 1.0);
    }

    100% {
        transform: scale(.9, .9);
    }
}

.results-btn {
    position: fixed;
    width: auto;
    height: auto;
    border-style: none !important;
    z-index: 1000000000;
    transition: all .5s;
    bottom: 50%;
    left: 0;
}

.hide {
    opacity: 0;

}

.show {
    opacity: 1;

}

.social {
    display: flex;
    flex-direction: column;
    /* justify-items: center; */
    align-items: center;
    position: absolute;
    right: 0;
}

button.results-shortcut {
    background-color: #ffcd00;
    border-style: none !important;
    border-radius: 0 45px 45px 0;
    padding: 15px 20px 15px 20px;
    box-shadow: 1px 1px 5px rgb(33 43 53 / 0.5);
    line-height: 1.1rem;
    font-weight: bold;
    color: #212b35;
    text-align: center;
    margin-bottom: 0;

}


.results-star {
    width: 60px;
    margin-top:-40px;
    margin-bottom: 0.5rem;
    z-index: 100000;
}


.btn-primary.results-shortcut:hover {
    color: #ffcd00 !important;
    background-color: #212b35;
    border-color: #212b35;
}

.btn-primary.results-shortcut:not(:disabled):not(.disabled).active,
.btn-primary.results-shortcut:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #ffcd00;
    background-color: #212b35;
    border-color: #212b35;
}

.btn-primary.results-shortcuts.focus,
.btn-primary.results-shortcut:focus {
    box-shadow: none !important;
}





.btn-block {
    display: block;
    width: 100%;
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)* 0.5) calc(var(--bs-modal-header-padding-x)* 1.5);
    position: absolute;
    top: 15px;
    right: 15px;
    /* margin: calc(-0.5* var(--bs-modal-header-padding-y)) calc(-0.5* var(--bs-modal-header-padding-x)) calc(-0.5* var(--bs-modal-header-padding-y)) auto; */
}

.video-thumbnail a:hover {
    opacity: 0.7;
}


.video-thumbnail a {
    opacity: 1;
}

.title-wrap {
    background: #213269;
    color: #fff !important;
    padding: 1em;
    display: flex;
    height: 85px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-wrap h3 {
    color: #fff !important;
    font-size: 1.26rem;
    line-height: 1;
}


.hall-of-fame-text h4{
    font-size: 24px;
}


.about-rows h5{
    font-size: 20px;
}


.about-pills-tab-container3 {

    margin: 0 auto;
    line-height: 1.8rem;
    text-align: left;
    background-color: rgba(255, 175, 87, 0.5);
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 0;
}


.about-pills-tab-container3 h5{

    
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    color: #213269;
}


footer {
    font-size: 16px;
    color: #f3d3af;
    margin-top: 4rem;
    padding: 3rem;
    background-color: rgba(255, 255, 255, .4);
}



.copyright {
    margin-top: 0px;
    font-size: .9em;
    padding: 22px 0px;
    background-color: #213269;
    color: #ffede0;
    margin-top: 0px;
    padding-top: 19px;
    z-index: 1003;
}

.copyright p {
    margin-bottom: 0;
}



.social-icons3 {
    margin-left: .8em;
    background: #ec6d17;
    padding: .4em .7em .5em 1em;
    color: #ffffff;
    text-align: center;
    border-radius: 100px;
    line-height: 1.5em;
}



@media screen and (max-width: 1400px) {


.sharing-key-visual {
    width: 120vw;  /* Sets width to 100% of the viewport width */
    height: auto;  
    padding: 0;
    object-fit: cover; /* Ensures the image covers the entire area, cropping if necessary */
    object-position: center;
    display: block;
    position:relative;
    left: 50%; /* Moves the image 50% from the left side of the screen */
    transform: translateX(-48%); 

}

.embed-responsive2 {
    position: relative;
    display: block;
    left:0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}





}



@media screen and (max-width: 990px) {


.desktop-view {display: none;}

.mobile-view {display: block;}

.red-book img{
    width: 55px;
    margin:0 auto;
    text-align: center;
    border-radius: 100px;
    line-height: unset !important;
}

.social-icons4 {
    margin-left: .8em;
    background: #ec6d17;
    padding: .4em .6em .5em .6em;
    color: #ffffff;
    text-align: center;
    border-radius: 100px;
    line-height: 1.5em;
}



.sharing-key-visual {
    width: 150vw;  /* Sets width to 100% of the viewport width */
    height: auto;  
    padding: 0;
    object-fit: cover; /* Ensures the image covers the entire area, cropping if necessary */
    object-position: center;
    display: block;
    position:relative;
    left: 50%; /* Moves the image 50% from the left side of the screen */
    transform: translateX(-49%); 

}


.right-panel {
    background-color: rgba(255, 232, 177, 0.5); 
    padding: 0rem 2rem 2rem 2rem;
    border-radius: 30px;
    margin-top: 3rem;
}


}


@media screen and (max-width: 768px) {


.sharing-key-visual {
    width: 220vw;  /* Sets width to 100% of the viewport width */
    height: auto;  
    padding: 0;
    object-fit: cover; /* Ensures the image covers the entire area, cropping if necessary */
    object-position: center;
    display: block;
    position:relative;
    left: 58%; /* Moves the image 50% from the left side of the screen */
    transform: translateX(-55%); 
}

img.speaker-image {
    width: 60%;
    margin: 0 auto;
    margin-top: 2rem;
}


.content-panel-bg{
            background-color: #bfccfa;
            width: 50%;
            margin: 0 auto;
            border-radius: 300px;
            margin-bottom: 2rem;
            margin-top: -2.5rem;
            position: relative;
            z-index: 40;
        
        }



}


@media screen and (max-width: 600px) {

.content-panel-bg{
            background-color: #bfccfa;
            width: 70%;
            margin: 0 auto;
            border-radius: 300px;
            margin-bottom: 2rem;
            margin-top: -2.5rem;
            position: relative;
            z-index: 40;
        
        }


}

