/* card header ================================= */

body {
    background-color: #F6F2FF;
    font-weight: 400;
    color: #000000;
    overflow: auto;
    height : 100vh;
}

@keyframes fadeInAnimation{
    0%
        { opacity: 0; }
    100% 
        { opacity: 1; }
}

.textblink{
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.textblink2 {
    animation: blinkText 2s infinite;
}

@keyframes blinkText {
    0%   { opacity: 1; }
    50%  { opacity: 0.4; }
    100% { opacity: 1; }
}

.btn-close-sm {
    transform: scale(0.65); /* ukuran tombol */
    padding: 0.25rem;
}

.btn-purple,
.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #8C57FF;
    border-color: #8C57FF
}

.btn-purple.focus,
.btn-purple:focus,
.btn-purple:hover,
.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #cab1ff;
    border-color: #cab1ff
}

.text-success {
    color: #56CA00 !important
}

.text-darkblue {
    color: #004A7F !important
}

.text-white2 {
    color: #D1CDE7 !important
}

.text-heyfit {
    color: #00137F !important
}
.text-heyfit2 {
    color: #FFCA56 !important
}

.alert-custom.indicator-ungu::before {
    background: #6938d3
}
.alert-custom.indicator-pink::before {
    background: #ff8ee3
}
.alert-custom.indicator-white::before {
    background: #fff
}
.alert-custom.indicator-dark::before {
    background: #808080
}

.app-menu>ul>li ul {
    margin: 10px 35px 10px 30px;
    padding: 20px 0;
    border-radius: 10px;
    border-style: solid;
    border-color: #d1d1d1;
    border-width: 1px;
    background: #093d3f
}

