:root {
    --main-color: #142A75;
    --second-color: #58c5b7;
    --dark-gray-color: #4F4F4F;
}

.modal_location_popup .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

.modal_location_popup div#location-popup {
    margin: 0 auto;
    background: white;
    position: relative;
}

.modal_location_popup .modal-header {
    display:none;
}

.modal_location_popup .block-popup-subscribe {
    background: white;
    padding: 30px 50px;
}
    
.modal_location_popup .pop-location-title {
    display: flex;
}
    
.modal_location_popup .action-close {
    border: none !important;
    background-color: rgba(255,255,255,0.8) !important;
    width: 30px;
    height: 30px;
    font-size: 30px;
    opacity: 1;
    color: #222;
    line-height: 30px !important;
    border-radius: 0;
}
    
.modal_location_popup .action-close::before {
    display: none !important;
}

.modal_location_popup .action-close:hover {
    background-color: #fff !important;
}

.modal_location_popup .pop-location-title p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-color, #142A75);
    margin-left: 15px;
}

.modal_location_popup .location-popup-content {
    color: var(--dark-gray-color, #4F4F4F);
}   

.modal_location_popup form label {
    font-size: 14px;
    color: var(--dark-gray-color, #4F4F4F);
    font-weight: bold;
}
.modal_location_popup form label b {
    color: #EB5757;
}
.modal_location_popup form .actions {
    display: flex;
    padding: 20px 0;
}

.modal_location_popup form .actions .btn-primary {
    color: var(--main-color, #142A75);
    border: 2px solid var(--second-color, #FCB712);
    background-color: var(--second-color, #FCB712);
    border-radius: 0;
}

.modal_location_popup form .actions .btn-primary:hover,
.modal_location_popup form .actions .btn-primary:focus,
.modal_location_popup form .actions .btn-primary:active {
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
}

.modal_location_popup form .actions .btn-secondary {
    color: var(--main-color, #142A75);
    border: none;
    background-color: transparent;
}

.toast__container {
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 1000;
}

.toast__cell{
  display:inline-block;
}

.add-margin{
  margin-top:20px;
}

.toast__svg{
  fill:#fff;
}

.toast {
  text-align:left;
    padding: 21px 0;
    background-color:#fff;
    border-radius:4px;
    max-width: 500px;
    top: 0px;
    position:relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}


.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
  border-top-left-radius:4px;
  border-bottom-left-radius: 4px;

}

.toast__icon{
  position:absolute;
  top:50%;
  left:22px;
  transform:translateY(-50%);
  width:14px;
  height:14px;
  padding: 7px;
  border-radius:50%;
  display:inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
  margin-bottom: 0;
    color: #878787;
}

.toast__content{
  padding-left:70px;
  padding-right:60px;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor:pointer;
    height: 14px;
  fill:#878787;
    transform: translateY(-50%);
}


.toast--blue .toast__icon{
  background-color:#1D72F3;
}

.toast--blue:before{
  background-color:#1D72F3;
}
