body {
  font-size: 14px;
  overflow-x: hidden;
}
body.auth {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.auth .card {
  border-radius: 16px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 15px;
  border: 0;
}
.card-form .form-textarea {
  height: 113px;
}
.form-control {
  border-radius: 10px;
  /* border: solid 1px rgba(112, 112, 112, 0.6); */
  border: solid 1px #d9d9d9;
  font-size: 14px;
}
.form-group {
  position: relative;
}
.card-form-title {
  font-size: 24px;
  font-weight: 500;
  color: #1e2d52;
  line-height: 1.15;
  margin-bottom: 20px;
}
label {
  font-weight: 500;
  line-height: normal;
  color: #1e2d52;
}
.navbar .logo {
  margin-bottom: 0;
  height: 42px;
}
.nav-link {
  display: flex;
  align-items: center;
}
.logo {
  margin-bottom: 15px;
  height: 65px;
}
.text-caption {
  position: sticky;
  top: 0;
}
.logo-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 20px;
  line-height: normal;
}
.text-info {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.33;
  color: #1e2d52 !important;
}
.btn-file-input {
  width: 100%;
}
.btn-file-input2 {
  width: 100%;
}
.image-wrap {
  width:100%;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #d5d5d5;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}
.image-wrap img{
  width:100%;
  width: 100%;
  max-width: 180px;
  max-height: 152px;
  object-fit: contain;
}
.btn-file-input::-webkit-file-upload-button {
  visibility: hidden;
  position: absolute;
}
.btn-file-input, .btn-file-input-dyn{
  color: transparent;
}
.btn-file-input::before {
  align-items: center;
  display: block;
  text-align: center;
  position: relative;
  content: 'Upload File';
  background-color: #d9d9d9;
  border-radius: 8px;
  padding: 5px 0;
  margin-top: 10px; 
  cursor: pointer;
  font-size: 15px;
  line-height: 1.33;
  color: #707070;
}
.btn-file-input2::-webkit-file-upload-button {
  visibility: hidden;
  position: absolute;
}
.btn-file-input2, .btn-file-input-dyn2{
  color: transparent;
}
.btn-file-input2::before {
  align-items: center;
  display: block;
  text-align: center;
  position: relative;
  content: 'Upload File';
  background-color: #d9d9d9;
  border-radius: 8px;
  padding: 5px 0;
  margin-top: 10px; 
  cursor: pointer;
  font-size: 15px;
  line-height: 1.33;
  color: #707070;
}
@media (min-width: 1200px) {
  .card-body {
    padding: 24px 30px 32px 30px;
  }
  .card-form {
    max-width: 100%;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 30px;
    min-height: 620px;
  }
  .p {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 576px) {
  .p {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .button-action {
    display: flex;
    flex-direction: column-reverse;
  }
}
.text-caption {
  padding: 48px;
}
@media (max-width: 992px) {
  .text-caption {
    text-align: center;
    padding: 20px 15px;
  }
}
.button-action {
  margin-top: 20px;
  text-align: center;
}
.btn {
  height: 40px;
  border-radius: 18px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: solid 1px #707070;
  transition: .2s;
}
.btn:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.10);
}
.btn-toolbar .btn,
.auth .btn,
.button-action .btn {
  min-width: 200px;
  max-width: 100%;
}
@media (max-width: 576px) {
  .btn-toolbar .btn,
  .auth .btn,
  .button-action .btn {
    min-width: 150px;
  }
}
.p {
  font-size: 26px;
  color: #eefefe;
}
.text-warning {
  color: #ffd500;
}
.text-subtitle {
  font-size: 18px;
  color: rgba(112, 112, 112, 0.6);
}
.text-info {
  color: #50b1fb;
}
hr {
  margin: 20px 0;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.16);
  background: transparent;
}

@media (max-width: 992px) {
  .logo-header {
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .logo-title {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .card-form-title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.icon-custom {
  width: 60px !important;
  height: 152px;
}

.btn {
  border: 1px solid transparent;
}

.icon-pending {
  max-width: 100%;
  height: 100px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
}

.custom-upload__input {
  height: 0;
	left: -10000px;
	overflow: hidden;
	position: absolute;
}

.custom-upload__button {
  position: absolute;
  padding: .375rem .75rem;
	border: 1px solid #d9d9d9;
	background-color: transparent;
  color: #495057;
  transition: background-color .3s ease, color .3s ease;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  background-clip: padding-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.custom-upload__button:hover {
  background: #d9d9d9;
  color: #fff;
  cursor: pointer;
}

.sw-theme-arrows .sw-toolbar {
  padding: 20px 10px 50px 10px;
}


.A6 .header, .A6 .footer {
  padding: 6px 16px;
  color: #f2f2f2;
}
.A6 .body{
  padding: 8px 16px;
  color: #000000;
}
.header .logo {
  margin-bottom: 0;
}
.header .text-title {
  font-size: 6px;
  font-weight: bold;
  line-height: normal;
}
.header .text-title span {
  font-size: 9px;
}
.header .text-subtitle{
  font-size: 6px;
  font-weight: 600;
  line-height: normal;
  color: #f2f2f2;
}
.body .text-title {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}

.body .text-subtitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  color: #000000;
}

.body .text-number {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  border-radius: 4px;
  border: solid 0.5px #000000;
  padding: 0 4px;
  display: block;
  text-align: center;
}
.body .box-note {
  border-radius: 4px;
  border: solid 0.5px #000000;
  padding: 6px 16px;
  position: absolute;
  bottom: 60px;
  margin-right: 16px;
}
.box-note .text-note {
  display: flex;
  font-size: 7px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
}
.footer {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.footer table {
  width: 100%;
  font-size: 7px;
  font-weight: 500;
  color: #f2f2f2;
  margin-bottom: 0;
}
.footer table td {
  padding: 2px;
}
.img-profile{
  width: 94px;
  height: 140px;
  background-color: #c1c1c1;
}
.img-sosmed {
  width: 12px;
}
