body, html {
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
    /*color: #363636;*/
    /*background-color: #FFFFFF !important;*/
}

td {
    border-left: none;
    border-right: none;
    vertical-align: middle !important;
}

tr {
    vertical-align: middle !important;
}

.hr-custom {
    border-color: #8f8f8f !important;
    margin-top: 4px !important;
}

hr {
    border-color: whitesmoke;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', serif !important;
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {*/
/*    padding-left: 36px;*/
/*    padding-right: 36px;*/
/*}*/

.page-content {
    padding-top: 80px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.font-cabin {
    font-family: 'Cabin', serif !important;
}

.font-bebas {
    font-family: 'Bebas Neue', serif !important;
}

/***************************************************************************/
/* Sidebar */
/*.vertical-menu {*/
/*    background-color: #fafafa !important;*/
/*    !*border-right: #222222 1px solid;*!*/
/*}*/

#sidebar-menu ul li a {
    font-size: 16px !important;
    padding: 0.1rem 1.3rem !important;
}

#sidebar-menu ul.sub-menu li a {
    padding: 0.1rem 2rem !important;
}

#sidebar-menu ul li ul.sub-menu {
    padding-bottom: 20px;
}

.mm-active {
    color: #E46239 !important;
    background-color: transparent !important;
}

.mm-active .active {
    color: #E46239 !important;
}

.mm-active .active i {
    color: #E46239 !important;
}

.mm-active > i {
    color: #E46239 !important;
}

.small-circle {
    font-size: 10px !important;
    padding-left: 3px !important;
}


/********************************************************************************/
/* Top Nav */

#page-topbar {
    padding-left: 0;
    padding-right: 0;
    height: 60px;
    background-color: #f1efec;
}

.logo {
    line-height: 60px;
}

/***************************************************************************/
/* Cards */
.card {
    border: none;
    background-color: unset;
    margin-right: 5px;
    border-radius: 10px;
}

.card-body-gradient {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.carousel-card {
    font-family: 'Cabin', serif !important;
    display: inline-block;
    border-radius: 25px;
    float: none;
}

.card-shadow {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.profile-picture-md-plus {
    height: 80px;
    width: 80px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}

.carousel-profile-picture {
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}

.trainer-rounded-card {
    height: 100px;
    width: 100px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}

.rounded-profile-card {
    height: 170px;
    width: 170px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}

.mdi {
    vertical-align: middle;
}

.search-filter-card-list {
    min-width: 10vw;
    /*max-width: 12vw;*/
    max-height: 220px;
}

.search-filter-card {
    padding: 0;
    margin-right: 5px;
}

.light-card {
    border-radius: 12px;
    /*border: 1px solid #e7e2e2;*/
}

#selected-keywords {
    /*width: 11vw;*/
    /*min-height: 2.5vw;*/
    /*max-height: 8vw;*/
    /*overflow-y: auto;*/
}

.filter-item {
    list-style-type: none;
}

.search-input {
    border-radius: 10px;
    background-color: white;
    border: 1px solid #6a6a6a !important;
    outline: 0;
    height: 32px;
    width: 350px;
    padding-left: 40px;
    text-indent: 22px;
}

.comment-input {
    border-radius: 50px;
    background-color: white;
    outline: 0;
    height: 40px;
    width: 95%;
    text-indent: 10px;
}

.topnav-icon-section {
    padding: 2px 10px !important;
    display: flex;
}

.topnav-icon-section .header-item {
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 4px;
}

.input-with-bottom-border {
    background-color: transparent;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #707070;
    color: #3f3f3f;
    width: 100%;
    border-radius: 0;
}

input[type=checkbox], input[type=radio] {
    accent-color: #232323
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

#apple-pay-button {
    display: none;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: white-outline;
    height: 40px;
}
