﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.title-head {
    color: #3699ff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.cretevideo_title {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 14px;
}
.h-auto {
    height: auto !important;
}
.form-control {
    font-size: .9rem !important;
    padding: 0.65rem 1rem !important;
}
.video-container {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

    .video-container .position-absolute {
        background-color: rgba(255, 255, 255, 0.8); /* Light background with transparency */
        border-radius: 4px;
        padding: 5px;
    }

    .video-container video {
        display: block;
        width: 100%;
        height: auto;
    }
    .video-container .position-absolute {
        z-index: 2;
        font-size: 12px;
    }
        .video-container .position-absolute input {
            margin: 0px 4px 0 0;
        }
        .video-container video {
            z-index: 1;
            position: relative;
        }
.ved_music_setting {
    width: 100%;
    /*margin: 0 auto;*/
    max-width: 100%;
}

    .ved_music_setting > h3 {
        text-align: center;
        font-size: 14px;
        margin-bottom: 0;
    }

.ved_music_setting_box {
    border: 1px solid #B6CEE2;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 30px 25px;
    position: relative;
    margin-top: 30px;
    text-align: center;
}

    .ved_music_setting_box .ved_on_off_box {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px 0 0;
    }

    .ved_music_setting_box .ved_music_setting_inner {
        position: relative;
    }

    .ved_music_setting_box h4 {
        font-size: 20px;
        font-weight: bold;
        color: #181C32;
        margin-bottom: 4px;
    }

    .ved_music_setting_box p {
        font-size: 18px;
        color: #181C32;
    }

    .ved_music_setting_box .btn-primary {
        min-width: 160px;
        justify-content: center;
        margin-top: 20px;
    }

    .ved_music_setting_box.ved_music_collapse {
        padding-right: 25px;
    }

        .ved_music_setting_box.ved_music_collapse .ved_music_setting_inner .ved_btn {
            right: 0;
        }

    .ved_music_setting_box .ved_cat_inner_box {
        margin: 20px 0 0;
        align-items: center;
    }

        .ved_music_setting_box .ved_cat_inner_box .btn-primary {
            margin: 0;
            min-width: inherit;
            height:auto;
        }

            .ved_music_setting_box .ved_cat_inner_box .btn-primary i {
                padding: 0;
            }

.ved_music_setting_collapse {
    display: none;
}

.ved_music_collapse .ved_music_setting_collapse .ved_cat_inner_box {
    padding-right: 130px;
    padding-left: 40px;
    border-radius: 0;
    border-width: 2px 0 2px 0;
    border-color: #efeef4;
    margin: 20px 0;
}

.ved_music_collapse .ved_cat_inner_box .ved_play_icon {
    left: 0;
}

.ved_music_collapse .ved_cat_inner_box .ved_music_other .ved_btn {
    position: static;
    height: 35px;
    line-height: 33px;
    margin-left: 5px;
}

.ved_music_collapse .ved_cat_inner_box .ved_music_other .ved_delete_music {
    width: 35px;
    height: 35px;
    border: none;
    background: #efeef4;
    border-radius: 5px;
    transition: all 0.3s;
}

.ved_music_collapse .ved_cat_inner_box .ved_music_other {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

    .ved_music_collapse .ved_cat_inner_box .ved_music_other .ved_delete_music:hover {
        background: #fd6155;
    }

        .ved_music_collapse .ved_cat_inner_box .ved_music_other .ved_delete_music:hover svg path {
            fill: #ffffff;
        }

.ved_music_input_field span {
    font-size: 12px;
    color: #0b081f;
    font-weight: 600;
    margin-right: 10px;
    min-width: 63px;
}

.ved_music_input_field > input {
    height: 30px;
    border: 2px solid #f6f6f9;
    border-radius: 8px;
    width: 85px;
    margin-right: 10px;
    padding: 0 10px;
}

.ved_volume_progress {
    width: 85px;
    height: 2px;
    background: #d5ebf7;
}

.ved_music_input_field {
    display: flex;
    align-items: center;
}

.ved_volume_progress .ved_volume_track {
    width: 40%;
    background: var(--primaryColor);
    height: 2px;
    position: relative;
}

    .ved_volume_progress .ved_volume_track .ved_volume_handle {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -10px;
        right: -10px;
        background: var(--primaryColor);
        border-radius: 100px;
        cursor: e-resize;
    }

        .ved_volume_progress .ved_volume_track .ved_volume_handle:after {
            content: "";
            position: absolute;
            top: 2px;
            right: 2px;
            bottom: 2px;
            left: 2px;
            border: 2px solid #fff;
            border-radius: 100px;
        }

.ved_on_off_box label p {
    margin: 0;
    background: #efeef4;
    padding: 2px;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

    .ved_on_off_box label p span {
        height: 24px;
        width: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 11px;
        font-weight: 500;
        color: #888888;
    }

    .ved_on_off_box label p:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 37px;
        height: 24px;
        background: #fff;
        border-radius: 3px;
        z-index: -1;
        transition: all 0.3s;
    }

    .ved_on_off_box label p span.off {
        color: #000;
    }

.ved_on_off_box label input:checked ~ p:before {
    left: 39px;
}

.ved_on_off_box label input:checked ~ p span.off {
    color: #888;
}

.ved_on_off_box label input:checked ~ p span.on {
    color: #000;
}

.ved_on_off_box label input {
    display: none;
}

.ved_music_setting_box p {
    margin: 0;
}

.ved_on_off_box label {
    position: relative;
}

.ved_on_off_box {
    position: absolute;
    top: calc(50% - 14px);
    right: 25px;
}

.ved_music_step .ved_steps_btn_wrapper {
    width: 580px;
    margin-top: 35px;
}

.ved_music_setting_box .ved_btn {
    min-width: 110px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    right: 25px;
}

.ved_light_btn {
    background: #d5ebf7;
    color: var(--primaryColor);
    border-color: #d5ebf7;
}

    .ved_light_btn:hover {
        background: var(--primaryColor);
        border-color: var(--primaryColor);
        color: #ffffff;
    }

.ved_setting_bottom_text {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.ved_step_right_btn .ved_light_btn {
    margin-right: 8px;
}


.music_body_class .modal-backdrop.fade.show {
    background: #fff;
    top: 94px;
    opacity: 0;
}

.ved_music_library_popup .modal-dialog .modal-body {
    padding: 30px 20px
}

.ved_music_library_popup .modal-dialog .tab-content {
    height: 440px;
    overflow-y: scroll;
    padding: 0 20px 0 0px;
}

.ved_music_library_popup .modal-dialog .modal-content {
    height: calc(100% - 94px);
    overflow-x: hidden;
    border: none;
}

    .ved_music_library_popup .modal-dialog .modal-content .modal-header {
        border: none;
    }


.ved_featured_tab {
    width: 1046px;
    max-width: 100%;
    margin: 0 auto;
}

.ved_col20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}

.ved_music_categories .row {
    margin: 0 -10px;
}

.ved_music_cat_box {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 24px;
    overflow: hidden;
}

    .ved_music_cat_box:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0.3;
        border-radius: 20px;
        background-color: #000;
        z-index: 1;
        transition: all 0.3s;
    }

    .ved_music_cat_box:hover:before {
        opacity: 0;
    }

    .ved_music_cat_box p {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        font-size: 16px;
        color: #ffffff;
        z-index: 2;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .ved_music_cat_box:hover img {
        transform: scale(1.15);
    }

.ved_cat_inner_box {
    border: 2px solid #efeef4;
    border-radius: 7px;
    padding: 20px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
    transition: all 0.3s;
    display: flex;
}

.tox-button {
    color: #222f3e !important;
}

.ved_cat_inner_col .row {
    margin: 0 -10px;
}

    .ved_cat_inner_col .row .col-lg-4, .ved_cat_inner_col .row .col-lg-12, .ved_cat_inner_col .row .col-lg-6 {
        padding: 0 10px;
    }

.ved_cat_inner_box .ved_audio_wave {
    width: 100%;
    cursor: pointer;
}

    .ved_cat_inner_box .ved_audio_wave wave {
        overflow: hidden !important;
    }

.ved_cat_inner_box .ved_play_data {
    margin-right: 10px;
    width: calc(100% - 75px);
    text-align: left;
}

.ved_play_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
    left: 20px;
}

    .ved_play_icon i {
        font-size: 30px;
        color: #cecece;
        transition: all 0.3s;
    }

        .ved_play_icon i:before {
            transition: all 0s;
        }

.ved_cat_inner_box .ved_light_btn {
    min-width: 50px;
    height: 26px;
    line-height: 25px;
    position: absolute;
    top: calc(50% - 13px);
    right: 20px;
}

.ved_cat_inner_box h5 {
    font-size: 12px;
    color: #888888;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}

.ved_cat_inner_box p {
    margin: 0;
    font-size: 12px;
    min-width: 62px;
}

    .ved_cat_inner_box p > span {
        margin-left: 4px;
    }

.ved_play_icon.playing i:before {
    content: "\f28b";
    font-weight: 300;
}

.ved_play_icon.playing i, .ved_play_icon:hover i {
    color: #3699FF;
}

.ved_cat_inner_box:hover {
    border-color: #3699FF;
}

.loading.ved_play_icon:after {
    content: "";
    /* background: #cecece; */
    position: absolute;
    border-radius: 100px;
    border: 2px solid #cecece;
    border-top-color: #fff !important;
    transition: all 0.3s;
    animation: 0.8s loading infinite linear;
    left: -4px;
    top: -4px;
    width: 38px;
    height: 38px;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading.ved_play_icon:hover:after {
    border-color: var(--primaryColor);
}

.ved_music_tabs {
    border: none;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .ved_music_tabs li a {
        font-size: 14px;
        color: #0b081f;
        margin: 0 15px;
        font-weight: 500;
        padding-bottom: 10px;
        display: block;
        border-bottom: 2px solid transparent;
    }

        .ved_music_tabs li a.active {
            border-color: var(--primaryColor);
            color: var(--primaryColor);
        }

        .ved_music_tabs li a svg {
            transform: translateY(-1px);
            margin-right: 5px;
        }

        .ved_music_tabs li a.active svg path {
            fill: var(--primaryColor);
        }

.ved_music_search .ved_input {
    height: 40px;
    border: 2px solid #efeef4;
    border-radius: 5px;
    padding: 0 35px;
    width: 100%;
}

.ved_music_search {
    position: relative;
    text-align: center;
    width: 400px;
    max-width: 100%;
    /* margin: 0 auto 50px; */
}

    .ved_music_search .ved_search_icon {
        position: absolute;
        top: 13px;
        left: 16px;
        font-size: 12px;
        cursor: pointer;
    }

    .ved_music_search .ved_cross_icon {
        position: absolute;
        top: 0;
        right: 16px;
        top: 13px;
        cursor: pointer;
    }

.ved_music_load_more {
    text-align: center;
    margin-top: 30px;
}

.ved_music_head {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

    .ved_music_head .ved_btn {
        height: 40px;
        min-width: unset;
        margin-right: 20px;
        position: absolute;
        left: 0;
    }

.ved_music_sidebar .ved_templates_side ul > li > label > p.ved_sideMenu_heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

    .ved_music_sidebar .ved_templates_side ul > li > label > p.ved_sideMenu_heading span {
        font-size: 12px;
        color: #888888;
    }

.ved_templates_side .ved_music_cat_list > li > label > p {
    font-size: 14px;
    font-weight: 400;
    color: #0b081f;
    padding-left: 21px;
    position: relative;
}

    .ved_templates_side .ved_music_cat_list > li > label > p:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #efeef4;
        position: absolute;
        top: 2px;
        left: 0;
        border-radius: 100px;
    }

    .ved_templates_side .ved_music_cat_list > li > label > p:after {
        content: "";
        width: 7px;
        height: 7px;
        background: var(--primaryColor);
        position: absolute;
        top: 6px;
        left: 4px;
        border-radius: 100px;
        visibility: hidden;
        opacity: 0;
    }

.ved_templates_side .ved_music_cat_list > li > label > input:checked ~ p:before {
    background: #d5ebf7;
    border-color: #d5ebf7;
}

.ved_templates_side .ved_music_cat_list > li > label > input:checked ~ p:after {
    visibility: visible;
    opacity: 1;
}

.ved_templates_side ul.ved_music_cat_list.ved_sub_category li {
    padding-bottom: 10px;
}

.ved_music_library_tab {
    width: 1220px;
    margin: 0 auto;
    max-width: 100%;
}

.ved_music_sidebar .ved_templates_side {
    position: static;
    width: 100%;
}

    .ved_music_sidebar .ved_templates_side .ved_templates_side_inner {
        position: static;
        margin: 0;
        width: 100%;
        padding: 0;
    }

.ved_music_sidebar {
    max-width: 23%;
    flex: 0 0 23%;
}

.ved_music_library_tab.active {
    display: flex;
}

.ved_music_library {
    flex: 0 0 100%;
    /*max-width: 77%;*/
    padding-left: 30px;
}

.ved_music_search .ved_btn {
    position: absolute;
    margin-left: 15px;
    min-width: 90px;
}

.vd_cat_tracks_wrapper .ved_music_search {
    margin-bottom: 30px;
}

.ved_cat_inner_col .ved_music_search {
    margin-bottom: 30px;
}

.ved_music_uploader {
    width: 1120px;
    background: #f5f5f5;
    margin: 0 auto;
    max-width: 100%;
    height: 720px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
}

    .ved_music_uploader input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        display: none;
    }

.ved_music_upload_box {
    text-align: center;
}

    .ved_music_upload_box .ved_upload_icon {
        margin-bottom: 18px;
    }

    .ved_music_upload_box > p {
        color: #0b081f;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
    }

    .ved_music_upload_box > span {
        font-size: 14px;
        margin: 10px 0 12px;
        display: block;
    }

    .ved_music_upload_box > .ved_upload_btn {
        height: 40px;
        line-height: 40px;
        background: var(--primaryColor);
        color: #ffffff;
        font-size: 14px;
        display: inline-block;
        padding: 0 12px;
        border-radius: 6px;
        cursor: pointer;
        border: none;
    }

        .ved_music_upload_box > .ved_upload_btn svg {
            margin-right: 8px;
            transform: translateY(-2px);
        }

.ved_genre_tags {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .ved_genre_tags p {
        margin: 0;
        height: 30px;
        line-height: 30px;
        background: #f5f5f5;
        border: 1px solid #ededed;
        border-radius: 100px;
        padding: 0 10px;
        margin-right: 10px;
        cursor: pointer;
        transition: all 0.3s;
        margin-bottom: 10px;
    }

        .ved_genre_tags p:hover, .ved_genre_tags p.active {
            background: #d5ebf7;
            color: var(--primaryColor);
            border-color: var(--primaryColor);
        }

.ved_music_input_field input[type=range] {
    background: linear-gradient(to right, #01A0C6 0%, #01A0C6 50%, #d5ebf7 50%, #d5ebf7 100%);
    border-radius: 8px;
    height: 2px;
    width: 85px;
    outline: none;
    transition: all 450ms ease-in;
    -webkit-appearance: none;
    border: none;
    padding: 0;
}

    .ved_music_input_field input[type=range]::-webkit-slider-thumb {
        height: 18px;
        width: 18px;
        border-radius: 100px;
        background: var(--primaryColor);
        border: 2px solid #ffffff;
        box-shadow: 0px 0px 0px 2px var(--primaryColor);
        background-size: cover;
        cursor: pointer;
        -webkit-appearance: none;
    }

.ved_music_setting_inner .ved_arrow_box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
}

    .ved_music_setting_inner .ved_arrow_box i {
        width: 35px;
        height: 35px;
        border: none;
        background: #efeef4;
        border-radius: 5px;
        transition: all 0.3s;
        font-size: 22px;
        cursor: pointer;
        text-align: center;
        line-height: 35px;
        transition: all 0.3s;
    }

        .ved_music_setting_inner .ved_arrow_box i:before {
            transition: all 0.3s;
            display: inline-block;
            -webkit-transform: translateY(0.9px) translateX(0.4px);
            transform: translateY(0.9px) translateX(0.4px);
        }

    .ved_music_setting_inner .ved_arrow_box.active i:before {
        -webkit-transform: rotate(-180deg) translateY(0.5px) translateX(-0.4px);
        -moz-transform: rotate(-180deg) translateY(0.5px) translateX(-0.4px);
        transform: rotate(-180deg) translateY(0.5px) translateX(-0.4px);
    }

    .ved_music_setting_inner .ved_arrow_box:hover i {
        background: var(--primaryColor);
    }

        .ved_music_setting_inner .ved_arrow_box:hover i:before {
            color: #ffffff;
        }

.ved_video_setting_collapse {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f6f6f9;
}

.ved_video_setting .ved_video_setting_box {
    width: 220px;
    padding: 20px;
    padding-right: 15px;
    max-width: 100%;
    background: #f5f5f5;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}

.ved_video_setting {
    display: flex;
    margin-bottom: 20px;
}

    .ved_video_setting .ved_video_setting_box h4 {
        font-size: 12px;
    }

    .ved_video_setting .ved_video_setting_box p {
        font-size: 12px;
    }

    .ved_video_setting .ved_video_setting_box i {
        position: absolute;
        top: 16px;
        right: 10px;
        color: var(--primaryColor);
        font-size: 16px;
        visibility: hidden;
        opacity: 0;
    }

    .ved_video_setting .ved_video_setting_box.active {
        background: #ffffff;
        border-color: var(--primaryColor);
    }

        .ved_video_setting .ved_video_setting_box.active i {
            visibility: visible;
            opacity: 1;
        }

.ved_music_setting_box.ved_music_collapse .ved_on_off_box {
    right: 0;
}

.ved_loop_setting h5 {
    font-size: 12px;
    margin: 0 20px 0 0;
}

    .ved_loop_setting h5 .ved_slideout_p_icon {
        position: relative;
    }

.ved_custom_tooltip {
    position: relative;
}

    .ved_loop_setting h5 .ved_slideout_p_icon i, .ved_custom_tooltip i {
        color: #adadad;
    }

    .ved_loop_setting h5 .ved_slideout_p_icon span, .ved_custom_tooltip span {
        position: absolute;
        width: 400px;
        background: #2a2a2a;
        text-align: left;
        padding: 20px;
        z-index: 1;
        border-radius: 6px;
        color: #fff;
        bottom: 50%;
        left: 100%;
        margin-left: 10px;
        transition: all 0.3s;
        line-height: 1.5;
        visibility: hidden;
        opacity: 0;
        cursor: auto;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        transform: translateY(50%);
        z-index: 20;
    }

        .ved_loop_setting h5 .ved_slideout_p_icon span:before, .ved_custom_tooltip span:before {
            content: "";
            position: absolute;
            top: calc(50% - 7px);
            left: -7px;
            border-top: 7px solid #0000;
            border-right: 7px solid #333;
            border-bottom: 7px solid #0000;
        }

    .ved_loop_setting h5 .ved_slideout_p_icon i:hover ~ span, .ved_custom_tooltip i:hover ~ span {
        visibility: visible;
        opacity: 1;
    }

.ved_loop_setting span.select2 {
    width: 87px !important;
    height: 30px;
    margin-right: 10px;
}

    .ved_loop_setting span.select2 span.select2-selection.select2-selection--single {
        height: 30px;
        border: 2px solid #f1f1f1;
        border-radius: 6px;
    }

        .ved_loop_setting span.select2 span.select2-selection.select2-selection--single .select2-selection__rendered {
            line-height: 26px;
        }

        .ved_loop_setting span.select2 span.select2-selection.select2-selection--single span.select2-selection__arrow {
            height: 30px;
            line-height: 31px;
            font-size: 10px;
        }

.ved_loop_setting .ved_total_length {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 7.2px 12px;
}

    .ved_loop_setting .ved_total_length p {
        font-size: 12px;
        font-weight: 500;
    }

.ved_loop_setting {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .ved_loop_setting .ved_loop_info, .ved_music_setting_box .ved_loop_info {
        background: #fff2df;
        font-size: 12px;
        color: #6e4200;
        font-weight: 500;
        padding: 13px 18px 13px;
        border-radius: 14px;
        margin-top: 20px;
        position: relative;
        display: inline-block;
        padding-left: 40px;
    }

.ved_music_setting_box .ved_loop_info {
    margin-top: 15px;
}

    .ved_music_setting_box .ved_loop_info > span:nth-of-type(2) {
        display: none;
    }

.ved_loop_setting .ved_loop_info a {
    color: #6e4200;
    position: relative;
}

    .ved_loop_setting .ved_loop_info a:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        right: 0;
        background: #b29468;
    }

    .ved_loop_setting .ved_loop_info a i {
        font-weight: 600;
    }

.ved_loop_setting .ved_loop_info svg, .ved_music_setting_box .ved_loop_info svg {
    margin-right: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.ved_loop_setting .ved_loop_info a i {
    font-size: 10px;
}

span.select2-dropdown.ved_template_selector.ved_loop_dropdown {
    width: 87px !important;
    padding: 5px;
}

    span.select2-dropdown.ved_template_selector.ved_loop_dropdown .select2-results__option {
        padding: 5px 5px;
        font-size: 12px;
    }

.ved_loop_skip h2 {
    font-size: 12px;
    margin-bottom: 15px;
}

.ved_loop_skip .ved_checkbox label p {
    margin-bottom: 0;
}

.ved_check_buttons .ved_checkbox label {
    padding: 0;
    border: none;
}

.ved_check_buttons .ved_checkbox p {
    padding-left: 0;
}

.ved_check_buttons .ved_checkbox label p {
    padding: 6px 10px 6px 30px;
    border: 1px solid #eaeaea;
    border-radius: 100px;
    display: inline-block;
    margin: 0 7px 0px 0;
    background-color: #ffffff;
}

    .ved_check_buttons .ved_checkbox label p:after {
        display: none;
    }

    .ved_check_buttons .ved_checkbox label p:before {
        height: unset;
        width: unset;
        border: none;
        content: "\f067";
        font-family: "font awesome 5 pro";
        position: absolute;
        top: 6px;
        left: 14px;
        background: 0 0;
        transition: unset;
        z-index: 0;
    }

.ved_check_buttons .ved_checkbox {
    display: inline-block;
}

    .ved_check_buttons .ved_checkbox label input:checked ~ p {
        border-color: var(--primaryColor);
        background: #e7f9fd;
    }

        .ved_check_buttons .ved_checkbox label input:checked ~ p:before {
            content: "\f00c";
        }

.ved_advance_setting {
    margin-top: 20px;
    display: none;
}

    .ved_advance_setting h4 {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 12px;
        transition: all 0.3s;
        position: relative;
        display: inline-flex;
    }

        .ved_advance_setting h4:hover {
            color: var(--primaryColor);
        }

        .ved_advance_setting h4 span::before {
            transition: all 0s;
        }

        .ved_advance_setting h4:before {
            content: "";
            width: 100%;
            position: absolute;
            height: 1px;
            background: var(--primaryColor);
            bottom: 0;
            left: 0; /* transition: all 0.3s; */
            visibility: hidden;
            opacity: 0;
        }

        .ved_advance_setting h4 span {
            font-size: 16px;
            display: flex;
            margin-left: 5px;
            transform: translateY(0px);
            /* transition: all 0.3s; */
        }

.vd_open_slide.ved_advance_setting h4 span {
    transform: translateY(0px) rotate(180deg);
}

.ved_advance_setting h4:hover:before {
    visibility: visible;
    opacity: 1;
}

.ved_advance_setting .ved_loop_skip {
    border-top: 2px solid #f6f6f9;
    padding-top: 15px;
    margin-top: 7px;
    display: none;
}

.ved_list_right_arrow, .ved_list_left_arrow {
    display: none;
}

li[aria-disabled='true'] {
    display: none;
}

.ved_music_step {
    overflow-x: hidden;
}

.ved_music_upload_box > p.mobile_upload_text {
    display: none;
}

.music_body_class .ved_header_wrapper {
    z-index: 1051;
}

.ved_cat_inner_box p label {
    margin-left: 4px;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding-left: 10px;
    margin-left: 7px;
}

    .ved_cat_inner_box p label input {
        display: none;
    }

    .ved_cat_inner_box p label i {
        color: #888;
    }

    .ved_cat_inner_box p label:hover i {
        color: var(--primaryColor);
    }

    .ved_cat_inner_box p label i:before {
        transition: all 0s;
    }

    .ved_cat_inner_box p label input:checked ~ i {
        color: #187DE4;
    }

        .ved_cat_inner_box p label input:checked ~ i::before {
            font-weight: 600;
        }

.ved_cat_inner_box .vd_track_start_time {
    display: none;
}

.ved_cat_inner_box p label:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #cecece;
    border-radius: 10px;
    left: 0;
    top: calc(50% - 2px);
}

.ved_start_audio {
    margin-top: 16px;
}

.ved_saved_tab {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.music_body_class #ved_confirm_video_draft_popup:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000c9;
}

.music_body_class #ved_confirm_video_draft_popup {
    z-index: 100000;
}
.ved_music_library_popup .modal-dialog {
    max-width: 1050px;
}
    .ved_music_library_popup .modal-dialog .modal-body .tab-content .ved_cat_inner_box .btn.btn-primary{
        height:auto;
        min-width:auto;
    }
    @media (max-width:992px) {
        .ved_music_sidebar .ved_templates_side {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width:768px) {
    .ved_col20 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ved_music_library_popup {
        top: 68px;
        border-top: 2px solid #f1f1f1;
    }

    .ved_cat_inner_col .ved_music_search {
        width: 100%;
        padding-right: 106px;
    }

    span.select2-dropdown.ved_template_selector.ved_loop_dropdown {
        left: 0 !important;
    }
}

@media (max-width:575px) {
    .ved_music_setting_box .ved_btn {
        min-width: 80px;
        font-size: 12px;
        padding: 0;
        height: 30px;
        line-height: 30px;
        top: calc(50% - 15px);
    }

    .ved_music_setting_box {
        padding: 17px 15px;
        padding-right: 110px;
    }

        .ved_music_setting_box p {
            font-size: 12px;
        }

    .ved_on_off_box {
        right: 15px;
    }

    .ved_music_setting_box .ved_btn {
        right: 15px;
    }

    .ved_music_setting_box.ved_music_collapse {
        padding-right: 15px;
    }

    .ved_music_setting_box .ved_music_setting_inner {
        position: relative;
        padding-right: 90px;
    }

    .ved_col20 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .ved_music_categories:hover .ved_music_cat_box {
        opacity: 1;
    }

    .ved_music_cat_box {
        height: 120px;
        border-radius: 20px;
        overflow: hidden;
    }

    .ved_music_categories .ved_music_cat_box img {
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        width: 100%;
    }

    .ved_music_head, .ved_cat_inner_box {
        margin-bottom: 10px;
    }
    .ved_music_library_popup .modal-dialog .modal-content .modal-header {
        padding: 9px;
    }

    .ved_music_tabs {
        margin-bottom: 35px;
    }

    .ved_cat_inner_col .ved_music_search {
        margin-bottom: 10px;
    }

    .ved_music_library {
        padding: 0;
    }

    .ved_music_library_tab.active {
        flex-wrap: wrap;
    }

    .ved_music_sidebar, .ved_music_library {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ved_templates_side ul.ved_sub_category {
        display: flex !important;
        border: none;
        padding-bottom: 0;
        position: relative;
        margin: 0;
        overflow-y: hidden;
    }

        .ved_templates_side ul.ved_sub_category::-webkit-scrollbar {
            display: none;
        }

    .ved_templates_side .ved_list_right_arrow, .ved_templates_side .ved_list_left_arrow {
        position: absolute;
        top: 30px;
        right: 0;
        font-size: 30px;
        color: var(--primaryColor);
        height: 30px;
        width: 25px;
        text-align: right;
        line-height: 50px;
        background: #ffffffc9;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ved_music_sidebar .ved_templates_side .ved_templates_side_inner ul li {
        justify-content: flex-start;
        position: relative;
    }

    .ved_templates_side .ved_list_left_arrow {
        right: auto;
        left: 0;
        justify-content: flex-start;
    }

    .ved_templates_side ul > li > label p {
        font-size: 12px;
    }

    .ved_music_sidebar .ved_templates_side ul > li > label > p.ved_sideMenu_heading {
        font-weight: 600;
        text-transform: uppercase;
        padding: 0;
        pointer-events: none;
    }

        .ved_music_sidebar .ved_templates_side ul > li > label > p.ved_sideMenu_heading span {
            display: none;
        }

    .ved_templates_side .ved_music_cat_list > li > label > p:before, .ved_templates_side .ved_music_cat_list > li > label > p:after {
        display: none;
    }

    .ved_templates_side .ved_music_cat_list > li > label > p {
        padding: 0;
        white-space: nowrap;
        margin-right: 20px;
    }

    .ved_music_sidebar .ved_templates_side {
        border: none;
    }

    .ved_templates_side ul.ved_music_cat_list.ved_sub_category li {
        padding: 0;
    }

    .ved_music_search .ved_input {
        padding: 0 10px 0 35px;
    }

    .ved_list_right_arrow {
        display: block;
    }

    .ved_genre_tags p.more {
        width: 100%;
        border-radius: 0;
        border: none;
        background: #0000;
        padding: 0;
        color: var(--primaryColor);
        font-size: 12px;
        font-weight: 500;
        position: relative;
        cursor: pointer;
        margin: 0;
    }

        .ved_genre_tags p.more:before {
            content: "\f176";
            font-family: 'Font Awesome 5 Pro';
            margin-right: 4px;
            transform: rotate(180deg);
            display: inline-block;
        }

        .ved_genre_tags p.more.less:before {
            transform: rotate(0deg);
        }

    .ved_genre_tags {
        margin-bottom: 8px;
    }

        .ved_genre_tags p {
            font-size: 12px;
            margin-right: 6px;
            margin-bottom: 6px;
        }

    .ved_music_head .ved_btn {
        position: static;
        margin-right: 10px;
    }

    .ved_music_uploader {
        height: 200px;
    }

    .ved_music_library_popup .close {
        top: 11px;
        right: 15px;
        font-size: 17px;
        width: 30px;
        height: 30px;
    }

    .ved_loop_setting h5 .ved_slideout_p_icon span, .ved_custom_tooltip span {
        width: 190px;
        padding: 13px;
    }

    .ved_loop_skip .ved_custom_tooltip span {
        left: 50%;
        transform: translateX(-50%);
        bottom: 100%;
        margin-bottom: 10px;
    }

        .ved_loop_skip .ved_custom_tooltip span::before {
            top: auto;
            left: 79px;
            bottom: -14px;
            border-top: 7px solid #333333;
            border-right-color: #0000;
            border-left: 7px solid #0000;
        }

    .ved_music_library_popup .modal-dialog .modal-content {
        height: calc(100% - 68px);
    }

    .vd_open_slide.ved_advance_setting h4 span {
        transform: translateY(-1px) rotate(180deg);
    }

    .ved_advance_setting .ved_loop_skip .ved_custom_tooltip {
        display: inline-flex;
        transform: translateY(1px);
    }

    .ved_loop_setting h5 .ved_slideout_p_icon {
        display: inline-flex;
        transform: translateY(1px);
        z-index: 1;
    }

        .ved_loop_setting h5 .ved_slideout_p_icon:hover span, .ved_custom_tooltip:hover span {
            visibility: hidden;
            opacity: 0;
        }

        .ved_loop_setting h5 .ved_slideout_p_icon.show span, .ved_custom_tooltip.show span {
            visibility: visible;
            opacity: 1;
        }

    .ved_music_cat_box:hover img {
        transform: scale(1);
    }

    .ved_music_cat_box:hover:before {
        opacity: 0.3;
    }

    .ved_music_cat_box:before {
        opacity: 0;
    }

    .ved_cat_inner_box.vd_mobile_wave {
        padding-bottom: 60px;
    }

    .vd_mobile_wave.ved_cat_inner_box .ved_audio_wave {
        position: absolute;
        bottom: -5px;
        left: 20px;
        right: 20px;
        width: auto;
    }

    .ved_play_icon {
        top: 23px;
    }

    .ved_cat_inner_box .ved_light_btn {
        top: 24px;
    }

    .ved_music_setting_box .vd_mobile_wave.ved_cat_inner_box .ved_audio_wave {
        left: 0;
        right: 0;
        bottom: -7px;
    }

    .ved_music_collapse .ved_cat_inner_box .ved_music_other {
        top: 21px;
        transform: none;
    }

    .vd_mobile_wave.ved_cat_inner_box .ved_audio_wave wave {
        height: 70px !important;
    }

    .ved_cat_inner_box:hover {
        border-color: #efeef4;
    }

    .ved_music_input_field input[type=range] {
        height: 4px;
    }
}

@media (max-width:480px) {
    .ved_col20 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ved_music_categories .ved_music_cat_box img {
        width: 100%;
    }

    .ved_music_cat_box {
        height: 101px;
    }

    .ved_loop_setting span.select2 {
        width: 62px !important;
    }

    .ved_loop_setting .ved_loop_info {
        position: relative;
        padding-left: 40px;
    }

        .ved_loop_setting .ved_loop_info svg {
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
        }

    .ved_video_setting .ved_video_setting_box {
        width: 100%;
        padding: 14px;
        margin-bottom: 10px;
    }

    .ved_video_setting {
        display: block;
    }

        .ved_video_setting .ved_video_setting_box i {
            top: 7px;
            right: 7px;
        }

        .ved_video_setting .ved_video_setting_box:last-child {
            margin-bottom: 0;
        }

    .ved_music_upload_box > .desktop_upload_text {
        display: none;
    }

    .ved_music_upload_box > p.mobile_upload_text {
        display: block;
        margin-bottom: 14px;
    }

    .ved_check_buttons .ved_checkbox label p {
        margin: 0 6px 6px 0;
    }

    .ved_music_cat_box p {
        font-size: 14px;
    }

    .ved_music_tabs li a {
        margin: 0 7px;
    }

    .ved_music_setting_box .ved_loop_info > span:nth-of-type(2) {
        display: inline-block;
    }

    .ved_music_setting_box .ved_loop_info > span:nth-of-type(1) {
        display: none;
    }
}

@media (max-width:370px) {
    .ved_loop_setting h5 {
        margin-right: 10px;
    }
}
