@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} 

body {
  font-family: arial, verdana, sans-serif;
  overflow: scroll;
  background-color: #ecf5fe;
}
.logo-ps{
  width: 200px;
  height: 100%;
}

.video-ad-tester{
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-self: center;
  margin: 5% 10% 0% 10%;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Poppins';
  color: #273e5b;
}
.cent{
  display: flex;
  justify-content: center;
}
.heading-text{
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

#container {
  display: flex;
  flex-direction: column;
  /* margin-left: 10%;
  margin-right: 10%;
  width: 80%; */
  overflow-y: none;
  /* height: 80%; */
  /* background-color: #fff; */
  
}
.medium-padding120{
  background-color: #fff;
}

.r1{
  /* background-color: #d3e7ff; */
  margin-top: 10%;
  margin-bottom: 3%;
  border-radius: 5px;
  padding: 5% 5% 2% 5%;
  width: 400px;
}
 
.r2{
  /* background-color: #d3e7ff; */
  border-radius: 5px;
  padding: 0% 5% 0% 5%;
  
}

.videoplay{
  display: flex;
  flex-direction: row;
  /* background-color: #d3e7ff; */
  border-radius: 5px;
  padding-left: 5%;
  padding-right: 5%;
}

#videoplayer {
  position: relative;
  /* display: flex; */
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
  border: 2px #ccc solid;
  width: 640px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.vh{
  padding-top: 5%;
  padding-left: 40%;
  padding-right: 40%;
  font-size: 1rem;
  font-weight: 900;
  color: #273e5b;
}

.video-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}


.content div{
  font-size: 40px;
  font-weight: 700;
}


#content-wrapper {
  display: flex;
  position:relative;
  top: 0px;
  left: 0px;
}

.contentwrapper {
  display: flex;
  width: 300px;
  padding: 10px;
  margin-right: 20%;
  margin-left: 10%;
  
}
.tags{
  padding-top: 5%;
  padding: 5%;
  width: 400px;
  align-items: center;
  justify-content: center;
}
#tagText{
  width: 350px;
  height: 250px;
  overflow-wrap: break-word;
  background-color: #fff;
  border: 0.5px;
  border-radius: 5px;
}
.tagbox{
  word-wrap: normal;
}

#playpause {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
  width: 50px;
  border-style: none;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #273e5b;
  cursor: pointer;
  line-height: 0;
}

#playpause:hover {
  border: 1px #273e5b solid;
  color: #273e5b;
}
.background-cover{
  background-image: url('https://playstream.media/svg/01-wave.svg');
  height: 160px;
  display: block;
  background-size: cover;
  /* position:absolute */
}

#fullscreen {
  position: absolute;
  bottom: 20px;
  left: 90px;
  height: 40px;
  width: 50px;
  border-style: none;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#fullscreen:hover {
  border: 1px #273e5b solid;
  color: #273e5b;
}

#content {
  overflow: scroll;
}

#content, #adcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}

#console {
  font-family: courier, monospace;
  font-size: 12px;
  margin-top: 20px;
  height: 200px;
  width: 100%;
  border: 1px rgb(0, 0, 0) solid;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6fdff;
  padding-left: 4%;
  padding-top: 2%;
  border-radius: 5px;
  /* margin-left: 46%; */
}


.urlLink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}


.navbar{
  padding-top: 10%; 
}

.sub{
  display: flex;
  justify-content: center;
  width: 100%;
}
#sub-btn{
  background-color: #0083ff;
  color: #fff;
}

.sub-btn{
  /* padding: 5%; */
  /* padding-left: 3%;
  padding-right: 3%; */
  /* background-color: #1e90ff; */
  color: #fff;
  border-radius: 5px;
  border: 0px;
  font-size: 1em;
  justify-content: center;
  justify-self: center;
}
iframe{
  width: 640px;
  height: 360px;
}
/* ----------------------- */

input{
  width: auto;
}
#console{
  margin-bottom: 2%;
}
.clear{
  width: 350px;
  color: #273e5b;
  text-align: end;
  
}
.clear:hover{
  color: #3498db;
}



/* //////////////////////////////////////////////////////////////////////////////////////// */
/* Responsive styles for tablet devices */
@media only screen and (max-width: 1024px){
  iframe{
    width: 295.5px;
    height: 250px;
  }
  #container{
    width: 300px;
  }
  .contentwrapper{
    flex-direction: row;
    margin-left: 10%;
    padding: 0;
  }
  #tagText{
    width: 315px;
    height: 200px;
    overflow-wrap: break-word;
    background-color: #fff;
    border: 0.5px;
    border-radius: 5px;
  }
