.events-images-holder {
  height: 100px;
}

li.sent {
  text-align: left !important;
}

.header-calendar {
  background-color: transparent;
}

.content-body-calendar {
  padding: 15px;
}
@media (min-width: 576px) {
  .content-body-calendar {
    padding: 20px;
  }
}

.content-calendar {
  background-color: #fff;
  border: 1px solid rgba(224, 225, 235, 0.85);
  height: calc(100vh - 80px);
  box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15),
    2px 2px 5px 0 rgba(60, 70, 83, 0.04);
}
@media (min-width: 576px) {
  .content-calendar {
    height: calc(100vh - 98px);
  }
}
.content-calendar .fc-toolbar.fc-header-toolbar {
  height: 55px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(230, 231, 239, 0.85);
  padding: 0 15px;
}
.content-calendar .fc-toolbar .fc-button-group button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.content-calendar .fc-toolbar .fc-button-group button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.content-calendar .fc-toolbar button {
  height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(230, 231, 239, 0.85);
  color: rgba(55, 56, 87, 0.7);
  box-shadow: none;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-transform: capitalize;
  outline: none;
  text-shadow: none;
  border-radius: 0;
  transition: all 0.25s;
}
@media (prefers-reduced-motion: reduce) {
  .content-calendar .fc-toolbar button {
    transition: none;
  }
}
.content-calendar .fc-toolbar button:hover,
.content-calendar .fc-toolbar button:focus {
  border-color: #8392a5;
  color: #373857;
  position: relative;
  z-index: 5;
}
.content-calendar .fc-toolbar button:active {
  background-color: #f9f9fd;
}
.content-calendar .fc-toolbar button.fc-prev-button,
.content-calendar .fc-toolbar button.fc-next-button {
  padding: 0;
  width: 34px;
  justify-content: center;
}
.content-calendar .fc-toolbar button.fc-prev-button span,
.content-calendar .fc-toolbar button.fc-next-button span {
  margin: 0;
}
.content-calendar .fc-toolbar button.fc-state-active {
  background-color: #f9f9fd;
  border-color: #c0ccda;
  color: #373857;
}
.content-calendar .fc-toolbar button.fc-today-button {
  border-radius: 0;
  color: rgba(55, 56, 87, 0.7);
  background-color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .content-calendar .fc-toolbar button.fc-today-button {
    display: block;
  }
}
.content-calendar .fc-toolbar button.fc-today-button:hover,
.content-calendar .fc-toolbar button.fc-today-button:focus {
  border-color: #8392a5;
  color: #373857;
}
.content-calendar .fc-toolbar button.fc-today-button:active {
  background-color: #f9f9fd;
}
.content-calendar .fc-toolbar button.fc-today-button.fc-state-disabled {
  border-color: rgba(230, 231, 239, 0.85);
  background-color: #f9f9fd;
  color: #575d78;
  font-weight: 400;
  cursor: default;
}
@media (max-width: 575px) {
  .content-calendar .fc-toolbar button.fc-prev-button,
  .content-calendar .fc-toolbar button.fc-next-button {
    width: 32px;
    height: 32px;
  }
  .content-calendar .fc-toolbar button.fc-today-button {
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .content-calendar .fc-toolbar button.fc-month-button,
  .content-calendar .fc-toolbar button.fc-agendaWeek-button,
  .content-calendar .fc-toolbar button.fc-agendaDay-button,
  .content-calendar .fc-toolbar button.fc-listWeek-button,
  .content-calendar .fc-toolbar button.fc-listMonth-button {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    position: relative;
    color: transparent;
  }
  .content-calendar .fc-toolbar button.fc-month-button::before,
  .content-calendar .fc-toolbar button.fc-agendaWeek-button::before,
  .content-calendar .fc-toolbar button.fc-agendaDay-button::before,
  .content-calendar .fc-toolbar button.fc-listWeek-button::before,
  .content-calendar .fc-toolbar button.fc-listMonth-button::before {
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 100;
    display: inline-block;
    text-indent: 0;
    font-size: 12px;
    font-weight: 700;
    color: #373857;
  }
  .content-calendar .fc-toolbar button.fc-month-button::before {
    content: 'M';
  }
  .content-calendar .fc-toolbar button.fc-agendaWeek-button::before {
    content: 'W';
  }
  .content-calendar .fc-toolbar button.fc-agendaDay-button::before {
    content: 'D';
  }
  .content-calendar .fc-toolbar button.fc-listWeek-button::before,
  .content-calendar .fc-toolbar button.fc-listMonth-button::before {
    content: 'L';
    left: 11px;
  }
}
.content-calendar .fc-toolbar .fc-icon-left-single-arrow,
.content-calendar .fc-toolbar .fc-icon-right-single-arrow {
  top: 0;
}
.content-calendar .fc-toolbar .fc-icon-left-single-arrow::after,
.content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
  font-family: 'Ionicons';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 992px) {
  .content-calendar .fc-toolbar .fc-icon-left-single-arrow::after,
  .content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
    line-height: 0.9;
  }
}
.content-calendar .fc-toolbar .fc-icon-left-single-arrow::after {
  content: '\f3cf';
}
.content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
  content: '\f3d1';
}
.content-calendar .fc-toolbar .fc-clear {
  display: none;
}
.content-calendar .fc-toolbar .fc-left {
  order: 1;
  float: none;
  display: flex;
  align-items: center;
}
.content-calendar .fc-toolbar .fc-center {
  display: flex;
  align-items: center;
  order: 2;
}
.content-calendar .fc-toolbar .fc-center h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.2px;
}
@media (min-width: 576px) {
  .content-calendar .fc-toolbar .fc-center h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content-calendar .fc-toolbar .fc-center h2 {
    font-size: 20px;
  }
}
.content-calendar .fc-toolbar .fc-right {
  float: none;
  order: 3;
  display: none;
}
@media (min-width: 480px) {
  .content-calendar .fc-toolbar .fc-right {
    display: flex;
    align-items: center;
  }
}
.content-calendar .fc-divider {
  background-color: #f3f6f9;
  border-color: rgba(230, 231, 239, 0.85);
}
.content-calendar .fc-view-container {
  height: calc(100% - 50px);
}
.content-calendar .fc-head-container {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.content-calendar .fc-head-container .fc-day-header {
  padding: 5px 0;
  border-color: rgba(230, 231, 239, 0.85);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #373857;
}
.content-calendar .fc-widget-content {
  border-left-width: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.content-calendar .fc-widget-content:last-child {
  border-right-width: 0;
}
.content-calendar td {
  border-color: rgba(230, 231, 239, 0.85);
}
.content-calendar td.fc-today {
  background-color: rgba(243, 246, 249, 0.7);
}
.content-calendar td.fc-today .fc-day-number,
.content-calendar td.fc-today .fc-day-number:hover,
.content-calendar td.fc-today .fc-day-number:focus {
  background-color: #5556fd;
  color: #fff;
  border-radius: 1px;
}
.content-calendar .fc-other-month {
  background-color: #fdfdfe;
}
.content-calendar .fc-day-number {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #454f5b;
  display: inline-block;
  padding: 5px 8px;
  position: relative;
  transition: all 0.25s;
  margin: 2px 2px 0 0;
  min-width: 20px;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .content-calendar .fc-day-number {
    transition: none;
  }
}
.content-calendar .fc-day-number:hover,
.content-calendar .fc-day-number:focus {
  color: #373857;
  background-color: #f9f9fd;
}
.content-calendar .fc-day-top.fc-other-month {
  color: rgba(55, 56, 87, 0.6);
  opacity: 1;
}
.content-calendar .fc-event {
  border-width: 0;
  border-top-width: 5px;
  border-radius: 0;
}
@media (min-width: 576px) {
  .content-calendar .fc-event {
    border-top-width: 0;
    border-left-width: 2px;
    padding: 3px 4px;
  }
}
.content-calendar .fc-event.fc-day-grid-event > div {
  display: none;
  font-size: 11px;
}
@media (min-width: 576px) {
  .content-calendar .fc-event.fc-day-grid-event > div {
    display: block;
  }
}
.content-calendar .fc-event.fc-day-grid-event > div .fc-time {
  font-weight: 500;
}
.content-calendar .fc-event.fc-day-grid-event > div .fc-desc {
  display: none;
}
.content-calendar .fc-time-grid-event {
  padding: 5px;
  border-left-width: 0;
  border-top-width: 2px;
}
.content-calendar .fc-time-grid-event .fc-time {
  font-size: 12px;
}
.content-calendar .fc-time-grid-event .fc-title {
  font-size: 13px;
  font-weight: 500;
  color: #212b35;
  margin-bottom: 10px;
}
.content-calendar .fc-time-grid-event .fc-desc {
  line-height: 1.3;
  color: rgba(33, 43, 53, 0.8);
}
.content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
  display: none;
}
@media (min-width: 576px) {
  .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
    display: block;
  }
}
.content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-time {
  font-size: 11px;
}
.content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
  display: none;
}
@media (min-width: 992px) {
  .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
    display: block;
  }
}
.content-calendar .fc-list-empty {
  padding: 20px 0;
  background-color: #fdfdfe;
}
.content-calendar .fc-agenda-view .fc-day-header > a > span {
  display: block;
}
.content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
  color: #575d78;
  font-size: 8px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
    font-size: 11px;
    font-weight: 500;
  }
}
.content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}
@media (min-width: 576px) {
  .content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
    font-size: 25px;
  }
}
.content-calendar .fc-agenda-view .fc-day-header.fc-today > a {
  color: #5556fd;
}
.content-calendar .fc-listMonth-view,
.content-calendar .fc-listWeek-view {
  border-width: 0;
}
.content-calendar .fc-listMonth-view .fc-scroller,
.content-calendar .fc-listWeek-view .fc-scroller {
  padding: 20px 20px 20px 0;
}
.content-calendar .fc-listMonth-view .fc-list-table,
.content-calendar .fc-listWeek-view .fc-list-table {
  border-collapse: separate;
  display: block;
}
.content-calendar .fc-listMonth-view .fc-list-table > tbody,
.content-calendar .fc-listWeek-view .fc-list-table > tbody {
  display: flex;
  flex-wrap: wrap;
}
.content-calendar .fc-listMonth-view .fc-list-heading,
.content-calendar .fc-listWeek-view .fc-list-heading {
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .content-calendar .fc-listMonth-view .fc-list-heading,
  .content-calendar .fc-listWeek-view .fc-list-heading {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  .content-calendar .fc-listMonth-view .fc-list-heading,
  .content-calendar .fc-listWeek-view .fc-list-heading {
    flex: 0 0 12%;
    max-width: 12%;
  }
}
@media (min-width: 992px) {
  .content-calendar .fc-listMonth-view .fc-list-heading,
  .content-calendar .fc-listWeek-view .fc-list-heading {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1200px) {
  .content-calendar .fc-listMonth-view .fc-list-heading,
  .content-calendar .fc-listWeek-view .fc-list-heading {
    flex: 0 0 8%;
    max-width: 8%;
  }
}
.content-calendar .fc-listMonth-view .fc-list-heading:first-child,
.content-calendar .fc-listWeek-view .fc-list-heading:first-child {
  margin-top: 0;
}
.content-calendar
  .fc-listMonth-view
  .fc-list-heading:first-child
  + .fc-list-item,
.content-calendar
  .fc-listWeek-view
  .fc-list-heading:first-child
  + .fc-list-item {
  margin-top: 0;
}
.content-calendar .fc-listMonth-view .fc-list-heading td,
.content-calendar .fc-listWeek-view .fc-list-heading td {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.content-calendar .fc-listMonth-view .fc-list-heading-main,
.content-calendar .fc-listWeek-view .fc-list-heading-main {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #575d78;
  font-weight: 500;
  padding: 5px;
  text-align: center;
}
.content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
.content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
  display: block;
  font-size: 28px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -1.5px;
  color: #06072d;
  line-height: 1;
}
@media (min-width: 576px) {
  .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
  .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
  .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
    font-size: 36px;
  }
}
.content-calendar .fc-listMonth-view .fc-list-heading-main.now,
.content-calendar .fc-listWeek-view .fc-list-heading-main.now {
  color: #5556fd;
}
.content-calendar .fc-listMonth-view .fc-list-heading-main.now span:last-child,
.content-calendar .fc-listWeek-view .fc-list-heading-main.now span:last-child {
  color: #5556fd;
}
.content-calendar .fc-listMonth-view .fc-list-item,
.content-calendar .fc-listWeek-view .fc-list-item {
  flex: 0 0 calc(80% - 5px);
  max-width: calc(80% - 5px);
  display: flex;
  flex-direction: column;
  border-left: 4px solid transparent;
  background-color: #fff;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .content-calendar .fc-listMonth-view .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(85% - 5px);
    max-width: calc(85% - 5px);
  }
}
@media (min-width: 768px) {
  .content-calendar .fc-listMonth-view .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(88% - 5px);
    max-width: calc(88% - 5px);
  }
}
@media (min-width: 992px) {
  .content-calendar .fc-listMonth-view .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(90% - 5px);
    max-width: calc(90% - 5px);
  }
}
@media (min-width: 1200px) {
  .content-calendar .fc-listMonth-view .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(92% - 5px);
    max-width: calc(92% - 5px);
  }
}
.content-calendar .fc-listMonth-view .fc-list-item:hover,
.content-calendar .fc-listMonth-view .fc-list-item:focus,
.content-calendar .fc-listWeek-view .fc-list-item:hover,
.content-calendar .fc-listWeek-view .fc-list-item:focus {
  cursor: pointer;
}
.content-calendar .fc-listMonth-view .fc-list-item:hover td,
.content-calendar .fc-listMonth-view .fc-list-item:focus td,
.content-calendar .fc-listWeek-view .fc-list-item:hover td,
.content-calendar .fc-listWeek-view .fc-list-item:focus td {
  background-color: transparent;
}
.content-calendar .fc-listMonth-view .fc-list-item > td,
.content-calendar .fc-listWeek-view .fc-list-item > td {
  border-width: 0;
}
.content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-time,
.content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-time {
  border-top: 1px solid #e6e7ef;
  border-right: 1px solid #e6e7ef;
  box-sizing: border-box;
}
.content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-title,
.content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-title {
  border-bottom: 1px solid #e6e7ef;
  border-right: 1px solid #e6e7ef;
  box-sizing: border-box;
}
.content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
.content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
  margin-left: 20%;
}
@media (min-width: 576px) {
  .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 15%;
  }
}
@media (min-width: 768px) {
  .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 12%;
  }
}
@media (min-width: 992px) {
  .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
  .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 8%;
  }
}
.content-calendar .fc-listMonth-view .fc-list-item-marker,
.content-calendar .fc-listWeek-view .fc-list-item-marker {
  display: none;
}
.content-calendar .fc-listMonth-view .fc-list-item-time,
.content-calendar .fc-listWeek-view .fc-list-item-time {
  padding: 12px 15px 2px;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  letter-spacing: 0.5px;
}
.content-calendar .fc-listMonth-view .fc-list-item-title,
.content-calendar .fc-listWeek-view .fc-list-item-title {
  padding: 0 15px 12px;
}
.content-calendar .fc-listMonth-view .fc-list-item-title a,
.content-calendar .fc-listWeek-view .fc-list-item-title a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 2px;
  color: #06072d;
}
@media (min-width: 576px) {
  .content-calendar .fc-listMonth-view .fc-list-item-title a,
  .content-calendar .fc-listWeek-view .fc-list-item-title a {
    font-size: 18px;
  }
}
.content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
.content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
  font-size: 12px;
  line-height: 1.375;
  display: block;
  color: #575d78;
}
@media (min-width: 992px) {
  .content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
  .content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
    font-size: 13px;
  }
}
.content-calendar .fc-head-container .fc-day-header {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 0;
  color: #373857;
}
@media (min-width: 576px) {
  .content-calendar .fc-head-container .fc-day-header {
    font-size: 12px;
  }
}
.content-calendar .fc-axis {
  font-size: 11px;
}
@media (min-width: 576px) {
  .content-calendar .fc-axis {
    font-size: 12px;
  }
}

