.cmeRedSkyAlertForm {
  font-family: 'Averta-Regular', 'Helvetica Neue', helvetica, arial, sans-serif;
}
.cmeRedSkyAlertForm .redSkyFormCaption {
  color: #58595b;
  margin-bottom: 12px;
}
.cmeRedSkyAlertForm .redSkyFormCaption--black {
  color: #000000;
}
.cmeRedSkyAlertForm .redSkyFormSeparator {
  display: none;
  width: 15px;
}
@media screen and (min-width: 641px) {
  .cmeRedSkyAlertForm .redSkyFormSeparator {
    display: inline-block;
  }
}
.cmeRedSkyAlertForm .redSkyFormHeading {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
  position: relative;
}
.cmeRedSkyAlertForm .redSkyFormHeading.myprofile {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 7px;
}
.cmeRedSkyAlertForm .redSkyFormNote {
  border-left: 2px solid #0099e7;
  font-size: 12px;
  margin-top: 20px;
  padding: 5px;
}
.cmeRedSkyAlertForm .redSkyFormChannelCaption {
  color: #000000;
  margin: 12px 0;
}
.cmeRedSkyAlertForm .redSkyFormChannelCaption.myprofile {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 7px;
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck {
  display: flex;
  flex-flow: wrap;
  align-items: normal;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .cmeRedSkyAlertForm .redSkyFormChannelCheck {
    flex-flow: nowrap;
  }
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck {
  color: #58595b;
  margin-bottom: 8px;
  flex: 1 90%;
  display: flex;
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .redSkyFormCheckContainer {
  flex: 1 auto;
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .redSkyFormCheckContainer .checkbox {
  color: #000000;
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .redSkyFormCheckContainer input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .redSkyFormCheckContainer.myprofile {
  font-size: 14px !important;
}
@media screen and (min-width: 641px) {
  .cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .redSkyFormCheckContainer {
    flex: 1 100%;
    text-align: left;
  }
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck.cm-mobile {
  flex-wrap: wrap;
  max-width: 200px;
}
@media screen and (min-width: 641px) {
  .cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck.cm-mobile {
    min-width: 40%;
    flex: 1 auto;
  }
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .email {
  color: #0099e7;
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .redSkySmallRemark {
  font-size: 10px;
  font-style: italic;
  flex: 1 auto;
}
@media screen and (min-width: 641px) {
  .cmeRedSkyAlertForm .redSkyFormChannelCheck .redSkyFormCheck .redSkySmallRemark {
    flex: 1 100%;
  }
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck.in_files {
  display: block;
}
.cmeRedSkyAlertForm .redSkyFormChannelCheck.in_files .redSkyFormCheck.cm-mobile {
  max-width: 180px;
}
.redSkyFormActions {
  display: flex;
  font-family: 'Averta-Regular', 'Helvetica Neue', helvetica, arial, sans-serif;
  justify-content: flex-end;
  padding-top: 50px;
  margin: 0 -5px;
}
.redSkyFormActions button {
  border: 1px solid #0099e7;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  flex: 1 auto;
  margin: 0 5px;
}
@media screen and (min-width: 641px) {
  .redSkyFormActions button {
    flex: 0 auto;
  }
}
.redSkyFormActions .redSkyFormButton--cancel {
  background-color: #ffffff;
  color: #0095e7;
}
.redSkyFormActions .redSkyFormButton--update {
  color: #ffffff;
  background-color: #0095e7;
}
.redSkyFormActions .redSkyFormButton--update:disabled {
  opacity: .3;
  pointer-events: none;
}
.redSkySelectCategory {
  font-weight: bold;
  margin-left: 5px;
}
.redSkySelectProduct {
  margin-left: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  padding-right: 20px;
  position: relative;
}
.select2-container .select2-search--inline {
  float: none;
}
@media screen and (max-width: 430px) {
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    max-width: 100px;
  }
}
.select2-container--default .select2-selection--multiple {
  max-height: 123px;
  overflow-y: auto;
}
@media screen and (min-width: 641px) {
  .select2-container--default .select2-selection--multiple {
    max-height: 170px;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0;
  font-size: 16px;
  padding: 0 5px;
  position: absolute;
  right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f4f4f4;
  border-radius: 2px;
  margin: 5px 5px 5px 0;
  padding: 5px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 160px;
  overflow-y: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: transparent;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear:before {
  bottom: 2px;
  color: #0095e7;
  content: 'Clear All';
  font-size: 10pt;
  position: relative;
  right: -1rem;
}
.redSkyAlertResult {
  font-family: 'Averta-Regular', 'Helvetica Neue', helvetica, arial, sans-serif;
}
.redSkyAlertResult .redSkyAlertResultImage {
  align-items: center;
  border: 4px solid #980303;
  border-radius: 50%;
  color: #980303;
  display: flex;
  font-size: 60px;
  justify-content: center;
  height: 100px;
  margin: 15px auto;
  width: 100px;
}
.redSkyAlertResult .redSkyAlertResultCaption {
  color: #980303;
  font-weight: bold;
  text-align: center;
}
.redSkyAlertResult.success .redSkyAlertResultImage {
  border-color: #3f8928;
  color: #3f8928;
}
.redSkyAlertResult.success .redSkyAlertResultCaption {
  color: #3f8928;
}
.redSkyModalMask {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: -10;
}
.redSkyModalMask.opened {
  opacity: 1;
  z-index: 1024;
}
.redSkyModalContainer {
  background-color: #ffffff;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 641px) {
  .redSkyModalContainer {
    max-width: 535px;
  }
}
.redSkyModalContainer .redSkyModalHeader {
  background-color: #eaeaea;
  border-bottom: 2px solid #003060;
  color: #6b6a6a;
  font-size: 16px;
  font-weight: bold;
  padding: 14px;
  position: relative;
  text-align: center;
}
.redSkyModalContainer .redSkyModalHeader .redSkyModalHeader-close {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABRElEQVR42mNgwA44gDgaiFcD8WUgvg/Ex4G4G4g1GIgEyUD8HIjXQw3TAWIFILYA4mao3GQgFsBlAAsQzwfi00BsgsciHqhB14FYBZuCxVBX8BDp8nQgfgzEEsiC+dAwINYQGCgH4sMwDsivr9ECMR1HoILCKR5N7DpUHOya+WiSwVBnIxumAhXzRlNbDA0zsNOcsdiObJgI1OZ0LOpsoBHE8B5PVIIMewLEZ4C4HYcaBWg6Y/hPIECPAfFXPAlRBupyhs94Yqsb6vUwLGGG4SKQ/xywKMiGhosAnggAAX8g3gwL9cVYJB9DbUMPs2o0sdlQM8A2PoalBShoJ5BNkMPnPXLq9sYTBvjy5n4sLgQ7+zU0xxMCoHS1G1rMYAUG0MA/D03xOmgusIB6+zW0SGEhZKMzNBCvQ9MZCP+GWtCOrfgAAFSBR/qajORvAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50% 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 14px;
  width: 18px;
}
.redSkyModalContainer .redSkyModalHeader .redSkyModalHeader-close:hover {
  background-color: #0095e7;
}
.redSkyModalContainer .redSkyModalBody {
  padding: 20px;
}
.redSkyAlertNoticeCaption {
  color: #383838;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 36px;
}
.redSkyAlertNoticeActions {
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
}
.redSkyAlertNoticeActions button {
  border: 1px solid #0095e7;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
}
.redSkyAlertNoticeActions .redSkyNoticeButton--cancel {
  background-color: #ffffff;
  color: #0095e7;
}
.redSkyAlertNoticeActions .redSkyNoticeButton--login {
  color: #ffffff;
  background-color: #0095e7;
  margin-left: 5px;
}