.app-menu>ul>li ul li a {
    padding: 5px 15px;
    /* padding: 5px 33px; */
    text-decoration: none;
    color: #383f4d;
    font-size: 13px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.app-menu>ul ul li.open>a,
.app-menu>ul>li ul li a.active,
.app-menu>ul>li ul li a:hover {
    color: #000;
    border-radius: 8px;
    background: #E2E2E2;  
    /* background: linear-gradient(to right, #C3A8FF, #8D59FF);  */
}

/* background sidebar */
.app-sidebar {
    width: 280px;
    background-color: #F5F2FE;
    /* background:transparent; */
    height: 100vh;
    position: fixed;
    /* padding-top: 0; */
    z-index: 1003;
    /* box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05); */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /* width: 250px;
    background: #F4F5FA; */
    /* background: linear-gradient(to bottom, #002F5B, #189691); */
    /* position: fixed; */
    /* margin:10px; */
    /* z-index: 1003;  */
    /* box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.05); */
    /* box-shadow: none; */
    /* overflow-x: hidden; */
    /* -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; */
}

.app.sidebar-hidden .app-sidebar .logo.hidden-sidebar-logo {
    position: fixed;
    width: 275px;
    transform: translateX(270px);
    height: 70px;
    top: 0px;
    box-shadow: none;
    padding-top: 0.5rem !important;
    padding-bottom: 2.1rem !important;
    color:black;
    /* border-radius: 8px; */
    /* background-color: #443171ac; */
    background-color: transparent;
    /* backdrop-filter: blur(9px); */
    /* box-shadow: none; */
}

.logo{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.app-sidebar .logo {
    overflow: hidden;
    padding: 45px 28px;
    position: relative;
    /* background-color: #f5f7fa; */
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.hidden-sidebar-logo{
    padding-top:  0.1rem !important;
}

.bgcontainer {
    /*    background-color: #242424;  */
    /* background: linear-gradient(#122A37, #346B83); */
    background: linear-gradient(#01406d, #2c8d50);
    color: #D1CDE7;
    /* height: 100vh; */
    /* position: fixed; */
}

.bgcontainer2 {
    /*    background-color: #242424;  */
    /* background: linear-gradient(#348376, #193f53); */
    background: linear-gradient(#312b2b, #a51a10);
    /* height: 100vh; */
    /* position: fixed; */
}

.bgcontainer3 {
    background-color: #D3C1B1; 
    /* background: linear-gradient(#312b2b, #a51a10); */
}

.bgcontainer4 {
    background: linear-gradient(#051b2e, #0c3a3b);
    color: #D1CDE7;
}

.bg_login {
    background-color: #020028; 
    color: #D1CDE7;
}

.bingkai {
    border-radius: 10px;
    border-style: solid;
    border-color: #EEB003;
    /* border-color: #EEB003; */
    border-width: 0.5px;
}

.my-image {
    background-image: url("../assets/images/back_class.jpg");
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.my-image2 {
    background-image: url("../assets/images/back_pt.jpg");
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.my-image3 {
    background-image: url("../assets/images/back_att.jpg");
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.my-image4 {
    background-image: url("../assets/images/back_pos.png");
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.my-image5 {
    background-image: url("../assets/images/header_view.png");
    background-color: #cccccc;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.font-normal{
    font-weight:lighter
}

.text-muted2{
    color:#DDDDDD;
}
.accordion-menu li.sidebar-title {
    padding: 20px 15px 5px 30px;
    font-weight: 500;
    color: #000;
    font-size: 13px;
    opacity: 1;
    font-family: sans-serif;
}

.modal-content2 {
    background: #1F1F2B;
    color: #9a9cab;
}

.modal-title2 {
    color: #c2c4d1;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 2; */
    color: #292125;
    background-color: #faf8f8;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.lowcase {
    text-transform: lowercase;
}
.uppercase {
    text-transform: uppercase;
}

.kapital {
    text-transform: capitalize;
}

.pptengah {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.badge-center {
    padding: 3px;
    line-height: 1.375;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.8125rem
}
.badge.badge-heyfit {
    background: #56DFCF;
    color: #000;
    font-weight: normal;
    font-size: 13px
}

.badge.badge-success {
    background: #24a049;
    color: #fff;
    font-weight: normal;
    font-size: 13px
}
.badge.badge-success2 {
    background: #E4F6D6;
    color: #4DBC63;
    font-weight: normal;
    border-radius:8px;
    font-size: 13px
}

.badge.badge-danger {
    background: #AD0000;
    color: rgb(252, 245, 251);
    font-weight: normal;
    font-size: 13px
}
.badge.badge-danger2 {
    background: #FFE2E3;
    color: #D80000;
    font-weight: 500;
    font-size: 13px;
    border-color: #000
}


.badge.badge-primary {
    background: #2269f5;
    color: #fff;
    font-weight: normal;
    font-size: 13px
}

.badge.badge-info {
    background: #489ff7;
    color: rgb(248, 246, 246);
    font-weight: normal;
    font-size: 13px
}

.badge.badge-warning {
    background: #e78606;
    color: #fff;
    font-weight: normal;
    font-size: 13px
}

.badge.badge-grey {
    background: #ceccca;
    color: rgb(8, 8, 8);
    font-weight: normal;
    font-size: 13px
}

.badge.badge-ungu {
    background: #149FE6;
    color: #fff;
    font-weight: normal;
    font-size: 12px
}

.badge.badge-ungu2 {
    background: #8C57FF;
    color: #fff;
    font-weight: normal;
    font-size: 13px
}
.badge.badge-pink {
    background: #ffc9f2;
    color: #000;
    font-weight: normal;
    font-size: 12px
}

.badge.badge-dark {
    background: #000000;
    color: #fff;
    font-weight: normal;
    font-size: 13px
}

.badge2.badge-primary {
    background: #2269f5;
    color: #fff;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-secondary {
    color: #4d546b;
    background: #fceace;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-success {
    background: #4bad48;
    color: #fff;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 20px 0px 20px;
    border-radius: 6px
}

.badge2.badge-danger {
    background: #b93636;
    color: #fff;
    font-weight:normal;
    font-size:11px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-pink {
    background: #ff8ee3;
    color: #000;
    border-radius: 50rem !important;
    font-weight:normal;
    font-size:11px;
    position:absolute;
    /* padding: 0px 10px 0px 10px; */
    /* border-radius: 6px */
}

.badge2.badge-warning {
    background: #ff9500;
    color: #fff;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-union {
    background: #EEB003;
    color: #fff;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-grey {
    background: #ceccca;
    color: rgb(32, 32, 32);
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-info {
    background: #61acfc;
    color: #fff;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-light {
    background: #f4f7fa;
    color: #4d546b;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-dark {
    background: #40475c;
    color: #fff;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

.badge2.badge-ungu {
    background: #8C57FF;
    color: #fff;
    font-weight:normal;
    font-size:10px;
    position:absolute;
    padding: 0px 10px 0px 10px;
    border-radius: 6px
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 30px;
    opacity: 50%;
    transform: translate(-50%, -50%);
}
.centered2 {
    position: absolute;
    top: 60%;
    left: 50%;
    color: white;
    font-size: 10px;
    transform: translate(-50%, -50%);
}

.logotengah {
    display: block;
    margin-left: 35%;
    margin-right: auto;
    margin-bottom: 2px;
    width: 50%;
}

.backdrop {
    /* background: hsla(176, 61%, 87%, 1);
    background: linear-gradient(0deg, hsla(176, 61%, 87%, 1) 0%, hsla(150, 54%, 86%, 1) 50%, hsla(301, 68%, 84%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(176, 61%, 87%, 1) 0%, hsla(150, 54%, 86%, 1) 50%, hsla(301, 68%, 84%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(176, 61%, 87%, 1) 0%, hsla(150, 54%, 86%, 1) 50%, hsla(301, 68%, 84%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#CAF2EF", endColorstr="#C9EFDC", GradientType=1 ); */
    background: #D3CCE3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.backdrop2 {
    background: #FFEFBA;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.small-box {
    border-radius: 0.25rem;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 5px 10px 8px #888888; */
    display: block;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

.small-box2 {
    /* border-radius: 0.25rem; */
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.small-box3 {
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.small-box > .inner {
    padding: 10px;
}
.small-box2 > .inner {
    padding: 10px;
}
.small-box3 > .inner {
    padding: 5px;
}

.small-box > .small-box-footer {
    /* background-color: #192344; */
    background-color: #405189;
    /* color: rgba(255, 255, 255, 0.8); */
    color: #fff;
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box > .small-box-footer:hover {
    /* background-color: rgba(0, 0, 0, 0.35); */
    /* background-color: rgb(5, 3, 22); */
    background-color: #36285B;
    color: #EEB003;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}
.small-box2 .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.small-box2 .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon > i.fa,
.small-box .icon > i.fas,
.small-box .icon > i.far,
.small-box .icon > i.fab,
.small-box .icon > i.fal,
.small-box .icon > i.fad,
.small-box .icon > i.ion {
    font-size: 70px;
    top: 20px;
}

.small-box .icon svg {
    font-size: 70px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.container-fluid .small-box2:hover {
    /* transform: scale(1.01); */
    /* transform: translateY(10px); */
    /* transform: rotate(1deg); */
    transform: scale(1.1);
    /* opacity: 1; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    text-decoration: none;
}

.container .small-box2:hover {
    filter: blur(0px);
    transform: scale(1.1);
    /* transform: translateY(10px); */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.small-box:hover .icon > i,
.small-box:hover .icon > i.fa,
.small-box:hover .icon > i.fas,
.small-box:hover .icon > i.far,
.small-box:hover .icon > i.fab,
.small-box:hover .icon > i.fal,
.small-box:hover .icon > i.fad,
.small-box:hover .icon > i.ion {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.small-box:hover .icon > svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.full-width-header .app-header .navbar {
    height: 70px;
    padding: 0 40px;
    border-radius: 0;
    box-shadow: none;
    /* background-color: #443171ac; */
    background-color: transparent;
    backdrop-filter: blur(9px);
    opacity: 1;
}

.app-content {
    margin-top: 70px
}


/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color:rgb(201, 189, 189);
    font-size: 10px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    color:rgb(201, 189, 189);
    font-size: 10px;
}

.bodyproduk {
    color: var(--NN950,#212121);
    font-size: 0.86rem;
    line-height: 1.5;
    max-width: 100%;
    max-height: 100%;
    white-space: pre-wrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Background*/

.bg-dark2 {
    background-color: #111111 !important
}


.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-overlay--blue {
    background: rgba(49, 89, 253, 0.9);
}


/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.text-ungu {
    color: #8C57FF;
}
.text-ungu2 {
    color: #994abe;
}

.text-biru {
    color: #0b1d83;
}

.user_icon{
    vertical-align: -5px;
    font-size: 32px !important;
    color: #acb654;
}

.widget-stats-large .widget-stats-large-chart-container2 {
    margin: 0 -10.5px 0 -1px
}

.texttop5 {
    font-size:10px
}

/* Infobox ===================================== */
.info-box {
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px; 
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px; 
}

.info-box .icon i {
    color: #fff;
    font-size: 40px;
    line-height: 80px; 
}

.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px; }
    .info-box .icon .chart.chart-bar canvas {
    vertical-align: baseline !important; }
.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px; }
.info-box .icon .chart.chart-pie canvas {
    vertical-align: baseline !important; }
.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px; }
.info-box .icon .chart.chart-line canvas {
    vertical-align: baseline !important; }
.info-box .content {
    display: inline-block;
    padding: 7px 10px; }
.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555; }
.info-box .content .number {
    font-weight: normal;
    font-size: 20px;
    margin-top: -7px;
    color: #555; }
.info-box.hover-zoom-effect .icon {
    overflow: hidden; }
.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4); }

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
    width: 100%; }

.info-box-2 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
.info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px; }
.info-box-2 .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px; }
.info-box-2 .chart.chart-bar {
    height: 100%;
    line-height: 105px; }
.info-box-2 .chart.chart-bar canvas {
    vertical-align: baseline !important; }
.info-box-2 .chart.chart-pie {
    height: 100%;
    line-height: 123px; }
    .info-box-2 .chart.chart-pie canvas {
        vertical-align: baseline !important; }
    .info-box-2 .chart.chart-line {
        height: 100%;
        line-height: 115px; }
    .info-box-2 .chart.chart-line canvas {
        vertical-align: baseline !important; }
    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px; }
    .info-box-2 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555; }
    .info-box-2 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555; }

.info-box-2.hover-zoom-effect .icon {
    overflow: hidden; }
    .info-box-2.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.info-box-2.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4); }

.info-box-2.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s; }

.info-box-2.hover-expand-effect:hover:after {
    width: 100%; }

.glass-box {
    color:white;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(235, 235, 235, 0.5);
    /* backdrop-filter: blur(2em); */
}

.info-box-3 {
    /* box-shadow: 5px 10px 8px #888888; */
    /* border-radius: 20px;
    height: 50px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 10px; */
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    color:white;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(235, 235, 235, 0.1);
    backdrop-filter: blur(2em);
}
    
.info-box-3 .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: center; }
.info-box-3 .icon i {
    color: rgba(0, 0, 0, 0.15);
    font-size: 60px; }
.info-box-3 .chart {
    margin-right: 5px; }
.info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
.info-box-3 .chart.chart-bar canvas {
    vertical-align: baseline !important; }
.info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
.info-box-3 .chart.chart-pie canvas {
    vertical-align: baseline !important; }
.info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
.info-box-3 .chart.chart-line canvas {
    vertical-align: baseline !important; }
.info-box-3 .content {
display: inline-block;
padding: 7px 16px; }
.info-box-3 .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555; }
.info-box-3 .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555; }

.info-box-3.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box-3.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4); }

.info-box-3.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s; }

.info-box-3.hover-expand-effect:hover:after {
    width: 100%; }

.info-box-4 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .info-box-4 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center; }
    .info-box-4 .icon i {
        color: rgba(0, 0, 0, 0.15);
        font-size: 60px; }
    .info-box-4 .chart {
        margin-right: 5px; }
    .info-box-4 .chart.chart-bar {
        height: 100%;
        line-height: 50px; }
    .info-box-4 .chart.chart-bar canvas {
        vertical-align: baseline !important; }
    .info-box-4 .chart.chart-pie {
        height: 100%;
        line-height: 34px; }
    .info-box-4 .chart.chart-pie canvas {
        vertical-align: baseline !important; }
    .info-box-4 .chart.chart-line {
        height: 100%;
        line-height: 40px; }
    .info-box-4 .chart.chart-line canvas {
        vertical-align: baseline !important; }
    .info-box-4 .content {
        display: inline-block;
        padding: 7px 16px; }
    .info-box-4 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555; }
    .info-box-4 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555; }

