html {
  font-size: 100% !important;
  min-height: 100%;
}

body {
  min-height: 100%;
}

input[type="submit"],
button {
  cursor: pointer !important;
}

/* start phone number input */
.select2-hidden-accessible {
  visibility: hidden;
}

.iti__flag {
  background-image: url("../../static/images/flags/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../../static/images/flags/flags@2x.png");
  }
}

.iti {
  width: 100%;
}

/* end phone number input */

.aligned .related-widget-wrapper {
  display: inline-block;
}

.aligned label+p.datetime {
  margin-left: 11.42857rem;
}

.card .img-thumbnail {
  max-width: 196px;
}

.w-90 {
  max-width: 900px;
}

.w-40 {
  max-width: 400px;
}

.page-header h1 {
  font-weight: 300;
  font-size: 2.5rem;
}

h1 strong {
  font-weight: 600;
}

.page-header h2 {
  margin-top: 0;
  font-size: 2rem;
}

.page-header .img-thumbnail,
.img-profile {
  max-width: 224px;
}

a.card-body:hover,
a.card-body:focus {
  text-decoration: none;
}

.v-line {
  width: 2px;
  height: calc(100% - 3rem);
  margin: auto;
}

.button-wide {
  min-width: 120px;
}

.button.active {
  background-color: #639af5;
  color: #fff;
}

.button-thin,
.button-thin:hover,
.button-thin:focus {
  height: 2rem;
  line-height: 2rem;
}

.button-outline {
  background-color: transparent;
  color: #639af5;
}

.button-outline,
.button-outline:hover,
.button-outline:focus {
  border: 1px solid #639af5;
}

.button.button-small {
  font-size: 0.875rem;
  height: 1.75rem;
  border-radius: 100%;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.button .feather {
  position: relative;
  top: -1px;
  width: 0.875rem;
  height: 0.875rem;
}

.button.button-small .feather {
  top: 0;
}

.nav {
  margin-top: 0;
}

.nav-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.nav-external {
  border: 1px solid transparent;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
}

.nav-link-sub {
  font-size: 0.75rem;
  text-transform: capitalize;
}

.nav-tabs .nav-item {
  list-style: none;
}

.schedule-page .nav-external {
  border-color: #e9ecef;
}

.schedule-page .nav-external:hover {
  border-color: #dee2e6;
}

@media only screen and (max-width: 1199px) {
  .schedule-page .nav-external {
    width: 49%;
  }
}

.is-loading {
  pointer-events: none;
  position: relative;
}

.is-loading::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.is-loading::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  -webkit-animation: spinAround 0.5s infinite linear;
  animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 1em;
  width: 1em;
}

