@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
html {
    scroll-behavior: smooth;
}
ul {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
:root {
    --text_color: #293a51;
    --para_color: #7c7c7c;
    --white: #ffffff;
    --theme_green: #3f3eed;
}
p {
    color: var(--para_color);
}
.besides_group_btn {
    display: flex;
    gap: 10px;
    position: relative;
    padding-bottom: 55px;
}
.websiteSearch {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.websiteSearch input#text-input {
    width: 100%;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    border-radius: 44px;
    min-height: 42px;
    border: 1px solid #fff;
    padding: 5px 15px;
}
.websiteSearch input#text-input1 {
    width: 100%;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    border-radius: 44px;
    min-height: 42px;
    border: 1px solid #fff;
    padding: 5px 15px;
}
.websiteSearch input#text-input2 {
    width: 100%;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    border-radius: 44px;
    min-height: 42px;
    border: 1px solid #fff;
    padding: 5px 15px;
}
li.tag.d-flex.align-items-center.me-2 {
    position: relative;
    background: #ae86d333;
    padding: 5px 7px;
    border-radius: 7px;
    color: #3c3b3c;
}
button.btn.b-form-tags-button.py-0.btn-outline-secondary {
    padding: 10px 16px;
    background: #ccc;
    color: #000;
    border: 1px solid #9e9d9d;
}
li.tag.d-flex.align-items-center.me-2 button {
    font-size: 7px;
    position: relative;
    top: -4px;
}
.mb-2 {
    margin: 3px;
}
/* ---------------------- */

.tag-input {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.tag-input ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tag-input li {
    background-color: #e0e0e0;
    color: #333;
    padding: 5px 10px;
    margin: 3px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.tag-input li .remove-tag {
    margin-left: 5px;
    color: red;
    cursor: pointer;
    font-weight: bold;
}

#tag-input {
    border: none;
    flex-grow: 1;
    outline: none;
    min-width: 100px;
}

/* ------------------ */

.terms_area .form-group input.newinput {
    display: block !important;
}
.search_select .select2-container {
    width: 100% !important;
    padding: 15px 15px 13px 60px;
    border-radius: 55px;
    line-height: 44px;
}
.search_select .select2-container--default .select2-selection--single {
    border: none;
}
.search_select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 14px;
    right: 13px;
}
.genders {
    display: flex !important;
}
.allage {
    display: flex !important;
    margin-bottom: 20px;
}
.allintrest {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 5px;
    margin-bottom: 20px;
}
.primary_btn {
    /* background: linear-gradient(90deg, #3f3eed, #c9b2e3); */
    background: linear-gradient(90deg, #3f3eed, #102b6f);
    /* background: linear-gradient(90deg, #4be36d, #278f50); */
    border: none;
    border-radius: 40px;
    color: var(--white) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    padding: 9px 32px;
    position: relative;
    text-transform: uppercase;
    transition: 0.5s;
}
.primary_btn:before {
    /* background: linear-gradient(270deg,#7859fc,#a756f9); */
    /* background: linear-gradient(270deg, #4be36d, #278f50); */
    background: linear-gradient(270deg, #234396, #3f3eed);
    border-radius: 40px;
    content: "";
    height: 110%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 110%;
    z-index: 0;
}
.primary_btn a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 17px;
    color: white;
}
.primary_btn:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ========
responsive header start
========== */
.responsive_header {
    display: none;
}
.back_cover {
    display: none;
}
/* ========
responsive header close
========== */
/* =========
header start
============ */
section.navbarpart {
    background: transparent;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
}
.navbarpart .navbar-brand img {
    max-width: 190px;
}
.navbarpart .me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}
.navbarpart .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
span.login {
    padding-right: 5px;
    font-size: 14px;
    color: #3f3eed;
}
/* =========
header close
============ */
/* ==================================
banner section start
===================================== */
/* .banner_sec {
    background: url(../images/banner-bg1.jpg) no-repeat;
    background-size: cover;
    padding: 180px 0 120px;
    position: relative;
} */
.banner_sec {
    background-image: url(../images/a-1.png);
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat, repeat-x;
    padding: 180px 0 120px;
    position: relative;
}
.google_tag {
    font-size: 14px;
    text-decoration: none;
    color: var(--theme_green);
    background: #d5d5f5;
    padding: 3px 12px;
    border-radius: 4px;
    display: inline-block;
    transition: 0.5s;
}
.google_tag:hover {
    background: var(--theme_green);
    color: var(--white);
    transition: 0.5s;
}
.hero_banner h1 {
    color: var(--text_color);
    font-size: 64px;
    font-weight: 600;
    margin: 10px 0;
}
/* .hero_banner h1 span.highlited {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme_green);
} */
#typewriter {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme_green);
    margin-left: 5px;
}
.cursor {
    border-left: 4px solid var(--theme_green);
}
.hero_banner p {
    color: var(--para_color);
}
.banner_form {
    margin-top: 50px;
}
.banner_form .form-control {
    border-radius: 44px;
    min-height: 56px;
    background-color: transparent;
    border: 2px solid var(--white) !important;
    box-shadow: none;
    padding-left: 60px;
    transition: 0.5s;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    color: var(--theme_green);
}
.banner_form .form-control:hover,
.banner_form .form-control:focus {
    box-shadow: 0 3px 16px rgba(110, 125, 177, 0.28);
    transition: 0.5s;
    border: 2px solid rgb(207, 233, 213) !important;
}
.banner_form .form-group {
    position: relative;
    background: var(--white);
    border-radius: 44px;
    z-index: 1;
    max-width: 675px;
}
.banner_form .form_icon {
    width: 46px;
    aspect-ratio: 1;
    position: absolute;
    background: #ffe7e7;
    display: grid;
    place-content: center;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    color: #ff5454;
    font-size: 24px;
    z-index: -1;
}
.banner_form .primary_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}
.quick_info_listing {
    display: flex;
    list-style: none;
    gap: 30px;
    margin-top: 15px;
    font-size: 14px;
    padding: 0 15px;
    max-width: 550px;
}
.quick_info_listing a {
    color: var(--text_color);
    text-decoration: none;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.quick_info_listing a svg path {
    fill: var(--text_color);
    transition: 0.5s;
}
.quick_info_listing a:hover {
    color: var(--theme_green);
    transition: 0.5s;
}
.quick_info_listing a:hover path {
    fill: var(--theme_green);
    transition: 0.5s;
}
.banner_img {
    position: relative;
    max-width: 400px;
    margin-left: auto;
}
.heroimg {
    position: relative;
    z-index: 3;
}
.graph {
    background: var(--white);
    width: 230px;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    top: -30px;
    right: -80px;
    z-index: 2;
}
.comments_noti {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    z-index: 4;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
}
.cmnt_head {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}
.cmnt_head i {
    width: 24px;
    aspect-ratio: 1;
    background: #158aef;
    display: grid;
    place-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.cmntno {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: var(--text_color);
}
.cmntfoot p {
    font-size: 14px;
}
.cmntfoot p span {
    color: #383bda;
    font-weight: 600;
    margin-right: 5px;
}

.bannerForm {
    display: flex;
    align-items: center;
    background: var(--white);
    padding: 8px;
    border-radius: 44px;
    position: relative;
}
.inputWrap {
    position: relative;
    width: 44%;
    z-index: 1;
}
.inputIcon {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.inputWrap .form-control {
    min-height: 44px;
    border-radius: 44px;
    padding-left: 46px;
    background: #ffa5a526;
    border: none !important;
    box-shadow: none !important;
    transition: 0.5s;
}
.inputWrap .form-control:focus,
.inputWrap .form-control:active {
    background: #f89f9f57;
    transition: 0.5s;
}
.inputWrap2 {
    background: #fff;
    border-radius: 20px;
    margin-left: -26px;
    padding-left: 6px;
    position: relative;
    z-index: 3;
}
.inputWrap2 .inputIcon {
    left: 18px;
}
.inputIcon svg path {
    stroke: var(--theme_green);
}
.inputWrap1.inputIcon svg path {
    fill: var(--theme_green);
}
.bannerForm .primary_btn {
    box-shadow: none !important;
    min-height: 44px;
    padding: 9px 6px;
    min-width: 110px;
}
button.btn.primary_btn span {
    position: relative;
    z-index: 2;
}
.msg {
    position: absolute;
    background: #fff;
    padding: 0px 13px;
    font-size: 12px;
    bottom: -12px;
    left: 21px;
    border-radius: 30px;
    color: #990303;
    box-shadow: -1px -2px 70px 0px rgba(223, 227, 234, 0.5);
}
/* ==================================
banner section start
===================================== */

/* ==================================
brands section start
===================================== */
.brands_move_img {
    background-image: url(../images/Brand_logos.png);
    animation: spin 50s linear infinite;
    width: 100%;
    height: 400%;
    background-size: contain;
}

.grow_wrapper {
    position: relative;
    padding: 30px;
    background: url(../images/bgnew\ copy1.png) no-repeat;
    /* background: url(../images/bgnew\ copy.png) no-repeat; */
    background-size: cover;
    margin-top: -50px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
}
.grow_content {
    width: 50%;
}
.brands_move {
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    transform: rotate(5deg);
}
@keyframes spin {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-200px);
    }
}
.section_tag {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    color: var(--para_color);
    text-transform: uppercase;
}
.tag_icon {
    position: absolute;
    width: 50px;
    bottom: -5px;
    left: 0;
}
.tag_icon:before,
.tag_icon:after {
    content: "";
    width: 5px;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--theme_green);
    border-radius: 50%;
}
.tag_icon:after {
    width: 40px;
    height: 5px;
    border-radius: 44px;
    left: 8px;
}
.section_title h2 {
    color: var(--text_color);
    font-size: 40px;
    font-weight: 600;
}
.section_title h2 span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme_green);
    text-transform: capitalize;
}
.section_title {
    margin-bottom: 40px;
}
.grow_wrapper .section_title {
    margin-bottom: 0px;
}
.text-white.section_title h2 {
    color: var(--white);
}
.text-white.section_title h2 span {
    -webkit-text-stroke-color: var(--white);
}
.text-white.section_title .section_tag {
    color: #f3e7ff;
}
.text-white .tag_icon::before,
.text-white .tag_icon::after {
    background: var(--white);
}
/* =========================================
how we promote start
============================================ */
.how_wepromote {
    padding: 80px 0;
    position: relative;
}
.how_wepromote::before {
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(224 239 250) 100%
    );
    position: absolute;
    height: 40%;
}

