.empty-content {
  color: #30303033;
  font-size: 18px;
}
.form-control-placeholdericon {
  font-family: "Sukhumvit Set", "knit";
}

.modal-content {
  border-radius: 12px;
}

.line {
  text-decoration: none;
  color: red;
}

.form-control-placeholdericon {
  font-family: "Sukhumvit Set", "knit";
}
.card {
  font-weight: 400;
  box-shadow: 0px 5px 15px #30303033;
  border: none;
  border-radius: 12px;
}

.card-headers {
  color: black;
  font-size: 14px;
}

::-webkit-input-placeholder {
  font-size: 14px;
}
.search-text {
  color: #007cc4;
}
.modal-description {
  color: #c4c4c4;
}
.form-select {
  height: 48px;
  font-size: 14px;
  color: #c4c4c4;
  border: none;
  box-shadow: 0px 3px 11px #00000029;
}

.download-btn {
  color: #007cc4;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  border-top: 1px solid #f6f6f6;
  text-decoration: none;
}
.btn-close {
  /* color: #ffffff; */
  /* background-color: #ffffff; */
  z-index: 2;
}
.image {
  width: 100%;
  border-radius: 10px;
}
.btn-upload-img {
  font-size: 14px;
  font-weight: 600;
  width: 90%;
  height: 50px;
  color: #007cc4;
  background-color: #ffffff;
  border-radius: 23px;
}

.search-btn {
  background-color: #007cc4;
  border-radius: 10px;
  height: 50px;
}
.search-input {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 3px 11px #00000029;
  height: 50px;
}
::-webkit-input-placeholder {
  font-size: 14px;
}
.search-text {
  color: #007cc4;
  font-weight: 600;
}
.modal-description {
  color: #c4c4c4;
}
.form-select {
  height: 48px;
  font-size: 14px;
  color: #c4c4c4;
  border: none;
  box-shadow: 0px 3px 11px #00000029;
}

.success-modal {
  color: #0adb7a;
  font-size: 16px;
}

.textheader {
  font-weight: 600;
  margin-top: 10px;
  font-family: Sukhumvit Set;
  font-size: 20px;
  text-align: center;
  color: black;
}
p {
  color: #ff0000;
  font-family: Sukhumvit Set;
  font-size: 12px;
  position: relative;
  font-weight: bold;
}

.calendar {
  margin-top: 5px;
  height: 40px;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: black;
}

.calendar:focus {
  border-color: transparent;
  border: none;
  outline: none;
}

.textdate {
  font-weight: bold;
  font-size: 12px;
  font-family: Sukhumvit Set;
}

input[type="text"] {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

/* galaxy fold */
@media screen and (min-width: 280px) {
  .textheader {
    font-size: 18px;
  }

  p {
    font-size: 12px;
  }
  .preview-modal-description {
    width: 80%;
    height: 70%;
    position: absolute;
    /* background-color: #00000048; */
    opacity: 0.8;
    overflow-x: scroll;
    background: #00000048 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 8px;
    color: #ffffff;
    /* height: 100%; */
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .textheader {
    font-size: 26px;
  }

  p {
    font-size: 18px;
  }
  .preview-modal-description {
    width: 80%;
    height: 50%;
    position: absolute;
    /* background-color: #00000048; */
    opacity: 0.8;
    overflow-x: scroll;
    background: #00000048 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 8px;
    color: #ffffff;
    /* height: 100%; */
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .preview-modal-description {
    width: 80%;
    height: 70%;
    position: absolute;
    /* background-color: #00000048; */
    opacity: 0.8;
    overflow-x: scroll;
    background: #00000048 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 8px;
    color: #ffffff;
    /* height: 100%; */
    font-size: 18px;
  }
}
