body {
    background-color: #6B839F;
    overflow: overlay;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 99, 71, 0)
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(50, 50, 50, 0.4);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.cont {
    position: relative;
    width: 100%;
}

.background-img {
    width: 100%;
    display: block;
    justify-content: center;

}

/* ROOM CSS */
.animated-background-img {
    width: 100%;
    z-index: 0;
    margin-left: -6rem;
    margin-top: 5rem;
    transform: scale(3);
    animation-name: zoom-in;
    animation-duration: 5s;
    animation: zoom-in 5s forwards, roomWide 5s forwards;
}
@media only screen and (min-width: 1200px) {
    @keyframes zoom-in {
        0% {transform: scale(1); margin-left: -6rem; margin-top: 5rem;}
        99% {transform: scale(4); margin-left: -6rem; margin-top: 5rem;}
        100% {transform: scale(1); margin-left: 0rem; margin-top: 0rem;}
    }
    @keyframes roomWide {
        0%   {opacity: 1;}
        25%  {opacity: 1;}
        86%  {opacity: 1;}
        96%  {opacity: 0;}
        100% {opacity: 0;}
    }}

@media only screen and (max-width: 1200px) {
    .animated-background-img {
        opacity: 0 !important;
        transform: scale(0.5) !important;
    }
}

.roomZoom {
    position: fixed;
    z-index: 1;
    top:0;
    left:0;
    width: 100vw;
    animation: roomZoom 5s forwards;
}
@media only screen and (min-width: 1200px) {
    @keyframes roomZoom {
        0%   {opacity: 0;}
        25%  {opacity: 0;}
        75%  {opacity: 0;}
        100% {opacity: 1;}
    }
}

@media only screen and (max-width: 1200px) {
    .roomZoom {
        opacity: 1 !important;
    }
}

.live-video {
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* animation: live-video 5s forwards; */
}


.roomName {
    position: absolute;
    z-index: 2;
    top: 2%;
    right: 3%;
    font-size: 1.5vw;
    color: white;
}
.player {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background-color:black;
    top: 6.5%;
    left: 15%;
    width: 60.4vw;
    height: 34vw;
    border-radius: 12px;
    opacity: 1;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
    animation: live-video 5s forwards;
}
@media only screen and (min-width: 1200px) {
    @keyframes live-video {
        0%   {opacity: 0;}
        25%  {opacity: 0;}
        75%  {opacity: 0;}
        100% {opacity: 1;}
    }
}
@media (max-width: 1200px) {
    .player {
        left: 9%;
    }
}
.roomAppear {
    z-index: 1;
    animation: qaAppear 6s forwards;
}
/* .qaForm {
    position: absolute;
    z-index: 1;
    top: 8%;
    left: 76%;
    background-color:#262626;
    padding: 10px;
    border-radius: 10px;
    width: 20vw;
    height: 300px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    animation: qaAppear 6s forwards;
    margin-left: 20px;
}
@keyframes qaAppear {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
} 
@keyframes qaAppear {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
} */
/* ROOM CSS */

