:root {
  --aretas-grey: #2d2e2e;
  --aretas-red: #ed4d3d;
  --aretas-green: #becf2f;
}

.withSecondPanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.panel_left {
  width: 300px;
  /* border-right: 1px solid #eee; */
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  justify-content: flex-start;
  height: 100%;
  transition: all 0.2s;
  position: sticky;
  top: 0;
}

.panel-second .panel_left {
  width: 200px;
  margin: 0;
  padding-top: 10px;
}

.panel-second.panel-list .panel_left {
  width: 400px;
  padding-top: 0;
  position: sticky;
  top: 0;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
}

.panel-second.panel-list .panel_left.collapsed {
  width: 200px;
  margin-left: 0;
}

.btn-collapse {
  position: absolute;
  right: -22px;
  top: 54px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.05);
  width: 50px;
  height: 30px;
  z-index: 99999;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  border: 1px solid #ccc;
  transition: all 200ms;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px -1px rgba(48, 48, 48, 0.23);
}

.btn-collapse svg {
  margin-left: -15px;
}

.btn-collapse:hover {
  right: -20px;
}

.workouts_panel {
  display: flex;
}

.workouts_panel .left {
  width: 400px;
  padding: 10px;
}

.workouts_panel .flexone {
  flex: 1;
  padding: 10px 0;
  padding-right: 10px;
}

.panel-list .panelHeader {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 10px;
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  border-bottom: 1px solid #f6f6f6;
  background-color: rgba(252, 252, 252, 0.75);
}

.panel-list .menuitem_content {
  justify-content: flex-start !important;
}

.panel-list .panelHeader .flexbox-row {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}

.panelHeader-title {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

.panelHeader-button .btn-svg {
  margin: 0;
}

.panelHeader-listHeaders {
  display: flex;
  padding: 0 20px;
}

.panelHeader-listheader {
  width: 100px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 600;
}

.panelHeader-listheader.flexone {
  flex: 1;
}

.panelHeader-listheader.svg {
  width: 30px;
  flex: none;
}

.menuitem_segment {
  width: 100px;
  text-align: left;
  display: flex;
  align-items: center;
}

.menuitem_segment.flexone {
  flex: 1;
  font-size: 10px;
}

.collapsed .menuitem_segment.svg {
  display: none;
}

.collapsed .menuitem_segment.flexone {
  font-size: 8px;
  flex-wrap: nowrap;
  white-space: pre;
  overflow: hidden;
}

.collapsed .menuitem_segment {
  width: auto;
  flex: 1;
}

.menuitem_segment.svg {
  width: 30px;
  justify-content: center;
}

.panel_left .menu::-webkit-scrollbar-thumb {
  background: rgba(191, 207, 47, 0.4);
  width: 6px;
  border-radius: 3px;
}

.panel_left .menu::-webkit-scrollbar {
  display: inherit;
  width: 6px;
  background: transparent;
  margin-right: 1px;
}

.section .info ul {
  padding: 0 20px;
  line-height: 25px;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 11px;
}

.section .info ul li {
  margin: 0;
  font-weight: normal;
}

.flexbox-row.with-panel {
  align-items: stretch;
}

.with-panel .heading-group {
  padding-left: 33px;
}

.with-panel .heading-group .btn-back .double {
  display: none;
}

.panel-second.flexbox-row {
  border-top: 1px solid #eee;
  align-items: flex-start;
  flex: 1;
}

.content_right {
  flex: 1;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-top: 30px;
  min-height: 365px;
  border-left: 1px solid #eee;
}

.panel-second .content_right {
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 0;
  align-self: stretch;
  background-color: white;
}

.panel-list .content_right {
  padding-top: 5px;
  padding-right: 30px;
}

.content_right .h2 {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  color: #becf2f;
}

.content_right .titleWithPop2 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #becf2f;
  height: auto;
}

.content_right .marginL5 {
  margin: 0;
}

.content_right .marginL5 .infoPop {
  margin: 0;
}

