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

body {
    /* Do not make the body a fixed 100% box: Bootstrap temporarily adds
       padding-right when an offcanvas/modal is opened. */
    width: auto;
    overflow-x: hidden;
}

/* Bootstrap adds this compensation when locking page scroll. On this page
   it changes the grid width and makes the film cards visibly shrink. */
body.sub-blue-bg.modal-open,
body.sub-blue-bg:has(.modal.show, .modal.showing, .offcanvas.show, .offcanvas.showing) {
    padding-right: 0 !important;
}


body.main-bg {

    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;
    background: url(../img/main-bg-pattern.png);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    overflow-x: hidden;
}

body.sub-blue-bg {
    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;
    background-image: url(../img/work-page-bac.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    overflow-x: hidden;
}

body.sub-red-bg {

    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;
    background: url(../img/sub-red-bg-pattern.png);
    background-color: #d9f8ff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    overflow-x: hidden;
}


/*General style*/


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

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

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

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

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

ul,
ol {
    color: #013e66;
}

p {
    color: #212b35;
    text-align: left;
}

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

.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;
}

.header-logo.header-logo-entries {
    padding-bottom: 0;
}


/* Top right */

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

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

.social-icons {
    width: 35px;
    margin-left: 0.4em;
}

.social-icons1 {
    display: none;
}

.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);

}



/* Homepage Navigation */

.nav-link {
    color: #ffecdf;
    font-weight: 600;
}

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

.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu li {
    padding: 10px 0px;
}


.blue-nav-btn {
    background-color: #1d97aa;
    color: #ffecdf;
}

.blue-nav-btn:hover,
.blue-nav-btn:focus {
    background-color: #065e6c;
}

.blue-nav-btn ul.dropdown-menu {
    background-color: #065e6c;
    border-style: none;
    border-radius: 0px;
}

.blue-nav-btn .dropdown-item {
    color: #ffcd00;
}

.blue-nav-btn .dropdown-item:hover,
.blue-nav-btn .dropdown-item:focus {
    background-color: #d9f8ff;
    color: #065e6c;
}


.red-nav-btn {
    background-color: #db4b2f;
    color: #ffecdf;
}

.red-nav-btn:hover,
.red-nav-btn:focus {
    background-color: #952314;
}

.red-nav-btn ul.dropdown-menu {
    background-color: #952314;
    border-style: none;
    border-radius: 0px;
}

.red-nav-btn .dropdown-item {
    color: #ffcd00;
}

.red-nav-btn .dropdown-item:hover,
.red-nav-btn .dropdown-item:focus {
    background-color: #ffcfc9;
    color: #952314;
}

/*Homepage Brightcove */


h3.homepage-video {
    color: #e44029 !important;
    text-align: center;
    margin-bottom: 1rem;
}



/* Homepage Key Visual SVG */

.key-visual {
    width: 80%;
    margin: 0 auto;
}

@keyframes fadeInOut {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}


.frontflower1 {
    animation: fadeInOut 1s;
}

.frontflower2 {
    animation: fadeInOut 2s;
}

.frontflower3 {
    animation: fadeInOut 3s;
}

.frontflower4 {
    animation: fadeInOut 4s;
}

.frontflower5 {
    animation: fadeInOut 3s;
}

.frontflower6 {
    animation: fadeInOut 5s;
}

