/* smoothly scroll sections */
html {
  scroll-behavior: smooth
}

.selector-for-some-widget {
    box-sizing: content-box;
  }

  * {
    margin: 0;
    padding: 0;
  }
  body{
    font-family: 'Quicksand', sans-serif !important;
  }


  .bg-nav{
    background: #0E578E;
  }


  .btn-bg{
   background-color: #01AAE7!important;
  }

  .feature-section{
    background-image:url("../images/Component 6 – 1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .feature-section-1{
    background-image:url("../images/Component 6 – 1.png");
    background-repeat: no-repeat;
    background-size: cover;

  }

  .feature-section-1::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(243, 144, 116, 0.63) 0, #fff 100%);
  }

  .font-new{
    font-family: 'Montserrat', sans-serif;
  }

  .home-cards{
    justify-content: space-between;
  }

  .bg-btn-1{
    background: #4BFFFF;
  }

  @media only screen and (min-width: 600px) {
    .main-side-block{
      position: absolute;
      width: 365px;
      left: 30px;
      height: 69px;
      margin-top: -78px;
      right: 0p;
      color: white;
  }
  }

  @media only screen and (max-width: 600px) {
    .main-side-block{
    position: absolute;
    width: 200px;
    left: 20px;
    height: 55px;
    margin-top: -112px;
    right: 0p;
    background: #4BFFFF 0% 0% no-repeat padding-box;
}
  }

  @media only screen and (min-width: 600px) {
    .main-side-block-c1{
      position: absolute;
      width: 198px;
      height: 69px;
      margin-left: -30px;
      margin-top: 15px;
      right: 0p;
      color: white;
  }
  .main-edit-icon{
    right: 8rem;
  }
  }

  @media only screen and (max-width: 600px) {
    .main-side-block-c1{
    position: absolute;
    width: 161px;
    height: 49px;
    margin-left: 0px;
    margin-top: 0px;
    right: 0p;
    color: white;
  }
  .select2-selection--multiple{
    width: 100% !important;
  }
  .icon-edit-profile{
    right: 0px;
  }

}

@media only screen and (max-width: 900px) {
  .circle{
    display: none;
  }
  .circle-1{
    display: none;
  }
  .mapping{
    left: 55px;
  }
}


  .feature-block{
    margin-top: 6rem;
  }

  .circle {
    width: 37%;
    height: 73%;
    background: #094382 0% 0% no-repeat padding-box;
    border-radius: 100%;
    position: absolute;
    z-index: 0;
    top: 235px;
    margin-left: -135px;
}
.circle-1 {
  width: 27%;
  height: 53%;
  background: #094382 0% 0% no-repeat padding-box;
  border-radius: 100%;
  position: absolute;
  z-index: 0;
  left: 163px;
  top: 393px;
  margin-left: 0px;
}
#overlay {

  background-color: #fee2e275; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  width: 100%;
}

.bg-footer{
  background: #222222 0% 0% no-repeat padding-box;
}

.bg-create-form{
  background: transparent linear-gradient(179deg, #0E578E 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg-login{
  background: transparent linear-gradient(179deg, #0E578E 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.result-card-text{
  font-size: 30px;
  color: #169FE6;
}

.result-text{
  font-size: 22px;
  color: #777777;
}

iframe {
  display: block;
  width: 100%;

}

.search-event{
  left: 18.5rem;
    bottom: 2rem;
}

.h-event{
  height: 35rem;
}

.bg-contact{
  background:#0E578E;
}
.bg-contact-1{
  background:#4B85EB;
}

.contact-left{
  background: transparent linear-gradient(178deg, #72b0e0 0%, #aac7fa 100%) 0% 0% no-repeat padding-box;
}

.contact-right{
  box-shadow: 0px 3px 6px #00000029;
  background-color: #0E558C;
}

.shadow-blog{
  box-shadow: 0px 3px 15px #0000008C;
}

.bg-profile{
  background: #F0F0F0 0% 0% no-repeat padding-box;;
}

.edit-icon{
  left: 14.3rem;
    bottom: 3.5rem;
    background-color: #6b728094;
}

.custom-shadow{
  box-shadow: 0px 3px 15px #0000008C;
}

.bg-wigdet{
  background: #0E66A5;
  width: 40px;
  height: 40px;
}
.bg-tab-color{
  background: #0E558C;
  height: 14rem !important;
}

.main-div-height{
  min-height: 700px;
}

.small-dot{
  width: 16px;
height: 16px;
background: #fff 0% 0% no-repeat padding-box;
border-radius: 100%;
position: relative;
    float: right;
    top: 8rem;
    right: 9px;
}

.small-dot-1{
  width: 16px;
  height: 16px;
  background: rgb(5, 17, 126) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  position: relative;
      float: right;
      top: 4rem;
      right: 9px;
  }


  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0E558C;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    height: 50px;
    width: 50px;
  }

  #myBtn:hover {
    background-color: #0E66A5;
  }

  .bg-cards{
   background:  #0E66A5;
  }

  .bg-img-club{
    background-image:  url(../images/world_with_states.svg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .bg-search-club-btn{
    background-color: #01AAE7;
  }

  .bg-profile1{
    background-color: #236798;
}

.page-height{
  min-height: 620px;
}


/* The Modal (background) */
.ebcf_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 37%;
}

/* The Close Button */
.ebcf_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal {
  transition: opacity 0.25s ease;
}
a {
  text-decoration: none !important;
}
.theme-color{
  color:#0E66A5;
}

.hide {
  display: none;
}

.logout{
  padding-left: 0!important;
  font-size: 17px;
    font-weight: 600;
}
#map_wrapper {
  height: 200px;
}

#map_canvas {
  width: 73%;
    height: 30%;
}

.dataTables_filter label >input{
  border: 1px solid black;
}

#dec{
  display: none;
}
#dec-1{
  display: none;
}

.note-editable{
  background-color: white;
}

.select2-search__field{
  width: 5.75em !important;
  height: 26px;
  /* padding: 6px; */
  margin-top: 4px;
}
.select2-search, .select2-search--inline{
  padding: 5px;
}

.club-dis{
    word-wrap: break-word;
}

#successMessage{
  display: none;
}

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

.z-29 {
  z-index: 29 !important
}