.lg-loading.is-loading::after {
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  height: 2em;
  width: 2em;
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

img.icon {
  height: 0.875rem;
}

.button .icon-middle {
  position: relative;
  top: 0.125rem;
}

.button:hover .icon,
.button:focus .icon {
  filter: grayscale(100%);
}

.table-container {
  overflow: auto;
  max-height: calc(100vh - 120px);
}

.modal-body {
  min-height: 275px;
  max-height: calc(100vh - 14rem);
  overflow: auto;
}

.attendance-table {
  border: 1px solid #dddddd;
}

.attendance-table th:first-of-type,
.attendance-table td:first-of-type {
  border-right: 1px solid #dddddd;
}

.attendance-table>thead {
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

.attendance-table>tbody {
  padding-left: 1rem;
}

.attendance-table th,
.attendance-table td {
  padding: 15px;
}

.attendance-table td:not(:first-child) {
  text-align: center;
}

.course_card_container {
  text-align: center;
}

.course_card_container .row {
  justify-content: center;
}


.course_card {
  position: relative;
  display: inline-block;
  /* width: 100%; */
  /* vertical-align: top; */
  border: 1px solid #eee;
  height: calc(100% - 2rem);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
  transition: all 0.3s ease-in-out;
  margin: 1rem 0;
}

.course_card figure {
  padding: 25px 15%;
}

.course_card img {
  width: 100%;
}

.course_card .course-inner-text {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: gray;
}

.course_card h3 {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #222222;
}

.course_card:hover {
  box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
  transform: translate3d(0px, -1px, 0px);
}

.course_card:hover .course-inner-text {
  color: #007bff;
}

.course-price {
  position: absolute;
  padding: 10px 15px;
  background: #7971ea;
  color: #fff;
  top: 0px;
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bg-course-color-a {
  background-color: #c5e47f;
}

.bg-course-color-k {
  background-color: #7fd3a8;
}

.bg-course-color-g {
  background-color: #7fd5cd;
}

.bg-course-color-d {
  background-color: #7fa9d3;
}

.bg-course-color-w {
  background-color: #9698c8;
}

.bg-course-color-f {
  background-color: #b396c7;
}

.bg-course-color-e {
  background-color: #c893c7;
}

.bg-course-color-c {
  background-color: #f5b28f;
}

.bg-course-color-p {
  background-color: #f9c97e;
}

.bg-course-color-b {
  background-color: #fde27f;
}

.map_container {
  overflow: hidden;
}

.tab-control:focus,
.tab-control:active {
  box-shadow: none;
}

.btn-form-swap form {
  display: none;
}

.btn-form-swap.open .btn-show {
  display: none;
}

.btn-form-swap.open form {
  display: block;
}

th.table-day-su,
th.table-day-sa {
  background-color: rebeccapurple !important;
}

td.table-day-su,
td.table-day-sa {
  /* border-left: 1px solid rebeccapurple !important;
  border-right: 1px solid rebeccapurple !important; */
  background-color: rgba(102, 51, 153, 0.25) !important;
}

.fixed_hdr th,
.fixed_hdrc th {
  z-index: 3;
}

.fixed_hdr th:first-child,
.fixed_hdrc th:first-child {
  z-index: 4 !important;
}

.fixed_hdc td:first-child,
.fixed_hdrc td:first-child {
  background-color: #f9f9f9 !important;
  z-index: 3;
}

.tooltip {
  font-size: 0.875rem;
}

/* image preview */

.image-preview-group {
  width: 200px;
  min-height: 200px;
  position: relative;
}

.image-preview-group.has-image label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-preview-group.has-image label:hover,
.image-preview-group.has-image label:focus {
  opacity: 1;
}

.image-preview-group .has-image-content {
  display: none;
}

.has-image .has-image-content {
  display: block;
}

.has-image .has-image-anticontent {
  display: none;
}

.image-preview-group input[type="file"] {
  display: none;
}

.image-preview-group .img-thumbnail {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px dashed rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  cursor: pointer;
  object-fit: cover;
  object-position: center center;
}

.image-preview .img-thumbnail {
  visibility: hidden;
}

.image-preview.has-image .img-thumbnail {
  visibility: visible;
}

.image-preview.is-editing .image-preview-canvas {
  display: none;
}

.image-preview-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.image-preview-canvas canvas {
  width: 200px;
  height: 200px;
}

.image-preview-options-rotate {
  display: none;
  position: absolute;
  top: 0;
  right: -45px;
}

.image-preview-options-rotate .btn {
  display: block;
  margin: 0 0 0.625rem;
}

.image-preview-options-edit {
  display: none;
}

.is-editing .image-preview-options-edit {
  display: block;
}

.is-editing .image-preview-options-rotate {
  display: block;
}

.image-preview-options-change {
  display: none;
}

.image-preview-group.has-image .image-preview-options-change {
  display: block;
}

.image-preview.is-editing label,
.image-preview.is-editing .image-preview-options-change {
  display: none;
}

.form-group .image-preview-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px dashed rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  padding-top: 85px;
  text-align: center;
  cursor: pointer;
}

.image-preview-button:hover,
.image-preview-button:focus,
.image-preview-group .img-thumbnail:focus,
.image-preview-group .img-thumbnail:hover {
  border-color: #80bdff;
}

.select2-dropdown {
  z-index: 1051 !important;
}

.icon-toggle-field .icon-container {
  border: 1px solid rgba(0, 0, 0, 0.22);
  font-size: 0.75rem;
  transition: all 200ms ease-in-out;
}

.icon-toggle-field .icon-container:not(.is-active) {
  display: none !important;
}

.icon-toggle-field .icon-container:hover {
  cursor: pointer;
  opacity: 0.75;
}

.limit-height {
  max-height: 380px;
  overflow: scroll;
}

.course-detail-type {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: center;
  margin-bottom: 2rem;
}

.for-mobile {
  display: none;
  width: 80%;
  margin: auto;
  justify-content: center;
  margin-bottom: 2rem;
}

.course-detail-genric {
  border-bottom: 2px solid #A8A8A8;
  padding: 0.5rem;
  cursor: pointer;
  margin-right: 1rem;
}

.course-detail-fundamental {
  border-color: #f5c71a;
}

.course-detail-intermediate {
  border-color: #00a550;
}

.fundmental {
  background-color: #f5c71a !important;
}

.intermediate {
  background-color: #00a550 !important;
}

.advanced {
  background-color: #ff7f50 !important;
}

.grade-exams {
  background-color: #33A2FF !important;
}

.course-detail-content-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.course-detail-content-card .course-card {
  flex: 1;
  margin-right: 1rem;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.22);
}

.course-detail-content-card .course-card .card-body {
  padding-left: 2rem;
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
}

.course-detail-content-card .course-card .card-body-fundamental {
  border-left: 40px solid #f5c71a;
}

.course-detail-content-card .course-card .card-body-intermediate {
  border-left: 40px solid #00a550;
}

.course-detail-content-card .course-card .card-body-advanced {
  border-left: 40px solid #ff7f50;
}

.course-detail-content-card .course-card .card-body-grade-exams {
  border-left: 40px solid #33A2FF;
}

.course-detail-content-card .course-card .card-body .heading {

  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  word-spacing: 10px;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  margin-left: -40px;
  font-size: 1.5rem;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.course-detail-content-card .course-detail-content-text {
  margin-left: 1rem;
  white-space: wrap;
}

.course-detail-content-card .course-card .btn-sm {
  color: #FFF;
  border: none;
}

.course-detail-content-card .course-card h6 {
  margin-top: 0.5rem;
}

.course-detail-content-card .single-card {
  flex: none;
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .course-detail-content-card {
    display: block;
  }

  .course-detail-content-card .course-card {
    flex: none;
    width: 100%;
    margin-bottom: 1rem;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.22);
  }

  .course-detail-content-card .single-card {
    flex: none;
    width: 100%;
  }

  .course-detail-type {
    display: none;
  }

  .for-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .course-detail-genric {
    width: 48%;
    font-size: 1rem;
    text-align: center;
  }

}

.online-courses-container {
  margin-top: 2rem;
}

.online-courses-container .online-card-section {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 2rem;
  justify-content: space-evenly;
}

.online-card {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  height: 200px;
  max-width: 340px;
  width: 330px;
  height: auto;
}

.online-card-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../static/images/music-doodle.png");
  background-position: 0 50%;
  background-size: 100% auto;
  border-bottom: 1px solid #e1e8ed;
  border-radius: 4px 4px 0 0;
  height: 95px;
  width: 100%;
}

