@import url('https://fonts.googleapis.com/css?family=Merienda&display=swap');
body {
  font-family: "Varela Round", sans-serif !important;
  padding-bottom: 20px;
  margin-top: 60px;
}

.form-control {
  box-shadow: none;
  font-weight: normal;
  font-size: 13px;
}

a {
  text-decoration: unset !important;
}

.text-primary {
  color: #33cabb !important;
}

.bg-primary {
  background-color: #33cabb !important;
}

.brand-name {
  font-family: 'Merienda', cursive;
  font-weight: bold;
}

.form-control:focus {
  border-color: #33cabb;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.navbar-header.col {
  padding: 0 !important;
}

.navbar {
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #dfe3e8;
  border-radius: 0;
}

.nav-link img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: -8px 0;
  float: left;
  margin-right: 10px;
}

.navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  padding-left: 0;
  font-size: 20px;
  padding-right: 50px;
}

.navbar .navbar-brand b {
  font-weight: bold;
  color: #33cabb;
}

.navbar .form-inline {
  display: inline-block;
}

.navbar .nav li {
  position: relative;
}

.navbar .nav li a {
  color: #888;
}

.search-box {
  position: relative;
}

.search-box input {
  /* padding-right: 35px;
  border-color: #dfe3e8;
  border-radius: 4px !important;
  box-shadow: none; */
}

.search-box .input-group-addon {
  min-width: 35px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 7px;
  height: 100%;
}

.search-box i {
  color: #a0a5b1;
  font-size: 19px;
}

.navbar .nav .btn-primary, .navbar .nav .btn-primary:active {
  color: #fff;
  background: #33cabb;
  padding-top: 8px;
  padding-bottom: 6px;
  vertical-align: middle;
  border: none;
}

.navbar .nav .btn-primary:hover, .navbar .nav .btn-primary:focus {
  color: #fff;
  outline: none;
  background: #31bfb1;
}

.navbar .navbar-right li:first-child a {
  padding-right: 30px;
}

.navbar .nav-item i {
  font-size: 18px;
}

.navbar .dropdown-item i {
  font-size: 16px;
  min-width: 22px;
}

.navbar ul.nav li.active a, .navbar ul.nav li.open>a {
  background: transparent !important;
}

