
/*Text cây phả hệ*/
a.tree-name {
    font-size: 14px;
}

/* Update 2023/10 */
.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}
.profile-username {
    font-size: 16px;
    font-weight: 700;
}
.img-circle {
    border-radius: 50%;
}
li.page-item {
    padding-left: 10px;
}
.user-block img {
    float: left;
    height: 40px;
    width: 40px;
}
.img-bordered-sm {
    border: 2px solid #adb5bd;
    padding: 2px;
}
.link-black {
    color: #6c757d;
}
.post .user-block {
    margin-bottom: 15px;
    width: 100%;
}
.user-block .description {
    color: #6c757d;
    font-size: 13px;
    margin-top: -3px;
}
.user-block .comment, .user-block .description, .user-block .username {
    display: block;
    margin-left: 50px;
}
.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.post {
    color: #666;
    margin-bottom: 5px;
}
.active>.page-link, .page-link.active {
    background-color: red;
    border-color: red;
}
.page-link {
    color: red;
}
.fa {
    line-height: 1.5;
}
.info-bg {
    background-image: url(/assets/img/profile-bg.jpg);
    background-size: cover;
    background-position: center;
}
.scrollable-div {
    max-height: 300px; /* Set your desired height here */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ccc; /* Optional: Add border for visual clarity */
    padding: 10px; /* Optional: Add padding for content */
}

/* Pre-loader */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000000000;
}
.spinner {
  position: relative;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.page-loader .txt {
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    font-family: 'Archivo' !important;
    font-weight: 900;
    font-size: 46px;
    color: white;
}

.ui-timepicker-wrapper {
    width: 250px;
}

.ui-timepicker-selected {
    color: #ce1212 !important;
}

.ui-state-active {
    border: 1px solid #bc0a0a !important;
    background-color: #ce1212 !important;
}