label {
  font-weight: 600;
}

[v-cloak] {
  display: none;
}

#alerts-global {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 2500;
  padding: 0;
  width: auto;
  min-width: 300px;
}

.fake_button {
  background: none;
  padding: 0;
  border: none;
  color: #e8419b;
}

.nowrap * {
  white-space: nowrap;
  display: inline;
}

table input[type="text"],
table input[type="number"],
table input[type="email"],
table input[type="password"],
table input[type="date"],
table input[type="datetime-local"],
table input[type="time"],
table input[type="url"],
table input[type="search"],
table input[type="tel"] {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #687281;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c5ccd6;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table tr.no-border td {
  border-top: none;
}
.table tr.no-border td.sub-heading {
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
.table.v-center > tbody > tr > td {
  vertical-align: middle;
}
.table td.min {
  width: 1%;
  white-space: nowrap;
}

.news-show figure img {
  max-width: 100%;
  height: auto;
}
.news-show figure figcaption.attachment__caption {
  display: none;
}

.news-index p.card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; /* Number of lines displayed before it truncate */
  overflow: hidden;
}
.news-index figure {
  display: none;
}

.pagination-center {
  display: flex;
  justify-content: center;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: #f3f3f3;
  opacity: 0.6;
}
#loading > div {
  border: 16px solid #d2c0cc;
  border-top: 16px solid #CD55A5;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
Print
 */
@media print {
  @page {
    size: A4 portrait;
  }
  html, body {
    width: 210mm;
    margin: 0;
    padding: 0;
  }
  html .landscape, body .landscape {
    width: 297mm;
  }
  nav, .noprint {
    display: none;
  }
}
.sidenav .sidenav-menu .nav .nav-link {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.clickable-row:hover, .clickable-row:hover * {
  cursor: pointer;
  background-color: #fdd1d7;
}

#report-table_wrapper .dt-buttons {
  margin: 0 0 1rem 0;
}
#report-table_wrapper button.dt-button {
  color: #e8419b;
  border-color: #e8419b;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#report-table_wrapper button.dt-button:hover {
  color: #fff;
  background-color: #e8419b;
  border-color: #e8419b;
}

.hidden {
  display: none !important;
}

blockquote {
  padding: 5px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 1rem;
}

.card {
  display: grid;
}
 

.nav-tabs .nav-link {
  color: #FFFFFF;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link .active {
  color: #e8419b;
}

.usersTargeting a{
    margin-top: 5px;
}
.usersTargeting{
    padding: 10px !important; 
}
.usersTargeting select{
  width: 80px !important;
  padding: 9px 10px 9px 25px;
  float: right;
  margin-left: 3px;
  background: #fff;
  border: none;
  border-radius: 6px;
  font-size:13px;
  background-image: url('../img/calendar.jpg');
  background-repeat: no-repeat;
  background-position: left 5px top 50%;
  background-size: 15px auto;
}
.usersTargeting select.branchSelect{
   background-image: url('../img/home.jpg');  
   width: 120px !important;
}
.usersTargeting select::after{
    position: absolute;
    left:0;
    top:0px;
    width: 10px;
    height:10px;
    background: red;
    z-index: 99999999;
}
.usersTargeting a.active{
    text-decoration: underline;
}

.popupBlockedPage{
  position: fixed;
  width: 400px;
  min-height: 150px; 
  left: calc(50% - 200px);
  top: 30vh;
  background: #fff;
  box-shadow: 0px 0px 7px #000;
  border-radius: 10px;
}

.innerContainer{
    width: 100%;
    padding: 10px;
    text-align: center;
}

.tvOfferImg{
   text-align: center;
   width: 100%;
   border-bottom: 1px solid #cccccc;
   margin-bottom: 20px;
   padding-bottom: 20px;
}
.tvOfferImg img{
  max-width: 220px;
 }
 
.table_offer tr td{
  padding: 3px 5px;  
}

.table_offer tr td:first-child{
  text-align: right; 
}
.table_offer tr td div{
  width:50%;
  float: left;
}
.table_offer tr td div:last-child{
   padding-left: 10px;
}

.table_offer input, .table_offer select{
  padding: 2px 10px !important;
  height: auto !important;
  border-radius: 3px;
  font-size: 15px;
}

.table_offer select{
  padding: 5px 10px !important;  
}

.text_right{
  text-align: right;  
}

.text_center{
  text-align: center;  
}

.offerImagesEdit img{
    width: 100% !important;
    height: 100%;
    cursor: move;
}
.offerImagesEdit div.col-md-4{
   position: relative;
   max-height: 100px;
   overflow: hidden;
   margin-bottom: 10px;
   
}
.offerImagesEdit div.col-md-4 a{
    position: absolute;
    right:0;
    top:0;
    border-radius: 50px;
    background: red;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    text-decoration: none;
}

.offerImagesEdit div.col-md-4 a:hover{
   background: #CD1719;
}

.inputTableAttach{
  padding: 3px !important;
  line-height: 1;
  font-size: 15px;
  height: auto;
}
.tableOffers{
    width: 100%;
}
.tableOffers td, .tableOffers th{
    font-size: 14px;
}

.removeAllImage{
    
}

.spinner-icon {
    animation: spin 1s linear infinite;
}
.iconLoadGoogleSheets{
    display: none;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


/****calendar******/

.calendarTable{
   width: 100%;
}

.calendarTable tr td{
   padding-top:3px;
   border: 1px solid #ccc;
   width: 20px;
   text-align: center;
   position: relative;
}
.calendarTable tr td:first-child{
   width: 100px;
   text-align: left;
   border-right: 3px solid #ccc;
   padding-left: 5px;
}

.calendarTable tr:first-child td{
   border-bottom: 3px solid #ccc;
}

.calendarTable tr:first-child td{
   border-right: 1px solid #ccc;
   line-height: 1;
}
.calendarTable tr:first-child td small{
   font-size: 12px;
   opacity: 0.8;
}
.bottomInfo{

}

.bottomInfo div{
  display: inline-table;
  text-align: center;
  margin: 1px 5px;
  font-size: 13px;
}

.bottomInfo div span{
    width:  30px;
    height: 15px;
    display: block;
    margin: 5px auto;
}

.calendarMenu{
   font-size: 20px;
   margin-bottom: 25px;

}

.calendarMenu button{
   font-size: 30px;  
}

.calendarMenu #menu{
   border-bottom: 2px solid #ccc;
}

.calendarFilter{
  display: flex;
  flex-wrap: wrap;  
  gap: 12px; 
  margin-bottom: 30px;
}
.calendarFilter .dropdown{
    display: inline-table;
}

.checkbox-wrapper {
  margin-top: 10px;
  margin-right: 16px; 
  cursor: pointer;
  user-select: none;
}

.round-checkbox {
  display: none;  
}

.round-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.custom-circle {
  width: 22px;
  height: 22px;
  border: 2px solid #e8419b;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}


.round-checkbox:checked + .round-label .custom-circle::after {
  content: "";
  width: 16.3px;
  height: 16.3px;
  background: #e8419b;
  border-radius: 50%;
  position: absolute;
  top: 1.2px;
  left: 1.2px;
}

.calendarBlock{
  display: block;
  width:75%;
  height:17px;
  position: absolute;
  top:5px;
  left:3px;
}

.cFull{
    width:150%;
    z-index: 9;
}

.createEventCallendar{
    cursor:pointer;
}