.calendar-modal-event .modal-content {
  border-width: 0;
  position: relative;
  background-color: transparent;
}

.calendar-modal-event .modal-header {
  position: relative;
  padding: 20px 15px;
  border-bottom-width: 0;
  display: flex;
  align-items: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.calendar-modal-event .nav-modal-event .nav-link {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 0;
  position: relative;
  transition: all 0.25s;
}
@media (prefers-reduced-motion: reduce) {
  .calendar-modal-event .nav-modal-event .nav-link {
    transition: none;
  }
}
.calendar-modal-event .nav-modal-event .nav-link svg {
  width: 16px;
  height: 16px;
}
.calendar-modal-event .nav-modal-event .nav-link:hover,
.calendar-modal-event .nav-modal-event .nav-link:focus {
  color: #fff;
}
.calendar-modal-event .nav-modal-event .nav-link + .nav-link {
  margin-left: 10px;
}

.calendar-modal-event .event-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  /* width: calc(100% - 80px); */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 992px) {
  .calendar-modal-event .event-title {
    font-size: 20px;
  }
}

.calendar-modal-event .modal-body {
  padding: 20px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .calendar-modal-event .modal-body {
    padding: 25px;
  }
}

.calendar-modal-event .event-start-date,
.calendar-modal-event .event-end-date {
  color: #212b35;
  font-weight: 500;
}

