.relative {
  position: relative;
}

.chapter-page .thumbnail img {
  max-width: 85px!important;
}

.chapter-page .thumbnail p {
  font-size: 12px!important;
}

.overflow-hidden {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.description {
  font-size: 20px;
  line-height: 1.6em;
  color: #333;
  margin-bottom: 25px;
}
.chapter-container {
  display: inline-block;
  padding: 20px;
}

.chapter__card {
  padding: 1.7rem 1.5rem 1.5rem 1.5rem;
  border: 1px solid #8686862b;
  border-radius: 3px;
  transition: 1s;
  margin-bottom: 20px;
  width: 100%;
}

.chapter__card:hover {
  border: solid 1px #ccc;
  -moz-box-shadow: 1px 1px 5px #999;
  box-shadow: 0px 0px 13px 6px #d6d5d578;
}

.save-pwd-btn {
  border-radius: 0px !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important;
  color: #fff !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  margin-top: 25px !important;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.msg {
  position: absolute;
  color: red;
}

.flag-container {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #2196f3;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0px;
  box-shadow: 0 0 3px 0px #03a9f4;
}

.flag-private-event {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  left: -15px;
  top: 4px;
  color: #d43f3a;
}

.user-chapter-text {
  top: 33%;
  position: relative;
}

.search-by-location-container::before {
  content: "OR";
  position: absolute;
  left: -7px;
  top: 45%;
}

.search-location-container {
  position: absolute !important;
  bottom: 29px;
}

.title-chapter {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.field-container {
  padding: 5px;
}

.button-custom {
  background-color: #2d2d2d;
  border: none;
  color: #ffffff !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#chapter_flter {
  width: 100%;
}

.btn-block {
  font-size: 13px !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  #chapter_flter [class*="btn-search"] {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
}
#chapter_flter .filter-custom {
  background: transparent;
  color: darkslategray;
  width: 100%;
}
#chapter_flter .title-custom {
  color: #9b9b9b;
  padding: 15px;
}

#chapter_flter .header-title {
  color: #efb446;
  font-size: 25px;
  font-weight: bold;
}

.hotel-information-fields, .transportation-fields{
  display: none;
}
.hide_show_event_fields_button{
  font-size: 14px;
}


.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #133453;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.cbx:hover span:first-child {
  border-color: #133453;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #efb446;
  border-color: #133453;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

.chapter-event-container {
  height: 100%;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 770px) and (min-width: 430px) {
  #chapter_flter .filter-custom {
    background: transparent;
    color: darkslategray;
  }
}

@media only screen and (max-width: 430px) and (min-width: 375px) {
  .title-chapter {
    padding-top: 69px;
  }
  img {
    max-width: 100%;
    height: 239px;
  }
}

