
.driver-popover {
  border: 3px solid white;
}

.driver-popover-arrow {
  margin: 2px;
  border-width: 10px;
}

.driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: rgb(255, 255, 255);
}

.driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: white;
}

.driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: rgb(255, 255, 255);
}

.driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: white;
}

.driver-popover-title {
  font-family: 'Cabin Sketch', cursive;
  font-size: 1.2rem;
}

.driver-popover-description {
  font-family: 'Klee One', cursive;
  font-size: 1rem;
}

.driver-popover-close-btn {
  color: red;
}

.driver-popover-footer {
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

.driver-popover-progress-text {
  color: maroon;
}

.arrowposition {
  /*  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: #293651;
  width: 47px;
  padding: 16px; AK 23may*/
  position: fixed;
  z-index: 999999;
  top: 10px;
  left: 1%;
     width: 47px;
  padding: 10px 10px 10px 14px;
  background: rgba(74, 74, 74, 0.31);
  backdrop-filter: blur(6.5px);
  border-radius: 50px;
}
.pleft0 {
  padding-left: 0;
}
.sectionlabel {
  position: fixed;
  z-index: 999999;
  top: 10px;
  left: 205px;
  background: rgba(74, 74, 74, 0.31);
  backdrop-filter: blur(6.5px);
  border-radius: 5px;
}
.upcomingscript {
  border-bottom: none;
  padding-bottom: 0px;
}
.upcomingscript ul {
  padding: 0px 9px 0 9px;
  margin-bottom: 0px;
}
.upcomingscript ul li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.redtxt {
  color: #fff;
}
.redtxt {
 
  padding: 6px 0 0 0px;
}
.timedisplay {
  position: fixed;
  color: #fff;
  z-index: 999999;
  top: 10px;
  right: 100px;
  background: rgba(74, 74, 74, 0.31);
  backdrop-filter: blur(6.5px);
  border-radius: 5px;
}
ul.nowshowing {
  padding: 0px 9px 0 9px;
  margin: 0;
  padding: 0px 9px 0 9px;
  margin: 0;
  /* position: fixed; */
  z-index: 999999;
  top: 10px;
  background: rgba(74, 74, 74, 0.31);
  backdrop-filter: blur(6.5px);
  border-radius: 5px;
  /* left: 15px; */
}
ul.nowshowing li {
  font-weight: 400;
  list-style: none;
  display: inline-block;
  font-size: 13px;
  letter-spacing: normal;
  padding: 0;
  /* vertical-align: top; */
  text-align: center;
}
.timeleftalone {
  color: #fff !important;
}
.brandposition {
  position: fixed;
  z-index: 999999;
  top: 10px;
  left: 50%;
  right: 0;
  background: #fff;
  backdrop-filter: blur(6.5px);
  border-radius: 5px;
  width: 10%;
  transform: translate(-50%, 0);
}
.logow_un {
  /* width: 65%; */
  width: auto;
  /* height: 50px; */
}
.setpos .rightbtn {
  right: 0px;
  background: rgba(74, 74, 74, 0.31);
  backdrop-filter: blur(6.5px);
  border-radius: 5px 5px 5px 5px;
  width: 50px;
  z-index: 99;
  padding: 5px;
  top: 17%;
  top: 10px !important;
  position: absolute;  
}
.setpos .rightbtn ul li {
  padding: 5px 0;
  list-style: none;
  position: relative;
}
.setpos .rightbtn a {
  display: flex;
  line-height: 37px;
  text-align: center;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  background: rgb(246, 139, 52);
  border-radius: 50%;
  margin: 0px auto;
  text-decoration: none !important;
  line-height: 2.4px;
  color: #fff;
  background: #f68b34;
  width: 35px;
  height: 35px;
}

.rightmenu {
  position: fixed;
  z-index: 1;
  bottom: 2%;
  left: 50%;
  background: rgba(74, 74, 74, 0.31);
  backdrop-filter: blur(6.5px);
  border-radius: 0px 0px 5px 5px;
  transform: translate(-50%, -14%);
}
ul.timeextend {
  padding: 0px;
  margin: 0;
}
ul.timeextend li {
  font-weight: 400;
  list-style: none;
  display: inline-block;
  font-size: 13px;
  letter-spacing: normal;
  padding: 0;
  /* vertical-align: top; */
  text-align: center;
  padding: 7px 0 7px 10px;
}
ul.nextarrow {
  padding: 0px;
  margin: 0;
}
ul.nextarrow li {
  /* padding: 0 0 0 15px; */
  padding: 10px 0 0 10px;

  font-weight: 400;
  list-style: none;
  display: inline-block;
  font-size: 13px;
  letter-spacing: normal;
  /* vertical-align: top; */
  text-align: center;
}
.finish-step{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.finish-step p{
  color:white;
font-size: 30px;
}
