﻿/*
$primary-color: #004d99;
$secondary-color-light: #808080;
$terciary-color-yellow: #ffd500;
$ambulance-list-name-color: #004d99;
$ambulance-list-buttons: #004d99;
$ambulance-list-buttons-hover: #2bacd4;
$ambulance-list-buttons-border: #2bacd4;
$ambulance-detail-font-color: #0d4d00;
*/
.GDPR-registration-popup {
  border-style: solid;
  border-width: 2px;
  border-color: #6e00ff;
  top: 50%;
  z-index: 15;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  text-align: justify;
  text-justify: inter-word;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #6e00ff;
  width: 40%;
}
.modal-content .popupHeader {
  color: #6e00ff;
  padding-left: 30px;
}
.modal-content .gdpr-text-padding {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-content .confirm-btn {
  background-color: #6e00ff;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 40px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