.youtube_demo {
    padding: 30px;
    /* border: 2px solid #eee; */
    border-radius: 8px;
    background: var(--white);
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
}
.youtube_header {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.youtube_icon img {
    max-width: 80px;
}
.search_area {
    width: 70%;
    height: 25px;
    background: #e7e7e7;
    border-radius: 4px;
}
.yt_user {
    width: 26px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    background: #e7e7e7;
    border-radius: 50%;
    font-size: 14px;
    color: #a3a3a3;
}
.thubmnail_area {
    position: relative;
    border-radius: 4px;
    background: #f33;
    padding: 30px;
    min-height: 230px;
    font-size: 30px;
    color: #ffff;
    margin-bottom: 15px;
    /* display: grid;
    place-content: center; */
}
.palybar {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ccc;
    left: 0;
    bottom: 0;
}
.palybar {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #a99d9d;
    left: 0;
    bottom: 0;
}
.palybar::after {
    width: 40%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background: #ffd600;
    position: absolute;
}
.ad {
    background: #ffd600;
    position: absolute;
    bottom: 10px;
    left: 30%;
    color: var(--text_color);
    font-size: 10px;
    line-height: 1;
    padding: 4px 4px;
    font-weight: 800;
    border-radius: 4px;
}
.placeholder {
    border-radius: 4px;
    background: #e7e7e7;
    height: 20px;
    margin-top: 5px;
}
.placeholder.w-90 {
    width: 90%;
}
.placeholder.w-80 {
    width: 80%;
}
.alter_ad {
    background: #fc5d5d;
    height: 88px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    padding-top: 6px;
    border-radius: 4px;
}
.alterad {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    margin: 10px 0;
    color: var(--text_color);
}
.alterad .ad {
    position: relative;
    bottom: 0;
    left: 0;
}
.placeholderimg {
    width: 100%;
    aspect-ratio: 3/1.5;
    background: #e7e7e7;
    border-radius: 4px;
    margin-bottom: 15px;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.demo2 .thubmnail_area {
    font-size: 24px;
    min-height: 157px;
}
.demo2 .placeholderimg {
    margin-bottom: 0;
}
.h-40 {
    height: 40px;
    margin-top: 15px;
}

.zoom {
    position: sticky;
    top: 20vh;
    will-change: transform;
    width: 100%;
    transform: scale(2.2);
}
.wrap {
    height: 80vh;
}

/* ==============================
we promote start
================================= */
.we_promote {
    padding: 80px 0 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(235 234 253) 100%
    );
}
.we_promote .section_title {
    margin-bottom: 0px;
}
/* ===pinned=== */
.spacer {
    width: 100%;
    height: 50vh;
    background: #ddd;
}

.gallery p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 500px;
    margin-top: 30px;
}

.gallery {
    display: flex;
    /* outline:1px solid red; */
}

.left {
    width: 50%;
}

.right {
    height: 100vh;
    /* outline:1px solid purple; */
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desktopContent {
    /* margin: auto; */
    width: 70%;
    margin-left: auto;
    /* display: table; */
}

.desktopContentSection {
    min-height: 100vh;
    /* outline:1px solid green; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.desktopPhotos {
    width: 40vw;
    height: 50vh;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.desktopPhoto {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery h4 {
    font-size: 40px;
    display: block;
    color: var(--text_color);
    max-width: 80%;
}
.num {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme_green);
    text-transform: capitalize;
    font-size: 40px;
    display: inline-block;
    font-weight: 600;
}

/* small screen / mobile layout */
.mobileContent {
    display: none;
    width: 80vw;
}

.mobilePhoto {
    width: 80vw;
    height: 80vw;
    margin-top: 5em;
    border-radius: 6vw;
}

/* defines styles for screens up to 599px wide */
@media screen and (max-width: 599px) {
    .left {
        display: none;
    }

    .right {
        height: auto;
        width: 100%;
        align-items: center;
    }

    .desktopPhotos {
        display: none;
    }

    .mobileContent {
        display: block;
    }
}
.red {
    background: crimson;
}

.green {
    background: MediumSeaGreen;
}

.blue {
    background: dodgerblue;
}
.pink {
    background: deepPink;
}
.desktopPhoto {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(180 210 249) 100%
    );
}
/* ===pinned=== */
/* ==============================
we promote start
================================= */

/* ==============================
why choose us start
================================= */
section.choose_us {
    padding: 0px 0 80px;
}
.choose_item {
    background: var(--white);
    border-radius: 5px;
    overflow: hidden;
    padding: 60px 30px 55px 40px;
    position: relative;
    z-index: 5;
    box-shadow: -1px -2px 70px 0px rgba(223, 227, 234, 0.5);
    transition: all 0.5s ease;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.choose_item:hover {
    z-index: 3;
    transition: all 0.5s ease;
    box-shadow: 1px 14px 70px 0px rgb(199 202 207 / 50%);
}
.choose_icon svg path {
    fill: var(--theme_green);
}
.choose_item b {
    font-size: 22px;
    color: var(--text_color);
    margin: 20px 0 10px;
    display: block;
}
.mt-50 {
    margin-top: 140px;
}
/* ==============================
why choose us start
================================= */

/* ==============================
our numbers start
================================= */
.our_numbers {
    padding: 80px 0;
    background: rgb(247 247 247);
}
.num_item b {
    color: var(--text_color);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}
.counter_bar {
    width: 100%;
    max-width: 230px;
    height: 10px;
    background: #d1d1d1;
    border-radius: 44px;
    margin-top: 10px;
    position: relative;
}
.counter_bar::after {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 44px;
    background: var(--theme_green);
    box-shadow: -6px 6px 30px #aed5b7;
}
.bar1.counter_bar::after {
    width: 60%;
}
.bar2.counter_bar::after {
    width: 80%;
}
.bar3.counter_bar::after {
    width: 50%;
}
.bar4.counter_bar::after {
    width: 80%;
}
/* .num_icon svg path {
    fill: var(--theme_green);
} */
.num_icon svg path,
.num_icon svg circle {
    fill: #3f3eed;
}
.num_item {
    position: relative;
    z-index: 1;
}
.num_icon {
}
.numtop {
    display: flex;
    gap: 10px;
    align-items: end;
    margin-bottom: 10px;
}
/* ==============================
our numbers start
================================= */
/* ==============================
testimonial start
================================= */
.testimonial_sec {
    padding: 100px 0 150px;
    position: relative;
    z-index: 1;
}
.testimonail_slider {
    background: url(../images/testimonialbg.png) no-repeat;
    background-size: cover;
    padding: 60px 40px 34px;
    box-shadow: 1px 1px 80px #00000014;
    border-radius: 8px;
}
.testimonial_item {
    text-align: center;
}
.clientname {
    font-size: 18px;
    line-height: 1;
    margin: 30px 0 0;
    font-weight: 500;
    color: var(--text_color);
}
.testimonial_item small {
    color: #3f3eed;
    text-transform: capitalize;
    line-height: 1;
}
.testimonial_sec .owl-dots {
    position: absolute;
    bottom: -51px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}
.testimonial_sec .owl-dots .owl-dot span {
    width: 10px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.5s;
    background: #ccc;
    cursor: pointer;
}
.testimonial_sec .owl-dots .owl-dot.active span {
    background: linear-gradient(90deg, #3535ee, #5252b4);
    transition: all 0.5s;
    transform: scale(1.2);
}
.testimonial_img {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 2;
}
.tes_img1 {
    animation: movedelement 5s linear infinite;
    bottom: 272px;
    left: 90px;
    background-image: url(../images/testimonial-img1.jpg);
}
.tes_img2 {
    animation: movedelement3 8s linear infinite;
    bottom: 30px;
    left: 57px;
    background-image: url(../images/testimonial-img2.jpg);
}
.tes_img3 {
    animation: movedelement2 10s linear infinite;
    bottom: 473px;
    left: 286px;
    background-image: url(../images/testimonial-img3.jpg);
}
.tes_img4 {
    animation: movedelement4 5s linear infinite;
    bottom: 213px;
    left: 311px;
    background-image: url(../images/testimonial-img4.jpg);
}
.tes_img5 {
    animation: movedelement 7s linear infinite;
    bottom: 50px;
    left: 325px;
    background-image: url(../images/testimonial-img5.jpg);
}
.tes_img6 {
    animation: movedelement3 6s linear infinite;
    bottom: 502px;
    right: 530px;
    background-image: url(../images/testimonial-img6.jpg);
}
.tes_img7 {
    animation: movedelement2 8s linear infinite;
    bottom: 50px;
    right: 485px;
    background-image: url(../images/testimonial-img7.jpg);
}
.tes_img8 {
    animation: movedelement4 6s linear infinite;
    bottom: 213px;
    right: 286px;
    background-image: url(../images/testimonial-img8.jpg);
}
.tes_img9 {
    animation: movedelement 10s linear infinite;
    bottom: 370px;
    right: 90px;
    background-image: url(../images/testimonial-img9.jpg);
}
.tes_img10 {
    animation: movedelement2 5s linear infinite;
    bottom: 30px;
    right: 57px;
    background-image: url(../images/testimonial-img10.jpg);
}

@keyframes movedelement {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(5px, 5px);
    }
    75% {
        transform: translate(10px, -5px);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes movedelement2 {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(-10px, -10px);
    }
    50% {
        transform: translate(-5px, -5px);
    }
    75% {
        transform: translate(-10px, 5px);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes movedelement3 {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translate(15px, 15px);
    }
    50% {
        transform: translate(8px, 8px);
    }
    75% {
        transform: translate(15px, -8px);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes movedelement4 {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translate(-15px, -15px);
    }
    50% {
        transform: translate(-8px, -8px);
    }
    75% {
        transform: translate(-15px, 8px);
    }
    100% {
        transform: translate(0);
    }
}
/* ==============================
testimonial start
================================= */

/* ==============================
Promotion Forecast start
================================= */

.section_paragraph {
    max-width: 700px;
    display: table;
    margin: auto;
}
.forecast_body {
    background: #c3eccb;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(230 229 255) 100%
    );
    padding: 40px;
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 50px rgba(156, 165, 200, 0.25);
    position: relative;
}
.forecast-image {
    position: absolute;
    top: -48px;
    left: 100px;
}
.forecast-image img {
    width: 100%;
    height: 263px;
    object-fit: contain;
    filter: drop-shadow(2px 4px 4px #6876bb);
    color: #6876bb;
    /* filter: drop-shadow(2px 4px 6px #000); */
}
.forecast_budget_title h3 {
    font-size: 22px;
    color: var(--text_color);
}
.forecast_budget_title span {
    color: var(--para_color);
    font-size: 17px;
}
#range-slider__range {
    appearance: none;
    width: calc(100% - (73px));
    height: 6px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.all_range_body {
    position: relative;
    margin: 20px 0 0;
}
.range1 {
    position: absolute;
    bottom: -20px;
    right: 65px;
    font-size: 12px;
    color: var(--para_color);
}
.range2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    color: var(--para_color);
}
/*Range black ⚫ thumb*/
#range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #fff;
    border: 3px solid #3f3eed;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

/*On hover change colour of black thumb into green 🟢 and scale size*/

/*Range current value*/
#range-slider__value {
    display: inline-block;
    position: absolute;
    width: 105px;
    color: #3f3eed;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 7px 10px;
    margin-left: 8px;
    border-radius: 4px;
    border: 1px solid #3f3eed;
    top: 53px;
    left: 0;
}
.views_body {
    background: #fff;
    border-radius: 0 8px 8px 0;
    margin: -41px;
    padding: 43px;
    text-align: center;
}
section.promote_sec {
    padding: 80px 0;
}
.views_body h3 {
    color: var(--para_color);
    font-weight: 400;
    font-size: 18px;
}
.views_number span {
    font-size: 15px;
    font-weight: 700;
}
.views_number b {
    font-size: 23px;
}
.number span {
    cursor: pointer;
}
.number {
    margin-top: 25px;
}
.minus,
.plus {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    /* border: 1px solid #09b32f; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #09b32f;
    line-height: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.number input {
    height: 40px;
    width: 110px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #09b32f;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
/* ==============================
Promotion Forecast close
================================= */
/* ==============================
faq start
================================= */
.faq_image {
    position: relative;
}

section.faq_sec {
    padding: 80px 0;
}
.faq_image img {
    width: 100%;
}
.faq_image img.faq1img {
    max-width: 458px;
}
.faq_image .faq_shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 619px;
}
.faq_sec .accordion-button:not(.collapsed) {
    color: var(--text_color);
    background-color: #4544d5;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    border-radius: 8px 8px 0 0;
    border: 1px solid #3f3eed;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.faq_sec .accordion-button {
    font-size: 15px;
    color: var(--text_color);
    text-align: left;
    /* background-color: #e7e6ffab; */
    border: 0;
    /* box-shadow: 0 4px 50px rgba(156,165,200,.25); */
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}
.faq_sec .accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}
.faq_sec .accordion-button::after {
    background-size: 17px;
}
.faq_sec .accordion-body {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(231 230 255 / 51%) 100%
    );
    box-shadow: 0 4px 50px rgba(156, 165, 200, 0.25);
    border-radius: 0 0 8px 8px;
    color: var(--para_color);
    font-size: 14px;
}
.faq_sec .accordion-item {
    border: none;
    margin-bottom: 25px;
}
/* ==============================
faq close
================================= */
/* ==============================
contact us start
================================= */
.contact_girl img.girl_img {
    width: 70%;
}
.magic_line {
    position: absolute;
    top: 58%;
    left: 62%;
    transform: translate(-50%, -50%);
}
.contact_girl {
    position: relative;
}

.contactus_img {
    position: relative;
    text-align: right;
}
img.call_img {
    width: 76px;
    top: 19%;
    left: 122px;
    position: absolute;
}
img.location_bg {
    width: 90px;
    top: 12%;
    right: 4%;
    position: absolute;
}
img.gmail_bg {
    width: 80px;
    top: -7%;
    left: 41%;
    position: absolute;
}
.icons_bg {
    opacity: 0.8;
}
.contactus_form .form-control {
    border: none;
    background: #eeedfe;
    border-radius: 8px;
    height: 55px;
    margin-bottom: 25px;
    outline: none;
    box-shadow: none;
}
.contactus_form .form-control:focus {
    border: 1px solid #3f3eed;
    border-radius: 8px;
}
.contactus_form .form-control::placeholder {
    color: #3f3eed;
    font-size: 14px;
}
section.contact_us {
    padding: 80px 0;
}
/* ==============================
contact us close
================================= */
/* ==============================
footer  start
================================= */
h3.footer_list_heading {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
}
.footer_lists li a {
    color: var(--para_color);
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
}
.footer_lists li a:hover {
    transition: 0.5s;
    color: #3f3eed;
}
ul.footer_lists {
    list-style: none;
    gap: 10px;
    display: grid;
    transition: 0.5s;
}
section.footer_part {
    padding: 80px 0;
}
.footer_logo {
    padding-bottom: 15px;
}
p.footer_content {
    font-size: 13px;
    /* font-weight: 500; */
}
ul.footer_social_icons {
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 15px 0;
}
.footer_social_icons li a {
    text-decoration: none;
    color: rgb(63, 62, 237);
    font-size: 18px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
}
.footer_social_icons li a:hover {
    color: #fff;
    background: #3f3eed;
    transition: 0.5s;
}
section.footer_part {
    padding: 80px 0;
    background: #ebebfd;
}
section.copyright {
    background: #9291ff;
    padding: 10px 0;
}
p.copyright_content.copyright_content {
    font-size: 12px;
    color: #353535;
    font-weight: 500;
}
.copyright_content_right {
    text-align: right;
}
.footer_list_heading:before,
.footer_list_heading:after {
    content: "";
    width: 5px;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--theme_green);
    border-radius: 50%;
}
.footer_list_heading:after {
    width: 40px;
    height: 5px;
    border-radius: 44px;
    left: 8px;
}
.footer_list_heading {
    position: relative;
}
/* ==============================
footer close
================================= */