.online-card-block {
  display: block !important;
}

.online-card-button {
  margin: -35px -10px 0;
  text-align: right;
  width: 100%;
}

.online-card-button .btn-demo {
  background-color: #f5c71a;
  padding: 0.5rem;
  bottom: 0;
  right: 0;
  margin-bottom: 1rem;
  color: #FFF;
  line-height: 0.5;
}

.online-card-img-container {
  background-color: #fff;
  border-radius: 6px;
  display: inline-block !important;
  float: left;
  margin: -30px 5px 0 8px;
  max-width: 100%;
  padding: 1px;
  vertical-align: bottom;
}

.online-card-img {
  border: 2px solid #fff;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  height: 72px;
  width: 72px;
}

.online-card-heading {
  margin: 5px 5px 0;
  font-weight: 900;

}

.online-card-text {
  margin-left: 11px;
  padding: 26px 0;
  font-size: 0.75rem;
}


@media only screen and (max-width: 600px) {
  .online-courses-container .online-card-section {
    display: block;
  }

  .contact-us .custom-margin {
    margin-top: 2rem;
  }

  .online-courses-container .online-card-section .online-card {
    display: block;
    width: 90%;
    margin: 1rem auto;
    justify-content: flex-start;


  }

  .online-courses-container .online-card-section .online-card .card-img {
    width: 100%;
  }

  .online-courses-container .online-card-section .online-card .card-img-left {
    width: 100%;
  }

  .online-courses-container .online-card-section .online-card .card-body {
    min-height: 200px;
  }
}

