@charset "UTF-8";
body {
  background-color: rgb(248, 249, 250) !important;
}

#dwn_logo {
  background: -webkit-linear-gradient(177deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 70px;
}

.card {
  overflow: hidden;
  border: 0;
  border-radius: 15px;
}

.dwn_btn {
  background: transparent linear-gradient(177deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
  padding: 16px 30px;
  color: #fff !important;
  border-radius: 25px !important;
  border: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  right: 5px;
  top: 5px;
  text-decoration: none;
  transition: all ease 0.5s;
}
.dwn_btn:hover {
  background: transparent linear-gradient(177deg, #A0157F 0%, #E5397A 51%, #FA5420 100%) 0% 0% no-repeat padding-box;
}
.dwn_btn:disabled, .dwn_btn.disabled {
  background: #E5E4E3 !important;
  color: #6B7276 !important;
  cursor: not-allowed;
}

.dwn_form input, .dwn_form select {
  color: #1a3948 !important;
  font-size: 21px !important;
  height: 60px;
  border-radius: 25px !important;
  padding-right: 135px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.dwn_form select {
  padding-left: 60px;
  min-width: 380px;
  -webkit-appearance: none; /* Для Webkit-браузеров (Chrome, Safari) */
  -moz-appearance: none; /* Для Firefox */
  appearance: none;
  background: transparent;
  z-index: 2;
}
.dwn_form .dwn_btn {
  position: absolute !important;
  z-index: 10 !important;
}

#dwn_link_input {
  padding-left: 60px;
}

#dwn_link_input_clear_btn {
  position: absolute;
  padding: 0;
  top: 6px;
  left: 15px;
  font-size: 30px;
  z-index: 9;
}

#dwn_link_icon {
  position: absolute;
  padding: 0;
  top: 8px;
  left: 14px;
  z-index: 9;
  font-size: 30px;
}

.select_wrapper {
  position: relative;
  background: #fff;
  border-radius: 25px;
}
.select_wrapper .arrow_helper {
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 18px;
  font-size: 16px;
}

#profile_wrapper {
  background: #fff;
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 0px;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 8px 16px;
  padding-bottom: 0;
  max-width: 300px;
}
#profile_wrapper #profile {
  max-width: 100%;
}
#profile_wrapper h6 {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 12px;
}
#profile_wrapper .ahoj {
  margin-bottom: 16px;
}
#profile_wrapper .progress {
  margin-bottom: 8px;
  height: 24px;
}
#profile_wrapper .dropdown-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.176);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 8px;
}
#profile_wrapper .text-body-secondary {
  color: #9fabb0 !important;
  font-size: 14px;
}

.alert {
  border: 0 !important;
  border-radius: 25px;
}

.alert-light {
  background: #fff;
}

/*# sourceMappingURL=styles.css.map */
