body {
    background-color: black;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.plan-wrapper {
    position: relative;
}

.feature-text {
    margin-left: 10px;
    line-height: 1.2;
}

.plan-discount {
    display: inline-block;
    background-color: #ff0058;
    border-radius: 20px;
    color: #fff;
    padding: 2px 12px;
    position: absolute;
    top: -16px;
    right: -40px;
    font-size: 16px;
}

.features li {
    margin: 8px 0;
}

.navbar-brand {
    color: black;
}

.nav-link {
    color: black;
}

h1 {
    font-size: 36px;
    font-family: "Helvetica", sans-serif;
    letter-spacing: -1px;
    color: #000;
}

.d-md-none img {
    width: 100%;
    max-width: 300px;
}

.dropdown-menu {
    max-height: 250px;
    overflow: auto;
}

.dz-progress {
    display: none !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffc105;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.loader {
    padding: 37px 0;
}

.hidden {
    display: none !important;
}

#video {
    position: relative;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 9997;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
}

#main_container {
    position: relative;
    left: 0;
    top: 0;
}

.form-check {
    margin-bottom: 0 !important;
    padding-left: 0;
!important;
}

.form-check-label {
    cursor: pointer;
    padding: 5px;
    border-color: gray;
}

/* completely hiding radio button */
input[type="radio"] {
    display: none;
}

/* simulate radiobutton appearance using pseudoselector */
input[type="radio"]:not(.hide) + label:before {
    content: "";
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 3px;
    margin-right: 5px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
}

/* appearance of checked radiobutton */
input[type="radio"]:not(.hide):checked + label:before {
    background-color: red;
}

/* resetting default box-sizing */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* optional styles for centering radiobuttons */
.sound-signal label {
    display: inline-flex;
    align-items: center;
}

#pricingbutton {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
}

.small {
    font-size: small;
}

#signupbutton {
    color: white;
}

.custom-inline-form {
    display: flex;
    max-width: 680px;
    margin: auto;
}

.img-max {
    max-width: 300px;
    width: 100%;
    min-width: 200px;
}

#files-preview {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 256px;
}

.prev-item {
    width: 189px;
    height: 230px;
    display: inline-block;
    position: relative;
    transition: .15s ease-in-out all;
    margin: 3px;
    background-color: #e8e8e8;
    cursor: move;
}

.actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
}

.prev-item canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 113px;
    height: 159px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border: 1px solid #e1e1e1;
}

.prev-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.prev-item:hover .actions {
    display: block;
}

.prev-item .actions span svg {
    height: 100%;
    width: auto;
}