/* POLLEV */
.qaPoll {
    position: absolute;
    top: 6.5%;
    left: 74.8%;
    
}
.poll {
    z-index: 1;
    overflow: hidden;
    background-color:#262626;
    padding: 0px;
    margin-bottom: 1vh;
    border-radius: 10px;
    width: 23vw;
    height: 43vh;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    animation: qaAppear 6s forwards;
    margin-left: 20px;
}
.qaForm {
    z-index: 1;
    background-color:#262626;
    padding: 10px;
    margin-bottom: 1vh;
    border-radius: 10px;
    width: 23vw;
    height: 395px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    /* animation: qaAppear 6s forwards; */
    opacity: 0;
    margin-left: 20px;
}
@keyframes qaAppear {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
}
/* POLLEV */
/* INFO BOX */
.infoRoom {
    position: fixed;
    width: 7vw;
    top: 45%;
    left: 1%;
    padding: 0.5vw;
    z-index: 3;
    font-weight: 700;
    background-color: #8fbcce;
    border-radius: 10px;
}
.infoRoom > a {
    text-decoration: none;
}
.backRoom {
    padding: 0.5vw;
    font-size: 0.9vw;
    color: #333;
    border-radius: 10px;
    background-color: #8fbcce;
    transition: 0.2s all;
}
.backRoom:hover {
    filter: brightness(.8);
}
.recInfo {
    text-align: center;
    padding: 0.2vw;
    margin-top: 5px;
    color: #333;
    font-size: 0.5vw;
    border-radius: 10px;
    background-color: #8fbcce;
    filter: brightness(0.8);
}
.room-counter {
    text-align: center;
    padding: 0.2vw;
    margin-top: 5px;
    color: #333;
    font-size: 0.9vw;
    border-radius: 10px;
    background-color: #8fbcce;
    filter: brightness(0.8);
}
.room-count-title {
    margin-bottom: 0;
    text-align: center;
}
.bounce-in-right {
    animation: bounce-in-right 7s ease;
}
@media (max-width: 1200px) {
    .bounce-in-right {
        animation: bounce-in-right 3s ease;
    }
}
@keyframes bounce-in-right {
    0% {
        transform: translateX(-1000px);
    }
    76% {
        transform: translateX(-1000px);
    }
    83% {
        transform: translateX(30px);
    }
    90% { transform: translateX(-10px); }
    96% { transform: translate(2px);}
    100% { transform: translateX(0); }
}
.infoRoomButton {
    text-align: center;
    width: 100%;
    padding: 2px;
    font-size: 0.9vw;
    margin-top: 5px;
    background-color: #8fbcce;
    filter: brightness(0.8);
    border-radius: 10px;
    cursor: pointer;
}
.infoRoomButton:hover {
    filter: brightness(0.7);
}
.infoRoom > .d-flex > .infoRoomButton:first-child {
    margin-right: 3px;
}
.infoRoom > .d-flex > .infoRoomButton:last-child {
    margin-left: 3px;
}

/* INFO BOX */

.cont .logo {
    position: absolute;
}

.exhition-logo-front {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 11vw;
    opacity: 90%;
    transition: transform .6s;
}
.exhition-logo-back {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 9vw;
    opacity: 90%;
    transition: transform .6s;
}

.top-banner {
    position: fixed;
    top:0;
    left:0;
    width: 17vw;
    z-index: 10;
}

.pco-logo {
    position: fixed;
    top: 93%;
    left: 2%;
    width: 8vw;
    z-index: 2;
}
/* .pco-logo.public {
    top: 3%;
    right: 2%;
    left: unset;
} */
.projector-logo {
    position: fixed;
    top: 93%;
    left: 90%;
    width: 8vw;
    z-index: 2;
}
#menu-toggle {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 100;
}
.fullscreen-tongle {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 3%;
    background-color:#262626;
    height: 3vw;
    width: 3vw;
    -webkit-border-radius: 8vw;
    -moz-border-radius: 8vw;
    border-radius: 8vw;
    cursor: pointer;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
    z-index: 2;
}

.full {
    position: absolute;
    top: 16%;
    width: 100%;
    text-align: center;
    color: chocolate;
    font-size: 1.3vw;
    font-weight: 700;
}
.secretariat-1 {
    top: 34%;
    left: 42.4%;
    width: 18vw;
    transition: transform .6s;
}
.secretariat-1:hover {
    transform: scale(1.1);
}
.room {
    top: 17.5%;
    left: 40.8%;
    width: 15vw;
    box-shadow: 0 0 10px #333 !important;
}
.eposters {
    top: 17.5%;
    left: 68.2%;
    width: 12vw;
    box-shadow: 0 0 10px #333 !important;
}
.assembly {
    top: 17.5%;
    left: 16.3%;
    width: 12vw;
    box-shadow: 0 0 10px #333 !important;
}
.roomExhibition {
    top: 9%;
    left: 45.8%;
    box-shadow: 0 0 10px #333 !important;
}
.epostersExhibition {
    top: 9%;
    left: 60.2%;
    box-shadow: 0 0 10px #333 !important;
}
.assemblyExhibition {
    top: 9%;
    left: 32.7%;
    box-shadow: 0 0 10px #333 !important;
}
.room-text {
    top: 65%;
    left: 8%;
    width: 27vw;
    transition: transform .6s;
}
.room-text:hover {
    transform: scale(1.1);
}