.flower2 {
    animation: fadeInOut 1s;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.filmreel {
    animation: spin;
}



/*Homepage videos */

section.video-feature {
    padding-top: 0px;
}

section.video-feature h3 {
    color: #1d97aa;
    font-size: 1.8em;
}

section.video-feature h1 {
    color: #212b35;
    font-size: 2.4em;
    margin-bottom: 3rem;
}

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




/* Footer */
footer {
    background-color: #FFF2E1;
    padding: 2em 0;
}

p.organiser {
    text-align: center;
    font-weight: 600;
    color: #32323A;
    font-size: 2.2em;
    
    margin-bottom: 0;
}

.logos img {
    width: 80%;
}

.logos1 img {
    width: 70%;
}

.sfcca-bigger img {
    width: 94%;
}

.copyright {
    background-color: #FFA600;
    z-index: 1003;
    font-weight: 700;
    color: #000;
    text-align: center;
    height: 70px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Subpage Left Menu */


.left-menu {
    position: fixed;
    width: auto;
    height: auto;
    border-style: none !important;
    z-index: 1;
    transition: all .5s;
    top: 20%;
    left: 0;
}

button.left-menu-btn {
    background-color: rgb(29 151 170 / 0.8);
    border-style: none !important;
    border-radius: 0;
    padding: 12px 22px 12px 15px;
    box-shadow: 1px 1px 5px rgb(0 42 68 / 0.1);
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    color: #ffecdf;
    text-align: center;
    margin-bottom: 0;

}


.left-menu-btn ul {
    list-style: none;
    padding-left: 8px !important;
    padding-right: 8px;
}

.left-menu-btn li {
    padding-top: 1em;
}

.left-menu-btn li a {
    display: block;
    text-decoration: none;
    color: #ffefc5;
}

.left-menu-btn li a:hover {
    text-decoration: none;
    color: #ffcd00;
    background: #212b35;
    font-weight: bold;
}

.left-menu-btn li a:active,
.left-menu-btn li a:focus {
    text-decoration: none;
    font-weight: bold;
}


/* Page titles */

.page-header {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 0px !important;
}
.page-header.page-header-entries {
    width: 50%;
    padding-bottom: 0;
}

.page-header2 {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 0px !important;
}

.page-header3 {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 0px !important;
}

/* About page styling */

.subpage-main {
    width: 70%;
    text-align: left;
}

.subpage-para-content {
    background-color: rgb(255 205 0 / 0.7);
    padding: 2em;
    font-size: 1.1em;
    line-height: 2em;
}

.subpage-para-content p {
    margin-bottom: 0px;
    color: #212b35;
}

p.firstpara {
    margin-bottom: 1em !important;
}

.subpage h1 {
    font-weight: bold;
    font-size: 2.4em;
    color: #212b35;
}

.subpage h3 {
    font-weight: bold;
    font-size: 1.8em;
    color: #e44029;
}

img.image-overlap {
    z-index: 10000;
    position: absolute;
    right: 10%;
    width: 250px;
    top: 68%;
}

img.image-overlap2 {
    display: none;
}


section#about-organisers {
    background-color: #43aabb;
    margin-top: 5em;
    padding-top: 3em;
    padding-bottom: 7em;
}

section#about-organisers h1 {
    color: #d9f8ff;
}

section#about-organisers .subpage-para-content {
    background-color: #ffecdf;
    padding: 2em;
    font-size: 1.1em;
    line-height: 2em;
}

section#about-organisers .subpage-para-content p {
    color: #212b35;
}



section#about-org-comm {
    padding-top: 5em;
    padding-bottom: 6em;
}

.org-container {
    margin-bottom: 2rem;
}

.organiser-col {
    margin: 0 auto;
}

.organiser-col img {
    width: 80%;
    margin: 0 auto;
}

.organiser-col p {
    text-align: center;
    margin-bottom: 3px;
}

.organiser-col h4 {
    text-align: center;
    padding-top: 1em;
}

.org-header {
    color: #212b35 !important;
}

.comm-grp {
    font-size: .8em;
    margin-top: 0em;
    margin-bottom: 3em;
}

.comm-grp h1 {
    color: #e44029;
}



.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 60px;
    height: 6px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(33, 43, 53, .4);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}


.carousel-indicators .active {
    background-color: #212b35;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2.5em;
    margin-left: 15%;
}

.organiser-name {
    background-color: #f4da4c;
    margin-left: -2.5em;
    margin-top: -2.5em;
    padding: 0.5em;
    text-align: center;
    font-size: .8em;
    margin-bottom: 20px;
}

.organiser-name h3 {
    margin-bottom: 0px;
    color: #212b35;
}

.org-logo {
    width: 40%;
}

.org-logo2 {
    width: 20%;
}

.org-logo3 {
    width: 25%;
}

.org-logo4 {
    width: 50%;
}


.mrt-train {
    z-index: 10000000;
    position: relative;
    margin-top: -52px;
    margin-left: -30px;
    width: auto;
}



img.org-comm {
    width: 60%;
    float: right;
}

.org-comm-margin-bottom {
    margin-bottom: 2rem;
}

.padding-left {
    padding-left: 2rem;
    padding-top: 1rem;
}

.padding-left ul {
    text-align: left;
}

.padding-left h4 {
    text-align: left;
}


/* Judges_Awards page styling */

section#judging-criteria {
    background-color: #43aabb;
    margin-top: 3em;
    padding-top: 3em;
    padding-bottom: 7em;
    clear: both;
}