.calendar-modal-event .event-desc {
  margin-top: 5px;
}

.calendar-modal-event .event-desc:empty {
  margin-bottom: 5px;
}


/* Progress Bar */

.progress {
  height: 20px;
  margin-top: -5px;
}
.progress .skill {
  font: normal 12px 'Open Sans Web';
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

/* End Progress Bar  */

/* Card Css */

.card-counter {
  box-shadow: 2px 2px 10px #dadada;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: 0.3s linear all;
}

.card-counter:hover {
  box-shadow: 4px 4px 20px #dadada;
  transition: 0.3s linear all;
}

.card-counter.primary {
  background-color: #007bff;
  color: #fff;
}

.card-counter.danger {
  background-color: #ef5350;
  color: #fff;
}

.card-counter.success {
  background-color: #66bb6a;
  color: #fff;
}

.card-counter.info {
  background-color: #26c6da;
  color: #fff;
}

.card-counter.purple {
  background-color: #ff007f;
  color: #fff;
}

.card-counter.yellow {
  background-color: #ff6600;
  color: #fff;
}

.card-counter.wine {
  background-color: #cc0000;
  color: #fff;
}

.card-counter.pink {
  background-color: #ff3399;
  color: #fff;
}

.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}

.card-counter .count-name {
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}

/* End Card Css */

