.logo {
  height: 30px
}
.logo-sm {
  height: 10px;
}
.avatar {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.form-check-input:checked {
  background-color: #FF5757 !important;
  border-color: #FF5757 !important;
}
.bg-login {
    background-color: #3b0091;
}

.card .card-header.border-bottom {
    border-bottom: 1px solid #e0e9f0 !important;
    margin-bottom: 2rem;
}

.form-label {
    color: #7a7a7a;
}

.badge-outline-success {
    border: 1px solid #50CD89;
    color: #333;
}
.badge-outline-zoom {
    border: 1px solid #2b67ff;
    color: #333;
}
.badge-outline-person {
    border: 1px solid #dc8c2b;
    color: #333;
}
.badge-outline-danger {
  border: 1px solid #ea0606;
  color: #6c6666;
}
.badge-outline-light {
  border: 1px solid #999;
  font-weight: 400;
}
.badge-outline-light:hover {
  border: 1px solid #999;
  background: #eee;
}
.badge-outline-green {
  color: #50CD89;
}

.switch-active label {
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
}
.close-created-modal{
  border: 0;
  background: none;
}

.hidden {
  display: none !important;
}

/* TEXT Properties */
.text-small {
    font-size: 0.8rem;
}
.text-red {
  color: #F00;
}

.badge-admin {
  background: rgb(215, 88, 88);
  color: #FFF;
  width: 100px;
  justify-content: center;
}
.badge-counselor {
  background: rgb(88, 132, 215);
  color: #FFF;
  width: 100px;
  justify-content: center;
}
.err-txt {
  font-size: 0.8rem;
  color: rgb(192, 27, 27);
}
.tab-header {
  margin: 2rem 0;
  color: #333;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #9e5dda;
  font-weight: 600;
}
.nav-pills .nav-link {
  color: #9e5dda;
}
.top-box {
  border: 1px solid #e3ebf6;
  border-radius: 3px;
  padding: 16px;
  margin: 1rem !important;
}
.consent-upload {
  display: inline-block;
  background: #FFF;
  border: 1px solid #2E9EF7;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 12px;
  color: #2E9EF7;
  font-weight: 500;
  cursor: pointer;
}
.consent-upload i {
  color: #2E9EF7 !important;
}
.consent-upload:hover {
  background: #2E9EF7;
  color: #FFF;
}
.consent-upload:hover i {
  color: #FFF !important;
}
.modal .close {
  border: none;
  background: #FFF;
}
.circle-bg {
  width: 24px;
  height: 24px;
  background: #eee;
  color: #666;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-in-input {
  position: absolute;
  top: 38px;
  right: 8px;
  border: none;
  background: none;
}
.zoom_link {
  background:rgb(68, 132, 250);
  color: #FFF !important;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 2px 4px;
  text-align: center;
  display: inline-block;
  margin-left: 6px;
}
.zoom_link i {
  color: #FFF !important;
  font-size: 12px;
}
.card-info label {
  color: #ababab !important;
}
.title-head {
  color: #FF5757;
  font-size: 1.8rem !important;
  font-weight: bold;
}

.modal .modal-body .modal-btn h5 {
  font-size: 1.1rem;
  margin:0
}
.modal .modal-body .modal-btn div {
  border-radius: 0.6rem;
  border: 1px solid #a1a7af;
  cursor: pointer;
  color: #333;
}
.modal .modal-body .modal-btn div:hover {
  background: #e2e2e2;
}
.modal .modal-body .modal-btn div p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.modal .modal-body .modal-btn input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.modal .modal-body .modal-btn input[type=checkbox]:checked+div {
  background: #FF5757 !important;
  color: #FFF !important;
}
.modal .modal-body .modal-btn .checked-color {
  background: #FF5757 !important;
}
.modal .modal-body .modal-btn .checked-color h5 {
  color: #FFF !important;ß
}
.modal .modal-body .modal-btn input[type=checkbox]:checked+div h5 {
  color: #FFF !important;
}
.modal .modal-body .modal-btn input[type=checkbox]:checked+div p {
  color: #FFF;
}

.modal .modal-body .modal-btn .display-day {
  color: #666;
  font-size: 0.8rem;
  margin: 0;
}
.modal .modal-body .modal-btn .display-date {
  color: #333;
  font-size: 2.0rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4rem;
}
.modal .modal-body .modal-btn .display-month {
  color: #666;
  font-size: 1rem;
  margin: 0;
}
.modal .modal-body .modal-btn .display-time {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.accordion-button p {
  margin-bottom: 0;
}
.accordion-button::after {
  position: absolute;
  top: 30px;
  right: 20px;
}
.accordion-button:not(.collapsed) {
  color: #333;
}
.reschedule-container {
  border-radius: 8px;
  margin: 4px 0 4px;
  padding: 8px;
}
.reschedule-container.from-team {
  border: 1px solid #a236dc;
  background-color: #ebe4f1;
}
.reschedule-container.from-participant {
  border: 1px solid #dca536;
  background-color: #fff9e4;
}

.btn.btn-tiny {
  padding: 4px 10px !important;
  border-radius: 10px;
  font-size: 12px;
}
.dashboard-num {
  color: #F1416C;
}
.dashboard-icon {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 6rem;
  height: 6rem;
  background: rgb(168,33,64);
  background: linear-gradient(318deg, rgba(168,33,64,1) 0%, rgba(241,65,108,1) 100%);
  border-radius: 1rem;
  border: 4px solid #FFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-icon svg {
  margin-top: 25px;
  margin-left: 30px;
  transform:scale(3.0);
}
.dashboard-icon i {
  font-size: 36px;
  color: #FFF;
  opacity: 0.9;
}
.card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* min-height: 100%; */
}
.card .card-header {
  color: #666 !important;
}
.card .card-header .card-title {
  color: #444;
  text-align: right;
  align-items: end !important;
  margin-right: 0 !important;
}
.card .card-header .card-title span {
  margin-right: 0 !important;
  color: #555;
}
.card .card-body p {
  font-size: 16px;
}
.timeslots tr td {
  vertical-align: baseline;
}
.timeslots p.timeslot {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.timeslots .bggray {
  background-color: #F9F9F9;
}
.timeslots th,
.timeslots td {
  text-align: center;
}

/* datatable */
table.dataTable thead th {
  font-size: 12px !important;
}
table.dataTable .study-id {
  color: #333 !important;
  font-weight: 800 !important;
  font-size: 1.25rem !important;
}
table.dataTable .study-id a {
  color: #333;
}
table.dataTable .text-date {
  font-size: 0.8rem !important;
}
table.dataTable .text-date-important {
  color: #333;
  font-weight: 600;
}
table.dataTable th {
  color: #333 !important;
}

.form-check-input.check-confirmed:checked {
  background-color:#50CD89 !important;
  border-color:#50CD89 !important;
}

table.dataTable .max-w-120px {
  max-width: 120px;
}
table.dataTable .max-w-60px {
  max-width: 60px;
}
table.dataTable .max-w-40px {
  max-width: 40px;
}

/* Image Modal */
#myModal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  #myModal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  #myModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  #myModal .close:hover,
  #myModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  .symbol.symbol-md-40px > img {
    object-fit: cover;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    #myModal .modal-content {
      width: 100%;
    }
  }

.accordion .menu-heading {
  display: flex;
  cursor: pointer;
}
.accordion .menu-heading::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.menu-heading:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  transform: rotate(-180deg);
}