keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.6; }
}

@keyframes fadeout {
    from { opacity: 0.6; }
    to   { opacity: 0; }
}


@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

#cmgr_bg_cover_l1 {
  z-index: 2147483645;

  /** animation-timing-function: ease-in-out; **/
  /** background: rgba(0,0,0,0.6); **/

  background: black;
  opacity : 0.6;

  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  /** animation: fadein 1s; **/
}

#cmgr_bg_cover_l2 {
  z-index: 2147483647;

  /** animation-timing-function: ease-in-out; **/
  /** background: rgba(0,0,0,0.6); **/

  background: black;
  opacity : 0.6;

  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  /** animation: fadein 1s; **/
}


.cmgr_bg_fadein {
  opacity : 0.6;
  animation: fadein 1s;
}

.cmgr_bg_fadeout {
  opacity : 0;
  animation: fadeout 1s;
}

#cmgr_consent_bottom_box {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  /** height: 200px; **/
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: white;
  z-index: 2147483646;
  border: 2px solid black;
  overflow: hidden;
}
.cmbr_consent_bottom_box_slide_up {
  transform: translateY(100%);
  animation: slide-up .6s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
.cmbr_consent_bottom_box_slide_down {
  transform: translateY(0%);
  animation: slide-down .6s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}

.cmgr_msg_text {
  font-size: .813em; line-height: 1.5;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}
.cmgr_container_1 {
  display: flex;
  flex-direction: row;
  height: 300px;
}


.cmgr_button {
  border-color: #61c974;
  color: #000000;
  margin-right: 1em;
  min-width: 125px;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  padding: 12px 10px;
  line-height: 1.2;
  font-size: .813em;
  font-weight: 600;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 1rem;
  ackground: none;
  overflow: visible;
  vertical-align: baseline;
  visibility: visible;
  z-index: auto;
  box-shadow: none;
  font-family: "Source Sans Pro","Roboto",sans-serif !important;
  -webkit-tap-highlight-color: transparent;
}

.cmgr_button_highlight {
  background-color: #61c974 !important;
}

.cmgr_bottom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .cmgr_bottom_container {
    flex-direction: column;
  }
}

.cmgr_bottom_button_container {
  display: flex;
  justify-content: space-around;
  flex-grow: 4;
  flex-wrap: nowrap;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
}

.cmgr_button_container {
  display: flex;
  justify-content: center;
  flex-grow: 4;
  flex-wrap: nowrap;
  padding-left: 5%;
  padding-right: 5%;
  align-items: center;
  padding-top: 20px;
}

#cmgr_choose_side_box {
  display: none;
  position: fixed;
  top : 0;
  bottom: 0;
  left: 0;
  width: 370px;
  padding: 0;
  margin: 0;
  background-color: white;
  z-index: 2147483648;
  border: 1px solid lightgrey;
}
.cmbr_choose_side_box_slide_out {
  transform: translateX(100%);
  animation: slide-out .6s cubic-bezier(0.4, 0, 0.2, 1) 500ms right;
}
.cmbr_choose_side_box_slide_in {
  transform: translateX(0%);
  animation: slide-in .6s cubic-bezier(0.4, 0, 0.2, 1) 500ms left;
}

.cmgr_choose_container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cmgr_choose_header_container {
  width: 100%;
  border-bottom: 1px solid lightgrey;
}
.cmgr_choose_header_sub_container {
  padding: 10px;
}

.cmgr_choose_header {
  color: #a8cbef;
  font-size: 20px;
  font-weight: bold;
}
.cmgr_choose_subheader {
  color: #a8cbef;
  font-size: 14px;
}
.cmgr_choose_close_x {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.cmgr_choose_preference_header {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  color: grey;
  font-weight: bold;
}

.cmgr_choose_preference_more_info_link_div {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cmgr_choose_preference_group_type_box {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.cmgr_choose_preference_group_type_expanded_message_box {
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  width: 100%;
  background-color: lightgrey;
  display: none;
}
.cmgr_choose_preference_group_type_expanded_message_box_text {
  padding: 10px;
}

.cmgr_choose_preference_group_type_box_expand {
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.cmgr_choose_preference_group_type_box_text {
  flex-grow: 4;
}

.cmgr_choose_preference_group_type_box_toggle {
  padding: 10px;
  font-weight: bold;
  color: #3860be;
}


.cmgr_choose_preference_group_type_bottom_buttons {
  border-top: 1px solid lightgrey;

  height: 90px;
  padding: 0;
  margin: 0;
  width: 372px;
}

.cmgr_choose_preference_main_container {
  overflow-x: hidden;
  overflow-y: scroll !important;
  padding: 10px;
  flex-grow: 10;
}

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

.switch input {
  display:none;
}

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

.cmgr_slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .cmgr_slider {
  background-color: #66bb6a;
}

input:checked + .cmgr_slider:before {
  transform: translateX(26px);
}

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

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