.participation-cat {
    background-color: rgb(84 193 211 / 0.7);
    padding: .8rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

.participation-cat ul {
    margin-bottom: 0;
    font-size: 1.1rem;
    list-style: none;
    padding-left: 0px;
    color: #212b35;
}

.participation-cat li {
    margin-bottom: 10px;
}

.prizes-container h3 {
    color: #1704a4;
    font-size: 1.5em;
    background-color: rgb(255 205 0 / 0.9);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -.8rem;
    margin-bottom: 1.3rem;
    margin-left: -.8rem;
    margin-right: -.8rem;
}

.prizes-container p {
    font-size: 1.1em;
    color: #212b35;
    line-height: 1.5em;
}

.prizes-highlight {
    font-weight: bold;
    margin-top: -.5em;
}

.award-boxed {
    background-color: #1704a4;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.web-shortfilm-container {
    background-color: rgb(84 193 211 / 0.7);
    padding: 2em;
    width: 98%;
    margin: 0 auto;
    margin-top: 1rem;
}

.web-shortfilm-container ul {
    font-size: 1.1em;
    color: #212b35;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 0px;
}

h3.web-shortfilm-header {
    margin-top: -1.33em;
    margin-right: -1.33em;
    margin-left: -1.33em;
    text-align: center;
}

h3.prizes-ceremony {
    background-color: transparent;
    margin-left: 0.05em;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}


h1.judging-criteria-header {
    color: #d9f8ff;
}

.criteria-boxed {
    background-color: #d9f8ff;
    font-weight: bold;
    color: #43aabb;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.criteria-section h4 {
    color: #212b35;
    font-size: 1.5em;
}

.criteria-section ul {
    list-style: none;
    font-size: 1.1rem;
}

.criteria-section li {
    color: #212b35;
    line-height: 2.5em;
}

.participation-cat2 {
    background-color: rgb(255 236 223 / 0.5);
    padding: .8rem 1.8rem;
    margin-bottom: 1.2rem;
}

.participation-cat2 ul {
    margin-bottom: 0;
    font-size: 1.1rem;
    padding-left: 1.1rem;
    color: #212b35;
    text-align: left;
}

.participation-cat2 li {
    margin-bottom: 10px;
}

.prizes-container2 h3 {
    text-align: center;
    font-size: 1.5em;
    color: #212b35;
    background-color: rgb(244 218 76 / 0.7);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -.8rem;
    margin-bottom: 1.3rem;
    margin-left: -1.8rem;
    margin-right: -1.8rem;
}

.prizes-container2 p {
    font-size: 1.1em;
    line-height: 1.5em;
}

.web-shortfilm-container2 {
    background-color: rgb(255 236 223 / 0.5);
    padding: 2em;
    width: 98%;
    margin: 0 auto;
    margin-top: 0.1rem;
}

.web-shortfilm-container2 ul {
    font-size: 1.1em;
    color: #212b35;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 0px;
}

h3.web-shortfilm-header2 {
    margin-top: -1.33em;
    margin-right: -1.33em;
    margin-left: -1.33em;
    text-align: center;
}


.judges-container {
    background-color: rgb(255 236 223 / 0.6);
    border-radius: 12px;
    padding: 1.8em;
}

.organiser-col2 p {
    margin-bottom: 0px;
    font-size: 1.1rem;
}

.organiser-col2 img {
    width: 60%;
    margin: 0 auto;
}

.organiser-col2 h4 {
    color: #1704a4;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}

.organiser-col2 h6 {
    color: #212b35;
    font-size: 1.1rem;
    font-weight: bold;
}

.carousel-control-next-icon {
    background-image: url(../img/carousel-next-arrow.png);
}

.carousel-control-prev-icon {
    background-image: url(../img/carousel-previous-arrow.png);
}

.carousel-control-next {
    right: -1.5em;
}

.carousel-control-prev {
    left: -1.5em;
}

.dragon {
    z-index: 10000000;
    position: absolute;
    margin-top: -31px;
    margin-right: -100px;
    width: 280px;
}

li.prize-detail {
    margin-top: -8px;
}

h3.period {
    font-size: 1.3rem;
}



/* FAQ page styling */

.accordion-item {
    color: #212b35;
    background-color: rgb(255 205 0 / 0.7);
    border: 0px;
    margin-bottom: 20px;
}


.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: #ffdfd9;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: transparent;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #212b35;
    --bs-accordion-active-bg: #77dded;
}



.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    font-weight: bold;
    font-size: 1.1rem;
}


button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
    font-weight: bold;
}


.accordion-body {
    padding: 2em;
}

.accordion-body p {
    margin-bottom: 0px;
}



/* Workshop & sharing session page */



.workshop-sharing-container {
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 2rem;
}

h3.date-header {
    text-align: center;
    color: #1704a4;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3rem;
    font-size: 1.5rem;
}

.workshop-sharing-box {
    background-color: rgb(217 248 255 / 0.5);
    padding: 2.5rem;
    border-radius: 15px;
    margin-bottom: 2em;
}

