.testi-card {
    height: 400px;
}

.card-body {
    text-align: center;
    padding: 0 20px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp-loader {
    display: none !important;
}

.img_right_shift {
    filter: drop-shadow(20mm 20mm 0 rgb(240, 240, 242));
}

.img_left_shift {
    filter: drop-shadow(-20mm -20mm 0 rgb(240, 240, 242));
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #797a7e !important;
    background: #b5b9bd !important;
    font-weight: normal;
    color: #ffffff;
}
table.ui-datepicker-calendar th {
    background-color: #8b9095 !important;
}

.register_custom_btn{
    background-color: #585779 !important;
    color: #f0f0f0 !important;
    cursor: pointer;
    font-size: 1rem;
    padding: 1.56em 4.35em;
    letter-spacing: 0.1em;
    letter-spacing: 0 !important;
}
button#open-popup {
    margin-bottom:1%;
    font-size: 10px;
    display: block;
    color: #f0f0f0 !important;
    position: fixed;
    z-index: 100001;
    /*width: 16em;*/
    height: 3em;
    line-height: 1px;
    text-align: center;
    bottom: -4em;
    right: 2em;
    background: #585779;
    border: 1px solid #585779;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    opacity: 1;
    bottom: 8em;
}
@media (max-width: 959px)
{
    button#open-popup {
         bottom: 5em;
         font-size: 8px;
         right: 1em;
    }
}

.content__monkeyRewards a{
    display:none !important;
}