@font-face {
  font-family: "UnizoFont-Regular";
  src: url("./fonts/RundDisplay/RundDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "UnizoFont-Light";
  src: url("./fonts/RundDisplay/RundDisplay-Light.woff") format("woff");
}
@font-face {
  font-family: "UnizoFont-Text";
  src: url("./fonts/RundText/RundText-Regular.woff") format("woff");
}
* {
  font-family: "UnizoFont-Text", sans-serif;
}

html {
  font-size: 16px;
}

.btn {
  border-radius: 2rem;
  font-weight: bold;
}

.btn-primary {
  background-color: #E02C2C !important;
  border-color: #E02C2C !important;
  font-weight: normal;
}

.btn-primary:hover {
  background-color: #E02C2C !important;
  border-color: #E02C2C !important;
}

.btn-primary:active {
  background-color: #E02C2C !important;
  border-color: #E02C2C !important;
}

.btn-secondary {
  background-color: #1E001E;
  border-color: #1E001E;
  font-weight: normal;
}

.btn-secondary:hover {
  background-color: #1E001E !important;
  border-color: #1E001E !important;
  font-weight: normal !important;
  color: white;
}

.unizo-text-dark {
  color: #000000;
}

.unizo-text-dark-purple {
  color: #1E001E;
}

.unipass-input .input-group-text {
  color: #000000;
}

.unizo-underline {
  text-decoration: underline;
}

.unizo-text-center {
  text-align: center;
}

.unizo-user-header {
  padding-top: 2rem;
  background-color: #DEEDF7;
  margin-top: 1rem;
}

.page-content {
  background-color: #DEEDF7;
  min-height: 90vh;
}

.navbar {
  min-height: 10vh;
  max-height: 10vh;
  margin-bottom: 0;
  color: #1E001E;
}
.navbar a:hover {
  color: #1E001E;
}
.navbar a:active {
  color: #1E001E;
}
@media only screen and (max-width: 768px) {
  .navbar {
    margin-bottom: 20px;
  }
}
.navbar .navbar-inner {
  background-color: #FFFFFF;
  width: 100vw;
}
.navbar .navbar-brand {
  margin-left: 2rem;
  height: inherit;
}
@media only screen and (max-width: 768px) {
  .navbar .navbar-brand {
    height: 50px;
  }
}
.navbar .navbar-container {
  padding: 0;
  justify-content: flex-end;
  align-items: baseline;
}
.navbar .unizo-hamburger-logo {
  width: 7rem;
}

.unizo-hr {
  border-top: 1px solid #D6D6D6;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 472px) {
  .unizo-hr {
    margin-top: 0.3rem;
  }
}

.unizo-container {
  margin-right: 0;
  max-width: 100vw;
  width: 100%;
  background-color: #F9F9F9;
  min-height: 86vh;
}

.unizo-container-row {
  min-height: 84.5vh;
}

.unizo-content {
  background-color: #DEEDF7;
}

.unizo-sidebar {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .unizo-sidebar {
    display: none;
  }
}

.unizo-sidebar-item {
  padding: 1rem;
  margin-bottom: 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  display: block;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .unizo-sidebar-item {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.unizo-sidebar-item:hover {
  background-color: #DEEDF7;
  cursor: pointer;
}

.unizo-breadcrumb {
  background-color: #1E001E;
  border-color: #1E001E;
  border-radius: 2rem;
  padding: 10px 16px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  color: white;
}

.unizo-form label {
  font-weight: normal;
}
.unizo-form .form-control {
  background-color: white !important;
  padding: 1.2rem;
}

.unizo-gsm-verify-label {
  color: #000000;
  font-size: 0.8rem;
}
.unizo-gsm-verify-label a {
  color: #000000;
}

.unizo-birthdate {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.unizo-menu-item-active {
  background-color: #DEEDF7;
}

.unizo-sidebar-item-text {
  display: inline-block;
  margin-left: 1rem;
  color: #1E001E;
}
.unizo-sidebar-item-text a {
  color: #1E001E;
}

.inner-menu {
  margin-bottom: 1rem;
}

.inner-menu-ondernemingsdetails {
  margin-bottom: 2rem;
}

.unizo-button {
  font-family: "UnizoFont-Regular", sans-serif;
  color: #1E001E;
  background-color: white;
  border-color: #D6D6D6;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  font-weight: 500 !important;
}

.unizo-button-grey {
  font-family: "UnizoFont-Regular", sans-serif;
  color: #1E001E;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  font-weight: 500 !important;
}

.unizo-button-image-left {
  margin-top: -2px;
  margin-right: 0.5rem;
}

.unizo-button-image-right {
  margin-top: -2px;
  margin-left: 0.5rem;
}

.unizo-button-underline {
  color: #1E001E !important;
  text-decoration: underline !important;
  cursor: pointer;
  font-family: "UnizoFont-Regular", sans-serif;
}

.unizo-company-image {
  width: 2rem;
}

.unizo-edit-image {
  width: 1rem;
}

.unizo-company-row {
  min-height: 8vh;
}

.unizo-bg-lightblue {
  background-color: #EFF6FB;
}

.unizo-overview-person {
  min-height: 8vh;
}

.unizo-footer {
  min-height: 4vh;
  width: 100%;
  display: flex;
  background-color: lightgrey;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .unizo-footer {
    align-content: start;
    justify-content: start;
  }
}

.unizo-login-footer {
  min-height: 4vh;
  display: flex;
  justify-content: center;
}

.unizo-login-footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .unizo-login-footer-content {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 868px) {
  .unizo-login-footer-content {
    width: 75%;
  }
}

.unizo-footer-content {
  color: #1E001E;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  margin-left: 2rem;
  margin-right: 2rem;
  width: 100%;
}
@media only screen and (min-width: 868px) {
  .unizo-footer-content {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .unizo-footer-content {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    flex-direction: column;
    align-items: start;
  }
}

@media only screen and (max-width: 768px) {
  .unizo-footer-item {
    margin-bottom: 1rem;
  }
}

.unizo-footer-content-white {
  color: white;
}

.card {
  border: none;
  border-radius: 0;
}

.unizo-font {
  font-family: "UnizoFont-Text", sans-serif !important;
}

.unizo-radio-label {
  font-weight: normal;
  color: #1E001E;
  font-size: 1rem;
}

.unizo-modal-branding {
  background-color: #EFF6FB;
  border-radius: 1em 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .unizo-modal-branding {
    display: none;
  }
}

input[type=radio]:checked {
  accent-color: #E02C2C;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.unizo-modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.unizo-modal-content {
  background-color: #FFFFFF;
  border-radius: 0 1em 1em 0;
  padding: 2rem;
}
@media only screen and (max-width: 1024px) {
  .unizo-modal-content {
    border-radius: 1em;
  }
}

.unizo-modal-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.unizo-modal-button-holder {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.unizo-modal-primary-button {
  background-color: #E02C2C;
  font-weight: normal;
  border: #E02C2C;
  font-size: 1rem;
}

.unizo-modal-secondary-button {
  background-color: white;
  color: #1E001E;
  padding-left: 1rem;
  text-decoration: underline;
  border: none;
  font-size: 1rem;
}

.unizo-table-header {
  background-color: #BEDCF0;
}

.unizo-table-header-icon-item {
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}

.unizo-table-header-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.unizo-table {
  font-family: "UnizoFont-Text", sans-serif;
  border-collapse: separate;
  border-spacing: 0 0.2em;
}

.unizo-table-row {
  background-color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.unizo-facturen-container {
  padding: 0;
}

.unizo-font-light {
  font-family: "UnizoFont-Light", sans-serif;
}

.unizo-quote {
  color: #E02C2C;
  font-family: "UnizoFont-Light", sans-serif;
}

.form-control {
  font-style: normal;
}

.form-control[disabled] {
  font-style: normal;
}

.unizo-card-body {
  padding-left: 2rem;
  padding-right: 2rem;
}

.unizo-ondernemingsdetails-last-change {
  font-size: 0.8rem;
  color: #888888;
  margin-bottom: 2rem;
  float: right;
}
@media only screen and (max-width: 472px) {
  .unizo-ondernemingsdetails-last-change {
    display: block;
    float: none;
  }
}

.unizo-select {
  border: 0.02rem solid lightgrey;
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
}

.unizo-confirm-modal-header {
  border: none;
}

.unizo-confirm-modal-content {
  padding: 1rem;
}

.unizo-confirm-modal-footer {
  border: none;
  justify-content: start;
}

.unizo-bg-grey {
  background-color: #F9F9F9;
}

.unizo-address-card {
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  min-height: 24vh;
}

.unizo-address-card-header {
  background-color: #F9F9F9;
}

.unizo-address-card-nav {
  display: inline-block;
  margin-top: auto;
}

@media only screen and (max-width: 768px) {
  .unizo-login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .unizo-logo-quote {
    display: none;
  }
}

.unizo-login-content {
  min-height: 35vh;
}

.unizo-persoonsgegevens-icon {
  min-height: 2rem;
  max-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .unizo-persoonsgegevens-icon {
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .unizo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.unizo-float-right-nonmobile {
  float: none;
}
@media only screen and (min-width: 473px) {
  .unizo-float-right-nonmobile {
    float: right;
  }
}

@media only screen and (max-width: 472px) {
  .unizo-mt-xs-2 {
    margin-top: 0.5rem;
  }
}

.unizo-ondernemingsdetail-button-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 868px) {
  .unizo-ondernemingsdetail-button-container {
    flex-direction: column;
  }
  .unizo-ondernemingsdetail-button-container .btn {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 868px) {
  .unizo-ondernemingsdetail-button-container .btn .btn-secondary {
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .unizo-ondernemingsdetail-button-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 612px) {
  .unizo-ondernemingsdetail-button-container {
    flex-direction: column;
  }
}

.unizo-button-float-right-nonmobile {
  float: right;
}
@media only screen and (max-width: 868px) {
  .unizo-button-float-right-nonmobile {
    float: none;
    margin-top: 0.5rem;
    display: block;
  }
}

@media only screen and (max-width: 868px) {
  .unizo-block-nonmobile {
    display: block;
  }
}

/*# sourceMappingURL=ciam.css.map */