.workshop-sharing-box2 {
    background-color: rgb(252 82 48 / 0.25);
    padding: 2.5rem;
    border-radius: 15px;
    margin-bottom: 2em;
}

.workshop-sharing-box h3 {
    text-align: center;
    color: #1398ae;
    font-size: 1.5em;
    line-height: 1.5em;
}

.workshop-sharing-box2 h3 {
    text-align: center;
    color: #a41a08;
    font-size: 1.5em;
    line-height: 1.5em;
}

.date-boxed {
    background-color: #1704a4;
    font-weight: bold;
    color: #ffdfd9;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 1px;
}

.workshop-page-category {
    background-color: #1398ae;
    font-weight: bold;
    color: #d9f8ff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
}


.workshop-page-category2 {
    background-color: #db4b2f;
    font-weight: bold;
    color: #ffdfd9;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
}


h3.sharing-header {
    margin-top: -1.5em;
}

img.workshop-image {
    width: 50%;
}

img.workshop-image2 {
    width: 70%;
}


.sharing-details {
    background-color: rgb(19 152 174 / 0.15);
    text-align: center;
    margin-top: .5em;
}

.sharing-details ul {
    margin-bottom: 0;
    font-size: 1.1rem;
    text-align: left;
    padding-left: 30px;
    color: #212b35;
    line-height: 1.2em;
}

.sharing-details li {
    margin-bottom: 10px;
}

.sharing-details h3 {
    color: #1704a4;
}

.sharing-details p {
    font-size: 1.1em;
    margin-bottom: 0px;
}

.sharinginfo-right {
    background-color: rgb(23 4 164 / 0.2);
    padding-top: 1em;
    padding-bottom: 1em;
}


.sharing-details2 {
    background-color: rgb(255 223 217 / 0.7);
    text-align: center;
    margin-top: .5em;
}

.sharing-details2 ul {
    margin-bottom: 0;
    font-size: 1.1rem;
    text-align: left;
    padding-left: 30px;
    color: #212b35;
    line-height: 1.2em;
}

.sharing-details2 li {
    margin-bottom: 10px;
}

.sharing-details2 h3 {
    color: #1704a4;
}

.sharing-details2 p {
    font-size: 1.1em;
    margin-bottom: 0px;
}

.sharinginfo-right2 {
    background-color: rgb(235 75 44 / 0.45);
    padding-top: 1em;
    padding-bottom: 1em;
}

.dragon2 {
    z-index: 10000000;
    position: absolute;
    margin-top: -78px;
    margin-right: -500px;
    width: 190px;
}



section#beginner-tips {
    background-color: rgb(219 75 47 / 0.3);
    margin-top: 3em;
    padding-top: 5.5em;
    padding-bottom: 7em;
    clear: both;
}

h1.beginner-tips-header {
    color: #952314;
}


.subpage-para-content2 {
    background-color: #ffecdf;
    padding: 2em;
    font-size: 1.1em;
    line-height: 2em;
    width: 70%;
}

h3.beginner-content-header {
    font-size: 1.5em;
    margin-top: -1.1em;
    text-align: center;
}