.video-ad-tester{
  text-align: center;
}

  #videoplayer {
    position: relative;
    /* display: flex; */
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
    border: 2px #ccc solid;
    width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 20px;
    margin-bottom: 10px; */
  }
  #content, #adcontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 295.5px;
    height: 250px;
  }
  label{
    font-size: 1rem;
  }
  span{
    font-size: 0.8rem;
  }
  .r1{
    /* background-color: #d3e7ff; */
    margin-top: 10%;
    margin-bottom: 3%;
    border-radius: 5px;
    /* padding: 5% 5% 2% 5%; */
    width: 250px;
  }
   
  .r2{
    /* background-color: #d3e7ff; */
    width: 250px;
    border-radius: 5px;
    padding: 0% 5% 0% 5%;
  }

  .sub{
    display: flex;
    justify-content: center;
    width: 300px;
  }

  .vh{
    padding-top: 5%;
    padding-left: 25%;
    padding-right: 25%;
    font-size: 1rem;
    font-weight: 900;
    color: #273e5b;
    width: 100%;
    text-align: center;
  }
  .heading-text{
    margin: 10%;
    font-weight: 400;
    line-height: 1.75;
    display: flex;
    width: 80%;
    text-align: center;
    }
    .heading-title{
      text-align: center;
    }
    .list{
      margin-left: 10%;
    }
    .tags{
      padding: 5%;
      /* margin-left: 10%; */
      width: auto;
      align-items: center;
      justify-content: center;
    }
    .clear{
      width: 315px;
      color: #273e5b;
      text-align: end;
      
    }
    .clear:hover{
      color: #3498db;
    }
    
}


/* //------------------------------------------------------------------------------------// */
/* Responsive styles for mobile devices */
@media only screen and (max-width: 425px){
  iframe{
    width: 295.5px;
    height: 250px;
  }
  #container{
    width: 300px;
  }
  .contentwrapper{
    flex-direction: column;
    margin-left: 10%;
    padding: 0;
  }
  #tagText{
    width: 315px;
    height: 200px;
    overflow-wrap: break-word;
    background-color: #fff;
    border: 0.5px;
    border-radius: 5px;
  }
.video-ad-tester{
  text-align: center;
}

  #videoplayer {
    position: relative;
    /* display: flex; */
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
    border: 2px #ccc solid;
    width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 20px;
    margin-bottom: 10px; */
  }
  #content, #adcontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 295.5px;
    height: 250px;
  }
  label{
    font-size: 1rem;
  }
  span{
    font-size: 0.8rem;
  }
  .r1{
    /* background-color: #d3e7ff; */
    margin-top: 10%;
    margin-bottom: 3%;
    border-radius: 5px;
    /* padding: 5% 5% 2% 5%; */
    width: 250px;
  }
   
  .r2{
    /* background-color: #d3e7ff; */
    width: 250px;
    border-radius: 5px;
    padding: 0% 5% 0% 5%;
  }

  .sub{
    display: flex;
    justify-content: center;
    width: 300px;
  }

  .vh{
    padding-top: 5%;
    padding-left: 25%;
    padding-right: 25%;
    font-size: 1rem;
    font-weight: 900;
    color: #273e5b;
    width: 100%;
    text-align: center;
  }
  .heading-text{
    margin: 10%;
    font-weight: 400;
    line-height: 1.75;
    display: flex;
    width: 80%;
    text-align: center;
    }
    .heading-title{
      text-align: center;
    }
    .list{
      margin-left: 10%;
    }
    .tags{
      padding: 5%;
      /* margin-left: 10%; */
      width: auto;
      align-items: center;
      justify-content: center;
    }
    .clear{
      width: 315px;
      color: #273e5b;
      text-align: end;
      
    }
    .clear:hover{
      color: #3498db;
    }
}


/* /-//-//-/-/-/-/-/-/-/-/-/-//-/-/-/-/-/-/-/-/-/-/-/-//- */
/* Responsive styles for mobile devices */
@media only screen and (max-width: 280px){
  iframe{
    width: 240px;
    height: 250px;
  }
  #container{
    width: 150px;
  }
  .contentwrapper{
    flex-direction: column;
    width: 230px;
    /* margin-left: 10%; */
    padding: 0;
  }
  #tagText{
    width: 230px;
    height: 200px;
    overflow-wrap: break-word;
    background-color: #fff;
    border: 0.5px;
    border-radius: 5px;
  }
.video-ad-tester{
  text-align: center;
}

  #videoplayer {
    position: relative;
    /* display: flex; */
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
    border: 2px #ccc solid;
    width: 230px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 20px;
    margin-bottom: 10px; */
  }
  #content, #adcontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 226px;
    height: 250px;
  }
  label{
    font-size: 1rem;
  }
  span{
    font-size: 0.8rem;
  }
  .r1{
    /* background-color: #d3e7ff; */
    margin-top: 10%;
    margin-bottom: 3%;
    border-radius: 5px;
    /* padding: 5% 5% 2% 5%; */
    width: 150px;
  }
   
  .r2{
    /* background-color: #d3e7ff; */
    width: 150px;
    border-radius: 5px;
    padding: 0% 5% 0% 5%;
  }

  .sub{
    display: flex;
    justify-content: center;
    width: 230px;
  }

  .video-section{
    width: 250px;
  }
  .vh{
    padding-top: 5%;
    padding-left: 25%;
    padding-right: 25%;
    font-size: 1rem;
    font-weight: 900;
    color: #273e5b;
    width: 100%;
    text-align: center;
  }
  .heading-text{
    margin: 10%;
    font-weight: 400;
    line-height: 1.75;
    display: flex;
    width: 80%;
    text-align: center;
    }
    .heading-title{
      text-align: center;
    }
    .list{
      margin-left: 10%;
    }
    .tags{
      padding: 5%;
      /* margin-left: 10%; */
      width: 50px;
      align-items: center;
      justify-content: center;
    }
    .clear{
      width: 230px;
      color: #273e5b;
      text-align: end;
      
    }
    .clear:hover{
      color: #3498db;
    }
}
  