.prev-item .actions span {
    display: inline-block;
    height: 25px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.prev-item[data-rotate="-90"] canvas {
    transform: translate(-50%, -50%) rotate(-90deg)
}

.prev-item[data-rotate="-180"] canvas {
    transform: translate(-50%, -50%) rotate(-180deg)
}

.prev-item[data-rotate="-270"] canvas {
    transform: translate(-50%, -50%) rotate(-270deg)
}

.prev-item[data-rotate="90"] canvas {
    transform: translate(-50%, -50%) rotate(90deg)
}

.prev-item[data-rotate="180"] canvas {
    transform: translate(-50%, -50%) rotate(180deg)
}

.prev-item[data-rotate="270"] canvas {
    transform: translate(-50%, -50%) rotate(270deg)
}

.uploader-loading,
.uploader-full {
    display: none;
    min-height: 276px;
}

.organize-actions {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    border-top: 2px solid #e1e1e1;
}

.organize-actions a {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 10px;
    text-decoration: none !important;
    border: 2px solid transparent;
}

.organize-actions .convert-action {
    background-color: #b366ff;
    color: #fff;
}

.organize-actions .convert-action:hover {
    background-color: #a15ce6;
}

.organize-actions .upload-more-action:hover {
    border-color: #007bff;
    color: #007bff;
}

.prev-item svg * {
    fill: #000;
}

.container-fluid {
    max-width: 1400px;
}

.container-sm {
    max-width: 540px;
}

.container-md {
    max-width: 920px;
}

.container {
    max-width: 920px !important;
}

span.price-value {
    font-size: 30px;
    font-weight: 400;
}

.pricing-form .form-check {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background-color: rgb(250, 250, 250);
    padding: 0;
}

.pricing-form .form-check-label {
    border-radius: 6px;
    padding: 24px 16px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

.pricing-form input[type=radio]:checked + .form-check-label {
    background-color: rgb(220 231 255);
}

span.price-wrapper {
    display: inline-block;
    text-align: center;
    line-height: 1em;
    width: 100%;
    margin-bottom: 20px;
}

.plan-check {
    display: flex;
    /* line-height: 1.2; */
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    align-items: center;
    justify-items: start;
}

.plan-check svg {
    width: 31px;
    height: auto;
    margin-right: 10px;
}

.pricing-form input[type="radio"] + label:before {
    display: none;
}

form#payment-form {
    width: 100%;
}

div#card-element {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

.tab-content .tab-pane {
    padding: 20px;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

div.m-progress {
    color: inherit !important;
}

div.m-progress:after {
    content: " ";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.m-progress:before {
    border: 1px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress img {
    opacity: 0 !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.btn-outline-primary.m-progress:before {
    border: 1px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.huge-btn {
    padding: 1rem 2rem;
    font-size: 1.5rem;
}

.payment-status svg {
    height: 15px;
    width: 15px;
}

.payment-status.success svg * {
    fill: #3fb950
}

.payment-status.failed svg * {
    fill: #f85149
}

.payment-status svg {
    height: 15px;
    width: 15px;
}

.lds-spinner {
    color: inherit;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.files-downloaded li a:hover {
    background-color: #000;
    color: #fff;
}

.files-downloaded li a {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    line-height: 1em;
    padding: 10px;
    text-decoration: none;
    transition: .15s ease-in-out all;
}

.uploading-time {
    font-size: 50px;
    font-weight: bold;
}

.uploading-time span {
    font-size: 89px;
}

.exceeded-wrapper {
    background-color: #fefde7;
    border-radius: 1ex;
    border: .1ex solid rgba(0, 0, 0, .1);
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding: 10px;
}

.exceeded-wrapper span {
    color: #ff3e7e;
    font-size: 20px;
    vertical-align: bottom;
}

.modal-features h3 {
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 20px;
}

.modal-features li {
    margin-bottom: 5px;
}

.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.custom-backdrop span {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
    text-shadow: 3px 3px #000;
}

.share-link {
    position: relative;
}

.share-link button.icon.copy-to-clipboard-link {
    position: absolute;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    border: 0 !important;
    outline: none;
    top: 1px;
    right: 1px;
    border-left: 1px solid #ddd !important;
    background-color: #eff3f6;
    background-image: linear-gradient(
            -180deg, #fafbfc, #eff3f6 90%);
}

.social-share-links {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    justify-content: center;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating label {
    font-size: 23px;
}

.rating > label {
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: gold;
    line-height: 27px;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: gold;
    line-height: 27px;
    display: inline-block;
    top: 0;
}

.hide {
    display: none !important;
}

.text-purple {
    color: #5C005C;
}

.tui-image-editor-container {
    min-height: 600px !important;
}

#togglebutton {
    border-color: white;
}

#togglebutton .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.highlighted {
    font-weight: bold;
    background: #fffd54;
    color: #0f1115;
    display: inline-block;
}

.slider-container {
    background-color: #f2f2f2;
    padding: 10px;
    min-height: 90px;
}

#slider {
    margin: 10px;
    background-color: #d3d3d3;
}

.inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.slider-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.slider-toggle svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

input:focus {
    outline: none;
}

.ui-slider-handle {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #555555;
    background-color: #ffffff;
    cursor: pointer;
}

.ui-slider-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-color: #555555;
    border-style: solid;
}

.checkbox-container {
    width: 100%; /* Adjust the width as needed */
    white-space: nowrap;
}

form.index-form .btn {
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

form.index-form .form-control {
    padding-right: 100px !important;
}

.soundc-col {
    max-width: 640px;
    width: 100%;
}

form label {
    font-size: 14px;
}

.form-control {
    font-size: 18px;
}

.form-control,
.btn {
    border-radius: 3px;
}

.alert {
    border-radius: 16px;
}

#mainMenu .nav-link {
    font-size: 15px;
}

#mainMenu .nav-item + .nav-item {
    margin-left: 5px;
}

.search-results .thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.search-results .video-info {
    flex-grow: 1;
}


.playlist-videos .thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.playlist-videos .video-info {
    flex-grow: 1;
}

.loading-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    flex-direction: column;
}

.loading-icon {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

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

.form-wrapper {
    gap: 10px;
}

.radio-toggle-container {
    overflow-x: auto;
}

.checkboxes-container {
    overflow-x: auto;
}

.radio-toggle {
    display: flex;
    flex-wrap: nowrap;
}

.checkboxes {
    display: flex;
    flex-wrap: nowrap;
}

.format-shift-button {
    width: 100%;
}

.bg-light-gray {
    background-color: #efefef;
}

.search-results .thumbnail-container {

    background-color: #000;
    border: 1px solid;
}

.flex-none {
    flex: none;
}

.search-results .thumbnail {
    object-fit: cover;
    height: 160px !important;
    transform: scale(1);
    width: 140px !important;
}

.search-results .video-info {
    flex-grow: 1;
}

.search-results .title {
    font-size: 18px;
    font-weight: bold;
}

.search-results .description {
    font-size: 14px;
    line-height: 1em;
}


.playlist-videos .thumbnail-container {

    background-color: #000;
    border: 1px solid;
}


.playlist-videos .thumbnail {
    object-fit: cover;
    height: 160px !important;
    transform: scale(1);
    width: 140px !important;
}

.playlist-videos .video-info {
    flex-grow: 1;
}

.playlist-videos .title {
    font-size: 18px;
    font-weight: bold;
}

.playlist-videos .description {
    font-size: 14px;
    line-height: 1em;
}

.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

.bsb-timeline-1 {
    --bsb-tl-color: var(--bs-primary-bg-subtle);
    --bsb-tl-circle-color: var(--bs-primary);
    --bsb-tl-circle-size: 18px;
    --bsb-tl-circle-offset: 9px
}

.bsb-timeline-1 .timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline-1 .timeline:after {
    background-color: var(--bsb-tl-color);
    bottom: 0;
    content: "";
    left: 0;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px
}

.bsb-timeline-1 .timeline > .timeline-item {
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline-1 .timeline > .timeline-item:before {
    background-color: var(--bsb-tl-circle-color);
    border-radius: 50%;
    content: "";
    height: var(--bsb-tl-circle-size);
    left: calc(var(--bsb-tl-circle-offset) * -1);
    position: absolute;
    top: 0;
    width: var(--bsb-tl-circle-size);
    z-index: 1
}

.bsb-timeline-1 .timeline > .timeline-item .timeline-body {
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline-1 .timeline > .timeline-item .timeline-content {
    padding: 0 0 1.5rem 1.5rem
}

.bsb-timeline-1 .timeline > .timeline-item:last-child .timeline-content {
    padding-bottom: 0
}

.label-column .form-label {
    min-width: 50px;
    margin: 0;
}

#from-input,
#to-input {
    min-width: 100px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default:after {
    position: absolute;
    content: " ";
    height: 25px;
    width: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 0;
}

#homeWrapper {
}

.read-more svg {
    height: 35px;
    width: 35px;
}

.tab-choices {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.tab-choices div {
    display: inline-block;
}

.tab-choices button {
    border: 0;
    padding: 8px 30px;
    background-color: transparent;
    border-radius: 5px;
    transition: .15s ease-in-out all;
}

.tab-choice:hover,
.tab-choice.active {
    background-color: #000;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.plan-price {
    font-size: 55px;
    font-weight: bold;
    line-height: 1em;
    color: #000;
}

.yearly-price {
    font-size: 15px;
}

.toggle-seats.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.toggle-seats {
    line-height: 37px;
    width: 37px;
    background-color: #f0f0f0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[name=seats] {
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 22px;
    max-width: 80px;
    border-radius: 5px;
    outline: none;
}

.smallest {
    font-size: 12px;
}

.floating-label-form .form-group {
    position: relative;
}

.floating-label-form .form-group .form-control {
    padding: 20px 10px 6px;
    height: inherit;
    border-radius: 5px;
    box-shadow: none;
    color: #222;
    text-decoration: none;
    min-height: 52px;
}

.floating-label-form .form-group label:not(.prevent) {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 12px;
    top: 3px;
    left: 10px;
    margin: 0;
    color: #555;
    background-color: transparent;
}

.cards-logos svg {
    height: 40px;
    width: 40px;
}

.thanks-check-icon svg {
    height: 80px;
    width: 80px;
}

.auto-suggest-list.empty {
    display: none;
}

.auto-suggest-list {
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
    padding: 10px 0;
    z-index: 1001;
}

.auto-suggest-list a {
    display: inline-block;
    width: 100%;
    color: #000;
    padding: 5px 10px;
}

.auto-suggest-list a.active,
.auto-suggest-list a:hover {
    background-color: #f0f0f0;
}

.how-to-record-site-section ::marker {
    font-size: 20px;
    font-weight: bold;
}

.badge-success {
    background-color: #198754;
}

.badge-failed {
    background-color: #dc3545;
}

.badge-pending {
    background-color: #ffc107;
}

.badge-refunded {
    background-color: #6c757d;
}

.video-player-wrapper {
    line-height: 0;
}


.video-player-wrapper a {
    display: inline-block;
    width: 100%;
}

.video-player-wrapper video,
.video-player-wrapper a img {
    height: 80px;
}

@media (max-width: 768px) {
    .video-player-wrapper video,
    .video-player-wrapper a img {
        height: 50px;
    }
}

.video-player-wrapper a svg {
    height: 35px;
    width: 35px;
}

.video-player-wrapper a:hover svg * {
    fill: red;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
    padding-right: 2.5rem;
}

.video-page #quality {
    width: 50%;
}

.result-item-source {
    display: inline-block;
    font-size: 11px;
    color: #000;
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 0 5px;
    text-align: left;
    top: 0;
    z-index: 1000;
}

.playlist-example img {
    width: 100%;
}

.payment-status-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.account-section-listing + .account-section-listing {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

#loadMore {
    display: none;
}

.slider-toggle input {
    max-width: 105px;
}

.toggle-credits {
    line-height: 37px;
    width: 37px;
    background-color: #f0f0f0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[name=credits] {
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 22px;
    max-width: 80px;
    border-radius: 5px;
    outline: none;
}

#copy-confirmation {
    display: none;
    position: absolute;
    bottom: -15px;
}

.pointer {
    cursor: pointer;
}

.form-text {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

pre {
    padding: .8rem 1.28rem;
    margin-bottom: 2.4rem;
    border: .1rem solid #d9e8ed;
    border-radius: .2rem;
    background-color: #fefefe;
    overflow: auto;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.tab-wrapper {
    display: none;
}

.tab-wrapper.active {
    display: block;
}

.tab-buttons button.active {
    background: blue;
    color: #fff;
}

.tab-buttons button {
    border: 0;
    font-size: 14px;
}

.lh-0 {
    line-height: 0;
}

h1#title.main-title {
    font-size: 75px;
    color: #fff;
}

h1#title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
}

.logo-title svg {
    margin-bottom: 10px;
    height: 18px;
    width: 18px;
    flex: none;
}

h1#title .small-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: -0.3em;
}

.top-bar .brand {
    font-size: 1.5rem;
    font-weight: bold;
}

a#SoundcLogo svg {
    height: 24px;
    width: 24px;
}

/* Media query for screen sizes smaller than 530px */
/* Media query for screen sizes smaller than 530px */
@media (min-width: 768px) {
    .bsb-timeline-1 .timeline > .timeline-item .timeline-content {
        padding-bottom: 3rem
    }
}

@media (max-width: 720px) {
    .main-container {
        max-width: 90%;
        width: 100%;
        min-height: 90vh;
    }

    input[type=file] {
        display: inline-block;
        width: 100%;
    }

    .video-page #quality {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 768px) {
    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 992px) {
    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 1200px) {
    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 1400px) {
    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (max-width: 575px) {
    .search-results .thumbnail-container {
        width: 100%;
        height: auto; /* Allow the height to adjust based on the aspect ratio of the image */
        background-color: #000;
        border: 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-none {
        flex: none;
    }

    .search-results .thumbnail {
        object-fit: cover;
        width: 100%; /* Make the image take up 100% of the container's width */
        height: auto; /* Adjust height to maintain the aspect ratio */
        transform: scale(1);
    }
}


@media (max-width: 575px) {
    .playlist-videos .thumbnail-container {
        width: 100%;
        height: auto; /* Allow the height to adjust based on the aspect ratio of the image */
        background-color: #000;
        border: 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-none {
        flex: none;
    }

    .playlist-videos .thumbnail {
        object-fit: cover;
        width: 100%; /* Make the image take up 100% of the container's width */
        height: auto; /* Adjust height to maintain the aspect ratio */
        transform: scale(1);
    }
}

.form-check .form-check-input {
    float: left;
    margin-left: 0;
}

code,
.text-soundc {
    color: #ff5402 !important;
}

.bg-soundc {
    background-color: #ff5402 !important;
}

.btn-soundc {
    background-color: #ff5402 !important;
    color: #fff !important;
}

.search-results .result-item + .result-item {
    border-top: 1px solid;
}