.content_right .titleWithPop2.black {
  font-size: 14px;
  letter-spacing: 1px;
  color: #2d2e2e;
  font-weight: 600;
}

.inputGroup .dd-wrapper {
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  border-radius: 0;
}

.panel_left .menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.panel_left .menu .menuitem {
  width: 100%;
  border: none;
  border-right: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #888;
  transition: all 0.2s;
  outline: none;
  background: none;
  filter: drop-shadow(0 0 0.85rem rgba(0, 0, 0, 0));
}

.panel-second .panel_left .menu .menuitem {
  padding-left: 12px;
}

.panel-list .panel_left .menu .menuitem {
  transition: all 0.1s;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}

.panel-second .panel_left.collapsed .menu .menuitem {
  padding-left: 6px;
}

.panel_left .menu .separator {
  width: calc(100% - 92px);
  height: 1px;
  background-color: #eee;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.2s;
}

.panel-second .panel_left .menu .separator {
  width: calc(100% - 12px);
}

.panel_left.collapsed .menu .separator {
  width: calc(100% - 12px);
}

.panel_left .menu .menuitem:not(.active):hover {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.8));
  color: #2d2e2e;
}

.panel-list .panel_left .menu .menuitem:not(.active):hover {
  filter: drop-shadow(0 0 0.85rem rgba(0, 0, 0, 0));
  color: #2d2e2e;
  background-color: #f6f6f6;
  transition: all 0.1s;
}

.panel_left .menu .menuitem.active {
  opacity: 1;
  border-right: 2px solid #becf2f;
  background-color: rgba(191, 207, 47, 0.1);
}

.panel_left .menu .menuitem span {
  font-size: 14px;
  margin-left: 20px;
  flex: 1;
  text-align: left;
  text-wrap-mode: nowrap;
}

.panel-second .panel_left .menu .menuitem span {
  font-size: 12px;
  margin-left: 12px;
}

.panel_left .menu .menuitem.collapse span {
  font-size: 12px;
  color: #999;
}

.panel_left .menu .menuitem .menuitem_content {
  padding: 13px 40px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  overflow: hidden;
}

.panel-second .panel_left .menu .menuitem .menuitem_content {
  padding: 13px 0px;
}

.panel-second .panel_left .menu .menuitem .menuitem_content svg {
  height: 20px;
  padding: 1px 0;
}

.panel_left.collapsed {
  width: 60px;
  margin-left: -15px;
}

.panel-second .panel_left.collapsed {
  margin-left: 0;
}

.panel_left.collapsed .menu .menuitem .menuitem_content {
  padding: 13px 0px;
}

.panel_left.collapsed .menuitem_content span {
  display: none;
}

.panel_left.collapsed .btn-svg {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: none;
  background: transparent;
  box-shadow: none;
}

.panel_left.collapsed .panelHeader-title {
  font-size: 18px;
}

