body {
  padding: 40px;
  background-color: #f5f5f5;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji";
}

@keyframes slide {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

.primary-bg {
  background: linear-gradient(90deg, #021048, rgb(30 56 163)) !important;
}
.aside-header {
  background: #021048 !important;
}
.aside-header img {
  margin-top: -5px;
}
.aside-logo span {
  color: #3496d1 !important;
}

.custom-select {
  font-size: 14px;
}

.content-body {
  padding: 0;
}

.placeholder-wrapper {
  max-width: 420px;
  margin: auto;
}

.placeholder {
  position: relative;
  margin: auto;
  overflow: hidden;
  user-select: none;
  background: #fff;
  margin-bottom: 10px;
}
.placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 54%
    )
    50% 50%;
  animation: slide 1s linear infinite;
}

.line-container {
  display: block;
  line-height: 0;
}

.placeholder__head {
  display: flex;
  align-items: center;
}
.placeholder__head .line-container {
  flex: 1;
}

.avatar-box {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-color: #e2e2e2;
}

.avatar-circle {
  border-radius: 50%;
}

.placeholder-line {
  display: inline-block;
  width: 100%;
  background-color: #e2e2e2;
  height: 8px;
}
.placeholder-line:not(:last-child) {
  margin-bottom: 10px;
}

.space {
  height: 10px;
  display: block;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.h-10 {
  height: 10px;
}

.h-12 {
  height: 12px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-20-f {
  height: 20px !important;
}

.w-20-f {
  width: 20px !important;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.placeholder-box {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.cur-pointer-f {
  cursor: pointer !important;
}
.profile-info-list a {
  color: #8392a5 !important;
}

.blink {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.profile-skillset h4 {
  font-size: 17px;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #fbfbfb;
}

.file-list {
  display: flex;
  flex-wrap: wrap;
}
.file-list li {
  display: flow-root;
  margin-bottom: 12px;
  margin-right: 12px;
  width: 204px;
}
.item4 li {
  width: 165px;
}
.item4 .card-file-thumb {
  height: 90px;
}

/** file uploader **/
/* input */
.fileuploader-theme-dragdrop .fileuploader-input {
  display: block;
  padding: 60px 0;
  background: #fff;
  border: 2px dashed #c2cdda;
  border-radius: 14px;
  text-align: center;
}

.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-icon-main {
  display: block;
  font-size: 56px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.fileuploader-theme-dragdrop .fileuploader-input h3 {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  color: #5b5b7b;
  white-space: normal;
  box-shadow: none;
}
.fileuploader-theme-dragdrop .fileuploader-input p {
  margin: 0;
  padding: 0;
  color: #90a0bc;
  margin-bottom: 12px;
}

/* dragging state */
.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner > * {
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.fileuploader-theme-dragdrop
  .fileuploader-input.fileuploader-dragging
  .fileuploader-input-inner
  > * {
  transform: translateY(18px);
  opacity: 0;
}
.fileuploader-theme-dragdrop
  .fileuploader-input.fileuploader-dragging
  .fileuploader-icon-main {
  transform: translateY(30px) scale(1.2);
  opacity: 0.6;
}
.fileuploader-theme-dragdrop
  .fileuploader-input.fileuploader-dragging
  .fileuploader-input-caption {
  transform: translateY(30px);
  opacity: 0.6;
}

/** uploader box after **/
/* input */
.fileuploader-theme-boxafter {
  padding-top: 0.1px;
}
.fileuploader-theme-boxafter .fileuploader-input {
  display: block;
  margin-top: 48px;
  padding: 28px 0;
  background: rgba(120, 155, 236, 0.06);
  border: 2px dashed #d5dee8;
  border-radius: 14px;
  text-align: center;
  color: #bbc2d4;
  transition: all 0.2s ease;
}
.fileuploader-theme-boxafter .fileuploader-input h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.fileuploader-theme-boxafter .fileuploader-input h3 a {
  color: #789bec;
  text-decoration: none;
  font-weight: 700;
}
.fileuploader-theme-boxafter .fileuploader-input-button {
  position: absolute;
  top: -24px;
  right: 12px;
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.fileuploader-theme-boxafter .fileuploader-input.fileuploader-dragging {
  transform: scale(1.03);
  background: rgba(120, 155, 236, 0.1);
}

/* list */
.fileuploader-theme-boxafter .fileuploader-items {
  margin-top: -1px;
}
.fileuploader-theme-boxafter
  .fileuploader-items
  .fileuploader-item
  .fileuploader-progressbar {
  flex: 0;
  bottom: -6px;
  margin-left: 52px;
  width: calc(100% - 52px);
  background: rgba(0, 0, 0, 0.06);
}

.content-header-wt {
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  display: flex;
  align-items: center;
  width: 100%;
  padding:10px 30px;
}
@media (min-width: 320px) and (max-width: 576px) {
  .content-header-wt{
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 992px){
  .content-header-wt{
    padding: 10px 25px;
  }
}
@media (min-width: 320px) and (max-width: 768px){
  .card{
    border-radius: 0px;
  }
  .doc-list {
    padding: 0 15px;
  }
  .profile-sidebar {
    padding: 0 15px;
  }
  .personal-info {
    padding-left: 3px;
  }
}
.content-body-wt {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #10b759;
  background-color: #10b759;
}
