/* RESET */
:root {
    --bg-primary: #cca332;
    --bg-primary-hover: #cca332de;

    --bg-secondary: #f2f2f2;
  }

  body {
    background: var(--bg-secondary);
  }

  .container {
    width: 75%;
  }

  .bg-warning {
    background: var(--bg-primary-hover) !important;
  }

  .border-radius {
    border-radius: 0.2rem;
    border: 1px solid #cdcdcd;
  }

  .main__content_principal#two__section {
    width: 75%;

  }

  /* MODAL */
  .modal-dialog .close {
    background: #cca332;
    border-radius: 50%;
    height: 30px;
    width: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    border: 0;

    color: white;
  }

  .modal-dialog input[type='submit'] {
    background: #cca332 !important;
    color: white;
  }

  /* ================= TRABALHANDO ================= */
  /* ================= HEADER-TOP ================= */
  .header__top {
    background: #fff;
    height: 10vh;
  }

  .header__top .container {
    height: 100%;
    display: flex;
    justify-content: space-between;

    align-items: center;

    border-bottom: 1px solid #f2f2f2;
  }

  .header__top .container .item__header__info {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .header__top .container .item__header__info button {
    border: 0;
    background: var(--bg-primary);
    color: #fff;
  }

  .header__top .container .item__header__search {
    width: 40%;
  }

  .header__top .container form {
    height: 6vh;
    display: flex;
    border: 1px solid #ccc;

    border-radius: 0.2rem;
  }

  .header__top .container form input {
    border: 1px solid #ccc;
  }

  .header__top .container form input,
  .header__top .container form button {
    height: 100%;
    border: 0;
  }

  .navbar form {
    display: flex;
    gap: 0.2rem;
  }
  .navbar form input {
    width: 73%;
    height: 6vh;
    outline: none;
    padding-inline: 0.5rem;
  }

  .navbar form input::placeholder {
    font-size: 0.9rem;
  }

  .navbar form a,
  .navbar form button {
    background: #cca332de;
    border: 1px solid #cca332;
    color: white;
    width: 15%;
    height: 6vh;
  }

  .navbar form a:hover {
    color: white;
  }

  .navbar {
    width: 100%;
  }

  .navbar > ul {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
  }

  .navbar > ul li {
    width: auto !important;
  }

  .navbar > ul > li > a {
    padding: 10px 0 !important;
  }

  .navbar .item-form {
    width: 55% !important;
    margin-left: 2rem;
  }

  /* ================= TRABALHANDO ================= */
  /* =================== HEADER =================== */
  header {
    background: #fff;
    padding: 0 !important;
    position: fixed;
    width: 100%;
    top: 0;
  }

  header .navbar a {
    display: flex;
    align-items: center;
    gap: 0.2rem;
  }

  header .navbar a i {
    font-size: 18px !important;
  }

  header nav .avatar {
    width: 35px;
    height: 35px;

    border-radius: 50%;
  }

    .container .avatar {
    width: 35px;
    height: 35px;

    border-radius: 50%;
  }

  /* ================= TRABALHANDO ================= */

  /* ================  MAIN SECTION ================ */
  .main__section {
    margin-top: 26vh;
  }

  @media (max-width: 640px) {
    .main__section {
      margin-block: 15vh;
    }

    .main__content_principal {
      margin-top: 1.5rem;
    }
  }

  @media (max-width: 420px) {
    .main__section {
      margin-block: 10vh;
    }
  }

  /* ================= TRABALHANDO ================= */


  /* ================  AVATAR FOTO ================ */

  .inputBox select {
    padding: 15px !important;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    border: 1px solid rgba(83, 83, 83, 0.25) !important;
    background: #f2f2f2 !important;
  }

  /* MODAL CRIAR EMPRESA */
  .botaoApresentadoTipoEmpresas {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .botaoApresentadoTipoEmpresas button {
      height: 20vh;
      width: 50%;
      border: #fff;

      font-size: 0.9rem;
  }

  /*Only bbutton*/
  .onlyButton {
      display: flex;
      justify-content: center;
      gap: 1rem;
    }

  .onlyButton button {
      height: 20vh;
      width: 50%;
      border: #fff;

      font-size: 0.9rem;
  }



  .bg__feed {
    margin-top: 1rem;
    font-size: 0.9rem;
  }

  .form-group button {
    width: 100%;
    font-size: 0.9rem;
    padding: 15px !important;
    border: 1px solid rgba(83, 83, 83, 0.25) !important;
    background: #f2f2f2 !important;
  }

  .form-group input[type='file'] {
    font-size: 0.9rem;
    border-radius: 0;
    border: 1px solid rgba(83, 83, 83, 0.25) !important;
    background: #f2f2f2 !important;
    width: 100%;
  }

  select {
    font-size: 0.8rem !important;
  }

  /* Menu Mobile */
  #mobile-header-top,
  #mobile-header {
    display: none;
  }

  .section-mobile {
    display: none;
  }

  .dropdown__nitadi {
    position: relative;
    display: inline-block;
  }

  .dropdown-content__nitadi {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 110px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    z-index: 1;
  }
 /*dropdown nitade*/
  #dropdwn-mobile {
    display: none;
  }
  /*End dropdown nitade*/

  .capa__avatar__user .dropdown-settings .dropdown-content__nitadi {
    min-width: 180px;
  }

  .capa__avatar__user .dropdown-settings .dropdown-content__nitadi a {
    border: 0;
    padding: 0;
    background: none;
  }

  .dropdown-content__nitadi ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .dropdown-content__nitadi ul li {
    margin-bottom: 0.5rem;
    display: flex;
  }

  .dropdown__nitadi:hover .dropdown-content__nitadi {
    display: block;
  }

  .main__content_principal {
    margin-bottom: 4rem;

  }
  /* ASIDE NEW-VISITANTE */
  .card__avatar__feed h3 {
    font-size: 1rem;
  }
  .card__avatar__feed ul.categories {
    padding: 0;
    padding-bottom: 0.1rem;
    margin: 1rem;
    list-style: none;
  }

  .card__avatar__feed ul.categories li {
    margin-bottom: 0.6rem;
  }

  .card__avatar__feed #buttonModal {
    background: #cca332de !important;
    font-size: 0.9rem;

    color: white !important;
  }

  .card__avatar__feed ul li a {
    background: #f2f2f2;
    display: flex;

    height: 5vh;

    align-items: center;
    justify-content: center;

    border-radius: 0.2rem;
    font-size: 0.9rem;
    border: 1px solid #ccc;
  }

  #fotoCarrosel .modal-dialog .modal-content {
    border: 0;
    height: 53.5vh;
  }



  /*  Picture*/





  /* PREVIEW INPUT FILE */

  /* INPUT__FILE */
  .picture__input,
  #picture__input, #delivery__input{
    display: none;
  }
  #company__input{display:none;}


  .avatar__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

  }

  .company {
      width: 140px;
      height: 140px;
      background: #ddd;

      display: flex;
      align-items: center;
      justify-content: center;

      color: #aaa;
      border: 1px dashed #aaa;
      border-radius: 50%;
      cursor: pointer;

      text-align: center;
      font-size: 0.9rem;

      transition: color 300ms ease-in-out, background 300ms ease-in-out;
  }

  .company:hover {
      color: #777;
      background: #ccc;
  }

  .company__img {
      width: 130px;
      height: 130px;
      border-radius: 50%;

  }