.panel_left.collapsed .btn-svg svg {
  margin: 0;
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.btn-file::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

.btn-file::before {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232e2d2d'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.btn-file::after {
  position: absolute;
  pointer-events: none;
  top: 11px;
  left: 40px;
  color: #2d2e2e;
  content: "Change Picture";
}

.btn-file {
  display: none !important;
}

.btn-file-label {
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  margin-right: 16px;
  transition: background-color 200ms;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 4px -1px rgba(48, 48, 48, 0.23);
  border-radius: 6px;
  margin-left: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  background-color: rgba(191, 207, 47, 0.2);
  margin-bottom: 0;
}

.btn-normal {
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  margin-right: 16px;
  transition: background-color 200ms;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 4px -1px rgba(48, 48, 48, 0.23);
  border-radius: 6px;
  margin-left: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

.section.hidden {
  display: none;
}

.profile-subheading {
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
}

.profile .radio-text {
  font-weight: normal;
}

.parameter-detail {
  font-size: 14px;
  margin-right: 20px;
  min-width: 150px;
  flex: 1;
}

.parameter-head {
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 10px;
}

.parameter-filler {
  width: 40%;
  height: 20px;
}

.minh-50 {
  min-height: 30px;
  margin: 10px 0;
}

#avatar-edit {
  right: 137px;
  bottom: -230px;
}

.form-gap {
  height: 100px;
}

.sectionHeading {
  clear: both;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.sectionHeading2 {
  clear: both;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 14px;
}

textarea.form-control {
  min-height: 230px;
  resize: vertical;
  height: auto;
}

.blurpParent {
  display: table;
  height: 48px;
  padding-left: 0;
}

.blurp {
  font-size: 12px;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
}

.bigblurp {
  font-size: 22px;
  font-weight: 600;
}

.novert {
  vertical-align: top;
}

.categoryHeader {
  font-weight: 600;
  margin-bottom: 10px;
}

#privateBlurp {
  display: none;
}

.Select-control {
  border: none !important;
  background-color: transparent !important;
  height: 48px !important;
}

.Select-multi-value-wrapper {
  height: 48px !important;
}

.Select--multi .Select-value,
.Select--multi .Select-value-icon {
  line-height: 28px !important;
  padding: 0 5px !important;
  border-color: #becf2f !important;
}

.Select--multi .Select-value-icon {
  color: #2d2e2e !important;
}

.Select {
  padding: 0 !important;
}

.Select-value-label {
  color: #2d2e2e !important;
}

.Select--multi .Select-value {
  background-color: rgba(190, 207, 47, 0.2) !important;
  margin-top: 7px !important;
}

#privateOnly,
#privateOnlyAccess {
  display: none;
}

#logo-upload {
  border-radius: 10px;
  right: 15px;
  top: 15px;
  font-size: 18px;
  text-align: center;
  line-height: 190px;
  font-weight: 600;
  background-image: none;
  border-color: #eee;
  background-image: url(/images/logo-empty.png?ad00eb886bbb56b485aec2ad12d30e60);
}

#avatar_wrap #logo-upload {
  border-radius: 100%;
}

#logo-edit {
  bottom: 0;
  right: 0;
}

#logo_wrap {
  width: 200px;
  height: 200px;
  position: relative;
}

.volunteer_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.volunteer_count {
  float: right;
  width: 50px;
}

.volunteer_count input {
  width: 100%;
  text-align: center;
}

.volunteer {
  display: table;
  height: 48px;
  width: 100%;
  margin: 10px 0;
}

.relative {
  position: relative;
  display: flow-root;
}

.categoryWrapper {
  width: 100%;
  height: 60px;
  clear: both;
}

.categoryWrapper2 {
  width: 100%;
  height: auto;
  clear: both;
}

.categoryWrapper .title {
  width: calc(100% - 185px);
  line-height: 60px;
  height: 100%;
  float: left;
}

.categoryWrapper2 .title2 {
  width: 100%;
  line-height: 48px;
  height: 48px;
}

.categoryWrapper .title .age {
  font-size: 10px;
  font-style: italic;
}

.categoryWrapper .box,
.categoryWrapper .box2 {
  float: left;
  width: 70px;
  height: 100%;
  margin-left: 10px;
}

.categoryWrapper .box3 {
  float: left;
  width: 70px;
  height: 100%;
  margin-right: 10px;
}

.categoryWrapper .box2 {
  width: 95px;
}

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

@media (min-width: 1400px) {
  .parameter-filler {
    width: 60%;
  }
}

@media (max-width: 1100px) {
  .parameter-filler {
    width: 20%;
  }
}

