html {
    font-size: 14px;
}

body {
    padding-top: 70px;
    padding-bottom: 50px;
}

.container {
    max-width: 1280px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    background: none;
}

#logo {
    width: 100%;
    max-width: 200px;
}

#logo img {
    max-height: 20px;
    width: 100%;
    max-width: 100px;
}

#menu {
    width: 100%;
    max-width: 200px;
    text-align: right
}

.max-1024 {
    max-width: 1024px !important;
    margin: auto;
}

header a {
    font-size: 13px;
}

header nav a {
    font-weight: bold !important;
    padding: 3px 0 !important;
    margin: 3px 18px;
    border-bottom: 2px solid transparent;
}

header nav a.active {
    border-color: #111 !important;
}

header nav a:hover {
    text-decoration: none;
    border-color: #111 !important;
}

header .dropdown a {
    margin: 0px 10px;
    width: calc(100% - 20px);
}

header .dropdown-menu a {
    padding: 2px 5px;
    color: #333 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}

header .dropdown-menu a:hover {
    background: none !important;
}

header .dropdown a.seperator {
    height: 1px;
    background: #333;
    padding: 0;
    width: calc(100% - 20px);
    display: inline-block;
    text-align: right !important;
}

header div.dropdown-menu {
    background: rgba(255, 255, 255, 0.65) !important;
}

#menu a.btn {
    font-size: 13px;
    font-weight: bold !important;
    color: #000;
}

#menu a.btn:hover {
    font-size: 13px;
}

#index-fullwidth {
    width: 100%;
    background: black;
    color: white;
    padding: 50px 0;
}

#index-table {
    width: 100%;
    max-width: 960px;
    height: 250px;
}

#index-table h3 {
    width: 90%;
    text-align: left;
    font-size: 72px;
    line-height: 72px;
    font-style: italic;
}

#index-full-height {
    height: 100vh;
    max-width: 960px;
    text-align: center;
}

#index-full-height p {
    font-style: italic;
    font-weight: 600;
    color: white;
}

#index-full-height span.material-icons {
    font-size: 72px;
    font-weight: normal;
}

#index-full-height img {
    width: 100%;
    max-width: 540px;
    margin-bottom: 30px;
}

#index-full-height div.full-height-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#index-smooth-scroll {
    position: absolute;
    bottom: 30px;
    color: #fff;
}

#index-smooth-scroll:hover {
    cursor: hand;
    cursor: pointer;
}

#index-comments {
    width: 100%;
    max-width: 640px;
    text-align: center;
    position: relative;
    margin: 30px auto !important;
}


#index-comments div.item p {
    width: 80%;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    color: #999;
    margin: 30px auto 10px auto;
}

#index-comments .text-muted {
    font-size: 12px;
}

#index-comments .carousel-control {
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    font-size: 36px;
    z-index: 999;
}

#index-comments .carousel-prev {
    left: 0;
}

#index-comments .carousel-next {
    right: 0;
}

#index-comments .owl-dots {
    margin-top: 35px;
}

#index-press {
    text-align: center;
    margin-bottom: 50px;
}

#index-press img {
    width: 100%;
    max-width: 480px;
    display: inline-block;
    margin: 30px auto;
}

#index-featured-container {
    background-color: #FFBABA;
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}

#index-featured-container p small.text-muted {
    color: #333 !important;
}

#index-featured {
    max-width: 720px;
    margin: 20px auto 80px auto;
}

#index-featured h5 {
    font-size: 20px;
    margin-bottom: 0;
}

#index-featured div.card {
    border: 0;
    border-right: 3px solid #e5e5e5;
    font-size: 13px;
    text-align: center;
    margin: 0;
    background: none !important;
}

#index-featured div.card:last-child {
    border: 0;
}

#index-featured .card-title {
    font-size: 15px;
    font-weight: bold;
}

#index-featured div.card-text {
    font-size: 15px;
}

#index-featured lottie-player {
    display: inline-block;
}

#index-featured img {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

#index-featured div.card-text .text-muted {
    line-height: 20px;
}

#index-buttons {
    margin: 0px auto 30px auto;
    text-align: center;
    width: 100%;
    background: black;
    color: white;
}

#index-buttons a {
    background: black;
    border: 3px solid #fff;
    color: white;
    margin: 50px auto;
}

#index-play {
    margin: 150px auto 100px auto;
    text-align: center;
    width: 100%;
    max-width: 640px;
}