.ekthesi-text {
    top: 63%;
    left: 59%;
    width: 29vw;
    transition: transform .6s;
}
.ekthesi-text:hover {
    transform: scale(1.1); 
}
.room-1 {
    top: 48.2%;
    left: 43%;
    height: 1.8vw;
}
.room-2 {
    top: 50.1%;
    left: 16.2%;
    height: 1.4vw;

}
.room-3 {
    top: 50.1%;
    left: 78.3%;
    height: 1.4vw;
}
.room-4 {
    top: 36%;
    left: 19.2%;
    height: 1.3vw;
}
.room-5 {
    top: 32.7%;
    left: 46.5%;
    height: 1.4vw;
}
.room-6 {
    top: 35.8%;
    left: 74.2%;
    height: 1.4vw;
}
.pulseRoom1 {
    position: absolute;
    top: 55%;
    left: 47.1%;
}
.pulseRoom2 {
    position: absolute;
    top: 55%;
    left: 16.2%;
}
.pulseRoom3 {
    position: absolute;
    top: 55%;
    left: 77.3%;
}
.pulseRoom4 {
    position: absolute;
    top: 40%;
    left: 21.8%;
}
.pulseRoom5 {
    position: absolute;
    top: 38%;
    left: 47.15%;
}
.pulseRoom6 {
    position: absolute;
    top: 40%;
    left: 73.3%;
}
.map-shape-room-1 {
    top: 48%;
    left: 42%;
    width: 17vw;
    height: 10vw;
    opacity: 0%;
}
.map-shape-room-2 {
    top: 50%;
    left: 10%;
    width: 17vw;
    height: 9vw;
    opacity: 0%;
}.map-shape-room-3 {
    top: 50%;
    left: 73%;
    width: 17vw;
    height: 9vw;
    opacity: 0%;
}.map-shape-room-4 {
    top: 35%;
    left: 16%;
    width: 16vw;
    height: 8vw;
    opacity: 0%;
}.map-shape-room-5 {
    top: 33%;
    left: 42%;
    width: 16vw;
    height: 7vw;
    opacity: 0%;
}.map-shape-room-6 {
    top: 35%;
    left: 69%;
    width: 16vw;
    height: 8vw;
    opacity: 0%;
}

.promo-video {
    position: absolute;
    /* background-color: grey; */
    top: 39.2%;
    left: 45.7%;
    width: 16.5vw;
    height: 9.5vw;
    cursor: pointer;
}

.company {
    top: 5%;
    left: 42.5%;
    width: 25vw;
}
.product {
    top: 32.4%;
    left: 70.2%;
    width: 11.7vw;
    cursor: pointer;
}
.product-2 {
    top: 39.4%;
    left: 25.3%;
    width: 12.5vw;
    cursor: pointer;
}
.product1Exhibition {
    top: 57.2%;
    left: 28%;
    width: 3.6vw;
}
.product2Exhibition {
    top: 62%;
    left: 40%;
    width: 3.85vw;
}
.product3Exhibition {
    top: 57.4%;
    left: 57.53%;
    width: 5.4vw;
}
.product4Exhibition {
    top: 62.2%;
    left: 73.4%;
    width: 3.9vw;
}
.companyLarge {
    top: 14%;
    left: 38%;
    max-width: 20vw;
    max-height: 8vw;
}
.companySmall {
    top: 73.8%;
    left: 15.5%;
    max-width: 9vw;
    max-height: 4vw;
}
.product1Exhibition {
    top: 57.2%;
    left: 28%;
    width: 3.6vw;
}
.product2Exhibition {
    top: 62%;
    left: 40%;
    width: 3.85vw;
}
.circle-back {
    position: fixed;
    top: 40%;
    left: -6vw;
    background-color:#333;
    height:12vw;
    width:12vw;
    -webkit-border-radius: 8vw;
    -moz-border-radius: 8vw;
    border-radius: 8vw;
    cursor: pointer;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5)
}
.back {
    position: absolute;
    top: 40%;
    width: 95%;
    text-align: right;
    color: white;
    font-size: 1.3vw;
    font-weight: 700;
}

.cont .company-1 {
    top: 54%;
    left: 14.5%;
}
.company-2 {
    top: 54%;
    left: 32.5%;
}
.company-3 {
    top: 54%;
    left: 50%;
}
.company-4 {
    top: 54%;
    left: 67.7%;
}
.company-5 {
    top: 54%;
    left: 85.2%;
}
.company-6 {
    top: 41%;
    left: 16%;
}
.company-7 {
    top: 41%;
    left: 29.3%;
}
.company-8 {
    top: 41%;
    left: 43.5%;
}
.company-9 {
    top: 41%;
    left: 56%;
}
.company-10 {
    top: 41%;
    left: 68.8%;
}
.company-11 {
    top: 41%;
    left: 82%;
}
.company-12 {
    top: 29.5%;
    left: 27%;
}
.company-13 {
    top: 29.5%;
    left: 36.5%;
}
.company-14 {
    top: 29.5%;
    left: 45.5%;
}
.company-15 {
    top: 29.5%;
    left: 54.5%;
}
.company-16 {
    top: 29.5%;
    left: 63.5%;
}
.company-17 {
    top: 29.5%;
    left: 72.5%;
}


