.page {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100));
    padding: 75px 0 0 !important;
}

.wraper {
    padding: 0 30px !important;
}
.sticky-block {
    padding: 10px 0 15px;
}

form .custom-btn {
    height: 50px !important;
    padding: 0 25px;
}

.custom-btn.brown-btn:hover {
    background: var(--brown-hover-color) !important;
}

.toggle-panel-btn, .custom-radio-btn, .control-btn, .content-action-btn {
    cursor: pointer;
}

.menu-link {
    cursor: pointer;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    background: transparent;
    margin: 5px 0 !important;
}
.menu-link:hover{
    background: var(--light-color);
}

.menu-links:not(.sidebar .menu-links) {
    display: flex;
    flex-direction: row;
    padding: 0;
    align-items: center;
}
.menu-link:not(.sidebar .menu-links .menu-link), .menu-link:not(.sidebar .menu-links .menu-link):active, .menu-link:not(.sidebar .menu-links .menu-link):hover {
    margin-left: 20px !important;
    padding: 10px 15px;
}

.sidebar .menu-link {
    padding: 10px;
}
.sidebar .menu-link:hover {
    background: #fff9;
}

.link-block {
    height: calc((100vh - 60px) / 3) !important;
}

.link-btn {
    padding: 10px 30px;
    font-size: 14px;
}

.sidebar-flex {
    width: 330px;
    margin-left: calc(100% - 330px);
}

.panel-bg {
    justify-content: center;
    align-items: center;
}
.panel-content {
    border-radius: 20px;
    width: 450px;
}

.content-item.video-content {
    width: 100%;
    height: 30vw;
    max-width: 50vh;
    margin: 0;
    max-height: 350px;
}

.content-cover {
    height: 100%;
}

.sort-btn {
    width: auto !important;
    padding: 0 10px 0 15px;
    height: 30px !important;
}
.sort-btn img {
    width: 20px;
}

.content-view-container {
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 100px) !important;
    border-radius: 20px !important;
    overflow: hidden;
}
.content-view-container .video-container {
    height: 100%;
}
.content-view-container .player-heading {
    width: calc(100% - 15px);
}

.comments-block {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    border: 1px solid #CCC;
    border-left: none;
    position: relative;
    background: #FFF;
}
.comments-bottom {
    position: absolute;
}
.comments-list {
    padding: 15px 15px 85px;
    height: calc(100% - 50px);
    overflow: auto;
    background: #f6f1ee52;
}
.comments-heading {
    background: var(--light-color);
}

.audio-player-container {
    position: relative;
    border: 1px solid #CCC;
    border-radius: 20px 0 0 20px;
}

.audio-title-heading {
    position: sticky;
    top: 0;
    background: #f2ede9;
    padding: 30px 0 15px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}

.audio-player-container .resizeable-text {
    height: calc(100% - 100px);
    overflow: auto;
    padding: 0 30px 30px;
}
.custom-audio-player {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #a0857226;
    padding: 15px 20px;
    left: 0;
}

.audio-title-heading .audio-control-btn, .audio-title-heading .content-action-btn {
    height: 40px !important;
    width: 40px !important;
}

.audio-title {
    width: calc(100% - 100px) !important;
}

.player-control-btn {
    background-color: inherit;
}

.audio-js .vjs-progress-holder.vjs-slider {
    cursor: pointer;
}
.resizeable-text:before {
    content: "\f3c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    color: var(--brown-color);
    opacity: .1;
    font-size: 35vh;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.question-form, .support-form {
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
    max-height: calc(100vh - 100px);
    max-height: calc(var(--vh, 1vh) * 100 - 100px);
}


.book-cover{
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: calc(100vh - 110px);
    object-position: right;
}
.chapter {
    background: linear-gradient(45deg, #FFF, transparent);
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 6px;
    color: var(--brown-color);
}

.book-nav-area {
    height: calc(100% - 125px);
    top: 120px;
}

.profile-container .image-container {
    width: 200px;
    height: 200px;
    margin: 0;
}

.link-block:hover {
    transform: translate(0, -5px);
}

.review-item .audio-item {
    height: calc(50% - 4px);
    position: relative;
}

.review-item .audio-item::before {
    content: "\f3c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #a08572;
    opacity: .3;
    font-size: 100px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-item.wide-content {
    width: 100%;
    margin: 0;
}
.content-item.wide-content .content-cover {
    max-height: 200px !important;
    height: 20vw !important;
    background-size: cover !important;
}

.audio-js .vjs-control.vjs-playback-rate .vjs-playback-rate-value {
    background: #e6ded7;
}
.audio-js .vjs-control.vjs-playback-rate .vjs-menu-content {
    bottom: -25px;
    top: unset;
}

.course-item {
    background: linear-gradient(180deg, #F6F1EE 0%, #F6F1EE 100%);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    color: var(--dark-brown-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#paymentContainer {
    position: relative;
}
.bottom-panel .panel-preloader {
    width: 100%;
}

.content-view-container.wide-content .video-container {
    width: 100% !important;
    height: 100% !important;
}
.content-view-container.wide-content .video-container .video-js .vjs-tech {
    object-fit: contain !important;
}

.audio-info {
    height: calc(15vw - 45px) !important;
    max-height: calc(175px - 45px) !important;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.audio-title {
    width: 100% !important;
}


.rounded-block.intensive-banner {
    height: 250px;
    border-radius: 65px;
    overflow: hidden;
}
.rounded-block.intensive-banner .intensive-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}
.rounded-block.intensive-banner .block-title {
    bottom: 50%;
    transform: translateY(50%);
    color: #FFF;
    font-size: 35px;
}

.links-container {

}
.links-container .link-block {
    display: block;
    background: linear-gradient(180deg, #F6F1EE 0%, #F6F1EE 100%);
    border-radius: 20px;
    /*height: 25vh;*/
    height: calc((100vh - 135px - 45px) / 3.5);
    /*height: calc((var(--vh, 1vh) * 100 - 135px - 45px) / 3.5);*/
    margin-bottom: 15px;
    /*max-height: 150px;*/
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.link-block.soon-block {
    filter: opacity(0.5) grayscale(0.3);
}

.link-info {
    padding-left: 30px;
    color: var(--dark-brown-color);
    line-height: 115%;
}
.link-title {
    font-size: 18px;
}
.link-btn {
    margin-top: 10px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 7px !important;
}
.link-btn i {
    font-size: 10px;
}

.content-player {
    width: 50vh;
    left: 50%;
    height: 80vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.view-content-container .video-container {
    height: 80vh !important;
}

.subscription-plan {
    height: 45px;
}