#index-play h3 {
    font-size: 30px;
}

#feed {
    font-size: 14px;
}

#feed h1 {
    margin-top: 50px;
    font-weight: normal;
}

#feed p {
    margin-top: 20px;
    font-size: 12px !important;
}

#feed div.bg-cover-feed {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}

#feed div.bg-cover-feed a.title {
    padding: 10px 10px 35px 10px;
    color: #fff !important;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
}

#feed div.bg-cover-feed a.read-more {
    padding: 5px 10px 10px 10px;
    color: #fff !important;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    font-size: 16px;
}

#feed-content .item .category {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#feed-content .item {
    padding-left: 37.5px !important;
    padding-right: 37.5px !important;
}

#feed-content .item.all-feeds {
    margin-top: 30px;
}

#poll {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

#poll form label {
    margin-bottom: 10px;
    width: 100%;
}

#poll form input.other {
    border: 0;
    border-bottom: 1px solid #333;
    padding: 3px;
    width: 80%;
}

#poll form {
    margin-top: 15px;
}

#poll form button {
    margin-bottom: 15px;
}

#poll small {
    font-size: 11px;
}

#poll strong {
    font-size: 20px;
}

#sign-up-newsletter {
    max-width: 540px;
    display: inline-block;
    margin-top: 0px;
}

#sign-up-newsletter form {
    margin-top: 20px;
    font-size: 13px;
    display: inline-block;
    padding-left: 5px;
    width: 90%;
    float: left;
}

#player div.container {
    width: 100%;
    max-width: 100% !important;
}

#player div.widget {
    position: relative;
    width: calc(100% - 30px);
    font-size: 14px;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

#player div.widget ul {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    width: 100%;
    float: left;
    display: inline-block;
}

#player div.widget ul li {
    margin: 5px 0 8px 5px;
    display: inline-block;
}

#player div.widget ul li a {
    background: #e5e5e5;
    border: 1px solid #000;
    padding: 5px;
    font-weight: 300;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#player div.widget ul li a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

#playlist {
    padding: 0px 50px 150px 50px;
    max-width: 1200px;
}

#playlist .podcast {
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#playlist .podcast:last-child {
    border: 0;
}

#playlist .podcast .podcast-play-button {
    width: 75px;
    display: inline-block;
    position: relative;
}

#playlist .podcast .podcast-play-button a span {
    font-size: 48px !important;
}

#playlist .podcast .podcast-play-button a {
    font-size: 64px;
}

#playlist .podcast .podcast-play-button a i {
    margin-left: 5px;
}

#playlist .podcast .podcast-header {
    width: 22.5%;
    display: inline-block;
    position: relative;
}

#playlist .podcast .podcast-header .podcast-title {
    font-weight: bold;
}

#playlist .podcast .podcast-header .podcast-badge {
    font-weight: bold;
    color:white;
    font-size:15px;
    width:100%;
    display:inline-block;
}
#playlist .podcast .podcast-header .podcast-badge.text-black {
    color:black;
}

#playlist .podcast .podcast-header .podcast-badge span,
#playlist .podcast .podcast-header .podcast-badge img {
    display:inline-block;
    float:left;
    margin-right:5px;
}
#playlist .podcast .podcast-header .podcast-badge img {
    width: 50px;
    margin-top:8px;
}
#playlist .podcast .podcast-header .podcast-badge.text-black .badge-text {
    margin-top:2px;
}

#playlist .podcast .podcast-mini-description {
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
}

#playlist .podcast .podcast-description {
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}

#playlist .podcast .podcast-description span.alert {
    color: red;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#playlist .podcast .podcast-action-buttons {
    width: 12.5%;
    display: inline-block;
    position: relative;
    text-align: right;
    vertical-align: top;
    padding-top:35px;
}

#playlist .podcast .podcast-action-buttons i {
    font-size: 32px;
    display: inline-block;
    margin: 10px;
}

#playlist .podcast-comments-container {
    display: none;
}

#playlist .podcast-comments {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 13px;
    min-height: 150px;
}

#playlist .podcast-comments .podcast-description {
    width: calc(45% - 80px);
    margin-left: 80px;
    display: inline-block;
    float: left;
    margin-right: 5%;
    margin-bottom: 15px;
}

#playlist .podcast-comments .podcast-stats {
    position: absolute;
    bottom: 0;
    left: 0;
}