/* Chat CSS  */

#frame #sidepanel #contacts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.online_users_holder {
  padding-left: unset !important;
}

#frame {
  width: 100%;
  min-width: 360px;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #e6eaea;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2c3e50;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li
  span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li
    span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-online
  span.status-circle {
  background: #2ecc71;
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-online.active
  span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-away
  span.status-circle {
  background: #f1c40f;
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-away.active
  span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-busy
  span.status-circle {
  background: #e74c3c;
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-busy.active
  span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-offline
  span.status-circle {
  background: #95a5a6;
}
#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-offline.active
  span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: 'proxima-nova', 'Source Sans Pro', sans-serif;
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #32465a;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: calc(100% - 177px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #32465a;
  border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: 'proxima-nova', 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 340px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {
  width: 35px;
  border-radius: 50%;
  float: left;
  height: 35px;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: 'proxima-nova', 'Source Sans Pro', sans-serif;
  float: left;
  width: calc(100% - 50px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
  height: 43px;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 22px 16px 8px;
    height: 51px;
    border: 1px solid;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

/* End Chat Css */

.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}

/* Admin Dashboard  */
.wrimagecard {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  background: #fff;
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.wrimagecard .fa {
  position: relative;
  font-size: 70px;
}
.wrimagecard-topimage_header {
  padding: 20px;
}
a.wrimagecard:hover,
.wrimagecard-topimage:hover {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}
.wrimagecard-topimage a {
  width: 100%;
  height: 100%;
  display: block;
}
.wrimagecard-topimage_title {
  padding: 20px 24px;
  height: 80px;
  padding-bottom: 0.75rem;
  position: relative;
}
.wrimagecard-topimage a {
  border-bottom: none;
  text-decoration: none;
  color: #525c65;
  transition: color 0.3s ease;
}

/* End Admin Dashboard  */

#DataTables_Table_0_length {
  float: left !important;
}

.col-form-label {
  display: flex;
  justify-content: flex-end;
}

.form-control {
  border: 1px solid #999 !important;
}

.text-danger {
  color: red !important;
}

/* For Select Start */

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}
.files {
  position: relative;
}
.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: '';
  background-image: url('/media/back.png');
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input {
  background-color: #f1f1f1;
}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: ' or drag it here. ';
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

/* For Select End */

select.form-control,
.dataTables_wrapper select {
  outline: 1px solid #999 !important;
  border: none !important;
}

.totals-row {
  background-color: #dadaf7 !important;
}

.add-border {
  border-top: 2px solid #696679;
}

.text-muted {
  color: #ffffff;
}

input.hidden {
  position: absolute;
  left: -9999px;
}

#profile-image1 {
  cursor: pointer;

  width: 100px;
  height: 100px;
  border: 2px solid #03b1ce;
}

.tital {
  font-size: 16px;
  font-weight: 500;
}

.bot-border {
  border-bottom: 1px #f8f8f8 solid;
  margin: 5px 0 5px 0;
}
