﻿.privacy-section {
	font-size: 100%;
}
.privacy-warning {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #155199;
    border-top: 2px solid #e8e2e5;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 2rem 1rem;
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 10%);
}
.privacy-warning .learnMore, .privacy-warning .submit {display: inline-block;}
.privacy-warning .learnMore a, .privacy-warning .submit a {cursor: pointer;/* border-radius: 20px; *//* padding: 1rem 2rem; */}
.privacy-warning .learnMore a:hover, .privacy-warning .submit a:hover {border-color: #FFF;}
.close-btn {
      position: relative;
      color: #FFF;
      top: -1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      margin: 0;
      width: 3rem;
      height: 3rem;
      line-height: normal;
      font-size: 1.5rem;
      border-radius: 50%;
      border: 1px solid #FFF;
}
.close-btn:hover {color: #FFF; border: 1px solid #FFF;}
.error-user-exist{display:none}
.SectionCompanyList{display:none}
.disabled{pointer-events: none;}
.hidden{display: none;}
.loader {position: fixed; top:  0; z-index: 99999; width: 100%; height: 100%; display: none;  background: rgba(255, 255, 255, 0.75);}
.active-loading {display: block;}
.loading-img {position: absolute; left: 0; right: 0; bottom: 0; top:  0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.loading-img > img {max-width: 4rem;}
.privacy-warning .info {
  padding-bottom: 1rem;
}
.privacy-warning .learnMore a.checkall-button {
  color: #FFF !important;
  border: 1px solid #FFF;
}
.privacy-warning .learnMore a, .privacy-warning .submit a {font-weight: normal;}
.privacy-section .more-button, .privacy-section .checkall-button {border-radius: 20px;padding: 1rem 2rem;font-size:1rem; cursor: pointer;} 
.privacy-section .modal-header,
.privacy-section .modal-footer {
	border: 0;
}
.privacy-section .modal-header {
	text-align: center;
	justify-content: center;
}
.privacy-section .modal-title {
	text-transform: uppercase;
}
.privacy-section .modal-body {
	padding: 2rem;
}
.privacy-section .modal-body label {
	margin: 0;
	font-size: 1rem;
}
.privacy-section .modal-body ul li {
	list-style: none;
}
.privacy-section .modal .checkall-button {
	background: #FFF;
}
.privacy-section .modal .checkall-button:hover {
	background: #155199;
	color:#fff;
}
.privacy-section 
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.privacy-section 
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.privacy-section 
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.privacy-section 
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.privacy-section 
input:checked + .slider {
  background-color: #155199;
}

.privacy-section input:checked:disabled + .slider {
    background-color: gray;
}
.privacy-section 
input:focus + .slider {
  box-shadow: 0 0 1px #155199;
}
.privacy-section 
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.privacy-section 
.slider.round {
  border-radius: 34px;
}
.privacy-section 
.slider.round:before {
  border-radius: 50%;
}
.privacy-section .modal-body .list-group-item label span {
  display: block;
}
@media (max-width: 600px) {
	.privacy-section .submit, .privacy-section .learnMore {
		display: block;
	}
	.privacy-section .more-button, .privacy-section .checkall-button {
		width: 100%;
		display: block;
	}
	 .privacy-section .modal-footer {
		 flex-direction: column;
	 }
	.privacy-section .modal-footer button {
		 margin-bottom: 1rem;
	 }
}