.form-control.has-error {
  border-color: #ff3e1d !important;
}
form select.has-error~.select2 .select2-selection {
  border-color: #ff3e1d!important;
}

/*
* Multiple select
******************************************************************************/
.select2-container{
    width: 100% !important;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #bfc9d4 !important;
    padding: 0.4375rem 0.875rem;
  }
  .select2-container--default .select2-selection--multiple{
    border: 1px solid #bfc9d4 !important;
    padding: 0.4375rem 0.875rem;
  }
  .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    margin-left: 0 !important;
    height: 28px !important;
  }
  .select2-results__option[aria-selected=true] {
    display: none;
  }
  
  /*
  * Single select 2
  ******************************************************************************/
  .select2-container--default.select2-container--focus .select2-selection--single{
    border: 1px solid #bfc9d4 !important;
  }
  .select2-container--default .select2-selection--single{
    border: 1px solid #bfc9d4 !important;
    padding: 0.4375rem 0.875rem;
  }
  .select2-container .select2-selection--single {
    height: 38px !important;
  }
  input.select2-search__field {
    width: 100% !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777878 !important;
    line-height: 20px !important;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e9ee !important;
    outline: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 73% !important;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3fa7cd !important;
    color: #fff;
  }

.popover {
  border: none;
  border-radius: 5px;
  border-color: #eaf1ff;
  max-width: 500px;
  min-width: 270px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e0e6ed;
  box-shadow: 0px 3px 11px 0px rgba(31, 45, 61, 0.1); 
  z-index: 9999;
}