.beginner-section {
    background-color: #952314;
    font-weight: bold;
    color: #ffecdf;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.tips-image {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.subpage-para-content2 ol,
li {
    color: #212b35;
}

.subpage-para-content2 ol {
    margin-bottom: 0px;
    text-align: left;
}


.para-top {
    margin-top: 2rem;
}

.beginner-para {
    margin-bottom: 0px;
}

.workshop-btn {
    --bs-btn-color: #212b35;
    --bs-btn-bg: #ffcd00;
    --bs-btn-border-color: #ffcd00;
    --bs-btn-hover-color: #ffcd00;
    --bs-btn-hover-bg: #212b35;
    --bs-btn-hover-border-color: #212b35;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #ffcd00;
    --bs-btn-active-bg: #212b35;
    --bs-btn-active-border-color: #212b35;
    --bs-btn-active-shadow: transparent;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    font-size: 1.3rem;
    border-radius: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
}



.workshop-btn2 {
    --bs-btn-color: #ffdfd9;
    --bs-btn-bg: #212b35;
    --bs-btn-border-color: #212b35;
    --bs-btn-hover-color: #ffdfd9;
    --bs-btn-hover-bg: #212b35;
    --bs-btn-hover-border-color: #212b35;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #ffcd00;
    --bs-btn-active-bg: #212b35;
    --bs-btn-active-border-color: #212b35;
    --bs-btn-active-shadow: transparent;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    font-size: 1.3rem;
    border-radius: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
}



/* Participation Detail pages */


.detail-box {
    background-color: rgb(217 248 255 / 0.65);
    padding: 2.5rem;
    border-radius: 0;
    margin-bottom: 2em;
    font-size: 1.1rem;
}

ul.details-list {
    list-style: none;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 0;
}

.details-list li {
    line-height: 2rem;
}

p.details-para {
    font-size: 1.1rem;
}

.detail-section {
    margin-top: 2rem;
    padding: 0em;
}

h3.main-detail-header {
    font-size: 1.5em;
    margin-bottom: 0.1em;
}

h3.sub-detail-header {
    font-size: 1.2em;
    margin-bottom: 1rem;
}

.group-category {
    background-color: rgb(235 75 44 / 0.3);
    padding: 1.5rem;
    margin-bottom: 1.2rem;
}

ul.details-list2 {
    margin-bottom: 0px;
    text-align: left;
}

a.impt-dates-link {
    margin-left: .5rem;
    background-color: #db4b2f;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    border-radius: 20px;
    color: rgb(217 248 255 / 1);
}


a.impt-dates-link:hover {
    margin-left: .5rem;
    background-color: rgb(217 248 255 / 1);
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    border-radius: 20px;
    color: #f4da4c;
}


ul.impt-dates-list {
    line-height: 2rem;
    text-align: left;
}

h5.film-req-category {
    color: #212b35;
    font-size: 1.3rem;
    text-align: center;
}

p.film-req-para {
    margin-bottom: 0px;
}

.film-details {
    margin-bottom: 1rem;
    background-color: rgb(19 152 174 / 0.15);
}

h3.last-header {
    margin-bottom: .8rem;
}

ul.nominate-list {
    color: #212b35;
    line-height: 2rem;
    text-align: left;
}

.submit-btn {
    --bs-btn-color: #ffcd00;
    --bs-btn-bg: #db4b2f;
    --bs-btn-border-color: #db4b2f;
    --bs-btn-hover-color: #212b35;
    --bs-btn-hover-bg: #ffcd00;
    --bs-btn-hover-border-color: #ffcd00;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #212b35;
    --bs-btn-active-bg: #ffcd00;
    --bs-btn-active-border-color: #ffcd00;
    --bs-btn-active-shadow: transparent;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    font-size: 1.2rem;
    border-radius: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: -.8rem;
}




/* T&Cs page */

.subpage-main2 {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
}

.subpage-main2 p {
    margin-bottom: 0.26em;
    font-size: 1.26rem;
}

h3.terms-main-header {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
}

p.terms-para-bottom {
    margin-bottom: .5rem;
}

p.terms-para-top {
    margin-top: -.5rem;
}

ol {
    text-align: left;
}

ol.upper-alpha {
    list-style: upper-alpha;
    text-align: left;
}

.bottom-margin {
    margin-bottom: 2.5rem;
}

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

.top-margin2 {
    margin-top: 1.8rem;
}

.top-margin3 {
    margin-top: 1.2rem;
}

.left-indent {
    padding-left: 3rem;
}

.terms-list li {
    margin-bottom: .8rem;
}

.lower-alpha {
    list-style: lower-alpha;
}

.lower-roman {
    list-style: lower-roman;
}

h3.terms-middle-header {
    color: #43aabb;
    font-size: 1.4rem;
    margin-left: -1.5rem;
}

h5.terms-format {
    font-size: 1.1rem;
    color: #212b35;
    text-align: center;
}

p.latest-version {
    font-size: .9rem;
    margin-top: -1.2rem;
}

/* Forms */


.responsive-iframe {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    height: 1800px;
    border: none;
}


.responsive-iframe1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    height: 1000px;
    border: none;
}



p.para-center1 {
    text-align: center !important;
}





