@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
  font-family: 'Roboto';
  background: #fafafa;
}

h1:focus {
  outline: none;
}

a {
  color: #69be28;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

main {
  display: flex;
  flex-direction: column;
}

  main .body-content {
    flex: auto;
  }

.content {
  padding-top: 1.1rem;
}

.page-content {
  padding: 2.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
  font-size: 10px;
  padding: 5px 0.75rem;
  margin-top: 5px;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

  .blazor-error-boundary::after {
    content: "An error has occurred."
  }


.flickity-page-dots {
  bottom: 15px;
}

  .flickity-page-dots .dot {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1;
  }

    .flickity-page-dots .dot.is-selected {
      background-color: #69be28 !important;
    }

.page-container {
  padding-top: 40px;
}

  .page-container h3 {
    color: #003145;
    font-size: 26px;
    margin-bottom: 20px;
  }

.product-content ul {
  color: #4a4a4a;
  list-style: none; /* Remove default bullets */
}

  .product-content ul li::before {
    content: "\2022";
    position: absolute;
    left: -0.8em;
    top: 0;
    font-size: 1.8em;
    color: #4a4a4a;
    font-weight: bold;
  }

  .product-content ul li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 5px;
  }

.primary-button {
  max-width: 200px;
  height: 46px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  border-radius: 5px;
  background-color: #69be28;
  color: #fff;
}

  .primary-button:hover {
    color: #003145;
  }

  .primary-button i {
    color: #fff !important;
    margin-left: 10px;
  }

.secondary-button {
  height: 46px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #69be28;
  border: solid 2px #69be28;
}

  .secondary-button:hover {
    background-color: #69be28;
    color: #fff;
  }

.background-image1 {
  background-image: url(/img/Banner2.png);
}

.background-image2 {
  background-image: url(/img/page-image.jpg);
}

.page-header {
  display: flex;
  height: 320px;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #001e2b;
}

.page-header-content {
  max-width: 80%;
}

  .page-header-content .breadcrum {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 40px;
  }

    .page-header-content .breadcrum i {
      font-size: 12px;
      margin: 0 10px;
      color: #69be28;
    }

  .page-header-content h1 {
    color: #fff;
    font-size: 40px;
  }

  .page-header-content p {
    color: #fff;
    font-size: 16px;
  }

.form-control-row .form-control {
  background-color: #f8f8f8 !important;
  color: #9d9d9d;
  font-size: 14px;
  padding: 10px 10px;
  border: solid 1px #d1d4d3;
}

.container_check {
  font-family: 'Roboto', sans-serif !important;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

  /* Hide the browser's default checkbox */
  .container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

/* Create a custom checkbox */
.checkmark_check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #d1d4d3;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark_check {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark_check {
  background-color: #69be28;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark_check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark_check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-bar {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.check-out-summary-widget {
  margin-top: -300px;
  max-width: 400px;
  background-color: #fff;
}

  .check-out-summary-widget .info-box {
    padding: 24px;
    border: solid 1px #d1d4d3;
  }

    .check-out-summary-widget .info-box h3 {
      font-size: 22px;
      margin-bottom: 15px;
    }

    .check-out-summary-widget .info-box .info-box-item {
      display: flex;
      align-items: center;
      border: solid 1px #d1d4d3;
      margin-bottom: 10px;
      padding: 10px;
      border-radius: 10px;
    }

      .check-out-summary-widget .info-box .info-box-item img {
        width: 60px;
        border-radius: 5px;
      }

      .check-out-summary-widget .info-box .info-box-item .info {
        font-size: 12px;
        padding: 0 10px;
        color: #4a4a4a;
        flex: auto;
      }

        .check-out-summary-widget .info-box .info-box-item .info label {
          font-size: 16px;
          color: #4a4a4a;
        }


        .check-out-summary-widget .info-box .info-box-item .info h4 {
          font-size: 16px;
          margin: 0;
          font-weight: bold;
          text-transform: uppercase;
        }

      .check-out-summary-widget .info-box .info-box-item i:hover {
        cursor: pointer;
        font-weight: bold;
        color: red;
      }

.devider {
  width: 100%;
  border-top: solid 1px #d1d4d3;
  margin: 15px 0;
}

.check-out-summary-widget .info-box .info-total {
  display: flex;
  flex-direction: column;
  color: #4a4a4a;
  font-size: 14px;
}

  .check-out-summary-widget .info-box .info-total label {
    color: #69be28;
    font-weight: bold;
    font-size: 18px;
  }

.check-out-summary-widget .info-box .info-footer p {
  font-size: 12px;
  color: #4a4a4a;
  margin: 0;
}

.spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

  .spinner-container.spinner-full {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    left: 0;
    top: 0;
  }

    .spinner-container.spinner-full label {
      margin-top: 10px;
    }

.text-primary {
  color: #001e2b !important;
}

.promo-form {
  display: flex;
  align-items: center;
}

  .promo-form button {
    height: 40px;
    width: 100px;
    font-size: 12px;
    margin-left: 10px;
    padding: 0;
  }

  .promo-form input {
    font-size: 12px;
    height: 40px;
    background-color: #f8f8f8;
    border-color: #d1d4d3;
  }

.btn .spinner-border {
  height: 25px;
  width: 25px;
}

.primary-button .spinner-border {
  margin-left: 10px;
}

.alert-small {
  font-size: 10px;
  padding: 5px 0.75rem;
  margin-top: 5px;
}

.footer {
  display: flex;
  height: 80px;
  background-color: #003145;
  color: rgba(74, 74, 74, 0.5);
}

  .footer .container {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .footer .footer-left {
    display: flex;
    height: 100%;
    align-items: center;
  }

    .footer .footer-left a {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      margin-right: 30px;
    }

  .footer .footer-right {
    display: flex;
    height: 100%;
    align-items: center;
  }

    .footer .footer-right label {
      color: #fff;
      font-size: 12px;
    }

.thank-you-box {
  width: 70%;
  display: flex;
  flex-direction: column;
  border: solid 1px #d1d4d3;
  padding: 40px 50px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 100px;
}

  .thank-you-box h3 {
    margin: 0;
    align-self: center;
  }

  .thank-you-box .info-box-row {
    display: flex;
    justify-content: space-between;
  }

    .thank-you-box .info-box-row div {
      display: flex;
      flex-direction: column;
    }

      .thank-you-box .info-box-row div small {
        color: #9d9d9d;
        font-size: 12px;
      }

  .thank-you-box .price {
    color: #69be28;
  }

    .thank-you-box .price.big {
      font-size: 22px;
    }

  .thank-you-box .heading {
    font-size: 22px;
    color: #4a4a4a;
  }

.self-end {
  align-self: flex-end;
}

.thank-you-box .info-box-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .thank-you-box .info-box-row .info-box-item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

    .thank-you-box .info-box-row .info-box-item img {
      width: 70px;
      border-radius: 5px;
      margin-right: 10px;
    }

  .thank-you-box .info-box-row .info {
    align-items: flex-start;
  }

    .thank-you-box .info-box-row .info h4 {
      font-size: 14px;
      font-weight: bold;
      color: #4a4a4a;
    }

    .thank-you-box .info-box-row .info .pill {
      border: solid 1px #d1d4d3;
      flex-direction: row;
      padding: 7px 12px;
      border-radius: 30px;
      color: #9d9d9d;
    }

  .thank-you-box .info-box-row .info-qty {
    color: #4a4a4a;
    font-size: 14px;
    padding-bottom: 5px;
  }

.thank-you-box .primary-button {
  align-self: center;
  max-width: 300px;
}

@media (max-width: 576px) {
  .page-header-content {
    max-width: 100%;
    padding: 20px;
  }

    .page-header-content label {
      font-size: 16px;
    }

    .page-header-content h1 {
      font-size: 28px;
    }

    .page-header-content p {
      font-size: 14px;
    }
}

.line {
  width: 120px;
  height: 2px;
  flex-grow: 0;
  background-color: #69be28;
  margin-bottom: 10px
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

.Course-Name {
  flex-grow: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #9d9d9d;
  padding-top: 10px
}

.Available-course {
  flex-grow: 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #9d9d9d;
}

.btn-success {
  background-color: #69be28;
  color: #fff;
}

.btn {
  text-transform: uppercase;
}

/*SKELETON LOADER*/
.skeleton-loader {
  border-radius: 5px;
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), lightgray;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite;
}

.header-text {
  position: relative;
  font-weight: 400;
  color: #003145;
  padding-bottom: 16px;
  display: inline-block;
}

  .header-text:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 70%;
    border-bottom: 2px solid #69BE28;
  }

.results-container {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}

/*small Crard*/
.card-container-sm {
  width: 244px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 410px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #D1D4D3;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.card-container-empty-sm:hover {
  cursor: pointer;
}

.card-container-empty-sm {
  border-color: #69be28;
  align-items: center;
  justify-content: center;
  color: #69be28;
  font-weight: bold;
}

.card-container-sm .image-container {
  height: 86px;
  min-height:86px;
  border-radius: 5px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.card-container-sm h1 {
  font-size: 15px;
  font-weight: 600;
  color: #4A4A4A;
  margin-bottom: 0;
  min-height: 53px;
  text-transform: uppercase;
}

.card-container-sm .course-format-container-sm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 17px 0;
}

  .card-container-sm .course-format-container-sm .badge {
    border: solid 1px #D1D4D3;
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 12px;
    margin-right: 5px;
  }

.card-container-sm p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-container p h3 {
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
}

.card-container-sm .btn {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  align-self: center;
  width: 200px
}

  .card-container-sm .btn i {
    margin-left: 10px;
  }

.card-container-sm:hover {
  border-color: #69be28;
  border-width:2px;
}

@media (max-width: 576px) {
  .card-container-sm, .card-container-empty-sm {
    width: 100%;
    margin-right: 0;
  }

  .body-content {
    margin-top: 175px;
  }
}

/*PRIMARY CARD*/
.card-container, .card-container-empty {
  width: 244px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 465px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #D1D4D3;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

  .card-container-empty:hover {
    cursor: pointer;
  }

.card-container-empty {
  border-color: #69be28;
  align-items: center;
  justify-content: center;
  color: #69be28;
  font-weight: bold;
}

.card-container .image-container {
  height: 86px;
  min-height: 86px;
  border-radius: 5px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.card-container h1 {
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
  margin-bottom: 0;
  min-height: 40px;
  text-transform: uppercase;
}

.card-container .course-format-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

  .card-container .course-format-container .badge {
    border: solid 1px #D1D4D3;
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 12px;
    margin-right: 5px;
  }

.card-container p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .card-container p h3 {
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
  }

.card-container .btn {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  align-self: center;
  width: 200px
}

  .card-container .btn i {
    margin-left: 10px;
  }

.card-container:hover {
  border-color: #69be28;
}

@media (max-width: 576px) {
  .card-container, .card-container-empty {
    width: 100%;
    margin-right: 0;
  }

  .body-content {
    margin-top: 175px;
  }
}



/*Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cacaca;
}

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

/*Placeholders*/
.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 100%;
}

  .no-results .image-container {
    height: 134px;
    width: 198px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
  }

  .no-results label {
    color: #9D9D9D;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-align:center;
  }

    .no-results .sub {
        font-size: 10px;
        text-align: center;
    }

  .no-results .btn {
    margin-top: 25px;
    background-color: transparent;
    border: solid 2px #69be28;
    color: #69be28;
    width: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .no-results .btn:hover {
      background-color: #69be28;
      color: #fff;
    }


@keyframes shine {
  to {
    background-position: 100% 0;
  }
}

.checkbox-label {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: normal;
}

.field-heading {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
}

.form-label {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

.basic-btn {
  font-size: 16px;
  color: #9d9d9d;
}

.inputs {
  font-size: 13px !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #4a4a4a;
}

.btn-outline-success {
  color: #69be28;
  border-color: #69be28;
  text-transform: uppercase;
}

.btn-success {
  color: #fff;
  border-color: #69be28;
  text-transform: uppercase;
}

  .btn-success:hover {
    color: #fff;
    border-color: #69be28;
    text-transform: uppercase;
    background-color: #28be4b;
  }

.btn-outline-success:hover {
  color: #fff;
  background-color: #69be28;
  border-color: #69be28;
}

.info-text {
  font-size: 14px;
  color: #9d9d9d;
}

.bottom-border {
  border-bottom: solid 0.5px #d1d4d3;
}

.booking-info {
  max-height: 200px;
  min-height: 200px;
  overflow: scroll;
}

.booking-info-sm {
  max-height: 100px;
  min-height: 100px;
  overflow: scroll;
}

.booking-info-md {
  max-height: 130px;
  min-height: 130px;
  overflow: scroll;
}

.student-heading {
  font-size: 18px;
  text-align: left;
  color: #003145;
}



.companycontacts-wrapper {
  position: fixed;
  top: 0;
  background-color: #fff;
  right: 0;
  padding: 50px 30px 30px;
  height: 100vh;
  z-index: 1000;
  width: 400px;
  box-shadow: 1px 0 1px -10px rgb(0 0 0 / 80%), -7px 0 8px -4px rgb(0 0 0 / 20%);
  overflow: scroll;
}

.rounded-pill {
  background-color: #fff;
  padding: 8px 18px;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
  border: solid 1px #D1D4D3;
  color: #9D9D9D;
  cursor:pointer;
}

.rounded-pill.clear {
  background-color: transparent;
}


.rounded-pill.clear:hover {
  cursor: pointer
}

.badge.selected {
  background-color: #003145;
  color: #fff !important;
  border-color: #003145;
}

.read-more {
  color: #69be28;
  font-size: 16px;
}

  .read-more:hover {
    cursor: pointer;
  }
