.ng-cloak {
  display: none !important;
}

label.error {
  font-size: 12px;
  color: #f64e60;
}

span.error {
  font-size: 12px;
  color: #f64e60;
}

.form-control[readonly] {
  background-color: #EEE;
}

.page-title-cont {
  border-bottom: 1px solid #555;
  margin-bottom: 20px;
}

.table-div {
  width: 100%;
  display: table;
}
.table-div > div {
  display: table-cell;
}

.datepicker {
  width: auto;
}
.datepicker.form-control {
  width: 100%;
}

.remove-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  top: 35px;
  right: 5px;
  z-index: 999;
}

.date-div {
  display: inline-block;
  padding: 10px 0 0 10px;
}
.date-div a {
  color: #888;
  font-size: 12px;
}
.date-div a.active {
  font-weight: bold;
  color: #000;
}

.date-set {
  background: #36c6d3;
  padding: 10px;
  display: inline-block;
  margin-left: 20px;
  color: #FFF;
}
.date-set a {
  color: #FFF;
}

.selectize-control.single .selectize-input {
  box-shadow: none;
  background: #FFF;
  height: 34px;
}

.selectize-input {
  box-shadow: none;
  background: #FFF;
  min-height: 34px;
}

.portlet > .portlet-title.loading {
  border-bottom: 1px solid #f64e60;
}

.bs-modal-lg .modal-dialog {
  width: 800px;
}

.modal-large .modal-dialog {
  width: 95%;
}

.modal-front {
  z-index: 10051;
}

.errors {
  color: #f64e60;
}

.table.fixedHeader-floating.no-footer {
  top: 50px !important;
  width: auto !important;
}
.table.fixedHeader-floating.no-footer th {
  font-size: 12px;
  box-sizing: content-box;
  border-color: white;
}
.table.fixedHeader-floating.no-footer th:after {
  display: none;
}

.profile-pic img {
  width: 100%;
  border-radius: 100%;
}