/* ==============================
Why choose Sprizzy over Google Ads start
================================= */

section.choose_sec {
    padding: 80px 0;
}
.choose_contents.choose_contents_two {
    background: #fff;
    box-shadow: 0 4px 50px rgba(156, 165, 200, 0.25);
}
.choose_contents {
    background: #4544d521;
    border-radius: 8px;
    padding: 10px 50px 10px 25px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: space-between;
}
.checkmark {
    height: 25px;
    width: 25px;
    background: #2959ef;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    align-items: center;
}
.checkmarks {
    display: flex;
    gap: 177px;
}
.checkmark.wrong_mark {
    background: #f00;
}
.choose_icons img {
    max-width: 145px;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.choose_icons {
    justify-content: right;
    display: flex;
    gap: 50px;
}
.sticky_new {
    position: sticky;
    top: 0;
    overflow: hidden;
    background: #fff;
}
/* ==============================
Why choose Sprizzy over Google Ads close
================================= */
/* ==============================
youtube channel promotion start
================================= */
section.channel_promotion {
    padding: 80px 0;
    background: #f4f4ff;
}
.image_name {
    font-size: 11px;
    font-weight: 500;
    background: #fff;
    width: 67%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* opacity: 0; */
}
.promotion_images {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    width: 100%;
}

.promotion_images:hover .image_name {
    transition: 0.5s;
    opacity: 1;
}
/* .promotion_images:hover .image_name {

    transition: .5s;
    opacity: 1;
} */

.promotion_images::after {
    position: absolute;
    content: "";
    background: #102b6f;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    background: linear-gradient(
        180deg,
        rgb(123 109 193 / 0%) 30.32%,
        rgb(63 62 237) 56.42%,
        #003fdc 100%
    );
    transition: 0.5s;
    overflow: hidden;

    height: 100%;
    width: 100%;
}
.promotion_images img {
    height: 185px;
    object-fit: cover;
    transform: translate3d(-10px, 0, 0);
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    width: calc(100% + 20px) !important;
    max-width: none;
}
.promotion_images:hover img {
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    transition: 0.5s;
}

.feature h3 {
    color: #293a51;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    min-height: 50px;
}
.feature p {
    font-size: 12px;
    min-height: 72px;
    position: relative;
    z-index: 2;
}
.feature {
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 36px 35px 65px 15px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.row.feature_sec {
    margin-top: 20px;
}
.dots_img img {
    width: 85px;
}
.dots_img {
    position: absolute;
    top: 0;
    left: 0;
}
.feature_icon_bg {
    background: #f3f3f3;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    right: -108px;
    position: absolute;
    bottom: -107px;
}
.feature_icons {
    position: absolute;
    right: 25px;
    z-index: 2;
    bottom: 21px;
}
/* ==============================
youtube channel promotion close
================================= */

/* ==============================
We are changing how channels advertise their videos. start
================================= */

.google_img {
    position: absolute;
    left: 14px;
    top: 18%;
}
.google_account_signup {
    background: #fff;
    box-shadow: rgb(18 44 116 / 59%) 0px 8px 24px;
    padding: 5px 20px 5px 60px;
    position: relative;
    border-radius: 8px;
    width: 68%;
    margin: 15px 0;
}
.google_img img {
    width: 35px;
}
.features ul {
    list-style: none;
    display: flex;
    gap: 12px;
}
.features ul li span {
    color: #293a51;
    font-size: 15px;
}
.features ul li {
    font-size: 13px;
    color: #293a51;
}

section.advertise_sec {
    padding: 80px 0;
    overflow: hidden;
}
.owl-carousel.channel_slider .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
}
.channel_slider {
    position: relative;
}
.channel_slider::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 116%;
    width: 500%;
    right: 100%;
    top: -2px;
}

.channel_slider .item {
    position: relative;
    overflow: hidden;
    transition: 0.9s;
}
.channel_slider .item:hover::after {
    transition: 0.5s;
    top: 0;
}
.channel_slider .item::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: -478px;
    right: 0;
    background: linear-gradient(
        180deg,
        rgb(123 109 193 / 0%) 30.32%,
        rgb(63 62 237) 56.42%,
        #003fdc 100%
    );
    opacity: 0.5;
    overflow: hidden;
    transition: 0.9s;
}
.channel_highlight {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 50%;
    border-radius: 8px;
    z-index: 2;
    transform: scaleY(0);
    padding: 9px 10px 7px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
}

.channel_slider .item:hover .channel_highlight {
    transform: scaleY(1);
}
.social_media_data ul li span {
    color: #3f3eed;
    font-size: 15px;
    display: inherit;
}
.social_media_data ul li {
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    padding: 2px 4px;
}
.social_media_data {
    position: absolute;
    right: 10px;
    top: 24px;
    z-index: 2;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scalex(0);
}
.channel_slider .item:hover .social_media_data {
    transform: scalex(1);
}
.social_media_data ul {
    list-style: none;
    display: grid;
    gap: 10px;
}
.channel_slider .item img {
    height: 390px;
    object-fit: cover;
    position: relative;
    transform: translate3d(-10px, 0, 0);
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    width: calc(100% + 20px) !important;
    max-width: none;
}