.spin {
  -webkit-transform-origin: 50% 58%;
  transform-origin: 50% 58%;
  -ms-transform-origin: 50% 58%; /* IE 9 */
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.chapter-page .entry-thumb img {
  height: 250px;
  width: 100%;
  margin-top: 20px;
  object-fit: cover;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
}

.chapter-page .thumbnail {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 200px!important;
}
.members-hint {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8e8c8c;
}

.chapter-page .thumbnail .caption {
  height: 100%;
  position: relative;
}

.chapter-page .thumbnail h3 {
  font-family: inherit;
  color: #444;
  font-size: 15px;
  position: relative;
  word-break: break-word;
  overflow: hidden;
  text-indent: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .chapter-page .thumbnail h3.inactive{
  text-indent: 10px;
} */

.chapter-page .thumbnail i.inactive {
  /* content: ''; */
  background-color: #d9534f;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 20px;
  border-radius: 50%;
  box-shadow: 0 0 2px 0px #bf051c;
}

.chapter-page .thumbnail h3 small {
  font-size: 12px;
}

.chapter-page .thumbnail .ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.chapter-page .thumbnail p {
  font-size: 15px;
}

.chapter-page .members-list img {
  border-radius: 50%;
  border: 1px solid #48d8c7;
  box-shadow: 0 0 5px #009688;
}

.edit-chapter-page .form-field {
  margin-bottom: 30px;
}

.edit-chapter-page .form-field label {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.edit-chapter-page .form-field .extra-text
{
  position: absolute;
  bottom: -10px;
}

.edit-chapter-page .form-field .join-code-button{
  width: 100%;
  font-weight: 100;
  background-color: #f6f9fe;
  border: 1px solid #efefef;
  color: #174ea6;
  height: 36px;
  display: block;
  font-family: sans-serif;
  margin-bottom: 10px;
  margin-right: 0;
  display: inline-block;
}
.edit-chapter-page .form-field .join-code-button:hover{
  background-color: #e6eefb;
}

.edit-chapter-page .form-field .join-code-button:focus{
  font-weight: 200;
}

.edit-chapter-page .form-field .join-code-button.compact{
  width: 49%;
}

.edit-chapter-page .form-field #join_code{
  font-family: sans-serif;
  width: 49%;
  margin-right: 1%;
  display: inline-block;
  background-color: #fdfdfd;
  border: 1px solid #efefef;
  color: #244475;
  height: 36px;
  border-radius: 0;
  box-shadow: none;
}

.edit-chapter-page .select2-container--default .select2-selection--single,
.edit-chapter-page .select2-container--default .select2-selection--multiple,
.edit-chapter-page .file-container {
  border: 1px solid #f1f1f1 !important;
  color: #545454 !important;
  background-color: #fafafa !important;
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.file-container input[type="text"]{
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
  border: 0;
  text-indent: 10px;
  z-index: -10;
}

.edit-chapter-page input[type="file"] {
  height: 34px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  width: 100%;
  opacity: 0;
}

.edit-chapter-page textarea,
.edit-chapter-page textarea.form-control {
  resize: vertical;
  height: 220px;
}

.select2-result-member {
  padding-top: 4px;
  padding-bottom: 3px;
}

.select2-result-member__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

.select2-result-member__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.select2-result-member__meta {
  margin-left: 70px;
}

.select2-result-member__title {
  color: black;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}

.select2-result-member__status,
.select2-result-member__stargazers {
  margin-right: 1em;
}

.select2-result-member__status {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}

.select2-result-member__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-member__title {
  color: white;
}

.select2-results__option--highlighted .select2-result-member__status,
.select2-results__option--highlighted .select2-result-member__description {
  color: #c6dcef;
}

.select2-container.select2-container--disabled .select2-selection--single {
  background-color: #e2e2e2 !important;
  cursor: not-allowed;
  transition: 1s;
}

.select2-result-member__status .active-user::before {
  content: "\f205";
  font-family: FontAwesome;
  margin-right: 3px;
  color: #4caf50;
}

.select2-result-member__status .inactive-user::before {
  content: "\f204";
  font-family: FontAwesome;
  margin-right: 3px;
  color: #b71c1c;
}

.select2-results__option--highlighted .select2-result-member__status .active-user::before,
.select2-results__option--highlighted .select2-result-member__status .inactive-user::before {
  color: #ffffff;
}

.select2-search--dropdown .select2-search__field {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select2-selection__choice .inactive {
  color: #bf051c91;
}

.select2-results__option .sub-text {
  margin-left: 10px;
  font-style: italic;
  color: #afafaf;
}

.select2-results__option--highlighted .sub-text {
  color: #ffffff;
}

.event-block {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  box-shadow: 0 10px 30px 0 rgba(157, 182, 206, 0.22);
  -webkit-appearance: none;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}

.event-block .lock-icon {
  color: #d43f3a;
}
.event-block img {
  height: 50%;
  width: 100%;
  background-color: #48d8c7;
}

.event-block .title {
  padding: 25px 10px 5px 10px;
  color: #333;
  font-family: inherit;
  font-weight: 600;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.event-block .info {
  position: relative;
  display: inline-block;
  width: 100%;
}

.event-block .info .when {
  /* position: absolute;
  width: 100px;
  height: 50px;
  background-color: #fff;
  top: -25px;
  left: 16px;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 10px 30px 0 rgb(157 182 206 / 22%); */
  padding: 5px 10px;
  padding-top: 0px;
}
#downloadEvents{
  vertical-align: middle;
  background-color: white;
  color: #00800F;
  border: 1px solid green;
  padding: 7.6px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 16%);
  font-weight: 100;
  font-size: 14px;
  font-family: sans-serif;
  margin-left: 8px;
  width: 160px;
}
.event-block .info .when * {
  /* display: block; */
  ont-size: 15px;
  text-align: center;
}

.event-block .info .when strong {
  color: #48d8c7;
  font-weight: bold;
  font-size:16px;
}

.event-block .info .where {
  padding: 0 10px;
  color: #777;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.event-block .info .where .fa {
  font-size: 8px;
  color: #ccc;
  margin: 0 5px;
}

.event-block .info .members {
  padding: 10px;
  font-size: 16px;
  color: #48d8c7;
}
.event-block .info .members img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin-left: -13px;
}

.event-block .info .members strong {
  position: relative;
}

.event-block .info .members img:first-child {
  margin-left: 0;
}

.chapter-page .all-attendees-container {
  max-height: 500px;
  overflow-y: auto;
}

.memebers-table-container {
  max-height: 360px;
  overflow-y: auto;
}

.members-table {
  width: 100%;
}

.members-table th.fit,
.members-table td.fit {
  white-space: nowrap;
  width: 1%;
}

.members-table th.fill,
.members-table td.fill {
  width: 210px;
  text-align: center;

}

.label-keyword {
  display: inline-block;
  padding: 2px 5px;
  font: 10px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  line-height: 11px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  box-shadow: none;
  border: 1px solid #d6d6d6;
}

#chapter_flter .btn-search,
#chapter_flter .btn-search-location {
  height: 33px;
  line-height: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  font-weight: 400;
}

.btn.btn-big-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.fa-lightbulb-o {
  color: #e2aa12;
}

.fa-envelope-o {
  margin: 10px;

}
.fa-ban {
  margin: 10px;

}
.fa-file-excel-o{
  margin-right: 5px;
  color: #00800F;
}
.fa-check {
  color: #32CD32;
}


/* VARS */
/* MIXINS */
/* TOGGLE STYLING */
.toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 #e2aa12;
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
 /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
 /*flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
 */
 /* ----- */
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #e2aa12;
}
.toggle input:checked + label {
  background-color: #e2aa12;
  color: #fff;
  box-shadow: 0 0 10px #e2aa12;
  border-color: #e2aa12;
  z-index: 1;
}
.toggle input:focus + label {
  outline: dotted 1px #ccc;
  outline-offset: 0.45rem;
}



