@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Poppins', sans-serif;
}

a {
  color: #00B7FF;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/*Lib Radios style*/
#radiosLiberal .title {
  margin-left: 0px;
}

#radiosLiberal {

  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

#radiosLiberal main {
  display: flex;
  flex-direction: column;
  margin-inline: 8%;
}

#radiosLiberal .container {
  display: flex;
  flex-wrap: wrap;

  gap: 25px;
}

#radiosLiberal h3 {
  font-weight: 500;
}

#radiosLiberal .links {
  flex: 1;
  display: flex;
  justify-content: start;

  flex-direction: column;
  flex-wrap: wrap;
  gap: 28px;

  height: 100%;
}

#radiosLiberal .links .links-container {
  display: flex;
  justify-content: center;

  gap: 28px;
}

#radiosLiberal .links .link {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 25px;
  color: white;
  font-weight: 500;
  position: relative;
}

#radiosLiberal .links .link button {

  border: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: transparent;
}


#radiosLiberal .links .link img {
  width: 50%;
}

#radiosLiberal .links .link .hr {
  height: 0.5px;
  width: 60%;
  margin-block: 10px;
  background-color: white;
}



#radiosLiberal .link-01 {
  background-color: #32357e;
}

#radiosLiberal .link-02 {
  background-color: #ea6c4f;
}

#radiosLiberal .link-03 {
  background-color: #d9519d;
}

#radiosLiberal .link-04 {
  background-color: #6475be;
}

#radiosLiberal .link-05 {
  background-color: #95a323;
}

#radiosLiberal .link-06 {
  background-color: #cb1a51;
}

#radiosLiberal .display {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  flex-direction: column;
  flex: 1.3;
}


#radiosLiberal .display .live {
  background-color: #fa2566;
  flex: 0;
  color: white;
  padding: 3px 10px;
  border-radius: 6px;

}

#radiosLiberal .display .display-midias {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

#radiosLiberal .load  {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


#radiosLiberal .display-video {
  
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;

 
}

#radiosLiberal video {
  object-fit: fit;
  height: 100% !important;
}

#radiosLiberal .display-video button svg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 15px;
}

#radiosLiberal #btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: 0;
  background-color: transparent;
}

@media screen and (max-width:768px) {

  #radiosLiberal .container {
      flex-direction: column;
      height: auto;
  }

  #radiosLiberal video {
    object-fit: fit;
    height: 100% !important;
  }
  


}

 
/* toggle BTN camera tricaster */
.toggle {
  position : relative ;
  display : inline-block;
  width : 100px;
  height : 52px;
  background-color: red;
  border-radius: 30px;
  border: 2px solid gray;
}
     
.toggle {
  position : relative ;
  display : inline-block;
  width : 100px;
  height: 56px;
  background-color: red;
  border-radius: 30px;
  border: 2px solid gray;
}
     
/* After slide changes */
.toggle:after {
  content: '';
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: gray;
  top: 0px;
  left: 0px;
  transition:  all 0.5s;
}
     
/* Toggle text */
p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
     
/* Checkbox checked effect */
.checkbox:checked + .toggle::after {
  left : 49px;
}
     
/* Checkbox checked toggle label bg color */
.checkbox:checked + .toggle {
  background-color: green;
}
     
/* Checkbox vanished */
.checkbox {
  display : none;
}

/* Ocultar mensagem de carregamento do player de vídeo */
video::-webkit-media-controls-status-display {
  display:none !important;
}

.vjs-loading-spinner {
  display: none !important;
}

.vjs-modal-dialog-content:before {
  display: none !important;
}