.channel_slider .item:hover img {
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    transition: 0.5s;
}
.channel_slider.owl-carousel .owl-nav.disabled {
    display: inline-flex;
    position: absolute;
    top: -35%;
    right: 0;
    gap: 20px;
}
.channel_slider.owl-carousel .owl-nav::after {
    position: absolute;
    content: "";
    right: 34px;
    height: 26px;
    width: 1px;
    background: #eaeaea;
}
.channel_slider .owl-prev img {
    height: 25px;
}
.channel_slider .owl-next img {
    height: 25px;
}
/* ==============================
We are changing how channels advertise their videos. close
================================= */
section.feature_section {
    padding: 80px 0;
}
.results_one {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(224 239 250) 100%
    );
    padding: 20px 25px 20px 25px;
    border: none;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 478px;
}
.result_video {
    background: linear-gradient(135.24deg, #d3e6f57d 1.75%, #9894dc85 90.31%);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.video_div {
    height: 215px;
    width: 100%;
}
.video_div video {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
.result_content b {
    font-size: 22px;
    color: var(--text_color);
    margin: 20px 0 10px;
    display: block;
}
/* ==============================
We are changing how channels advertise their videos. close
================================= */

/* ==============================
dashboard page start
================================= */
dashboard {
    position: relative;
    z-index: 1;
    display: block;
}
/* dashboard::before {
    background-image: url(../images/a-1.png);
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat, repeat-x;
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
} */
dashboard::before {
    background: #f2f2ff;
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat, repeat-x;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#sidebar {
    background: var(--white);
    width: 280px;
    z-index: 9;
    position: fixed;
    top: 0px;
    bottom: 0;
    -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    min-height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -moz-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -o-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -ms-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
}
.logowrapper {
    padding: 10px 15px;
}
.logowrapper img {
    width: 100%;
}
.logotext {
    max-width: 180px;
}
.logoicon {
    max-width: 40px;
}
.main_header {
    position: fixed;
    background: var(--white);
    top: 0;
    right: 0;
    left: 280px;
    z-index: 8;
    /* height: 80px; */
    -webkit-box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 0;
    padding-right: 15px;
}
.header_right {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.header_right ul.quickmenu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
ul.quickmenu li {
    display: flex;
    gap: 8px;
    align-items: center;
}
.menuicon {
    width: 35px;
    aspect-ratio: 1;
    display: inline-grid;
    place-content: center;
    color: var(--theme_green);
    background: #d5d5f5ab;
    border-radius: 50%;
    position: relative;
}
.message_notification {
    width: 20px;
    aspect-ratio: 1;
    background: #000;
    font-size: 12px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    color: #fff;
    position: absolute;
    right: -6px;
    top: -6px;
}
.menuicon svg path {
    fill: var(--theme_green);
}
.menuinfo {
    display: grid;
    gap: 3px;
}
.menuinfo small {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: var(--para_color);
}
.menuinfo b {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--text_color);
}
#userletter {
    font-weight: 600;
}
.online {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #09c709;
    position: absolute;
    right: 1px;
    top: 0px;
}
.menu_wrapper {
    list-style: none;
    margin-bottom: 15px;
}
.menu_wrapper li a {
    padding: 8px 15px;
    text-decoration: none;
    display: flex;
    gap: 8px;
    color: var(--text_color);
    align-items: center;
}
.promotionbody {
    padding: 0;
    padding-left: 280px;
    transition: 0.5s;
}
dashboard section {
    width: 100%;
    min-height: 100vh;
    padding: 30px;
    padding-top: 55px;
    position: relative;
    z-index: 1;
}
.dash_hero h1 {
    text-align: center;
    color: var(--text_color);
    margin: 100px auto 30px;
    max-width: 50%;
    font-size: 56px;
}
.dash_hero form.banner_form {
    margin: 50px auto 150px;
}
.dash_hero .banner_form .form-group {
    max-width: 860px;
    margin: auto;
}
.dash_hero .banner_form .form-control:hover,
.dash_hero .banner_form .form-control:focus {
    border: 2px solid rgb(93 95 217 / 48%) !important;
}
.dash_hero .banner_form .form-control:active {
    padding-left: 75px;
    transition: 0.5s;
}
.stepinfo svg path {
    fill: var(--theme_green);
}
.feature.stepinfo p {
    font-size: 14px;
}
.feature.stepinfo {
    max-width: 80%;
    margin: auto;
}
.stepText {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e0e0e0;
    line-height: 1;
}
.step2 {
    display: none;
}
.steps_bar {
    margin: 30px 0;
    background: #ffffff7a;
    padding: 10px;
    border-radius: 4px;
}
.steps_bar ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.steps_bar ul li {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 8px;
    border-radius: 8px;
}
.steps_bar ul li::after {
    content: "";
    width: 400px;
    height: 2px;
    top: 32px;
    left: 100%;
    position: absolute;
    background: #7d7d7d;
}
.steps_bar ul li.complited::after {
    width: 400px;
    background: #09c709;
}
.steps_bar ul li p {
    font-size: 14px;
}
.stepNo {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #7d7d7d;
    place-content: center;
    display: grid;
}
.complited .stepNo {
    background: #09c709;
    border: 2px solid #09c709;
    color: var(--white);
}

/* ====vue range=== */
.vue-slider-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
    background-color: #ccc;
    border-radius: 15px;
}

/* process style */
.vue-slider-process {
    background-color: var(--theme_green);
    border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
    z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
    display: none;
}
.vue-slider-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.16);
}
.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 7px 6px rgb(63 62 237);
}
.vue-slider-dot-handle-focus {
    box-shadow: 0px 0px 7px 6px rgb(63 62 237);
}

.vue-slider-dot-handle-disabled {
    cursor: not-allowed;
    background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-color: #3498db;
    background-color: #3498db;
    box-sizing: content-box;
}
.vue-slider-dot-tooltip-inner::after {
    content: "";
    position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
    opacity: 0;
    transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
    opacity: 1;
}

/*# sourceMappingURL=default.css.map */

#app {
    margin: 50px auto;
    width: 100%;
    background: #fff;
    padding: 15px 15px 42px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
}
#quantity_coins {
    margin-top: 30px;
    width: 100%;
}

.custom-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ccc;
    background-color: #fff;
}
.custom-step.active {
    box-shadow: 0 0 0 3px var(--theme_green);
    background-color: var(--theme_green);
}
.vue-slider.vue-slider-ltr {
    padding: 7px 10px !important;
    border-radius: 8px;
    background: #a0a0f8;
}
.budgetbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.budgetbar input[type="number"]::-webkit-inner-spin-button,
.budgetbar input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.budgetbar .box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.dolar_icon {
    width: 34px;
    aspect-ratio: 1;
    position: absolute;
    background: #ffe7e7;
    display: grid;
    place-content: center;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    color: #ff5454;
    font-size: 24px;
}
#priceInput {
    border-radius: 44px;
    min-height: 44px;
    background-color: #fff;
    border: 2px solid #3f3eed4d !important;
    box-shadow: none;
    padding-left: 44px;
    transition: 0.5s;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    color: var(--theme_green);
    outline: none !important;
}
#priceInput:hover,
#priceInput:focus {
    border: 2px solid var(--theme_green) !important;
    transition: 0.5s;
}
.budgetbar b,
.coupon_form b {
    font-size: 18px;
    color: var(--text_color);
}
/* ====vue range=== */
.devider {
    height: 2px;
    background: #c9c9c9;
    margin: 50px 0 50px;
}
.coupon_wrap {
    display: flex;
    align-items: center;
}
.coupon_left {
    width: calc(100% - 220px);
}
.coupon_right {
    width: 220px;
    text-align: right;
}
.coupon_wrap {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #3f3eed59;
    position: relative;
    margin-bottom: 20px;
}
.coupon_wrap .form-floating > .form-control {
    border: none !important;
    border-bottom: 2px solid #9294eb61 !important;
    border-radius: 0;
    padding-bottom: 5px;
    box-shadow: none !important;
}
.coupon_wrap .form-floating > label {
    top: 0px;
    padding: 1rem 0.75rem 5px;
}
/* .coupon_wrap.valueAdded .form-floating>label{

} */
.curved1 {
    width: 18px;
    aspect-ratio: 1;
    position: absolute;
    right: 200px;
    top: -10px;
    background: #f2f2ff;
    border: 2px solid #3f3eed59;
    border-radius: 50%;
}
.curved1::after {
    width: 20px;
    height: 10px;
    top: -4px;
    background: #f2f2ff;
    position: absolute;
    left: -3px;
    content: "";
}
.curved2 {
    width: 18px;
    aspect-ratio: 1;
    position: absolute;
    right: 200px;
    bottom: -10px;
    background: #f2f2ff;
    border: 2px solid #3f3eed59;
    border-radius: 50%;
}
.curved2::after {
    width: 20px;
    height: 10px;
    bottom: -4px;
    background: #f2f2ff;
    position: absolute;
    left: -3px;
    content: "";
}
.dash_title {
    position: relative;
    margin-bottom: 18px;
}
.dash_title span {
    background: #f2f2ff;
    position: relative;
    padding-right: 15px;
    font-weight: 500;
    color: var(--text_color);
}
.dash_title::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: calc(100% - 15px);
    background: repeating-linear-gradient(
        135deg,
        #e1e1e1,
        #393cdc 1px,
        transparent 2px,
        transparent 3px
    );
    background-size: 4px 4px;
}
.sectionSubtitle {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.sectionSubtitle::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #c9c9c957;
}
.sectionSubtitle span {
    background: #f2f2ff;
    position: relative;
    z-index: 2;
    padding-right: 15px;
    font-size: 14px;
    color: var(--text_color);
}
.coupon_left b {
    color: #7778d9;
    display: block;
}
.coupon_left small {
    color: var(--para_color);
    font-size: 12px;
}
.address_wrap .ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 55px;
    background: transparent;
    border-radius: 44px;
    padding: 15px 15px 5px 60px;
    margin: 0 !important;
}
.address_wrap {
    background: #fff;
    border-radius: 44px;
    position: relative;
    z-index: 1;
}
.address_wrap .form_icon {
    width: 46px;
    aspect-ratio: 1;
    position: absolute;
    background: #d5d5f5ab;
    display: grid;
    place-content: center;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    color: var(--theme_green);
    font-size: 24px;
    z-index: -1;
}
.address_wrap .ui.fluid.dropdown > .dropdown.icon {
    float: right;
    position: relative;
}
.address_wrap .ui.selection.active.dropdown .menu,
.address_wrap .ui.selection.active.dropdown {
    border-color: #3a3cde;
}
.address_wrap .ui.selection.dropdown:hover {
    border-color: rgb(58 60 224);
    box-shadow: none;
    transition: 0.5s;
}
.address_wrap .ui.default.dropdown:not(.button) > .text,
.address_wrap .ui.dropdown:not(.button) > .default.text {
    color: var(--text_color);
    font-size: 14px;
}

