@font-face {
  font-family: 'GothamPro';
  src: url(Gotham-Bold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url(Gotham-Medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url(Gotham-Regular.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url(Gotham-Light.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'PennyLane';
  src: url(penny.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
html{
  width: 100vw;
  height: 100vh;
  margin: 0;
}
body {
  margin: 0;
  /*background: url('bg.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 1.5px;
}
/* .isotope,
.isotope > .isotope-item {
  transition: all 0s ease-in-out !important;
} */

#headerimg {
  display: block;
  width: 250px;
  height: 120px;
  margin: auto;
  background-image: url('oesc-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.flex {
  display: flex;
  flex-wrap: wrap;
  width: 1575px;
  height: 762px;
  margin: auto;
  background: linear-gradient(71deg, #3e3bff 100%, #0400ff 100%);
  border-radius: 50px;
  /* transition: 2s ease-in-out; */
}
#voting {
  height: 763px;
  width: 505px;
  margin-top: 0px;
  margin-bottom: 55px;
  margin-left: 10px;
  border-radius: 33px;
}
#scoreboard {
  margin-left: 44px;
  margin-right: 0px;
  margin-top: 32px;
  padding-top: 0px;
  /*margin-top: 75px;*/
  width: 1000px;
  height: 700px;
  /*display: flex;
  flex-wrap: wrap;
  flex-direction: column;*/
  display: grid;
  grid-template-columns: 448px 448px;
  align-content: flex-start;

  /* background: rgba(255,255,255,0.05);
  border-radius: 50px; */
}
div.flag{
  width: 50px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0px;
  margin-right: -4px;
}
.points-added .vrp {
  pointer-events: none;
}
div.row {
  /*mix-blend-mode: difference;*/
  border-radius: 0px !important;
  width: 453px;
  height: 40px;
  background: linear-gradient(to left, rgb(255 255 255) 66%, rgb(255 255 255) 100%, rgba(255,255,255,0) 34%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0.1) 33%, rgba(255,255,255,0.1) 50%);
  /* background: white; */
  background-size: 300% 100%;
  background-position: right;
  margin: 5px;
  margin-right: 50px;
  /*padding: 5px;*/
  color: white;
  /* color: black; */
  font-family: 'PennyLane';
  font-size: 18pt;
  display: flex;
  transition: background .7s ease-in-out, color .7s ease-in-out;
  /* transition-delay:  */
  /* transition: background 1s ease-in-out !important; */
  /* transition-delay: 2500ms; */
  align-items: center !important;
}
div.country {
  /*width: 295px;*/
  padding-left: 10px;
  /* mix-blend-mode: luminosity; */
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: normal;
  transition: color .2s ease-out;
  box-sizing: border-box;
  color: black;
align-self: center;
align-items: center;
margin: 0 !important;
}
.a_points {
  font-weight: normal;
  width: 60px;
  height: 40px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-content: center; /* Center vertically */
  font-size: 21px;
  position: absolute;
  color: white;
  right: 0;
  background: #fc0186 !important;
}

.c_points {
  font-size: 21px;
  font-weight: 400;
  width: 60px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  transition: 1s ease-in-out;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 50px; /* Adjust the position as needed */
}

#overlay {
  position: absolute;
  left: 1243px;
  top: 900px;
  width: 484px;
  height: 90px;
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  font-size: 26px;
  z-index: 1000;
}
#cvdata{
  /* margin-left: 10px; */
  display: flex;
  width: 384px;
  height: 70px;
  flex-wrap: wrap;
}
#cvflag {
  margin: 10px;
  width: 70px;
  height: 70px;
  background-image: url('/flags/estonia.png');
  background-size: 55px 55px;
  display: none;
}
#cvcountry {
  width: 384px;
  font-family: 'GothamPro';
  font-weight: 400;
  font-size: 26px;
  /*padding: 5px;*/
}
#cvtext{
  width: 384px;
  font-weight: normal;
  padding-left: 2px;
  display: none;
}
.fw100 {
  font-family: 'GothamPro';
  font-weight: 100;
  font-size: 12pt;
  /*padding: 2px;*/
}
#ia {
  position: absolute;
  top: 920px;
  width: 100vw;
  /*background: linear-gradient(90deg, rgba(28,23,56,1) 0%, rgba(30,48,133,1) 100%);*/
  /* background: rgba(255,255,255,0.1); */
  height: calc(100vh - 920px);
}
#countryselector {
  /*margin-top: 25px;*/
  /*margin-left: 235px;*/
  margin-bottom: 0;
  font-family: 'GothamPro';
  font-weight: 400;
  font-size: 35px;
  /*padding: 5px;*/
  background: transparent;
  color: white;
  border: none;
  outline: none;
  border-radius: 3px;
   text-transform: uppercase;
  -webkit-appearance: none;
  text-align-last: left;
  letter-spacing: 2px;
}
#countryselector:focus {
  border: none !important;
  outline: none;
}
#vrp {
  display: flex;
  margin-top: -60px;
  margin-left: 217px;
  cursor: pointer;
}
.vrpclone {

}
#vrp-clones {
  display: flex;
  margin-top: -50px;
  margin-left: 210px;
  cursor: pointer;
  /* background: red; */
}
#vrp-clones > div {
  position: fixed;
  transition: 1s;
  z-index: 101;
  /* transition: box-shadow .2s ease-in-out; */
  /* box-shadow: 0 0 10px -5px #ffffff inset !important; */
}
.vrp {
  display:flex;
  background: #1308ac;
  box-shadow: 0 0 30px -10px #151375;
  background-size: 200% 100%;
  background-position: left;
  color: white;
  font-family: 'PennyLane';
  font-weight: 400;
  width: 60px;
  height: 40px;
  border-radius: 0px;
  /* border-width: 1px;
  border-style: solid;
  border-color: red; */
  margin: 5px;
  /* border: none; */
  font-size: 21px;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 1s ease-in-out;
}
.revealed {
  /*background: #v25;*/
  color: #ffffff25;
  /*background: #ffffff25 !important;*/
  background-position: left !important;
  /* color: black !important; */
  /* transition: background 2s !important; */
}
.highlighted {
  /*background: #ffffff25 !important;*/
  background-position: left !important;
  /* color: black !important; */
  /* transition: transform 2s !important; */

}
.telehigh {
  background: rgba(255, 255, 255, 0.1) !important;
  transition: background .7s ease-in-out;
}
.telehigh > .c_points {
  border-radius: 0px;
  /* background: #e8064d !important; */
  background-color: #0400ff !important;
  color: #0c0a74 !important;
  /* mix-blend-mode: normal !important; */
  /* color: white; */
  font-size: 21px !important;
}
.highlighted > .c_points {
  /*
  color: black !important;
  mix-blend-mode: luminosity !important; */
  border-radius: 0px;
  font-size: 21px !important;
  background: #fffff0  !important;
  /* mix-blend-mode: normal !important; */
  color: white;
  transition: background .7s ease-in-out 1s, color .7s ease-in-out 1s;
  /* color: transparent !important; */
}
.vrp-revealed {
  /* background-position: right !important; */
  /* color: transparent !important; */
  color: #ffffff;
  background: #0668e857;
  /*transition: 1s cubic-bezier(0,1,0,1) !important;*/
}
option {
  background: black;
}
.twelvepts {
  /* background: linear-gradient(to left, rgba(0,0,0,0.15) 33.33%, rgba(38,100,224,1) 33.33%, rgba(38,100,224,1) 66.66%, rgba(38,100,224,1) 66.66%) !important; */
  /* background: linear-gradient(to left, rgba(232,6,77,0) 0%, rgba(232,6,77,0) 34%, rgba(232,6,77,0) 34%, rgba(232,6,77,1) 65%, rgba(232,6,77,1) 66%, rgba(232,6,77,1) 100%) !important; */
  background: #ffffff !important;
  /* background-size: 300% 100% !important; */
  color: #030030 !important;
  /* background-position: left !important; */
  /* box-shadow: 0 0 5px 10px rgba(232,6,77,0.5); */
  transition: background .7s ease-in-out, color .7s ease-in-out;
  /* box-shadow: 0 0 10px 1px rgb(232 6 77 / 50%); */
  /* color: black !important; */
  /* transition: 2s !important; */
  z-index: 100;
  /* background-size: 300% 100% !important; */
  /* background-position: center !important; */
  /*color: black !important;*/
  /*transition: 1s cubic-bezier(0,1,0,1) !important;*/
}
.sortedrow12 {
  background: linear-gradient(to left, ffffff 33.33%, #ffffff 33.33%, #ffffff 66.66%, #ffffff 66.66%) !important;
  /* background: linear-gradient(to left, rgba(232,6,77,0) 0%, rgba(232,6,77,0) 34%, rgba(232,6,77,0) 34%, rgba(232,6,77,1) 65%, rgba(232,6,77,1) 66%, rgba(232,6,77,1) 100%) !important; */
  /* background: rgba(232,6,77,.5) !important; */
  /* background-size: 300% 100% !important; */
  /* color: #030030 !important; */
  /* background-position: left !important; */
  /* box-shadow: 0 0 5px 10px rgba(232,6,77,0.5); */
  transition: background .1s ease-in-out 0.2s, color .1s ease-in-out;
  /* transition-delay: 4s; */
  /* box-shadow: 0 0 10px 1px rgb(232 6 77 / 50%); */
  /* color: black !important; */
  /* transition: 2s !important; */
  z-index: 100;
  /* background-size: 300% 100% !important; */
  /* background-position: center !important; */
  /*color: black !important;*/
  /*transition: 1s cubic-bezier(0,1,0,1) !important;*/
}
.twelvepts > .country, .twelvepts > .a_points, .twelvepts > .c_points {
  font-weight: bold !important;
  /* font-size: 21px !important; */
}
.twelvepts > .c_points {
  /* text-shadow: 0px 0px 30px #ffffff; */
  margin-top: 0 !important;
  transition-delay: 0.5s;
  background-color: #ffffff25 !important;
  color: #fffff0;
  font-size: 21px !important;
  /* border: 1px solid #030030; */
}


.sortedrow12 > .c_points {
  /* text-shadow: 0px 0px 30px #ffffff; */
  margin-top: 0 !important;
  background-color: #0400ff !important;
  color: #ffffff;
  font-weight: bold;
  font-size: 21px !important;
  /* border: 1px solid #030030; */
}
.sortedrow {
  /*background: #ffffff25 !important;*/
  background-position: left !important;
  transition: background .7s ease-in-out 3s, color .7s ease-in-out;
  /* color: black !important; */
  /* transition:  1s !important; */
}
.sortedrow > .c_points {
  background: #0400ff !important;
  color: white !important;
  font-size: 21px !important;
}
.sortedrowtele {
  /*background: #ffffff25 !important;*/
  background-position: left !important;
  /* color: black !important; */
  /* transition:  1s !important; */
}
.sortedrowtele > .c_points {
  font-size: 21px !important;
  background: transparent !important;
  color: transparent !important;
  transition-delay: 1s !important;
}
.o0 {
  opacity: 0 !important;
}
.o01 {
  opacity: 0.25 !important;
}
#progress {
    width: 505px;
    position: fixed;
    height: 10px;
    top: 995px;
    left: 1243px;
    transition: .5s ease-in-out;
    display: flex;
    /* justify-content: space-between; */
}
#progress2 {
    width: 505px;
    position: fixed;
    height: 10px;
    top: 995px;
    left: 1243px;
    transition: .5s ease-in-out;
    display: flex;
    /* justify-content: space-between; */
}
div.dots{
  width: 3px;
  height: 3px;
  margin: 1.5px;
  border-radius: 3px;
  background: rgba(255,255,255,0.1);
}
div.dot2{
  width: 3px;
  height: 3px;
  margin: 1.5px;
  border-radius: 3px;
  background: rgba(255,255,255,1);
}
#expl {
  font-family: 'GothamPro';
  font-size: 18px;
  position: fixed;
  top: calc(1001px - 10px - 18pt);
  left: 1243px;
  width: 347px;
  text-align: left;
  font-weight: 100;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  letter-spacing: 1.5px;
}
#expl > span {
  /* font-weight: 400; */
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#vrp-12 {
  color: #ffffff;
  background-color: #0400ff;
  font-weight: bold;
  /* box-shadow: 0 0 15px -5px #030030; */
}
#vrpclone-12 {
  color: #ffffff;
  background-color: #0400ff;
  font-weight: bold;
  /* box-shadow: 0 0 15px -5px #030030; */
}

#vrp-12.vrp-revealed {
  color: #e8064d25;
  background-color: #03003025;
}
#vrp-12.revealed {
  color: #e8064d25;
  background-color: #03003025;
}
.tele-vrp {
  display: none;
}
audio {
  display: none;
}