.loader {
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.loader.mt-20 {
  margin-top: -20px;
  margin-bottom: 20px;
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: #222;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.4s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-content {
  min-height: 200px;
}

.bootbox .modal-content {
  min-height: auto;
}

.scheme-row {
  background: #EEE;
  padding: 10px;
}
.scheme-row.yellow {
  background: #f8e599;
}
.scheme-row.green {
  background: #cbf899;
}

.client-row {
  background: #EEE;
  padding: 10px;
  margin: 10px;
}
.client-row.yellow {
  background: #eff4a5;
}
.client-row.green {
  background: #cbf899;
}
.client-row.red {
  background: #f8af99;
}
.client-row .client-name {
  font-size: 20px;
}
.table-compact thead tr th {
  padding: 5px;
  font-size: 12px;
}
.table-compact tbody tr td {
  padding: 5px;
  font-size: 12px;
}

.portlet.light.no-pad {
  padding: 0;
  margin-bottom: 0;
}

.table > tbody > tr > td.day-cell {
  padding: 0;
  width: 2%;
}
.table > tbody > tr > td.day-cell .day-meta {
  font-size: 12px;
}

.meeting {
  background: #AAA;
  padding: 2px 8px;
  margin: 1px 0;
  text-align: center;
  font-size: 13px;
  position: relative;
}
.meeting a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.meeting.type_0 {
  background: #2196F3 !important;
}
.meeting.type_1 {
  background: #6576C2 !important;
}
.meeting.type_2 {
  background: #76AF73 !important;
}
.meeting.type_3 {
  background: #8E698B !important;
}
.meeting.type_4 {
  background: #CC3300 !important;
}
.meeting.type_5 {
  background: #A12A85 !important;
}
.meeting span.physical {
  position: absolute;
  left: -6px;
  width: 16px;
  height: 16px;
  background: #2b0505;
  border-radius: 50% !important;
  top: 3px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
}
.meeting.big {
  display: inline-block;
  border: 3px solid #FFF;
}
.meeting.big a {
  padding: 5px 15px;
}
.meeting.big.selected {
  border: 3px solid #555;
  border-radius: 3px !important;
}
.meeting.big.selected a {
  padding: 3px 15px;
  font-size: 16px;
}

.day-cell.grey {
  background: #EEE;
}
.day-cell.grey .day-meta {
  color: #CCC;
}
.day-cell > div {
  min-height: 100px;
  padding: 8px;
}
.day-cell .com-count {
  background: #fff;
  color: #000 !important;
  padding: 1px 10px;
  border-radius: 4px !important;
  font-size: 10px;
}

.deb-count {
  background: #000;
  color: #FFF !important;
  padding: 1px 10px;
  border-radius: 4px !important;
  font-size: 10px;
}
.deb-count.big {
  font-size: 15px;
}

.notifications tr td p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ses-reco {
  padding: 5px;
  display: inline-block;
  color: #000;
  position: relative;
  width: 80px;
  text-align: center;
}
.ses-reco.FOR {
  color: #FFF;
  background: #4caf50;
}
.ses-reco.AGAINST {
  color: #FFF;
  background: #e90909;
}
.ses-reco.ABSTAIN {
  color: #FFF;
  background: #0958e9;
}
.ses-reco .details {
  display: none;
  position: absolute;
  width: 300px;
  padding: 10px;
  bottom: 100%;
  background: #000;
  color: #FFF;
  font-size: 13px;
  margin-left: -110px;
  text-align: center;
  margin-bottom: 10px;
}
.ses-reco .arrow-down {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  left: 50%;
  margin-left: -20px;
}
.ses-reco:hover .details {
  display: block;
}
.ses-reco:hover .arrow-down {
  display: block;
}

ul.pagination {
  float: right;
}
ul.pagination a {
  outline: none;
}
ul.pagination a:active, ul.pagination a:focus {
  outline: none;
  box-shadow: none;
  background: #3699ff;
  color: #FFF;
}

.total-count {
  font-style: italic;
  color: #888;
  font-size: 12px;
  padding-top: 5px;
}
.total-count span {
  font-style: normal;
  color: #222;
}

span.has-error {
  color: #b10e0e;
}

.unsent-email-count {
  font-size: 10px;
  background: #f64e60;
  color: #fff;
  /* border-radius: 100%; */
  /* padding: 2px 9px; */
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.company-box {
  color: #888;
}

.timeline {
  position: relative;
}
.timeline .vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background: #CCC;
  height: 100%;
}
.timeline .job-block {
  position: relative;
}
.timeline .job-block .circle-no {
  width: 12px;
  height: 12px;
  background: #155263;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  z-index: 99;
}
.timeline .job-block.left-block {
  margin-bottom: 25px;
  text-align: right;
  padding-right: 25px;
}
.timeline .job-block.left-block .circle-no {
  right: -22px;
  top: -22px;
}
.timeline .job-block.right-block {
  margin-bottom: 25px;
  text-align: left;
  padding-left: 25px;
}
.timeline .job-block.right-block .circle-no {
  left: -20px;
  top: -22px;
  background: #FFC93C;
}
.timeline .job-block .block-info h4 {
  font-size: 20px;
  font-weight: 600;
}
.timeline .job-block .block-info p {
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.no-notif {
  color: #fff;
  background-color: #f64e60;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
}

.notif-sent {
  color: #fff;
  background-color: #AFE1AF;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
}

.notif-unsent {
  color: #fff;
  background-color: #c8afe1;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
}

.conf-ofr {
  color: #fff;
  background-color: #FFC300;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
}

.call-count {
  display: inline-block;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 10px;
  background-color: #c9b6b6;
  color: #fff;
  margin-left: 3px;
  text-align: center;
}/*# sourceMappingURL=custom.css.map */


/* Dropdown container */
.dropdown {
    background-color: #f1f1f1;
    max-height: 200px;
    overflow-y: auto; /* Using auto to show scrollbar only when necessary */
    z-index: 1000;
    position: absolute;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 94%;
    list-style-type: none;
    padding: 0;
    margin: 0; /* Remove any default margin and padding */
}

/* Dropdown list items */
.dropdown li {
    font-size: 14px; /* Slightly larger for better readability */
    padding: 8px 12px; /* Consistent padding for all sides */
    color: #333; /* Darker text color for better contrast */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for list items */
.dropdown li:hover {
    background-color: #e2e2e2; /* Light gray hover background */
    color: #007bff; /* Theme color for text on hover */
}

/* Last list item without border-bottom */
.dropdown li:last-child {
    border-bottom: none;
}

/* Hide dropdown when no results */
.dropdown.ng-hide {
    display: none;
}


 .custom-card-header {
        background-color: #f7f9fc;
        border: none;
        border-radius: 6px;
        padding: 15px;
        transition: background-color 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-card-header:hover {
    background-color: #e1e9f0;
}
.custom-card-header .custom-icon {
    font-size: 1.2rem;
    color: #007bff;
    transition: transform 0.3s ease;
}
.custom-card-header .custom-icon.fa-chevron-down {
    transform: rotate(180deg);
}

/* Accordion Body */
.custom-card-body {
    background-color: #f8fafc;
    border-radius: 6px;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.08);
    padding: 15px;
}

/* Custom Table Styles */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    word-wrap: break-word;
}
.custom-table th {
    background-color: #f1f3f5;
    font-weight: 700;
    color: #495057;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.custom-table td {
    padding: 10px;
    font-weight: 500;
    text-align: center;
/*    max-width: 250px;*/
}
.custom-table-row:hover {
    background-color: #e9f5ff;
}


.bg-orange {
    background-color: orange;
}

.bg-green {
    background-color: green;
}

.bg-red {
    background-color: red;
}

.bg-yellow {
    background-color: #ffcc00;
}