.uiApply {
  /* checkbox styles */
  /* Rounded sliders */
  /*.cmtsilder {
      &:after,
      &::before,
      input:checked + .slider:after {
          content: "";
      }
  }
  .cmtsilder input:checked + .slider:after,
  .cmtsilder .slider:after {
      content: "Enable comment";
  }*/
  /*------ ADDED CSS ---------*/
  /*--------- END --------*/
  /* Sidebar Styles */
  /*.logoImgSection {
      filter: grayscale(1);
  }*/
}
.uiApply .topmenu {
  position: relative;
}
.uiApply .topmenu * {
  font-family: var(--heading) !important;
}
.uiApply .topmenu .navbar-nav .nav-item {
  margin-left: 40px;
}
.uiApply .topmenu .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 400;
  color: var(--gray-one);
}
.uiApply .topmenu .navbar-nav .nav-item .nav-link.active {
  -webkit-text-stroke: 0.5px;
  border-bottom: 3px solid var(--primary);
}
.uiApply .topmenu .navbar-nav .nav-item:hover .nav-link {
  -webkit-text-stroke: 0.5px;
  border: none;
}
.uiApply .topmenu .navbar-nav .nav-item:hover .nav-link.active {
  border-bottom: 3px solid var(--primary);
}
.uiApply .topmenu .navbar .profile-dropdown .profile-image-icon {
  width: 26px;
}
.uiApply .cardFigWd:hover .commentBx {
  opacity: 1;
  visibility: visible;
}
.uiApply .cardFigWd .commentBx {
  position: absolute;
  right: -26px;
  top: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  opacity: 0;
  z-index: 5;
  gap: 0.5rem;
  flex-flow: column;
}
.uiApply .cardFigWd .commentBx:hover {
  opacity: 1;
  visibility: visible;
}
.uiApply .cardFigWd .commentBx-mobile {
  position: absolute;
  right: 13px;
  top: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  background: var(--primary);
  border-radius: 50%;
  z-index: 5;
  gap: 0.5rem;
  flex-flow: column;
}
@media screen and (min-width: 576px) {
  .uiApply .cardFigWd .commentBx-mobile {
    display: none;
  }
}
.uiApply .cardFigWd .commentBx-box:hover .commentBx-mobile {
  display: flex;
}
.uiApply .mobileview .commentBx-mobile {
  display: flex;
}
.uiApply .fs-11 {
  font-size: 11px;
}
.uiApply .fs-13 {
  font-size: 13px;
}
.uiApply .sortableul.ui-sortable {
  padding-bottom: 1rem;
}
.uiApply .sortableul-list {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  /* padding: 11px 0px 11px 16px;*/
  font-size: 16px;
  color: var(--gray-one);
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.uiApply .sortableul-list input {
  accent-color: var(--primary);
}
.uiApply .sortableul-list:hover {
  border-color: var(--gray-four);
}
.uiApply .sortableul-list:hover .sortableul-list-link img {
  opacity: 0.2;
}
.uiApply .sortableul-list:hover .sortableul-list-link .active {
  color: var(--primary-700);
}
.uiApply .sortableul-list:hover .sortableul-list-links .active {
  color: var(--primary-700);
}
.uiApply .sortableul-list:hover .dropdown-toggle {
  display: flex;
}
.uiApply .sortableul-list-link {
  text-decoration: none;
  flex: 1 1 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 11px 0px 11px 16px;
  border-radius: 8px;
  border: 0px;
  color: var(--gray-one);
}
.uiApply .sortableul-list-link img {
  margin-right: 10px;
  opacity: 0;
}
.uiApply .sortableul-list .dropdown-toggle {
  width: 36px;
  display: none;
  justify-content: center;
  opacity: 0.7;
}
.uiApply .sortableul-list .dropdown-toggle::after {
  display: none;
}
.uiApply .sortableul-list .dropdown-toggle:focus-within {
  outline: 0;
}
.uiApply .sortableul-list .dropdown-toggle img {
  width: 5px;
}
.uiApply .sortableul-list .dropdown.show .dropdown-toggle {
  opacity: 1;
  display: flex;
}
.uiApply .component-modal {
  padding: 0px 12px;
  margin-bottom: 1rem;
}
.uiApply .component-modal-icon {
  margin-left: 30px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.uiApply .component-modal .XbCheckbox {
  position: relative;
}
.uiApply .component-modal .XbCheckbox img {
  display: none;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 4px;
}
.uiApply .component-modal .XbCheckbox input[type=checkbox] {
  display: none;
  position: absolute;
  top: -10px;
  left: 6px;
  z-index: 2;
}
.uiApply .component-modal .XbCheckbox input[type=checkbox]:checked {
  opacity: 0;
  width: 40px;
  height: 40px;
}
.uiApply .component-modal .XbCheckbox input[type=checkbox]:checked ~ img {
  display: block;
}
.uiApply .component-modal:hover .XbCheckbox input[type=checkbox] {
  display: block;
}
.uiApply .hideSortList {
  border: 1px solid var(--gray-six);
  color: var(--gray-five);
}
.uiApply .hideSortList:hover, .uiApply .hideSortList.active {
  border: 1px solid var(--gray-six);
}
.uiApply .xb-borderTabs {
  border-bottom: none;
}
.uiApply .xb-borderTabs .active {
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-one);
  padding-bottom: 8px;
  border-bottom: 3px solid var(--primary);
  text-decoration: none;
}
.uiApply .img-sortingPanel_image img {
  width: 100%;
}
.uiApply .addBlock .cards-radio {
  width: 106px;
  height: 106px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin: 0px auto;
}
.uiApply .addBlock .cards-radio span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-two);
}
.uiApply .addBlock .cards-radio .cards-radioinput {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.uiApply .addBlock .cards-radio .cards-radioinput .radioinput {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  position: relative;
  cursor: pointer;
}
.uiApply .addBlock .cards-radio .cards-radioinput .radioinput:checked ~ img {
  opacity: 1;
}
.uiApply .addBlock .cards-radio .cards-radioinput img {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
}
.uiApply .mobile-body .mobile-content h4 {
  font-size: 16px;
}
.uiApply .mobile-body .mobile-content .btn,
.uiApply .mobile-body .mobile-content .img-header span,
.uiApply .mobile-body .mobile-content p {
  font-size: 11px;
}
.uiApply .mobile-body .btn-section a button {
  font-size: 11px;
}
.uiApply .mobile-body .mobile-content .img-header {
  font-size: 13px;
}
.uiApply .mobile-content .img-header {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uiApply .mobile-body .mobile-content .profile-image-mobile-prev img {
  width: 80px;
  height: 80px;
}
.uiApply .post_wrap {
  height: auto;
}
.uiApply .jotformFrame {
  max-height: 631px;
  overflow: auto;
}
.uiApply .jotformFrameBoard {
  max-height: 300px;
  overflow: auto;
}
.uiApply .topHeadLogo-board {
  max-width: 250px;
}
.uiApply .topHeadLogo-board img {
  width: 100%;
  max-height: 100px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.uiApply .btn-arrows:hover,
.uiApply .btn-arrows:hover i {
  color: var(--blue-500);
}
.uiApply a:hover,
.uiApply a:active {
  color: var(--primary-700);
}
.uiApply .second-font {
  font-family: var(--secondary-font);
  color: var(--gray-2);
}
.uiApply .btn-style-4 {
  background: linear-gradient(342deg, #1a5378 11%, #40256c 36%, #1a5378 100%);
  width: 100%;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.uiApply .btn-style-1:hover,
.uiApply .btn-style-4:hover {
  color: #ccc;
}
.uiApply .xbBoard-box-Pic {
  border-radius: 8px;
  box-sizing: border-box;
  border: 4px solid var(--white);
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.uiApply .image-prev {
  position: relative;
}
.uiApply .blur-Img {
  z-index: 0;
  height: 100%;
  width: 100%;
  filter: blur(20px);
  border-radius: 8px;
}
.uiApply .img-boxNew img.responsive {
  position: relative;
  z-index: 2;
  height: 100%;
  /*-o-object-fit: cover;
  object-fit: cover;
  width: 100%;*/
}
.uiApply .footer {
  margin-top: 15px;
  padding-top: 10px;
}
.uiApply .foot-logo {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 20px;
  max-width: 300px;
}
.uiApply .img-header span {
  font-size: 13px;
}
.uiApply .image-section {
  padding: 8px;
  margin: 4px auto;
  text-align: center;
}
.uiApply .img-header {
  padding: 10px;
  font-size: 13px;
}
.uiApply .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.uiApply .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.uiApply .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b8b2cf;
  transition: 0.4s;
}
.uiApply .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: var(--white);
  transition: 0.4s;
}
.uiApply input:checked + .slider {
  background-color: #6f00ff;
}
.uiApply input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-500);
}
.uiApply input:checked + .slider:before {
  transform: translateX(20px);
}
.uiApply .slider.round {
  border-radius: 34px;
}
.uiApply .slider.round:before {
  border-radius: 50%;
}
.uiApply .fac:after, .uiApply .fac::before,
.uiApply .fac input:checked + .slider:after {
  content: "";
}
.uiApply .fac input:checked + .slider:after,
.uiApply .fac .slider:after {
  content: "Fill container for 1 column";
}
.uiApply .security:after, .uiApply .security::before,
.uiApply .security input:checked + .slider:after {
  content: "";
}
.uiApply .security input:checked + .slider:after,
.uiApply .security .slider:after {
  content: "";
}
.uiApply .security .slider:after {
  content: "";
  color: var(--gray-1);
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 503%;
  font-size: 16px;
  font-family: var(--primary-font);
  width: 300px;
}
.uiApply .security input:checked + .slider:after {
  content: "";
  color: #000;
}
.uiApply .cmtsilder .slider:after {
  content: "Enable Comment";
  color: var(--gray-1);
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 503%;
  font-size: 16px;
  font-family: var(--primary-font);
  width: 300px;
}
.uiApply .cmtsilder input:checked + .slider:after {
  content: "Disable Comment";
  color: #000;
}
.uiApply .XBprofileInput-img {
  width: 65px;
  height: 65px;
}
.uiApply .pro {
  min-height: 100vh;
}
.uiApply .pro .previewContentBox {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .uiApply .pro .previewContentBox {
    max-width: 100%;
  }
}
.uiApply .pro .previewContentBox .MainboxFix {
  margin-top: 0px;
}
@media screen and (min-width: 480px) {
  .uiApply .pro .previewContentBox .MainboxFix {
    padding-top: 40px;
  }
}
.uiApply .pro .previewContentBox .profile-header {
  background-color: var(--gray-nine);
  min-height: auto;
}
.uiApply .pro .previewContentBox .profile-header img {
  min-height: auto;
}
.uiApply .pro .previewContentBox .user-detail {
  height: 25px;
  position: relative;
}
.uiApply .pro .previewContentBox .user-detail-inner {
  position: absolute;
  width: 100%;
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uiApply .pro .previewContentBox .user-detail-inner img {
  background: var(--white);
}
.uiApply .pro .previewContentBox .card {
  overflow: hidden;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0.5px var(--border-color);
}
.uiApply .pro .previewContentBox .card .card-body {
  padding: 0;
}
.uiApply .pro .previewContentBox .card h4 {
  text-align: center;
}
.uiApply .SortingContent-box .tab-content h4 {
  color: var(--gray-three);
}
.uiApply .googleDrive .img-boxNew {
  width: 100%;
  height: 356px;
}
.uiApply .responsive-btn {
  flex: 1 1 50%;
}
.uiApply .button-styles .layoutBox {
  height: 50px;
  align-items: center;
}
.uiApply .button-styles .layoutBox-content {
  height: 24px;
}
.uiApply .button-styles .layoutBox .outline-btn {
  border-radius: 3px;
  background: none;
  border: 2.4px solid var(--border-color);
}
.uiApply .button-styles .layoutBox .outline-rounded-btn {
  border: 2.4px solid var(--border-color);
  border-radius: 30px;
  background: none;
}
.uiApply .layoutBox {
  width: 100%;
  height: 84px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
  position: relative;
  padding: 1rem;
  display: flex;
  gap: 4px;
}
.uiApply .layoutBox-trgImg {
  width: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
}
.uiApply .layoutBox-radio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.uiApply .layoutBox-radio:checked ~ .layoutBox-trgImg {
  opacity: 1;
}
.uiApply .layoutBox-content {
  width: 112px;
  height: 52px;
  border-radius: 5px;
  background: var(--gray-nine);
  flex: 1 1 50%;
}
.uiApply .two-col {
  margin-bottom: 15px;
}
.uiApply .two-col .dynamic_link {
  height: 100%;
  max-height: 80px;
}
.uiApply .two-col .videoContainer {
  display: block;
}
.uiApply .two-col .videoContainer-image {
  /*padding-bottom: 10px;*/
  width: 100%;
}
.uiApply .two-col .videoContainer-description {
  flex: 1 1 100%;
  padding-top: 0.5rem;
}
.uiApply .two-col .img-boxNew {
  min-height: unset;
}
.uiApply .two-col .img-boxNew img {
  max-height: auto;
}
@media screen and (min-width: 576px) {
  .uiApply .two-col {
    margin-bottom: 0px;
  }
}
.uiApply .three-col {
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .uiApply .three-col {
    margin-bottom: 0px;
  }
}
.uiApply .three-col .dynamic_link {
  height: auto;
  max-height: 100%;
}
.uiApply .three-col .videoContainer {
  display: block;
}
.uiApply .three-col .videoContainer-image {
  /* padding-bottom: 10px;*/
  width: 100%;
  flex: 1 1 100%;
}
.uiApply .three-col .img-boxNew {
  height: auto;
}
.uiApply .three-col .img-boxNew img {
  max-height: auto;
}
.uiApply .fill_cantainer .videoContainer-image {
  max-width: 910px;
}
.uiApply .fill_cantainer .videoContainer-description {
  padding-top: 10px;
}
.uiApply .two-col > div,
.uiApply .three-col > div {
  height: 100%;
}
.uiApply .videoContainer-image {
  width: 100%;
}
.uiApply .img-boxNew {
  height: 290px;
}
.uiApply .fill-container .videoContainer-image {
  width: 100%;
}
.uiApply .fill-container .img-boxNew {
  height: 290px;
}
.uiApply .videoContainer {
  display: flex;
  row-gap: 0px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-flow: row wrap;
}
.uiApply .videoContainer-image {
  flex: 1 1 160px;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 576px) {
  .uiApply .videoContainer-image {
    max-width: 160px;
  }
}
.uiApply .videoContainer-image .icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  z-index: 4;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.uiApply .videoContainer-image .icon-video span i {
  font-size: 24px;
  color: white;
  text-shadow: 0px -1px 2px #a09898;
  margin-right: 0px;
}
.uiApply .videoContainer-description {
  flex: 1 1 calc(100% - 190px);
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
}
.uiApply .two-col .videoContainer,
.uiApply .three-col .videoContainer {
  flex-flow: row wrap;
}
.uiApply .two-col .videoContainer-image,
.uiApply .three-col .videoContainer-image {
  max-width: 100%;
}
.uiApply .img-boxNew {
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  background: #f4f2f8;
}
.uiApply .img-boxNew img {
  width: 100%;
  aspect-ratio: 685/402;
}
.uiApply .calendlyContainer .calendly-inline-widget {
  width: 100%;
  position: relative;
  height: calc(100vh + 60px);
}
.uiApply .calendlyContainer .calendly-inline-widget iframe {
  position: absolute;
}
.uiApply .personalization-left {
  max-width: 625px;
  margin: 0px auto;
}
.uiApply .personalization-left .colorPikerSet label {
  font-size: 16px;
  font-weight: 600;
}
.uiApply .personalization-left .colorPikerSet span img {
  display: none;
}
.uiApply .personalization-left .colorPikerSet-thumb {
  position: relative;
  margin-right: 6px;
  left: -22px;
}
.uiApply .personalization-left .colorPikerSet-color {
  border: none;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: media-volume-slider !important;
  position: absolute;
  z-index: 2;
}
.uiApply .personalization-left .colorPikerSet-color-placeholder {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  position: absolute;
  z-index: 0;
}
.uiApply .loading-meta {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  background: #000;
  height: 100%;
  opacity: 0.5;
  padding-top: 8%;
}
.uiApply .meta-prog-text {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 999;
  color: #fff;
  text-align: center;
  padding-top: 8%;
}
.uiApply .meta-spinner {
  position: absolute;
  margin: 0 auto;
  left: 47%;
  top: 19%;
  z-index: 99;
}
.uiApply .meta-link-class {
  position: relative;
}
.uiApply .loading-meta-element {
  width: 100%;
  height: 145%;
  position: absolute;
  top: -110px;
  z-index: 9;
}
.uiApply .image-inner .img-header {
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
}
.uiApply .lnk-link .nav-pills .nav-link,
.uiApply .pdf-link .nav-pills .nav-link {
  color: #2f3c4e !important;
  border: 1px solid #d6d3e0;
}
.uiApply .lnk-link .nav-pills .nav-link.active,
.uiApply .pdf-link .nav-pills .nav-link.active {
  background-color: #4c445f;
  color: #ffffff !important;
  box-shadow: 0 0 3px rgba(47, 60, 78, 0.15);
}
.uiApply .drive-link {
  display: none;
}
.uiApply .lnk-link,
.uiApply .pdf-link {
  display: none;
}
.uiApply .groupPhoto {
  display: flex;
  gap: 6px;
}
.uiApply .groupPhoto img {
  border-radius: 4px;
  border: 1px solid var(--white);
  position: relative;
  z-index: 2;
  width: 36px;
}
.uiApply .header-title {
  font-size: 16px;
  font-weight: 400;
}
.uiApply .pdfUpload {
  position: relative;
  width: 100%;
}
.uiApply .pdfUpload .uploadAttachmentLayout {
  background: var(--gray-eight);
  border: 1px dashed var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  gap: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.uiApply .pdfUpload .uploadAttachmentLayout img {
  width: 20px;
}
.uiApply .pdfUpload .uploadAttachmentLayout button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
}
.uiApply .pdfUpload .uploadAttachmentLayout span {
  text-overflow: ellipsis;
  width: 96%;
  overflow: hidden;
}
.uiApply .unsplashSearch {
  position: relative;
}
.uiApply .unsplashSearch-input {
  border-radius: 8px;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  z-index: 1;
  padding-left: 44px;
  background: none;
}
.uiApply .unsplashSearch-input:focus {
  z-index: 1 !important;
}
.uiApply .unsplashSearch-button {
  position: absolute;
  left: 5px;
  z-index: 2;
  height: 100%;
}
.uiApply .unsplashSearch-button button {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}
.uiApply .unsplashSearch-button button svg {
  fill: var(--border-color);
}
.uiApply .unsplashSearch-button button:hover svg {
  fill: var(--primary);
}
.uiApply .unsplash-list {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  padding-left: 0px;
  max-height: 287px;
  overflow-y: auto;
}
.uiApply .unsplash-list li {
  width: 134px;
  height: 108px;
}
.uiApply .unsplash-list li img {
  width: 134px;
  height: 108px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.uiApply .unsplash-list li input[type=radio] {
  display: none;
}
.uiApply .unsplash-list li .rbanner brn-group {
  overflow-y: scroll;
}
.uiApply .unsplash-list li.active {
  border: 2px solid var(--primary);
  border-color: var(--primary) !important;
}
.uiApply .unsplash-list-profile {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  padding-left: 0px;
  max-height: 287px;
  overflow-y: auto;
}
.uiApply .unsplash-list-profile li {
  width: 134px;
  height: 108px;
}
.uiApply .unsplash-list-profile li img {
  width: 134px;
  height: 108px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.uiApply .unsplash-list-profile li input[type=radio] {
  display: none;
}
.uiApply .unsplash-list-profile li .rbanner brn-group {
  overflow-y: scroll;
}
.uiApply .unsplash-list-profile li.active {
  border: 2px solid var(--primary);
  border-color: var(--primary) !important;
}
.uiApply .user-profile .form-group-animated {
  margin-bottom: 0;
}
.uiApply .user-profile .form-control {
  background: none;
}
.uiApply .fill_cantainer {
  display: block;
}
.uiApply .fill_cantainer .img-boxNew {
  height: auto;
}
.uiApply .mobileview {
  width: 306px;
  border: 10px solid var(--gray-three);
  border-radius: 40px;
  margin: 1.5rem auto 0;
  overflow-x: hidden;
  max-height: 553px !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.uiApply .mobileview .px-foreditor {
  padding-left: 0px;
  padding-right: 0px;
}
.uiApply .mobileview .previewContentBox .MainboxFix {
  padding: 0rem !important;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  max-width: 100%;
  flex: 0 0 100%;
}
.uiApply .mobileview .previewContentBox .MainboxFix .two-col,
.uiApply .mobileview .previewContentBox .MainboxFix .three-col {
  max-width: 100%;
  flex: 0 0 100%;
}
.uiApply .mobileview .previewContentBox .MainboxFix .profile-header {
  height: auto;
  min-height: auto;
}
.uiApply .mobileview .previewContentBox .MainboxFix .videoContainer {
  display: block;
  height: auto;
}
.uiApply .mobileview .previewContentBox .MainboxFix .videoContainer-image {
  flex: 1 1 100%;
}
.uiApply .mobileview .previewContentBox .MainboxFix .fill_cantainer .img-boxNew {
  height: 94px;
}
.uiApply .mobileview ::-webkit-scrollbar {
  width: 0px;
}
.uiApply .mobileview ::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}
.uiApply .mobileview ::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
}
.uiApply .mobileview ::-webkit-scrollbar-thumb:hover {
  background: rgba(85, 85, 85, 0);
}
.uiApply .zindex-1000 {
  z-index: 1050;
}
.uiApply .faqs {
  font-weight: bold;
  cursor: pointer;
}
.uiApply .faqs:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.uiApply .XBcoverimg {
  width: 100%;
  height: auto;
  max-width: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.uiApply .boardTrg.active {
  border: 1px solid var(--primary);
}
.uiApply div#board_cover_image .cr-boundary,
.uiApply div#board_profile_pic .cr-boundary {
  position: relative;
}
.uiApply div#board_cover_image .cr-boundary:before,
.uiApply div#board_profile_pic .cr-boundary:before {
  text-align: center;
  content: "Drag to reposition image";
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0px;
  bottom: 2.5rem;
  color: var(--white);
}
.uiApply div#board_profile_pic::before {
  bottom: 1.5rem;
}
.uiApply #sidebar-wrapper {
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
}
.uiApply #sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
.uiApply #sidebar-wrapper .list-group {
  width: 15rem;
}
.uiApply #inline_name #new_boardname {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #212529;
  background-color: var(--white);
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
}
.uiApply #inline_name #new_boardname:focus {
  outline: none;
}
.uiApply .searchFlex {
  display: flex;
  align-items: center;
  width: 100%;
}
.uiApply .searchFlex {
  display: flex;
  align-items: center;
  width: 100%;
}
.uiApply .inputsearch-expand {
  display: block;
}
.uiApply .layoutColumn {
  color: var(--gray-five);
  font-weight: 700;
  font-size: 14px;
}
.uiApply .searchAnimated {
  position: relative;
}
.uiApply .searchAnimated .inputsearch {
  position: absolute;
  top: -6px;
  z-index: 1;
  padding-right: 2.5rem;
  display: none;
}
.uiApply .searchAnimated .btn-search {
  position: relative;
  height: 30px;
  right: 4px;
  z-index: 2;
  border: none;
  background: none;
  box-shadow: none;
  outline: 0;
  margin-left: auto;
}
.uiApply .searchAnimated .inputsearch-expand ~ .btn-search {
  margin-right: auto;
  margin-left: inherit;
  right: unset;
  left: 4px;
  opacity: 0.3;
}
.uiApply .searchAnimated .inputsearch-expand {
  padding-right: 1rem;
  padding-left: 2.5rem;
  display: block;
}
.uiApply .sidebar-lib li {
  text-indent: 20px;
  line-height: 48px;
  color: #000000;
  padding-right: 16px;
  cursor: pointer;
  position: relative;
  /*&.active::before {
      position: absolute;
      left: 1px;
      top: 0px;
      content: "";
      height: 100%;
      width: 4px;
      background-color: var(--primary);
  }*/
}
.uiApply .sidebar-lib li.active {
  font-weight: 700;
  background-color: #f2eff8;
}
.uiApply .sidebar-lib li.filter:hover {
  background-color: var(--gray-eight);
}
.uiApply .sidebar-lib li.filter.active:hover {
  background: #f2eff8;
}
.uiApply .sidebar-lib li.filter-action img {
  width: 18px;
  height: 18px;
}
.uiApply .lib-state {
  background-color: #f7f6fb;
  height: 500px;
  overflow-y: scroll;
  /* .card {
      background: transparent;
      box-shadow: 0px 0px 0px 0px transparent;
  }
  .videoContainer {
      display: block;
      &-image {
          width: 100%;
      }
  }
  .img-boxNew {
      height: 200px;
      border-radius: 0px;
  }
  .videoContainer-description {
     display: none;
  }*/
}
.uiApply .lib-state .formobile {
  display: none;
}
.uiApply .components_content .lib-state {
  background-color: #f7f6fb;
  overflow-y: scroll;
}
.uiApply .components_content .lib-state .img-boxNew {
  height: 100px;
}
.uiApply #create_board_category .model-category {
  width: 420px;
}
.uiApply .lib-state-info .lib-hide,
.uiApply .lib-state .lib-hide {
  display: none;
}
.uiApply .lib-state .lib-hide .card-body {
  padding: 0px;
}
.uiApply .lib-state-info h3 {
  font-size: 24px;
}
.uiApply .lib-state-info p {
  font-size: 14px;
}
.uiApply .lib-state-info span {
  color: #6f00ff;
}
.uiApply .active-button-style .layoutBox-trgImg {
  opacity: 1;
}
.uiApply .mxexWd {
  margin-left: -16px;
  margin-right: -16px;
}
.uiApply .app-settings .form-group {
  max-width: 370px;
}
.uiApply .jotformFrameTabs {
  overflow: auto !important;
}
.uiApply .jotformFrameTabs iframe {
  overflow: auto !important;
}
.uiApply .featureBox .nav-link {
  padding: 16px 20px;
  border-radius: 8px;
  color: var(--gray-one);
  border: 1px solid var(--border-color);
  margin-top: 12px;
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.uiApply .featureBox .nav-link span {
  color: var(--gray-five);
}
.uiApply .featureBox .nav-link span b {
  font-size: 20px;
  font-weight: bold;
  color: var(--gray-one);
}
.uiApply .featureBox .nav-link img {
  width: 16px;
  opacity: 0;
}
.uiApply .featureBox .nav-link .current-active {
  position: absolute;
  padding: 4px 8px;
  text-align: center;
  border-radius: 60px;
  background: var(--gray-nine);
  top: -16px;
  left: 8px;
  font-size: 12px;
  color: var(--gray-four);
  display: block;
}
.uiApply .featureBox .nav-link.active {
  border: 1px solid var(--primary);
}
.uiApply .featureBox .nav-link.active img {
  opacity: 1;
}
.uiApply .featureBox .nav-link.active .current-active {
  background: var(--primary);
  color: var(--white);
}
.uiApply .featureBox .featureList ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.uiApply .featureBox .featureList ul li {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: var(--gray-2);
  margin-bottom: 12px;
}
.uiApply .featureBox .featureList ul li span {
  font-weight: 700;
  color: var(--primary);
}
.uiApply .featureBox .featureList ul li img {
  width: 16px;
  margin-right: 18px;
}
.uiApply .featureBox .featureList ul li.close {
  color: var(--gray-2);
  font-weight: 400;
}
.uiApply .social-link a {
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .uiApply .profile-image img {
    width: 100px;
    height: 100px;
  }
  .uiApply .pro .previewContentBox .profile-header {
    min-height: auto;
  }
  .uiApply .pro .previewContentBox .profile-header img {
    height: auto;
    min-height: auto;
  }
  .uiApply .videoContainer {
    display: block;
  }
  .uiApply .videoContainer-image {
    padding-bottom: 10px;
    width: 100%;
    flex: 1 0 100%;
  }
  .uiApply .img-boxNew {
    height: auto !important;
  }
  .uiApply .youtube-image {
    height: 199px;
    background-size: cover !important;
    background-position-y: -33px !important;
    background-position: center;
  }
  .uiApply .mobile-body .mobile-content h4 {
    font-size: 16px;
  }
  .uiApply .mobile-body .mobile-content .img-header span,
  .uiApply .mobile-body .mobile-content p {
    font-size: 14px;
  }
  .uiApply .board-options-dots {
    visibility: hidden;
  }
  .uiApply .home-board-options {
    display: none;
  }
}
.uiApply .navAnalytics .nav-item .nav-link {
  background: transparent;
  font-weight: 400;
}
.uiApply .navAnalytics .nav-item .nav-link:focus {
  outline: none;
  border: none;
}
.uiApply .navAnalytics .nav-item .nav-link.active {
  background: var(--primary) !important;
  border-radius: 6px !important;
}
.uiApply .modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}
.uiApply .modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none;
}
.uiApply .modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.uiApply .mobileview .two-col,
.uiApply .mobileview .three-col {
  margin-bottom: 15px;
}
.uiApply .hgAdjustEdit {
  max-height: calc(100vh - 72px);
  overflow: hidden;
}
.uiApply .sidebar-section {
  /*.previewContentBox {
     max-width: 603px;
  }

  .pro {
      .previewContentBox {
           max-width: 535px;
          max-width: 862px;
      }
  }*/
}
.uiApply .sidebar-section .adjusterStyle-height {
  max-height: 100vh;
  overflow-y: auto;
}
.uiApply .sidebar-section .mobileview {
  max-height: 563px;
}
.uiApply .sidebar-section .formobile {
  display: none;
}
.uiApply .hgAdjustEdit {
  max-height: 100vh;
  overflow: hidden;
  /* padding-bottom: 2rem;*/
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.uiApply .hgAdjustEdit .overflowY-auto {
  overflow-y: auto;
  max-height: calc(100vh - 72px);
}
.uiApply .hgAdjustEdit .overflowY-auto::-webkit-scrollbar,
.uiApply .hgAdjustEdit object::-webkit-scrollbar {
  width: 1px;
  height: 4px;
}
.uiApply .hgAdjustEdit .hgAdjustEdit .mn-120 {
  min-height: calc(120vh - 88px);
}
.uiApply .hgAdjustEdit .overflowY-auto::-webkit-scrollbar-track,
.uiApply .hgAdjustEdit object::-webkit-scrollbar-track {
  background: transparent;
}
.uiApply .hgAdjustEdit .overflowY-auto::-webkit-scrollbar-thumb,
.uiApply .hgAdjustEdit object::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
}
.uiApply .hgAdjustEdit .overflowY-auto::-webkit-scrollbar-thumb:hover {
  background: rgba(85, 85, 85, 0);
}
.uiApply .hgAdjustEdit .ql-editor {
  height: auto;
  white-space: inherit;
}
.uiApply .hgAdjustEdit .quickBites {
  border-radius: 30px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  height: 36px;
}
.uiApply .hgAdjustEdit .logoImgSection a img {
  height: 60px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.uiApply .row-gap-3 {
  row-gap: 1rem;
}
.uiApply .GoProModal .featureBox h4 {
  font-size: 16px;
}
.uiApply .GoProModal .featureBox .nav-link span {
  font-size: 12px;
}
.uiApply .opacityHalf .addBlock-item {
  opacity: 0.5;
  pointer-events: none;
}
.uiApply .askMe-title {
  font-size: 24px;
  font-weight: 700;
}
.uiApply .askMe .confirmMsg {
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6588235294);
  margin-top: 12px;
}
.uiApply .ui-menu {
  width: 200px;
  margin-bottom: 2em;
}
.uiApply .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.uiApply .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.uiApply .ui-corner-all {
  border-radius: 4px;
}
.uiApply .ql-editor {
  height: auto;
  white-space: inherit;
}
.uiApply .ql-editor h1 {
  margin-bottom: 2px !important;
}
.uiApply .ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_75_ffffff_1x400.png") 50% 50% repeat-x;
  color: #404040;
}
.uiApply .ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.uiApply .ui-front {
  z-index: 100;
}
.uiApply .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  /*support: IE10, see #8844;*/
}
.uiApply .ui-menu .ui-menu-item a.ui-corner-all {
  border-radius: 0px;
}
.uiApply .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}
.uiApply .ui-corner-all {
  border-radius: 4px;
}
.uiApply .ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}
.uiApply .nav-pills .quickBitesEditor {
  position: relative;
}
.uiApply .nav-pills .quickBitesEditor-remove {
  background: transparent;
  border: none;
  text-align: center;
  color: #9f9797;
  font-size: 12px;
}
.uiApply .nav-pills .quickBitesEditor .nav-link {
  color: #141414 !important;
  font-weight: 400;
}
.uiApply .nav-pills .quickBitesEditor .nav-link.active {
  background-color: #f1e5ff;
  color: var(--primary) !important;
}
.uiApply .nav-pills .quickBitesEditor .nav-link:hover {
  background-color: #faf6ff;
}
.uiApply .nav-pills .quickBitesEditor .add_button {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
}
.uiApply .nav-pills .quickBitesEditor .nav-link.active button {
  color: #9f9797 !important;
}
.uiApply .lnk-link .nav-pills .nav-link.active button {
  color: #ffffff;
}
.uiApply .sidebar-section .adjusterStyle .adjusterStyle-height {
  max-height: calc(100vh - 154px);
}
.uiApply .texteditor {
  min-height: 250px;
  max-height: 500px;
}
.uiApply .lybLink {
  width: 100%;
}
.uiApply .h30 {
  height: 36px;
}
.uiApply .overflowY-auto-Invis {
  max-height: calc(100vh - 76px) !important;
  overflow-y: auto;
}
.uiApply .buttonsSection .two-col:nth-child(1) {
  padding-right: 11px;
}
.uiApply .buttonsSection .two-col:nth-child(2) {
  padding-left: 11px;
}
.uiApply .sidebar-section .buttonsSection .two-col:nth-child(1) {
  padding-right: 10px;
}
.uiApply .sidebar-section .buttonsSection .two-col:nth-child(2) {
  padding-left: 10px;
}
.uiApply .sidebar-section .cardFigWd .two-col:nth-child(1),
.uiApply .sidebar-section .VideoModule .two-col:nth-child(1) {
  padding-right: 10px;
}
.uiApply .sidebar-section .cardFigWd .two-col:nth-child(2),
.uiApply .sidebar-section .VideoModule .two-col:nth-child(2) {
  padding-left: 10px;
}
.uiApply .sidebar-section .cardFigWd .two-col .card,
.uiApply .sidebar-section .VideoModule .two-col .card {
  padding-left: 16px;
  padding-right: 16px;
}
.uiApply .cardFigWd .card {
  padding-left: 16px;
  padding-right: 16px;
}
.uiApply .mobile-teal .btn {
  display: flex !important;
}
.uiApply .fs-3 {
  font-size: 14px;
}
.uiApply .removeBtnMember button {
  visibility: visible;
}
.uiApply .testimonialMain .card .videoContainer {
  max-height: auto;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .uiApply .testimonialMain .card .videoContainer {
    max-width: 75%;
  }
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-image {
  width: auto;
  height: auto;
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-image .testimonialPhoto {
  height: unset;
  background: transparent;
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-image .testimonialPhoto img {
  width: 56px;
  height: 56px !important;
  border-radius: 50%;
  -o-object-fit: unset;
     object-fit: unset;
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-description {
  flex-basis: auto;
  overflow: inherit;
  height: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 480px) {
  .uiApply .testimonialMain .card .videoContainer .videoContainer-description {
    height: auto;
  }
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-description p {
  font-size: 16px;
  text-align: center;
  position: relative;
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-description p::before {
  font-size: 7rem;
  position: absolute;
  line-height: 0;
  top: 46px;
  left: -23px;
  opacity: 0.05;
  color: var(--primary);
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-description p::after {
  font-size: 70px;
  position: absolute;
  line-height: 1;
  bottom: -38px;
  right: 1px;
}
.uiApply .testimonialMain .card .videoContainer .videoContainer-description span {
  font-weight: bold;
  font-size: 20px;
}
.uiApply .testimonialMain .card .testimonialPhoto {
  border-radius: 50%;
  border: 2px solid var(--gray-six);
  overflow: hidden;
  box-sizing: content-box;
}
.uiApply .testimonialMain .card .testimonialPhoto img {
  width: 56px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 56px !important;
  border-radius: 50%;
}
.uiApply .testimonialSection .testimonialMain .testimonialPhoto {
  height: 70px !important;
}
.uiApply .testimonialSection .owl-nav {
  justify-content: space-between;
  padding: 0px 1rem;
  position: absolute;
  width: 100%;
  margin-top: 0px;
  line-height: 1;
  z-index: 9;
  display: flex;
  justify-content: space-around;
}
.uiApply .testimonialSection .owl-nav button {
  border: 1px solid #333;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 0;
}
.uiApply .testimonialSection .owl-nav button span {
  display: none !important;
}
.uiApply .testimonialSection .owl-nav button:hover {
  color: var(--primary);
  outline: none;
}
.uiApply .testimonialSection .owl-nav button.owl-prev:focus,
.uiApply .testimonialSection .owl-nav button.owl-next:focus {
  color: var(--primary);
  outline: none;
}
.uiApply .testimonialSection .owl-nav .owl-prev {
  position: relative;
  background-image: url(../images/bi_arrow-prev.svg);
  background-size: 22px;
  background-repeat: no-repeat;
}
.uiApply .testimonialSection .owl-nav .owl-prev:hover {
  background: url(../images/bi_arrow-prev.svg) no-repeat;
  background-color: rgba(111, 0, 255, 0.2941176471);
  background-size: 22px;
}
.uiApply .testimonialSection .owl-nav .owl-next {
  position: relative;
  background: url(../images/bi_arrow-next.svg) no-repeat;
  background-size: 22px;
}
.uiApply .testimonialSection .owl-nav .owl-next:hover {
  background: url(../images/bi_arrow-next.svg) no-repeat;
  background-color: rgba(111, 0, 255, 0.2941176471);
  background-size: 22px;
}
.uiApply .testimonialSection .owl-dots {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.uiApply .owlTwo {
  display: none !important;
}
.uiApply .owlOne {
  display: block !important;
}
.uiApply .mobileview .owlTwo {
  display: block !important;
}
.uiApply .mobileview .owlOne {
  display: none !important;
}
.uiApply .link-style-1 .style-2,
.uiApply .link-style-1 .style-3,
.uiApply .link-style-2 .style-1,
.uiApply .link-style-2 .style-3,
.uiApply .link-style-3 .style-1,
.uiApply .link-style-3 .style-2 {
  display: none;
}
.uiApply .link-style-1.btn,
.uiApply .link-style-2.btn,
.uiApply .link-style-3.btn {
  background: transparent;
  border: none;
  padding: 0px !important;
  box-shadow: none;
}
.uiApply .style-1 {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uiApply .style-1 img {
  width: 70px;
  height: 70px;
}
.uiApply .style-2 img {
  width: 70px;
  filter: grayscale(1);
}
.uiApply .link-style-2.active .style-2 img {
  filter: grayscale(0);
}
.uiApply .style-2.active,
.uiApply .style-2.active.focus {
  border: transparent;
  box-shadow: none;
}
.uiApply .style-3 {
  width: 66px;
  height: 66px;
  background: #b8b2cf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.uiApply .link-style-3.btn.active .style-3 {
  background: #e48a41;
}
.uiApply .style-1.active,
.uiApply .style-1.active.focus {
  border-color: #f2eff8;
  box-shadow: none;
}
.uiApply .ratingHeading {
  font-size: 18px;
  font-weight: 700;
}

.videoContainer .title {
  margin-top: 0px;
}
@media screen and (min-width: 576px) {
  .videoContainer .title {
    margin-top: 1rem;
  }
}

.carousel .carousel-inner {
  padding: 2px 16px;
}

.commentArea .arrows-Adjuster .carousel-indicators {
  display: none;
}

.arrows-Adjuster {
  position: absolute;
  top: 60%;
  width: 100%;
  left: 0;
}
.arrows-Adjuster .carousel-indicators {
  top: 92px;
}
@media screen and (min-width: 576px) {
  .arrows-Adjuster .carousel-indicators {
    top: 78px;
  }
}
.arrows-Adjuster .carousel-indicators li {
  width: 3px;
  border-radius: 50%;
  background-color: var(--gray-four) !important;
  opacity: 1;
}
.arrows-Adjuster .carousel-indicators li.active {
  width: 20px;
  border-radius: 0;
  background-color: var(--primary) !important;
}

.slider-arrows-Adjuster {
  position: absolute;
  top: 46%;
  width: 100%;
  left: 0;
}
.slider-arrows-Adjuster .carousel-indicators {
  top: 130px;
}
@media screen and (min-width: 576px) {
  .slider-arrows-Adjuster .carousel-indicators {
    top: 130px;
  }
}
.slider-arrows-Adjuster .carousel-indicators li {
  width: 3px;
  border-radius: 50%;
  background-color: var(--gray-four) !important;
  opacity: 1;
}
.slider-arrows-Adjuster .carousel-indicators li.active {
  width: 20px;
  border-radius: 0;
  background-color: var(--primary) !important;
}

.logoImgSection a img {
  height: 60px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.row-gap-3 {
  row-gap: 1rem;
}

.GoProModal .featureBox h4 {
  font-size: 16px;
}
.GoProModal .featureBox .nav-link span {
  font-size: 12px;
}

.wdCanva {
  max-width: 563px;
}

.opacityHalf .addBlock-item {
  opacity: 0.5;
  pointer-events: none;
}

ul.ui-autocomplete {
  list-style: none;
  padding-left: 0;
  width: 100% !important;
  max-width: 450px;
  cursor: pointer;
  border: 1px solid #dfdada;
  background: #fff;
  border-radius: 5px;
}

.unsplashCrpSetting .cropper-container {
  height: 350px !important;
}

.teamUpdateEditPopup {
  max-height: 300px;
  overflow-y: auto;
}

.px-2w {
  padding-left: 1px;
  padding-right: 2px;
}

.overFlow-y-sidebar {
  overflow-y: auto;
  max-height: calc(100vh - 72px);
  min-height: calc(100% - 72px);
}

.cardFigWd .three-col:nth-child(1),
.VideoModule .three-col:nth-child(1) {
  padding-right: 4.67px;
}
.cardFigWd .three-col:nth-child(2),
.VideoModule .three-col:nth-child(2) {
  padding-left: 9.34px;
  padding-right: 10.33px;
}
.cardFigWd .three-col:nth-child(3),
.VideoModule .three-col:nth-child(3) {
  padding-left: 4.67px;
}
.cardFigWd .three-col .card,
.VideoModule .three-col .card {
  padding: 0px 16px;
}
.cardFigWd .three-col .card .videoContainer-description,
.VideoModule .three-col .card .videoContainer-description {
  height: 34px;
  white-space: nowrap;
  padding-top: 0.5rem;
}
.cardFigWd .three-col .card .videoContainer-description span,
.VideoModule .three-col .card .videoContainer-description span {
  display: block;
}

.bg-quots {
  background-size: 50px;
  background-position: top 27px left 47px;
}
@media screen and (min-width: 576px) {
  .bg-quots {
    background-position: top 38px left 62px;
  }
}

.gridBtns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
}

.upgradPro {
  border: 1px solid #ebdbff;
  border-radius: 8px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mt-32 {
  margin-top: 32px;
}

.upgradProTeam {
  border: 1px solid #ebdbff;
  border-radius: 8px;
}

.newProfileSpace {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  width: 195px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(111, 0, 255, 0.2);
  border-radius: 40px;
}
.newProfileSpace:hover {
  background: #f2eff8;
}

.dropLeftBottom .dropdown-menu {
  top: 53px;
  right: 0;
  bottom: auto;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropLeftBottomToggle .dropdown-menu {
  right: 0;
  bottom: auto;
  top: 25% !important;
  left: auto !important;
  margin-top: 0;
  margin-right: 0.125rem;
}

.profilePic:has(.dropDownForTeam.show) .arrowOpener {
  transform: rotate(180deg);
}

.dropDownForTeam {
  max-width: 318px;
  min-width: 200px;
  padding: 0;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border: none;
}
.dropDownForTeam a {
  font-weight: 400;
  font-size: 14px;
  padding: 0.5rem 1rem;
  color: var(--gray-one);
}
.dropDownForTeam .viewMore {
  font-size: 16px;
  font-weight: 700;
  color: #6f00ff;
}
.dropDownForTeam .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
}
.dropDownForTeam .dropdown-item img {
  width: 20px;
  height: 20px;
}

.FaqSx h5 .btn {
  min-height: 48px;
  height: auto;
}

.hgAdjustEdit.personalizeBlade .overflowY-auto {
  overflow-y: scroll;
  max-height: calc(100vh - 72px);
}

.lf-16 {
  position: absolute;
  top: -7px;
  left: 22px;
  opacity: 0;
}

.sortableul-list:hover .lf-16,
.sortableul-list .lf-16:checked {
  opacity: 1;
}

.pageComponentList {
  padding-left: 48px;
  padding-right: 48px;
}
.pageComponentList .tab-content .sortableul-list {
  margin-bottom: 12px;
}

.uiApply .mobileview .testimonialMain .card .videoContainer .videoContainer-description {
  height: auto;
}
.uiApply .mobileview .testimonialMain .card .videoContainer .videoContainer-image {
  height: 70px;
}
.uiApply .mobileview .testimonialMain .testimonialPhoto {
  height: 56px !important;
}
.uiApply .mobileview .testimonialMain .testimonialPhoto img.responsive {
  height: 56px !important;
}
.uiApply .mobileview .previewContentBox .MainboxFix {
  padding-top: 0px !important;
}
.uiApply .mobileview .previewContentBox .MainboxFix .fill_cantainer .img-boxNew {
  height: auto;
}
.uiApply .mobileview .three-col .img-boxNew,
.uiApply .mobileview .img-boxNew {
  height: auto;
}
.uiApply .mobileview .three-col .img-boxNew img.h-100,
.uiApply .mobileview .img-boxNew img.h-100 {
  height: auto !important;
}
.uiApply .mobileview .three-col .videoContainer .img-boxNew img {
  max-height: 134px;
}
.uiApply .mobileview .cardFigWd .two-col:nth-child(1),
.uiApply .mobileview .VideoModule .two-col:nth-child(1) {
  padding-right: 15px;
}
.uiApply .mobileview .cardFigWd .two-col:nth-child(2),
.uiApply .mobileview .VideoModule .two-col:nth-child(2) {
  padding-left: 15px;
}
.uiApply .mobileview .cardFigWd .two-col .card,
.uiApply .mobileview .VideoModule .two-col .card {
  padding-left: 16px;
  padding-right: 16px;
}
.uiApply .mobileview .cardFigWd .three-col:nth-child(1),
.uiApply .mobileview .VideoModule .three-col:nth-child(1) {
  padding-right: 16px;
}
.uiApply .mobileview .cardFigWd .three-col:nth-child(2),
.uiApply .mobileview .VideoModule .three-col:nth-child(2) {
  padding-left: 16px;
  padding-right: 16px;
}
.uiApply .mobileview .cardFigWd .three-col:nth-child(3),
.uiApply .mobileview .VideoModule .three-col:nth-child(3) {
  padding-left: 16px;
}
.uiApply .mobileview .cardFigWd .three-col .card,
.uiApply .mobileview .VideoModule .three-col .card {
  padding: 0px 16px;
}
.uiApply .mobileview .cardFigWd .three-col .card .videoContainer-description,
.uiApply .mobileview .VideoModule .three-col .card .videoContainer-description {
  height: 34px;
  padding-top: 0.5rem;
}
.uiApply .mobileview .ql-editor .ql-size-large {
  font-size: 1.2em;
}
.uiApply .mobileview .cardFigWd .card {
  padding-left: 16px;
  padding-right: 16px;
}
.uiApply .mobileview .cardFigWd .card .img-boxNew {
  height: 134px;
}
.uiApply .mobileview .videoContainer-image {
  max-width: 235px;
}
.uiApply .mobileview .profile-header {
  height: 60px;
}
.uiApply .mobileview .buttonsSection .two-col:nth-child(1) {
  padding-right: 16px;
}
.uiApply .mobileview .buttonsSection .two-col:nth-child(2) {
  padding-left: 16px;
}
.uiApply .mobileview .VideoModule .three-col,
.uiApply .mobileview .VideoModule .two-col {
  margin-bottom: 20px;
}
.uiApply .mobileview .VideoModule .three-col:nth-last-child(1),
.uiApply .mobileview .VideoModule .two-col:nth-last-child(1) {
  margin-bottom: 0px;
}
.uiApply .ql-editor {
  padding: 0px 15px 0px;
}
.uiApply .ql-snow .ql-picker.ql-size .ql-picker-label::before,
.uiApply .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: attr(data-value);
}

.cardFigWd .three-col:nth-child(1),
.VideoModule .three-col:nth-child(1) {
  padding-right: 15px;
}

.cardFigWd .three-col:nth-child(2),
.VideoModule .three-col:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}

.cardFigWd .three-col:nth-child(3),
.VideoModule .three-col:nth-child(3) {
  padding-left: 15px;
}

.cardFigWd .three-col:nth-child(2),
.cardFigWd .three-col:nth-child(1),
.cardFigWd .two-col:nth-child(1),
.buttonsSection .two-col:nth-child(1) {
  margin-bottom: 20px;
}

.cardFigWd .three-col:nth-last-child(1),
.cardFigWd .two-col:nth-last-child(1),
.buttonsSection .two-col:nth-last-child(1) {
  margin-bottom: 0px;
}

@media only screen and (max-width: 480px) {
  .VideoModule .three-col,
  .VideoModule .two-col {
    margin-bottom: 20px;
  }
  .VideoModule .three-col:nth-last-child(1),
  .VideoModule .two-col:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .mobileview .profile-header {
    height: auto;
  }
  .uiApply .cardFigWd .commentBx {
    opacity: 1;
    right: 22px;
    top: 40px;
    border-radius: 50%;
    display: none;
  }
  .uiApply .img-boxNew img.responsive {
    height: auto;
    width: 100%;
  }
  .uiApply .testimonialMain .img-boxNew.testimonialPhoto {
    height: 56px !important;
  }
  .uiApply .testimonialMain .img-boxNew.testimonialPhoto img.responsive {
    height: 56px !important;
  }
  .MainboxFix .fill_cantainer .img-boxNew {
    height: auto;
  }
  .MainboxFix .container.font-14-collection .px-foreditor {
    padding: 0px;
    overflow-x: hidden;
  }
  .uiApply .mobileview .testimonialMain .card .videoContainer .videoContainer-description {
    height: auto;
  }
  .uiApply .mobileview .testimonialMain .card .videoContainer .videoContainer-image {
    height: 70px;
  }
  .uiApply .mobileview .testimonialMain .testimonialPhoto {
    height: 56px !important;
  }
  .uiApply .mobileview .testimonialMain .testimonialPhoto img.responsive {
    height: 56px !important;
  }
  .uiApply .mobileview .previewContentBox .MainboxFix {
    padding-top: 0px !important;
  }
  .uiApply .mobileview .previewContentBox .MainboxFix .fill_cantainer .img-boxNew {
    height: auto;
  }
  .uiApply .mobileview .three-col .img-boxNew,
  .uiApply .mobileview .img-boxNew {
    height: auto;
  }
  .uiApply .mobileview .three-col .img-boxNew img.h-100,
  .uiApply .mobileview .img-boxNew img.h-100 {
    height: auto !important;
  }
  .uiApply .mobileview .three-col .videoContainer .img-boxNew img {
    max-height: 134px;
  }
  .uiApply .mobileview .cardFigWd .two-col:nth-child(1),
  .uiApply .mobileview .VideoModule .two-col:nth-child(1) {
    padding-right: 15px;
  }
  .uiApply .mobileview .cardFigWd .two-col:nth-child(2),
  .uiApply .mobileview .VideoModule .two-col:nth-child(2) {
    padding-left: 15px;
  }
  .uiApply .mobileview .cardFigWd .two-col .card,
  .uiApply .mobileview .VideoModule .two-col .card {
    padding-left: 16px;
    padding-right: 16px;
  }
  .uiApply .mobileview .cardFigWd .three-col:nth-child(1),
  .uiApply .mobileview .VideoModule .three-col:nth-child(1) {
    padding-right: 16px;
  }
  .uiApply .mobileview .cardFigWd .three-col:nth-child(2),
  .uiApply .mobileview .VideoModule .three-col:nth-child(2) {
    padding-left: 16px;
    padding-right: 16px;
  }
  .uiApply .mobileview .cardFigWd .three-col:nth-child(3),
  .uiApply .mobileview .VideoModule .three-col:nth-child(3) {
    padding-left: 16px;
  }
  .uiApply .mobileview .cardFigWd .three-col .card,
  .uiApply .mobileview .VideoModule .three-col .card {
    padding: 0px 16px;
  }
  .uiApply .mobileview .cardFigWd .three-col .card .videoContainer-description,
  .uiApply .mobileview .VideoModule .three-col .card .videoContainer-description {
    height: 34px;
    padding-top: 0.5rem;
  }
  .uiApply .mobileview .ql-editor .ql-size-large {
    font-size: 1.2em;
  }
  .uiApply .mobileview .cardFigWd .card {
    padding-left: 16px;
    padding-right: 16px;
  }
  .uiApply .mobileview .cardFigWd .card .img-boxNew {
    height: 134px;
  }
  .uiApply .mobileview .videoContainer-image {
    max-width: 235px;
  }
  .uiApply .mobileview .profile-header {
    height: 60px;
  }
  .uiApply .mobileview .buttonsSection .two-col:nth-child(1) {
    padding-right: 16px;
  }
  .uiApply .mobileview .buttonsSection .two-col:nth-child(2) {
    padding-left: 16px;
  }
  .uiApply .mobileview .VideoModule .three-col,
  .uiApply .mobileview .VideoModule .two-col {
    margin-bottom: 20px;
  }
  .uiApply .mobileview .VideoModule .three-col:nth-last-child(1),
  .uiApply .mobileview .VideoModule .two-col:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .uiApply .ql-editor {
    padding: 0px 15px 0px;
  }
  .uiApply .ql-snow .ql-picker.ql-size .ql-picker-label::before,
  .uiApply .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: attr(data-value);
  }
  .cardFigWd .three-col:nth-child(1),
  .VideoModule .three-col:nth-child(1) {
    padding-right: 15px;
  }
  .cardFigWd .three-col:nth-child(2),
  .VideoModule .three-col:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cardFigWd .three-col:nth-child(3),
  .VideoModule .three-col:nth-child(3) {
    padding-left: 15px;
  }
  .cardFigWd .three-col:nth-child(2),
  .cardFigWd .three-col:nth-child(1),
  .cardFigWd .two-col:nth-child(1),
  .buttonsSection .two-col:nth-child(1) {
    margin-bottom: 20px;
  }
  .cardFigWd .three-col:nth-last-child(1),
  .cardFigWd .two-col:nth-last-child(1),
  .buttonsSection .two-col:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .cardFigWd .three-col:nth-child(1) {
    padding-right: 16px;
  }
  .cardFigWd .three-col:nth-child(2) {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cardFigWd .three-col:nth-child(3) {
    padding-left: 16px;
  }
  .cardFigWd .three-col .card {
    padding: 0px 16px;
  }
  .cardFigWd .three-col .card .videoContainer-description {
    height: 34px;
  }
  .VideoModule .three-col .card .videoContainer-description {
    height: auto;
    text-overflow: unset;
    white-space: unset;
    padding-top: 0px;
  }
  .VideoModule .two-col .dynamic_link {
    max-height: unset;
  }
  .uiApply .buttonsSection .col-md-6.two-col:nth-child(1) {
    padding-right: 16px;
  }
  .uiApply .buttonsSection .col-md-6.two-col:nth-child(2) {
    padding-left: 16px;
  }
}
.rattigBtn {
  max-width: 496px;
  margin: 30px auto 0px;
}

.sliders {
  width: 24px;
  height: 24px;
  z-index: 99999;
}

.activeEditMode {
  position: relative;
}

.activeEditMode::before {
  content: "";
  height: calc(100% - 24px);
  width: 7px;
  background-color: #7ed13d;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: -12px;
}

.offCanvasMain-sidepanel .lib-block .alert.boardTrg {
  height: 48px;
}

.bgCheckbox {
  width: 24px;
  height: 24px;
  background: url(../img/Checkbox.svg) no-repeat;
  background-position: left center;
  background-size: 20px;
  display: none;
}

.hoverUnderline:hover {
  text-decoration: underline;
}

.quickBites {
  border-radius: 30px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  height: 36px;
}

.frame-lgt {
  height: 356px;
}

.board-layout-2 .lib-hide {
  margin: auto;
  height: 100vh;
}

.board-layout-2 .lib-hide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.board-layout-2 .lib-hide ~ .lib-hide {
  display: none;
}

.board-layout-2 .frame-lgt {
  height: 100vh;
}

.board-view-sidebar-wrapper {
  height: 100vh;
  /* Add height */
  overflow-y: auto;
  /* Add overflow-y */
  overflow-x: hidden;
  transition: margin 0.25s ease-out;
  background: #fff;
}

.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
  padding: 13px 16px 13px 16px;
  box-shadow: none;
  border-radius: 8px;
  margin-bottom: 0px;
  /* height: 48px; */
  position: relative;
  background: none;
  z-index: 1;
  border: 1px solid var(--gray-six);
}

/******************* Timeline Demo - 9 *****************/
.main-timeline9 {
  position: relative;
}

.main-timeline9:after, .main-timeline9:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline9 .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}

.main-timeline9 .timeline:after, .main-timeline9 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline9 .timeline:last-child:before {
  top: auto;
  bottom: 0;
}

.main-timeline9 .timeline:last-child:nth-child(even):before {
  right: auto;
  left: -12px;
  bottom: -2px;
}

.main-timeline9 .timeline-content {
  text-align: center;
  margin-top: -10px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.main-timeline9 .timeline-content .linebefore {
  content: "";
  width: 100%;
  height: 2px;
  background: #cca872;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}

.main-timeline9 .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  border: 8px solid #cca872;
  float: left;
  margin-right: 25px;
  position: relative;
}

.main-timeline9 .circle span:after, .main-timeline9 .circle span:before, .main-timeline9 .circle:before {
  content: "";
  margin: auto;
  position: absolute;
  right: -33px;
  bottom: 0;
  z-index: -1;
}

.main-timeline9 .circle:before {
  width: 26px;
  height: 30px;
  background: #cca872;
  top: 0;
  box-shadow: inset 7px 0 9px -7px #444;
}

.main-timeline9 .circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 160px;
  border: 3px solid #adabab;
  font-size: 80px;
  color: #454344;
}

.main-timeline9 .circle span:after, .main-timeline9 .circle span:before {
  width: 28px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 21px;
  top: -54px;
}

.main-timeline9 .circle span:after {
  border-radius: 21px 0 0;
  top: 0;
  bottom: -56px;
}

.main-timeline9 .content {
  padding-right: 40px;
  min-height: 200px;
}

.main-timeline9 .year {
  display: block;
  padding: 10px;
  margin: 10px 0 50px;
  background: #cca872;
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
}

.main-timeline9 .title {
  font-size: 25px;
  font-weight: 700;
  color: #cca872;
  margin-top: 0;
}

.main-timeline9 .icon span:after, .main-timeline9 .icon span:before, .main-timeline9 .icon:before {
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: -15px;
}

.main-timeline9 .description {
  font-size: 14px;
  color: #a6a6a6;
  text-align: justify;
}

.main-timeline9 .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  top: 78px;
  right: -14px;
}

.main-timeline9 .icon span:after, .main-timeline9 .icon span:before {
  width: 21px;
  background: #fff;
  border-radius: 0 0 21px;
  top: -30px;
}

.main-timeline9 .icon span:after {
  border-radius: 0 21px 0 0;
  top: 0;
  left: -15px;
  bottom: -30px;
}

.main-timeline9 .timeline:nth-child(2n) .circle {
  margin: 0 0 0 25px;
}

.main-timeline9 .timeline:nth-child(2n) .circle:before {
  right: auto;
  left: -33px;
  box-shadow: -7px 0 9px -7px #444 inset;
}

.main-timeline9 .timeline:nth-child(2n) .circle span:after, .main-timeline9 .timeline:nth-child(2n) .circle span:before {
  right: auto;
  left: -33px;
  border-radius: 0 0 21px;
}

.main-timeline9 .timeline:nth-child(2n) .circle span:after {
  border-radius: 0 21px 0 0;
}

.main-timeline9 .timeline:nth-child(2n) .content {
  padding: 0 0 0 40px;
  margin-left: 2px;
}

.main-timeline9 .timeline:nth-child(2n) .icon {
  right: auto;
  left: -14px;
}

.main-timeline9 .timeline:nth-child(2n) .icon span:after, .main-timeline9 .timeline:nth-child(2n) .icon span:before, .main-timeline9 .timeline:nth-child(2n) .icon:before {
  left: auto;
  right: -15px;
}

.main-timeline9 .timeline:nth-child(2n) .icon span:before {
  border-radius: 0 0 0 21px;
}

.main-timeline9 .timeline:nth-child(2n) .icon span:after {
  border-radius: 21px 0 0;
}

.main-timeline9 .timeline:nth-child(2) {
  margin-top: 180px;
}

.main-timeline9 .timeline:nth-child(odd) {
  margin: -175px 0 0;
  border-right: 3px solid;
}

.main-timeline9 .timeline:nth-child(even) {
  margin-bottom: 80px;
  border-left: 3px solid;
}

.main-timeline9 .timeline:first-child, .main-timeline9 .timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .main-timeline9:before {
    left: 100%;
  }
  .main-timeline9 .timeline {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
  }
  .main-timeline9 .timeline:first-child:before, .main-timeline9 .timeline:last-child:before {
    left: auto !important;
    right: -13px !important;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle {
    float: left;
    margin: 0 25px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle:before {
    right: -33px;
    left: auto;
    box-shadow: 7px 0 9px -7px #444 inset;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle span:after, .main-timeline9 .timeline:nth-child(2n) .circle span:before {
    right: -33px;
    left: auto;
    border-radius: 0 0 0 21px;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle span:after {
    border-radius: 21px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .content {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon {
    right: -14px;
    left: auto;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:after, .main-timeline9 .timeline:nth-child(2n) .icon span:before, .main-timeline9 .timeline:nth-child(2n) .icon:before {
    left: -15px;
    right: auto;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 21px;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:after {
    border-radius: 0 21px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2), .main-timeline9 .timeline:nth-child(even), .main-timeline9 .timeline:nth-child(odd) {
    margin: 0 !important;
    border-right: 3px solid;
    border-left: 0px solid;
  }
}
@media only screen and (max-width: 480px) {
  .main-timeline9:before {
    left: 0;
  }
  .main-timeline9 .timeline:first-child:before, .main-timeline9 .timeline:last-child:before {
    left: -12px !important;
    right: auto !important;
  }
  .main-timeline9 .circle, .main-timeline9 .timeline:nth-child(2n) .circle {
    width: 130px;
    height: 130px;
    float: none;
    margin: 0 auto;
  }
  .main-timeline9 .timeline-content:before {
    width: 99.5%;
    top: 68px;
    left: 0.5%;
  }
  .main-timeline9 .circle span {
    line-height: 115px;
    font-size: 60px;
  }
  .main-timeline9 .circle span:after, .main-timeline9 .circle span:before, .main-timeline9 .circle:before, .main-timeline9 .icon {
    display: none;
  }
  .main-timeline9 .content, .main-timeline9 .timeline:nth-child(2n) .content {
    padding: 0 10px;
  }
  .main-timeline9 .description {
    text-align: center;
  }
}
.progress-ctl a {
  border: 3px solid;
}

.progress-ctl a.active {
  background: transparent !important;
  border: 3px solid;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=board-editor.css.map */