.form-control:focus {
    border-color: var(--ttRed) !important;
    box-shadow: none !important;
}

.tt-bg-theme {
    background-color: var(--ttRed) !important;
}

.tt-color-theme {
    color: var(--ttRed) !important;
}

.tt-btn-theme {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

.tt-user-dropdown img {
    display: inline-block;
}

.tt-author-short-row {
    .tt-author-video__thumb {
        max-width: 60px;
        aspect-ratio: 1 / 1.5;
        background: red;

        @media screen and (max-width: 479px) {
            max-width: 50px;
        }

        img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }
    }
}

.small-badge img {
    height: 14px !important;
}

.form-group-select {
    border: 1px solid #d9d9d9;
    height: 75px;
    width: 100%;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    border-radius: 10px;
}

.form-group-select select {
    border: 0;
    height: 100%;
    width: 100%;
}

.form-group-select select:focus {
    border: none;
    outline: none;
}

.tt-channel-cover {
    background-size: cover;
}

.mw-50 {
    max-width: 50px;
}

/* Laravel Pagination Style Start */
.pagination-style nav .pagination .page-item:first-child .page-link,
.pagination-style nav .pagination .page-item:last-child .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 26px;
    text-align: center;
    margin: 5px;
    border: 2px solid #cfcfcf;
    border-radius: 50px;
    color: var(--ttRed);
}

.pagination-style nav .pagination .page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    margin: 5px;
    border: 2px solid #cfcfcf;
    border-radius: 50px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 7px;
}

.pagination-style nav .pagination .page-item.active .page-link {
    background-color: var(--ttRed) !important;
    border: 2px solid var(--ttRed);
    color: #ffffff;
}

/* Laravel Pagination Style End */

.tt-channel-shorts {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.tt-video {
    max-width: clamp(261px, 15.5vw, 295px);
}

.tt-video__thumb {
    /* background-color: #e6e6e6; */
}

.tt-video__thumb img {
    aspect-ratio: 296 / 175;
    object-fit: cover;
}

/* Tag Style */
.tag-pill {
    background-color: var(--ttRed);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.tt-short img,
.tt-short video {
    width: 100%;
    aspect-ratio: 214 / 278;
    object-fit: cover;
}

.tt-video-details__comment-reply textarea {
    border: none;
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    margin-top: 8px;
}

.tt-video-details__comment-reply textarea:focus {
    outline: none;
}

.tt-video-details__comment-reply button {
    background-color: rgba(181, 181, 181, 0.25);
    font-size: 12px;
    border-radius: 6px;
    height: 33px;
    padding: 0 10px;
    font-weight: 500;
}

.tt-video-details__comment-reply .tt-comment-reply-btn {
    background-color: var(--ttRed) !important;
    color: #ffffff;
}

a.tt-comment-reply-text-btn {
    color: var(--ttRed) !important;
}

img.tt-more-channel-img {
    aspect-ratio: 100 / 100;
    object-fit: cover;
    max-width: clamp(60px, 5.25vw, 100px);
}

.tt-shorts-video-container .plyr {
    width: 100%;
}

/* alpine js */
[x-cloak] {
    display: none !important;
}

.reaction-active {
    background-color: var(--ttRed) !important;
    color: var(--white) !important;
}

.reaction-active i {
    color: var(--white) !important;
}

.share-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 45px;
    margin-bottom: 15px;
}

.share-icon img {
    width: 45px;
}

.tt-channel-intro__img img {
    height: 100%;
}

.subscription-logo img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 150px;
}

/* Tag Scroll on Home Start */
.tt-categories::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

.tt-categories::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tt-categories::-webkit-scrollbar-thumb {
    background: #ECECEC;
    border-radius: 10px;
}

.tt-categories::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
}

.tt-categories::-webkit-scrollbar-corner {
    background: #f1f1f1;
}

/* Tag Scroll on Home End */

/* Pagination Style Start */
.pagination-style {
    padding-top: clamp(0px, 2.63vw, 50px);
}

.pagination-style nav .pagination .page-item:first-child .page-link,
.pagination-style nav .pagination .page-item:last-child .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    margin: 5px;
    border: 2px solid #cfcfcf;
    border-radius: 50px;
    color: #000000;
}

.pagination-style nav .pagination .page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    margin: 5px;
    border: 2px solid #cfcfcf;
    border-radius: 50px;
    color: #000000;
    font-weight: 500;
}

.pagination-style nav .pagination .page-item.active .page-link {
    background-color: #000000 !important;
    border: 2px solid #000000;
    color: #ffffff;
}

/* Pagination Style End */

.tt-channel-customize-form .file-input {
    padding: 25px 35px !important;
}

.aspect-auto {
    aspect-ratio: auto !important;
    max-height: none !important;
}