.terms_area .form-group {
    display: block;
    margin-bottom: 15px;
}

.terms_area .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.terms_area .form-group label {
    position: relative;
    cursor: pointer;
}

.terms_area .form-group label:before {
    content: "";
    background-color: transparent;
    border: 2px solid #3f3eed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}

.terms_area .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #3f3eed;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    /* background: #000; */
}
.terms_area label {
    background: #f2f2ff;
    position: relative;
    padding-right: 15px;
    font-size: 14px;
    color: var(--text_color);
}
.terms_area {
    padding: 20px 0;
    border-top: 2px solid #c9c9c957;
    border-bottom: 2px solid #c9c9c957;
    margin: 40px 0;
}
span.terms_declaretion {
    color: var(--para_color);
    font-size: 12px;
}
.beside_views_btn_area .dash_title span {
    font-size: 18px;
}
button.campaign_btn {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    padding: 9px 32px;
    position: relative;
    text-transform: uppercase;
    border: 2px solid #3f3eed4d !important;
    border-radius: 44px;
}

button.campaign_btn.preview {
    background: #7a7aff6e;
    color: #3f3eed;
    transition: 0.5s;
}
button.campaign_btn.preview:hover {
    transition: 0.5s;
    background: transparent;
    transform: translateY(-5px);
    border: 2px solid #3f3eed !important;
}
button.primary_btn.creat {
    background: #3f3eed;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: 0.5s;
}
button.campaign_btn.creat:hover {
    transition: 0.5s;
    transform: translateY(-5px);
}

.campaign_sec {
    margin: 30px 0;
}
.beside_views_btn_area .radio-input {
    visibility: hidden;
}
.besides_group_btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.beside_views_btn_area .radio-label {
    position: relative;
    /* padding-left: 35px; */
    border: 2px solid #0100ff4d !important;
    padding: 7px 25px;
    font-size: 15px;
    border-radius: 40px;
    color: #3f3eed;
    cursor: pointer;
    border: 2px solid #a9a9ff !important;
}
.beside_views_btn_area .radio-label:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 40px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.beside_views_btn_area .radio-input:checked + .radio-label:after {
    transition: all 0.5s;
    background-color: #7a7aff6e;
    color: #fff;
}
.card_body {
    background: #fff;
    padding: 0px px 10px;
    border-radius: 0 0 8px 8px;
}
.video_content {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 20px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.video_card {
    height: 200px;
}
.video_card iframe {
    height: 100% !important;
}
.estimated_count {
    text-align: center;
    background: #a0a0f8;
    border-radius: 8px;
    padding: 35px 0;
}
.titlecard {
    font-size: 22px;
    color: #fff;
    padding-bottom: 25px;
}
.card_count h2 {
    font-size: 22px;
    color: #fff;
}
.right_video_sec {
    position: sticky;
    top: 85px;
    padding-left: 20px;
}
.title_card h3 {
    word-break: break-all;
    font-size: 16px;
    padding-bottom: 15px;
    color: var(--text_color);
}
span.youtube_icon {
    padding-right: 10px;
}
.ads_team {
    font-size: 15px;
    color: #000;
}

.priview_modal h5.modal-title {
    text-align: center;
    display: table;
    margin: auto;
    font-size: 20px;
    color: #a0a0f8;
    font-weight: 500;
}
.priview_modal .btn-close {
    position: absolute;
    top: 4px;
    right: 5px;
}
.priview_modal .modal-footer {
    justify-content: center;
}

.priview_modal .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #3f3eed;
    background-color: transparent;
    border-bottom: 2px solid #3f3eed;
    border-radius: 0;
}
.priview_modal .nav-pills .nav-link {
    color: #808080;
    font-size: 15px;
    font-weight: 500;
}
.priview_modal #pills-home {
    background: url(../images/youtube_search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 260px;
    width: 100%;
    position: relative;
}
.priview_modal #pills-profile {
    background: url(../images/youtube_related.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 260px;
    width: 100%;
    position: relative;
}
.priview_modal #pills-contact {
    background: url(../images/as_commercial.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 260px;
    width: 100%;
    position: relative;
}
.ad_img {
    height: 55px;
    width: 96px;
}
.ad_block {
    display: flex;
    gap: 9px;
    position: absolute;
    top: 64px;
    right: 108px;
}
.ad_text .headline {
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1b7fcc;
    width: 159px;
}
.uploader,
.views {
    font-size: 11px;
    color: #9d9c9cb5;
    font-weight: 500;
    line-height: 13px;
}
.ad_block_2 .ad_img img {
    width: 61px;
}
.ad_block_2 {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 43px;
    right: 47px;
}
.ad_block_2 .ad_text .headline {
    width: 85px;
}
.ad_block_2 .uploader,
.views {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}
.ad_block_3 .ad_img img {
    width: 250px;
}
.ad_block_3 .ad_img {
    position: absolute;
    top: 40px;
    left: 41px;
}
.ad_block_3 .ad_text {
    position: absolute;
    top: 50px;
    right: 44px;
}
.ad_block_3 .ad_text .headline {
    width: 121px;
}
.priview_modal .modal-header {
    border-bottom: none;
}
.priview_modal .modal-footer {
    border-top: none;
    background: #a0a0f81f;
}
.title_card textarea {
    font-size: 14px;
    border: none !important;
    outline: none !important;
    font-weight: 600;
    box-shadow: none !important;
    resize: none;
    overflow: hidden;
}
.menu_wrapper li:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
}
.cross_btn {
    font-size: 17px;
    color: #db3939;
    background: #b61a1a21;
    height: 25px;
    width: 25px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

/* ==============================
dashboard page close
================================= */

/* ==============================
payment page start
================================= */
.payment_sec {
    position: relative;
    background: #fff;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
    padding: 20px;
}
.payment_sec::after {
    content: "";
    position: absolute;
    bottom: -38px;
    width: 100%;
    left: 0;
    height: 40px;
    background: url(../images/bottom2.png) repeat-x;
    background-size: 25px;
}
.payment_row {
    max-width: 900px;
    margin: auto;
}
section.payment_page {
    padding: 50px 0;
}
.payment_sec h2 {
    font-size: 20px;
    color: #7778d9;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.cost_pay {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.pay {
    color: var(--text_color);
    font-size: 16px;
    font-weight: 400;
}
.price {
    color: var(--para_color);
    font-size: 16px;
    font-weight: 600;
}
.cost_pay.Campaign_Cost {
    position: relative;
}
.cost_pay.Campaign_Cost::after {
    position: absolute;
    border-bottom: 1px dashed #7778d9;
    width: 100%;
    content: "";
    bottom: -14px;
}
.total_pay span {
    font-size: 17px;
    font-weight: 500;
    color: var(--text_color);
}
.payment_method {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
button.card_btn {
    width: 245px;
    background: #fff;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 40px;
    border-radius: 8px;
}
.payment_sec .dash_title::before {
    top: 10px;
    height: calc(100% - 19px);
}
.payment_sec .dash_title span {
    font-size: 13px;
    background: #fff;
}
button.paypal_btn {
    width: 100%;
    background: #1a73e8;
    border: none;
    padding: 8px 0;
    border-radius: 4px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    font-style: italic;
}
.paypal_btn_wrapper span.d-text {
    text-align: center;
    display: table;
    margin: auto;
    font-size: 12px;
    margin-top: 7px;
    color: var(--para_color);
}
.logo_p-s {
    color: #635bff;
}
button.card_btn.is_selected {
    border: 2px solid #a0a0f8;
}
/* modal start */
.form_div label {
    color: #7778d9;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 4px;
}
.form_div {
    margin-bottom: 15px;
}
.form_div input,
select {
    background: #fff;
    border: 1px solid #e4e4ed !important;
    outline: none;
    box-shadow: none;
}
span.country_des {
    color: var(--para_color);
    font-size: 12px;
}
.form_div input:focus {
    border: 1px solid #7778d9 !important;
    outline: none;
    box-shadow: none;
}
.form_div form-select option:focus {
    border: 1px solid #7778d9 !important;
    outline: none;
    box-shadow: none;
}
.modal-header.custom_modal {
    background: #8788dd38;
}
.payment_btn {
    background: #73daa1;
    border: none;
    border-radius: 40px;
    color: var(--white) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    padding: 9px 32px;
    position: relative;
    text-transform: uppercase;
    transition: 0.5s;
    width: 100%;
}
#errorMessage {
    margin-left: 20px;
    color: red;
}

/* new code login======*/

/* modal close */
/* ==============================
payment page close
================================= */

.userNav {
    position: relative;
}
.userNavdropdown {
    position: absolute;
    width: 100%;
    min-width: 110px;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.userNav:hover .userNavdropdown {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}
.logoutBtn {
    color: #3f3eed;
    background: #7a7aff6e;
    display: block;
    border: none;
    outline: none !important;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    border-radius: 4px;
}
/* footer logo */
.footer_part .navbar-brand img {
    max-width: 190px;
}

.logowrapper_responsive img {
    max-width: 160px;
}
#pills-profile .ad_img {
    height: 37px;
    width: 63px;
}
#pills-contact .ad_img {
    height: 139px;
    width: 249px;
}

#pills-home .ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 37px;
    height: 37px;
    /* margin-left: -34px; */
    /* margin-top: -24px; */
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    transform: translate(-50%, -50%);
}

li.sec_step .stepNo {
    background: #09c709;
    border: 2px solid #09c709;
    color: var(--white);
}
.steps_bar ul li.sec_step::after {
    width: 400px;
    background: #09c709;
}
.walletAddWrap {
    margin: 30px 0;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}