.btn-grad {background-image: linear-gradient(to right, #730909 0%, #b90f0f  51%, #730909  100%)}
.btn-grad {
    position: absolute;
    font-size: 1vw;
    margin: 10px;
    padding: 0.6vw 1.1vw;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px #eee;
    border-radius: 0.5vw;
    display: block;
}

.btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
}


.stickyButtons {
    position: fixed;
    z-index: 2;
    top: 5%;
    right: 1%;
    width: 17vw;
    animation: stickyFade 2s forwards;
}
@keyframes stickyFade {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    100% {opacity: 1;}
}
.programButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.programButton:hover {
    background-color: #191E40;
}
.sponsorsButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.sponsorsButton:hover {
    background-color: #191E40;
}
.infoButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.infoButton:hover {
    background-color: #191E40;
}
.contactButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.contactButton:hover {
    background-color: #191E40;
}
.program {
    position: absolute;
    top: 37.4%;
    left: 26%;
    width: 7.3vw;
    font-size: 0.8vw;
    background-color: #493088 !important;
    color: #fff;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 50%);
    -ms-transform: skewY(1deg); /* IE 9 */
    transform: skewY(1deg);
}
.contact {
    position: absolute;
    top: 37.4%;
    left: 68%;
    width: 7.3vw;
    font-size: 0.8vw;
    background-color: #493088 !important;
    color: #fff;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 50%);
    -ms-transform: skewY(-1deg); /* IE 9 */
    transform: skewY(-1deg);
}
.program:hover, .contact:hover {
    background-color: #381a83 !important;
    color: #fff;
}
.sponsors {
    top: 44.3%;
    left: 25%;
    width: 7.3vw;
    font-size: 0.8vw;
    -ms-transform: skewY(0deg); /* IE 9 */
    transform: skewY(0deg);
}

.error {
    color: #9c0000;
    padding: 10px;
    background: #ffebef;
    border-radius: 3px;
    border: solid 1px #e69b9b;
}

.modal {
    overflow-y: auto;
}
.modal-header {
    background: transparent;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #b1b1b1;
    color:#262626;
}
.modal-content {
    border: 0;
    border-radius: 15px; 
    background: rgba(255,255,255,0.8); 
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.modal-body {
    border-radius: 15px 15px 0 0; 
    background: none;
}
.modal-footer {
    border-radius: 0 0 15px 15px; 
    background: none; 
    border-top: 1px solid #b1b1b1;
}
.x-button {
    color: white !important;
} 
.sponsorImg {
    margin: 1rem;
    width: 14rem;
}
.sponsorImg.pointer:hover {
    background: #f5f5f5;
    border-radius: 10px;
}
.loginDiv {
    top: 27%;
    left: 48.4%;
    position: absolute;
    font-size: 1rem;
    margin: 10px;
    padding: 0.7vw 1.5vw;
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px #333;
    border-radius: 0.5vw;
    display: block;
    background: #2d394462;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.loginDiv .pointer {
    display: none;
}

.pointer {
    cursor: pointer;
}

.enterEvent {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 45%;
    left: 49%
}
.eventButton {
    font-size: 1.1rem;
    font-weight: 700;
    border-width: 0px;
    background-color: #2d3944;
    color: #eee;
}
.eventButton:hover {
    background-color: #202830;
    color: #eee;
}

.backProgram {
    position: fixed;
    top: 45%;
    left: -1vw;
    margin: auto;
    padding: 1.1vw;
    text-align: right;
    color: white;
    background-color: #709EBF;
    border-width: 0;
    border-radius: 10px;
    font-size: 1vw;
    font-weight: 700;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
    z-index: 3;
}
.backProgram:hover {
    background-color: #52728a;
}
.programContainer {
    position: absolute;
    overflow: hidden;
    top: 3%;
    left: 10%;
    width: 80%;
    margin: auto;
    padding: 0rem;
    padding-left: 5vw;
    padding-right: 5vw;
    height: 95vh;
    /* text-align: center; */
    background-color: #ebebeb;
    border-radius: 12px;
    border-width: 5px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
}
.eposterContainer {
    position: absolute;
    overflow: hidden;
    top: 3%;
    left: 15%;
    width: 70%;
    margin: auto;
    padding: 0;
    height: 900px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 12px;
    border-width: 5px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
}

.flipbook {
    position: relative;
    height: 90%;
    border-radius: 12px;
    border-width: 5px;
}

.onDemandNote {
    position: fixed;
    z-index: 99;
    bottom: 1%;
    left: 50%;
    padding: 20px;
    width: 20rem;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.displayNote {
    display: none;
    position: fixed;
    top:20%;
    padding: 20px;
    background-color: #f44336;
    color: white;
    z-index: 10;
  }
  @media only screen and (max-width: 768px) {
    .displayNote {
      display: block;
      width: 80%;
      margin: 2rem;
    }
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }

  .voting {
    position: absolute;
    z-index: 1;
    top: 33%;
    left: 76%;
    background-color:#262626;
    padding: 10px;
    border-radius: 10px;
    width: 20vw;
    /* height: 300px; */
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    animation: qaAppear 6s forwards;
    margin-left: 20px;
  }

  div.card-body div div.p-1 {
    cursor: pointer;
    padding-bottom: 0.5rem;
}
div.card-body div div.p-1:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

div#headingOne h2 button {
  font-weight: 700;
  text-decoration: none;
}
div.container-fluid div.row div.col-12 div.row div.col-6 {
  text-align: left;
}
h3.fancy-title, h4.fancy-title, h5.fancy-title {
    color: #444;
    font-weight: bold;
}
a:hover {
  text-decoration: none;
}
.accordion {
  height: 712px;
  overflow-y: scroll;
}

/* Certificates */
body > div.cont > div > div.alert.certificate-status.alert-info.mt-5, body > div.cont > div > div.alert.certificate-status.alert-danger.mt-5, #link-certificate > div, div#certificate-wait {
    display: block;
    position: relative;
    top: 0;
    margin: auto;
    width: 50%;
    background: #f5f5f5;
    color: #444;
}
/* Certificates */

 /* On demand style */

 .onDemandCategory {
    background: #fff;
    padding: 15px;
    margin: 6px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.onDemandCategory:hover {
    background: #f8f8f8;
}

.onDemandCategory h5:last-of-type {
    margin-bottom: 0;
}

.onDemandCategoryTitle {
    background-color: #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    transition: all .3s;
}

.onDemandCategoryTitle.collapsed {
    background-color: transparent;
    box-shadow: none;
    transform: translate(1px, 1px);
}

.onDemandCategoryTitle:hover.collapsed {
    background-color: #ebebeb;
}

#accordionMenu .card{
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

#accordionMenu .card .card-header {
    background: transparent;
    border: 0;
    padding: 0;
}

#accordionMenu .card .card-body {
    padding: .375rem .75rem;
}

