.snaptik-downloader-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* #video-url {
    flex: 1;
    padding: 15px 80px 15px 12px !important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
}

button.snaptik-submit-button {
    padding: 16px 24px !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}
.btn-paste {
    padding:10px;
}
.paste {
    position:absolute;
    top:auto;
    bottom:auto;
    left:auto;
    right:10px;
} */
/* .plugin_download_video {
 	background-color: var(--wp--preset--color--ast-global-color-0) !important;
 }
.plugin_download_video_info {
	background-color: var(--wp--preset--color--ast-global-color-0) !important;
}
.plugin_paste_button {
	background-color: transparent;
	color: #374151 !important;
	border: 1px solid #D1D5DB !important;
    border-radius: 8px;
}
.plugin_download_video_info:hover {
	background-color: #934c4c!important;
} */

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

.error {
    background: #fee;
    color: #c00;
    padding: 8px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 12px;
}

.download-item {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.download-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.download-thumbnail {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
}

.download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.download-button {
    display: inline-block;
    padding: 10px 20px;
    background: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.download-button:hover {
    background: #218838;
    text-decoration: none;
    color: #fff;
}

.format-info {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}


.tiktok-seach-section {
    max-width: 768px;
    margin: 0 auto;
}

/* loader css */
.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.loader-load {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader-load::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #FF3D00;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
} 



.video-preview-section {
    max-width: 800px;
    margin: 20px auto 0 auto;
}
.main-preview-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.preview-videoside-content {
    width: 100%;
}
.video-preview-section .main-title-text {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}
.main-video-tags {
    max-width: 280px;
    width: 100%;
    height: auto;
}
.main-video-tags img {
    object-fit: cover;
    border-radius: 6px !important;
}
.video-inner-content {
    position: relative;
}
.video-inner-content .time-badge {
    background: #292C2FB2;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
} 
.dowloaded-video-option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.dowloaded-video-option select {
    max-width: 215px;
    width: 100%;
}
.dowloaded-video-option .video-download-btn p{
    margin: 0;
}
.preview-videoside-content .video-link-heading {
    margin-bottom: 20px;
    border-bottom: 1px solid #555555;
    padding-bottom: 20px;
}
.video-link-heading h4 {
    margin: 0;
}


@media (max-width: 991px) {
    .main-preview-container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .main-video-tags img {
        width: 100%;
    }
    .main-video-tags {
        max-width: 100%;
    }
}


@media(max-width: 640px) {
    .tiktok-seach-section {
        flex-wrap: wrap;
        gap: 12px !important;
    }
    .snaptik-submit-button {
        width: 100%;
        justify-content: center;
    }
    .process-main-section {
        flex-wrap: wrap;
    }
    .btn.btn-dark {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dowloaded-video-option {
        flex-wrap: wrap;
        gap: 8px;
    }
    .dowloaded-video-option select {
        max-width: 100%;
    }
}

#progressionText {
    font-weight: 500;
    color: #bbbbbb;
    margin-bottom: 8px;
    font-size: 15px;
}
.progress {
    background-color: #553232;
    border-radius: 8px;
    overflow: hidden;
    height: 20px;
    max-width: 300px;
    width: 100%;
}
.progress-bar {
    transition: width 0.4s ease;
    background-color: #ffffff; 
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 0; 
    height: 20px;
}