@charset "UTF-8";

@font-face {
    font-family: 'CourierPrime';
    src: url('../fonts/CourierPrime-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: "CourierPrime", sans-serif !important;
    font-size: 16px !important;
}

.p-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.card-body {
    padding: 0 !important;
}

.card {
    margin: 1em !important;
    border: #ccc 1px solid !important;
    border-radius: 5px !important;
}

.card img {
    border-radius: 5px;
}

.card-info {
    background-color: #ECF3FB;
    border-radius: 0 0 5px 5px;
    border-top: #ccc 1px solid !important;
}

.video-card-body:hover {
    cursor: pointer;
    opacity: 0.6;
}

.video-card-body {
    opacity: 1;
    transition: opacity 0.5s;
}

.video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.2em;
    border-radius: 5px;
}

.video-bookmark,
.model-bookmark,
.download-video,
.video-thumbtack,
.video-star,
.video-save {
    cursor: pointer;
}

#app {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.glow {
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 2.5px #17a2b8, 0 0 5px #17a2b8, 0 0 7.5px #17a2b8, 0 0 10px #17a2b8;
    }

    to {
        box-shadow: 0 0 10px #17a2b8, 0 0 15px #17a2b8, 0 0 20px #17a2b8, 0 0 25px #17a2b8;
    }
}

.random-video {
    height: 75vh !important;
    object-fit: contain !important;
    margin: auto !important;
    background-color: #84af9b !important;
    border-radius: 5px !important;
}

.btns-random-model {
    width: 80vw !important;
    margin: auto !important;
    background-color: #84af9b !important;
    border: 15px solid #84af9b !important;
    text-align: center !important;
}

.btn-random-model {
    margin-left: 1em !important;
    margin-right: 1em !important;
    font-size: large !important;
}

#iframe-video {
    width: 100% !important;
    height: 60vw !important;
}

@media (min-width:768px) {
    #iframe-video {
        height: 70vh !important;
    }
}

.logo {
    width: 30px !important;
    height: 30px !important;
}

.video-container {
    position: relative !important;
    display: inline-block !important;
}

.thumbnail {
    pointer-events: none !important;
}

.thumbnail,
.single_img {
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 5px 5px 0 0 !important;
    cursor: pointer !important;
}