.walletAddWrap strong,
.transactionWrap strong {
    font-size: 18px;
    color: var(--text_color);
    display: inline-block;
    margin-bottom: 10px;
}
.walletForm .from-group {
    position: relative;
}
.walletForm .from-group .dolar_icon {
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 40px;
}
.walletForm .form-control {
    border-radius: 44px;
    min-height: 54px;
    background-color: #fff;
    border: 2px solid #3f3eed4d !important;
    box-shadow: none;
    padding-left: 54px;
    transition: 0.5s;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    color: var(--theme_green);
    outline: none !important;
    font-size: 16px;
}
.walletForm .form-control:hover,
.walletForm .form-control:focus {
    border: 2px solid var(--theme_green) !important;
    transition: 0.5s;
}
.walletForm .from-group .primary_btn span {
    position: relative;
    z-index: 2;
}
.walletForm .from-group .primary_btn {
    position: absolute;
    right: 4px;
    top: 4px;
}
.amountTag {
    display: flex;
    gap: 5px;
    list-style: none;
    align-items: center;
    margin-top: 15px;
}
.amountTag p {
    margin-right: 10px;
}
.amountTag li {
    width: auto;
    border: 2px solid #a9a9ff !important;
    border-radius: 44px;
    background: #7a7aff6e;
    position: relative;
    width: 100px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.amountTag li label,
.amountTag li input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #3f3eed;
    font-weight: 600;
}
.amountTag li input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.amountTag li input[type="radio"]:checked + label {
    background: #3f3eed;
    border-radius: 4px;
    color: #fff;
}
.amountTag li label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}
.walletBalanceWrap {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.walletAmount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 15px;
    align-items: center;
}
.wAmount p {
    color: #fff;
    font-size: 18px;
}
.wAmount strong {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    line-height: 1;
}
.transactionWrap {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}
.transactionWrap th {
    background: #a0a0f8;
    color: #fff;
}
.transactionWrap .table {
    border-radius: 8px;
    overflow: hidden;
    background: #fafaff;
}
.transactionWrap th,
.transactionWrap td {
    width: 33%;
    vertical-align: middle;
    padding: 10px 10px;
}
.transactionIndicator {
    width: 12px;
    aspect-ratio: 1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}
.credit .transactionIndicator {
    background: #259700;
}
.debit .transactionIndicator {
    background: #ff4c3c;
}
.transactionWrap .pagination {
    justify-content: flex-end;
}
.transactionWrap .pagination .page-link {
    color: #3f3eed;
}
.transactionWrap .pagination .page-link:hover {
    background-color: #7a7aff6e;
}

@media (max-width: 575.98px) {
    .walletAddWrap,
    .transactionWrap {
        padding: 15px;
    }
    .walletForm .from-group .primary_btn i {
        display: none;
    }
    .walletForm .from-group .primary_btn {
        padding: 4px 10px;
        font-size: 14px;
    }
    .amountTag {
        flex-flow: wrap;
        margin-bottom: 25px;
    }
    .walletAmount {
        min-width: 200px;
    }
    .wIcon img {
        max-width: 40px;
    }
    .wAmount p {
        font-size: 14px;
    }
    .wAmount strong {
        font-size: 28px;
        margin-top: 3px;
    }
    .walletForm .form-control {
        font-size: 14px;
    }
    .transactionWrap th,
    .transactionWrap td {
        width: auto;
        min-width: 130px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .walletAddWrap {
        margin: 0px 0 30px;
    }
    .amountTag {
        flex-flow: wrap;
        margin-bottom: 30px;
    }
    .amountTag p {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .walletBalanceWrap {
        height: 100%;
    }
    .walletBalanceWrap img {
        height: 100%;
    }
    .wIcon img {
        width: 32px;
    }
    .walletAmount {
        min-width: 150px;
    }
    .walletAmount p {
        font-size: 14px;
    }
    .amountTag {
        flex-flow: wrap;
    }
    .amountTag p {
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1899.98px) {
    .walletBalanceWrap {
        height: 100%;
    }
    .walletBalanceWrap img {
        height: 100%;
    }
    .wIcon img {
        width: 44px;
    }
    .walletAmount {
        min-width: 180px;
    }
}

.error-message {
    color: red;
}
.walletAddWrap {
    margin: 30px 0;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}
.walletAddWrap strong,
.transactionWrap strong {
    font-size: 18px;
    color: var(--text_color);
    display: inline-block;
    margin-bottom: 10px;
}
.walletForm .from-group {
    position: relative;
}
.walletForm .from-group .dolar_icon {
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 40px;
}
.walletForm .form-control {
    border-radius: 44px;
    min-height: 54px;
    background-color: #fff;
    border: 2px solid #3f3eed4d !important;
    box-shadow: none;
    padding-left: 54px;
    transition: 0.5s;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    color: var(--theme_green);
    outline: none !important;
    font-size: 16px;
}
.walletForm .form-control:hover,
.walletForm .form-control:focus {
    border: 2px solid var(--theme_green) !important;
    transition: 0.5s;
}
.walletForm .from-group .primary_btn span {
    position: relative;
    z-index: 2;
}
.walletForm .from-group .primary_btn {
    position: absolute;
    right: 4px;
    top: 4px;
}
.amountTag {
    display: flex;
    gap: 5px;
    list-style: none;
    align-items: center;
    margin-top: 15px;
}
.amountTag p {
    margin-right: 10px;
}
.amountTag li {
    width: auto;
    border: 2px solid #a9a9ff !important;
    border-radius: 44px;
    background: #7a7aff6e;
    position: relative;
    width: 100px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.amountTag li label,
.amountTag li input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #3f3eed;
    font-weight: 600;
}
.amountTag li input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.amountTag li input[type="radio"]:checked + label {
    background: #3f3eed;
    border-radius: 4px;
    color: #fff;
}
.amountTag li label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}
.walletBalanceWrap {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.walletAmount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.wAmount p {
    color: #fff;
    font-size: 18px;
}
.wAmount strong {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    line-height: 1;
}
.transactionWrap {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}
.transactionWrap th {
    background: #a0a0f8;
    color: #fff;
}
.transactionWrap .table {
    border-radius: 8px;
    overflow: hidden;
    background: #fafaff;
}
.transactionWrap th,
.transactionWrap td {
    width: 33%;
    vertical-align: middle;
    padding: 10px 10px;
}
.transactionIndicator {
    width: 12px;
    aspect-ratio: 1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}
.credit .transactionIndicator {
    background: #259700;
}
.debit .transactionIndicator {
    background: #ff4c3c;
}
.transactionWrap .pagination {
    justify-content: flex-end;
}
.transactionWrap .pagination .page-link {
    color: #3f3eed;
}
.transactionWrap .pagination .page-link:hover {
    background-color: #7a7aff6e;
}
/* wallet add- */
.billWrap {
    margin: 30px 0;
}
.billWrap .payment_sec {
    padding: 30px;
}
.billWrap .paypal,
.billWrap .cards {
    width: 45%;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: 0.5s;
}
.billWrap .paypal:hover,
.billWrap .cards:hover {
    border: 2px solid #3f3eed;
    transition: 0.5s;
}
.billWrap button.card_btn {
    width: 100%;
}
.amountWrap {
    margin: 30px 0;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    height: 290px;
}
.amountWrap .walletBalanceWrap {
    height: 100%;
}
.amountWrap .walletBalanceWrap .img-fluid {
    max-width: 100%;
    height: 100%;
}
.amountWrap .wAmount {
    text-align: center;
}
.amountWrap .wAmount strong {
    margin: 0;
    margin-bottom: 25px;
    font-size: 48px;
}
.amountWrap .wAmount b {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    font-weight: 400;
    transition: 0.5s;
}
.amountWrap .wAmount b:hover {
    letter-spacing: 0.5px;
    transition: 0.5s;
}
#walletPayment {
    display: none;
}
/* wallet add- */
/* card modal details */
.cardDetailsPopupBg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000000d1;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: 0.5s;
}
.show_PopupBg {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
.cardDetailsPopup {
    width: 50%;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    overflow: hidden;
    max-width: 600px;
    z-index: 100;
    transition: 0.5s;
    display: none;
}
.show_Popup {
    display: block;
    animation: fadeDown 1s forwards;
}
@keyframes fadeDown {
    0% {
        transform: translate(-50%, -52%);
        transition: 0.5s;
    }
    100% {
        transform: translate(-50%, -50%);
        transition: 0.5s;
    }
}
.cDetailBody {
    padding: 30px 15px;
    max-height: 80vh;
    overflow-y: scroll;
}
.cardDetailsPopup .cDetailHeader {
    background: #4544d5;
    color: #fff;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}
.cardDetailsPopup .cDetailHeader b {
    font-weight: 500;
}
.detailClose {
    background: #ffe4e4;
    border-radius: 4px;
    cursor: pointer;
}
.detailClose svg path {
    fill: #9f0d0d;
}
.cDetailBody .form-control,
.cDetailBody .form-select {
    border: none;
    background-color: #eeedfe;
    border: 1px solid #eeedfe;
    border-radius: 8px;
    min-height: 55px;
    margin-bottom: 25px;
    outline: none;
    box-shadow: none;
    color: var(--theme_green);
    font-weight: 200 !important;
    padding-left: 15px !important;
}
.cDetailBody .form-control::placeholder {
    color: var(--theme_green);
    transition: 0.5s;
}
.cDetailBody .form-control:is(:active, :focus),
.cDetailBody .form-select:is(:active, :focus) {
    border: 1px solid var(--theme_green);
    transition: 0.5s;
}
/* card modal details */
@media (max-width: 575.98px) {
    .walletAddWrap,
    .transactionWrap {
        padding: 15px;
        margin: 0 0 30px;
    }
    .walletForm .from-group .primary_btn i {
        display: none;
    }
    .walletForm .from-group .primary_btn {
        padding: 4px 10px;
        font-size: 14px;
    }
    .amountTag {
        flex-flow: wrap;
        margin-bottom: 25px;
    }
    .walletAmount {
        min-width: 200px;
    }
    .wIcon img {
        max-width: 40px;
    }
    .wAmount p {
        font-size: 14px;
    }
    .wAmount strong {
        font-size: 28px;
        margin-top: 3px;
    }
    .walletForm .form-control {
        font-size: 14px;
    }
    .transactionWrap th,
    .transactionWrap td {
        width: auto;
        min-width: 130px;
    }
    .walletPayment .row {
        flex-direction: column-reverse;
    }
    .billWrap .payment_sec,
    .amountWrap {
        padding: 15px;
    }
    .billWrap .payment_method {
        justify-content: center;
        gap: 15px;
        display: flex;
    }
    .amountWrap {
        height: 220px;
        margin: 0;
    }
    .amountWrap .wAmount b {
        font-size: 16px;
        color: #3f3eed;
        text-decoration: auto;
        font-weight: 400;
        transition: 0.5s;
        background: #bfbfff;
        padding: 8px 20px;
        border-radius: 44px;
        box-shadow: 0px 0px 15px 0px rgb(8 7 86 / 42%);
    }
    .amountWrap .wAmount b:hover {
        background: #3f3eed;
        color: #fff;
        transition: 0.5s;
    }
    .cardDetailsPopup {
        width: 90%;
    }
    .cDetailBody .form-control,
    .cDetailBody .form-select {
        min-height: 44px;
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .walletAddWrap {
        margin: 0px 0 30px;
    }
    .amountTag {
        flex-flow: wrap;
        margin-bottom: 30px;
    }
    .amountTag p {
        margin-right: 10px;
        width: 100%;
    }
    .walletPayment .row {
        flex-direction: column-reverse;
    }
    .amountWrap .wAmount b {
        font-size: 16px;
        color: #3f3eed;
        text-decoration: auto;
        font-weight: 400;
        transition: 0.5s;
        background: #bfbfff;
        padding: 8px 20px;
        border-radius: 44px;
        box-shadow: 0px 0px 15px 0px rgb(8 7 86 / 42%);
    }
    .amountWrap .wAmount b:hover {
        background: #3f3eed;
        color: #fff;
        transition: 0.5s;
    }
    .amountWrap {
        padding: 20px;
        margin: 0;
    }
    .billWrap .payment_sec {
        padding: 20px;
    }
    .cardDetailsPopup {
        width: 80%;
    }
    .cDetailBody .form-control,
    .cDetailBody .form-select {
        min-height: 44px;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .walletBalanceWrap {
        height: 100%;
    }
    .walletBalanceWrap img {
        height: 100%;
    }
    .wIcon img {
        width: 32px;
    }
    .walletAmount {
        min-width: 150px;
    }
    .walletAmount p {
        font-size: 14px;
    }
    .amountTag {
        flex-flow: wrap;
    }
    .amountTag p {
        width: 100%;
    }
    .billWrap,
    .amountWrap {
        margin: 0;
    }
    .billWrap .payment_sec,
    .amountWrap {
        padding: 20px;
    }
    .amountWrap .walletAmount {
        min-width: 180px;
    }
    .cardDetailsPopup {
        width: 70%;
    }
    .cDetailBody .form-control,
    .cDetailBody .form-select {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1899.98px) {
    .walletBalanceWrap {
        height: 100%;
    }
    .walletBalanceWrap img {
        height: 100%;
    }
    .wIcon img {
        width: 44px;
    }
    .walletAmount {
        min-width: 180px;
    }
    .billWrap .payment_sec,
    .amountWrap {
        padding: 20px;
    }
}
.amountTag {
    display: flex;
    gap: 5px;
    list-style: none;
    align-items: center;
    margin-top: 15px;
}
.amountTag p {
    margin-right: 10px;
}
.amountTag li {
    width: auto;
    border: 2px solid #a9a9ff !important;
    border-radius: 44px;
    background: #7a7aff6e;
    position: relative;
    width: 100px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.amountTag li label,
.amountTag li input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #3f3eed;
    font-weight: 600;
}
.amountTag li input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.amountTag li input[type="radio"]:checked + label {
    background: #3f3eed;
    border-radius: 4px;
    color: #fff;
}
.amountTag li label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}
.walletBalanceWrap {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.walletAmount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.wAmount p {
    color: #fff;
    font-size: 18px;
}
.wAmount strong {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    line-height: 1;
}
.transactionWrap {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}
.transactionWrap th {
    background: #a0a0f8;
    color: #fff;
}
.transactionWrap .table {
    border-radius: 8px;
    overflow: hidden;
    background: #fafaff;
}
.transactionWrap th,
.transactionWrap td {
    width: 33%;
    vertical-align: middle;
    padding: 10px 10px;
}
.transactionIndicator {
    width: 12px;
    aspect-ratio: 1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}
.credit .transactionIndicator {
    background: #259700;
}
.debit .transactionIndicator {
    background: #ff4c3c;
}
.transactionWrap .pagination {
    justify-content: flex-end;
}
.transactionWrap .pagination .page-link {
    color: #3f3eed;
}
.transactionWrap .pagination .page-link:hover {
    background-color: #7a7aff6e;
}
/* wallet add- */
.billWrap {
    margin: 30px 0;
}
.billWrap .payment_sec {
    padding: 30px;
}
.billWrap .paypal,
.billWrap .cards {
    width: 45%;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: 0.5s;
}
.billWrap .paypal:hover,
.billWrap .cards:hover {
    border: 2px solid #3f3eed;
    transition: 0.5s;
}
.billWrap button.card_btn {
    width: 100%;
}
.amountWrap {
    margin: 30px 0;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    height: 290px;
}
.amountWrap .walletBalanceWrap {
    height: 100%;
}
.amountWrap .walletBalanceWrap .img-fluid {
    max-width: 100%;
    height: 100%;
}
.amountWrap .wAmount {
    text-align: center;
}
.amountWrap .wAmount strong {
    margin: 0;
    margin-bottom: 25px;
    font-size: 48px;
}
.amountWrap .wAmount b {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    font-weight: 400;
    transition: 0.5s;
}
.amountWrap .wAmount b:hover {
    letter-spacing: 0.5px;
    transition: 0.5s;
}
#walletPayment {
    display: none;
}
/* wallet add- */
@media (max-width: 575.98px) {
    .walletAddWrap,
    .transactionWrap {
        padding: 15px;
        margin: 0 0 30px;
    }
    .walletForm .from-group .primary_btn i {
        display: none;
    }
    .walletForm .from-group .primary_btn {
        padding: 4px 10px;
        font-size: 14px;
    }
    .amountTag {
        flex-flow: wrap;
        margin-bottom: 25px;
    }
    .walletAmount {
        min-width: 200px;
    }
    .wIcon img {
        max-width: 40px;
    }
    .wAmount p {
        font-size: 14px;
    }
    .wAmount strong {
        font-size: 28px;
        margin-top: 3px;
    }
    .walletForm .form-control {
        font-size: 14px;
    }
    .transactionWrap th,
    .transactionWrap td {
        width: auto;
        min-width: 130px;
    }
    .walletPayment .row {
        flex-direction: column-reverse;
    }
    .billWrap .payment_sec,
    .amountWrap {
        padding: 15px;
    }
    .billWrap .payment_method {
        justify-content: center;
        gap: 15px;
        display: flex;
    }
    .amountWrap {
        height: 220px;
        margin: 0;
    }
    .amountWrap .wAmount b {
        font-size: 16px;
        color: #3f3eed;
        text-decoration: auto;
        font-weight: 400;
        transition: 0.5s;
        background: #bfbfff;
        padding: 8px 20px;
        border-radius: 44px;
        box-shadow: 0px 0px 15px 0px rgb(8 7 86 / 42%);
    }
    .amountWrap .wAmount b:hover {
        background: #3f3eed;
        color: #fff;
        transition: 0.5s;
    }
}

.chat-hidden {
    display: none;
}
.abc {
    display: block;
}

#chat-interface {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    z-index: 1000;
}

#chat-header {
    background-color: #f5f5f5;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chat-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
}

#chat-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: calc(100% - 20px);
    margin: 10px;
}

#send-message {
    margin: 10px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .walletAddWrap {
        margin: 0px 0 30px;
    }
    .amountTag {
        flex-flow: wrap;
        margin-bottom: 30px;
    }
    .amountTag p {
        margin-right: 10px;
        width: 100%;
    }
    .walletPayment .row {
        flex-direction: column-reverse;
    }
    .amountWrap .wAmount b {
        font-size: 16px;
        color: #3f3eed;
        text-decoration: auto;
        font-weight: 400;
        transition: 0.5s;
        background: #bfbfff;
        padding: 8px 20px;
        border-radius: 44px;
        box-shadow: 0px 0px 15px 0px rgb(8 7 86 / 42%);
    }
    .amountWrap .wAmount b:hover {
        background: #3f3eed;
        color: #fff;
        transition: 0.5s;
    }
    .amountWrap {
        padding: 20px;
        margin: 0;
    }
    .billWrap .payment_sec {
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .walletBalanceWrap {
        height: 100%;
    }
    .walletBalanceWrap img {
        height: 100%;
    }
    .wIcon img {
        width: 32px;
    }
    .walletAmount {
        min-width: 150px;
    }
    .walletAmount p {
        font-size: 14px;
    }
    .amountTag {
        flex-flow: wrap;
    }
    .amountTag p {
        width: 100%;
    }
    .billWrap,
    .amountWrap {
        margin: 0;
    }
    .billWrap .payment_sec,
    .amountWrap {
        padding: 20px;
    }
    .amountWrap .walletAmount {
        min-width: 180px;
    }
}
@media (min-width: 1200px) and (max-width: 1899.98px) {
    .walletBalanceWrap {
        height: 100%;
    }
    .walletBalanceWrap img {
        height: 100%;
    }
    .wIcon img {
        width: 44px;
    }
    .walletAmount {
        min-width: 180px;
    }
    .billWrap .payment_sec,
    .amountWrap {
        padding: 20px;
    }
}

/* --------------------for notification------------ */
#notification-panel {
    position: absolute;
    top: 50px; /* Adjust based on button height */
    left: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Initially hidden */
    margin-left: -165px;
}

#notification-panel ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

#notification-panel li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

#notification-panel li:last-child {
    border-bottom: none;
}