/**Feed image*/
#feedss__input{display:none;}

.avatar__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

  }

  .feedss {
      width: 140px;
      height: 140px;
      background: #ddd;

      display: flex;
      align-items: center;
      justify-content: center;

      color: #aaa;
      border: 1px dashed #aaa;
      border-radius: 50%;
      cursor: pointer;

      text-align: center;
      font-size: 0.9rem;

      transition: color 300ms ease-in-out, background 300ms ease-in-out;
  }

  .feedss:hover {
      color: #777;
      background: #ccc;
  }

  .feedss__img {
      width: 130px;
      height: 130px;
    border-radius: 50%;

  }

/** Delivery*/

#delivery__input{display:none;}

/** End delivery*/
  .avatar_logo{
      display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .picture {
    width: 140px;
    height: 140px;
    background: #ddd;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #aaa;
    border: 1px dashed #aaa;
    border-radius: 50%;
    cursor: pointer;

    text-align: center;
    font-size: 0.9rem;

    transition: color 300ms ease-in-out, background 300ms ease-in-out;
  }


  .picture:hover {
    color: #777;
    background: #ccc;
  }


  .picture__img {
    width: 130px;
    height: 130px;

  }



  /*company Docs*/
 .produtos {
    width: 100%; /* Ajuste padrão para se adaptar ao contêiner */
    max-width: 370px;
    height: 70px;
    background: #ddd;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #aaa;
    border: 1px dashed #aaa;
    border-radius: 5%;
    cursor: pointer;

    text-align: center;
    font-size: 0.9rem;

    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

/* Para telas pequenas (smartphones) */
@media (max-width: 576px) {
    .produtos {
        max-width: 100%; /* Remove limite de largura para telas pequenas */
        height: 60px;
        font-size: 0.8rem;
    }
}

/* Para tablets (médio) */
@media (max-width: 768px) {
    .produtos {
        max-width: 100%; /* Limite para caber no contêiner */
        height: 65px;
        font-size: 0.85rem;
    }
}

/* Para telas grandes (desktops) */
@media (min-width: 992px) {
    .produtos {
        max-width: 370px; /* Aplica largura fixa em telas grandes */
    }
}


  .otherFile:hover {
      color: #777;
      background: #ccc;
    }
  .otherFile{
      width: 760px;
      height: 70px;
      background: #ddd;

      display: flex;
      align-items: center;
      justify-content: center;

      color: #aaa;
      border: 1px dashed #aaa;
      border-radius:5%;
      cursor: pointer;

      text-align: center;
      font-size: 0.9rem;

      transition: color 300ms ease-in-out, background 300ms ease-in-out;
  }
  .file__input{display:none;}
  .file {
      width: 170px;
      height: 70px;
      background: #ddd;

      display: flex;
      align-items: center;
      justify-content: center;

      color: #aaa;
      border: 1px dashed #aaa;
      border-radius:5%;
      cursor: pointer;

      text-align: center;
      font-size: 0.9rem;

      transition: color 300ms ease-in-out, background 300ms ease-in-out;
    }

  .file:hover {
      color: #777;
      background: #ccc;
    }

  .file__img {
      width: 130px;
      height: 130px;

    }


   /*End company Docs*/

  /* end picture*/







  .modal__plus ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .modal__plus button {
    background: none;
    border: 0;
    padding: 0;
  }

  /* Tablets */
  @media (min-width: 720px) and (max-width: 1024px) {
  }

  @media (max-width: 640px) {
    .content__login .banner__login {
      display: none;
    }

    .content__login .banner__form_login {
      width: 100%;
    }

    header#header,
    aside {
      display: none;
    }

    #mobile-header-top {
      background: #fff;
      display: flex;
      width: 100%;
      height: 10vh;

      position: fixed;
      top: 0;
      z-index: 1;
    }

    #mobile-header-top .container {
      width: 92%;
      padding: 0;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    #mobile-header-top .container .logo img {
      width: 35%;
    }

    #mobile-header-top .container button {
      background: none;
      border: 0;
      font-size: 1.5rem;
    }

    /* MENU MOBILE BOTTOM */
    #mobile-header {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;

      display: flex;

      background: var(--bg-primary);
    }

    #mobile-header nav {
      height: 8vh;
    }

    #mobile-header nav ul {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;

      height: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
    }

    #mobile-header nav ul a i {
      font-size: 1.6rem;
      font-weight: 300;

      color: #000;
    }

    #mobile-header nav ul li:nth-child(3) a i {
      font-size: 3rem;
    }

    #mobile-header nav ul li:nth-child(2) {
      animation: up-down 1s infinite;
      transform: translateY(0px);
    }

    @keyframes up-down {
        0% {
            transform: scale(1);
            filter: brightness(100%);
        }
        50% {
            transform: scale(1.1);
            filter: brightness(200%);
        }
        100% {
            transform: scale(1);
            filter: brightness(100%);
        }
    }

   /* @keyframes up-down {
      0% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(10px);
      }

      100% {
        transform: translateY(0px);
      }
    }*/






    /* MODAL TIPO EMPRESA */
    .ModaltipoEmpresa {
      flex-wrap: wrap;
    }

    .ModaltipoEmpresa button {
      width: 100%;
    }

    /* CONTAINER */
    .container {
      width: 90%;
    }

    /* TRABALHANDO OS MEUS CONTEÚDOS DO MAIN */
    main .offset-3 {
      margin-left: 0%;
    }

    main .main__content_principal {
      padding: 0;

    }

    main .feed__content_reaction {
      flex-wrap: wrap;
    }

    main .form__add__feed {
      display: none;
    }

    /*main .section__content__feeds {
      padding: 0 !important;
      background: transparent !important;
    }*/

    main .border-mobile-feed {
      border: 0 !important;
    }

    main .feed .feed__user__post {
      gap: 1rem;
    }

    /* MODAL PARA PESQUISA */
    .modal-pesquisa form {
      display: flex;
      border: 1px solid #ccc;
      border-radius: 2px;
    }

    .modal-pesquisa form input {
      width: 80%;
      border: 0;
      padding-block: 0.7rem;
      padding-inline: 1rem;
    }

    .modal-pesquisa form button {
      width: 20%;
      border: 0;
      background: var(--bg-primary);
      color: #fff;
    }

    .photo__center__nitadi {
      display: flex;
      justify-content: center;

      background: red;
    }

    /* Menu Mobile */
    .menu-mobile {
      display: none;
    }

    .menu-mobile.active {
      position: absolute;
      top: 0;
      background: rgba(224, 191, 4, 0.993);
      width: 100%;
      height: 100vh;

      display: flex;
      flex-direction: column;

      padding-inline: 2rem;
    }

    .menu-mobile div {
      height: 10%;

      display: flex;
      justify-content: flex-end;

      align-items: center;
    }

    .menu-mobile div button {
      background: none;
      border: 0;
      font-size: 3rem;
    }

    .menu-mobile ul {
      list-style: none;
      width: 100%;
      height: 90%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      padding: 0;
      margin: 0;
      gap: 2rem;
    }

    .menu-mobile ul li {
      width: 100%;
      text-align: center;
    }

    .menu-mobile ul li a {
      display: flex;
      width: 100%;
      font-size: 1.3rem;
      gap: 1rem;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid #000;
    }
  }

  @media (max-width: 420px) {
    .main__section {
      margin-block: 10vh;
    }
  }





  .star-rating input:checked ~ i,
  .star-rating i:hover,
  .star-rating i:hover ~ i {
    background-color: #f5b301; /* Cor dourada para as estrelas selecionadas */
  }


  .carousel-inner img {
    width: 70%;
    height: auto;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: gainsboro; /* Change this to your desired color */
    border-radius: 50%;
  }

/*Dropdown mobile*/

    @media (max-width: 961px) {
        .dropdown-content__nitadi {
            display: absolute !important;
        }



        #dropdwn-mobile.active {
        display: block !important;
        }


        #dropdwn-mobile {
        background-color: #f9f9f9;
        min-width: 110px;
        /*width: 100%;*/
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        display: none !important;
        position: absolute;
        width: 30%;
        /*margin-top: 30px;*/
        margin-right: 20px;
        padding: 8px 15px;
        right: 0;
        }

        #dropdwn-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        }

        #dropdwn-mobile ul li a {
        display: flex;
        width: 100%;
        gap: 0.5rem;
        font-size: 0.9rem;
        }
    }


/*End dropdown mobile*/

#comments_section {
    margin-top: 20px;
}

.comments {
    display:flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.comments img {
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.comments-content {
    /*background-color: #f0f2f5;*/
    padding: 2px 15px;
    /*border: 1px solid red;*/
    max-width: 100%;
}

.comment-content p {
    margin: 0;
}

.comments .comment-meta {
    font-size: 10px;
    color: #65676b;
    margin-top: 5px;
}

.comments .comment-meta span {
    margin-right: 15px;
    cursor: pointer;
}

.comments .comment-meta span:hover {
    text-decoration: underline;
}

.comments-user-name{
    font-size: 5px;
}

/*** modal Comment**/
.modal-comment form {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}

.modal-comment form input {
  width: 80%;
  border: 0;
  padding-block: 0.7rem;
  padding-inline: 1rem;
}

.modal-comment form button {
  width: 20%;
  padding-left: 1px;
  border: 0;
  background: var(--bg-primary);
  color: #fff;
}




/** modal interest*/

.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	user-select: none;
	& > * {
		margin: .5rem 0.5rem;
	}
}



.checkbox-group-legend {
	font-size: 1.5rem;
	font-weight: 700;
	color: #9c9c9c;
	text-align: center;
	line-height: 1.125;
	margin-bottom: 1.25rem;
}

.checkbox-input {

	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;

	&:checked + .checkbox-tile {
		border-color: #f5b301;
		box-shadow: 0 5px 10px rgba(#000, 0.1);
		color: #f5b301;
		&:before {
			transform: scale(1);
			opacity: 1;
			background-color: #f5b301;
			border-color: #f5b301;
		}

		.checkbox-icon, .checkbox-label {
			color: #f5b301;
		}
	}

	&:focus + .checkbox-tile {
		border-color: #f5b301;
		box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
		&:before {
			transform: scale(1);
			opacity: 1;
		}
	}
}

.checkbox-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 7rem;
	min-height: 7rem;
	border-radius: 0.5rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(#000, 0.1);
	transition: 0.15s ease;
	cursor: pointer;
	position: relative;

	&:before {
		content: "";
		position: absolute;
		display: block;
		width: 1.25rem;
		height: 1.25rem;
		border: 2px solid #b5bfd9;
		background-color: #fff;
		border-radius: 50%;
		top: 0.25rem;
		left: 0.25rem;
		opacity: 0;
		transform: scale(0);
		transition: 0.25s ease;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
		background-size: 12px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	&:hover {
		border-color: #f5b301;
		&:before {
			transform: scale(1);
			opacity: 1;
		}
	}
}

.checkbox-icon {
	transition: .375s ease;
	color: #494949;
	svg {
		width: 3rem;
		height: 3rem;
	}
}

.checkbox-label {
	color: #707070;
	transition: .375s ease;
	text-align: center;
}

/*checkbox 2*/


ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}


ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}

.soma{

    outline: 0;
    background-color: #fff;
    border: none;


}
/** feed text*/
.text-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Mostra apenas 3 linhas */
    -webkit-box-orient: horizontal;
    line-height: 1.5em;
    height: 4.5em; /* 3 linhas * 1.5em */
}

.read-more-link {
    color: #707274;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.read-more-link:hover {
    text-decoration: underline;
}



.carousel-caption {
    position: absolute;
    top: 10px;
    right: 10px;

    padding: 5px 10px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;

}

/* Limita a largura das imagens para que se adaptem ao tamanho da coluna */
.logo__preview {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

/* Ajuste opcional para centralizar o conteúdo */
.avatar__perfil.produtos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px dashed #ccc;
    min-height: 150px; /* Define um tamanho mínimo para as áreas de upload */
}


/*profile settings*/
/* Modal estilo */
.modal__nitadi {
    display: none; /* Oculto por padrão */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Conteúdo do modal */
.modal__content {
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Header do modal */
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.modal__title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

/* Botão fechar no header */
.modal__close {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
    transition: color 0.3s;
}

.modal__close:hover {
    color: #f5b301; /* Cor dourada para as estrelas selecionadas */
    ;
}

/* Corpo do modal */
.modal__body {
    padding: 20px;
    text-align: center;
}

.modal__body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal__body ul li {
    margin: 10px 0;
    font-size: 16px;
}


/*profile settings*/
