
		.mymodel{
			    background: #fff;
			    padding: 40px;
			    padding-top: 0;
			    text-align: left;
			    max-width: 610px;
			    margin: 40px auto;
			    position: relative;
			    box-sizing: border-box;
			    border-radius: 4px;
		}

		.content {
		  text-align: center;
		}
		.content h1 {
		  font-family: 'Sansita', sans-serif;
		  letter-spacing: 1px;
		  font-size: 50px;
		  color: #282828;
		  margin-bottom: 10px;
		}
		.content  i {
		  color: #FFC107;
		}
		.content span {
		  position: relative;
		  display: inline-block;
		}
		.content  span:before, .content  span:after {
		  position: absolute;
		  content: "";
		  background-color: #282828;
		  width: 40px;
		  height: 2px;
		  top: 40%;
		}
		.content  span:before {
		  left: -45px;
		}
		.content  span:after {
		  right: -45px;
		}
		.content p {
		  font-family: 'Open Sans', sans-serif;
		  font-size: 18px;
		  letter-spacing: 1px;
		}
		.wrapper {
		  position: relative;
		  display: inline-block;
		  border: none;
		  font-size: 14px;
		  margin: 50px auto;
		  margin-top: 10px;
		  left: 50%;
		  transform: translateX(-50%);
		}

		.wrapper input {
		  border: 0;
		  width: 1px;
		  height: 1px;
		  overflow: hidden;
		  position: absolute !important;
		  clip: rect(1px 1px 1px 1px);
		  clip: rect(1px, 1px, 1px, 1px);
		  opacity: 0;
		}

		.wrapper label {
		  position: relative;
		  float: right;
		  color: #C8C8C8;
		}

		.wrapper label:before {
		  margin: 5px;
		  content: "\f005";
		  font-family: FontAwesome;
		  display: inline-block;
		  font-size: 1.5em;
		  color: #ccc;
		  -webkit-user-select: none;
		  -moz-user-select: none;
		  user-select: none;
		}

		.wrapper input:checked ~ label:before {
		  color: #FFC107;
		}

		.wrapper label:hover ~ label:before {
		  color: #ffdb70;
		}

		.wrapper label:hover:before {
		  color: #FFC107;
		}

		#small-dialog{
			max-width: max-content !important;
		}

		.audio-player {
  width: 100%;
  background: #444;

  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;

  display: grid;
  grid-template-rows: 6px auto;
  .timeline {
    background: white;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 #0008;
    .progress {
      background: #d064a0;
      width: 0%;
      height: 100%;
      transition: 0.25s;
    }
  }
  .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;

    > * {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .toggle-play {
      &.play {
        cursor: pointer;
        position: relative;
        left: 0;
        height: 0;
        width: 0;
        border: 7px solid #0000;
        border-left: 13px solid white;
        &:hover {
          transform: scale(1.1);
        }
      }
      &.pause {
        height: 15px;
        width: 20px;
        cursor: pointer;
        position: relative;
        &:before {
          position: absolute;
          top: 0;
          left: 0px;
          background: white;
          content: "";
          height: 15px;
          width: 3px;
        }
        &:after {
          position: absolute;
          top: 0;
          right: 8px;
          background: white;
          content: "";
          height: 15px;
          width: 3px;
        }
        &:hover {
          transform: scale(1.1);
        }
      }
    }
    .time {
      display: flex;

      > * {
        padding: 2px;
      }
    }
    .volume-container {
      cursor: pointer;
      .volume-button {
        height: 26px;
        display: flex;
        align-items: center;
        .volume {
          transform: scale(0.7);
        }
      }

      position: relative;
      z-index: 2;
      .volume-slider {
        position: absolute;
        left: -3px;
        top: 15px;
        z-index: -1;
        width: 0;
        height: 15px;
        background: white;
        box-shadow: 0 0 20px #000a;
        transition: 0.25s;
        .volume-percentage {
          background: coral;
          height: 100%;
          width: 75%;
        }
      }
      &:hover {
        .volume-slider {
          left: -123px;
          width: 120px;
        }
      }
    }
  }
}

.proporcao_img { 
    height: 270px;
  }


@media (max-width: 767px) {
  .proporcao_img { 
    height: 150px;
  }
}



.profile-page .profile-header {
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    border: 1px solid #f2f4f9;
}

.profile-page .profile-header .cover {
    position: relative;
    border-radius: .25rem .25rem 0 0;
}


.profile-page .profile-header .cover figure {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .profile-page .profile-header .cover figure {
        height: 110px;
        overflow: hidden;
    }
}

@media (min-width: 2400px) {
    .profile-page .profile-header .cover figure {
        height: 280px;
        overflow: hidden;
    }
}

.profile-page .profile-header .cover figure img {
    border-radius: .25rem .25rem 0 0;
    width: 100%;
}

@media (max-width: 767px) {
    .profile-page .profile-header .cover figure img {
        -webkit-transform: scale(2);
        transform: scale(2);
        margin-top: 15px;
    }
}

@media (min-width: 2400px) {
    .profile-page .profile-header .cover figure img {
        margin-top: -55px;
    }
}

.profile-page .profile-header .cover .gray-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(255, 255, 255, 0.1), #fff 99%);
}

.profile-page .profile-header .cover .cover-body {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
}

.profile-page .profile-header .cover .cover-body .profile-pic {
    border-radius: 50%;
    width: 100px;
}