/* Responsive */


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

    img.image-overlap {
        z-index: 10000;
        position: absolute;
        right: 10%;
        width: 235px;
        top: 66%;
    }

    img.image-overlap2 {
        display: none;
    }

}

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

    img.image-overlap {
        z-index: 10000;
        position: absolute;
        right: 9%;
        width: 235px;
        top: 64.5%;
    }

    img.image-overlap2 {
        display: none;
    }

    .subpage-para-content2 {
        background-color: #ffecdf;
        padding: 2em;
        font-size: 1.1em;
        line-height: 2em;
        width: 90%;
    }

}


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


    .header-logo {
        padding-bottom: 20px;
    }

    .key-visual {
        width: 100%;
        margin: 0 auto;
    }

    .page-header {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 0px !important;
    }
    .page-header.page-header-entries {
        width: 60%;
    }

    .page-header2 {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 0px !important;
    }

    .subpage-main {
        width: 90%;
        text-align: left;
    }

    .subpage-main2 {
        width: 90%;
        text-align: left;
    }

    img.image-overlap {
        z-index: 10000;
        position: absolute;
        right: 6%;
        width: 230px;
        top: 56%;
    }

    img.image-overlap2 {
        display: none;
    }

    .page-header3 {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 0px !important;
    }

    img.org-comm {
        width: 60%;
        float: right;
    }

    .padding-left {
        padding-left: 1rem;
        padding-top: 1rem;
    }

    .padding-left p {
        margin-bottom: 0px;
    }

}


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


    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .video-thumbnail {
        margin-top: 2em !important;
    }

    .page-header {
        width: 65%;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 0px !important;
    }

    .page-header2 {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 0px !important;
    }

    .subpage-main {
        width: 90%;
        text-align: center;
    }

    .subpage-main2 {
        width: 90%;
        text-align: left;
    }

    .subpage-para-content p {
        text-align: center;
    }

    .organiser-col img {
        width: 40%;
        margin: 0 auto;
    }

    .organiser-col2 img {
        width: 40%;
        margin: 0 auto;
    }

    .org-header {
        text-align: center;
    }

    .org-container {
        margin-bottom: 4rem;
    }

    .organiser-name {
        background-color: #f4da4c;
        margin: 0 auto;
        margin-top: 0;
        padding: 0.5em;
        text-align: center;
        font-size: .8em;
        margin-bottom: 20px;
    }

    .organiser-container p {
        text-align: center;
    }

    .org-logo {
        width: 55%;
    }

    .org-logo2 {
        width: 30%;
        margin-bottom: 10px;
    }

    .org-logo3 {
        width: 50%;
        margin-bottom: 10px;
    }

    .org-logo4 {
        width: 70%;
    }

    .social-icons2 {
        width: 45px;
        margin-right: 0.4em;
        margin-top: 1em;
    }

    .mrt-train {
        left: -200px;
    }

    p.para-center {
        text-align: center !important;
    }

    .judges-container {
        margin-bottom: 3rem;
    }


    .dragon {
        margin-top: -40px;
        margin-right: -30em;
        width: 280px;
    }

    .dragon2 {
        margin: 0 auto;
        width: 140px;
        margin-top: -75px;
    }

    h3.second-date-header {
        margin-top: 3rem;
    }

    .tie-shi-para {
        text-align: center;
    }

    .subpage-para-content2 {
        width: 100%;
    }

    section#beginner-tips {
        padding-top: 8em;
    }

    ul.details-list {
        list-style: none;
        margin-bottom: 0px;
        text-align: left;
        padding-left: 0px;
    }

    ul.details-list2 {
        margin-bottom: 0px;
        text-align: left;
        padding-left: 1rem;
    }

    .page-header3 {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 00px;
        padding-top: 0px !important;
    }

    img.org-comm {
        width: 100%;
        float: right;
    }


}


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

    #topbar {
        right: 25px;
    }

    .social-icons {
        display: none;
    }

    .social-icons1 {
        display: block;
    }

    img.social-icons1 {
        width: 45px;
        position: relative;
        flex: 0 1 auto;
        margin: 0 auto;
    }

    .mobile-social {
        margin-top: 2rem;
        margin-bottom: 4em;
    }

    .left-menu {
        display: none;
    }


    img.image-overlap {
        z-index: 10000;
        position: absolute;
        right: 3%;
        width: 200px;
        top: 60%;
    }

    img.image-overlap2 {
        display: none;
    }

}


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

    img.image-overlap {
        z-index: 10000;
        position: absolute;
        right: 3%;
        width: 195px;
        top: 58%;
    }

    img.image-overlap2 {
        display: none;
    }

}


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

    .header-logo {
        width: 40%;
    }
    .video-thumbnail {
        margin-top: 1.5em !important;
    }

    .page-header {
        width: 75%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 0px !important;
    }

    .subpage-main2 p {
        font-size: 1rem;
        padding: 0 1em;
        text-align: center;
    }

    .page-header p {
        font-size: 1rem;
    }

    .page-header2 {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 0px !important;
    }


    .subpage h1 {
        text-align: center;
    }

    .subpage h3 {
        text-align: center;
    }

    .subpage-para-content p {
        text-align: center;
    }

    img.image-overlap {
        display: none;
    }

    img.image-overlap2 {
        display: block;
        width: 40%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .organiser-container {
        padding: 1em;
    }

    .org-logo {
        width: 65%;
    }

    .org-logo4 {
        width: 80%;
    }

    .subpage-para-content {
        padding: 1em;
    }

    section#about-organisers .subpage-para-content {
        background-color: #ffecdf;
        padding: 1em;
        font-size: 1.1em;
        line-height: 2em;
    }

    .org-logo2 {
        width: 40%;
        margin-bottom: 10px;
    }

    .org-logo3 {
        width: 55%;
        margin-bottom: 10px;
    }

    .mrt-train {
        left: -50px;
    }

    .dragon {
        margin-top: -40px;
        margin-right: -22em;
        width: 250px;
    }

    img.workshop-image {
        width: 70%;
    }

    img.workshop-image2 {
        width: 70%;
    }

    p.film-req-para {
        margin-bottom: 0px;
        text-align: center;
    }

    p.para-center {
        text-align: center;
    }

    .page-header3 {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 0px !important;
    }

    img.org-comm {
        width: 50%;
        margin: 0 auto;
        float: none;
    }

    .padding-left {
        margin: 0 auto;
    }

    p.latest-version {
        text-align: center;
    }

}



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

    .header-logo {
        width: 50%;
    }

    .video-thumbnail {
        margin-top: 1.5em !important;
    }

    .page-header {
        width: 85%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 0px !important;
    }
    .logo {
        padding-top: 60px;
    }
    .group-nav {
        gap: 12px !important;
    }
    .nav-pills .nav-link {
        font-size: 10px !important;
    }
    .page-header.page-header-entries {
        width: 90%;
    }

    .page-header2 {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 0px !important;
    }

    .page-header3 {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 0px !important;
    }


    img.image-overlap2 {
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .org-logo {
        width: 90%;
    }

    .org-logo2 {
        width: 58%;
        margin-bottom: 10px;
    }

    .org-logo3 {
        width: 80%;
        margin-bottom: 10px;
    }

    .org-logo4 {
        width: 100%;
    }

    .organiser-col img {
        width: 60%;
        margin: 0 auto;
    }

    .organiser-col2 img {
        width: 60%;
        margin: 0 auto;
    }

    .dragon {
        margin-top: -25px;
        margin-right: 0;
        width: 180px;
    }

    img.org-comm {
        width: 65%;
        margin: 0 auto;
        float: none;
    }

    .subpage-main2 {
        width: 100%;
        text-align: left;
    }

    section#terms-cons {
        padding: 2em 0;
    }

    section#workshop-sharing {
        padding: 2em 0;
    }

}


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

    .left-indent {
        padding-left: 0rem;
    }

    ol.upper-alpha {
        padding-left: 1.5rem;
    }

}