#playlist .podcast-comments .podcast-stats span {
    display: inline-block;
    min-width: 80px;
    font-weight: bold;
}

#playlist .podcast-comments .podcast-all-comments {
    width: 45%;
    display: inline-block;
    float: left;
    margin-right: 2.5%;
    padding-left: 2.5%;
    border-left: 1px solid #333;
}

#playlist .podcast-comments .podcast-all-comments .podcast-all-comments-container {
    margin-bottom: 20px;
    position: relative;
    max-height: 200px;
    overflow-y: auto;
}

#playlist .podcast-comments .podcast-all-comments .podcast-all-comments-container ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
    width: 90%;
}

#playlist .podcast-comments .podcast-all-comments .podcast-all-comments-container ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #222222;
}

#playlist .podcast-comments .podcast-all-comments .podcast-all-comments-container ul li:last-child {
    border: 0;
}

#playlist .podcast-comments .podcast-all-comments .podcast-all-comments-container ul li p {
    font-style: italic;
    width: 96%;
    margin: 10px 2%;
    font-weight: bold;
}

#playlist .podcast-comments .podcast-all-comments .podcast-all-comments-container ul li span {
    color: #666;
    font-weight: normal;
}

#playlist .podcast-comments .podcast-all-comments .podcast-new-comment {
    display: inline-block;
    width: 100%
}

#playlist .podcast-comments .podcast-all-comments .podcast-new-comment textarea {
    width: 75%;
    float: left;
    height: 100px;
}

#playlist .podcast-comments .podcast-all-comments .podcast-new-comment button {
    width: 24%;
    float: right;
    margin-top: 66px;
    font-size: 13px;
}

.podcast div.podcast-mini-description .tw-warning.alert{
    width: auto !important;
    margin-bottom:0;
}

.podcast > div.podcast-mini-description > span.master-tag.btn.btn-sm {
    background: #fff;
    margin-right:10px;
    border: 1px solid black;
    font-size: 11px;
    padding: 3px;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    padding:2px 8px;
}

.podcast > div.podcast-mini-description > div.podcast-mini-description-content {
    display: inline-block;
    width:100%;
    margin-top:10px;
}

#aside {
    background: rgba(255, 255, 255, 0);
}

aside li a.active {
    background: #000 !important;
    color: #fff;
}

#payment-method {
    max-width: 540px !important;
    margin-top: 50px;
}

#payment-method form {
    max-width: 540px !important;
    margin: 35px auto 15px auto;
}

#payment-method table {
    margin-top: 30px;
}

#static {
    max-width: 800px;
}

#static p {
    display: block;
    width: 100%;
}

#payment-details {
    font-size: 12px;
}

#payment-details p {
    font-size: 12px;
}

#payment-details strong.title {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#copyright {
    font-size: 18px;
}

#copyright i {
    font-size: 24px;
}

#mobile-header {
    width: 100%;
    display: inline-block;
}

#mobile-header .mobile-logo {
    display: inline-block;
    float: left;
    width: 22.5%;
}

#mobile-header .mobile-logo img {
    width: 100%;
    max-width: 75px;
    margin-top: 2px;
}

#mobile-header .mobile-bar {
    display: inline-block;
    float: right;
    width: 75%;
}

#mobile-header nav {
    width: 100%;
    text-align: left;
    display: inline-block;
}

#mobile-header nav a {
    margin: 5px;
    font-size: 14px;
}

.plyr--full-ui input[type="range"] {
    color: black !important;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
    background: black !important;
}

div.trial-box {
    position: absolute;
    right: 0px;
    top: -16px;
    width: 64px;
    height: 64px;
}

div.trial-box img {
    max-width: 64px;
}

footer {
    font-size: 12px;
}

footer a {
    font-weight: bold;
    color: black;
}

footer ul.footer-links li {
    margin-bottom: 5px;
}

footer ul.footer-links li a {
    font-size: 12px;
    font-weight: bold;
}

#loginTrigger {
    margin-right:10px;
}

#registerTrigger {
    background: black;
    color: white !important;
}

