.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item:nth-child(1) .m-pricing-table-1__price {
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 20rem;
}

.logoImage{
    padding: 10px;
    width: 100%;
    height: auto;
}

.logoImageSign{
    width: auto;
    height: 150px;
}

div.intl-tel-input {
    position: relative;
    display: block;
}

tr.m-table__row--danger .btn.m-btn--hover-accent:not(.btn-secondary):not(.btn-outline-light) i {
    color: #ffffff;
}

.activePlan{
    background: #cff5ed
}

.help-block-error{
    color: red;
}

.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group .form-control{
    border-radius: 0px;
    border: none;
    padding: 1.5rem 1.5rem;
    margin-top: 1.5rem;
}

.bulkInviteBox{
    padding-right: 30px;
    padding-left: 30px
}

.profileImage{
    padding-bottom: 10px;
}

.gridUserImage{
    width: 50px;
}

.grid-view .table tbody td{
    vertical-align: middle;
}
.item-background {
    margin: 10px;
    background-color: #f7f8fa;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 1px;
}
.m-accordion__item .not-active {
    cursor: default!important;
}
.m-accordion__item .open-item {
    background-color: lightgreen!important;
}
.next-button {
    margin: 10px;
}

.m-timeline-1.m-timeline-1--fixed {
    width: 100%;
}
.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content {
    padding: 0.75rem;
}
.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left {
    padding-right: 1.85rem;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 10px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-time {
    padding-top: 5px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-title {
    font-size: 1.5rem;
}

.additional-padding-milistone {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.item-exercise {
    padding: 5px;
}
.break-text {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.header-span-item {
    float: right;
}

.unlock {
    color: #34bfa3;
}

.lock {
    color: #f4516c;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon {
    font-size: 35px;
}

.m-badge {
    float: right;
}

.user-tab {
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    background-color: #ffffff!important;
    box-shadow: grey!important;
    width: 100%;
}
.user-tab-title {
    color: #575962!important;
    font-size: 2rem!important;
}
.user-form-body {
    padding: 0!important;
    padding-bottom: 10px!important;
}
.search-width {
    width: 100% !important;
}
.empty-subs {
    background-color: white;
    padding: 50px;
}
.subs-button {
    padding-top: 15px;
}
.item-calendar {
    float: right;
}
.item-button {
    padding-top: 35px;
    padding-bottom: 20px;
}
@media screen and (max-width:992px) {
    .m-brand__logo-wrapper .logoImage {
        max-height: 60px;
        width: auto;
    }
}
@media (max-width: 768px) {

    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left {
        padding-right: 0;
        padding-left: 1.4rem;
        padding-top: 1.4rem;
    }

    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right {
        padding-top: 1.4rem;
        padding-left: 1.4rem;
    }

    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item {
        margin-top: 1.5rem!important
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item {
        display: block;
        margin: 5px 0;
        text-align: center;
    }

}
.m-list-badge .m-list-badge__items a.m-list-badge__item {
    margin: 2px;
    display: inline-block;
}