#accordionMenu .card .card-body>div>div {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#accordionMenu .card .card-body>div:last-child>div {
    border-bottom: 0;
}

#accordionVideos .card {
    background: #fff;
    margin: 0px 5px 5px 5px;
    border: 0px !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    transition: .3s;
}

#accordionVideos .col-12.col-sm-6.col-md-4.text-center.mt-4, .col-12.text-center {
    transition: .3s;
}

#accordionVideos .col-12.col-sm-6.col-md-4.text-center.mt-4:hover, .col-12.text-center:hover {
    transform: translateY(-2px);
}

#accordionVideos a, #accordionVideos a div, .col-12.text-center a div {
    text-decoration: none !important;
    color: #333;
}

#accordionVideos img, .col-12.text-center img {
    border-radius: 12px;
    transition: .3s;
}

#accordionVideos img:hover, .col-12.text-center img:hover {
    box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}

.ePosterCategories .form-control, .onDemandCategories .form-control {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background-color: transparent;
}
.ePosterCategories .input-group-text, .onDemandCategories .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.eposterCategory {
    font-weight: 700;
    color: #444;
    border-radius: 5px;
    margin-bottom: 5px;
}

.eposterCategory:hover {
    background-color: #ddd;
}

.btn-outline-dark {
    font-size: .9rem;
}
.btn-outline-dark:hover {
    color: #343a40;
    background-color: #ddd;
}
.noResults {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 10px;
    height: 20rem;
    justify-content: center;
    flex-direction: column;
}
.fas.fa-play-circle.noResultsIcon {
    font-size: 3rem;
}

/* End On demand style */
