.presentation-wrap img {
    /*width: 440px;*/
    margin: 0 10px 10px 0;
}

.present-main-img {
    width: 400px;
}

.presentation-wrap {
    text-align: justify;
}

.cat_main a {
    font-weight: bold
}

.cat_main div {
    padding-top: 10px;
}

.helpitnext > div {
    padding-top: 20px;
}

.helpitnext > div > div:first-child {
    color: black;
    font-weight: bold;
}

.helpitnext h4 {
    color: black;
    font-size: 15px;
    padding-top: 15px;
}

.alphabet-wrap {
    display: flex;
    align-content: center;
    width: 100%;
    background: #4f5a6e;
    margin-bottom: 15px;
}

.alphabet-wrap a {
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: bold;
}

.alphabet-wrap a:hover,
.alphabet-wrap a.active {
    color: black;
    background: white;
    padding: 7px 2px;
    border: 3px solid #4f5a6e;
}

.wrap-relative {
    position: relative;
}

@keyframes spinner {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.portal-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffd6;
    z-index: 11;
    left: 0;
    top: 0;
    /* padding: 20px; */
}

.portal-preloader:after {
    position: absolute;
    animation: spinner .8s infinite linear;
    content: '';
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    border-radius: 50%;
    border: 3px solid;
    border-color: transparent #00a3fb #00a3fb;
}

.preloader {
    width: 100%;
    background: white;
    position: absolute;
    height: 100%;
    z-index: 998;
    opacity: 0.5;
    display: none;
}


.cssload-thecube {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-top: 19px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);

}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4f5a6e;
    animation: cssload-fold-thecube 1.68s infinite linear both;
    -o-animation: cssload-fold-thecube 1.68s infinite linear both;
    -ms-animation: cssload-fold-thecube 1.68s infinite linear both;
    -webkit-animation: cssload-fold-thecube 1.68s infinite linear both;
    -moz-animation: cssload-fold-thecube 1.68s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.205s;
    -o-animation-delay: 0.205s;
    -ms-animation-delay: 0.205s;
    -webkit-animation-delay: 0.205s;
    -moz-animation-delay: 0.205s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -moz-animation-delay: 0.42s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 0.625s;
    -o-animation-delay: 0.625s;
    -ms-animation-delay: 0.625s;
    -webkit-animation-delay: 0.625s;
    -moz-animation-delay: 0.625s;
}


@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

.loadinfo {
    padding: 10px;
}

.orders_left {
    cursor: pointer;
    margin: 0px;
    border-top: 1px solid #e7e7e7;
    color: black;
    font-weight: bold;
    transition: 0.3s;
}

.orders_left_active {
    background-color: #e2e2e2 !important;
    color: black !important;
}


.login-form-error {
    position: absolute;
    color: darkred;
    font-size: 11px;
    font-weight: bold;
}

.tajaxLoad {
    text-align: center !important;
}

.training-img img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
}


.video-play {
    width: 90px;
    display: table;
    height: 67px;
    background: #000000b3;
    border-radius: 25px;
    position: absolute;
    box-shadow: 0 0 10px #fff;
    margin-top: 14%;
}

.video-play-btn {
    color: #fff;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    transform: rotate(-90deg);
    font-size: 40px;
    /* opacity: .99; */
    transition: .2s;
    color: #ccc;
}

a:hover .video-play-btn {
    color: #fff;
}

.profile-avatar {
    border-radius: 50%;
    /* width: auto; */
    margin: 0 auto;
    display: block;
}

.avatar-box {
    position: relative;
    margin: 20px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 15px #ddd;
}

a.avatar-nav-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 15%;
    text-align: center;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    color: rgba(255, 255, 255, .8);
    transition: all .3s ease-in-out, opacity .5s ease-in-out, color .1s;
    padding: 10px 0;
    opacity: 0;
    transform: translateY(100%);
}

.avatar-box:hover .avatar-nav-block {
    opacity: .99;
    transform: translateY(0%);
}

.avatar-nav-block:hover {
    color: rgba(255, 255, 255, 1);
}

.fullname-box {
    text-align: center;
    font-size: 18px;
    font-family: Roboto;
}

.gift-link-box {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
}

.gift-link-box a {
    padding: 5px 10px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.nav-tabs.profile {

    background: #f5f5f5;
}

.nav-tabs.profile .nav-item {

}

.nav-tabs.profile .nav-link {
    font-weight: normal;
}

.nav-tabs.profile .nav-link.active {
    border-color: #e2e5e7 !important;
}

.profile_page {
    font-family: 'Roboto';
}

.info-box {
    background: #fff;
    margin: -20px;
    margin-top: 20px;
    margin-bottom: -5px;
    padding-bottom: 20px;
}

.info-title {
    color: #999;
}

.gifts-box {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 40px);
}

.btn-new {
    padding: 4px 10px;
    background-color: #f1f1f1;
    border-radius: 2px;
    margin: 0 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8 !important;
}

.coins {
    margin-left: 10px;
    font-size: 70%;
    background: #f5f5f5;
    padding: 4px 7px;
    font-weight: 600;
    color: #999;
    user-select: none;
}

.coins .mdi {
    margin-right: 5px;
    color: orange
}

.modal-body {
    top: 0 !important;
}

.ui-widget.ui-widget-content {
    z-index: 99999;
}

.btn-create-cat {
    padding: 5px 10px;
    user-select: none;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 10px;
    color: #777;
}

.btn-create-cat:hover {
    color: #007bff;
}

.panel-manage {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 20px 5px;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    margin-bottom: 0 !important;
}