@media (max-width: 989px) {
    .dropdown-toggle:hover, .dropdown-toggle::after {
        border: 0 !important;
    }

    .mobile-bar a.dropdown-item {
        font-size: 15px;
    }

    #dropdownMenuLink span.material-icons {
        font-size: 36px;
        margin-top: -5px;
    }

    .plan-container-free div {
        padding: 0;
    }

    .plan-container-paid div {
        padding: 0;
    }

    .mobile-bar .mobile-bar-main-items {
        position: absolute;
        right: 90px;
        top: 7px;
    }

    .mobile-bar .mobile-bar-main-items a {
        font-size: 20px;
        width: auto !important;
        display: inline-block;
        padding: 8px 4px;
        font-size: 15px;
        font-weight: bold;
    }

    #playlist .podcast-comments .podcast-stats {
        max-width: 65px !important;
        text-align: right;
    }

    #playlist .podcast .podcast-action-buttons {
        position: absolute;
        top: 20px;
    }

    #playlist .podcast .podcast-header {
        width: calc(75% - 85px) !important;
    }

    #index-table h3 {
        font-size: 62px;
        line-height:62px;
    }

    #index-smooth-scroll {
        bottom: 120px;
    }

    #index-featured .lottie-player {
        width: 180px !important;
        max-width: 180px !important;
        margin: 0 auto !important;
        display: inline-block;
        position: relative;
    }

    #index-play .lottie-player {
        width: 250px !important;
        max-width: 250px !important;
        height: 80px;
        margin: 0 auto !important;
        display: inline-block;
        position: relative;
    }
}

#index-mini-player-container {
    /* background: #f5c7c9; */
    background: #ffffff;
}

#index-mini-player {
    position: relative;
    margin:auto;
    width: 100%;
    max-width:1024px;
}

#index-mini-player div.index-playlist {
    position: relative;
    width: 100%;
    margin: auto !important;
    text-align: center !important;
    padding-top:30px !important;
    padding-bottom:60px !important;
    max-width:800px;
}

#index-mini-player .carousel-control {
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 62px);
    font-size: 36px;
    z-index: 999;
}

#index-mini-player .carousel-prev {
    left: 0;
    color: black;
}

#index-mini-player .carousel-next {
    right: 0;
    color:black;
}

#index-mini-player div.index-playlist .podcast a span {
    font-size:96px;
}

#carousel-mini-player div.item {
    padding-top:20px;
}

#carousel-mini-player div.item .podcast-title {
    margin-top:5px;
}

#carousel-mini-player div.item .podcast-mini-description {
    margin-top:15px;
}

@media (min-width: 768px) {

    html {
        font-size: 16px;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

}

@media (max-width: 768px) {
    #index-table h3 {
        font-size: 42px;
        line-height: 42px;
    }

    #index-mini-player div.index-playlist {
        margin-bottom:0 !important;
    }
    #index-mini-player-description {
        padding:0 40px 20px 40px !important;
        text-align: center !important;
        margin-top: 30px;
    }
    #index-mini-player-description a.btn {
        font-size:12px !important;
    }

    #index-mini-player .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}

@media (max-width: 480px) {

    #index-table h3 {
        font-size: 32px;
        line-height:32px;
    }

    div.modal div.modal-dialog div.modal-footer a.btn {
        width: 100% !important;
        padding: 10px 5px;
        margin: 10px 0;
    }

    div.trial-box {
        right: 8px;
    }

    form.form--subscription {
        margin-top: 0 !important;
    }

    #subscribe {
        width:calc(100% - 20px) !important;
        margin-top:0px !important;
    }

    #subscribe div.plan-benefits {
        font-size:12px !important;
    }

    #subscribe button.w-100 {
        margin-top:15px !important;
    }
}

form.form--nickname {
    width: 90%;
    margin: auto;
}

form.form--nickname input.set-nickname {
    display: inline-block;
    width: 240px;
    border: 0;
    border-bottom: 2px solid #000;
    text-align: center;
    font-size: 32px;
    background: none !important;
}

form.form--nickname small {
    font-size: 12px !important;
}

form.form--subscription {
    margin-top: 30px;
}

form.form--subscription input,
form.form--subscription select {
    background: #fdefee;
}

form.form--subscription label {
    display:inline-block;
    width:100%;
}

form.form--login {
    padding: 15px;
}

form.form--login .has-error {
    display: none;
    color: #cc3333 !important;
    font-weight: bold;
}

#password-sent {
    display: none;
}

form.form--register div.error {
    color: #cc3333;
    font-weight: bold;
}

form.form--password {
    display: none;
}

form.form--player-search {
    border: 1px solid #000;
    padding: 5px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
}