/* For hidden class */
.hidden {
    display: none !important;
}

.menuicon-wrapper {
    position: relative;
}
.transactionWrap.transactionWrap1 {
    margin-top: 50px;
}
.transactionWrap.transactionWrap1 th,
.transactionWrap.transactionWrap1 td {
    width: 5%;
    font-size: 13px;
    text-align: center;
}
[dir] .pending[data-v-32447618] {
    background-color: #daa520;
    border: none;
}
[dir] .CircleWithNameNew[data-v-32447618] {
    cursor: pointer;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}

/* ========start========== */
.musicpart ul.nav li {
    width: 50%;
    display: flex;
    justify-content: center;
}
.musicpart ul.nav li .nav-link {
    color: #b2b3ec;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}
.musicpart ul.nav.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #7778d9 !important;
    background-color: transparent !important;
}
.musicpart ul.nav.nav-pills .nav-link.active {
    position: relative;
    transition: 0.5s;
}
.musicpart ul.nav.nav-pills .nav-link.active::after {
    position: absolute;
    content: "";
    background: #7778d9;
    height: 4px;
    width: 100%;
    bottom: 0;
    transition: 0.5s;
    left: 0;
    border-radius: 5px;
}
.music_img {
    width: 260px;
}
.music_img img {
    width: 100%;
    border-radius: 10px;
}
.music_left {
    display: flex;
    gap: 15px;
    align-items: center;
}
.music_content h2 {
    font-size: 17px;
}
.music_content {
    width: 400px;
}
.compaign_id {
    color: #7c7c7c;
    font-size: 17px;
    font-weight: 500;
}
.compaign_id span {
    font-weight: 700;
}
.musicBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-bar {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc5c;
}
.budget {
    font-size: 20px;
    font-weight: 700;
    color: #7778d9;
    margin-bottom: 15px;
}
.completedBar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 50px;
}
.delete_btn {
    font-size: 20px;
    color: #5b5b5b;
}
.div_round {
    height: 20px;
    width: 20px;
    background: green;
    border-radius: 50%;
    position: relative;
}
.inner_div {
    background: green;
    height: 15px;
    width: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
span.input_name {
    font-size: 18px;
    color: #6d6d6d;
}
.input_div {
    display: flex;
    gap: 8px;
    align-items: center;
}
.div_round1 {
    height: 20px;
    width: 20px;
    background: #fff;
    border: 3px solid #989898;
    border-radius: 50%;
}
.input_part {
	display: flex;
	gap: 60px;
	padding: 21px;
}
.all_campaigns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.campaigns_right {
    display: flex;
    gap: 25px;
    align-items: center;
}
.campaigns_right .select2-search--dropdown {
    display: none;
}
.campaigns_right .search_select .select2-container {
    padding: 13px 30px;
}
/* --------------------for notification------------ */
span.arrow_icon {
    font-size: 8px;
}
.dropdown-menu1 li a {
    font-size: 12px;
}
ul.dropdown-menu1 {
    height: 0;
    display: none;
    transition: 0.5s;
}
.dropdown-menu1.show1 {
    height: 100%;
    display: block;
    transition: 0.5s;
}

.report {
    width: 130px;
}
.steps-text[data-v-554eb816] {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #333;
}
.btn .feather {
	vertical-align: bottom;
	background: #09c709;
	border-radius: 50px;
	color: #fff;
}
[dir] .steps-button[data-v-554eb816] {
    border-radius: 50%;
    border: 2px solid #000;
}
.steps-text[data-v-554eb816] {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #333;
}
.flexbox-container[data-v-554eb816] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.seperator[data-v-554eb816] {
    background: #bdbdbd;
    margin: 10px;
}
[dir] .dotted-lines[data-v-554eb816] {
    margin: 10px;
    border-top: 3px dotted #bdbdbd;
}
[dir=ltr] .lines[data-v-36d2c1ec], [dir=rtl] .lines[data-v-36d2c1ec] {
    right: 0;
    left: 0;
}
.lines[data-v-36d2c1ec] {
    position: absolute;
    top: 0;
    bottom: 0;
}
.card-radio-input-desk:checked+label[data-v-36d2c1ec] {
    color: #9b51e0;
}

.lines[data-v-36d2c1ec] {
    position: absolute;
    top: 0;
    bottom: 0;
}
 input[type=checkbox], [dir] input[type=radio] {
    padding: 0;
}

[dir=ltr] .icon-default[data-v-36d2c1ec] {
    padding-left: 4px;
}

 .checkmark-inner[data-v-36d2c1ec] {
    border: 2px solid #fff;
    border-radius: 50%;
}
.align-items-stretch {
	align-items: stretch !important;
	border: 2px solid #5076e8;
	border-radius: 10PX;
	width: 400px;
	padding: 12px 13px;
    position: relative;
}

.newinput {
    justify-content: space-between !important;
    gap: 28px !important;
    display: flex;
    flex-flow: wrap;
}
.inside-card img{
    width: 140px;
    border-radius: 18px;
  padding: 10px;
  /* border: 1px solid; */

}
.inside-card {
    gap: 10px;
    /* background: #5175e0; */
    border-radius: 18px;
    border: 1px solid #5175e0 ;
}
.p-1 {
    padding: .25rem !important;
    border: none;
}
#option1 input{
    /* margin: 6px; */
    position: relative;
    left: 357px;
}
[dir] .steps-button[data-v-554eb816] {
    border-radius: 50%;
    border: 2px solid #000;
}
.steps-button[data-v-554eb816] {
	width: 24px;
	height: 24px;
	border-radius: 50px;
	border: 2px solid #09c709;

	color: #fff;
	font-size: 15px;
}
.steps-button.active_steps_btn{
	background: #09c709;
}
[dir] .btn-primary {
    border-color: #9b51e0 !important;
    background-color: #9b51e0 !important;
}
.btn_div{
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
}
.btn_div1::after {
	position: absolute;
	content: "";
	top: 12px;
	right: -59%;
	height: 3px;
	width: 85px;
	background: #09c709;
}
.btn_div2::after {
	position: absolute;
	content: "";
	top: 12px;
	right: -54%;
	width: 55px;
	border: 2px dashed #09c709;
}
.btn_div3::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -24%;
    width: 42px;
    border: 2px dashed #09c709;
}