@media (max-width: 767px) {
    .profile-page .profile-header .cover .cover-body .profile-pic {
        width: 70px;
    }
}

.profile-page .profile-header .cover .cover-body .profile-name {
    font-size: 20px;
    font-weight: 600;
    margin-left: 17px;
}

.profile-page .profile-header .header-links {
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 .25rem .25rem;
}



.profile-page .profile-header .header-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.profile-page .profile-header .header-links ul li a {
    color: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.profile-page .profile-header .header-links ul li:hover,
.profile-page .profile-header .header-links ul li.active {
    color: #c94e92;

}

.profile-page .profile-header .header-links ul li:hover a,
.profile-page .profile-header .header-links ul li.active a {
    color: #c94e92;
}

.profile-page .profile-body .left-wrapper .social-links a {
    width: 30px;
    height: 30px;
}

.profile-page .profile-body .right-wrapper .latest-photos > .row {
    margin-right: 0;
    margin-left: 0;
}

.profile-page .profile-body .right-wrapper .latest-photos > .row > div {
    padding-left: 3px;
    padding-right: 3px;
}

.profile-page .profile-body .right-wrapper .latest-photos > .row > div figure {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 6px;
}

.profile-page .profile-body .right-wrapper .latest-photos > .row > div figure:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.profile-page .profile-body .right-wrapper .latest-photos > .row > div figure img {
    border-radius: .25rem;
}

.rtl .profile-page .profile-header .cover .cover-body .profile-name {
    margin-left: 0;
    margin-right: 17px;
}
.img-xs {
    width: 37px;
    height: 37px;
}
.rounded-circle {
    border-radius: 50% !important;
}
img {
    vertical-align: middle;
    border-style: none;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}
.card-header {
    padding: 0.875rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f2f4f9;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}
.card-footer {
    padding: 0.875rem 1.5rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #f2f4f9;
}

.grid-margin {
    margin-bottom: 1rem;
}

.card {
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.rounded {
    border-radius: 0.25rem !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f2f4f9;
    border-radius: 0.25rem;
}


  .slide-items img {
  max-width: 100%;
  display: block;
}

.slide {
  max-width: 380px;
  margin: 20px auto;
  display: grid;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
}

.slide-items {
  position: relative;
  grid-area: 1/1;
  border-radius: 5px;
  overflow: hidden;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}

.slide-nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.slide-items > * {
  position: absolute;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.slide-thumb {
  display: flex;
  grid-column: 1 / 3;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 3px;
  background: grey;
  margin: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.active::after {
  content: '';
  display: block;
  height: inherit;
  background: red;
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 5s forwards linear;


}

@keyframes thumb {
  to {
    transform: initial;
  }
}

.slide-item video {
    width: 100%;
    height: 100%; /* Garante que o vídeo mantenha sua proporção */

    object-fit: cover; /* Redimensiona o vídeo para cobrir todo o contêiner mantendo sua proporção */
    object-position: center; /* Centraliza o vídeo horizontalmente e verticalmente */
}

.slide-item img {
    width: 100%;
    height: 100%; /* Garante que o vídeo mantenha sua proporção */

    object-fit: cover; /* Redimensiona o vídeo para cobrir todo o contêiner mantendo sua proporção */
    object-position: center; /* Centraliza o vídeo horizontalmente e verticalmente */
}

.carousel-item{
  padding: 5px;
  width: 200px;
  display: inline-block;
}

/* Estilo para o checkbox (caso esteja marcado) */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FF69B4 !important; /* Cor de fundo rosa */
    border-color: #FF69B4 !important; /* Cor da borda rosa */
}

/* Estilo para o checkbox quando ele está desmarcado */
.custom-control-input:checked ~ .custom-control-label {
    color: #FF69B4 !important; /* Cor do texto */
    font-weight: 800;
}

/* Cor de fundo do checkbox quando em foco (selecionado) */
.custom-control-input:focus ~ .custom-control-label::before {
    border-color: #FF69B4 !important; /* Borda rosa ao focar */
}

/* Cor de fundo do checkbox ao passar o mouse (hover) */
.custom-control-input:hover:not(:checked) ~ .custom-control-label::before {
    background-color: #FFB6C1 !important; /* Cor rosa mais clara */
    border-color: #FFB6C1 !important; /* Cor rosa mais clara na borda */
}



    body {
      background-color: #f5f7fa;
    }
    .card-custom {
      border: none;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }
    .progress-container {
      background: #e9ecef;
      border-radius: 10px;
      height: 10px;
      margin-top: 12px;
      margin-bottom: 20px;
      overflow: hidden;
    }
    .custom-progress-bar {
      height: 10px;
      background-color: #28a745;
      border-radius: 10px;
      width: 0;
      transition: width 1s ease;
    }
    .divider {
      width: 1px;
      background-color: #dee2e6;
      height: 40px;
    }
    .trust-header {
      font-size: 1.3rem;
      font-weight: 600;
    }
    .trust-subtitle {
      font-size: 0.9rem;
      color: #6c757d;
    }
    .status-icon {
      font-size: 1.8rem;
    }
    .denunciar-btn {
      background-color: #dc3545;
      color: white;
      font-weight: 500;
      border-radius: 8px;
      margin-top: 20px;
    }
    .denunciar-btn:hover {
      background-color: #c82333;
    }