html,
body {
  overflow-x: hidden;
  background-color: white;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  position: absolute;
  width: 80px;
  z-index: 2;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#header-create-page {
  display: flex;
  flex-direction: row;
}

.item-header-create-page {
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 14px 0px 5px;
  border-bottom-width: 1px !important;
  border-bottom-color: #d9d9d9 !important;
  border-bottom-style: solid !important;
}

.activityPage {
  border-bottom-width: 3px !important;
  border-bottom-color: #7a8f95 !important;
  border-bottom-style: solid !important;
  font-weight: bold;
}

.inactivityDiv {
  display: none !important;
}

.blue-square {
  background-color: rgba(53, 182, 250, 0.15);
  height: 155px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -25px;
}

.text-span-link-offer {
  font-size: 12px;
  color: #747474;
  padding-top: 14px;
}

.label-form-modal-mb {
  font-size: 14px;
  color: #363636;
  font-weight: normal;
}

.dropdown-menu {
  width: 100% !important;
  min-width: 0% !important;
  font-size: 14px !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.images-field {
  width: 100%;
  min-height: 143px;
  height: 200px;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow-y: hidden;
}

.text-link {
  padding-left: 33px;
  padding-right: 32px;
  text-align: center;
  padding-top: 10px;
  color: #747474;
  font-size: 15px;
}

.img-picker2 {
  width: 33.3333% !important;
}

.card-footer {
  display: none !important;
}

.image-create {
  display: flex;
  flex-wrap: wrap;
}

.col-sm-2 {
  width: 33.33333%;
}

.img-fluid {
  max-width: none !important;
  border: 1px solid #bcbcbc;
  background-color: #d9d9d9;
}

.text-center {
  min-width: fit-content !important;
}

.btn-group-sm > .btn,
.btn-sm {
  display: none !important;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  #content-uploads .col-sm-2 {
    max-width: none !important;
    width: 33.33333% !important;
  }
}

.image-put {
  background-color: white;
  height: 40px;
  border: 1px solid #1a8dca;
  justify-content: center;
  text-align: center;
  color: #1a8dca;
  line-height: 35px;
  font-size: 15px;
  margin-top: -16px;
}

.image-put-image {
  background-color: white;
  height: 40px;
  border: 1px solid #1a8dca;
  justify-content: center;
  text-align: center;
  color: #1a8dca;
  line-height: 35px;
  font-size: 15px;
  border-top-color: transparent;
}

.radio-items {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #363636;
  line-height: 1;
  margin-top: 10px;
}

.radio-items input[type="radio"] {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
  transform: scale(1.3);
}

@media only screen and (max-width: 305px) {
  .radio-items {
    font-size: 11px;
  }
  .radio-items input[type="radio"] {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
  }
}

.sent-page {
  margin-left: 40px;
  margin-right: 42px;
  text-align: center;
}

.sent-page-title {
  color: #7A8F95;
  font-weight: bold;
  font-size: 15px;
  margin-top: 19px;
}

.sent-page-subtitle {
  color: #747474;
  font-size: 14px;
  margin-top: 5px;
}

.sent-page-buttons {
  margin-top: 25px;
}

.sent-page-buttons-seeOffers {
  border: 1px solid #BCBCBC;
  width: 130px;
  height: 40px;
  background-color: white;
  color: #747474;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
}

.sent-page-buttons-suggestOther {
  border: none;
  width: 130px;
  height: 40px;
  background-color: #6ECE66;
  color: white;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
}

.information-field {
  height: 152px !important;
}

.information-field::placeholder {
  font-size: 15px !important;
  color: #747474;
}

.note-input {
  background-color: black !important;
  overflow-x: hidden!important;
}