
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


body {
  font-family: "Montserrat Medium";
}

#sidebar {
  width: 239px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  color: rgb(60, 60, 60);
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
  font-size: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 12px;
  transition: all 0.3s;
  width: 35px;
  z-index: 1;
  font-weight: 200;

}

#dismiss:hover {
  background: #fff;
  color: #fff;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9980;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #fff;
}

#sidebar ul.components {
  padding: 0px 0;
  border-bottom: 1px solid #fff;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

.modal {
padding: 0 !important;

}
.modal .modal-dialog.search {
width: 100%;
max-width: none;
height: 100%;
margin: 0;

}

.input-group-text{
  background-color: #EB0F68;
  border: 1px solid #EB0F68;
  font-size: 21px;
  padding-left: 17px;
  width: 55px;
}

#text-search{
  background-color: #fff;
  border: 1px solid #EB0F68;
  font-family: "Montserrat Light";
  font-size: 18px;
  height: 55px;
  opacity: 1;
  padding-left: 30px;
}

.modal {
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: rgba(255,255,255,0.95);
}

.modal .modal-dialog.search .modal-content{
height: 0px;
}

.modal .modal-body {
overflow-y: auto;
}

.modal-backdrop{
display: none;
}

.sidebar-item-logo{
  position: relative;
  right: 30px;
  top: 20px;
}

.sidebar-item{
  border-style: solid;
  border-width:1px;
  border-right:0px;
  border-left:0px;
  border-top:0px;
  border-color: #c0c0c0;
  padding: 0px 0px 0px 10px;
  font-family: "Montserrat Medium";
}

.label-username-menu{
  font-size: 12px;
  padding: 0px 0px 0px 20px;
  height: 30px;
}

.menu-items > li {
  padding-left: 10px;
}

.sidebar-link-top{
  font-size: 12px;
  padding: 0px 0px 0px 10px;
  height: 15px;
}

.sidebar-item-top{
  font-size: 12px;
  padding: 0px 0px 0px 10px;
  height: 25px;
}

.sidebar-link{
  position: relative;
  font-weight: 500;
  color: #3d3c3c;
  bottom:20px;

}

.user-name, .menu-items .login a, .menu-items .logout a{
  color: #EB0F68;
  font-weight: bold;
  font-family: "Montserrat Medium";

}

.user-name {
  margin-bottom: 10px;
}

.login {
  position: relative;
  top: 10px;
}

#sidebar ul li a {
  padding: 0px 0px 0px 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: rgb(60, 60, 60);
  background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: rgb(60, 60, 60);
  background: #fff;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */
header nav.navbar{
  background: -webkit-linear-gradient(91deg, #EB0F68 0%, #1B397B 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(91deg, #1B397B 0%, #EB0F68 100%) 0% 0% no-repeat padding-box;
}

.loggedUser a.dropdown-toggle {
  color: white !important;
}

.linkPink {
  color: #EE6FAA !important;
  font-weight: bold;
  margin-left: 6px;
}

#topTitle {
  position: relative;
  font-size: 1.8rem;
  color: #375BA8;
  top: 5px;
}

.label-subtitle{
  position: fixed;
  width: 100%;
  z-index: 10;
}

#searchModal .close {
  padding: 25px;
}

#searchModal .close span {
  font-size: 45px;
  font-weight: 100;
  line-height: 1px;
}

#container-modal{
  margin-top: 49px;
}

#searchModal .container {
  width: 1020px;
  padding: 0px;
}

.brand.sidebar-item-logo {
  position: absolute;
  top: 0px;
  left: -5px;
}

.brand.sidebar-item-logo svg {
  width: 100%;
  position: absolute;
  left: 0px;
}

.profile-name {
  font-size: 16px !important;
  left: 10px;
  padding-top: 10px !important;
  position: absolute;
  text-align-last: left;
  width: 229px;
  line-height: inherit;
}

.menu-item {
  height: 14px;
}

.menu-items {
  margin-top: 38px;
  padding-top: 0px;
  box-shadow: 0px -1px 2px #00000040;
}

.menu-profile-menu-container, .menu-minha-conta-container {
  margin-bottom: 15px;
}

body header .brand {
  width: 141px;
}

#sidebarCollapse {
  padding-left: 20px;
  margin-left: -30px;
}

.nav-link.search-icon {
  padding-right: 0px !important;
}

#sidebar li.menu-item:last-child {
  border-bottom: 1px solid grey;
}

#sidebar .menu-item {
  height: 43px;
  line-height: 43px;
  padding-left: 0px;
  border-top: 1px solid grey;
  font-size: 16px;
  position: relative;
  margin: 0px;
}

.side-assine{
  bottom: 0px;
  padding: 0px;
    padding-left: 0px;
  padding-left: 20px;
  color: #fff;
}

.menu-acesso-assine{
  background: linear-gradient(91deg, #1B397B 0%, #EB0F68 100%) 0% 0% no-repeat padding-box;
}

.menu-acesso-assine:hover {
  color: #fff; 
  background: linear-gradient(91deg, #1B397B 0%, #EB0F68 100%) 0% 0% no-repeat padding-box;
}
.side-assine:hover {
  color: #fff!important; 
  background: linear-gradient(91deg, #1B397B 0%, #EB0F68 100%) 0% 0% no-repeat padding-box!important;
}

#sidebar .menu-item > a {
  bottom: 0px;
  padding: 0px;
  padding-left: 20px;
}

#sidebar .menu-item .logo.vivo.normalLogin{
  width: 50px;
  margin-top: -3px;
}

.logged_with{
background-color: #660099;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 43px;
  line-height: 43px;
  padding-left: 0px;
  border-top: 1px solid grey;
  font-size: 14px;
  position: relative;
  margin: 0px;
}

.logged_with span{
  font-family: "Montserrat Bold";
  font-size: 16px;
  }

@media (max-width: 1279px) {
  #container-modal{
    margin-top: 24px;
  }

  #searchModal .container {
    width: 595px;
  }
}

@media (max-width: 759px) {
  #container-modal{
    margin-top: -6px;
  }

  #searchModal .container {
    width: 330px;
    max-width: calc(100% - 32px);
  }

  #text-search {
    padding-left: 15px;
  }

  #sidebarCollapse {
    padding-left: 15px;
    margin-left: -16px;
  }
}

@media (max-width: 409px) {
  .navbar-nav {
    width: 100%;
  }

  .search-icon {
    color: transparent !important;
    font-size: 0px;
  }

  .search-icon i {
    color: #fff;
    font-size: 16px;
  }

  .small-screen {
    width: 5%;
  }
}


@media (max-width: 767px) {

  .search-icon {
    color: transparent !important;
    font-size: 0px;
  }

  .search-icon i {
    color: #fff;
    font-size: 16px;
  }

  .logo-header{
    width: 50%;
  }
  .buscar-assine-header{
      width: 20%;
      display: contents;
  }
}

@media (max-width: 475px) {
.assine-btn{
  display: none;
}

.buscar-assine-header {
  width: 5%;
  display: flex;
}
.logo-header {
  width: 90%;
}
  }

  .sticky-mobile-offer {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #000;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    z-index: 1000;
    display: none;
    top: 70px;
    text-decoration: underline;
    color: #fff;
}

.sticky-mobile-offer a {
    color: #fff; /* Cor do texto */
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .sticky-mobile-offer {
        display: block; /* Exibe apenas no mobile */
    }
}
