* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0f203e;
    font-family: 'Poppins', sans-serif;
}

header img {
    margin-left: 20px;
    margin-top: 30px;
    width: 150px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.container h1 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.drag-area {
    border: 2px dashed #fff;
    height: 100%;
    min-height: 500px;
    width: 700px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-area.active {
    border: 2px solid #fff;
}

.drag-area .icon {
    font-size: 100px;
    color: #fff;
}

.drag-area h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.drag-area span {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 15px 0;
}

.drag-area button,
.drag-area .s-button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff;
    color: #0f203e;
    border-radius: 5px;
    cursor: pointer;
}

footer .copyright {
    margin-top: 80px;
    background-color: #172F5B;
    /* font-family: 'Montserrat', sans-serif; */
    text-align: center;
    line-height: 60px !important;
    height: 60px;
}

footer .copyright h5{
    line-height: 60px !important;
}

form {
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    margin-top: 25px;
}

h3 {
    font-size: 30px;
    padding-bottom: 20px;
}

h4 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
}

h5 {
    color: #fff;
}

audio {
    margin-bottom: 50px;
}

.field {
    width: 50%;
    padding: 0.5rem 1rem;
    background-color: rgba(247, 244, 244, 0.815);
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0);
}

.field:hover {
    border: 2px solid #1b396b;
}

.field:focus {
    background-color: #fff;
    border: 2px solid rgba(30, 85, 250, 0.47);
}

.fa.fa-info-circle:hover+.tooltip-text {
    display: block;
    color: black;
    animation: fadeIn 1s;
}

.swal2-popup {
    width: auto !important;
}

/*.img-container{
    text-align: center;
}*/

.apps {
    text-align: center;
}

.apps img {
    padding-top: 30px;
    width: 150px;
    margin-left: 50px;

}

.apps a {
    text-decoration: none;
}

.apps a:last-child{
    margin-right: 50px;
}

.tooltipText {

    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

a:hover .tooltipText {
    visibility: visible;
    opacity: 1;
}

/* Menu */

#staytuned {
	font-size: 3em;
}

.navbar {
	background-color: white;
	-webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
	/* font-family: 'Monserrat-Light'; */
	font-size: 2em;
	color: black;
}

.navbar-brand img {
	width: 100px;
}



.navbar-toggler {
	padding: 0px;
	border: 0px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-light .navbar-toggler {
	border-color: black;
}

.navbar-light .navbar-nav .nav-link {
	/* font-family: 'Monserrat-Light'; */
	font-size: 1.5em;
	color: white;
	padding: 0.7rem 1rem;

}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: white;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url(../imgs/icons/icon_close_menu.svg);
	background-size: 54%;
}

.divider {
	border-top: 5px solid white;
	width: 80%;
	margin: 0 auto;
}

.swiper-container {
	/* padding-top: 25px; */
	background-color: #12254f;
}

@media (min-width:1400px) {

	.navbar-brand {
		padding: 0.4rem 1.8rem;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 1.4rem 1.8rem;
	}
}

.navbar {
    background-color: #172F5B;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
  }

  @media (min-width:1400px) {

	.navbar-brand {
		padding: 0.4rem 1.8rem;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 1.4rem 1.8rem;
	}
}

/* End Menu */

.field-streaming{
    width: 87% !important;
}

.form-streaming{
    width: 90% !important;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../images/icon_close_menu.png);
    background-size: 80%;
  }

  .field-link-streaming{
    width: 94%;
  }

  @media (max-width:700px) {

	.container h1{
        font-size: calc(1.375rem + 1.5vw);
    }

    .drag-area h2{
        font-size: calc(1.325rem + .9vw);
    }

    .drag-area {
        width: 500px;
      }

      .field-link-streaming{
        width: 93% !important;
      }

      .fa-2x {
        font-size: 1.5em !important;
      }

      .field-streaming {
        width: 86% !important;
      }
}


@media (max-width:500px) {

    .drag-area {
        width: 400px;
      }

      footer .copyright h5 {
        font-size: 1rem;
      }
}

@media (max-width:400px) {

    .drag-area {
        width: 300px;
      }
}
@media (max-width:812px) {

    .apps a:last-child {
        margin-right: 0;
      }
}

@media (max-width: 576px){
.field-link-streaming {
  width: 86% !important;
}
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .custom-toggler.navbar-toggler {
    border-color: white;
  }

  @media (max-width: 510px){
    .apps a:first-child img,
  .apps a:nth-child(3) img{
    margin-left: 0;
  }
    }

 #video-streaming{
    width: 100%;
    height: 100%;
    background: #000;
 }

 .label-radio-button-channels{
    font-size: 1.1rem;
    margin-right: 30px;
 }

 /* LOADING */
/*preloader*/
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../images/loading.gif') no-repeat center center;
    /* background-color: #000000; */
}
/*Fin preloader*/

#video-watermarking-original{
    margin-bottom: 50px;
}

#video-watermarking-original,
#video-watermarking{
    width: 600px;
}

 /* #progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
    width: 90%;
}
#progress-wrp .progress-bar{
	height: 20px;
    border-radius: 3px;
    background-color: #79f763;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}  */


/* (B) PROGRESS BAR */
 #progress-wrp, .progress-bar, .status { height: 30px; }
#progress-wrp {
  position: relative;
  background: #fff;
  width: 90%;
  margin: 10px;
  border-radius: 3px;
  display: none;
}
.progress-bar {
  background: #79f763;
  width: 0;
  transition: width 0.5s;
  border-radius: 3px;
}
.status {
  position: absolute; top: 0; left: 0;
  width: 100%; display: flex;
  align-items: center; justify-content: center;
}

/*Processing*/
div#processing {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../images/processing.gif') no-repeat center center;
    /* background-color: #000000; */
}
/*Fin Processing*/
