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%);
  }
}
.table-admin {
  font-size: 11px !important;
}

.table-admin th, .table-admin td {
  padding: 4px 7px;
}

.content-body {
    height: calc(100% - 0px);
}

.form-group {
  font-size: 12px;
}
.small {
  height: calc(1.35em + 0.6375rem + 1px);
  padding: 0.26875rem 0.525rem;
  font-size: 12px;
}

.primary-bg {
  background: #2d353e;
}
.aside-header {
  background: #22282f !important;
}
.aside-header img {
  margin-top: -5px;
}
.aside-logo span {
  color: #8f9dae !important;
}

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

.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;
}

.table.sortable thead .sorting{
	position: relative;
	cursor: pointer;
	padding-right: 1.7em;
}
.table.sortable thead .sorting:before {
    left: auto;
    right: 1em;
	/*content: "â†‘";*/
	content:'\1F825';
	position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: .3;
}
.table.sortable thead .sorting.asc:before {
	opacity: 1;
}
.table.sortable thead .sorting:after {
    left: auto;
    right: 0.5em;
	/*content: "â†“";*/
	content:'\1F827';
	position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: .3;
}
.table.sortable thead .sorting.desc:after {
	opacity: 1;
}

/* For Loading Overlay by CodexWorld */
/* .datalist-wrapper{
	position: relative;
}
.loading-overlay{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(255,255,255,0.7);
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

/* For Pagination Links by CodexWorld */
/* .pagination2 {
	font-family: Verdana, sans-serif;
	padding:20px;
	margin:7px;
	display: block;
    text-align: center;
}
.pagination2 a {
	margin: 2px;
	padding: 0.3em 0.64em 0.43em 0.64em;
	background-color: #ff3547;
	text-decoration: none;
	color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}
.pagination2 a:hover, .pagination2 a:active {
	padding: 0.3em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #de1818;
	color: #fff;
} */

.pagination {
  font-size: 11px;
}
.p-info, .pagination b, .pagination a {
  padding: 2px 10px;
  border: 1px solid #e0e0e0;
}

/* thumbnails file uploader */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    position: relative;
	display: inline-block;
    margin: 16px 0 0 16px;
    padding: 0;
	vertical-align: top;
    
    width: 25%;
    width: calc(25% - 16px);
    padding-top: 20%;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
.fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;  
    border-radius: 6px;
}

/* input */
.fileuploader.fileuploader-theme-thumbnails {
  margin: 0px;
  padding: 10px;
  background: #ffffff;
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
.fileuploader-popup-meta li h5{
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder h5, .fileuploader-theme-thumbnails .fileuploader-item .content-holder span {
  font-size: 9px !important;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    background: #e6ebf4;
    border: 2px dashed #92a7bf;
    text-align: center;
    font-size: 30px;
    color: #90a0bc;
	cursor: pointer;
    opacity: 0.5;
	-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {
	opacity: 1;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active,
.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
	background: #f6f6fb;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner i {
    position: absolute;
    font-style: normal;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/* items */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-items-list {
	margin: -16px 0 0 -16px;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item {
	border-bottom: 0;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 0;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item-inner {
	background: rgba(0, 0, 0, 0.02);
	overflow: hidden;
	z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    width: 100%;
	height: 100%;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
	position: relative;
    background: #ffff;
	text-align: center;
	overflow: hidden;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon {
    background-size: 30%;   
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    display: none;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action-popup {
    border-radius: 6px;
    z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item .type-holder {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    z-index: 2;
}
.fileuploader-theme-thumbnails .fileuploader-item .actions-holder {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    height: 20px;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action {
    margin-left: 8px;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
       background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    z-index: 2;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder h5 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder span {
    display: block;
    font-size: 11px;   
    color: rgba(255, 255, 255, 0.8);
}

/* uploading */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.upload-failed .fileuploader-item-inner {
	background: #db6868;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #fff;
    display: none;
    z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
	position: relative;
    top: 50%;
	width: 80%;
    height: 6px;
	margin: 0 auto;
    margin-top: -6px;
	background: #dde4f6;
}

/* sorter */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting {
    padding-top: 0;
    margin: 0;
}
.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: #f0f3f9;
    border-radius: 6px;
}

/* responsive */
@media all and (max-width: 768px) {
    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 33.33333333%;
        width: calc(33.33333333% - 16px);
        padding-top: 30%;
    }
}
@media all and (max-width: 480px) {
    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 50%;
        width: calc(50% - 16px);
        padding-top: 40%;
    }
}