.custom-alert-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 6000;
  background: #e42413;
  color: #fff;
  display: block;
}

.custom-alert-bar .alert-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.custom-alert-bar .alert-bar-line-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 0;
  order: 4;
}

.custom-alert-bar .alert-bar-line-section .line {
  display: block;
  height: 10px;
  width: 100%;
  background: #fff;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.custom-alert-bar .alert-bar-line-section .line.hide-line {
  width: 0;
}

.custom-alert-bar .alert-bar-btn-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-alert-bar .alert-bar-btn-section button {
  margin-right: 35px;
  padding-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  .custom-alert-bar .alert-bar-btn-section button {
    margin-right: 20px;
  }
}

.custom-alert-bar .alert-bar-btn-section button span {
  min-width: 111px;
  height: 40px;
  font-family: "Fela Bold", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.85px;
  color: #fff;
}

.custom-alert-bar .alert-bar-body-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  order: 2;
}

@media screen and (max-width: 1576px) {
  .custom-alert-bar .alert-bar-body-section {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media screen and (max-width: 768px) {
  .custom-alert-bar .alert-bar-body-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 480px) {
  .custom-alert-bar .alert-bar-body-section {
    padding-left: 25px;
    padding-right: 0;
    margin-bottom: 11.5px;
  }
}

.custom-alert-bar .alert-bar-body-section .message {
  margin-top: 18.5px;
  margin-bottom: 19.5px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 3%;
}

@media screen and (max-width: 480px) {
  .custom-alert-bar .alert-bar-body-section .message {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.custom-alert-bar .alert-bar-body-section .message .icon svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 14px;
}

.custom-alert-bar .alert-bar-body-section .message .message-content {
  color: #fff;
  display: inline;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
}

.custom-alert-bar .alert-bar-body-section .message .message-content span {
  color: #fff;
  display: inline;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .custom-alert-bar .alert-bar-body-section .message .message-content span {
    font-size: 16px;
  }
}

.custom-alert-bar .alert-bar-body-section .message .message-content .mobile-version {
  display: none;
}

@media screen and (max-width: 480px) {
  .custom-alert-bar .alert-bar-body-section .message .message-content .mobile-version {
    display: block;
  }
  .custom-alert-bar .alert-bar-body-section .message .message-content .desktop-version {
    display: none;
  }
}

.custom-alert-bar .alert-bar-body-section .continue-btn {
  color: #fff;
}

.custom-alert-bar .alert-bar-body-section .continue-btn a {
  white-space: nowrap;
  text-align: right;
  height: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 768px) {
  .custom-alert-bar .alert-bar-body-section .continue-btn a {
    min-width: 42px;
  }
  .custom-alert-bar .alert-bar-body-section .continue-btn a .btn-label {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .custom-alert-bar .alert-bar-body-section .continue-btn a {
    padding-right: 25px;
  }
}

.custom-alert-bar .alert-bar-body-section .continue-btn span {
  color: #fff;
  height: 40px;
  font-family: "Fela Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 1.07px;
  text-align: center;
  display: inline;
}

.custom-alert-bar .alert-bar-body-section .continue-btn svg {
  margin-left: 17.5px;
  display: inline;
}
