#listcompanies {
  margin-right: 180px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.toggler {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 125px;
  left: 250px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2378dc;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider-status {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
.slider-status.on {
  color: #2378dc;
}
.slider-status.off {
  color: #e8e9ea;
}

.gdpr-modal-footer {
  position: relative;
  border-top: 1px solid #e8e9ea;
  width: calc(100% - 60px);
  text-align: right;
  padding: 20px 30px;
}
.gdpr-modal-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.gdpr-modal-body .gdpr-modal-tabs {
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  width: 210px;
  border-right: 1px solid #e8e9ea;
}
.gdpr-modal-body .gdpr-modal-tabs .tab {
  height: 65px;
  cursor: pointer;
  background-color: #e8e9ea;
  text-align: left;
  padding-left: 35px;
  font-size: 14px;
  line-height: 65px;
  border-bottom: 1px solid #fff;
}
.gdpr-modal-body .gdpr-modal-tabs .tab.active {
  background-color: #fff;
}
.gdpr-modal-body .gdpr-modal-tabs .tab:last-child {
  border-bottom: 0;
}
.gdpr-modal-body .gdpr-modal-tabs .tab:first-child {
  border-top: 0;
}
.gdpr-modal-body .gdpr-modal-text {
  font-size: 14px;
  line-height: 21px;
  padding: 30px 40px 80px 40px;
  max-width: 430px;
}
.gdpr-modal-header {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e8e9ea;
  top: 25px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 1px;
}
#requestion {
  margin-top: 30px;
  margin-bottom: 30px;
}
.closer,
.gdpr-modal-closer {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 48px;
  font-weight: 200;
}
.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 41, 39, 0.7);
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 11;
}
.gdpr-modal {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 95%;
  width: 770px;
  padding-top: 30px;
  min-height: 430px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  z-index: 12;
}
.gdpr-modal a{
  color: #2378dc;
  text-decoration: none;
}
.gdpr-modal p {
  font-size: 14px;
  max-width: 495px;
  color: #000;
  line-height: 21px;
  text-align: left;
}
.gdpr-modal h3, .gdpr-modal h2 {
  text-align: center;
  max-width: 495px;
  font-size: 27px;
  color: #000;
  margin-bottom: 30px;
  color: #337ab7;
}
.gdpr-modal .button-tray {
  margin-top: 10px;
}
.gdpr-modal .btn {
  border-radius: 3px;
  width: 265px;
  height: 60px;
  font-weight: 700;
  margin: 5px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border: 2px solid #2378dc;
  color: white;
}
.gdpr-modal .btn:hover {
    padding: 10px;
}
.gdpr-modal .btn-outline {
  color: #2378dc;
}
.gdpr-modal .btn-primary {
  background: #2378dc;
}
.btn.save {
  margin: 5px 10px 5px 50px;
}
