/* page level styling  */

/* 
  1. universal themes (fonts / sizes / normalised for across the site)
  2. data page styles 
  3. me page styles
*/

html,
div#__next {
  height: 100%;
}

body {
  height: 100%;
  background: #f7f7f7 !important;
  font-family: 'Open Sans', sans-serif !important;
}

/* head styles */

.mapboxgl-canvas {
  left: 0;
}

.mapboxgl-map {
  height: 1000px;
  width: 1200px;
}

.borderOn {
  /* border: 1px solid red; */
}

.div__flex-stack-map {
  display: flex;
  flex-direction: column;
}

.div__article-preview-container {
  margin-top: 20px;
  margin-bottom: 0;
  height: auto;
  background: #f7f7f7;
  box-shadow: 4px 7px 12px white;
  animation: fadeinArticle 0.4s ease-in;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.login-main-box {
  margin-top: 20px;
}

.center-div {
  width: 50%;
  margin: 0 auto;
}

.width-130 {
  width: 130%;
}

.header-section {
  width: 100%;
  margin: auto;
  margin-left: 98px;
}

@keyframes fadeinArticle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  .mapboxgl-map {
    height: 600px;
    width: 900px;
  }
}

@media screen and (max-width: 800px) {
  .mapboxgl-map {
    height: 600px;
    width: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .login-main-box {
    margin-top: 50px;
  }

  .pre-footer {
    padding: 2px 22px 40px 195px;
  }

  .signin-div-mobile {
    margin-top: 50px;
    padding: 0% 13% 1% 13% !important;
  }

  .signup-popup-div {
    margin-top: 50px;
    padding: 0% 8% 1% 8% !important;
  }

  .login-register-btn.signinPage-btn {
    font-size: 22px !important;
  }

  .register-text {
    font-size: 24px;
  }

  .center-div {
    width: 38%;
    margin: 0 auto;
  }
}

.pre-footer {
  padding: 2px 0px 40px 90px;
  background: #061b3c;
  color: #fff;
}

.pre-footer-title {
  font-weight: 400;
  font-size: 24px;
}
.pre-footer-content {
  line-height: 22px;
  font-size: 18px;
}

@media screen and (min-width: 2560px) {
  .login-main-box {
    margin-top: 60px;
  }

  .pre-footer {
    padding: 2px 0px 40px 300px;
  }

  .login-prefooter {
    margin-top: 93px !important;
  }

  .signin-div-mobile {
    margin-top: 110px;
    padding: 0% 20% 1% 20% !important;
  }

  .signup-popup-div {
    margin-top: 50px;
    padding: 0% 12% 1% 12% !important;
  }

  .login-register-btn.signinPage-btn {
    font-size: 22px !important;
  }

  .register-text {
    font-size: 24px;
  }
}

.react-datepicker__input-container input {
  /* width: 90% !important;
  border: 1px solid white;
  background: rgb(232, 240, 254);
  color: grey;
  text-align: center;
  height: 30px; */

  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div.animated {
  display: flex;
  justify-content: center;
}

/* Universal Theme for across the app */

.h1__infabode {
  color: #0f2751;
  font-weight: 700;
}

.div__row {
  display: flex;
  flex-direction: row !important;
}

.div__signup-page-checkbox-container {
  display: flex;
  flex-direction: row;
}
a,
p,
h4 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.h3__infabode-title {
  color: #0d2752 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.h4__infabode-title {
  color: #0d2752 !important;
  font-weight: 700;
  font-size: 18px;
}

.h4__infabode-reg {
  color: black;
  font-weight: 300;
  font-size: 18px;
}

.p__infabode-reg {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
  text-align: start;
  line-height: 30px;
}

.text-child-title {
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.text-child-content {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
}

.register-text {
  font-size: 22px;
  line-height: 32px;
}

.btn__infabode-reg {
  background: #0f2751;
  color: white;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-search {
  height: 40px;
  width: 40px;
}

.btn__infabode-turq {
  background: #27959d;
  color: white;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.circle {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 30px;
  top: 17px;
  border: 1px solid white;
}

.p__infabode-bold {
  font-family: Open Sans, sans-serif;
  color: #0d2752;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 17px;
  text-align: start;
  line-height: 30px;
}

.turq {
  color: #27959d !important;
}

.grey {
  color: grey !important;
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

.bg-white {
  background: white !important;
}

.center {
  text-align: center;
}

.left {
  text-align: start;
}

.right {
  text-align: end;
}

.padding-on {
  padding: 20px;
}

.padding-50 {
  padding: 50px;
}

.rounded-card {
  box-shadow: 0px 7px 14px rgb(0 0 0 / 25%);
  border-radius: 12px;
}

.company-location-marker-padding {
  padding: 0px 20px 20px 20px;
}

.padding-off {
  padding: 0 !important;
}

.padding-5-20-im {
  padding: 5px 20px 5px 20px !important;
}

.login-register-btn.padding-5-20-im {
  padding: 5px 20px 5px 20px !important;
}

.padding-left {
  padding-left: 20px;
}

.padding-right {
  padding-right: 20px;
}

.padding-right-3 {
  padding-right: 3px;
}

.padding-top {
  padding-top: 20px;
}

.padding-bottom {
  padding-bottom: 20px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.source-code {
  background: lightgray;
  padding: 10px;
  box-shadow: 0px 0px 2px lightgrey;
  border-radius: 2px;
}

.margin-on {
  margin: 20px !important;
}

.margin-off {
  margin: 0 !important;
}

.margin-left {
  margin-left: 20px;
}

.margin-left-2 {
  margin-left: 2px;
}

.margin-right {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-top {
  margin-top: 20px;
}

.margin-top-4 {
  margin-top: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-6 {
  margin-top: 6px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-23 {
  margin-top: 23px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.login-prefooter {
  margin-top: 30px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-85 {
  margin-top: 85px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-m20 {
  margin-top: -20px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-bottom-m12 {
  margin-bottom: -12px;
}

.full-width {
  width: 90%;
}

.actual-full-width {
  width: 100%;
}

.reg-line-height {
  line-height: 24px;
}

.filter-icon-bg {
  background: #ecf3ff;
  border: 1px solid #d1def3;
  box-shadow: 0px 3px 20px 0px #00000012;
  filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.071));
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 8px;
}

.plan-icon-no-data-found {
  background: #e2bc00;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: 38px;
  width: 38px;
  border-radius: 50%;
}

.no-data-found-text {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Pages/content Styles */

.div__content-page-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.div__signup-page {
  background: url('/static/register-bg.png');
  background-size: cover;
  width: 100%;
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(120vh - 250px);
}

.div__signup-page-container {
  min-height: 100vh;
  height: auto;
}

.form__signup-page-select-container {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 40px;
}

.select__input-styled {
  background-color: rgb(232, 240, 254);
  outline: none;
  border: 0px solid;
  width: 100%;
  height: 56px;
}

.div__home-page-container {
  display: flex;
  flex-direction: column;

  padding: 20px;
  align-items: center;
  align-content: center;
  text-align: center;

  height: 100vh;
  width: 100%;
}

.header-link {
  position: absolute;
  left: 50%;
  margin-top: 25px;
  transform: translate(-50%, -50%);
  width: 70%;
}

.react-date-picker-wrapper {
  width: 100%;
}

/* Community Companies Page */

.div__community-page-container {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  background: #f7f7f7;
}

@keyframes slidein {
  from {
    width: 0;
  }
  to {
    width: 33.33%;
  }
}

/* Pages/signin Styles */

.div__signin-page-container {
  background: url('/static/register-bg.png') repeat 50%;
  background-size: cover;
  min-height: calc(120vh - 250px);
}

.div__signin-popup-container {
  background: url('/static/register-bg.png') repeat 50% !important;
  background-size: cover;
}

.user-auth-pane {
  margin-top: 70px;
  display: inline-block;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.div__signin-page-input-container {
  flex-direction: column;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 40px;
}

.signin-page-input {
  background-color: rgb(232, 240, 254);
  outline: none;
  border: 0px solid;
  width: 100%;
  height: 56px;
}

.div__signin-page-pane-row {
  justify-content: start;
  display: flex;
  flex-direction: row;
}

.div__signin-page-pane-row > .row-btn-one {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.div__signin-page-pane-row > .row-btn-two {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.div__signin-page-checkbox-and-string {
  display: flex;
  flex-direction: row;
  width: 40%;
  /* border: 2px solid red; */
}

.div__signin-page-checkbox-and-string > h4 {
  width: 100%;
  align-items: center;
  display: flex;
}
.div__signin-page-checkbox-and-string > input {
  width: 15%;
}

.btn-container {
  /* width: 33%; */
  margin-left: 40px;
}

.div__signin-pane-paragraph-container {
  flex-direction: column;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 40px;
}

.ul__pane-paragraph {
  list-style-type: none;
  text-align: start;
  padding-left: 0;
  margin-top: 20px;
  width: 100%;
}

.ul__pane-paragraph li {
  color: black;
  font-size: 24px;
}

/* switch checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* switch checkbox */

.div__content-page-column-of-widget-cards {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
}

.news-room {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1200;
  background-color: #d03238;
  color: white;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #d03238;
}

.widget-color-picker {
  position: absolute;
  top: 47px;
  right: 52px;
}

.widget-color-picker-icon {
  position: absolute;
  right: 60px;
}

.widget-poweredby {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #d03238;
}

.widget-no-data {
  margin-top: 70px;
  font-size: 18px;
}

@media screen and (max-width: 488px) {
  .div__signin-page-checkbox-and-string {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .pre-footer {
    padding: 2px 0px 0px 0px;
  }
}

/* Pages/data Styles */

.div__market-page-container {
  height: 100vh;
  background: #f7f7f7;
  /* border: 1px solid red; */
}

.div__map-and-pop-out {
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: end;
  width: 100%;
  height: 90%;
}

.div__map-section__full-width {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.div__map-section__with-panel {
  width: 66.666%;
  display: flex;
  justify-content: start;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.div__popout-section {
  max-width: 33.33%;
  width: 33.33%;
  height: 100%;
  overflow: hidden;
  animation-name: slidein;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
}

@keyframes slidein {
  from {
    width: 0;
  }
  to {
    width: 33.33%;
  }
}

/* Pages/me Styles */

.div__me-page-container {
  height: 100%;
  background: #f7f7f7;
}

@media screen and (max-width: 488px) {
  .div__map-and-pop-out {
    flex-direction: column-reverse;
  }
  .div__popout-section {
    width: 100%;
    max-width: 100%;
  }
}

/* Pages/company Styles */
.div__comp-profile-container {
  height: auto;
  background: #f7f7f7;
}

/* Pages/post Styles */
.div__post-page-container {
  height: 100%;
  background: #f7f7f7;
}

/* Pages/About */
.div__about-page-container {
  height: 100vh;
  background: #f7f7f7;
}

/* Pages/Session */
.div__session-page-container {
  height: 100vh;
  background: #f7f7f7;
}

/* Pages/Account */
.div__account-page-container {
  height: 100vh;
  background: #f7f7f7;
}

/* Pages/Admin */
.div__admin-page-container {
  height: 100vh;
  background: #f7f7f7;
}

/* Pages/CreateFeed */
.div_create-page-container {
  height: 100%;
  background: #f7f7f7;
}

/* Pages/CreateFeed */
.div__create-feed-page-container {
  height: 100%;
  background: #f7f7f7;
  overflow-x: hidden;
}

/* Pages/feed-conf */
.div__feed-conf-page-container {
  height: 100%;
  background: #f7f7f7;
}

.div__feed-conf-row {
  justify-content: center;
}

.div__flex-center {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

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

/* signout / signin and signup pages */

.div__user-auth-container {
  background: url(34c8ff21d1babfa42fc29f809b9006e8.png) no-repeat 50%;
  background-size: cover;
  height: 100vh;
  width: 100%;

  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.div__user-auth-pane {
  margin-top: 70px;
  display: inline-block;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.div__user-auth-input-container {
  flex-direction: column;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 40px;
}

.div__user-auth-input-container > p {
  color: #333;
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  text-align: start;
}

.input__user-auth-signin-input {
  background-color: rgb(232, 240, 254);
  outline: none;
  border: 0px solid;
  width: 100%;
  height: 56px;
}

.div__user-auth-pane-row {
  margin-top: 20px;
  justify-content: start;
  display: flex;
  flex-direction: row;
}

.div__user-auth-pane-paragraph-container {
  flex-direction: column;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 40px;
}

.ul__user-auth-pane-paragraph-ul {
  list-style-type: none;
  text-align: start;
  padding-left: 0;
  margin-top: 20px;
  width: 100%;
}

.ul__user-auth-pane-paragraph-ul > li {
  color: black;
  font-size: 24px;
}

.div__user-auth-row-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.div__user-auth-pane-row .div__user-auth-row-btn h4 {
  margin-left: 40px;
}
.div__user-auth-row-btn-two {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.div__user-auth-row-btn-two > input {
  margin-right: 15px;
  margin-left: 20px;
}

.div__user-auth-btn-container {
  width: 33%;
  margin-left: 40px;
}

.div__content-feed-search-results-container {
  border: 2px solid pink;
  height: 100vh;
}

.btn-nav-search {
  border: 1px solid white;
  padding: 7px;
}

.nav-search-font {
  font-size: 25px;
}

.flex-1 {
  flex: 1 !important;
}

.pull-right {
  float: right;
}

.cursor-pointer {
  cursor: pointer;
}

input {
  padding-left: 10px;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-left-3 {
  padding-left: 3px;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.forgot-password {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.remember-me {
  margin-top: 4px;
}

.remember-me-checkbox {
  width: 18px;
  height: 18px;
}

.default-font-size {
  font-size: 16px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-17 {
  font-size: 17px !important;
}

.signin-div-web {
  margin-top: 60px !important;
}

.signin-div-mobile {
  margin-top: 50px;
  padding: 0% 8% 1% 8%;
}

.signup-popup-div {
  padding: 0% 8% 1% 8%;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

.asterisk {
  font-size: 15px;
}

.display-flex {
  display: flex;
}

.loading-data {
  font-size: 22px;
}

.overflow-hidden {
  overflow: hidden;
}

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-overflow-ellipsis-multiline-3 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-overflow-ellipsis-multiline-7 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.signup-subtitle {
  line-height: 1.15;
  font-size: 20px;
  color: #333;
}

.title-20-black {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
}

.title-24-blue {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #0d2752;
}

.text-16-grey {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #676767;
}

.text-16-grey-1 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
}

.icon-bg {
  background: #0f2751;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-grey {
  background: grey;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-blue {
  background: #0d2752;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-linkedin {
  background: #2867b2;
  color: white;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-website {
  background: #27959d;
  color: white;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-fb {
  background: #4267b2;
  color: white;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-fb-messanger {
  background: #0078ff;
  color: white;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-twitter {
  background: #1da1f2;
  color: white;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-youtube {
  background: #c4302b;
  color: white;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.icon-bg-instagram {
  background: #dd2a7b;
  color: white;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.user-profile-icon-div {
  display: flex;
  margin-top: 15px;
}

.post-social-icon-div {
  display: flex;
  margin-top: 20px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-8 {
  margin-left: 8px;
}

.margin-top-7 {
  margin-top: 7px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-3 {
  margin-bottom: 3px;
}

.admin-posts-thead {
  background: #1abc9c;
  color: white;
}

.carousel-bg {
  height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  object-fit: cover;
}

.carsouel-title {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.carsouel-subtitle {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.carsouel-button {
  background-color: #27959d !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-radius: 0 !important;
}

.carsouel-button:disabled {
  background-color: #cccccc;
}

.carsouel-prev {
  left: 72px;
  position: absolute;
  top: 290px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.carsouel-next {
  right: 72px;
  position: absolute;
  top: 290px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.input-register-searchbox {
  height: 45px !important;
  border: 1px solid #ebebeb !important;
  background: #fff !important;
  border-radius: 6px;
}

.input-register-searchbox:disabled {
  height: 45px !important;
  border: 1px solid #e9ecef !important;
  background: #e9ecef !important;
  border-radius: 6px;
}

.input-register {
  height: 60px !important;
  margin-bottom: 5px;
  border: 1px solid #ebebeb !important;
  background: #fff !important;
  border-radius: 0px;
}

.input-digest-email {
  height: 40px !important;
}

.input-register-sm {
  height: 40px !important;
  margin-bottom: 10px;
  border: 1px solid #ebebeb !important;
  background: #fff !important;
}

.width-20 {
  width: 20px;
}

.input-register .input-digest-email {
  height: 40px !important;
}

.input-register.height-200 {
  height: 200px !important;
}

.common-link {
  color: #27959d;
  cursor: pointer;
}

.common-link-infabode-service {
  color: #27959d !important;
  cursor: pointer;
}

.pre-footer-margin {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.home-row {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.login-register-btn {
  background: #27959d !important;
  border-radius: 0px !important;
  border: 0 !important;
  padding: 5px 28px 5px 28px !important;
  justify-content: center !important;
}

.login-register-btn.signinPage-btn {
  padding: 7px 30px 8px 30px !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 1px !important;
}

.s-btn {
  background: #27959d !important;
  border-radius: 0px !important;
  border: 0 !important;
  padding: 4px 12px 4px 12px !important;
  justify-content: center !important;
}

.padding-10 {
  padding: 10px;
}

.padding-12-top-bottom {
  padding: 12px 0px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}
.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.time-ago {
  color: grey;
  text-align: left;
  font-weight: 100;
  font-size: 11px;
}

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

.default-color {
  color: #27959d;
}

.default-bg-color {
  background-color: #27959d;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.hub-post-title {
  font-size: 23px;
  color: #0d2752;
  font-weight: 900;
  text-decoration: none;
}

.hub-post-subtitle {
  color: #27959d;
  font-weight: 700;
  text-decoration: none;
}

.hub-post-text {
  font-family: Open Sans, sans-serif;
  line-height: 26px;
  color: #333;
  font-size: 16px;
  text-align: left;
}

.hub-insight {
  display: flex;
}

.hub-insight-text {
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.hub-insight-icon {
  font-size: 20px;
}

.text-align-center {
  text-align: center;
}

.stripe-modal-body {
  background-color: #f7f7f7;
}

.no-border {
  border: 0;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-m25 {
  margin-left: -25px !important ;
}

.margin-top-m15 {
  margin-top: -15px !important ;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.margin-left-60-important {
  margin-left: 60px !important;
}

.bg-link-color {
  background: rgb(39, 149, 157);
}

.feed-add-button {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 15px 0px;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

.width-110 {
  width: 110px;
}

.width-112 {
  width: 112px;
}

.display-pointer {
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none;
}

.text-color-light-blue {
  color: #3497a1 !important;
}

.border-left-0 {
  border-left: 0px;
}

.border-right-0 {
  border-right: 0px;
}

.default-font-family {
  font-family: Open Sans, sans-serif;
}

.what-is-infabode-title {
  color: #0d2752;
  font-weight: 700;
}

.margin-top-70 {
  margin-top: 70px;
}

/* start round checkbox */
.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: '';
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type='checkbox'] {
  visibility: hidden;
}

.round input[type='checkbox']:checked + label {
  background-color: #0d2752;
  border-color: #0d2752;
}

.round input[type='checkbox']:checked + label:after {
  opacity: 1;
}
/* end round checkbox */

.agree-checkbox {
  width: 14px;
  height: 14px;
}

.signup-form-label {
  font-size: 18px;
}

.c-select {
  font-size: 18px;
}

.c-select input {
  height: 30px;
}

.has-error {
  color: #a61013;
  font-size: 14px;
}

.has-error-input {
  border: 1px solid #a61013 !important;
}

.analysis-tag {
  color: #fff !important;
  border-color: #0d2752 !important;
  background-color: #0d2752 !important;
  border-radius: 100px;
  padding: 8px 20px;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.signup-infabode-title {
  font-size: 37px;
}

.singin-register-label {
  font-size: 36px;
}

.div-social-icons-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.vertical-line {
  width: 1px;
  height: 445px;
  margin: 0 auto;
  background: lightgray;
}

.xl-icon-size {
  width: 20px;
}

.font-size-32 {
  font-size: 32px;
}

.l-icon-size {
  width: 15px;
}

.m-icon-size {
  width: 13px;
}

.s-icon-size {
  width: 10px;
}

.blur-div {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.user-profile-location {
  margin-top: -7px;
  font-size: 15px;
}

.unauthorised-text {
  font-size: 28px;
  color: #0d2752;
  font-weight: 900;
  margin-top: 170px;
  position: absolute;
  z-index: 2000;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-40 {
  margin-right: 41px !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-capitalize-first-letter:first-letter {
  text-transform: capitalize;
}

.disabled-div {
  pointer-events: none;
  opacity: 0.5;
}

.disabled-div-full-opacity {
  pointer-events: none;
}

.data-map-search-box {
  background: white;
  outline: none;
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 6px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ebebeb !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter-box {
  background: #ffffff;
  box-shadow: 0px 7px 14px rgb(0 0 0 / 25%);
}

.l-btn {
  background: #27959d !important;
  border-radius: 0px !important;
  font-weight: 700 !important;
  height: 44px !important;
  border: 0 !important;
  padding: 5px 28px 5px 28px !important;
  justify-content: center !important;
}

.cancel-btn {
  background: gray !important;
  border-radius: 0px !important;
  font-weight: 700 !important;
  height: 44px !important;
  border: 0 !important;
  padding: 5px 28px 5px 28px !important;
  justify-content: center !important;
}

.admin-edit-profile-modal {
  max-width: 1600px !important;
  width: 80% !important;
}

.edit-profile-image-label {
  background: rgba(0, 0, 0, 0.5);
  height: 159px !important;
  color: white;
  font-weight: 600;
  border-radius: 50%;
}

.edit-banner-image-label {
  background: rgba(0, 0, 0, 0.5);
  height: 100% !important;
  width: 100%;
  font-weight: 600;
}

.icon-bd-website {
  color: white !important;
  font-size: 20px !important;
}

.icon-bd-website > button {
  width: 35px !important;
  height: 35px !important;
  border-radius: 0px !important;
  background-color: #27959d !important;
  border-color: #27959d !important;
}

.icon-bd-website3 {
  color: white !important;
  font-size: 20px !important;
}

.icon-bd-website3 > button {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  background-color: #0f2751 !important;
  border-color: #0f2751 !important;
}

.icon-bd-website1 {
  color: white !important;
  font-size: 20px !important;
}

.icon-bd-website1 > button {
  border-radius: 0px !important;
  background-color: #27959d !important;
  border-color: #27959d !important;
}

.icon-bd-website1 > div {
  top: 41px !important;
  left: 112px !important;
}

.icon-bd-website2 {
  color: white !important;
  font-size: 20px !important;
}

.icon-bd-website2 > button {
  border-radius: 0px !important;
  background-color: #27959d !important;
  border-color: #27959d !important;
}

.icon-bd-website2 > div {
  top: 44px !important;
  left: 371px !important;
}

.website-btn {
  border-radius: 50% !important;
  background-color: #27959d !important;
  border-color: #27959d !important;
}

.website-db-img {
  margin-top: -4px;
  margin-left: -4px;
}

.s-custom-btn {
  background-color: #27959d !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #fff !important;
  font-weight: 400 !important;
  border: 0 !important;
  border-radius: 0px !important;
}

.border-left-zero {
  border-left: 0px !important;
}

.no-input-border {
  border: 0px !important;
}

.page-section {
  padding: 0px 100px;
}

.page-section p.marketing-intro {
  color: #333;
  font-family: Open-Sans, sans-serif;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
}

.marketing-container.two-columns {
  display: flex;
  /* flex-direction: column; */
}

.marketing-collapse {
  margin-bottom: 20px;
}

.marketing-collapse__box {
  background: #fff;
  margin-bottom: 5px;
}

.marketing-collapse__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  font-weight: 700;
  font-size: 24px;
  font-family: Open-Sans, sans-serif;
  color: #0d2752;
  border-bottom: 1px solid #dbdbdb;
}

.marketing-collapse__content--open {
  height: auto;
}

.marketing-collapse__content {
  height: auto;
  overflow: hidden;
  text-align: left;
}

.marketing-collapse__content__inner {
  padding: 30px;
  font-size: 18px;
}

.page-section h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 40px;
}

.page-section h1,
.page-section h2,
.page-section h3 {
  font-family: Open-Sans, sans-serif;
  color: #0d2752;
}

.borderLeftRight {
  display: inline-block;
  position: relative;
  color: hsl(222, 25%, 14%);
}

.borderLeftRight::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.borderLeftRight:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.css-yk16xz-control {
  width: 100%;
  border: 1px solid #ebebeb !important;
  background: #fff !important;
  padding: 11px 3px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ib-global-modal-resp {
  background-color: #27959d !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-radius: 0 !important;
}

.ib-global-modal-resp:disabled {
  background-color: #cccccc;
}

@media screen and (max-width: 768px) {
  .vertical-line {
    width: unset;
    height: unset;
    margin: unset;
    background: none;
  }
  .singin-register-label {
    margin-top: 40px;
  }

  .veritical-line-padding-left {
    padding-left: 0px !important;
  }
  .map-and-pop-out {
    flex-direction: column-reverse;
  }
  .popout-section {
    width: 100%;
    max-width: 100%;
  }
  .home-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .carsouel-prev {
    left: 5px;
    top: 300px;
  }

  .carsouel-next {
    right: 5px;
    top: 300px;
  }

  .ib-global-modal-resp {
    font-size: 14px !important;
    border: 1px solid #27959d !important;
    color: #27959d !important;
    background-color: white !important;
    margin-bottom: 20px !important;
    padding: 10px !important;
  }

  .common-link-infabode-service {
    color: #27959d !important;
    cursor: pointer;
    font-size: 16 px !important;
  }
}