form.form--player-search input {
    background: none;
    width: calc(100% - 32px);
    float: left;
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    border: 0;
}

form.form--player-search button {
    width: 30px;
    float: right;
    display: inline-block;
    padding: 3px;
    background: none;
    border: 0;
}

.clear-btn {
    background-color: rgba(255, 255, 255, 0.6);
}

a.btn-delete:hover {
    color: #fff !important;
}

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
    background-color: #9232bf !important;
}

.button--big-circle-play {
    width: 180px;
    height: 180px;
    margin: 30px auto;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    color: #000;
    line-height: 24px;
    border: 5px solid #000;
    text-align: center;
    font-size: 20px;
    padding-top: 60px;
    font-weight: bold;
    background: url("/assets/image/black-opa-40.png");
}

.fake-link:hover {
    cursor: hand !important;
    cursor: pointer !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-44 {
    font-size: 44px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}


#paid-plans {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#paid-plans div.student .trial-box {
    background: #95fae2;
    width:60px;
}

#paid-plans div.student h2 small {
    font-size:16px;
}

#paid-plans div.goback {
    font-size:24px;
    font-weigth: bold;
    min-height:30px;
}

#paid-plans div.goback i {
    float:left;
    margin-right:10px;
}

#paid-plans div.goback span {
    float:left;
    margin-top:-9px;
}

#paid-plans .student-info-box {
    width:calc(100% - 15px);
    margin-bottom:15px;
}

#subscribe {
    width:100%;
    max-width:480px;
    margin-top: 60px;
}

#subscribe span.link {
    background: #000;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
}

#subscribe div.payment-selection {
    border: 3px solid black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: none !important;
    min-height: 150px;
    margin-top: 15px;
    padding: 10px 10px 10px 25px;
    width: 100%;
}

#subscribe div.trial-box {
    background: white;
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 120px;
}

#subscribe div.plan-benefits {
    margin-top: 40px;
    font-size:15px;
}

#subscribe div.payment-selection.selected {
    background: rgba(0, 0, 0, 0.1) !important;
}

#subscribe div.payment-selection:hover {
    background: rgba(0, 0, 0, 0.2) !important;
}

#subscribe .free-member.payment-selection {
    border-color: white !important;
    color: white !important;
}

#subscribe .free-member.payment-selection:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

#subscribe div.payment-selection h2 {
    font-weight: bold;
    font-size:24px;
    margin:0;
}

#subscribe div.price {
    font-size: 42px;
    font-weight:bold;
    display:inline-block;
    margin-top:15px;
}

#subscribe div.price small {
    font-size:24px;
    font-weight: normal !important;
}

#subscribe span.offer-badge {
    position:absolute;
    background: #000;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transform: rotate(-90deg);
    width:100px;
    height: 24px;
    text-align: center;
    font-size:14px;
    left:-50px;
    top:60px;
}

#subscribe div.subscription-details {
    border-top:1px solid #000;
    margin-top:20px;
    padding-top:10px;
}

#subscribe div.subscription-details ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

#subscribe div.subscription-details ul li {
    display: inline-block;
    width:100%;
    font-size:14px
}

#subscribe div.hover-hand:hover {
    cursor:pointer;
    cursor:hand;
}

#subscribe span.selected-plan{
    position:absolute;
    width:36px;
    height:36px;
    bottom:10px;
    right:10px;
}
#subscribe span.selected-plan i {
    color:#93eb8f !important;
}

#freeModal {
    z-index:99999;
}

.login-container {
    display:block;max-width:300px;margin:auto;
}

.color-red {
    color:#cc3333 !important;
}

.btn-primary {
    background: black !important;
}

.btn-opposite {
    background: white !important;
    color: black !important;
}

.login-with-google, .login-with-apple {
    position:relative;
    display:inline-block;
    margin-top:10px;
    width:100%;
}

.login-with-apple a {
    color: #e8eaed !important;
    background-color: #202124 !important;
    width:300px;
    height:40px;
    line-height:38px;
    padding:0 !important;
}

.login-with-apple i {
    float:left;
    width: 36px;
    height:36px;
    background-color: white;
    color: #202124;
    text-align: center;
    line-height:36px;
    font-size:24px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin-top:1px;
    margin-left:1px;
}

.login-with-apple span {
    float:right;
    text-align: center;
    width: calc(100% - 40px) !important;
}