/* index.blade.php --css */
.show-full {
    color: red !important;
}
.btn-outline-danger:hover {
    color: white !important;
}
.fc-event-time{
    display: none;
  }
  .fc-daygrid-day-number,.fc-col-header-cell-cushion{
    color: black;
  }
  .fc-event-title{
    font-weight: bold;
  }
  .fc-h-event{
    margin-bottom: 4px;
    /* border-radius: 25px !important; */
    background-color: #f71735;
    background-image: linear-gradient(147deg, #f71735 0%, #db3445 74%);
    border: 1px solid black !important;

  }
  .fc-event-title-container {
    text-align: center !important;
    /* background-color: #17a2b8; */
}
.image1 {
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    /* -moz-box-shadow: 0px 6px 5px #ccc;
    -webkit-box-shadow: 0px 6px 5px #ccc;
    box-shadow: 0px 6px 5px #ccc; */
    -moz-border-radius: 190px;
    -webkit-border-radius: 190px;
    border-radius: 190px;
}
.birthdayspecial {
    min-height: 20px !important;
}
.read-more-show {
    cursor: pointer;
    color: #2590ce;
}
.read-more-hide {
    cursor: pointer;
    color: #2590ce;
}

.hide_content {
    display: none;
}
.profile-img {
    height: 80px !important;
    width: 80px !important;
}
.dot {
    height: 18px;
    width: 18px;
    background-color: #3788d8;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -4px;

  }

.Warning-title {
    color: red;
    background-color: white;
    -webkit-text-stroke: 0.8px red;
}
.user-panel img {
    width: 45px !important;
    height: 45px !important;
    -moz-border-radius: 190px !important;
    -webkit-border-radius: 190px !important;
    border-radius: 190px !important;
}
.logo {
    width: 230px;
    height: 70px;
}
.logo2 {
    width: 60px;
    height: 60px;
}
