.pageProfile {
  border: 0px solid red;
  margin-left: 10px;
  border-radius: 4px;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
  ;
}

#data-paymentPicture{
  width: 100%;
  padding-top: 0;
}

#data-paymentPicture img{
  width: 100%;
  max-width: 300px;
}

.payment-block .col-sm-9.mb-15 {
  /* margin-bottom: 0 !important; */
}

.lalabo-loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
}

.lalabo-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lalabo-loader > span {
  display: inline-block;
  background-color: var(--main-bg-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 8px;
  transform: translate3d(0, 0, 0);
  animation: bounce 0.6s infinite alternate;
}

.lalabo-loader > span:nth-child(2) {
  background-color: var(--bg-circle-orange);
  animation-delay: 0.2s;
}

.lalabo-loader > span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  to {
    width: 16px;
    height: 16px;
    transform: translate3d(0, -16px, 0);
  }
}


/* Alert Style */
.lalabo-alert {
  position: fixed;
  bottom: 2%;
  right: 2%;
  display: block;
  box-sizing: border-box;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  animation: fadeIn-Out .5s ease;
  max-width: 500px;
  min-width: 350px;
}
@keyframes fadeIn-Out {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.lalabo-alert__container {
  position: relative;
  margin: 1.75rem auto;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.lalabo-alert__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .3rem;
  outline: 0;
}
.lalabo-alert__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
}

.lalabo-alert_body {
  width: 90%;
}
.lalabo-alert_body ul {
  padding-left: 0;
}

.lalabo-alert__success {
  background-color: #cff6e4;
  color: #0f5132;
  padding-left: 3rem;
}
.lalabo-alert__error .lalabo-alert_body {
  color: #0f5132;
}
.lalabo-alert__success::before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 2rem;
  color: #0f5132;
}

.lalabo-alert__error {
  background-color: #f6cfcf;
  color: #d43f3a;
  padding-left: 3rem;
  border-color: #d43f3a;
}
.lalabo-alert__error .lalabo-alert_body {
  color: #d43f3a;
}
.lalabo-alert__error::before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f06a";
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 2rem;
  /* color: #510f2b; */
  color: #d43f3a;
}


/* paymentCheck PAGE */
.payslip-preview-wrap {
  background-color: #eee;
  min-height: 270x;
  border: 1px solid #ddd;
  margin: 13px;
}

.image-preview-wrap {
  text-align: center;
  padding: 15px;
  transition: .5s ease;
  backface-visibility: hidden;
  opacity: 1;
}
.image-preview-wrap:hover {
  opacity: 0.6;
}

.image-preview-wrap .thumbnail {
  height: 270px;
  padding: 10px;
  margin-top: 15px;
  margin: 0;
}

.image-preview-wrap img {
  max-height: 250px;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.file-upload-wrap {
  background-color: #eee;
  min-height: 270x;
  border: 1px solid #ddd;
  margin: 13px;
}


.icon-upload-wrap {
  padding: 15px;
}


.image-upload-wrap {
  border: 2px dashed #aaa;
  width: 150px;
  height: 150px;
  margin: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

.image-upload-wrap:hover {
  border: 2px dashed #767676;
}

.image-upload-wrap:hover i {
  color: #767676;
}

.image-upload-wrap i {
  font-size: 50px;
  color: #ccc;
}

.icon-uploader {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  border: 2px dashed #aaa;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
}

.icon-uploader i {
  font-size: 50px;
  color: #aaa;
  cursor: pointer;
}

.icon-uploader:hover {
  border: 2px dashed #767676;
  text-decoration: none;
}

.icon-uploader:hover i {
  color: #767676;
}

.image-preview-wrap .text {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;

  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, .55);
  border-radius: 4px;
}

.image-preview-wrap .text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}

.image-preview-wrap .thumbnail {
  /* cursor: pointer; */
  position: relative;
}

.image-preview-wrap:hover .text {
  opacity: 1;
  filter: alpha(opacity=100)
}

.inner {
  padding: 4px 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}

.inner a {
  display: block;
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  padding: 0 4px;
}

.icon-delete:hover i {
  color: red;
}

.icon-preview:hover i {
  color: #5bc0de;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(min-width: 810px){
  a.hidden-xs.hidden-sm {
    display: block !important;
  }
}

@media(max-width: 930px) {
  .li-shortcut-dashboard {
    display: none !important;
  }
}


/* Button payment link out of the table */
.payment-link__no-table {
  color: #00B1E1;
  background-color: #FFF;
  border: 1px solid #00B1E1;
  padding: 4px 16px;
  font-size: 12px;
}
.payment-link__no-table:hover {
  background-color: #00B1E1;
  color: #FFF;
  text-decoration: none;
}


/*Facebook Dialog*/
.fb-modal {
  display: none;
  position: fixed;
  z-index: 1004;
  left: 0;
  top: 0;
}
.fb-modal-content {
  background-color: #fff;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.fb-message {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.chatBox {
  width: 460px;
  height: 400px;
  overflow-y: auto;
  padding: 0px 15px;
}
.chatBox .chat{
  margin:15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.chatBox .chat.admin{
  direction: rtl;
}
.chatBox .chat .message{
  background-color: #e4e6eb75;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width:300px;
  overflow-x: auto;
  white-space: normal;
}
.chatBox .chat.admin .message{
  direction: ltr;
  background-color: rgb(235 248 255);
}
.chatBox .chat .attachments{
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  max-width: 320px;
}
.chatBox .chat .attachments > video, .chatBox .chat .attachments > img{
  max-width:300px;
  max-height:400px;
  /* background-color: #f0f0f0; */
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.chat > .avatar {
  margin-right:10px;
}
.chat.admin > .avatar {
  margin-left:10px;
}
.chat > .avatar > img.pic{
  width:40px;
  height:40px;
  border-radius: 50px;
}
.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.wrapper {
  width: 100%;
  height: 500px;
}