.cat-create-input {
    font-size: 90%;
    padding: 0 10px;
    height: 30px;
}

.cat-save-btn {
    width: 100%;
}

.category-video-title {
    /* background: #f5f5f5; */
    color: #4f5a6e;
    font-size: 105%;
    user-select: none;
    /* margin: 10px 0; */
    padding: 10px 15px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -15px;
    font-weight: bold;
}

.category_item {
    padding: 10px 15px;
    padding-left: 30px;
    margin-left: -20px;
    margin-right: -15px;
    user-select: none;
    font-size: 89%;
    /* font-weight: bold; */
    transition: .1s;
    font-family: Roboto;
}

.category_item:hover {
    background: #f5f5f5;
    color: #007bff;
    background: linear-gradient(90deg, #f5f5f5 90%, #e5e5e5 111%);
}

.category_list {
    margin-top: 20px;
}

.videos_list video::-webkit-media-controls {
    display: none !important;
}

.all-access-link {
    padding: 5px;
}

.all-access-link > a {
    color: #999;
    /* border-bottom: 1px dashed #195fb1; */
    user-select: none;
    cursor: pointer;
    padding: 7px 10px;
    transition: .1s;
}

.all-access-link > a:hover {
    color: #195fb1;
    border-color: #007bff;
    background: #eee;
}

.cat-block {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(90deg, transparent 90%, #eee 111%);
}

.videos_list {
    /* border-left: 1px solid #eee; */
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    /* overflow: hidden; */
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.video_preview {
    position: relative;
    user-select: none;
    padding-right: 0;
}

.video_preview-title {
    padding: 0;
    color: #444;
    font-weight: bold;
}

.video_preview:hover {
    /* background: #f5f5f5; */
}

.video_preview-desc {
    color: #888;
    margin: 0 0 10px 0;
    font-size: 95%;
}

.video_manage_panel {
    font-size: 90%;
    color: #aaa;
    padding-top: 10px;
    transition: .1s;
    user-select: none;
}

.video_manage_panel > span:hover {
    color: #007bff;
}

.video-link:hover .video_manage_panel {
    opacity: 1;
}

.video_info_block {
    position: relative;
}

.video_row a {
    color: #444;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0 0 10px;
}

.video_row a:hover {
    color: #000;
    text-decoration: underline;
}

.video_preview-rules > span {
    font-size: 80%;
    background: silver;
    border-radius: 3px;
    padding: 0px 10px;
    color: #fff;
    display: inline-block;
    margin-right: 4px;
}

.video_preview-rules > span.all-access {
    background-color: transparent;
    color: orange;
    padding: 0;
}

.cat-empty {
    text-align: center;
    width: 100%;
    color: #999;
    padding: 40px 0;
}

.category_item.active,
.category_item.router-link-exact-active {
    background: #f1f1f1;
    color: #007bff;
}

a.video-link {
    display: block;
    padding: 10px;
}

a.video-link:hover {
    background: #f5f5f5;
}

.v-filter-header {
    width: 100%;
}

.v-filter-title {
    font-weight: bold;
    color: #444;
}

.v-filter-input {
    padding: 3px 10px;
    /* border-radius: 3px; */
    /* background: #f9f9f9; */
    border: none;
    border-bottom: 1px solid #eee;
}

.v-filter-input:hover,
.v-filter-input:focus {
    border-color: #ccc;
}

.btn-memebers {
    position: relative;
}

.btn-memebers span {
    padding: 3px 10px 3px 0;
    z-index: 10;
    position: relative;
}

.btn-memebers span:hover {
    background: #fff;
}

.memebers_list {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 20px;
    box-shadow: 0 3px 7px -3px #00000038;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    bottom: 0;
    width: 250px;
    transition: .1s;
}

.memebers_list.show {
    visibility: visible;
    opacity: 1;
}

.v-filter_block {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.search_block_list {
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 0 3px 3px #0003;
}

.search_block_list-item {
    padding: 8px 10px;
    user-select: none;
    cursor: pointer;
}

.search_block_list-item:hover {
    background: #f1f1f1;
}

.v-views_block {
    color: #999;
    font-size: 75%;
}


.btn-proccess {
    width: max-content;
    padding: 7px 20px;
    cursor: pointer;
    user-select: none;
    border-radius: 120px;
    margin: 0 auto;
    transition: .2s;
    font-family: roboto;
    color: #eee;
    opacity: .9;
    display: block;
    background-color: #4f5a6e;
}

.btn-proccess:not(.disabled):hover {
    color: #fff !important;
    opacity: .99;
}

.btn-proccess.disabled {
    opacity: .5;
    cursor: default;
}

.progressbar_block {
    user-select: none;
    cursor: default;
}

.progressbar_line {
    border-right: 1px solid #eee;
    background: #f9f9f9;
    position: relative;
    width: 100%;
    text-align: center;
    height: 6px;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: center;
}

.progressbar_line .text {
    width: max-content;
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 auto;
}

.progressbar_com {
    position: absolute;
    height: 100%;
    background: #8BC34A;
    transition: .1s;
    overflow: hidden;
    border-radius: 3px;
}

.progressbar_com:after {
    animation: brilliance 1s infinite alternate;
    content: '';
    position: absolute;
    top: 0;
    right: calc(0% - 100px);
    bottom: -50%;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, transparent, rgb(179, 233, 118), transparent);
}

@keyframes brilliance {
    100% {
        right: 110%;
    }
}

.progressbar_val {
    position: absolute;
    width: 100%;
}

.video_row .badge-archive {
    width: max-content;
    background: #eee;
}