.site-navbar {
  position: fixed;
}

.top-nav-dropdown {
  position: relative;
}

.top-nav-dropdown .dropdown-menu {
  top: 37px;
}

.top-nav .nav-item {
  margin: 0 1rem;
}

.top-options-right-options {
  margin: 0;
  padding: 0
}

.top-options-right-options li {
  display: inline-block;
  margin: 0.5rem;
}

.online-courses-container-heading {
  font-size: 2rem;
  font-weight: 900;
}

.about-us-container .courses {
  display: flex;

}

.about-us-container .courses div {
  margin-right: 1rem;
  vertical-align: top;
}

.about-us-container .courses .course-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

@media only screen and (max-width: 990px) {
  .about-us-container {
    width: 90%;
    margin: 3rem auto;
  }

  .online-courses-container-heading {
    font-size: 1.5rem;
    font-weight: 900;
  }

  .top-nav .nav-item {
    font-size: 0.75rem;
    /* text-align: right; */
  }

  .site-menu {
    float: right;
  }

  .top-options-right-options .cta {
    font-size: 0.75rem;
    text-align: right;
    float: none;
  }

  .top-nav-dropdown .dropdown-menu {
    border: none;
    background-color: transparent;
    font-size: 0.75rem;
  }

  .top-options-right-options li {
    display: block;
  }

  .footer-section h3 {
    margin-top: 1rem;
  }
}

.faq-container .card {
  height: 100%;
}

.faq-container .card .card-body {
  color: #000000;
}

.faq-container .faq-collapse {
  cursor: pointer;
}

.careers-container .section-title {
  font-size: 2rem;
}

.careers-container .section-sub-title {
  font-size: 1.5rem;
}

.careers-container p {
  margin-bottom: 0;
}

.career-subtitle {
  color: #FFF;
  letter-spacing: 2px;
  word-spacing: 4px;
}

.why-trishan-container .title {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
}

.why-trishan-container .content {
  margin: 0 auto;
}

.why-trishan-container .content-icon {
  font-size: 3rem;
  color: #1E8287;
}

.why-trishan-container .subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  color: #000000;
}

.why-trishan-container .why-trishan-tags {
  color: #1E8287;
  font-size: 1.5rem;
  font-weight: bold;
}

.why-trishan-container .why-trishan-tags-explain {
  font-size: 1.25rem;
  color: #000000;
}

.faculty-section {
  display: flex;
  justify-content: space-between;
}

.faculty-section .faculty-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid grey;
}

.faculty-section div {
  margin-right: 1rem;
}

.faculty-section .instructor-name {
  color: #000000;
}

.footer-section .social-media {
  font-size: 2rem;
  display: inline-flex;
}

.footer-section .social-media img {
  height: 2rem;
}

.btn-primary,
.btn-primary:hover {
  background-color: #1E8287;
  border-color: #1E8287;
}