.div_card{
padding: 0;
margin-top: 40px;
}

.start_heding {
	font-size: 17px;
	background: #5076e8;
	color: #fff;
	text-align: center;
	padding: 11px 0;
    border-radius: .25rem;
}
.card-body{
    padding: 0 35px;
}
.text_dark1 {
	font-size: 19px;
	margin-bottom: 20px;
	color: #7b7373;
}
.card-radio-input-desk{
	position: absolute;
	right: 13px;
	top: 15px;
}
.checkmark1
{
    height: 25px;
	width: 25px;
	background: #2959ef;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 12px;
	border-radius: 4px;
	align-items: center;
    margin: 18px;
}
.clock{
    font-size: 19px;
  justify-content: space-between;
  position: absolute;
  left: 5px;
  color: blue;
}
.mr-1.icon-default.feather.feather-activity {
    margin-right: 8px;
    color: blue;
  }
  .mr-1.icon-default.feather.feather-user {
    margin-right: 10px;
    color: blue;
  }



  .round {
    position: relative;
  }

  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
  }

  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }

  .round input[type="checkbox"] {
    visibility: hidden;
  }

  .round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;

  }

  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
 .video-meta {
    text-align: left;
    width: 230px;
}


.add_btn {
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    height: 49px;
    line-height: 30px;
    padding: 9px 32px;
    border: 2px solid #7186e2;
    color: #2d4dd9;
}

.form-group.search_select.channelSearch {
    position: absolute;
    left: 22px;
    top: -5px;
    border: 2px solid #1c50a9;
    border-radius: 8px;
}
.search_select.channelSearch  .select2-container {

    padding: 7px 20px;

}

.yt-spec-avatar-shape--avatar-size-giant {
    margin: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.modal-backdrop.show {
    opacity: .5;
    display: none !important;
}
.select_list {
	background: #f9f9f9;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 8px 25px;
	width: 324px;
	color: #838383;
    position: relative;
    cursor: pointer;
    right: 576px;
}
.arrow_icons {
	position: absolute;
	top: 9px;
	right: 9px;
}
.all_lists {
	position: absolute;
	width: 100%;
	left: 0;
	top: 42px;
	background: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    /* opacity: 0; */
    display: none;
    visibility: hidden;
    transition: 0.5s;
}
.all_lists.newadd{
    transition: 0.5s;
    /* opacity: 1; */
    visibility: visible;
    display: block;
}
.all_lists ul{
    list-style: none;
}
.all_lists ul li {
    padding: 5px 15px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 5px;
}
.all_lists ul li:hover{
    transition: 0.5s;
    background: #003fdc;
    color: #fff;
}
.video_promote{
    padding: 0 35px 35px;
}
span.select_icon {
    height: 30px;
    width: 30px;
    background: #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    margin-right: 5px;
}

span.select_icon img {
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.channel_form .form-control {
    border-radius: 44px;
    min-height: 56px;
    background-color: transparent;
    border: 2px solid var(--white) !important;
    box-shadow: none;
    padding-left: 60px;
    transition: 0.5s;
    box-shadow: 0 3px 16px rgb(189 199 233 / 28%);
    color: var(--theme_green);
}
.channel_form .primary_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}
.channel_form .form_icon {
    width: 46px;
    aspect-ratio: 1;
    position: absolute;
    background: #ffe7e7;
    display: grid;
    place-content: center;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    color: #ff5454;
    font-size: 24px;
    z-index: -1;
}
#manuallyVideoSection .form_icon {
	width: 36px;
	aspect-ratio: 1;
	background: #ffe7e7;
	display: grid;
	place-content: center;
	border-radius: 50%;
	top: 5px;
	/* left: 5px; */
	color: #ff5454;
	font-size: 18px;
	z-index: 1;
	position: absolute;
	top: 5px;
	left: 16px;
}
#manuallyVideoSection .input_wrapper{
    margin-bottom: 50px;
}
/* #mychannel{
    position: relative;
    margin-bottom: 50px;
} */
.dash_hero .channel_form .form-group {
    max-width: 860px;
    margin: auto;
    position: relative;
    margin-bottom: 50px;
}
#manuallyVideoSection {
	position: relative;
	margin: 0 22px 0;
}

#__BVID__219 {
	background-color: #fff;
	padding: 4px 4px 4px 50px;
	border-radius: 13px;
	box-shadow: 0 3px 16px rgba(110,125,177,.28);
	border: none;
	min-height: 45px;
}
.arrow_click {
	background: transparent;
	border: none;
	position: absolute;
	right: 18px;
}
.video-card
{
    position: relative;
}
.addvideobtn {
	position: absolute;
	right: 23px;
	bottom: -6px;
	height: 31px;
	border-radius: 17px;
}
#addchanelname1 {
	padding: 0 39px 0;
}
#addchanelname1 .inside-card img {
	width: 100px;
	aspect-ratio: 1;
	border-radius: 50%;
}
#add-video .card{
    background: transparent;
}
.arrow_icon {
	position: absolute;
	right: 28px;
	bottom: 41px;
}
#background{
    position: relative;
}
.promotion2{
    display: none;
}
/*=========channel videos start========== */
.channel_videos {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 30px 15px;
	margin-bottom: 40px;
}
.videos_list {
	gap: 10px;
	margin-bottom: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 25px 15px;
	border-radius: 5px;
    align-items: center;
    position: relative;
}
.videos_list .inside-card {
	border: none;

}
.videos_list  .inside-card img {
	padding: 0;
}
.cross_icon {
	position: absolute;
	top: 7px;
	right: 12px;
	font-size: 15px;
	color: #cc5050;
}
.channelBar{
    display: none;
}
#promo_btn_channel{
    display: none;
}
.delete_btn {
	display: flex;
	justify-content: right;
	transform: translateY(-64px);
}

.channelBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input_part1{
	display: flex;
	gap: 60px;
	padding: 21px;
}
#addchanelname2 .video-thumbnail.img-fluid {
	height: 66px;
	width: 66px;
	padding-right: 0;
}
#addchanelname2  .inside-card {
	gap: 2px;
}

#addchanelname2 .arrow_icon {
	position: absolute;
	top: 21px;
	right: 8px;
}
.arrow_icon svg{
    height:12px;
    width: 12px;
}
#addchanelname2 {
	margin-top: 25px;
}