.aspect-1550-300 {
    aspect-ratio: 1550 / 300;
    object-fit: cover;
}

.aspect-1550-415 {
    aspect-ratio: 1550 / 415;
    object-fit: cover;
}

.aspect-755-425 {
    aspect-ratio: 755 / 425;
    object-fit: cover;
}

.tt-avatar-image {
    max-width: 30px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 60px;
}

/* Skip button on ad */
.ad-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.ad-tooltip {
    z-index: 99999999;
    position: absolute;
    left: clamp(0px, 2.36vw, 45px);
    bottom: clamp(5px, 1.84vw, 35px);
    padding: 5px clamp(10px, 1.31vw, 20px);
    border-radius: 35px;
    font-size: clamp(13px, 0.84vw, 16px);
    color: #ffffff;
}

.ad-tooltip:hover {
    color: #adadad;
}

.skip-button {
    z-index: 99999999;
    position: absolute;
    right: 45px;
    bottom: 35px;
    background-color: #f2f2f2;
    padding: 7px 20px;
    border: 1px solid #333;
    border-radius: 35px;
    box-shadow: -1px 5px 15px 0px;
    font-size: 15px;
}

/* Premium video start */
.video-premium-container {
    position: relative;
    overflow: hidden;
}

.video-premium-container .premium-thumbnail {
    width: 100%;
    filter: blur(8px);
    opacity: 0.7;
}

.video-premium-container .premium-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    width: max-content;
    max-width: 90%;
}

.video-premium-container .premium-text {
    margin: 0;
}

.video-premium-container .purchase-amount {
    font-size: 1.8rem;
    margin: 10px 0;
}

@media screen and (max-width: 479px) {
    .video-premium-container .purchase-amount {
        margin: 3px 0;
    }
}


.video-premium-container .purchase-amount sup {
    font-size: 12px;
}

.video-premium-container .purchase-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--ttRed);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

.video-premium-container .purchase-button:hover {
    color: var(--ttRed);
    background-color: #ffffff;
}

/* Premium video end */

/* Video Post Radio Button Start */
.post-type-container {
    display: flex;
    gap: 20px;
    justify-content: center
}

.post-type-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px !important;
}

.post-type-box input[type="radio"] {
    display: none;
}

.post-type-box svg {
    fill: #555;
    margin-bottom: 10px;
    transition: fill 0.3s ease;
}

.post-type-box span {
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

.post-type-box input[type="radio"]:checked+svg path,
.post-type-box input[type="radio"]:checked~span {
    color: var(--ttRed);
    fill: var(--ttRed);
}

.post-type-box input[type="radio"]:checked~.post-type-box {
    border-color: #e74c3c;
}

.post-type-box input[type="radio"]:checked {
    border-color: #e74c3c;
    box-shadow: 0 0 5px rgba(231, 76, 60, 0.5);
}

/* Video Post Radio Button End  */

.tt-categories-og-container .tt-categories a {
    width: max-content;
    flex-shrink: 0;
}

.tt-channel-customize-form .form-select {
    background-color: transparent !important;
    border-radius: 10px;
    padding-left: clamp(15px, 1.84vw, 35px);
}

.dark-mode .tt-channel-customize-form .form-select {
    color: #808080;
}

/* Home Hero Section Start */
.tt-hero .image-1 {
    width: 141px;
    aspect-ratio: 141/120;
    object-fit: cover;
    object-position: center;
    border-radius: 18px 18px 0 0;
}

.tt-hero .image-2 {
    width: 141px;
    aspect-ratio: 141/182;
    object-fit: cover;
    object-position: center;
    border-radius: 18px 18px 0 0;
}

.tt-hero .image-3 {
    width: 140px;
    aspect-ratio: 141/216;
    object-fit: cover;
    object-position: center;
    border-radius: 18px 18px 0 0;
}

/* Home Hero Section End */

.tt-premium__status {
    position: absolute;
    left: 12px;
    top: 12px;
    height: 30px;
    padding: 6px 14px;
    background-color: var(--white);
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ttRed);
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.tt-premium__status i {
    font-size: 13px;
}

/* Preloader Start  */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.preloader-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.preloader-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .preloader-web {
        display: none;
    }

    .preloader-mobile {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 769px) {
    .preloader-web {
        display: block;
        width: 100%;
        height: auto;
    }

    .preloader-mobile {
        display: none;
    }
}

/* Preloader End */

/* Story Start */
.video-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

.video-container video {
    height: auto;
}

.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.play-pause-btn svg {
    pointer-events: none;
}

.play-pause-btn:hover {
    opacity: 0.8;
}
/* Story End */

/* Video Description Sart */
.video-description textarea {
    border: none;
    width: 100%;
    background-color: transparent;
    resize: none;
    color: #282828;
}

.video-description textarea:focus {
    outline: none;
}
/* Video Description End */