/* Galaxy Fold */

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

    .header-logo {
        width: 55%;
    }

    .page-header {
        padding-bottom: 1em;
    }

    .subpage-para-content {
        padding: 1em;
    }

    .org-logo {
        width: 100%;
    }

    .nav-pills .nav-link {
        width: 150px !important;
    }



    h3.date-header {
        font-size: 1.2em;
        margin-bottom: 1.5rem;
    }

    img.org-comm {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .left-indent {
        padding-left: 0rem;
    }

    .workshop-btn {
        margin-top: 0rem;
    }

    .workshop-btn2 {
        margin-top: 0rem;
    }

}

.media-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.media-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.media-video .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* VOTING */

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

section#voting-nomination {
    padding-top: 0;
}

.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;
}


.group-nav {
    flex-wrap: nowrap;
    gap: 20px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2E6FCA;
    font-size: 16px;
}
.nav-pills .nav-link.active.openCategory {
    background-color: #f05470;
}

.nav-pills .nav-link {
    border-radius: 1.2rem;
    border-style: none;
    padding: .7rem 0;
    color: #fff;
    background-color: #ccc;
    font-size: 16px;
    width: 180px;
}

.nav-pills .nav-link:hover {
    color: #ffefc5 !important;
    background-color: #2E6FCA !important;
}

.nav-pills .nav-link.openCategory:hover {
    background-color: #f05470 !important;
}

.nav-pills .nav-link:focus {
    box-shadow: none !important;
}


.voting-tab {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;

}

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


.video-thumbnail a::before {
    color: #fdfdff;
    content: "\f101";
    opacity: 0.6;
    position: absolute;
    z-index: 100;
    left: 50%;
    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;
    transform: translate(-50%, -50%);
}


.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-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;
}

.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;
}