.load-home,
.load-more,
.load-more-model {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.load-home i,
.load-more i,
.load-more-model i {
    font-size: 3em !important;
    color: #769d8b !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out;
}

.load-home i:hover,
.load-more i:hover,
.load-more-model i:hover {
    color: #558b6e !important;
    transform: scale(1.2);
}

.load-home i:active,
.load-more i:active,
.load-more-model i:active {
    transform: scale(1.1);
}

.btn-primary {
    background-color: #b31456 !important;
    border-color: #b31456 !important;
}

.btn-secondary {
    background-color: #84af9b !important;
    border-color: #84af9b !important;
    color: #191919 !important;
}

.btn-outline-primary {
    color: transparent !important;
    border-color: #b31456 !important;
}

.btn-outline-primary:hover {
    background-color: #b31456 !important;
}

.btn-outline-primary.active {
    background-color: #b31456 !important;
}

.btn-outline-secondary {
    color: transparent !important;
    border-color: #84af9b !important;
}

.btn-outline-secondary:hover {
    background-color: #84af9b !important;
}

.btn-outline-secondary.active {
    background-color: #84af9b !important;
}

.blur {
    filter: blur(5px);
}

.categories-filter.muted {
    background-color: #c9c8aa !important;
    color: #161616 !important;
    border: 1px solid #161616 !important;
}

.archive-img {
    border-radius: 5px !important;
}

.archive-row {
    background-color: #dedecc !important;
    border-radius: 5px !important;
    padding: 1em !important;
}

.archive-name {
    color: #191919 !important;
}

.see-all-archive {
    color: #84af9b !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 3px solid #84af9b !important;
    border-radius: 5px !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(25, 25, 25, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.video-model-name {
    margin: 0 !important;
}

.video-model-name:hover {
    text-decoration: underline;
}

.fa-bookmark:hover,
.fa-thumbtack:hover,
.fa-star:hover {
    color: #b31456 !important;
}

.video-bookmark-icon,
.download-video-icon {
    font-size: 1.5em !important;
}

.categories-footer {
    background-color: #90b7a5 !important;
    color: #191919 !important;
    border-radius: 5px !important;
}

.category-list,
.rules-list * {
    color: #191919 !important;
}

.category-list:hover,
.rules-list *:hover {
    color: #b31456 !important;
}

.card {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

.card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

.card-info {
    flex: 1 1 auto !important;
}

/*************** LIGHT THEME ***************/
body {
    background-color: #84af9b;
}

.card {
    background-color: #c9c8aa !important;
    color: #191919 !important;
    border: none !important;
}

.card-info {
    background-color: #84af9b !important;
    color: #191919 !important;
    border: none !important;
}

.card-header {
    background-color: #84af9b !important;
    color: #191919 !important;
}

.card-body {
    background-color: #c9c8aa !important;
    color: #191919 !important;
}

.card-info a {
    color: #191919 !important;
}

.card-info a:hover {
    color: #191919 !important;
}

.card-info a:visited {
    color: #191919 !important;
}

.card-info a:active {
    color: #191919 !important;
}

.card-info a:focus {
    color: #191919 !important;
}

.card-info a:link {
    color: #191919 !important;
}

main,
html,
#app {
    background-image: linear-gradient(to bottom, transparent 50%, #84af9b 50%),
        linear-gradient(to right, #c9c8aa 50%, #84af9b 50%);
    background-size: 10px 10px, 10px 10px;
}

footer {
    background-color: #84af9b !important;
    color: #191919 !important;
    padding: 1em !important;
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
    margin-top: auto !important;
}

.form-control {
    background-color: #84af9b !important;
    border-color: #191919 !important;
    color: #191919 !important;
}

.navbar,
.navbar * {
    background-color: #c9c8aa;
    color: #191919 !important;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
}

.transparent-background,
.transparent-background * {
    background-color: transparent !important;
}

.dropdown-menu,
.dropdown-menu * {
    background-color: #c9c8aa !important;
    color: #191919 !important;
}

.page-item.active .page-link {
    background-color: #84af9b !important;
    border-color: #84af9b !important;
    color: #191919 !important;
}

.page-link {
    background-color: #c9c8aa !important;
    border-color: #191919 !important;
    color: #191919 !important;
}

.page-link:hover {
    background-color: #84af9b !important;
    border-color: #84af9b !important;
    color: #191919 !important;
}

.page-link:focus {
    background-color: #84af9b !important;
    border-color: #84af9b !important;
    color: #191919 !important;
}

.vjs-loading {
    visibility: hidden;
}

label.switch {
    width: 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

label.switch .track {
    width: 40px;
    height: 24px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    display: flex;
    align-items: center;
    box-shadow: inset 0px 0px 4px -2px rgba(0, 0, 0, 0.129);
    transition: background 250ms ease;
    position: relative;
}

label.switch .thumb {
    display: inline-block;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    transform: translateX(4px);
    transition: transform 250ms ease-in-out;
    position: relative;
}

label.switch input[type='checkbox'] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 2;
    /* Ensure the checkbox is clickable */
}

label.switch input[type='checkbox']:checked+.track {
    background: #2f57d4;
}

label.switch input[type='checkbox']:checked+.track .thumb {
    transform: translateX(20px);
}

label.switch input[type='checkbox']:focus+.track {
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.09);
}

/* Variation with indicator */
label.switch.has-inidicator .thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.switch.has-inidicator .thumb:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 6px;
    background: #d71830;
}

label.switch.has-inidicator input[type='checkbox']:checked+.track .thumb:before {
    background: #2f57d4;
}

/* Variation with label */
label.switch.has-label {
    display: grid;
    grid-template-areas: 'col-1 col-2 col-3';
    grid-gap: 10px;
    align-items: center;
}

label.switch.has-label .off {
    color: rgba(0, 0, 0, 0.6);
    grid-area: col-1;
    transition: color 200ms ease;
}

label.switch.has-label .on {
    color: rgba(0, 0, 0, 0.3);
    grid-area: col-3;
    transition: color 200ms ease;
}

label.switch.has-label .track {
    grid-area: col-2;
}

label.switch.has-label input[type='checkbox']:checked~.on {
    color: rgba(0, 0, 0, 0.6);
}

label.switch.has-label input[type='checkbox']:checked~.off {
    color: rgba(0, 0, 0, 0.3);
}

.thumbs-box {
    text-align: center;
}

.thumbs-col {
    border-top: 5px solid #84af9b;
    border-bottom: 5px solid #84af9b;
    border-left: 5px solid #84af9b;
    align-content: center;
}

.thumbs-box img {
    max-width: 100%;
    height: auto;
}

.adblock-circle {
    background-color: red;
    color: white;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#upload-banner {
    height: 30px;
    width: 100%;
    background: linear-gradient(to left, #000000 0%, #191919 50%, #000000 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden !important;
    position: relative;
}

.upload-banner-wrapper {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image:
        linear-gradient(45deg, transparent 45%, yellow 45%, yellow 55%, transparent 55%),
        linear-gradient(-45deg, transparent 45%, yellow 45%, yellow 55%, transparent 55%);
    background-size: 20px 20px;
    background-blend-mode: screen;
    filter: brightness(1.5);
}


#upload-banner button {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    margin-left: 2rem;
    margin-right: 2rem;
}

#upload-banner i {
    color: #529e83;
    margin-left: 1rem;
    margin-right: 1rem;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(360deg);
    }

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

.copy-stream {
    display: flex !important;
    justify-content: center !important;
    cursor: pointer !important;
    align-items: center !important;
}

.copy-stream:hover {
    background-color: rgba(68, 106, 143, 0.2) !important;
}

.copy-stream.active {
    background-color: rgba(68, 106, 143, 0.2) !important;
}

.copy-stream-name {
    text-align: center !important;
    color: #446a8f !important;
    text-transform: uppercase !important;
    font-size: 2rem !important;
}

.border-copy-stream {
    border-right: 2px solid #446a8f !important;
}

.btn-cumcakes {
    background-color: rgb(179, 20, 86) !important;
}

.btn-cumcakes:hover {
    background-color: rgb(161, 18, 77) !important;
}

.btn-cumcakes>.fa-lock,
.btn-info>.fa-dice {
    background-color: transparent !important;
}

.list-group-item {
    background-color: #e4e3d4 !important;
}

.list-group-item.list-group-item-success {
    background-color: #b5cfc3 !important;
}

.btn-premium {
    text-transform: uppercase !important;
    font-size: 2rem !important;
}

.mobile-premium-button>* {
    color: rgb(161, 18, 77) !important;
}

.premium-hd {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    height: 25px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

#cumcakes-banner {
    height: 40px;
    width: 100%;
    background: linear-gradient(to left, #ece9ea 0%, #ece9ea 50%, #ece9ea 100%);
    box-shadow: 0 2px 4px rgb(118, 157, 139, 1) !important;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    overflow: hidden !important;
    position: relative;
}

#cumcakes-banner-mobile {
    height: 60px;
    width: 100%;
    background: linear-gradient(to left, #ece9ea 0%, #ece9ea 50%, #ece9ea 100%);
    box-shadow: 0 2px 4px rgb(118, 157, 139, 1) !important;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    position: relative;
}

#cumcakes-banner img,
#cumcakes-banner-mobile img {
    height: 24px;
}

#cumcakes-banner button,
#cumcakes-banner-mobile button {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background: linear-gradient(to bottom, #E5D7C6 0%, #E5D7C6 60%, #E5D7C6 90%);
    border: solid 2px #e7dbcb;
    color: black;
    z-index: 999;
}

#cumcakes-banner button {
    margin-left: 2rem;
    margin-right: 2rem;
}

#cumcakes-banner-mobile button {
    margin-left: 1rem;
    margin-right: 1rem;
}


.circle-banner {
    width: 44px !important;
    height: 44px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #F1EFF0;
    position: absolute;
}

.cumcakes-wrapper {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image:
        linear-gradient(45deg, transparent 45%, #fbfafa 45%, #fbfafa 55%, transparent 55%),
        linear-gradient(-45deg, transparent 45%, #fbfafa 45%, #fbfafa 55%, transparent 55%);
    background-size: 20px 20px;
    background-blend-mode: screen;
    filter: brightness(1.5);
}