* {
  font-family: "Noto Sans";
}

div, span {
  color: black;
}

.dsr-header {
    height: 90px;
    /*background: url("../images/header.png");*/
    background-color: #3e206a;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 900;
    color: white;
    font-size: xxx-large;
    font-family: "TP Sans", "Noto Sans", Arial, sans-serif;
}
.dsr-header h1 {
  text-align: center;
  font-size: 1em;
}

h1 {
  text-transform: none !important;
  font-family: "TP Sans", "Noto Sans", Arial, sans-serif;
}

h2, h3, h4, h5, h6 {
  font-family: "TP Sans", "Noto Sans", Arial, sans-serif;
}

.dropdown [data-toggle=dropdown] {
  border: 1px solid #e50377 !important;
  border-radius: 13px;
  font-family: "Noto Sans";
  font-size: 14px !important;
  margin: 0 !important;
}
.dropdown [data-toggle=dropdown] img {
  display: none !important;
}
.dropdown [data-toggle=dropdown][aria-expanded=true] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown [data-toggle=dropdown]:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown .dropdown-menu {
  border-bottom-left-radius: 13px;
  border: 1px solid #e50377;
  box-shadow: none;
  border-bottom-right-radius: 13px;
  margin: 0 !important;
}
.dropdown .dropdown-menu .dropdown-item {
  font-family: "Noto Sans";
  font-size: 14px !important;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item.active {
  color: white !important;
  background: rgb(122, 33, 128);
  background: linear-gradient(90deg, #7a2180 0%, #99197e 35%, #e50377 100%);
}
.dropdown .dropdown-menu .dropdown-item img {
  display: none !important;
}

#choose-language {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

#top-header {
  padding: 10px;
}

a {
  font-family: Noto Sans;
}

.dsr-body .item .title {
  font-family: "TP Sans", "Noto Sans", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
}
.dsr-body .item .text {
  font-family: Noto Sans;
  font-size: 16px;
}
.dsr-body .item .text .description {
  font-family: Noto Sans;
  font-size: 16px;
}

.a-pink {
  font-family: Noto Sans;
  /*font-size: 14px;*/
  color: #e50377 !important;
  text-decoration: underline;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  background: rgb(122, 33, 128);
  background-image: linear-gradient(90deg, #7a2180 0%, #99197e 35%, #e50377 100%);
  border: 0;
  height: 1px;
}

#dsr-form-container {    
    background-color: #6f62ab;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 80px;
}
#dsr-form-container .dsr-form-left-column {
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#dsr-form-container .dsr-form-left-column a {
  align-self: start;
  color: white;
}
#dsr-form-container .dsr-form-left-column h1 {
  color: #fff;
  font-size: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: "TP Sans", "Noto Sans", Arial, sans-serif;
  width: 100%;
}
#dsr-form-container .dsr-form-left-column p {
  color: white;
}
#dsr-form-container .dsr-form-right-column {
  padding: 5%;
}
#dsr-form-container #dsr-form {
  background-color: white;
  border-radius: 15px;
  box-shadow: 10px 10px 10px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 10px 10px 10px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 10px 10px 10px -1px rgba(0, 0, 0, 0.09);
  padding: 25px;
}
#dsr-form-container #dsr-form input, #dsr-form-container #dsr-form select, #dsr-form-container #dsr-form textarea {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.21);
}
#dsr-form-container #dsr-form input.error-new-design, #dsr-form-container #dsr-form input.is-invalid, #dsr-form-container #dsr-form select.error-new-design, #dsr-form-container #dsr-form select.is-invalid, #dsr-form-container #dsr-form textarea.error-new-design, #dsr-form-container #dsr-form textarea.is-invalid {
  border: 1px solid #f7cccc;
  -webkit-box-shadow: 0 5px 15px 1px rgba(255, 3, 3, 0.2117647059);
  -moz-box-shadow: 0 5px 15px 1px rgba(255, 14, 14, 0.2117647059);
  box-shadow: 0 5px 15px 1px rgba(255, 14, 14, 0.2117647059);
}
#dsr-form-container #dsr-form .step {
  display: none;
}
#dsr-form-container #dsr-form .step.active {
  display: block;
}

.new-ui-button {
  cursor: pointer;
  border-radius: 20px;
  padding: 5px;
  font-size: 15px;
  width: 150px;
  font-family: Noto Sans;
  text-transform: uppercase;
}
.new-ui-button:focus {
  outline: none;
}

.new-ui-button-primary {
  background: linear-gradient(90deg, #7a2180 0%, #99197e 35%, #e50377 100%);
  border: none;
  color: white;
}

.new-ui-button-secondary {
  background: linear-gradient(90deg, #7a2180 0%, #99197e 35%, #e50377 100%);
  /*border: 1px solid #e50377;*/
  color: #e50377;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 1px transparent;
  background-image: linear-gradient(90deg, #7a2180 0%, #99197e 35%, #e50377 100%);
  background-origin: border-box;
  /*background-clip: content-box, border-box;*/
  box-shadow: 2px 1000px 1px #fff inset;
}

/*button.button {    

    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}
*/
/*button.button:hover {
    box-shadow: none;
    color: white;
}*/
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border: 1px solid #f7cccc;
  -webkit-box-shadow: 0 5px 15px 1px rgba(255, 3, 3, 0.2117647059);
  -moz-box-shadow: 0 5px 15px 1px rgba(255, 14, 14, 0.2117647059);
  box-shadow: 0 5px 15px 1px rgba(255, 14, 14, 0.2117647059);
}

form .has-danger {
  color: black;
}

.custom-file-label::after {
  background: white;
  color: #e50377;
  border: 1px solid #E40276;
  border-radius: 0;
  height: 38px;
}

#index .item {
  flex-direction: column;
}
#index .item .image {
  margin-bottom: 20px;
}
#index .item .image img {
  display: block;
  width: 100%;
  height: auto;
}

.form-control-feedback {
  color: #606060;
  font-size: 12px;
}

.dsr-body .item .title {
  margin: 0;
}

form input[type=checkbox]:checked + label {
  background-color: #c70a78;
  border: 1px solid #c30c79;
}

form input[type=checkbox]:checked + label:after {
  font-size: 22px;
  position: absolute;
  top: -7px;
  left: 1px;
  color: #ffffff;
}

form input[type=checkbox] + label {
  background-color: #ffffff;
  border: 1px solid #c30c79;
  border-radius: 0;
}

.previous-button {
  cursor: pointer;
  font-size: 24px;
}