.btn-outline-primary {
  color: #1E8287;
  border-color: #1E8287;
}

.btn-outline-primary:hover {
  background-color: #1E8287;
  color: #FFF;
  border-color: #1E8287;
}

.social-link,
.social-link:hover {
  color: #1E8287;
  border-color: #1E8287;
}


/* blog */

.blog-item {
  margin-top: 2rem;

}
.blog-item h1 {
  color: gray;
  font-size: 2rem;
  font-weight: 900;
}

.blog-item h1 span {
  color: gray;
}

.modal-header {
  cursor: move;
}

.staff-course-group .btn {
  margin-bottom: .5rem;
}

.toggle-container {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}
.toggle-container:not(.active) {
  display: none;
}

.slot-rescheduling-form{
  width: 100%;
}

.tms-table{
  .table-row-group {
    border-bottom: 1px solid #eee;
    margin: 1px 0px;
  }
  .table-row {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
  }
  .table-column {
    padding: 5px;
    /* text-align: center; */
  }
  .table-column label{
    width: 100%;
  }
  .table-column .select2-container{
    /* width: 100% !important; */
    min-width: 100%;
  }
  .table-column i{
    margin-top: 10px;
  }
  .center-aligned{
    text-align: center;
  }
  .table-head{
    display: flex;
    font-size: 0.85rem;
  }
  .table-head .table-column {
      /* flex-grow: 1; */
      background: #59677e;
      color: #fff;
      text-transform: uppercase;
      transition: background-color .1s;
  }
}
.slot-reschedule-student-container{
  width: 80%;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ajax-info-container {
    margin-left: 20px;
}
.ajax-info-title.info-title{
    color: #5fdf5f;
}
.ajax-info-title.error-title{
  color: #e73d3d;
}
.ajax-info-title.warning-title{
  color: #d1c826;
}
.ajax-info-detail{
  font-size: 0.95rem;
}
.h5withP p{
  margin:0;
}
.list-inside-style{
  list-style-position: inside;
}

.graded-exam{
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
}
.graded-exam img{
  height:400px
}
.graded-exam-image{
  height: 400px;
}

/* @media only screen and (max-width: 600px) {
  .course_card figure img{
    width:100px;
  }
} */

.career-card{
  border: 1px solid rgba(0,0,0,.125);
  padding: 1rem;
  margin-bottom:4rem;
  box-shadow: 2px 3px 5px rgba(0,0,0,.125);
}

.branch-card{
  border:1px solid #1E8287;
  padding:1rem;
  border-radius: 16px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 600px) {
  .branch-card{
    margin:1rem 0.5rem;
  }
}
.branch-card-detials{
  height:85%;
}

.slot-create-text{
  cursor: pointer;
  font-size: 0.9rem;
  color: #639af5;
}
.slot-create-holder{
  margin-bottom: 20px;
}
.slot-create-form-holder{
  margin-left: 15px;
  margin-top: 15px;
  border: 1px solid;
  padding: 10px;
}
.section-title{
  font-size: 3rem;
}
@media only screen and (max-width: 600px) {
  .section-title{
    font-size: 2rem;
  }
}

.blog-card{
  border:1px solid rgba(0,0,0,.125);
  padding:1rem;
  border-radius: 8px;
  margin:2rem 0;
  box-shadow: 2px 3px 5px rgba(0,0,0,.125);
}

.banner-heading{
  font-size: 5.5rem !important;
}

.online-container{
  margin-top: 2rem;
}
.banner-image:before{
  background-color: transparent;
  opacity: 1;
}



.whatsapp{
  position: fixed;
  bottom: 0;
  right: 20px;
  color:#1E8287;

  /* background-color: white; */
  
}
.whatsapp a{
  color:#1E8287;
  background-color: white;
  font-size: 3rem;
  padding: 0rem 0.5rem;
  border-radius: 80px;
}

.clipboard-copy{
  cursor: pointer;
  margin-left: 5px;
}

.toast-element, .display-response-info {
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.8rem;
}
.toast-element.success, .display-success-async {
  background-color: #2ecc71;
  color: #fff;
}
.toast-element.error, .display-errors-async {
  background-color: #e74c3c;
  color: #fff;
}
.toast-element.warning, .display-warnings-async{
  background-color: #f39c12;
  color: #fff;
}
.toast-element.info, .display-info-async {
  background-color: #33A2FF;
  color: #fff;
}
.display-errors-async, .display-success-async, .display-warnings-async, .display-info-async{
  padding: 4px;
  border-radius: 4px;
  margin: 0px 5px;
}

.schedule-modal-holder{
  display: flex;
  gap: 10px;
}
.schedule-modal-slot-details-container{
  width: 55%;
}
.schedule-modal-slot-class-details-container{
  border-left: 1px solid #dee2e6;
  padding-left: 15px;
  width: 40%;
}
.slot-schedule-modal-list-container {
  margin-bottom: 15px;
}
.form-info-full {
  width: 100%;
}
.slot-class-modal-trigger {
  cursor: pointer;
  color: #353b48;
}
div:has(> .multi-select-container) {
  display: flex;
}
.multi-select-container{
  position: relative;
  display: inline-flex;
  flex : 1;
  min-width: 20em;
}
.multi-select-option-holder{
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
  position: absolute;
  z-index: 10;
  background: white;
  width: 100%;
  border-radius: 0 0 8px 8px;
  top: 100%;
  box-shadow: 2px 4px 5px -3px #eee;
}
.multi-select-option {
  padding: 10px;
  cursor: pointer;
  border: 0px;
}
.multi-select-option.active{
  background-color: #dddddd;
}
.multi-select-option-selected {
  border: 1px solid;
  margin-right: 5px;
  padding: 2px 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  background: #dddddd;
  text-align: center;
}
.multi-select-input-holder{
  display: flex;
  height: auto;
  flex-wrap: wrap;
}
/* .multi-select-input-holder > * {
  display: inline-flex;
} */
.multi-select-input{
  flex-grow: 1;
  padding: 2px 10px 2px 5px;
}
.multi-select-input[contenteditable]:focus {
  outline: 0px solid transparent;
}
.lead-history-table thead td{
  background: #59677e !important;
  color: #fff;
}
.multi-select-close-icon{
  cursor: pointer;
  color: #dc3535;
  margin-left: 5px;
}
.form-row:has(.multi-select-container){
  overflow: unset;
}
.lead-history-modal-header{
  flex-direction: column;
}
.lead-history-modal-body{
  padding-top: 0px;
  margin-top: 1rem;
}
.column-lead_demo_medium a, .column-demo_medium a{
  width: 100%;
  text-wrap: wrap;
}
.modal-dialog:has( .lead-history-modal-header){
  width: 75%;
  max-width: 90%;
}
@media screen and (max-width: 500px) {
  .modal-dialog:has( .lead-history-modal-header){
    width: auto;
    max-width: 100%;
  }
}

.note-section {
  flex-wrap: wrap;
  display: flex;
}
.lead-history-table-column-notes{
  width: 28%;
}
.lead-history-table-column-date{
  width: 11%;
}
.lead-history-close-lead{
  display: inline-block;
}
.lead-history-modal-info {
  margin-right: 10px;
}
.model-lead.change-list .field-created_on {
  white-space: normal;
}
.model-followupactive.change-list .field-lead_courses_list{
  white-space: normal;
}
td.field-location_address {
  white-space: normal;
}
td.field-lead_location {
  white-space: normal;
}
td.field-lead_courses_list, .model-lead td.field-courses_list {
  white-space: normal;
}
.model-lead th.field-name, th.field-lead_name {
  white-space: normal;
}
.password-input-container{
  position: relative;
}
.password-icon{
  font-size: 0.85rem;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

td.field-template {
  white-space: normal;
}
.accordion-collapse{
  cursor: pointer;
}