.navbar .nav .get-started-btn {
  min-width: 120px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar ul.nav li.open>a.get-started-btn {
  color: #fff;
  background: #31bfb1 !important;
}

.navbar .dropdown-menu {
  border-radius: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.navbar .nav .dropdown-menu li {
  color: #999;
  font-weight: normal;
}

.navbar .nav .dropdown-menu li a, .navbar .nav .dropdown-menu li a:hover, .navbar .nav .dropdown-menu li a:focus {
  padding: 8px 20px;
  line-height: normal;
}

.navbar .navbar-form {
  border: none;
}

.navbar .dropdown-menu.form-wrapper {
  width: 280px;
  padding: 20px;
  left: auto;
  right: 0;
  font-size: 14px;
}

.navbar .dropdown-menu.form-wrapper a {
  color: #33cabb;
  padding: 0 !important;
}

.navbar .dropdown-menu.form-wrapper a:hover {
  text-decoration: underline;
}

.navbar .form-wrapper .hint-text {
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
}

.navbar .form-wrapper .social-btn .btn, .navbar .form-wrapper .social-btn .btn:hover {
  color: #fff;
  margin: 0;
  padding: 0 !important;
  font-size: 13px;
  border: none;
  transition: all 0.4s;
  text-align: center;
  line-height: 34px;
  width: 47%;
  text-decoration: none;
}

.navbar .social-btn .btn-primary {
  background: #507cc0;
}

.navbar .social-btn .btn-primary:hover {
  background: #4676bd;
}

.navbar .social-btn .btn-info {
  background: #64ccf1;
}

.navbar .social-btn .btn-info:hover {
  background: #4ec7ef;
}

.navbar .social-btn .btn i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.navbar .form-wrapper .form-footer {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
}

.navbar .form-wrapper .form-footer a:hover {
  text-decoration: underline;
}

.navbar .form-wrapper .checkbox-inline input {
  margin-top: 3px;
}

.or-seperator {
  margin-top: 32px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.or-seperator b {
  color: #666;
  padding: 0 8px;
  width: 30px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -15px;
  z-index: 1;
}

.navbar .checkbox-inline {
  font-size: 13px;
}

.navbar .navbar-right .dropdown-toggle::after {
  display: none;
}

.btn-primary, .btn-primary:active {
  color: #fff;
  background: #33cabb;
  padding-top: 8px;
  padding-bottom: 6px;
  vertical-align: middle;
  border: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #33cabb;
  border-color: #33cabb;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  outline: none;
  background: #31bfb1;
}

.get-started-btn {
  min-width: 120px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.card-selector {
  cursor: pointer;
}

.step .fa, .step .fas, .step .far {
  color: #33cabb;
  font-size: 40px;
  margin-bottom: 10px;
}

.card-selector {}

.card-selector:hover {
  border: #33cabb 1px solid;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.card-selector.selected {
  background: #ecfffd;
  border: #33cabb 1px solid;
}

.btn-outline-primary {
  border-color: #33cabb;
  color: #33cabb;
}

.btn-outline-red {
  border-color: #ff6978;
  color: #ff6978;
}

.background-light-primary {
  background: #ecfffd;
}

.card-selector.mini {
  padding: 5px 0;
}

.card-selector.minix {
  padding: 2px 0;
}

.step {
  min-height: 200px;
}

.stepper {
  width: 60%;
}

.cursor-pointer {
  cursor: pointer;
}

.step-item {
  padding: 0 35px;
}

.image-cover {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px;
  object-fit: cover;
  object-position: center center;
}

.trainer-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.image-profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px;
  object-fit: cover;
  object-position: center center;
}

.mobile-number {
  padding: 0 10px;
}

.mobile-number .fa {
  color: #000;
  font-size: 15px;
  margin-bottom: 0px;
}

textarea {
  resize: none;
  overflow: hidden;
  min-height: 100px;
}

.course-image {
  height: 150px;
  object-fit: cover;
  object-position: center center;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
  /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

.class-price {
  width: 60px;
  position: absolute;
  top: 8px;
  left: -8px;
  background-color: #4f6367;
  color: #fff;
  padding: 5px 10px;
}

.favorite-course {
  width: 50px;
  height: 50px;
  border-bottom-right-radius: 50px;
  background: #ff6978;
  padding: 4px 9px;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 4px;
  left: 15px;
}

.profile-dropdown .dropdown-menu {
  left: -40px;
}

.dropdown-item:active {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #31bfb1 !important;
}

.swal-modal {
  border-radius: 0;
}

.swal-button {
  border-radius: 0;
  background-color: #31bfb1;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

.course-detail-image {
  object-fit: cover;
  object-position: center center;
  height: 310px;
}

.circle-fav-course {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ff6978;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 220px;
  left: -26px;
}

.slick-next:before, .slick-prev:before {
  color: #4f6367 !important;
}

.live-tag {
  width: 80px;
  height: 30px;
  background: #ff6978;
  color: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
}

.nav-tabs li {
  padding-right: 15px;
  text-decoration: none;
}

.nav-tabs .active {
  background: #31bfb1;
  color: #fff !important;
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}

.tab-link {
  padding: 10px 15px;
  background: #4f6367;
  color: #fff !important;
}

.day-picker .far, .day-picker .fas {
  font-size: 20px;
  padding: 3px;
  margin: 0 5px;
}

.day-picker input {
  width: 100%;
  border: none;
  padding: 2px 0;
}

.day-picker-input input {
  width: 100%;
  border: none;
  padding: 2px 0;
}

.day-picker-input .react-datepicker-wrapper {
  width: 40%;
}

.day-picker-input .react-datepicker__input-container {
  width: 100%;
}

.duration select {
  border: none;
  background: none;
  width: 90%;
}

.schedule-duration select {
  border: none;
  background: none;
  width: 100%;
}

.create-session .card-selector {
  box-shadow: none;
  font-weight: normal;
  font-size: 13px;
}

.react-datepicker__time-list-item {
  padding: 0 !important;
}

.react-datepicker__time-box {
  width: 80px !important;
}

/* .schedule-div{
 overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
} */

@media (max-width: 500px) {
  .schedule-div .m-1, .schedule-div .mb-1, .schedule-div .px-1 {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .form-inline .input-group {
    width: 300px;
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .navbar .dropdown-menu.form-wrapper {
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: none;
  }
  .navbar .form-inline {
    display: block;
  }
  .navbar .input-group {
    width: 100%;
  }
  .navbar .nav .btn-primary, .navbar .nav .btn-primary:active {
    display: block;
  }
  .stepper {
    width: 95%;
  }
  .step-item {
    padding: 0 10px;
  }
  .circle-fav-course {
    top: -27px;
    left: 80%;
  }
}

@media (max-width: 450px) {
  .nav-tabs li {
    padding-right: 3px;
  }
  .tab-link {
    padding: 10px 5px;
    font-size: 13px;
  }
}

/* loading */

.image-cover.loading {
  margin: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 10px;
}

.lds-dual-ring {
  display: inline-block;
  width: 180px;
  height: 180px;
  position: relative;
}

.lds-dual-second {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0;
  position: absolute;
  top: -20px;
  left: -20px;
  margin: 10px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 170px;
  height: 170px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #31bfb1;
  border-color: #31bfb1 transparent #31bfb1 transparent;
  animation: lds-dual-ring 1.5s linear infinite;
}

.lds-dual-second:after {
  content: " ";
  display: block;
  width: 190px;
  height: 190px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #31bfb1;
  border-color: #31bfb1 transparent #31bfb1 transparent;
  animation: lds-dual-second 2.9s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-second {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.profile {
  min-height: 355px;
  display: inline-block;
}

figcaption.ratings {
  margin-top: 20px;
}

figcaption.ratings a {
  color: #f1c40f;
  font-size: 11px;
}

figcaption.ratings a:hover {
  color: #f39c12;
  text-decoration: none;
}

.divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.emphasis {
  border-top: 4px solid transparent;
}

.emphasis:hover {
  border-top: 4px solid #1abc9c;
}

.emphasis h2 {
  margin-bottom: 0;
}

span.tags {
  background: #1abc9c;
  border-radius: 2px;
  color: #f5f5f5;
  font-weight: bold;
  padding: 2px 4px;
}

.create-course .left-section .card {
  width: 90px;
}

.create-course .left-section .icon {
  font-size: 20px;
}

.create-course .left-section .card:hover .icon {
  color: #1abc9c;
}

.create-course .right-section .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #f8f9fa;
  font-size: 25px;
}

.create-course .right-section .card:hover .icon {
  color: #fff;
  background-color: #1abc9c;
}

.btn-link {
  color: #1abc9c !important;
}

.dzu-dropzone .dzu-inputLabel {
  font-family: "Varela Round", sans-serif !important;
  color: #1abc9c !important;
  overflow: auto;
}

.dashboard .left-section .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #f8f9fa;
  font-size: 25px;
}

.dashboard .left-section .admin-option:hover .icon {
  color: #fff;
  background-color: #1abc9c;
}

.hVIlft {
  color: #373a3c !important;
}

.hJvOAZ {
  color: #1abc9c !important;
  border-bottom: 2px solid #1abc9c !important;
}

.hVIlft:hover {
  color: unset !important;
  border-bottom: 2px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
}

.lhxrDb {
  box-shadow: unset !important;
  border-bottom: 1px solid #dedede !important;
}

.hbofHt {
  border: none !important;
  padding: 10px !important;
}

.header a {
  color: #fff !important;
}

.feature-section .background {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.report-background {
  background-image: url(https://images.pexels.com/photos/669615/pexels-photo-669615.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
}

.security-background {
  background-image: url(https://images.pexels.com/photos/4291/door-green-closed-lock.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
}

.customisation-background {
  background-image: url(https://images.pexels.com/photos/3671146/pexels-photo-3671146.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
}

.sc-fzoxKX {
  display: none !important;
}

.image_square {
  height: 75px;
  width: 75px;
  object-fit: cover;
  object-position: center;
}

.upload-id-proof {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 130px;
  border: 1px dashed;
  padding: 15px;
  margin: 15px;
}

.proof_img {
  height: 182px;
}

.file_upload {
  vertical-align: middle;
  margin: 0 13px;
}

.selected_image {
  border: lightgray 6px solid;
}

/* Riboon Css start */

.ribbon {
  width: 48%;
  height: 188px;
  position: relative;
  float: left;
  margin-bottom: 30px;
  background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);
  background-size: cover;
  text-transform: uppercase;
  color: white;
}

.ribbon:nth-child(even) {
  margin-right: 4%;
}

@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}

.topic-ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}

.topic-ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 15px solid #ff7518;
}

.topic-ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #ff7518;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}

.topic-ribbon1 span:before, .topic-ribbon1 span:after {
  position: absolute;
  content: "";
}

.topic-ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #ff7518;
}

.topic-ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}

.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}

.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 15px solid #87ded5;
}

.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #87ded5;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}

.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}

.ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #87ded5;
}

.ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}

.ribbon3 {
  width: 50px;
  height: 27px;
  line-height: 27px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #ff7518;
  color: azure;
}

.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}

.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3:after {
  height: 0;
  width: 0;
  right: -10.5px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #ff7518;
}

/* Riboon Css end */


.fc-event, .fc-event-dot {
  background-color: #33cabb !important;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #33cabb !important;
}