.popover-primary .arrow:after, .popover-primary .arrow:before {
  display: none;
  border-top-color: #D576AA; }

.popover-primary .popover-header {
  background-color: #515365;
  border-color: #eaf1ff;
  color: #fff;
  padding: 11px 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400; }

.popover-primary .popover-body {
  color: #3b3f5c;
  min-height: 90px;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 11px 18px; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999 !important; }

.calendar-upper-section {
  padding: 0;
  margin-bottom: 40px;
  margin-top: 5px; }

.labels .label {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding: 0 17px;
  font-size: 14px;
  color: #3b3f5c;
  cursor: pointer; }
  .labels .label:before {
    content: '';
    position: absolute;
    padding: 0;
    background: #000;
    border-radius: 2px;
    left: 0px;
    top: 5px;
    height: 10px;
    width: 10px; }
  .labels .label.label-primary:before {
    background: #D576AA; }
  .labels .label.label-warning:before {
    background: #e2a03f; }
  .labels .label.label-success:before {
    background: #1abc9c; }
  .labels .label.label-danger:before {
    background: #e7515a; }

.radio-primary span.new-control-indicator {
  border: 2px solid #D576AA; }

.radio-warning span.new-control-indicator {
  border: 2px solid #e2a03f; }

.radio-success span.new-control-indicator {
  border: 2px solid #1abc9c; }

.radio-danger span.new-control-indicator {
  border: 2px solid #e7515a; }

.fc-button-group {
  border-radius: 6px; }

button.fc-month-button, button.fc-agendaWeek-button, button.fc-agendaDay-button {
  padding: 6px 10px;
  letter-spacing: 1px; }

button.fc-prev-button, button.fc-next-button {
  padding: 6px 10px; }

button.fc-today-button {
  border: 1px solid #e0e6ed;
  border-radius: 6px !important;
  padding: 6px 10px; }

.modal-content .paginating-container {
    justify-content: left;
}
.feather-loader{
  color: #fff !important;
  margin-top: 3px;
}
[x-cloak] { display: none; }
.modal{
  z-index: 10000;
}
/*      Alert       */
.alert {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0.9375rem; }
  .alert .btn {
    padding: 3px 12px;
    margin-right: 20px; }
    .alert .btn:hover {
      box-shadow: none; }
  .alert .alert-icon svg {
    vertical-align: middle;
    width: 33px;
    height: 33px;
    stroke-width: 1.5; }
  .alert .close {
    color: #fff;
    opacity: 1;
    width: 18px; }

/*Default Alerts*/
.alert-primary {
  color: #fff;
  background-color: #D576AA;
  border-color: #D576AA; }

.alert-warning {
  color: #fff;
  background-color: #e2a03f;
  border-color: #e2a03f; }

.alert-success {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c; }

.alert-info {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3; }

.alert-danger {
  color: #fff;
  background-color: #e7515a;
  border-color: #e7515a; }

.alert-dark {
  color: #fff;
  background-color: #3b3f5c;
  border-color: #3b3f5c; }

/*Outline Alerts*/
.alert-outline-primary {
  border-color: #D576AA;
  border-radius: 5px; }

.alert-outline-warning {
  border-color: #dea82a;
  border-radius: 5px; }

.alert-outline-success {
  border-color: #1abc9c;
  border-radius: 5px; }

.alert-outline-info {
  border-color: #009eda;
  border-radius: 5px; }

.alert-outline-danger {
  border-color: #e7515a;
  border-radius: 5px; }

.alert-outline-dark {
  border-color: #454656;
  border-radius: 5px; }

.alert.alert-light .close {
  color: #0e1726; }

.alert.solid-alert-3 .close, .alert.solid-alert-4 .close {
  color: #000; }

.hide-default {
  display: none; }

/*      Light Alert         */
.alert-light-primary {
  color: #D576AA;
  background-color: #eaf1ff;
  border-color: #D576AA; }
  .alert-light-primary svg.close {
    color: #D576AA; }

.alert-light-warning {
  color: #e2a03f;
  background-color: #fff9ed;
  border-color: #e2a03f; }
  .alert-light-warning svg.close {
    color: #e2a03f; }

.alert-light-success {
  color: #1abc9c;
  background-color: #ddf5f0;
  border-color: #1abc9c; }
  .alert-light-success svg.close {
    color: #1abc9c; }

.alert-light-info {
  color: #2196f3;
  background-color: #e7f7ff;
  border-color: #2196f3; }
  .alert-light-info svg.close {
    color: #2196f3; }

.alert-light-danger {
  color: #e7515a;
  background-color: #fff5f5;
  border-color: #e7515a; }
  .alert-light-danger svg.close {
    color: #e7515a; }

.alert-light-dark {
  color: #3b3f5c;
  background-color: #e3e4eb;
  border-color: #3b3f5c; }
  .alert-light-dark svg.close {
    color: #3b3f5c; }

/*  Background Alerts      */
.alert-background {
  color: #fff;
  background: #fff url(../../img/ab-1.jpeg) no-repeat center center;
  background-size: cover; }

/*  Gradient Alerts      */
.alert-gradient {
  color: #fff;
  border: none;
  background-size: cover;
  background-image: linear-gradient(135deg, #bc1a4e 0%, #004fe6 100%); }

/* Custom Alerts */
/* Default */
.custom-alert-1 {
  background-color: #61b6cd;
  border-color: #61b6cd;
  border-radius: 5px;
  color: #fff; }
  .custom-alert-1 .alert-icon {
    margin-right: 25px; }
  .custom-alert-1 .media-body {
    display: flex;
    justify-content: space-between; }
  .custom-alert-1 .alert-text {
    margin-right: 10px; }
    .custom-alert-1 .alert-text strong, .custom-alert-1 .alert-text span {
      vertical-align: sub; }

/*  Alert with Icon */
.alert-icon-left {
  border-left: 64px solid; }
  .alert-icon-left svg:not(.close) {
    color: #FFF;
    width: 4rem;
    left: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.alert-icon-right {
  border-right: 64px solid; }
  .alert-icon-right svg:not(.close) {
    color: #FFF;
    width: 4rem;
    right: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .alert-icon-right i {
    float: left;
    margin-right: 7px; }

.alert[class*=alert-arrow-]:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 8px solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left-color: inherit;
  margin-top: -8px; }

.alert.alert-arrow-right:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 8px solid;
  border-right-color: inherit; }

@media (max-width: 575px) {
  .custom-alert-1 .media-body {
    display: block; }
  .alert .btn {
    margin-top: 8px; } }


#chart-container {
  position: relative;
  height: 60vh;
  overflow: hidden;
}
#meeting-chart-container {
  position: relative;
  height: 60vh;
  overflow: hidden;
}
.custom-tab{
  border: 1px solid #7c7979;
}
.toast.show {
  padding: 20px;
  margin-top: 15px;
}
.toast .t-body{
  margin-top: 5px;
}
.table-responsive{
  overflow-x: inherit !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] {
  background: #bab4d9 !important;
}

/* ------------ Top nav notfication bar ----------------------- */
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
  min-width: 30rem !important;
}.dropdown-item.unseen {
  background: #cbcbcb70 !important;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu.show {
    background: #f1f2f3;
}

/* ---------------- Calender css ------------------------------- */
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: #0b53cb !important;
  border-color: #003285 !important;
  color: #ffff !important;
}
.fc .fc-button-primary:hover {
  background-color: #003285 !important;
  border-color: #003285 !important;
  color: var(--fc-button-text-color);
}
.fc .fc-button-primary {
  background-color: #ffff !important;
  border-color: var(--fc-button-border-color);
  color: #0c0c0c !important;
}

/* ---------------- accordian css ------------------- */

h1, h2, h3, h4, h5, h6 {
  color: #3b3f5c; }

/*
    Basic
*/
.card {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  margin-bottom: 4px; }

.card-header {
  background-color: transparent;
  color: #f8538d;
  border-color: transparent;
  border-radius: 4px;
  padding: 0;
  position: relative; }
  .card-header section > div {
    padding: 13px 19px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 1px; }
    .card-header section > div.collapsed {
      color: #888ea8; }
    .card-header section > div:not(.collapsed) {
      color: #D576AA;
      border-bottom: 1px solid #d3d3d3;
      font-weight: 600; }
    .card-header section > div .icons {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 9px; }
      .card-header section > div .icons svg {
        width: 18px; }

.card .card-body p {
  color: #888ea8;
  letter-spacing: 1px;
  font-size: 13px; }
  .card .card-body p:not(:last-child) {
    margin-bottom: 10px; }

.card .card-body ul {
  margin-bottom: 0; }
  .card .card-body ul li {
    font-size: 12px;
    letter-spacing: 1px; }
    .card .card-body ul li:not(:last-child) {
      margin-bottom: 5px; }
    .card .card-body ul li a {
      color: #3b3f5c;
      font-size: 13px;
      font-weight: 600; }
      .card .card-body ul li a:hover {
        color: #D576AA; }

/*
    No Outer Spacing
*/
.no-outer-spacing {
  border: 1px solid #d3d3d3;
  border-radius: 6px; }
  .no-outer-spacing .card {
    margin-bottom: 0;
    border: none;
    border-radius: 0; }
    .no-outer-spacing .card:first-child {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .no-outer-spacing .card:last-child {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
    .no-outer-spacing .card:not(:last-child) {
      border-bottom: 1px solid #d3d3d3; }
  .no-outer-spacing .card-header section > div:not(.collapsed) {
    border-bottom: none; }

/*
    Accordin with Icons
*/
.accordion-icons .accordion-icon {
  display: inline-block;
  margin-right: 10px; }
  .accordion-icons .accordion-icon svg {
    color: #888ea8;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: rgba(0, 23, 55, 0.08); }

.accordion-icons div:not(.collapsed) .accordion-icon svg {
  color: #fff;
  fill: #cacaca36 }

  .img-fluid {
    max-width: 100%;
    height: 100% !important;
  }
  .fc-day-sun .fc-daygrid-day-frame, .fc-day-sat .fc-daygrid-day-frame{
    background: #fce2e75e;
  }
  .bg-holiday {
    background-color: #ffc0cc5e !important;
    border-color: #790505;
    color: #fc0101;
}
a.fc-event:hover {
  color: #fff;
}
.bg-public-holiday{
  background-color: #ffc0cc5e !important;
  border-color: #790505;
  color: #fc0101 !important;
}
.custom-file-input-input {
  color: transparent;
}
.custom-file-input-input::-webkit-file-upload-button {
  visibility: hidden;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5b56a9 !important;
    border: 1px solid #130f48 !important;
    color: #fff;
}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333 !important;
}
.dash-img img{
  border-radius: 6px;
}
.auth-layout input::placeholder {
  font-weight: bold;
  font-size: 12px;
  opacity: 0.5;
}
.infobox-3{
  width: 100% !important;
}
.infobox-3 .info-icon {
  top: -21px !important;
}.infobox-3 .info-icon svg {
  width: 30px !important;
  height: 30px !important;
}
tr.highlight-total{
  background-color: #e5b373;
  font-weight: 600;
}
tr.highlight-row{
  background-color: #d5d5d5;
  font-weight: 600;
}


.widget.widget-activity-five {
  position: relative;
  background: #fff;
  border-radius: 6px;
  height: 100%;
}
.widget.widget-activity-five .widget-heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e0e6ed;
  padding: 10px 10px;
  padding-bottom: 5px;
}
.widget.widget-activity-five .widget-heading h5 {
  font-size: 17px;
  display: block;
  color: #0e1726;
  font-weight: 600;
  margin-bottom: 0;
}
.widget.widget-activity-five .widget-heading .task-action svg {
  color: #888ea8;
  width: 19px;
  height: 19px;
}
.widget.widget-activity-five .widget-heading .task-action .dropdown-menu {
  transform: translate3d(-141px, 0, 0px);
}
.widget-activity-five .w-shadow-top {
  display: block;
  position: absolute;
  z-index: 2;
  height: 17px;
  width: 97%;
  pointer-events: none;
  margin-top: -10px;
  left: 2px;
  -webkit-filter: blur(9px);
  filter: blur(9px);
  background: -webkit-linear-gradient(180deg,#060818 44%,#060818eb 73%,#2C303C00);
  background: linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
}
.widget-activity-five .w-shadow-bottom {
  display: block;
  position: absolute;
  z-index: 2;
  height: 17px;
  width: 97%;
  pointer-events: none;
  margin-top: -3px;
  left: 2px;
  -webkit-filter: blur(9px);
  filter: blur(9px);
  background: -webkit-linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
  background: linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
}
.widget-activity-five .mt-container {
  position: relative;
  height: 332px;
  overflow: auto;
  padding: 15px 12px 0 12px;
}
.widget-activity-five .timeline-line .item-timeline { display: flex;
  margin-bottom: 35px; }
.widget-activity-five .timeline-line .item-timeline .t-dot { position: relative; }

.widget-activity-five .timeline-line .item-timeline .t-dot div {
  background: transparent;
  border-radius: 50%;
  padding: 5px;
  margin-right: 11px;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-primary {
  background-color: #D576AA;
  box-shadow: 0 10px 20px -8px #1b55e2;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-primary svg {
  color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-secondary {
  background-color: #805dca;
  box-shadow: 0 10px 20px -8px #805dca;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-secondary svg {
  color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-success {
  background-color: #009688;
  box-shadow: 0 10px 20px -8px #009688;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-success svg {
  color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-danger {
  background-color: #e7515a;
  box-shadow: 0 10px 20px -8px #e7515a;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-danger svg {
  color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-warning {
  background-color: #e2a03f;
  box-shadow: 0 10px 20px -8px #e2a03f;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-warning svg {
  color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-dark {
  background-color: #3b3f5c;
  box-shadow: 0 10px 20px -8px #3b3f5c;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-dark svg {
  color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot svg {
  color: #fff;
  height: 15px;
  width: 15px;
  align-self: center;
}
.widget-activity-five .timeline-line .item-timeline .t-content {
  width: 100%;
}
.widget-activity-five .timeline-line .item-timeline .t-content .t-uppercontent {
  display: flex;
  justify-content: space-between;
}
.widget-activity-five .timeline-line .item-timeline .t-content .t-uppercontent h5 {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0;
}
.widget-activity-five .timeline-line .item-timeline .t-content .t-uppercontent span {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #009688;
}
.widget-activity-five .timeline-line .item-timeline .t-content .t-links {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #009688;
  border-radius: 5px;
}
.widget-activity-five .timeline-line .item-timeline .t-content p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #888ea8;
}
.widget-activity-five .timeline-line .item-timeline .t-content p a {
  font-weight: 700;
}
.widget-activity-five .timeline-line .item-timeline .t-dot:after {
  content: '';
  position: absolute;
  border-width: 1px;
  border-style: solid;
  left: 39%;
  transform: translateX(-50%);
  border-color: #bfc9d4;
  width: 0;
  height: auto;
  top: 45px;
  bottom: -23px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}
.widget-activity-five .timeline-line .item-timeline:last-child .t-dot:after { display: none; }