.height-full {
    height: 100%;
}
.hr-content {
    margin-top: 25px;
}
#humanAnimasiTab {
    margin-top: 20px;
    float: right;
}
.bg-grey {
    background-color: #cfcfcf;
}
.text-blur{
    color: transparent !important;
   text-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
}
.cardlist-wrapper > div span.title {
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size: 2em;
    color: white !important;
    z-index: 1;
}
.cardlist-wrapper > div i {
    font-size: 2em;
    color: white !important;
    z-index: 1;
}
.cardlist-wrapper div, .cardlist-wrapper span {
    z-index: 1;
}
.cardlist-wrapper{
    background-color: black;
    /* background-color: rgba(0, 0, 0, 0.7); */
    border-radius: 16px;
    color: white;
    padding-left: 1.5rem !important;
    padding-top: 1.63rem !important;
    padding-bottom: 1.63rem !important;
    position: relative;
    overflow: hidden;
}
.cardlist-wrapper > img{
    height: 100%;
    /* filter:blur(0.8px); */
    width: 100%;
    z-index: 0.1;
    top: 0;
    user-select: none;
    left: 0;
    position: absolute;
    transition: 0.3s all;
    object-fit: cover;
    filter: brightness(35%);
    /* opacity: 0.3; */
}
.cardlist-wrapper:hover > img{
    /* filter:blur(1px); */
    transform:scale(1.2);
}
.cardlist-wrapper:hover > .go{
    right: 3%;
    opacity: 1;
}
.go{
    user-select: none;
    opacity: 0;
    transition: 0.2s all;
    font-family: monospace;
    font-size: 4em;
    font-weight: 100;
    position: absolute;
    right:-20%;
    top: 55%;
    transform: translateY(-55%);
    color: #fff;
}
.hover-block:hover {
    background-color: #eee;
}
.badge-sd {
    background-color: #A11B24;
}
.badge-smp {
    background-color: #0D2549;
}
.badge-sma {
    background-color: #84A8DA;
}
.badge-smk {
    background-color: #78849A;
}
.badge-pill {
    border-radius: 40px;
}
.table-fe {
    margin-bottom: 0;
}
.no-padding {
    padding: 0 !important;
}
.btn-filter {
    border-radius: 25px;
}
.btn-rounded {
    border-radius: 40px;
}
.pointer:hover {
    cursor: pointer;
}
.inline-flex {
    display: inline-flex;
}
.no-border {
    border: 0px !important;
}
.no-boxshadow {
    box-shadow: none !important;
}
.icon-faq {
    font-size: 30px;
    padding-top: 2px;
    color: #fff;
}
.input-search {
    border-radius: 40px;
}
.input-rounded {
    border-radius: 40px;
}
.label-control.required:after {
    content:" *";color:red;
}

.h-150 {
  height : 150px !important;
}
.h-200 {
  height : 200px !important;
}
.w-150 {
  width : 150px !important;
}
.w-200 {
  width : 200px !important;
}
.w-100px{
    width: 100px !important;
}
.right {
    float: right;
}
.pl0 {
    padding-left: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.sProcessing {
    background-color: red !important;
}
.card-custom-img { display:none; }
.shadow-high-w-hover, .shadow-high-w-hover-low {
    --tw-shadow: 0px 0px 14px 0px rgba(16,24,32,0.22);
}
.shadow-high-w-hover, .shadow-high-w-hover-low {
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
}
.shadow-high-w-hover:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.555);
}
.shadow-high-w-hover-low:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.355);
}
.rounded-r32 {
    border-radius: 32px;
}
.rounded-r16 {
    border-radius: 16px;
}
.rounded-t16 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.rounded-b16 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.break-all {
    word-break: break-all;
}
.card-filter {
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.input-outline {
    border: 2px solid;
}

/* Select */
ul.select2-results__options li:hover {
    background-color: #eee;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 7.5px;
    margin-left: -10px;
}
.select2-selection.select2-selection--single {
    height: 47px !important;
    border-radius: 50px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 50px;
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
@media screen and (min-width: 640px) and (max-width:1098px) {
    .col-sm-6 {
        width: 50% !important;
    }
}
.wa-tim-it{
    position: fixed;
    bottom: 15px;
    left: 15px;
}
.label-wa{
    padding: 5px 10px;
    border-radius: 20px;
    background: white;
    box-shadow: 3px 3px 10px grey;
    color: black;
}
.btn-wa-tim-it{
    border-radius: 100%;
    padding: 10px 16px;
    border:none;
    color: white;
    margin: 10px;
    font-size: 20px;
    background-color: green;
}

.btn-yt{
    color: #dc010f !important;
    border: 1px solid #dc010f;
}


.btn-gd{
    color: #78849A !important;
    border: 1px solid #78849A;
}
.t-btn a{
    margin: 10px;
}
.gallery img{
    cursor: pointer;
}

#fullpage {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
  }