/*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;
}


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

.results_title h5 {
    margin-bottom: 0rem;
    text-align: center;
    padding: 0;
    line-height: .1rem;
    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;
    transform: scale(1.3);
            transform-origin: left center;
    z-index: 1000000000;
    transition: all .5s;
    bottom: 50%;
    left: 0;
}

.hide {
    opacity: 0;
    z-index: 0;
}

.show {
    opacity: 1;

}

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

button.results-shortcut {
    background-color: #FFF9C5;
    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: #000;
    text-align: center;
    margin-bottom: 0;

}
button.results-shortcut span {
    display: inline-block;
    margin-top: 0.5em;
}


.results-star {
    width: 33px;
    height: 33px;
    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;
}
.btn-close-modal {
    background: none;
}
.btn-close-modal .close-btn {
    width: 25px;
    height: 25px;
}
.video-thumbnail a:hover {
    opacity: 0.7;
}


.video-thumbnail a {
    opacity: 1;
}

.title-wrap {
    background: linear-gradient(90deg, #C83500 0%, #E47600 100%);
    color: #fff !important;
    padding: .5em 1em;
    display: flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.title-wrap h3 {
    color: #fff !important;
    font-size: 1.26rem;
    margin-bottom: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.title-wrap small {
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
}

/* vote */
.header-logo {
    padding-top: 0 !important;
}

#vote-now {
    padding: 0;
}

@media (min-width:200px) and (max-width:1000px) {
    .polls-panel {
        width: 90% !important;
    }
}

.page-header p {
    font-size: 1.26rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.56em;
}

.page-foot p {
    font-size: 1.26rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    display: block;
    padding-top: 1em;
}

ul.navbar-nav li {
    margin: 0 0.5em;
}

@media screen and (max-width: 990px) {
    .results-btn {
        bottom: 50%;
    }
}

.voting-wrap {
    border-radius: 20px 20px;
    background-color: #83eeff;
    padding: 1em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.but {
    display: flex;
    justify-content: center;
}

.button {
    max-width: 300px;
    color: #fff;
    margin: 0 0.5em;
    display: block;
}


.view a {
    color: #fff;
    display: block;
    padding: 0.5em 0.5em;
    font-size: 1.65rem;
    font-weight: 700;
    border-radius: 50px 50px;
    background-color: #212b35;
}

.view a:hover {
    color: #212b35;
    background-color: #ffc107;
    display: block;
}

.vote,
.view, .results {
    display: block;
    padding: 0.5em 0.5em;
    font-size: 1.65rem;
    font-weight: 700;
    border-radius: 50px 50px;

}

.vote a {
    color: #1f1f1f;
    display: block;
    padding: 0.5em 0.5em;
    font-size: 1.65rem;
    font-weight: 700;
    border-radius: 50px 50px;
    background-color: #ffc107;
}

.vote a:hover {
    color: #ffffff;
    display: block;
    background-color: #212b35;
}

.results a {
    color: #fff;
    display: block;
    padding: 0.5em 0.5em;
    font-size: 1.65rem;
    font-weight: 700;
    border-radius: 50px 50px;
    background-color: #db4b2f;
}

.results a:hover {
    color: #ffffff;
    display: block;
    background-color: #212b35
}

.polls-submit-wrapper,
.polls-success-wrapper {
    z-index: 10;
}

.polls-submit,
.polls-draw-wrapper .polls-draw-btn {
    border-radius: 2em !important;
}

.polls-success-text {
    border: #212b35;
    border-radius: 20px 20px;
    padding: 1em 1em;
    font-size: 1.5rem;
}

.VOTE_TOAST_ID {
    border-radius: 30px 30px !important;
    padding: 1em 1em;
    font-size: 1.56rem !important;
    background-color: #048ea5 !important;
    color: #d9f8ff;
}

.voting-tabcontent .video-thumbnail-wrap {
    display: inline-block;
    position: relative;
}

.social-icons {
    width: 40px;
    height: 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;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* 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;
}

@media screen and (max-width: 990px){
    .navbar-toggle-btn {
        left: 20px;
        width: 40px;
        height: 40px;
    }
}

.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 */


.vote-content {
    padding: 1em 0 6em;
    background-color: rgba(255, 255, 255, .8);
    position: relative;
}

.loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px); /* 可选 */
}

.tip-text {
    margin: 10px auto;
    text-align: center;
}

.tip-text .title {
    position: relative;
    display: inline-block;
    font-size: 1.7em;
    font-weight: 700;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 0;
}

.tip-text .sub {
    font-size: 1em;
    color: #000;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.nav {
    flex-wrap: nowrap;
}

.aspect-picture {
    aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 1/1) {
    .aspect-picture{
        height: 0;
        min-height: 0;
        max-height: 0;
        position: relative;
        flex-shrink: 0;
        padding-bottom: 56.25%; /* 16:9 的 padding-bottom 值 */
    }
    .aspect-picture > *{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}

.film-item-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.film-item-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f5f5f5;
}