.info-box-4.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box-4.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4); }

.info-box-4.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s; }

.info-box-4.hover-expand-effect:hover:after {
    width: 100%; }

    div#global-loader {
        /* background: #fff; */
        background: transparent;
        position: fixed;
        z-index: 999999;
        width: 100%;
        height: 100vh;
    }
    div#global-loader .whirly-loader:not(:required) {
        animation: whirly-loader 1.25s linear infinite;
        background: transparent;
        box-shadow: 0 26px 0 6px #FF9F43, 0.90971px 26.05079px 0 5.93333px #FF9F43, 1.82297px 26.06967px 0 5.86667px #FF9F43, 2.73865px 26.05647px 0 5.8px #FF9F43, 3.65561px 26.01104px 0 5.73333px #FF9F43, 4.57274px 25.93327px 0 5.66667px #FF9F43, 5.48887px 25.8231px 0 5.6px #FF9F43, 6.40287px 25.68049px 0 5.53333px #FF9F43, 7.31358px 25.50548px 0 5.46667px #FF9F43, 8.21985px 25.2981px 0 5.4px #FF9F43, 9.12054px 25.05847px 0 5.33333px #FF9F43, 10.01448px 24.78672px 0 5.26667px #FF9F43, 10.90054px 24.48302px 0 5.2px #FF9F43, 11.77757px 24.1476px 0 5.13333px #FF9F43, 12.64443px 23.78072px 0 5.06667px #FF9F43, 13.5px 23.38269px 0 5px #FF9F43, 14.34315px 22.95384px 0 4.93333px #FF9F43, 15.17277px 22.49455px 0 4.86667px #FF9F43, 15.98776px 22.00526px 0 4.8px #FF9F43, 16.78704px 21.48643px 0 4.73333px #FF9F43, 17.56953px 20.93855px 0 4.66667px #FF9F43, 18.33418px 20.36217px 0 4.6px #FF9F43, 19.07995px 19.75787px 0 4.53333px #FF9F43, 19.80582px 19.12626px 0 4.46667px #FF9F43, 20.5108px 18.468px 0 4.4px #FF9F43, 21.1939px 17.78379px 0 4.33333px #FF9F43, 21.85416px 17.07434px 0 4.26667px #FF9F43, 22.49067px 16.34043px 0 4.2px #FF9F43, 23.10251px 15.58284px 0 4.13333px #FF9F43, 23.68881px 14.80241px 0 4.06667px #FF9F43, 24.24871px 14px 0 4px #FF9F43, 24.7814px 13.1765px 0 3.93333px #FF9F43, 25.28607px 12.33284px 0 3.86667px #FF9F43, 25.76198px 11.46997px 0 3.8px #FF9F43, 26.2084px 10.58888px 0 3.73333px #FF9F43, 26.62462px 9.69057px 0 3.66667px #FF9F43, 27.01001px 8.77608px 0 3.6px #FF9F43, 27.36392px 7.84648px 0 3.53333px #FF9F43, 27.68577px 6.90284px 0 3.46667px #FF9F43, 27.97502px 5.94627px 0 3.4px #FF9F43, 28.23116px 4.97791px 0 3.33333px #FF9F43, 28.4537px 3.99891px 0 3.26667px #FF9F43, 28.64223px 3.01042px 0 3.2px #FF9F43, 28.79635px 2.01364px 0 3.13333px #FF9F43, 28.91571px 1.00976px 0 3.06667px #FF9F43, 29px 0 0 3px #FF9F43, 29.04896px -1.01441px 0 2.93333px #FF9F43, 29.06237px -2.03224px 0 2.86667px #FF9F43, 29.04004px -3.05223px 0 2.8px #FF9F43, 28.98185px -4.07313px 0 2.73333px #FF9F43, 28.88769px -5.09368px 0 2.66667px #FF9F43, 28.75754px -6.1126px 0 2.6px #FF9F43, 28.59138px -7.12863px 0 2.53333px #FF9F43, 28.38926px -8.14049px 0 2.46667px #FF9F43, 28.15127px -9.1469px 0 2.4px #FF9F43, 27.87755px -10.1466px 0 2.33333px #FF9F43, 27.56827px -11.1383px 0 2.26667px #FF9F43, 27.22365px -12.12075px 0 2.2px #FF9F43, 26.84398px -13.09268px 0 2.13333px #FF9F43, 26.42956px -14.05285px 0 2.06667px #FF9F43, 25.98076px -15px 0 2px #FF9F43, 25.49798px -15.93291px 0 1.93333px #FF9F43, 24.98167px -16.85035px 0 1.86667px #FF9F43, 24.43231px -17.75111px 0 1.8px #FF9F43, 23.85046px -18.63402px 0 1.73333px #FF9F43, 23.23668px -19.49789px 0 1.66667px #FF9F43, 22.5916px -20.34157px 0 1.6px #FF9F43, 21.91589px -21.16393px 0 1.53333px #FF9F43, 21.21024px -21.96384px 0 1.46667px #FF9F43, 20.4754px -22.74023px 0 1.4px #FF9F43, 19.71215px -23.49203px 0 1.33333px #FF9F43, 18.92133px -24.2182px 0 1.26667px #FF9F43, 18.10379px -24.91772px 0 1.2px #FF9F43, 17.26042px -25.58963px 0 1.13333px #FF9F43, 16.39217px -26.23295px 0 1.06667px #FF9F43, 15.5px -26.84679px 0 1px #FF9F43, 14.58492px -27.43024px 0 0.93333px #FF9F43, 13.64796px -27.98245px 0 0.86667px #FF9F43, 12.69018px -28.50262px 0 0.8px #FF9F43, 11.7127px -28.98995px 0 0.73333px #FF9F43, 10.71663px -29.4437px 0 0.66667px #FF9F43, 9.70313px -29.86317px 0 0.6px #FF9F43, 8.67339px -30.2477px 0 0.53333px #FF9F43, 7.6286px -30.59666px 0 0.46667px #FF9F43, 6.57001px -30.90946px 0 0.4px #FF9F43, 5.49886px -31.18558px 0 0.33333px #FF9F43, 4.41643px -31.42451px 0 0.26667px #FF9F43, 3.32401px -31.6258px 0 0.2px #FF9F43, 2.22291px -31.78904px 0 0.13333px #FF9F43, 1.11446px -31.91388px 0 0.06667px #FF9F43, 0 -32px 0 0 #FF9F43, -1.11911px -32.04713px 0 -0.06667px #FF9F43, -2.24151px -32.05506px 0 -0.13333px #FF9F43, -3.36582px -32.02361px 0 -0.2px #FF9F43, -4.49065px -31.95265px 0 -0.26667px #FF9F43, -5.61462px -31.84212px 0 -0.33333px #FF9F43, -6.73634px -31.69198px 0 -0.4px #FF9F43, -7.8544px -31.50227px 0 -0.46667px #FF9F43, -8.9674px -31.27305px 0 -0.53333px #FF9F43, -10.07395px -31.00444px 0 -0.6px #FF9F43, -11.17266px -30.69663px 0 -0.66667px #FF9F43, -12.26212px -30.34982px 0 -0.73333px #FF9F43, -13.34096px -29.96429px 0 -0.8px #FF9F43, -14.4078px -29.54036px 0 -0.86667px #FF9F43, -15.46126px -29.07841px 0 -0.93333px #FF9F43, -16.5px -28.57884px 0 -1px #FF9F43, -17.52266px -28.04212px 0 -1.06667px #FF9F43, -18.52792px -27.46878px 0 -1.13333px #FF9F43, -19.51447px -26.85936px 0 -1.2px #FF9F43, -20.48101px -26.21449px 0 -1.26667px #FF9F43, -21.42625px -25.53481px 0 -1.33333px #FF9F43, -22.34896px -24.82104px 0 -1.4px #FF9F43, -23.2479px -24.07391px 0 -1.46667px #FF9F43, -24.12186px -23.29421px 0 -1.53333px #FF9F43, -24.96967px -22.48279px 0 -1.6px #FF9F43, -25.79016px -21.64052px 0 -1.66667px #FF9F43, -26.58223px -20.76831px 0 -1.73333px #FF9F43, -27.34477px -19.86714px 0 -1.8px #FF9F43, -28.07674px -18.938px 0 -1.86667px #FF9F43, -28.7771px -17.98193px 0 -1.93333px #FF9F43, -29.44486px -17px 0 -2px #FF9F43, -30.07908px -15.99333px 0 -2.06667px #FF9F43, -30.67884px -14.96307px 0 -2.13333px #FF9F43, -31.24325px -13.91039px 0 -2.2px #FF9F43, -31.7715px -12.83652px 0 -2.26667px #FF9F43, -32.26278px -11.74269px 0 -2.33333px #FF9F43, -32.71634px -10.63018px 0 -2.4px #FF9F43, -33.13149px -9.5003px 0 -2.46667px #FF9F43, -33.50755px -8.35437px 0 -2.53333px #FF9F43, -33.84391px -7.19374px 0 -2.6px #FF9F43, -34.14px -6.0198px 0 -2.66667px #FF9F43, -34.39531px -4.83395px 0 -2.73333px #FF9F43, -34.60936px -3.63759px 0 -2.8px #FF9F43, -34.78173px -2.43218px 0 -2.86667px #FF9F43, -34.91205px -1.21916px 0 -2.93333px #FF9F43, -35px 0 0 -3px #FF9F43, -35.04531px 1.22381px 0 -3.06667px #FF9F43, -35.04775px 2.45078px 0 -3.13333px #FF9F43, -35.00717px 3.6794px 0 -3.2px #FF9F43, -34.92345px 4.90817px 0 -3.26667px #FF9F43, -34.79654px 6.13557px 0 -3.33333px #FF9F43, -34.62643px 7.36007px 0 -3.4px #FF9F43, -34.41316px 8.58016px 0 -3.46667px #FF9F43, -34.15683px 9.79431px 0 -3.53333px #FF9F43, -33.85761px 11.001px 0 -3.6px #FF9F43, -33.5157px 12.19872px 0 -3.66667px #FF9F43, -33.13137px 13.38594px 0 -3.73333px #FF9F43, -32.70493px 14.56117px 0 -3.8px #FF9F43, -32.23675px 15.72291px 0 -3.86667px #FF9F43, -31.72725px 16.86968px 0 -3.93333px #FF9F43, -31.17691px 18px 0 -4px #FF9F43, -30.58627px 19.11242px 0 -4.06667px #FF9F43, -29.95589px 20.2055px 0 -4.13333px #FF9F43, -29.28642px 21.27783px 0 -4.2px #FF9F43, -28.57852px 22.32799px 0 -4.26667px #FF9F43, -27.83295px 23.35462px 0 -4.33333px #FF9F43, -27.05047px 24.35635px 0 -4.4px #FF9F43, -26.23192px 25.33188px 0 -4.46667px #FF9F43, -25.37819px 26.27988px 0 -4.53333px #FF9F43, -24.49018px 27.1991px 0 -4.6px #FF9F43, -23.56888px 28.0883px 0 -4.66667px #FF9F43, -22.6153px 28.94626px 0 -4.73333px #FF9F43, -21.6305px 29.77183px 0 -4.8px #FF9F43, -20.61558px 30.56385px 0 -4.86667px #FF9F43, -19.57168px 31.32124px 0 -4.93333px #FF9F43, -18.5px 32.04294px 0 -5px #FF9F43, -17.40175px 32.72792px 0 -5.06667px #FF9F43, -16.27818px 33.37522px 0 -5.13333px #FF9F43, -15.1306px 33.98389px 0 -5.2px #FF9F43, -13.96034px 34.55305px 0 -5.26667px #FF9F43, -12.76875px 35.08186px 0 -5.33333px #FF9F43, -11.55724px 35.56951px 0 -5.4px #FF9F43, -10.32721px 36.01527px 0 -5.46667px #FF9F43, -9.08014px 36.41843px 0 -5.53333px #FF9F43, -7.81748px 36.77835px 0 -5.6px #FF9F43, -6.54075px 37.09443px 0 -5.66667px #FF9F43, -5.25147px 37.36612px 0 -5.73333px #FF9F43, -3.95118px 37.59293px 0 -5.8px #FF9F43, -2.64145px 37.77443px 0 -5.86667px #FF9F43, -1.32385px 37.91023px 0 -5.93333px #FF9F43;
        display: inline-block;
        height: 8px;
        overflow: hidden;
        position: absolute;
        text-indent: -9999px;
        width: 8px;
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        border-radius: 100%;
        top: 50vh;
        right: 100vh;
    }
    
    @-webkit-keyframes whirly-loader {
        0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
        to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        }
    }
    @keyframes whirly-loader {
        0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
        to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        }
    }
    
    .btn-ungu {
        background: linear-gradient(90deg, #0066CC 0%, #c500cc 100%);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    }

    /* ANALOG CLOCK */
    #clockContainer {
        position: relative;
        margin: auto;
        height: 5vw;
        width: 5vw;
        background: url("../assets/images/clock.png") no-repeat;
        background-size: 100%;
    }
        
    #hour,
    #minute,
    #second {
        position: absolute;
        background: black;
        border-radius: 10px;
        transform-origin: bottom;
    }

    #hour {
        width: 1.8%;
        height: 25%;
        top: 25%;
        left: 48.85%;
        opacity: 0.8;
    }
        
    #minute {
        width: 1.6%;
        height: 30%;
        top: 19%;
        left: 48.9%;
        opacity: 0.8;
    }
        
    #second {
        width: 1%;
        height: 40%;
        top: 9%;
        left: 49.25%;
        opacity: 0.8;
        background: red;
    }

    /* DIGITAL CLOCK */
    .clock {
        /* position: absolute; */
        /* top: 50%;
        left: 35%; */
        /* transform: translateX(-50%) translateY(-50%); */
        color: #fff;
        font-size: 28px;
        /* font-family: Orbitron; */
        /* letter-spacing: 7px; */
    }    

    .card {
        border-radius: 0.25rem;
        display: block;
        border-radius: 8px;
        margin-bottom: 10px;
        position: relative;

        /* border: none;
        border-radius: 6px; */
        /* height:50%; */
        /* box-shadow: 0 0 11px 1px rgba(0, 0, 0, .05);
        -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, .05) */
    }
    
    .card .card-header {
        border-color: #e3e6ea;
        background: #eef0f3;
        padding: 8px 20px 8px;
        border-radius: 6px 6px 0px 0px ;
        color: #000;
        font-size: 14px;
        /* background: 0 0;
        border: none;
        padding: 25px 30px 10px;
        color: #293442;
        margin: 0;
        font-weight: 600 */
    }

    .card_x {
        border-radius: 0.25rem;
        display: block;
        border-radius: 8px;
        margin-bottom: 10px;
        position: relative;
    }
    
    .card_x .card-header {
        border-color: #e3e6ea;
        background: #eef0f3;
        padding: 8px 20px 8px;
        border-radius: 6px 6px 0px 0px ;
        color: #000;
        font-size: 14px;
    }
    
    .card_x:hover {
        filter: blur(0px);
        transform: translateY(20px);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        text-decoration: none;
    }
    .card_x:hover .card-img-top {
        opacity: 0.2;
    }

    .btn-heyfit,
    .btn-heyfit.disabled,
    .btn-heyfit:disabled {
        color: #fff;
        background: linear-gradient(to right, #b28ffd, #8349ff);    
    }
    
    .btn-heyfit.focus,
    .btn-heyfit:focus,
    .btn-heyfit:hover,
    .btn-heyfit:not(:disabled):not(.disabled).active,
    .btn-heyfit:not(:disabled):not(.disabled):active,
    .show>.btn-heyfit.dropdown-toggle {
        color: #fff;
        background: #8C57FF;
        transform: scale(1.1);
    }    
    
    .tengah {
        /* display: block;
        margin-left: auto;
        margin-right: auto; */
        /* left: 50%; */
        /* top: 50%; */
        align-items: center;
        justify-content: center;
        margin:auto;
    }

    .bg-chart {
        background: #2980B9;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to bottom, #FFFFFF, #6DD5FA, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to bottom, #FFFFFF, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .glass {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.3);    
    }
    .glass2 {
        background: rgba(54, 54, 54, 0.68);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5.4px);
        -webkit-backdrop-filter: blur(5.4px);
        border: 1px solid rgba(54, 54, 54, 0.2);   
    }
    .glass3 {
        background-color: rgba(255, 252, 252, 0.9);
        border-color: rgba(235, 235, 235, 0.9);
        backdrop-filter: blur(4px);
    }
    .glass4 {
/* From https://css.glass */
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.31);
    }

    .info-box-3:hover {
        color: #fff;
        background: linear-gradient(to right, #000428, #004e92);
    }

    .emboss {
        width: 100%;
        height: 200px;
        padding: 30px;
        background: #EDF3F9;
        box-shadow: -7px -7px 16px 0 #FFFFFF, 7px 7px 10px -4px rgba(116,150,179,0.27);
        border-radius: 18px;  
        margin-bottom: 20px;
        display: block;
    }
    .emboss-press {
        box-shadow: inset 3px 3px 7px 0 rgba(116,150,179,0.32), inset -4px -4px 6px 0 #FFFFFF;
        transition: all 1s linear;
    }
    .emboss-inner {
        width: 100%;
        height: auto;
        background: #EDF3F9;
        box-shadow: inset 3px 3px 7px 0 rgba(116,150,179,0.32), inset -4px -4px 6px 0 #FFFFFF;
        border-radius: 18px;
        /* margin-bottom: 20px; */
        display: block;
        padding: 10px;
    }

    .btn-dark:hover,
    .btn-primary:hover,
    .btn-info:hover,
    .btn-warning:hover,
    .btn-danger:hover,
    .btn-dark:hover,
    .btn-heyfit:hover,
    .btn-success:hover {
        -webkit-animation: jello-horizontal 0.9s both;
        animation: jello-horizontal 0.9s both;
    }

    @-webkit-keyframes jello-horizontal {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }
        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
                    transform: scale3d(1.25, 0.75, 1);
        }
        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
                    transform: scale3d(0.75, 1.25, 1);
        }
        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
                    transform: scale3d(1.15, 0.85, 1);
        }
        65% {
            -webkit-transform: scale3d(0.95, 1.05, 1);
                    transform: scale3d(0.95, 1.05, 1);
        }
        75% {
            -webkit-transform: scale3d(1.05, 0.95, 1);
                    transform: scale3d(1.05, 0.95, 1);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }
        }
        @keyframes jello-horizontal {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }
        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
                    transform: scale3d(1.25, 0.75, 1);
        }
        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
                    transform: scale3d(0.75, 1.25, 1);
        }
        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
                    transform: scale3d(1.15, 0.85, 1);
        }
        65% {
            -webkit-transform: scale3d(0.95, 1.05, 1);
                    transform: scale3d(0.95, 1.05, 1);
        }
        75% {
            -webkit-transform: scale3d(1.05, 0.95, 1);
                    transform: scale3d(1.05, 0.95, 1);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }
    }

    .modal-body-scroll {
        max-height: 50vh;
        overflow-y: auto;
    }
