
.card {
  font-size: 16px;
  width: 100%;
  line-height: 1;
  border: 0;
  border-radius: 12px;
  box-shadow: 1px 1px  5px rgba(0,0,0, 0.1);
}

.card.h-md {
  min-height: 460px;
}

.card .row {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .card .row {
    margin-top: 20px;
  }
}

.card .row:first-child {
  margin-top: 0px;
}

.card .toggle-visibility {
  margin-left: 10px;
  width: 24px;
  height: 30px;
  cursor: pointer;
}

.card-head {
  min-height: 46px;
  padding: 15px 18px 15px 25px;
  border-bottom: 1px solid rgba(242, 152, 157, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-foot {
  min-height: 46px;
  padding: 15px 18px 15px 25px;
  border-top: 1px solid rgba(242, 152, 157, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.card-heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.card-heading-cursive {
  margin-right: 57px;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

@media (max-width: 767px) {
  .card-heading-cursive {
    margin-right: 0;
  }
}

.card-active__text {
  color: #F2989D;
}

.card-inactive__text {
  color: #666666;
}

.card-success__text {
  color: green;
}

.interconnective__img {
  width: 112px;
  height: 100px;
}


@media (max-width: 991.98px) {
  .card-heading-cursive {
    text-align: left;
  }
}

.card-link {
  display: flex;
  align-items: center;
}

.card-link,
.card-link a {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #F2989D;
}

.card-link.text-sm,
.card-link.text-sm a {
  font-size: 15px;
}

.card-link:hover,
.card-link:hover a {
  color: #F2989D;
}

.card-link img {
  height: 24px;
}

.card-link .icon-lg,
.icon-lg {
  display: inline-block;
  font-size: 46px;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
}

.icon-lg span {
  position: relative;
  top: -16px;
}

.card-link__regenerate {
  font-weight: normal;
  padding: 5px 0;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .card-link__regenerate {
    font-size: 16px;
  }
}

.card-link__wrapper {
  position: relative;
  margin-top: 25px;
  margin-left: 10px;
}

.card-link__wrapper .card-link + .card-link {
  margin: 8px 0 0;
}

.card-body {
  padding: 20px 18px 15px 25px;
}

@media (max-width: 767px) {
  .card-body {
    padding-bottom: 25px;
  }
}

.card-body_space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-note {
  font-style: italic;
  line-height: 1.39em;
  color: #999999;
}

.user-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 238px;
  height: 100%;
}

@media (max-width: 1199px) {
  .user-info {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .user-info__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.user-login {
  justify-content: center;
  font-size: 42px;
}

@media (max-width: 1199px) {
  .user-login {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .user-login {
    font-size: 24px;
  }
}

.user-avatar {
  overflow: hidden;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid#fff;
  background:#fff;
}

.user-avatar.lg {
  height: 200px;
  width: 200px;
  min-width: 200px;
}

@media (max-width: 1199px) {
  .user-avatar.lg {
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  .user-avatar.lg {
    height: 170px;
    width: 170px;
    min-width: 170px;
  }
}

.preferences .user-avatar {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .preferences .user-avatar {
    margin: 0 auto;
  }
}

.user-avatar img {
  width: 100%;
}

.card-img-wrapper {
  border: 1px solid rgba(242, 152, 157, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  flex: 1 1 auto;
  min-height: 1px;
}

.card-img-wrapper .max-w-50 {
  max-width: 50%;
  display: block;
  width: 100%;
}

.card-img-wrapper .max-w-50:last-child {
  padding-left: 20px;
  text-align: right;
}

.card-img-wrapper img {
  max-width: 100%;
}

.live-calls-counter__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.live-calls-counter {
  font-size: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-notifications {
  margin-top: 40px;
  font-size: 16px;
}

.card-collapse {
  margin-top: 10px;
}

.card .dropdown-menu__table {
  transform: translate(-55%, 35%);
}

@media (max-width: 991px) {
  .card .dropdown-menu__table.open {
    display: block;
  }
}

.card-vendor {
  display: inline-block;
  white-space: nowrap;
}

.card-vendor::before {
  display: inline-block;
  content: ':::';
}

.card-vendor:first-child::before {
  content: '';
}

.card__arrow-circle img {
  width: 25px;
}

/* DEFAULT STYLE FOR LABEL / NAME BEFORE FIELD */

.label {
  display: flex;
  align-items: center;
  height: 100%;
}

/* DEFAULT STYLE FOR FIELDS */

.input {
  background-color: #FFF;
  border: 1px solid rgba(242, 152, 157, 0.6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  min-height: 30px;
  width: 100%;
  padding: 3px 16px;
  color: #1B1E3C;
  line-height: 20px;
}

.input-sm {
  background-color: #FFF;
  border: 1px solid rgba(242, 152, 157, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 36px;
  width: auto;
  padding: 2px 6px;
}

.input-sm .offset-item {
  margin: 0 5px;
}

@media (max-width: 1199.98px) {
  .input-sm {
    width: 100%;
    flex-direction: column;
  }

  .input-sm .offset-item {
    margin: 5px 0 0;
  }
}

.input.disabled,
.input:disabled {
  background-color: #F9F9F9;
  cursor: default;
  pointer-events: none;
}

.input:focus {
  border-color: #F2989D;
  outline: none;
}

/* Hack for IE */
.input:before {
  content: "";
  min-height: 22px;
  font-size:0;
}
/* End */

@media (max-width: 767px) {
  .input {
    margin-top: 6px;
  }
}

.input.max-w-sm {
  max-width: 54px;
  width: 54px;
  padding-right: 2px;
}

@media (max-width: 767px) {
  .input.max-w-sm {
    margin-top: 0px;
  }
}

.input.max-w-md {
  max-width: 190px;
}

@media (max-width: 1199px) {
  .input.max-w-md {
    max-width: 100%;
  }
}

.input.min-w {
  min-width: 210px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: url('/images/static/angle-down.svg') no-repeat;
  background-position: 98% 50%;
  background-size: 16px;
  border-radius: 10px;
  border: 1px solid rgba(242, 152, 157, 0.3);
  height: 30px;
  width: 100%;
  padding: 3px 16px;
  color: #1B1E3C;
  cursor: pointer;
  line-height: 22px;
}

select:focus {
  outline: none;
}

/* Hack for IE */
select::-ms-expand {
  display: none;
}
/* End */

select.input {
  padding-right: 30px;
}

.input_checkbox {
  cursor: pointer;
  max-height: 30px;
}

.checkbox {
  display: none;
}

.checkbox + img {
  display: none;
}

.checkbox:checked + img {
  display: block;
  max-height: 24px;
}

.input_textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 126px;
  resize: none;
  white-space: pre-wrap;
}

.input_textarea.disabled,
.input_textarea:disabled {
  background-color: #F9F9F9;
  font-style: italic;
  pointer-events: auto;
}

.mh-md {
  height: 70px;
}

.mw-lg {
  max-width: 758px;
}

.mw-md {
  max-width: 554px;
}

@media (max-width: 767px) {
  .mw-lg,
  .mw-md {
    width: 100%;
  }
}

.card__upload {
  position: relative;
  top: -10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .card__upload {
    top: 0px;
  }
}

@media (max-width: 767px) {
  .card__upload {
    width: 100%;
  }
}

.input_file__wrapper {
  position: relative;
  display: inline-block;
}

.input_file {
  position: absolute;
  z-index: 2;
  width: 105px;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.label_file {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-style: italic;
  color:#1B1E3C;
  line-height: 1.2;
}

.label_file::before {
  content: "browse...";
  float: left;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  min-height: 36px;
  color: #F2989D;
  background-color: #fff;
  padding: 5px 16px; 
  min-width: 100px;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  transition: all 0.15s;
  cursor: pointer;
}

.label_file__text {
  display: none;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-style: italic;
  color:#1B1E3C;
  line-height: 1.2;
}

.label_file.selected + .label_file__text {
  display: inline-block;
}

.input_file__note {
  max-width: 116px;
  margin-top: 18px;
}

.input_file__note span {
  font-size: 15px;
  font-style: italic;
  color:#1B1E3C;
  line-height: 1.5;
}

.input__comment {
  margin-top: 5px;
  font-size: 13px;
  font-style: italic;
  color:#1B1E3C;
  line-height: 1.1;
}

.js-datepicker-trigger img {
  height: 28px;
}


/* Refined Empty State Card Design */
.empty-state-card {
  background-color: #f9f9f9;
  border: 1px dashed #ddd;
  border-radius: 4px;
  padding: 1.5rem;
  text-align: center;
  margin: 0.5rem auto;
  width: 100%; /* Fill available width */
  height: 100%; /* Fill available height */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Make the container div (which would replace the marquee) match mockup dimensions */
.empty-state-container {
  height: 132px;
  display: flex;
  align-items: center;
  width: 100%;
}

.empty-state-card svg {
  fill: #bbb;
  margin-bottom: 0.75rem;
  width: 32px;
  height: 32px;
}

.empty-state-card .message {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.empty-state-card .sub-message {
  color: #999;
  font-size: 0.85rem;
  font-weight: 400;
}

