@font-face {
  font-family: "Helvetica";
  font-weight: 300;
  src: url('./font/Helvetica.woff2') format('woff2');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica", sans-serif;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3862f6;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

header .logo {
  width: 12%;
}

header .logo img {
  width: 100%;
}

header .page-title h3 {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

header .user-info h4 {
  color: #fff;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0%;
}

.dashboard-details {
  background-image: url("https://kockpit.in/blogs-community/assets/images/background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  padding: 1.5rem;
  position: relative;
}

.dashboard-details .dashboard-details-content-wrapper {
  display: flex;
  justify-content: space-between;
}

/* .dashboard-details .dashboard-details-content-wrapper .dashboard-details-content{
  text-align: center;
} */

.dashboard-details
  .dashboard-details-content-wrapper
  .dashboard-details-content
  h1 {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.dashboard-details
  .dashboard-details-content-wrapper
  .dashboard-details-content
  h1
  span {
  color: #3964fc;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dashboard-details
  .dashboard-details-content-wrapper
  .dashboard-details-content
  p {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dashboard-details
  .dashboard-details-content-wrapper
  .create-article-wrapper
  button {
  border-radius: 40px;
  background: #4e75ff;
  color: #fff;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: unset;
  outline: unset;
}
 .dashboard-article-card-wrapper {
  margin-top: -4rem;
}
 .dashboard-article-card-wrapper .article-status-card {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 51px 61px 0px rgba(10, 108, 255, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 3rem 1rem 3rem;
}

  .dashboard-article-card-wrapper
  .article-status-card
  .article-posted-img {
  width: 15%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  .dashboard-article-card-wrapper
  .article-status-card
  .article-posted-img
  img {
  width: 100%;
}
 .dashboard-article-card-wrapper .article-status-card h4 {
  color: #262633;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

  .dashboard-article-card-wrapper
  .article-status-card
  .article-posted-number {
  color: #3964fc;
  font-family: "Helvetica", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0%;
}

  .dashboard-article-card-wrapper
  .article-status-card
  .article-unpublished-number {
  color: #fc4539;
  font-family: "Helvetica", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0%;
}

  .dashboard-article-card-wrapper
  .article-status-card
  .article-drafted-number {
  color: #85c237;
  font-family: "Helvetica", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0%;
}

.articles-list-wrapper {
  margin-top: 10rem;
}

/* .articles-list-wrapper table {
  width: 90%;
  margin: auto;
} */

@media screen and (max-width: 768px) {
  header .logo {
    width: 20%;
  }
  header .page-title h3 {
    display: none;
  }

  header .user-info h4 {
    font-size: 13px;
  }

  .dashboard-details .dashboard-details-content-wrapper {
    flex-direction: column;
  }

  .dashboard-details
    .dashboard-details-content-wrapper
    .dashboard-details-content
    h1 {
    font-size: 23px;
  }

  .dashboard-details
    .dashboard-details-content-wrapper
    .dashboard-details-content
    p {
    font-size: 14px;
  }

  .dashboard-details
    .dashboard-details-content-wrapper
    .create-article-wrapper
    button {
    font-size: 11px;
    gap: 0.3rem;
    padding: 0.5rem;
  }

  .dashboard-details .dashboard-article-card-wrapper {
    display: none;
  }

  .articles-list-wrapper {
    margin-top: 1rem;
  }
}

/* Modal */
th {
  white-space: nowrap;
}
td {
  vertical-align: middle;
}
.modal-custom-header {
display: flex;
flex-direction: column;
padding: 1rem;
border-bottom: 1px solid #dee2e6;
}

.modal-custom-header h1 {
color: #262633;
font-size: 2.1875rem;
font-weight: 800;
margin-bottom: 0.5rem;
}

.modal-custom-header h1 span {
color: #3862f6;
}

.modal-custom-header p {
color: #7e7e7e;
font-size: 1.0625rem;
font-weight: 400;
}

.modal-custom-title-wrapper {
display: flex;
justify-content: space-between;
}

.modal-body h3 {
color: #000;
font-size: 1.3125rem;
font-weight: 700;
}

.modal-body p {
color: #545454;
font-size: 1rem;
font-weight: 400;
}

.modal-body form select {
background-color:#F8F8F8;
cursor: pointer;
}

.modal-body form select:focus {
background-color: #F8F8F8;
border-color: unset;
outline: 0;
box-shadow: unset;
}

.modal-body form textarea {
background-color:#F8F8F8;
cursor: pointer;
}

.modal-body form textarea:focus {
background-color: #F8F8F8;
border-color: unset;
outline: 0;
box-shadow: unset;
}

.modal-custom-footer {
border: unset;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 1rem;
}

.custom-submit-btn {
border-radius: 0.5625rem;
background: #3862f6;
color: white;
padding: 0.3rem 2rem;
border: unset;
}