/* Minification failed. Returning unminified contents.
(38,25): run-time error CSS1039: Token not allowed after unary operator: '-mdb-gutter-x'
(39,24): run-time error CSS1039: Token not allowed after unary operator: '-mdb-gutter-x'
 */
body {
    /*overflow-y: hidden;*/
}

.glass-panel {
    border: none !important;
}

.img-no-data {
    width: 220px;
}

button.float-button {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 19px;
    background-color: #e67e22 !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    padding-right: 4px !important;
    z-index: 100;
}

.card-header {
    border: none;
    background-color: #ffffff61;
    border-radius: 12px !important;
}

.badge-success-customize {
    color: #e68282 !important;
}

.card-find-session_container {
    padding-right: var(--mdb-gutter-x,.75rem);
    padding-left: var(--mdb-gutter-x,.75rem);
}

.card-find-session_header {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}

.card-find-session {
    position: relative;
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border-radius: .5rem;
    outline: 0;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0,0,0,.07),0 10px 20px -2px rgba(0,0,0,.04);
}

.card-footer:last-child {
    border-radius: 0 0 12px 12px;
}

.bg-home-new_title {
    background-color: #1abc9c;
}

.logo-company {
    border-radius: 50%;
}

.container-session-height {
    height: calc(100vh - 135px);
    overflow-y: auto;
    overflow-x: hidden;
}

.footer-paging-nav {
    margin-top: 0.7rem;
}

.page-item.active .page-link {
    background-color: #6dc448;
}

.page-link:hover {
    background-color: #f2acac;
}

.btn-first {
    border-radius: 15px 0px 0px 15px !important;
}

.btn-last {
    border-radius: 0px 15px 15px 0px !important;
}

.btn-next {
    border-radius: 15px 0px 0px 15px !important;
    margin-left: 7px !important;
}

.btn-pre {
    border-radius: 0px 15px 15px 0px !important;
    margin-right: 7px !important;
}

.page-item.disabled .page-link {
    color: #9d9d9d;
    background-color: #bfbcbc;
}

.pagination {
    border: 1px solid white;
}

.btn-select {
    font-size: 0.9rem !important;
    transition: all ease 0.3s;
}

    .btn-select:hover {
        font-weight: bold;
    }

        .btn-select:hover i {
            transition: 0.9s;
            transform: rotateY(180deg);
        }

@media only screen and (max-width: 768px) {
    body {
        background: #edeff3 no-repeat center center fixed;
    }

    .img-no-data {
        width: 200px;
    }

    .container-session-height {
        height: unset !important;
    }

    .footer-paging-nav {
        margin-bottom: 2rem;
    }
}