@media (max-width: 830px) {
  .workouts_panel {
    flex-direction: column;
  }

  .workouts_panel .flexone,
  .workouts_panel .left {
    flex: 1;
    padding: 10px;
    width: auto;
  }

  .separator {
    display: none;
  }

  .vol-item .cell-220 {
    width: 135px !important;
  }

  .radio-text {
    padding-left: 5px;
    font-size: 10px;
  }

  .radio-switch {
    height: 12px;
    width: 20px;
    margin-right: 5px;
    border: 1px solid #2d2e2e;
  }

  .radio-switch.active {
    border: 1px solid #becf2f;
  }

  .radio-switch:after {
    border: 1px solid white;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }

  .radio-switch.active:after {
    left: 8px;
  }

  .vol-item {
    height: 45px;
  }

  .vol-item .volcount {
    width: auto;
    flex: 1;
  }

  .vol-item .input_text_label {
    top: 0px;
    left: 8px;
  }

  .vol-item .input-text {
    font-size: 14px;
    padding: 0 12px;
    height: 38px;
    padding-top: 9px;
  }

  .cell-withrows {
    width: 100%;
    flex: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .parameter-detail {
    flex: 1;
    min-width: 150px;
  }

  .parameter-filler {
    display: none;
  }

  .menuitem_content span {
    display: none;
  }

  .panel-list {
    flex-direction: column;
  }

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

  .panel-second.panel-list .panelHeader {
    top: 50px;
  }

  .panel-second.panel-list .panel_left {
    margin: 0 !important;
    width: 100% !important;
    flex: 1;
    position: relative;
    overflow: visible;
    transition: opacity 0.5s;
    opacity: 1;
    height: auto;
    max-height: unset;
  }

  .panel-second.panel-list .content_right {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    z-index: 4;
    padding-bottom: 100px;
    transition: right 0.5s;
    right: -100%;
    overflow: hidden;
  }

  .panel-second.panel-list .content_right.slidein {
    right: 0;
    overflow: auto;
  }

  .panel_left .menu .menuitem .menuitem_content {
    padding: 13px 0px;
  }

  .menuitem.collapse {
    display: none !important;
  }

  .panel-second .panel_left .menu .menuitem {
    padding-left: 6px;
  }

  .with-panel .heading-group {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: -30px;
    display: flex;
    padding: 0;
  }

  .with-panel .heading-group .btn-back {
    text-decoration: none;
    color: #2d2e2e;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    width: 60px;
    margin: 0;
    margin-left: -15px;
    display: flex;
    justify-content: center;
  }

  .with-panel .heading-group .btn-back a {
    text-decoration: none;
    color: #2d2e2e;
    align-items: center;
    display: flex;
    padding-right: 0px;
    margin-left: 0px;
  }

  .with-panel .heading-group .btn-back .double {
    display: block;
  }

  .with-panel .heading-group .btn-back .single,
  .with-panel .heading-group .btn-back span {
    display: none;
  }

  .with-panel .heading-group .h1 {
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    color: #2d2e2e;
    margin: 10px 15px;
  }

  .btn-file-label {
    margin-left: 20px;
  }

  .deadline-wrap {
    width: 100%;
  }

  .panel-second .panel_left {
    top: 50px;
    margin-left: 0px !important;
  }

  #avatar-upload {
    right: 0;
    top: -30px;
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }

  #avatar-edit {
    right: 50%;
    margin-right: -66px;
    bottom: -110px;
  }

  .mobile-full-sel,
  .mobile-full-radio {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .novert {
    vertical-align: middle;
  }

  .mobile-50 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .deadlinefield_date {
    padding-right: 0 !important;
  }

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

  .deadlinefield_time .prefix {
    width: 0px;
    padding-right: 0;
  }

  .deadlinefield_time .prefixed {
    padding-left: 10px !important;
  }
}

@media (max-width: 600px) {
  .content_right #avatar_wrap {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .content_right #avatar-upload_new {
    margin-bottom: 10px;
  }

  .content_right #avatar_wrap label,
  .content_right #avatar_wrap button {
    margin-left: 0;
    width: 145px;
    margin: 5px 0;
  }

  .categoryChecklist .checkboxLabel {
    font-size: 10px;
  }

  #avatar-upload {
    right: 0;
    margin-right: -75px;
    top: -30px;
    margin: 0 auto;
  }

  #avatar-edit {
    right: 50%;
    bottom: 37px;
    margin-right: -80px;
  }

  .mobile-full-600 {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
  }

  #avatar_wrap {
    height: 250px;
  }

  .categoryWrapper .box3 {
    width: calc(25% - 10px);
  }

  #logo_wrap {
    margin: 0 auto;
  }
}

