@import 'fonts.css';
.admin form button.fas,
.admin form .button.fas {
  background: transparent !important;
}
button,
.button {
  background: #305D58 0% 0% no-repeat padding-box !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  min-width: 110px;
}
button.disabled,
.button.disabled {
  cursor: not-allowed !important;
}
button .disabled > *,
.button .disabled > * {
  pointer-events: none;
}
button.black_grey,
.button.black_grey {
  background: #1D3E40 0% 0% no-repeat padding-box !important;
  font-weight: normal !important;
}
button:hover,
.button:hover,
button.active,
.button.active {
  background: transparent linear-gradient(180deg, #D3D51F 0%, #01AAB1 100%) 0% 0% no-repeat padding-box !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
button:active,
.button:active,
button:focus,
.button:focus {
  outline: none;
}
button.inverse,
.button.inverse {
  background: none !important;
  border: none !important;
}
button.inverse:hover,
.button.inverse:hover,
button.inverse.active,
.button.inverse.active {
  background: transparent linear-gradient(180deg, #D3D51F 0%, #01AAB1 100%) 0% 0% no-repeat padding-box !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
button.line,
.button.line {
  min-width: 0 !important;
  border-bottom: 1px solid transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
button.line:hover,
.button.line:hover,
button.line.active,
.button.line.active {
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  background: none !important;
}
.navbar-block a {
  border-radius: 0 !important;
}
.icon-plus {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('/images/icon_plus.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.icon-plus:hover {
  cursor: pointer;
  transform: rotate(90deg);
}
.icon-minus {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('/images/icon_minus.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.icon-minus:hover {
  cursor: pointer;
  transform: rotate(180deg);
}
button.fas {
  min-width: 0;
  display: inline-block;
  border: 0;
  background: none;
  padding: 0 !important;
}
button.fas:hover {
  color: #D3D51F !important;
  border: 0 !important;
  background: none !important;
}
.pagination {
  margin-top: 50px;
  text-align: center;
  justify-content: center;
}
.pagination .page-item {
  margin-right: 5px;
}
.pagination .page-item.disabled .page-link,
.pagination .page-item.active .page-link {
  background-color: #1D3E40 !important;
  border: 1px solid #1D3E40 !important;
  border-radius: 0;
}
.pagination .page-item .page-link {
  background-color: #305D58 !important;
  border: 1px solid #305D58 !important;
  border-radius: 0;
  color: #fff !important;
}
.form-control.is-invalid {
  border: 1px solid red;
}
.form-group {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.form-group label {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0.3rem !important;
}
.form-group input {
  font-family: 'Circe';
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 6px 11px;
  box-shadow: none !important;
}
.form-group select {
  width: 100%;
  padding: 6px 11px;
  border-radius: 5px;
  background-color: #fff;
}
.form-group .bootstrap-select {
  margin-bottom: 5px;
}
.form-group .bootstrap-select .filter-option-inner-inner {
  color: #717171;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Circe';
}
.form-group .bootstrap-select button {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: normal !important;
  font-family: 'Circe';
}
.form-group .bootstrap-select button:hover,
.form-group .bootstrap-select button:active,
.form-group .bootstrap-select button:focus {
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-group .bootstrap-select .dropdown-menu {
  z-index: 99 !important;
}
.form-group input:disabled,
.form-group .bootstrap-select.disabled {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  color: #fff !important;
}
.form-group input:disabled .dropdown-toggle.disabled,
.form-group .bootstrap-select.disabled .dropdown-toggle.disabled {
  background: transparent !important;
  opacity: 1;
  border: none;
}
.form-group input:disabled .filter-option-inner-inner,
.form-group .bootstrap-select.disabled .filter-option-inner-inner {
  color: #fff !important;
}
.form-group input:disabled .dropdown-toggle::after,
.form-group .bootstrap-select.disabled .dropdown-toggle::after {
  display: none;
}
.placement .bootstrap-select {
  width: 100% !important;
}
body {
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 70px;
  font-family: 'Circe' !important;
  min-height: 100vh;
}
body .logo {
  width: 146px;
}
.login-page {
  padding-top: 80px;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.login-page .login-block {
  margin-top: 80px;
}
.login-page .login-block .form-group {
  margin-bottom: 20px !important;
}
.login-page .login-block .login-label {
  text-align: left;
  font: normal normal bold 26px/39px Circe;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  font-size: 26px;
  margin-bottom: 30px;
}
.login-page .login-block input {
  font-family: 'Circe';
  font-size: 16px;
}
.login-page .login-block label {
  color: #fff;
}
.login-page .login-footer-block {
  margin-top: 100px;
}
.login-page .login-footer-block .login-footer__text {
  font-size: 16px;
  color: #838383;
}
.login-page .form-control.is-invalid {
  border: 1px solid red;
}
.header-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 125px;
}
.header-block .user-block {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-right: 25px;
}
.header-block .user-block .user-block-username {
  margin-left: 5px;
}
.header-block .user-block .user-block-username a {
  color: #fff !important;
  border-bottom: 1px solid transparent;
}
.header-block .user-block .user-block-username:hover a {
  color: #fff !important;
}
.header-line {
  width: 100%;
  height: 2px;
  background: transparent linear-gradient(180deg, #D3D51F 0%, #01AAB1 100%) 0% 0% no-repeat padding-box;
  margin-top: 10px;
}
.navbar-block ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  padding: 0;
}
.navbar-block ul li {
  position: relative;
  margin-right: 45px;
}
.navbar-block .navbar-count {
  position: absolute;
  top: -5px;
  right: -20px;
  width: 17px;
  height: 17px;
  background: transparent linear-gradient(180deg, #D3D51F 0%, #01AAB1 100%) 0% 0% no-repeat padding-box;
  color: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.content-block {
  margin-top: 31px;
  position: relative;
  padding: 20px;
}
.content-block .content-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 0.15;
}
.content-block .content-context {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
}
.dragndrop-file-block .custom-file.b-form-file {
  height: 300px !important;
  background-position: center;
  background-repeat: no-repeat;
}
.dragndrop-file-block .custom-file.b-form-file.placement_photo {
  background-image: url('../images/file_photo.svg');
}
.dragndrop-file-block .custom-file.b-form-file.placement_scheme {
  background-image: url('../images/file_document.svg');
}
.dragndrop-file-block .custom-file.b-form-file .form-file-text {
  display: none !important;
}
.dragndrop-file-block .custom-file.b-form-file .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: '' !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
.dragndrop-file-block .custom-file-label {
  width: 100%;
  height: 300px !important;
  border: 2px solid #707070 !important;
  background-color: transparent !important;
}
.button-file-block {
  margin-top: 10px;
}
.button-file-block .custom-file.b-form-file {
  width: 177px;
}
.button-file-block .custom-file.b-form-file .form-file-text {
  display: none !important;
}
.button-file-block .custom-file.b-form-file .custom-file-input ~ .custom-file-label[data-browse]::after {
  width: 177px !important;
  height: 36px !important;
  padding: 0.375rem 0.75rem;
  background: transparent;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
.button-file-block .custom-file.b-form-file .custom-file-label {
  background-color: transparent !important;
  border: none !important;
}
.filename {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #305D58;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.resetfiles {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  background-image: url('../images/icon-close.svg');
}
.resetfiles:hover {
  cursor: pointer;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: end;
}
.fs18 {
  font-size: 18px !important;
}
.mt-30 {
  margin-top: 30px;
}
h1 {
  color: #fff !important;
  font-size: 26px !important;
  font-family: 'Circe';
  font-weight: bold;
  margin-bottom: 25px;
}
.hr {
  height: 2px;
  background-color: #717171;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.filter-block .bootstrap-select {
  margin-right: 14px;
}
.filter-block .bootstrap-select.show > .dropdown-toggle:after {
  transform: rotate(180deg);
}
.space-item {
  position: relative;
  padding: 5px 10px 5px 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.space-item .space-item-background {
  background: #fff;
  border-radius: 5px;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.space-item .space-item-block {
  position: relative;
  z-index: 4;
}
.space-item__title {
  color: #FBFBFB;
  font-size: 16px;
  font-family: 'Circe';
}
.space-item__title a {
  color: #FBFBFB !important;
}
.space-item .button-block {
  display: flex;
  padding-right: 20px;
  justify-content: end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.space-item .button-block .button-block__inner {
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  padding-left: 10px;
  flex-wrap: wrap;
}
.space-item .btn-more {
  margin-left: 10px;
  margin-right: 10px;
  width: 132px;
  height: 34px;
}
.btn {
  border: none !important;
}
.placement {
  font-size: 14px;
  font-family: 'Circe';
  color: white;
}
.placement .placement-subtitle {
  font-size: 12px !important;
  line-height: 1.8 !important;
  margin-bottom: 20px;
}
.placement .placement-item {
  position: relative;
  padding: 5px 10px 5px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.placement .placement-item .placement-item-background {
  background: #fff;
  border-radius: 5px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.placement .placement-item .placement-item-block {
  position: relative;
}
.modal {
  background: transparent !important;
}
.modal .modal-dialog {
  max-width: 602px;
  height: 182px;
}
.modal .modal-content {
  font-family: 'Circe';
  align-items: center;
  justify-content: center;
}
.modal .modal-title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.modal .modal-body {
  font-size: 14px;
  padding: 4px;
  text-align: center;
}
.modal .modal-footer {
  padding: 20px 0 10px;
  border: 0;
}
.modal .button {
  margin: 0 10px;
}
.placement_photo_label {
  color: #fff;
  font-size: 18px;
  text-align: center !important;
  margin-bottom: 20px;
}
.disabled input {
  pointer-events: none !important;
}
.disabled button {
  pointer-events: none !important;
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}
.search p {
  color: #FFF;
}
#small_add_placement_successful .modal-dialog {
  top: 0 !important;
  right: 15px !important;
  position: absolute !important;
  display: flex !important;
  align-items: flex-start !important;
}
#small_add_placement_successful .modal-content {
  background: transparent linear-gradient(180deg, #D3D51F 0%, #01AAB1 100%) 0% 0% no-repeat padding-box !important;
  border-radius: 0 !important;
}
#small_add_placement_successful .modal-content .modal-title {
  padding: 15px !important;
  margin-top: 0 !important;
  font-size: 20px !important;
}
#small-modal-title {
  color: #fff !important;
}
#small_add_placement_successful {
  display: block;
  width: 350px;
  height: 315px;
  right: 0;
  position: absolute;
  top: 0;
  left: auto;
}
.refresh {
  background-image: url('../images/refresh.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.refresh:hover {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */