/* Fullscreen putih */
.loading-screen {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Wrapper supaya teks di bawah spinner */
.spinner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Spinner */
.cool-spinner {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid rgba(0,0,0,0.08);
  border-top: 4px solid #555;
  animation: spin 0.8s linear infinite;
  position: relative;
}

.cool-spinner::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #555;
  animation: spinReverse 1.2s linear infinite;
  opacity: 0.6;
}

/* Text */
.loading-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  letter-spacing: 1px;
}

/* Animations */
@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes spinReverse {
  to { transform: rotate(-360deg); }
}
.loading-screen.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Supaya animasi berjalan */
.loading-screen {
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.drop-area {
  border: 2px dashed #6c757d;
  border-radius: 10px;
  padding: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.drop-area.dragover {
  background-color: #f8f9fa;
  border-color: #424242;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  box-shadow: 0;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  box-shadow: 0;
}

p{
line-height: 1.0;
margin: 0px;
padding: 0px;
}
span{
line-height: 1.0;
margin: 0px;
padding: 0px;
}
div.dt-container .dt-search input {
  padding: 2px;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.spinner-default {
width: 50px;
height: 50px;
border: 8px solid #d7d7d7;
border-top: 8px solid #b0b0b0;
border-style: dotted;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 50px auto;
}

.spinner-default-sm {
width: 40px;
height: 40px;
border: 8px solid #d7d7d7;
border-top: 8px solid #b0b0b0;
border-style: dotted;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 50px auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

div.dt-container .dt-search:focus {
border: 1px solid #aaa;
}
div.dt-container select.dt-input {
  padding: 2px;
  font-size: 12px;
  margin-right: 9px;
}
.bg-ppgi{
background-color: #7952b3;
color:white;
}
.text-yellow{
color: #fffb00;
}

.btn.bg-ppgi.btn-sm{
background: #7952b3;
color: white;
}
::-webkit-scrollbar {
  display: none;
}
.card-active{
background: #ddd;
border: 0.5px solid #fff0;
}

.overflow-srh::-webkit-scrollbar {
    display: none;
}

.dt-paging-button{
border:0px solid #ddd;
}
.dt-paging button{
border:0px solid #ddd;
}
.form-check-input{
border: 1px solid #626262
}

/* Hide scrollbar for IE, Edge and Firefox */
.overflow-srh {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.card-min{
  min-height: 350px;
  border:0.5px solid #ddd;
}
.card{
border:1px solid #ddd;
}
.text-ppgi{
color: #7952b3;
}
.btn{
border: none;
}
.fs-12{
font-size: 12px;
}

.fs-11{
font-size: 11px;
}

.fs-10{
font-size: 10px;
}

.pointer-cursor{
  cursor: pointer;
}
.pointer-cursor:hover{
  background: #d2d2d2;
}

.pointer-cursor2{
  cursor: pointer;
}
.pointer-cursor2:hover{
  background: #6118aa;
}

.pointer-cursor-clean{
  cursor: pointer;
}
.pointer-cursor-clean:hover{
  background: transparent;
}



div.dt-container div.dt-layout-row{
  margin: 0px;
  font-size: 12px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
color: #575b5e;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {

color: #333;
font-weight: bolder;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.detail-page p{
  margin-bottom: 0px;
}

.detail-page img{
width: 90%;
}

.fc table {
  font-size: 12px;
}
.fc .fc-button-group {
  margin-left: 0;
  font-size: 12px;
}
.fc .fc-toolbar  {
  margin-left: 0;
  font-size: 12px;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px;
}
.fc-left h2{
  font-size: 16px;
  font-weight: bolder;

}
.fc-row .fc-week .fc-widget-content{
  max-height: 40px;
}
.fc-day-header .fc-widget-header .fc-mon{
  font-size: 12px;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ddd;
  font-size: 12px;
}

.fc-bgevent {
  background: #fff;
}
.bg-light{
  background-color: #fff;
}
.img-fluid-srh{
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height:150px;
}
.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 1.25rem;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  background: #122a7166;
 }


.img-fluid-srh-2{
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;

}

.bg-white{
  background-color: #fff;
}
.fs-detail p{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.fs-detail ol{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.chars-40 {
    width: 10ch;
}

.fs-detail br{
  line-height: 0;
}

.navbar-toggler{
  color: #2c85f7;
}
.scrolling-wrapper a:hover{
  font-weight: bolder;
}
a{
  text-decoration: none;
}

.fs-30{
  font-size: 30px;
}
.color-srh-2{
color: #2c85f7;
}
.color-srh-dark{
color: #575757;
}
.class-p p{
  line-height: 1;
  color: #878788;
  font-weight: 110;
  font-size: 12px;
}

.border-bottom{
border-bottom: 1px solid #ddd;
}

.dosen-table{
  border: 1px solid #cecece;

}


.dosen-table th {
  border: 1px solid #cecece;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align:  center;
}

.dosen-table td {
  border: 1px solid #cecece;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align:  center;
}


.dosen-table {
  border-collapse: collapse;
  width: 100%;
}


.fadein {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
  position: fixed;
}
.fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
  position: relative;
}
.border-text {
  -webkit-text-stroke: 1.3px #868686;
}
.color-warning-srh{
  color:#f7e806 !important;
}


.fs-10{
font-size: 10px;
}
.fs-11{
font-size: 11px;
}
.fs-12{
font-size: 12px;
}
.bg-gradient-primary{
  background-image: linear-gradient(140deg, rgb(137, 188, 255) 0%, rgb(28, 120, 238) 50%, rgb(53, 139, 249) 75%)
}
.font-arial-black{
  font-family: Arial Black, Helvetica, sans-serif;
}

.text-srh-warp {
  display: block;
  width: 100%;
  height: 60px;
  overflow-x: hidden;
  white-space: nowrap;
  padding:0px;
  margin:0px;

}


html{
  margin:0px;
  padding: 0px;
  overflow-x: hidden;
}

body{
  font-family: system-ui;
  width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}


.overflow-srh::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.overflow-srh {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.scrolling-wrapper{
  overflow-x: auto;
}


.btn-navbar:hover{
background: #ddd;
cursor: pointer;
}
.container{
  max-width: 1190px;
}
.border-srh-muted{
  border-color:#c8c8c8;
}

input:focus::placeholder {
  color: transparent;
}

.pointer-cursor{
  cursor: pointer;
}
.pointer-cursor:hover{
  background: #d2d2d2;;
}

#custom-search-input {
        margin:0;
        margin-top: 0px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
       margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
       padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -33px;
       margin-bottom: 0;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 3px;
        color:#6D767E;
    }





@media(min-width: 900px){
.container-srh{
  padding-right: 30px;
  padding-left: 30px;
}

.h-carousel-srh{
  height: 300px;
  width: 100%;
}
.margin-srh{
  margin-left: 0px;
  margin-right: 0px;
}
.font-mobile{
  font-size:18px;
}
.card-block{
  max-width: 200px;
  background-color: #fff;
  border: none;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out !important;
  border-radius: 24px;
  &:hover{
    transform: translateY(-5px);
    box-shadow: none;
    opacity: 0.9;
  }
}


.button-table{
  margin-left: 0;
  margin-right: 0;
}
.button-table2{
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}
.button-table2 td{
  padding-right: 20px;
}

.img-srh-list{
  height: 165x;
}
.srh-navbar-bottom{
  display: none;
}
.btn-md-srh{
  font-size: 14px;
}
.input-srh-center{
  width: 50%;
}

.img-blog-srh{
  width: 50%;
}
.navbar-padding-y{
  padding-bottom: 0px;
  padding-top: 0px;
}
.d-desktop{
  display: display;
}
.d-mobile{
  display: none;
}
.dropdown-menu-home{
  width: 600px !important;
}

.fsx-1{
font-size: 35px;
}
}

@media(max-width: 900px){
.mb-m-3{
margin-bottom: 1rem !important;
}
.font-mobile{
  font-size:11px;
}
.fsx-1{
font-size: 30px;
}

.card-block{
  width: 150px;
  background-color: #fff;
  border: none;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out !important;
  border-radius: 24px;
  &:hover{
    transform: translateY(-5px);
    box-shadow: none;
    opacity: 0.9;
  }
}

.icon-card{
  z-index:1;
  width: 25px;
}
.button-table{
  margin-left: auto;
  margin-right: auto;
}
.button-table2{
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.button-table2 td{
  padding-right: 20px;
}


.navbar-padding-y{
  padding-bottom: 5px;
  padding-top: 5px;
}
.d-desktop{
  display: none;
}
.d-mobile{
  display: display;
}
.col-desktop{
  width: 60px;
}
.col-search{
  width: 63%;
  margin-left: 10px;
}
.p-btn{
  padding-right: 10px;
  padding-left: 10px;
}
.ps-desktop{
  padding-left:5px;
}
.container-mobile{
  padding-right: .50rem !important;
padding-left: .50rem !important;
}

.dropdown-menu-home{
  width: 330px !important;
}

.chars-50 {
    width: 14ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}