.find-my-chapter{
  font-family: inherit;
  height: 34px;
}

.minus-btn{
  border-color: #e2aa12 !important;
  background-color: #e2aa12 !important;
}

.plus-btn{
  border-color: #e2aa12 !important;
  background-color: #e2aa12 !important;
}

.input-guest-number{
  text-align: center !important;
  font-size: 22px !important;
  font-weight: bold !important;
}

@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
}


.file-upload {
  margin: 0 auto;
  padding: 0px 25px;
}


.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 4px dashed #e2aa12;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #13345363;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

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

.drag-text h3 {
  padding: 30px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}


.container-loading {
  height: 200px;
  width: 100%;
  font-family: Helvetica;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
/* .loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
} */
/* .loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
} */
.loader--dot:nth-child(1) {
  background-color: #133453;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(2) {
  background-color: #133453;
  animation-delay: 0.2s;
}
/* .loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
} */
.loader--dot:nth-child(3) {
  background-color: #e2aa12;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 2rem;
  margin: auto;
}
.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}


.thumbnail {
  height: 311px;
}

.btn-export{
  background-color: #133453 !important;
  border-color: #133453 !important;
  font-size: 18px !important;
}
.btn-invite{
  background-color: #e2aa12 !important;
  border-color: #e2aa12 !important;
  color: #133453 !important;
  font-size: 18px !important;
}
.btn-save-event{
  background-color: #2BCA57 !important;
  border-color: #2BCA57 !important;
  font-size: 18px !important;
}
.btn-virtual-event{
  background-color: #f5f5f5 !important;
  color: #333 !important;
  font-size: 18px !important;
  border: #ccc solid 2px !important;

}
.search-autocomplete-members{
  width: 83% !important;
}

.container-fluid{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.export_members:hover{
  text-decoration: none;
}
#change-text.disabled{
  background-color: white;
  color: #ccc;
  border-color: #ccc;
  pointer-events: none;
}
#change-text.disabled .fa-file-excel-o{
  color: #ccc;
}

#filterdiv{
  color: #8e8c8c;
}
#filterdiv span{
  padding: 1px 5px;
  border: solid 1px #ccc;
  cursor: pointer;
  margin: 0 3px;
}
#filterdiv span.active{
  background: #666;
  color: #fff;
}
#change-text{
  background-color: white;
  color: #00800F;
  border: 1px solid green;
  padding: 7.6px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16);
  font-weight: 100;
  font-size: 12px;
  font-family: sans-serif;
  margin-left: 8px;
  width: 16%;
}
.virtual-event-information-fields{
  display: none;
}
.time-zone{
  display: flex;
  flex-direction: column;
  padding: 5px 0  0;
  font-size: 16px;
  color: gray;
}
.span-time-zone{
  text-decoration: underline;
}
