@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative;
    background: #FAFBFC;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 20px 0;
    z-index: 120;
    border-bottom: 1px solid #E7E9EB;
    background: rgba(242, 244, 252, 0.85);
    backdrop-filter: blur(4.449999809265137px);
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 64px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
    align-items: center;
}
.navbar-light .navbar-nav li {
    margin-right: 47px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    background: transparent;
    border: none;
    /* padding: 16px 0; */
    color: #332C5C;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav li a.btn-counter{
    font-size: 16px;
    font-weight: bold;
    color: #5271FF;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav li a.btn-counter figure{
    margin: 0 5px 0 0;
}
.navbar-light .navbar-nav li a.btn-counter:hover{
    opacity: 0.70;
}
.navbar-light .navbar-nav .nav-link i{
    margin-left: 4px;
    font-size: 14px;
}
.navbar-light .navbar-nav .btn-head{
    color: #FFDA00;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 16px 32px;
    border-radius: 8px;
    background: #5271FF;
    display: table;
}
.navbar-light .navbar-nav .btn-head{
    color: #FFDA00;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 16px 32px;
    border-radius: 8px;
    background: #5271FF;
    display: table;
}
.navbar-light .navbar-nav .btn-head.btn-signup{
    color: #5271FF;
    background: rgba(82, 113, 255, 0.2);
}

.navbar-light .navbar-nav .btn-head:hover,
.navbar-light .navbar-nav .btn-head:focus,
.navbar-light .navbar-nav .btn-head.active{
    background: #FFDA00;
    color: #5271FF;
}
.navbar-light .navbar-nav .nav-link:after{
    display: none;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #5271FF;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #5271FF;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #5271FF;
}
.navbar-light .navbar-nav .dropdown-menu{
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    box-shadow: 0 0 32px rgb(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 6px;
}
.navbar-light .navbar-nav .dropdown-menu li{
    margin: 0;
}
.navbar-light .navbar-nav .dropdown-menu li .dropdown-item{
    color: #332C5C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding: 10px 15px;
}
.navbar-light .navbar-nav .dropdown-menu li .dropdown-item:hover{
    background: #5271FF;
    color: #fff;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

.shape1{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
}
/* **** Hero **** */
.hero-wrp{
    padding: 95px 0 67px;
    background: #F2F4FC;
}
.hero-wrp .row{
    align-items: center;
}
.hero-wrp .description{
    max-width: 678px;
}
.hero-wrp .description h1{
    color: #5271FF;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 30px;
    position: relative;
}
.hero-wrp .description h1 span{
    position: relative;
    z-index: 98;
}
.hero-wrp .description p{
    color: #52525B;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    max-width: 513px;
    margin: 0 0 30px;
}
.hero-wrp .description form{
    display: flex;
    align-items: flex-start;
}
.hero-wrp .description form .form-group{
    width: 100%;
}
.hero-wrp .description form .bootstrap-tagsinput{
    color: #A0ABBB;
    font-size: 14px;
    font-weight: 400;
    line-height: 27.045px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 6.364px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: none;
    outline: none;
}
.bootstrap-tagsinput .tag{
    color: #A0ABBB;
    font-size: 14px;
    font-weight: 400;
    line-height: 27.045px;
    border-radius: 5px;
    background: #EFECEC;
    padding: 2px 4px 4px;
}

.search-resultbx{
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    margin: 10px 0 0;
}

.hero-wrp .description form button{
    white-space: nowrap;
    margin-left: 18px;
}
.hero-wrp .hero-img img{
    max-width: 500px;
    margin-left: auto;
}
.search-resultbx a{
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #D9D9D9;
    display:block;
}
.search-resultbx a:last-child{
    margin: 0;
    padding: 0;
    border: none;
}
.search-resultbx .engagement-dt p{
    margin: 0;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    line-height: 15px;
}
/* **** End Hero **** */


.btn-primary{
    color: #FFDA00;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: table;
    padding: 16px 32px;
    border: none;
    background: #5271FF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn-primary:hover{
    background: #FFDA00;
    color: #5271FF;
}

.btn-secondary{
    color: #5271FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 14px 32px;
    display: table;
    border-radius: 8px;
    border: 1px solid #5271FF;
}
.btn-secondary:hover{
    background: #5271FF;
    color: #fff;
}

.btn-sky {
    color: #5271FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 16px 32px;
    background: #DBE5FA;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.btn-sky:hover {
    background: #5271FF;
    color: #DBE5FA;
}

/* **** profile **** */
.profile-wrp{
    padding: 60px 0 110px;
    background: #FAFBFC;
    position: relative;
}
.profile-wrp:before{
    position: absolute;
    content:"";
    width: 408px;
    height: 130px;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    background: #F2F4FC;
}
.profile-wrp .titlebar{
    margin: 0 0 110px;
}
.profile-wrp .titlebar h2{
    color: #000;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}


.profile-block{
    border-radius: 16px;
    background: #FFF;
}
.profile-block .user-profile{
    padding: 48px 53px;
    border-bottom: 1px solid #EDEDED;
}
.profile-block .user-profile .row{
    align-items: center;
}
.profile-block .user-profile .user-box{
    display: flex;
    align-items: center;
}
.profile-block .user-profile .user-box .box-img{
    margin-right: 28px;
}
.profile-block .user-profile .user-box .box-img img{
    width: 139px;
    height: 139px;
    border-radius: 114.771px;
    object-fit: cover;
    object-position: center;
}
.profile-block .user-profile .description h2{
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px;
}
.profile-block .user-profile .description h2 i{
    color: #3897F1;
}
.profile-block .user-profile .description ul{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    flex-wrap: wrap;
}
.profile-block .user-profile .description ul li{
    padding-right: 15px;
    margin-right: 10px;
    color: #727272;
    font-size: 18.614px;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.profile-block .user-profile .description ul li:before{
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #727272;
    border-radius: 100%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.profile-block .user-profile .description ul li:last-child{padding: 0;margin: 0}
.profile-block .user-profile .description ul li:last-child:before{display: none;}
.profile-block .user-profile .description ul li a{
    color: #727272;
}
.profile-block .user-profile .description ul li a i{
    transform: rotate(-45deg);
    margin-left: 5px;
}
.profile-block .user-profile .description h6{
    display: flex;
    align-items: center;
    width: fit-content;
    color: #C06EF3;
    font-size: 18.614px;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: rgba(192, 110, 243, 0.2);
    box-shadow: 3.828px 5.469px 13.125px 0px rgba(25, 15, 44, 0.02);
    padding: 5px 15px;
}
.profile-block .user-profile .description h6 img{
    max-width: 100%;
    margin-right: 8px;
}
.profile-block .user-profile .profile-buttons{
    display: table;
    margin-left: auto;
    margin-right: 0;
}
.profile-block .user-profile .profile-buttons li{
    margin: 0 0 10px;
}
.profile-block .user-profile .profile-buttons li:last-child{
    margin: 0;
}
.profile-block .user-profile .profile-buttons li a{
    display: block;
    width: 100%;
    text-align: center;
}


.rate-block{
    padding: 53px 56px 70px;
}
.rate-block ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rate-block .rate-box{
    display: flex;
    align-items: center;
}
.rate-block .rate-box .box-icon{
    margin-right: 18px;
}
.rate-block .rate-box .box-icon img{
    max-width: 100%;
    border-radius: 24px;
}
.rate-block .rate-box .detail h3{
    color: #332C5C;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0;
}
.rate-block .rate-box .detail h3 span{
    color: #5B8104;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    border-radius: 12px;
    background: rgba(138, 198, 0, 0.20);
    padding: 2px 6px;
    vertical-align: top;
}
.rate-block .rate-box .detail p{
    margin: 0;
    color: #5E587A;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.sponsored-block{
    padding: 0 0 85px;
}
.nav-tabs{
    padding: 0 60px;
    border-bottom: 1px solid #EDEDED;
}
.nav-tabs .nav-item{
    margin-right: 40px;
}
.nav-tabs .nav-item:last-child{
    margin: 0;
}
.nav-tabs .nav-item .nav-link{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0 0 17px;
    position: relative;
    background-color: transparent;
}
.nav-tabs .nav-item .nav-link:before{
    position: absolute;
    content: "";
    height: 6px;
    width: 0;
    left: 0;
    bottom: -2px;
    background: #5271FF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.nav-tabs .nav-item .nav-link.active:before,
.nav-tabs .nav-item .nav-link:hover:before{
    width: 100%;
}
.sponsored-slider-new {
    padding: 45px 0 0 0;
    overflow: hidden;
}
.sponsored-slider{
    padding: 45px 0 0 60px;
    overflow: hidden;
}
.sponsored-slider-new .slick-slide,
.sponsored-slider .slick-slide {
    margin: 0 12px;
}
.sponsored-slider-new .slick-list,
.sponsored-slider .slick-list {
    margin: 0 -12px;
}
.sponsored-slider-new .slider-box,
.sponsored-slider .slider-box{
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #FFF;    
    height: 100%;
}
.sponsored-slider-new .slider-box .user-box,
.sponsored-slider .slider-box .user-box{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 20px;
}
.sponsored-slider-new .slider-box .user-box .user-img,
.sponsored-slider .slider-box .user-box .user-img{
    height: 44px;
    width: 44px;
    border-radius: 100%;
    margin-right: 13px;
    object-position: center;
    object-fit: cover;
}
.sponsored-slider-new .slider-box .user-box .description{padding: 0}
.sponsored-slider .slider-box .user-box .description{padding: 0}
.sponsored-slider-new .slider-box .user-box p,
.sponsored-slider .slider-box .user-box p{
    color: #5E587A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.sponsored-slider-new .slider-box .user-box a,
.sponsored-slider .slider-box .user-box a{
    height: 38px;
    width: 38px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #5271FF;
    border: 1px solid #5271FF;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}
.sponsored-slider-new .slider-box .box-img img,
.sponsored-slider .slider-box .box-img img{
    width: 100%;
}
.sponsored-slider-new .slider-box .description,
.sponsored-slider .slider-box .description{
    padding: 20px;
}
.sponsored-slider-new .slider-box .description h3,
.sponsored-slider .slider-box .description h3{
    color: #5E587A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 17px;
    min-height: 38px;
}
.sponsored-slider-new .slider-box .description h3 a,
.sponsored-slider .slider-box .description h3 a{
    color: #5E587A;
    text-decoration: underline;
}
.sponsored-slider-new .slider-box .description h6,
.sponsored-slider .slider-box .description h6{
    color: #5271FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(82, 113, 255, 0.20);
    display: table;
    margin: 0 0 15px;
}
.sponsored-slider-new .slider-box .description ul,
.sponsored-slider .slider-box .description ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sponsored-slider-new .slider-box .description ul li,
.sponsored-slider .slider-box .description ul li{
    margin-right: 15px;
}
.sponsored-slider-new .slider-box .description ul li:last-child,
.sponsored-slider .slider-box .description ul li:last-child{
    margin: 0;
}
.sponsored-slider-new .slider-box .description ul li a,
.sponsored-slider .slider-box .description ul li a{
    color: #332C5C;
    font-size: 14.496px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}
.sponsored-slider-new .slider-box .description ul li a i,
.sponsored-slider .slider-box .description ul li a i{
    margin-right: 5px;
}
.sponsored-slider-new .slider-box .description ul li a:hover,
.sponsored-slider .slider-box .description ul li a:hover{
    color: #5271FF;    
}
.engagement-block .engagement-chart{
    padding: 60px;
}
.engagement-block .engagement-chart h2{
    color: #332C5C;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0 0 40px;
}
.engagement-block .engagement-chart h5{
    color: #5E587A;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.engagement-block .apexcharts-text tspan{
    color: #86909C;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
/* **** End profile **** */


/* **** platforms **** */
.platforms-wrp{
    background: #FAFBFC;
    padding: 0 0 160px;
}
.platforms-wrp .titlebar h2{
    color: #000;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 35px;
}
.platforms-wrp .platform-box{
    border-radius: 16px;
    background: #E2E8F0;
    padding: 34px 43px 58px; 
    position: relative;
}
.platforms-wrp .platform-box h3{
    color: #323133;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.96px;
    max-width: 350px;
    margin: 0 0 12px;
}
.platforms-wrp .platform-box p{
    color: #323133;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    max-width: 337px;
    margin: 0 0 33px;
}
.platforms-wrp .platform-box .btn-primary{
    font-size: 18px;
    padding: 16px 30px;
}
.platforms-wrp .platform-box .platform-img1{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* **** End platforms **** */


/* **** conversions **** */
.conversions-wrp{
    padding: 0 0 45px;
    background: #5271FF;
}
.conversions-wrp .row{
    align-items: center;
}
.conversions-wrp .description h2{
    color: #FFDA00;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 10px;
}
.conversions-wrp .description p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    max-width: 500px;
    margin: 0 0 40px;
}
.conversions-wrp .description .btn-primary{
    color: #5271FF;
    background: #FFDA00;
}
.conversions-wrp .description .btn-primary:hover{
    background: #fff;
    color: #5271FF;
}
.conversions-wrp .conversions-img{
    position: relative;
    max-width: 508px;
    padding: 0 0 0 87px;
    margin-left: auto;
}
.conversions-wrp .conversions-img .conversions-img1{
    max-width: 100%;
}
.conversions-wrp .conversions-img ul{
    position: absolute;
    left: 0;
    bottom: 50px;
}
.conversions-wrp .conversions-img ul li{
    margin: 0 0 21px;
}
.conversions-wrp .conversions-img ul li .card-box{
    border-radius: 13.462px;
    background: #FFF;
    display: flex;
    align-items: center;
    width: 175px;
    padding: 17.589px 20.719px 17.589px 20.192px;
    box-shadow: 0px 3.909px 23.453px 0px rgba(30, 37, 43, 0.24);
}
.conversions-wrp .conversions-img ul li .card-box img{
    max-width: 100%;
    margin-right: 10px;
    max-width: 100%;
}
.conversions-wrp .conversions-img ul li .card-box h3{
    color: #332C5C;
    font-size: 17.138px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0;
}
.conversions-wrp .conversions-img ul li .card-box p{
    color: #5E587A;
    font-size: 9.793px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
.conversions-wrp .conversions-img .insta-btn{
    color: #5271FF;
    font-size: 19.887px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    display: flex;
    padding: 12px 21px;
    border-radius: 8.523px;
    background: #FFF;
    box-shadow: 0px 2.475px 14.849px 0px rgba(30, 37, 43, 0.24);
    position: absolute;
    right: 0;
    top: 50%;
}
.conversions-wrp .conversions-img .insta-btn img,
.conversions-wrp .conversions-img .insta-btn i{
    margin-right: 5px;
}
.conversions-wrp .conversions-img .conversions-info{
    position: absolute;
    right: 0;
    bottom: 40px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 3.484px 20.906px 0px rgba(30, 37, 43, 0.24);
    padding: 18px 30px;
}
.conversions-wrp .conversions-img .conversions-info h4{
    color: #332C5C;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    align-items: center;
}
.conversions-wrp .conversions-img .conversions-info h4 span{
    color: #5B8104;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 12px;
    background: rgba(138, 198, 0, 0.20);
    margin-left: 4px;
}
.conversions-wrp .conversions-img .conversions-info p{
    color: #5E587A;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
/* **** End conversions **** */


/* **** benchmarks **** */
.benchmarks-wrp{
    padding: 140px 0 180px;
}
.benchmarks-wrp .titlebar{
    margin: 0 0 45px;
}
.benchmarks-wrp .titlebar h2{
    color: #000;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 35px;
    position: relative;
}
.benchmarks-wrp .titlebar h2 span{
    position: relative;
    z-index: 9;
}
.benchmarks-wrp .titlebar h2 .shape1{
    max-width: 292px;
    position: absolute;    
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.benchmarks-wrp .titlebar p{
    color: #52525B;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.benchmarks-wrp .benchmarks-table{
    border-radius: 26px;
    overflow: hidden;
}
.benchmarks-wrp .benchmarks-table table{
    margin: 0;
}
.benchmarks-wrp .benchmarks-table table thead tr th{
    background: #F4F4F4;
    padding: 25px 40px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.053px;
    letter-spacing: -0.483px;
}
.benchmarks-wrp .benchmarks-table table thead tr th span{
    font-weight: 500;
    display: block;
}
.benchmarks-wrp .benchmarks-table table tbody tr td{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.053px;
    letter-spacing: -0.483px;
    padding: 25px 40px;
}
.benchmarks-wrp .benchmarks-table table tbody tr td:first-child{
    font-weight: 700;
    text-align: left;
}
.benchmarks-wrp .benchmarks-table table tbody tr.bg1{background: rgba(138, 198, 0, 0.20);}
.benchmarks-wrp .benchmarks-table table tbody tr.bg2{background: rgba(255, 218, 0, 0.15);}
.benchmarks-wrp .benchmarks-table table tbody tr.bg3{background: rgba(255, 68, 68, 0.17);}
/* **** End benchmarks **** */


/* **** calculate **** */
.calculate-wrp{
    padding: 0 0 126px;
    position: relative;
}
.calculate-wrp:before{
    position: absolute;
    content: "";
    background: rgba(255, 218, 0, 0.10);
    top: 42%;
    width: 35%;
    height: 441px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.calculate-wrp .row{
    align-items: center;
}
.calculate-wrp img{
    max-width: 100%;
    position: relative;
    z-index: 9;
}
.calculate-wrp .description{
    max-width: 548px;
    margin-left: auto;
}
.calculate-wrp .description h2{
    color: #18181B;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 42px;
}
.calculate-wrp .description p{
    color: #3F3F46;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px;
}
.calculate-wrp .description p:last-child{margin: 0}
/* **** End calculate **** */

/* **** posts **** */
.posts-wrp{
    padding: 105px 0;
    background: rgba(82, 113, 255, 0.05);
}
.posts-wrp .row{
    align-items: center;
}
.posts-wrp .description{
    max-width: 531px;
}
.posts-wrp .description h2{
    color: #18181B;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 26px;
    max-width: 550px;
}
.posts-wrp .description p{
    color: #3F3F46;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.posts-wrp .posts-chart-box{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(35, 40, 105, 0.08);
    padding: 40px 30px;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}
.posts-wrp .posts-chart-box:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/shadow.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: -50px;
    top: 50px;
    z-index: -1;
}
.posts-wrp .posts-chart-box h4{
    color: #18181B;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 50px;
}
/* **** End posts **** */


/* **** FAQ **** */
.faq-wrp{
    padding: 0px 0 162px;
}
.faq-wrp .container{
    max-width: 995px;
    margin: 0 auto;
}
.faq-wrp .titlebar{
    margin: 0 0 78px;
}
.faq-wrp .titlebar h2{
    color: #323133;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
}
.faq-wrp .accordion{
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.faq-wrp .accordion-item{
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    padding: 32px 0;
    border-bottom: 1px solid #EAECF0;
}
.faq-wrp .accordion-item:last-child{
    margin: 0;
    padding: 32px 0 0;
    border: none;
}
.faq-wrp .accordion-button:not(.collapsed){
    background-color: transparent;
    border: none;
    color: unset;
    box-shadow: none;
}
.faq-wrp .accordion-button:focus{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.faq-wrp .accordion-button{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #101828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
}
.faq-wrp .accordion-button::after{display: none;}
.faq-wrp .accordion-button:before{
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    border: 2px solid #5271FF;
    right: 0;
    top: 50%;
    color: #5271FF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.faq-wrp .accordion-button.collapsed:before{
    content: "\f067";
}
.faq-wrp .accordion-body{
    padding: 8px 45px 0 0;
}
.faq-wrp .accordion-body p{
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
/* **** End FAQ **** */


/* **** journey **** */
.journey-wrp{
    padding: 0 0 120px;
    background: transparent;
}
.journey-wrp .journey-block{
    border-radius: 16px;
    background: #5271FF;
    padding: 70px 82px 75px;
    position: relative;
}
.journey-wrp .journey-block .description p{
    max-width: 409px;
    line-height: 24px;
    font-size: 16px;
}
.journey-wrp .journey-block .conversions-img{
    position: absolute;
    right: 36px;
    bottom: 0;
    max-width: 100%;
    padding: 0 52px 0 28px;
}
.journey-wrp .journey-block .conversions-img .insta-btn{
    bottom: 80px;
    right: 82px;
    top: auto;
}
.journey-wrp .journey-block .conversions-img ul li{
    margin: 0 0 10px;
    width: 138px;
}
.journey-wrp .journey-block .conversions-img ul li .card-box{
    display: block;
    padding: 13px;
    width: 138px;
}
.journey-wrp .journey-block .conversions-img ul li .card-box h6{
    color: #A9A7B6;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 9px;
}
.journey-wrp .journey-block .conversions-img ul li .card-box h3{
    display: flex;
    align-items: flex-end;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.journey-wrp .journey-block .conversions-img ul li .card-box h3 span{
    color: #8AC600;
    font-size: 7.579px;
    font-weight: 500;
    margin-left: 2px;
}
.journey-wrp .journey-block .conversions-img ul li .card-box h3 img{
    margin-left: auto;
}
.journey-wrp .journey-block .conversions-img .conversions-info{
    position: absolute;
    right: 0;
    top: 25%;
    bottom: auto;
    padding: 23px;
    max-width: 172px;
}
.journey-wrp .journey-block .conversions-img .conversions-info h3{
    color: #A9A7B6;
    text-align: center;
    font-size: 14.914px;
    font-weight: 400;
    margin: 0 0 20px;
}
.journey-wrp .journey-block .conversions-img .conversions-info img{
    max-width: 100%;
    margin: 0 auto;
}
/* **** End journey **** */


/* **** Newsletter **** */
.newsletter-wrp{
    padding: 75px 0;
    background: #5271FF;
}
.newsletter-wrp .row{
    align-items: center;
}
.newsletter-wrp .description h2{
    color: #FFDA00;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.newsletter-wrp .description p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.newsletter-wrp form{
    position: relative;
}
.newsletter-wrp form .form-group{
    position: relative;
}
.newsletter-wrp form .form-group .form-control{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 25px 140px 25px 44px;
    border-radius: 12px;
    background: #2B4AD8;
    box-shadow: none;
    outline: none;
    border: none;
}
.newsletter-wrp form .form-group .form-control::placeholder{
    color: #fff;
}
.newsletter-wrp form .form-group i{
    position: absolute;
    left: 20px;
    top: 50%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.newsletter-wrp form button{
    color: #5271FF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 4px 20px;
    display: table;
    position: absolute;
    right: 15px;
    top: 17px;
    bottom: 17px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
    background: #FFF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsletter-wrp form button:hover{
    color: #5271FF;
    background: #FFDA00;
}
/* **** End Newsletter **** */


/* **** Footer **** */
footer{
    background: rgba(82, 113, 255, 0.10);
    padding: 90px 0 48px;
}
footer .foot-logo{
    max-width: 396px;
}
footer .foot-logo img{
    max-width: 100%;
    margin: 0 0 5px;
}
footer .foot-logo p{
    color: #52525B;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 30px;
}
footer .foot-logo ul{
    display: flex;
    align-items: center;
}
footer .foot-logo ul li{
    margin-right: 15px;
}
footer .foot-logo ul li:last-child{
    margin: 0;
}
footer .foot-logo ul li a{
    font-size: 18px;
    color: #000;
}
footer .foot-logo ul li a:hover{
    color: #5271FF;    
}
footer .quicklinks.legal-quicklinks{
    margin: 30px 0 0;
}
footer .quicklinks h3{
    color: #18181B;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px;
}
footer .quicklinks ul li a{
    color: #18181B;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}
footer .quicklinks ul li a:hover{
    color: #5271FF;    
}
footer .copyright{
    margin: 58px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(30, 37, 43, 0.24);
}
footer .copyright p{
    color: #4B5768;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
/* **** End Footer **** */

/* **** You Tube Pager **** */
.youTube-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.youtube-bannercenter{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.youTube-banner .hero-img{
    width: 50%;
}
.youTube-banner .hero-img img{
    width: 100%;
    max-width:80%;
}
.youtube-wrp .calculate-img img{
    padding: 0 0 80px;
}

.engagement-table table{
    margin: 0;
    background: #fff;
    border-radius: 15px;
}
.engagement-table table thead th{
    padding: 30px 25px;
    border: none;
    border-bottom: 1px solid #EAECF0;
    font-size: 18px;
    font-weight: 500;
    color: #667085;
    text-align: center;
}
.engagement-table table thead th:first-child{
    text-align: left;
}
.engagement-table table tbody tr td{
    padding: 15px 25px;
    border: none;
    border-bottom: 1px solid #EAECF0;
    font-size: 16px;
    font-weight: 500;
    color: #667085;
    text-align: center;
    vertical-align: middle;
}
.engagement-table table tbody tr td:first-child{
    text-align: left;
}
.engagement-table table tbody tr td:nth-child(2){
    min-width: 200px;
}
.engagement-probx{
    display: flex;
    align-items: center;
    min-width: 300px;
}
.engagement-img{
    min-width: 40px;    
    margin-right: 15px;
}
.engagement-img img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.engagement-dt h3{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0;
    display: flex;
    align-items: center;
}
.engagement-dt h3 i{
    color: #3897F1;
    margin-left: 5px;
}
.engagement-dt p{
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #667085;
}
.engagement-table table tbody tr td h6{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #344054;
}
.engagement-table table tbody tr td h6 span{
    padding:5px 8px;
    background: #ECFDF3;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    color: #027A48;
    margin: 0 0 0 5px;
}
.engagement-table table tbody tr td h6 span.avrg{
    color: #5E587A;
    background: #E5E6EB;
}
.engagement-table table tbody tr td .btn-primary{
    min-width: 170px;
    background: #5271FF;
    border-radius: 8px;
    color: #FFDA00;
    font-size: 14px;
    padding: 12px 15px;
    display: block;
    font-weight: bold;
    text-align: center;
}
.engagement-table table tbody tr td .btn-primary:hover{
    background: #FFDA00;
    color: #5271FF;
}
.apexcharts-toolbar{display: none !important;}

.tiktok-post-wrp .posts-chart-box{
    max-width: 650px;
}
/* **** End You Tube Pager **** */


/* ===== Common Style Start ===== */
.section-title {
    font-size: 40px;
    line-height: 110%;
    font-weight: 700;
    color: #5271FF;
}

.section-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

.common-detail {
    font-size: 16px;
    line-height: 145%;
}

.common-detail * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.small-title {
    font-size: 32px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: -1.28px;
    color: #404040;
}   

.small-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
}   

.content {
    background-color: #F2F4FC;
}
/* ===== Common Style End ===== */

/* ===== Campaign Page Start ===== */
.get-result-wrp .performance-title {
    padding: 0 0 16px;
    color: #FFDA00;
}

.get-result-wrp.get-result-blue {
    background-color: #5271FF;
}

.get-result-blue .serach-block .form-control {
    color: #fff;
    border: none;
    background-color: #2B4AD8;
}

.get-result-blue .serach-block .form-control::-webkit-input-placeholder { 
    color: #FFFFFF;
}

.get-result-blue .serach-block .form-control::-moz-placeholder { 
    color: #FFFFFF;
}

.get-result-blue .serach-block .form-control:-ms-input-placeholder { 
    color: #FFFFFF;
}

.get-result-blue .serach-block .form-control:-moz-placeholder { 
    color: #FFFFFF;
}

.get-result-blue .serach-block .btn-primary {
    background-color: #FFDA00;
    color: #5271FF;
}

.get-result-blue .serach-block .btn-primary:hover {
    background-color: #F4F7FE;
}

.campaign-section {
    padding: 57px 0 0;
}

.campaign-section .dashboard-title {
    margin: 0 0 32px;
}

.campaign-section .engagement-table table tbody tr td:first-child {
    padding: 25px 25px;
}

.campaign-section .engagement-table table tbody tr:hover {
    background-color: #DBE5FA;
}

.campaign-section .engagement-table table tbody tr td:first-child {
    font-weight: 700;
}

.campaign-name-content ul {
    display: flex;
    align-items: center;
    margin: 0;
} 

.campaign-name-content ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #667085;
    display: flex;
    align-items: center;
    /* white-space: nowrap; */
    padding: 0 34px 0 0;
    position: relative;
}

.campaign-name-content ul li:last-child {
    padding-right: 0;
}

.campaign-name-content ul li:last-child::before {
    display: none;
}

.campaign-name-content ul li::before {
    content: "";
    width: 1px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #667085;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.campaign-name-content ul li span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
}

.campaign-img {
    padding: 13px 0 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.campaign-img img {
    width: 100%;
}

.campaign-name-wrp {
    padding: 0 24px 0 51px;
}

.campaign-name-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.campaign-name-content .common-16 {
    font-weight: 700;
    margin: 0 0 19px;
}

.campaign-name-content .performance-title {
    padding: 0 0 5px;
}

.track-post-wrp {
    padding: 38px 0 0;
}

.engagement-table .dt-layout-cell .dt-paging-button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    max-width: 36px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    color: #1C1C1C;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.engagement-table .dt-layout-cell .dt-paging-button:hover,
.engagement-table .dt-layout-cell .dt-paging-button.current {
    color: #fff;
    background-color: #5271FF;
    border-color: #5271FF;
}

.engagement-table .dt-paging {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* ===== Campaign Page End ===== */


/* =============== Sign Up Page Start ============== */
.sign-up-left {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 9;
    padding: 80px 130px;
}

.sign-up-left::after {
    content: "";
    background-color: #5271FF;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}

.sign-up-left img {
    max-width: 171px;
    width: 100%;
    margin: 0 0 21px;
}

.sign-up-left .section-title {
    margin: 0 0 21px;
    color: #fff;
}

.sign-up-left .common-detail {
    color: #fff;
}

.sign-up p {
    font-size: 18px;
    line-height: 150%;
    color: #6C6C6C;
    margin: 0;
}

.sign-up p a {
    font-weight: 600;
    border-bottom: 1px solid #5271FF;
}

.sign-up p a:hover {
    color: #FFDA00;
    border-bottom-color: #FFDA00;
}
 
.sign-up-right {
    padding: 96px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.sign-up-right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
}

.sign-up-right .common-form {
    max-width: 403px;
    width: 100%;
    height: 100%;
}

.sign-up-right .small-title {
    margin: 0 0 15px;
    max-width: 403px;
    width: 100%;
    /* height: 100%; */
}

.common-form .form-label {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #9A9A9A;
    margin: 0 0 5.5px;
}

.common-form .form-control {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #232323;
    padding: 15px 45px 15px 16px;
    box-shadow: none;
    border: 1.5px solid #D9D9D9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.common-form .form-control:focus {
    border-color: #5271FF;
}

.common-form .form-control:focus + .form-label {
    color: #5271FF;
}

.common-form .form-group {
    margin: 0 0 15px;
    position: relative;
}

.common-form .form-control::-webkit-input-placeholder { 
    color: #9A9A9A;
}
.common-form .form-control::-moz-placeholder { 
    color: #9A9A9A;
}

.common-form .form-control:-ms-input-placeholder { 
    color: #9A9A9A;
}

.common-form .form-control:-moz-placeholder { 
    color: #9A9A9A;
}

.common-form .form-check label {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.12px;
    color: #979797;
}

.common-form .form-check label a {
    color: #979797;
    border-bottom: 1px solid #979797;
}

.common-form .form-check label a:hover {
    color: #5271FF;
    border-bottom-color: #5271FF;
}

.common-form .form-check-input {
    border: 1px solid #fff;
    background-color: #D9D9D9;
    width: 16px;
    height: 16px;
    margin-left: -28px;
    box-shadow: none;
    cursor: pointer;
}

.common-form .form-check {
    padding-left: 29px;
    margin: 2px 0 24px;
}

.common-form .form-check-input:checked[type=checkbox] {
    background-image: url("../images/check.svg");
    background-size: 11px;
}

.common-form .form-group .btn-primary {
    display: block;
    width: 100%;
}

.sign-up {
    margin: 18px 0 0;
}

.sign-up-content {
    max-width: 547px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.common-form .form-group .pass-img {
    position: absolute;
    right: 18px;
    bottom: 20px;
}

.common-form .form-group .show-password {
    display: none;
}

.sign-up-wrp {
    height: 100vh;
}

.sign-up-wrp .row,
.sign-up-wrp .row>*,
.sign-up-wrp .sign-up-left,
.sign-up-wrp .sign-up-right {
    height: 100%;
} 

input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
    border: 1px solid #5271FF;
    -webkit-text-fill-color: #232323;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    -ms-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
}
/* =============== Sign Up Page End ============== */

/* =============== Creator Search Page Start ============== */
.sidebar-wrp {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 290px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 35px 20px;
    z-index: 99;
    background-color: #fff;
    border-radius: 0px 0px 20px 0px;
    -webkit-border-radius: 0px 0px 20px 0px;
    -moz-border-radius: 0px 0px 20px 0px;
    -ms-border-radius: 0px 0px 20px 0px;
    -o-border-radius: 0px 0px 20px 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sidebar-logo {
    max-width: 171px;
    width: 100%;
    display: block;
    margin: 0 15px 51px;
}

.sidebar-links li {
    padding: 0 0 5px;
}

.sidebar-links li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: #A3AED0;
    display: flex;
    align-items: center;
    padding: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.sidebar-links li a:hover,
.sidebar-links li a.active {
    background-color: #DBE5FA;
    color: #2B3674;
    font-weight: 700;
} 

.sidebar-links li a svg path {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sidebar-links li a:hover svg path,
.sidebar-links li a.active svg path {
    fill: #5271FF;
}

.sidebar-links li span {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 28px;
    width: 100%;
    height: 28px;
    margin: 0 10px 0 0;
}

.sidebar-links li span svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.sidebar-links small {
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #A1A1AA;
    display: block;
    padding: 27px 0 10px 18px;
}

.dashboard-title .btn-secondary {
    position: relative;
    border-width: 2px;
    padding: 14px 32px 14px 60px;
}

.dashboard-title .btn-secondary::after {
    content: "";
    background-image: url("../images/filter-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.dashboard-title .btn-secondary:hover::after {
    background-image: url("../images/filter-icon-white.svg");
}

.dashboard-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 16px;
}

.dashboard-right-wrp {
    margin: 0 0 0 290px;
    padding: 64px 40px;
    min-height: 100vh;
}

.dashboard-right-content .nav-tabs {
    padding: 0;
    margin: 0 0 36px;
}

.dashboard-right-content .nav-tabs .nav-link {
    background-color: transparent;
}

.get-result-wrp .dropdown .dropdown-item {
    background-color: transparent;
}

.get-result-wrp .dropdown .dropdown-item img {
    max-width: 30px;
    width: 100%;
    height: 30px;
}

.get-result-wrp .dropdown .dropdown-toggle {
    border: 1px solid #A1A1AA;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.select2-container {
    width: 80px !important;
    /*height: 100%;*/
}

.select2-container .selection {
    height: 100%;
    display: block;
}

.select2-container .select2-selection--single {
    height: 100% !important;
}

.select2-selection p {
    margin: 0;
}

.select2-results__option img {
    max-width: 28px;
    width: 100%;
    height: 28px;
    margin: 0 auto;
}

.select2-results__option p {
    margin: 0;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #A1A1AA !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px 36px 15px 15px !important;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 11px !important;
    height: 8px !important;
    right: 14px !important;
    top: 50% !important;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
}

.select2-container .select2-selection--single .select2-selection__rendered img {
    width: 28px;
    height: 28px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
}

.filter-btn {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #667085;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 115px;
    width: 100%;
    padding: 20px;
    border: 1px solid #A1A1AA;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.filter-btn::after {
    content: "";
    background-image: url("../images/3-dots.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 4px;
    display: block;
    margin: 0 0 0 9px;
}

.serach-block .form-control,
.serach-block .bootstrap-tagsinput {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 16px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #A1A1AA;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.serach-block .form-control:focus {
    border-color: #5271FF;
}

.serach-block .bootstrap-tagsinput  {
    padding: 15px 16px;
    flex: 1 0 0;
}

.serach-block .form-control::-webkit-input-placeholder { 
    color: #667085;
    font-style: italic;
}
.serach-block .form-control::-moz-placeholder { 
    color: #667085;
    font-style: italic;
}

.serach-block .form-control:-ms-input-placeholder { 
    color: #667085;
    font-style: italic;
}

.serach-block .form-control:-moz-placeholder { 
    color: #667085;
    font-style: italic;
}

.get-result-wrp {
    background-color: #fff;
    padding: 28px 38px 41px 32px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.btn-light:hover {
    background-color: #667085;
    color: #F4F7FE;
}

.creators-record-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 25px 15px;
}

.creators-record-right .btn-light {
    margin: 0 0 0 21px;
}

.engagement-table table tbody tr:last-child td {
    border-bottom: none;
}

.added-filter-block ul li {
    font-size: 16px;
    line-height: 26px;
    color: #A0ABBB;
    display: flex;
    align-items: center;
    padding: 0 45px 0 0;
}

.added-filter-block ul li a {
    margin: 0 0 0 12px;
    flex: 0 0 13px;
}

.added-filter-block ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.added-filter-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #F4F4F5;
    padding: 19px 25px;
    margin: 21px 0 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.added-filter-block .remove-filter {
    font-size: 16px;
    color: #667085;
    border-bottom-color: #667085;
}

/* .navbar-toggler {
    margin: 0 0 20px;
} */

.navbar-toggler span {
    /* background-color: #000; */
    width: 25px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.navbar-toggler span:last-child {
    margin-bottom: 0;
}

.get-result-top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.get-result-wrp .serach-block {
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    flex: 1 0 0;
}

.get-result-wrp .serach-block .btn-primary {
    flex: 0 0 150px;
    white-space: nowrap;
    margin: 0 0 0 17px;
}

.get-result-wrp .filter-btn {
    flex: 0 0 115px;
    margin: 0 15px 0 0;
}

.get-result-wrp .select-social-icon {
    margin: 0 15px 0 0;
}

.dashboard-tab-details .engagement-table {
    margin: 36px 0 0;
    padding: 0 0 30px;
}

.dashboard-tab-details .engagement-table table tbody tr td a {
    color: #667085;
    border-bottom: 1px solid #667085;
}

.dashboard-tab-details .engagement-table table tbody tr td .btn-primary {
    max-width: 44px;
    width: 100%;
    height: 44px;
    min-width: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: none;
}

.dashboard-tab-details .engagement-table table tbody tr td .btn-primary:hover {
    background-color: #667085;
}

.engagement-probx .engagement-dt a {
    font-size: 12px;
    line-height: 20px;
}

.filter-modal .modal-dialog {
    max-width: 1011px;
    width: 100%;
}

.filter-details-block h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 26px;
}

.filter-details-block ul li {
    font-size: 18px;
    line-height: 20px;
    color: #404040;
    list-style-type: none;
    padding: 0 0 0 30px;
    margin: 0 0 24px;
    position: relative;
}

.filter-details-block ul li.active,
.filter-details-block ul li.active a {
    color: #5271FF;
}

.filter-details-block ul li.active::before {
    content: "";
    background-image: url("../images/check.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 11px;
    height: 10px;
    top: 7px;
}

.filter-details-block ul li::before {
    content: "+";   
    position: absolute;
    left: 0;
    top: -2px;
}

.filter-details-block ul li:last-child {
    margin-bottom: 0;
}

.filter-details-block ul li a {
    color: #404040;
}

.filter-details-block ul li a:hover {
    color: #5271FF;
}


.filter-modal .modal-body .section-title {
    margin: 0 0 34px;
}

.remove-filter {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #404040;
    border-bottom: 1px solid #404040;
}

.remove-filter:hover {
    border-bottom-color: #5271FF;
}

.filter-result-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 0 0;
    border-top: 1px solid #E5E6EB;
}

.filter-details {
    padding: 0 0 38px;
}

.filter-modal .modal-header {
    padding: 0;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.filter-modal .modal-header .btn-close {
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    box-shadow: none;
}
.filter-modal .modal-body {
    padding: 53px 75px 121px;
}
.filter-modal .modal-content {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.checkbox-input .form-check-input {
    width: 19px;
    height: 19px;
    box-shadow: none;
    border: 1px solid #667085;
    margin: 0;
    flex: 0 0 19px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.checkbox-input .form-check-input:checked {
    background-color: #2B3674;
}
.checkbox-input .engagement-probx {
    margin: 0 0 0 20px;
}
.checkbox-input p {
    margin: 0 0 0 17px;
}
.checkbox-input {
    display: flex;
    align-items: center;
}
.creators-record-block h6 {
    font-size: 18px;
    font-weight: 700;
    color: #2B3674;
    margin: 0;
}

.sort-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #667085;
    position: relative;
    padding: 0 20px 0 15px;
}

.sort-btn::before {
    content: "";
    background-image: url("../images/sort-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 20px;
}

.sort-btn::after {
    content: "";
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 20px;
}

.btn-light {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 9px;
    color: #667085;
    background-color: #F4F7FE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* =============== Creator Search Page End ============== */


/* =============== Creator Search Page End ============== */

.dashboard-back img {
    margin: 0 15px 0 0 ;
}

.dashboard-back {
    padding: 0 0 30px;
}

.dashboard-back a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #667085;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.dashboard-back a:hover {
    opacity: 0.7;
}

.dashboard-results-detail {
    padding: 20px 0 0;
}

.dashboard-results-detail .profile-block {
    background-color: transparent;
}

.dashboard-results-detail .profile-block .top-detail-result {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.dashboard-results-detail .rate-block .rate-box .detail h3 {
    font-size: 18px;
    line-height: 130%; /* 23.4px */
}

.dashboard-results-detail .rate-block .rate-box .box-icon {
    width: 54px;
    height: 54px;
    box-shadow: 5.986px 8.552px 20.524px 0px rgba(25, 15, 44, 0.02);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dashboard-results-detail .profile-block .user-profile {
    padding: 41px 43px;
}


.dashboard-results-detail .rate-block {
    padding: 35px 40px 45px;
}

/* .dashboard-results-detail .rate-block ul {
    justify-content: flex-start;
}

.dashboard-results-detail .rate-block ul li{
    margin: 0 55px 0 0;
}

.dashboard-results-detail .rate-block ul li:last-child{
    margin: 0;
} */

.dashboard-results-detail .sponsored-block {
    margin: 40px 0 0 0;
}

.dashboard-results-detail .sponsored-block ul li button span {
    color: #5B8104;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    border-radius: 12px;
    background: rgba(138, 198, 0, 0.20);
    padding: 2px 6px;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

.dashboard-right-content .nav-tabs .nav-link {
    display: flex;
    align-items: center;
}

.results-tab {
    padding: 35px 0 60px 43px;
    margin: 45px 0 0 0;
}

.performance-tool {
    padding: 0 43px 0 0;
}

.common-bg {
    background: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sponsored-slider-new.slick-initialized,
.sponsored-slider.slick-initialized {
    opacity: 1;
}

.sponsored-slider-new,
.sponsored-slider {
    opacity: 0;
}

.performance-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 75px;
    height: 75px;
    flex: 0 0 auto;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.performance-right h6 span {
    color: #5B8104;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    border-radius: 12px;
    background: rgba(138, 198, 0, 0.20);
    padding: 2px 6px;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.performance-right h6 {
    margin: 0;
    color: #332C5C;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%; /* 36.4px */
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.performance-right p {
    margin: 0;
    color: #5E587A;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px; /* 28.8px */
}

.performance-right {
    margin: 0 0 0 18px ;
}

.performance-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 15px 0;
}

.performance-title * {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.performance-title,
.performance-title h3 {
    margin: 0;
    color: #101828;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px; /* 36.4px */
    text-transform: capitalize;
    padding: 0 0 20px 0;
}

.performance-top {
    padding: 20px 0 10px;
}

.performance-bottom {
    padding: 10px 0 20px;
}

.results-tab .sponsored-tab {
    padding: 75px 0 0 0;
}

.dashboard-results-detail .sponsored-block {
    padding: 0 0 20px 0;
}

.comment-analysis-wrp {
    padding: 35px 43px;
}

.comment-analysis-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculate-ai {
    background: rgba(138, 198, 0, 0.20);
    border-radius: 16.41px;
    -webkit-border-radius: 16.41px;
    -moz-border-radius: 16.41px;
    -ms-border-radius: 16.41px;
    -o-border-radius: 16.41px;
    padding: 5px 15px;
}

.calculate-ai span{
    color: #5B8104;
    font-size: 16.41px;
    font-weight: 400;
    line-height: 180%; /* 29.537px */
}

.common-18 {
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    margin: 0;
}

.common-16 *,
.common-18 * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
    color: inherit;
}

.common-16 {
    color:  #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}

.comment-analysis-top .performance-title h3 {
    padding: 0;
}

/* .comment-analysis-main {
    padding: 20px 0;
} */

/* .growth-interests-main {
    padding: 20px 0;
} */

.audience-wrp,
.growth-interests-wrp {
    padding: 35px 43px 60px;
}

.chart-section {
    margin: 15px 0 0 0;
    /* max-width: 450px;
    width: 100%; */
}

.chart-section .apexcharts-text tspan {
    font-family: 'Inter';
    color:#86909C;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px; /* 200% */
}

.growth-chart-block {
    padding: 15px 0 0 ;
}

.growth-interests-bottom {
    padding: 65px 0 0 0;
}

.growth-interests-show {
    padding: 0 0 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.growth-icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.growth-content {
    padding: 0 0 0 19px;
}

.growth-interests-bottom .growth-interests-show:last-child {
    padding: 0;
}

.growth-tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

.growth-tag .tag-style {
    color: #667085;
    font-size: 16.41px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 2px 12px;
    text-align: center;
    margin: 0 8px 15px 0;
    background-color: #F2F4FC;
    border-radius: 16.41px;
    -webkit-border-radius: 16.41px;
    -moz-border-radius: 16.41px;
    -ms-border-radius: 16.41px;
    -o-border-radius: 16.41px;
}

.growth-tag .tag-style:hover {
    background-color: rgba(82, 113, 255, 0.2);
}

.growth-tag .tag-style:last-child {
    margin-right: 0;
}

.tag-height {
    height: 145px;
    overflow-x: auto;
    padding-right: 30px;
}

#cities::-webkit-scrollbar-track,
#countries::-webkit-scrollbar-track,
#tag-height::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: rgb(245, 245, 245);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

#cities::-webkit-scrollbar,
#countries::-webkit-scrollbar,
#tag-height::-webkit-scrollbar
{
    width: 12px;
    background-color: #F2F2F2;
    
}


/* =============== Creator Search Page End ============== */
#cities::-webkit-scrollbar-thumb,
#countries::-webkit-scrollbar-thumb,
#tag-height::-webkit-scrollbar-thumb
{
    /* -webkit-box-shadow: inset 0 0 6px 979797; */
	border-radius: 10px;
	background-color: #979797;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


.progress {
    height: 45px;
    display: block;
    background: none;
    border-radius: 0;
    margin: 0 0 15px 0;
}

.progress:last-child {
    margin: 0;
}

.brand-interests-progress .common-16,
.audience-tab .common-16 {
    padding: 10px 0;
    margin: 0;
    color: #45505b;
    display: flex;
    justify-content: space-between;
    padding: 0 0 5px 0;
}

.progress-bar-wrap {
    background:#F7F8FA;
}

.progress-bar {
    height: 15px;
    transition: 0.9s;
    background-color: #5271FF;
}

.demographics-tab .tab-content,
.audience-tab .tab-content {
    margin: 22px 0 0 0;
}

.demographics-tab,
.audience-tab {
    padding: 20px 0 0 0;
}

.val {
    font-weight: 600;
    font-style: normal;
}

.brand-interests-progress#tag-height,
.audience-tab #cities,
.audience-tab #countries {
    height: 290px;
    overflow-x: auto;
    padding: 0 40px 0 0 ;
}

.audience-all {
    padding: 0 0 30px 0;
}

.demographics-main {
    padding: 30px 0 30px 0;
}

.brand-interests-top {
    padding: 0 0 30px 0;
}

.brand-interests-main {
    padding: 20px 0 30px;
}

.brand-interests-main .row {
    justify-content: space-between;
}

.follower-types-main {
    padding: 30px 0 0;
}

.follower-types-progress {
    margin: 30px 0 0;
}

.similar-creators-section {
    padding: 15px 0 0 0;
}

.similar-creators-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 35px 0;
}

.creators-img img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.creators-content {
    padding: 0 0 0 15px;
}

.creators-content .common-18 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 17.504px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.creators-content .common-18 img {
    margin: 0 0 0 5px ;
}

.creators-content .common-16 {
    color: #727272;
    font-size: 13.128px;
    line-height: 15px;
    font-weight: 500;
}

/* .audience-main {
    padding: 22px 0;
} */

.similar-creators-wrp {
    padding: 35px 43px 10px;
}

.similar-creators-main {
    padding: 22px 0 20px ;
}

.bardot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 12px 0 0;
}

.follower-progress-block ul {
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.follower-progress-block ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 30px 0 0;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
}

.follower-progress-block ul li span {
    font-weight: 400;
    padding: 0 0 0 5px ;
}

.dot-5271FF {
    background-color: #5271FF;
}

.dot-FF6644 {
    background-color: #FF6644;
}

.dot-FFDA00 {
    background-color: #FFDA00;
}

.dot-C06EF3 {
    background-color: #C06EF3;
}

.dot-00F7EF {
    background-color: #00F7EF;
}

.dot-000000 {
    background-color: #000000;
}

.dot-E91622 {
    background-color: #E91622;
}


.progress-bars {
    display: flex;
    align-items: center;
    background: #F7F8FA;
}

.bar {
  height: 14px;
}

/* =============== Creator Search Page End ============== */

/* =============== create-campaign Page End ============== */

.main-title-back * ,
.main-title-back ,
.main-title-back a {
    color: #5271FF;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px; /* 105% */
    letter-spacing: -0.8px;
}

.create-campaign .inner-padding {
    padding: 36px 50px 50px;
}

.create-campaign .common-padding {
    padding: 16px 0;
}

.campaign-details-main.common-padding {
    padding-top: 0;
}

.campaign-icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.campaign-details-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.campaign-inner {
    align-items: baseline;
}

.campaign-detail {
    width: 100%;
    margin: 0 0 0 20px;
}

.inner-form .form-control {
    cursor: pointer;
    border: 1px solid #A1A1AA;
    background:#FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 20px 16px;
    color: #667085;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
}

/* .campaign-detail .inner-form {
    max-width: 800px;
    width: 100%;
} */

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: inherit;
}

.inner-form .form-group {
    margin: 0 0 28px;
}

.inner-form .form-group:last-child {
    margin: 0;
}

.inner-form {
    padding: 15px 0 0 ;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
}

.form-flex .form-group {
    margin: 0;
}

.form-group {
    position: relative;
    width: 100%;
}

.inner-form .form-group img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    pointer-events: none;
}

.arrow-right {
    margin: 0 16px;
    width: 100%;
    max-width: 27px;
    height: 27px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    /* display: none; */
    /* -webkit-appearance: none; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-group .input-group-text {
    color: #667085;
    font-size: 16px;
    line-height: 18px; /* 112.5% */
    font-weight: 500;
    border: 1px solid #A1A1AA;
    padding: 10px 18px;
}

.input-group {
    padding: 10px 0 0 0;
    max-width: 370px;
    width: 100%;
}

.inner-form .btn-primary {
    max-width: 150px;
    width: 100%;
}

/* =============== create-campaign Page End ============== */


/* =============== create_campaign_track_post start ============== */


.automatically-bottom {
    margin: 20px 0 0;
    text-align: center;
}

.automatically-bottom .btn-sky {
    text-align: center;
}

.automatically-section {
    margin: 0 0 50px 0;
}

.automatically-wrp .tab-pane .automatically-section:last-child {
    margin: 0;
}

.automatically-form .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 12px 0;
}

.automatically-form .form-group button {
    margin: 0 0 0 20px;
}

.automatically-form {
    padding: 20px 0 20px 0;
}

.automatically-page .dashboard-results-detail {
    padding: 0;
}

.automatically-page .campaign-name-wrp {
    margin: 30px 0 0;
}

.automatically-page .campaign-name-content .common-16 {
    font-weight: 400;
}

.campaign-post-wrp {
    padding: 38px 50px 60px;
}

.max-152 {
    max-width: 152px;
    width: 100%;
}

.max-188 {
    max-width: 188px;
    width: 100%;
}

.form-select {
    border-color: #D0D5DD;
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 150% */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.light-border .create-select {
    border-color: #5271FF;
}

.left-campaign-post {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 0;
}

.left-campaign-post .form-group {
    margin: 0 20px 0 0;
}

.left-campaign-post .form-group:last-child {
    margin: 0;
}

.campaign-post-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 25px 0;
}

.right-campaign-post .form-select {
    background-color: #F4F7FE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
}

.create-select img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.create-select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 18px 6px 15px;
    border: 1px solid #D0D5DD;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.select-right {
    width: 100%;
    /* width: 130px; */
    padding:0 0 0 8px;
}

.select-right .form-select{
    border: none;
    background-position:right 0 top;
    padding: 0;
}

.select-right span {
    display: block;
    color: #667085;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px; /* 240% */
}

.campaign-post-main {
    margin: 45px 0 0 0;
}

.campaign-post-performance {
    padding: 25px 0 0;
}

.track-post-wrp .nav-tabs,
.post-performance-tab .nav-tabs {
    padding: 0;
}

.socail-campaing {
    padding: 50px 0 0 0;
}


.small-text {
    color: #5E587A;
    font-size: 14px;
    line-height: 19.6px; /* 19.6px */
    font-weight: 400;
}

.small-text * {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

.bottom-campaing {
    margin: 17px 0 0 0 ;
    border-top: 1px solid rgba(102, 112, 133, 0.5);
    padding: 9px 0 0 0;
}

.top-campaing {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.socail-box {
    padding: 0 0 70px ;
    max-width: 400px;
    width: 100%;
}

.socail-campaing .row> *:last-child .socail-box {
    padding: 0;
}

.monetary-campaing .socail-box {
    padding: 0 0 55px;
}

.comments-campaing .socail-box {
    padding: 0 0 20px;
}

.comments-campaing-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 52px 0;
}

.comments-campaing {
    padding-top: 30px;
}

.brand-accounts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    padding: 16px 20px;
    background-color: #F4F4F5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.right-msg{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.right-msg .small-text {
    padding: 0 0 0 18px;
}

.brend {
    color: #404040;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 0 100px;
    flex: 0 0 180px;
}


.social-post-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-post-block .engagement-dt {
    padding: 0 0 0 20px;
}

.social-post-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-post-title h3 {
    padding: 0 0 0 7px;
}

.track-post-content .engagement-table table tbody tr td {
    padding: 20px 0 24px;
}

.track-post-content .engagement-table table thead th {
    padding: 20px 0 30px;
}

.track-post-content .engagement-table {
    padding: 35px 50px 50px;
}

.track-post-content thead tr th:first-child .dt-column-title {
    color: #5271FF;
    position: relative;
}

.track-post-content thead tr th:first-child .dt-column-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M3.30826 10.4419C3.19441 10.324 3.13141 10.1661 3.13284 10.0023C3.13426 9.83838 3.19999 9.68162 3.31587 9.56574C3.43175 9.44986 3.58851 9.38413 3.75238 9.3827C3.91625 9.38128 4.07413 9.44428 4.19201 9.55813L6.87513 12.2413V1.25C6.87513 1.08424 6.94098 0.925269 7.05819 0.808058C7.1754 0.690848 7.33437 0.625 7.50013 0.625C7.66589 0.625 7.82486 0.690848 7.94207 0.808058C8.05928 0.925269 8.12513 1.08424 8.12513 1.25V12.2413L10.8083 9.55813C10.9261 9.44428 11.084 9.38128 11.2479 9.3827C11.4118 9.38413 11.5685 9.44986 11.6844 9.56574C11.8003 9.68162 11.866 9.83838 11.8674 10.0023C11.8689 10.1661 11.8059 10.324 11.692 10.4419L7.94201 14.1919C7.8248 14.309 7.66586 14.3749 7.50013 14.3749C7.3344 14.3749 7.17546 14.309 7.05826 14.1919L3.30826 10.4419Z" fill="%235271FF"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    transform: translate(20px, -50%);
    -webkit-transform: translate(20px, -50%);
    -moz-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
}

/* .track-post-content thead tr th:first-child.dt-ordering-asc .dt-column-title::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
} */

.engagement-table .table tr th:last-child {
    position: relative;
}

.engagement-table .table tr th:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><path d="M0.308258 10.4419C0.194409 10.324 0.131412 10.1661 0.132836 10.0023C0.13426 9.83838 0.199991 9.68162 0.315871 9.56574C0.431751 9.44986 0.588509 9.38413 0.752382 9.3827C0.916255 9.38128 1.07413 9.44428 1.19201 9.55813L3.87513 12.2413V1.25C3.87513 1.08424 3.94098 0.925269 4.05819 0.808058C4.1754 0.690848 4.33437 0.625 4.50013 0.625C4.66589 0.625 4.82486 0.690848 4.94207 0.808058C5.05928 0.925269 5.12513 1.08424 5.12513 1.25V12.2413L7.80826 9.55813C7.92613 9.44428 8.08401 9.38128 8.24788 9.3827C8.41176 9.38413 8.56851 9.44986 8.68439 9.56574C8.80027 9.68162 8.866 9.83838 8.86743 10.0023C8.86885 10.1661 8.80586 10.324 8.69201 10.4419L4.94201 14.1919C4.8248 14.309 4.66586 14.3749 4.50013 14.3749C4.3344 14.3749 4.17546 14.309 4.05826 14.1919L0.308258 10.4419Z" fill="%23667085"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    transform: translate(-100px, -50%);
    -webkit-transform: translate(-100px, -50%);
    -moz-transform: translate(-100px, -50%);
    -ms-transform: translate(-100px, -50%);
    -o-transform: translate(-100px, -50%);
}

.dt-container .dt-layout-row:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.dt-container .dt-layout-row:last-child ,
.dt-container .dt-layout-row:last-child .dt-layout-cell {
    width: 100%;
}

.track-post-content {
    padding: 40px 0 0 ;
}

.campaign-name-content .common-16 a {
    color: #5271FF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration-line: underline;
}
/* =============== create_campaign_track_post end ============== */


/* =============== homepage Start ============== */

.home-pg {
    background-color: #F2F4FC;
}

.homepage .hero-img img {
    max-width: 100%;
}

.homepage .navbar-brand img {
    max-width: 171px;
    width: 100%;
    height: auto;
}

.homepage .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
}

.homepage .navbar-nav li {
    margin-right: 26px;
}

.homepage .navbar-nav li:last-child {
    margin-right: 0;
}

.homepage .navbar-nav .dropdown-menu  li {
    margin: 0;
}

.homepage.hero-wrp .description {
    max-width: 570px;
    width: 100%;
}

.homepage.hero-wrp .description p {
    max-width: 100%;
}

.homepage.hero-wrp .description form button {
    white-space: nowrap;
    margin-left: 0;
}

.kamu span {
    color: #5271FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 154.996% */
}

.kamu {
    display: inline-block;
    padding: 5px 18px;
    background: rgba(82, 113, 255, 0.15);
    border-radius: 19.28px;
    -webkit-border-radius: 19.28px;
    -moz-border-radius: 19.28px;
    -ms-border-radius: 19.28px;
    -o-border-radius: 19.28px;
    margin: 0 0 19px 0;
}

.homepage .description p span {
    font-weight: 700;
    padding: 2px;
}

.homepage .description .red-color {
    background-color: #BD3D44;
    color: #FFBAB5;
}

.homepage .description .green-color {
    background-color: #8AC600;
    color: #D1FFBD;
}

.logo-wrp {
    background-color: #5271FF;
    padding: 80px 0;
}

.logo-main h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
}

.logo-slider {
    opacity: 0;
}

.logo-slider.slick-initialized {
    opacity: 1;
}

.logo-slider .logo-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px 0 0;
}

.logo-slider .logo-item img {
    margin: 0 auto;
}

.block-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #101828;
}

.block-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

.kol-need-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.kol-need-block > h2 {
    font-size: 52px;
    line-height: 72px;
    font-weight: 600;
    letter-spacing: -1.04px;
    color: #5271FF;
    margin: 0 0 12px;
}

.kol-need-block {
    text-align: center;
    position: relative;
    padding: 0 32px;
}

.kol-need-block::after {
    content: "";
    background-color: #C7C7CC;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.kol-need-section .kol-need-block:last-child::after {
    display: none;
}

.kol-need-block .common-18 {
    font-weight: 500;
}

.check-icon {
    max-width: 56px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: rgba(82, 113, 255, 0.07);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.kol-need-title {
    text-align: center;
    margin: 0 0 49px;
}

.kol-need-title .block-title {
    margin: 0 0 20px;
}

.kol-need-wrp {
    /* background-color: #F2F4FC; */
    padding: 142px 0 154px;
}

.kol-need-title p {
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    margin: 0;
}

.ratecard-wrp {
    background-color: transparent;
}

.ratecard-main {
    padding: 28px 72px 0;
    background-color: rgba(82, 113, 255, 0.1);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.ratecard-description .kamu {
    margin: 0 0 8px 0;
}

.ratecard-wrp .kamu span {
    font-size: 16px;
}

.ratecard-description .block-title {
    max-width: 370px;
    width: 100%;
    margin: 0 0 16px;
}

.ratecard-description .common-16 {
    max-width: 402px;
    margin: 0 0 32px;
}

.blue-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #5271FF;
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid #5271FF;
    padding: 0 0 6px;
}

.blue-link img {
    margin: 0 0 0 11px;
}

.ratecard-wrp.conversions-wrp .conversions-img {
    padding: 0px 0 0 60px;
}

.ratecard-wrp.conversions-wrp .conversions-img .insta-btn {
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    max-width: 62px;
    width: 100%;
    height: 62px;
    top: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5271FF;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.ratecard-wrp.conversions-wrp .conversions-img .insta-btn i {
    margin: 0;
}

.ratecard-wrp.conversions-wrp .conversions-img .conversions-info {
    bottom: 73px;
}

.check-ratecard-main {
    padding: 17px 38px 0 72px;
    background-color: rgba(138, 198, 0, 0.1);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.check-ratecard-main .kamu {
    background-color: rgba(138, 198, 0, 0.2);
}

.check-ratecard-main .kamu span {
    color: #74A602;
}

.ratecard-wrp.conversions-wrp .check-ratecard-main .conversions-img {
    padding: 0;
    z-index: 9;
}

.ratecard-wrp.conversions-wrp .check-ratecard-main .conversions-img::after {
    content: "";
    background-color: rgba(138, 198, 0, 0.20);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 423px;
    width: 100%;
    height: 316px;
    z-index: -1;
    border-radius: 34px 34px 0 0;
    -webkit-border-radius: 34px 34px 0 0;
    -moz-border-radius: 34px 34px 0 0;
    -ms-border-radius: 34px 34px 0 0;
    -o-border-radius: 34px 34px 0 0;
}

.conversions-wrp .check-ratecard-main .conversions-img ul li .card-box p {
    font-size: 14px;
    line-height: 180%;
}

.conversions-wrp .check-ratecard-main .conversions-img ul {
    left: -64px;
    bottom: 139px;
    z-index: 3;
}

.social-brands-block {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 17px;
    max-width: 251px;
    width: 100%;
    position: absolute;
    left: -17px;
    bottom: 48px;
    z-index: 3;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.social-brands-block .image-2 {
    margin: 0 8px;
}

.social-brands-block .image-4 {
    margin: 0 0 0 6px;
}
.total-roi-block {
    max-width: 187px;
    width: 100%;
    padding: 19px 14px 15px 15px;
    background-color: #fff;
    position: absolute;
    right: 50px;
    top: 110px;
    backdrop-filter: blur(17.092639923095703px);
    -webkit-backdrop-filter: blur(17.092639923095703px);
    -moz-box-shadow: 0px 16.409px 27.348px 0px rgba(34, 34, 34, 0.05);
    -webkit-box-shadow: 0px 16.409px 27.348px 0px rgba(34, 34, 34, 0.05);
    box-shadow: 0px 16.409px 27.348px 0px rgba(34, 34, 34, 0.05);
    z-index: 1;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.total-roi-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-roi-title span {
    font-size: 9.42px;
    line-height: 12.6px;
    font-weight: 600;
    color: #332C5C;
    display: block;
}

.conversions-wrp .check-ratecard-main .conversions-img .conversions-img1 {
    z-index: 2;
    position: relative;
}

/* =============== homepage end ============== */

/* =============== Live Commerce Page Start ============== */
.main-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #323133;
}

.main-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

.three-steps-title {
    text-align: center;
    margin: 0 0 60px;
}

.three-steps-title .main-title {
    margin: 0 0 16px;
}

.three-steps-title p {
    font-size: 20px;
    line-height: 29px;
    color: #455154;
    margin: 0;
}

.three-steps-detail h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #455154;
    margin: 0 0 2px;
    background-color: #FFDA00;
    display: inline-block;
    padding: 0 2px;
}

.three-steps-block {
    padding: 43px 21px 21px;
    background-color: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.three-steps-img img {
    width: 100%;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.step-number {
    font-size: 144px;
    line-height: 144px;
    font-weight: 600;
    letter-spacing: -2.07px;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 0;
    top: -30px;
}

.three-steps-detail .common-16 {
    color: #52525B;
    max-width: 257px;
    width: 100%;
}

.three-steps-detail {
    position: relative;
    margin: 0 20px 22px;
}

.three-steps-section .row {
    margin: 0 -16px;
}

.three-steps-section .row>* {
    padding: 0 16px;
}

.three-steps-wrp {
    padding: 0 0 66px;
}

.proper-process-main .main-title {
    max-width: 573px;
    width: 100%;
    margin: 0 0 40px;
}

.proper-process-img img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.blue-box {
    max-width: 46px;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(82, 113, 255, 0.2);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.proper-process-detail h3 {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    color: #090914;
    margin: 0 0 10px;

}

.proper-process-detail {
    border-bottom: 1px solid #CBD5E1;
    padding: 3px 0 20px;
    position: relative;
}

.proper-process-block:first-child .proper-process-detail::before {
    content: "";
    background-color: #5271FF;
    width: 94px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 100%;
}

.proper-process-detail ul {
    display: flex;
    flex-wrap: wrap;
}

.proper-process-detail ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #455154;
    position: relative;
    padding: 0 10px 0 23px;
    max-width: 50%;
    width: 100%;
    margin: 0 0 4px 0;
}

.proper-process-detail ul li::after {
    content: "";
    background-image: url("../images/checklist.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 7px;
}

.proper-process-block {
    display: flex;
    align-items: flex-start;
    padding: 0 0 28px;
}

.proper-process-content .proper-process-block:last-child {
    padding-bottom: 0;
}

.proper-process-block .blue-box {
    margin: 0 23px 0 0;
}

.proper-process-img img {
    width: 100%;
}

.proper-process-section .row {
    margin: 0 -36px;
}

.proper-process-section .row>* {
    padding: 0 36px;
}

.proper-process-wrp {
    padding: 66px 0 127px;
}

.best-services-wrp {
    padding: 107px 0 64px;
    background-color: rgba(82, 113, 255, 0.1);
}

.best-services-main .main-title {
    max-width: 845px;
    width: 100%;
    margin: 0 auto 86px;
}

.best-services-icon {
    max-width: 48px;
    width: 100%;
    height: 48px;
    padding: 6px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B9C5FF;
    border: 8px solid #D6DDFE;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.best-services-block {
    text-align: center;
    margin: 0 0 64px;
}

.best-services-block h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 8px;
}

.best-services-section .row {
    margin: 0 -16px;
}

.best-services-section .row>* {
    padding: 0 16px;
}

/* =============== Live Commerce Page End ============== */


/* =============== Account Page End ============== */

.profile-block .user-profile .description ul.act-pg li:before {
    display: none;
}

.profile-block .user-profile .description ul.act-pg li.premium-pkg {
    color: #C7AA03;
    font-size: 16.41px;
    font-weight: 400;
    line-height: 180%;
    border-radius: 16.41px;
    background: rgba(255, 218, 0, 0.20);
    -webkit-border-radius: 16.41px;
    -moz-border-radius: 16.41px;
    -ms-border-radius: 16.41px;
    -o-border-radius: 16.41px;
    padding: 1px 13px;
}

.br-0 {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.dashboard-results-detail .rate-block .rate-box .detail h3 a {
    color: inherit;
}

.dashboard-results-detail .rate-block .rate-box .detail h3 a:hover {
    color: #0d6efd;
}

.accounts-table .results-tab {
    padding: 35px 43px 60px;
}

.kol-size-1 {
    color: #5B8104 !important;
    font-size: 16.41px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    border-radius: 16.41px !important;
    padding: 1px 11px !important;
    background: rgba(138, 198, 0, 0.20) !important;
    -webkit-border-radius: 16.41px !important;
    -moz-border-radius: 16.41px !important;
    -ms-border-radius: 16.41px !important;
    -o-border-radius: 16.41px !important;
    display: inline-block;
    margin: 0;
}

.kol-size-2 {
    color: #C7AA03 !important;
    font-size: 16.41px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    border-radius: 16.41px !important;
    padding: 1px 11px !important;
    background: rgba(255, 218, 0, 0.20) !important;
    -webkit-border-radius: 16.41px !important;
    -moz-border-radius: 16.41px !important;
    -ms-border-radius: 16.41px !important;
    -o-border-radius: 16.41px !important;
    display: inline-block;
    margin: 0;
}

.kol-size-3 {
    color: #E91622 !important;
    font-size: 16.41px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    border-radius: 16.41px !important;
    padding: 1px 11px !important;
    background: rgba(233, 22, 34, 0.20) !important;
    -webkit-border-radius: 16.41px !important;
    -moz-border-radius: 16.41px !important;
    -ms-border-radius: 16.41px !important;
    -o-border-radius: 16.41px !important;
    display: inline-block;
    margin: 0;
}

.accounts-table .engagement-table .table tr th:last-child::before {
    display: none;
}

.accounts-table .engagement-table table tbody tr td img {
    margin: 0 auto;
    max-width: 37px;
    width: 100%;
}

.content {
    position: relative;
}

.package-popup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFDA00;
    padding: 30px 33px;
    z-index: 9999;
}

.package-popup .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.package-popup img {
    margin: 0 10px 0 0;
}

.package-popup .common-16 {
    color: #5271FF;
}
/* =============== Account Page End ============== */

.rate-card ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rate-card .description ul li:last-child {
    font-weight: 600;
}

.rate-card ul li .common-16 {
    padding: 0 10px;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%; 
}

.user-box ul li span {
    color: #5B8104;
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    padding: 2px 10px;
    border-radius: 12px;
    background: rgba(138, 198, 0, 0.20);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.collaborated-with-kol-img.slick-slide  {
    margin: 0 18px;
}

.growth-chart-block .common-16 {
    padding: 10px 0 0 0;
}

.contect-media {
    padding: 1px 0 0 0;
}

.rate-card-content .common-18 {
    font-weight: 500;
}

.contect-media .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 10px 0;
}
.contect-media .form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px dotted #A3AED0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 0 0 9px;
}

.contect-media .form-control::placeholder {
    color: rgba(114, 114, 114, 0.50);
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
}

.rate-card-detail .rate-card-content {
    padding: 19px 50px 35px;
    border-radius: 12px;
    background: #D0F9F6;
    box-shadow: 8.283px 11.833px 28.399px 0px rgba(25, 15, 44, 0.02);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.rate-card-detail ul {
    padding: 25px 0 0;
}

.rate-card-detail ul li {
    padding: 10px 0 5px;
    position: relative;
}

.rate-card-detail ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #1A8B98;
}

.rate-card-detail ul li:last-child:before {
    display: none;
}

.rate-card-detail ul li .detail {
    text-align: center;
}

.rate-card-detail ul li .rate-box .detail p{
    color: #E91622;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
}

.rate-card-detail ul li .rate-box .detail h3 {
    color: #5E587A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.rate-block.rate-card-detail .common-16 {
    color: #5E587A;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    margin: 16px 0 0 0;
}

.dashboard-results-detail .rate-block.rate-card-detail {
    padding-bottom: 20px;
}

.rate-distribution.audience-section {
    padding: 86px 0 50px;
}

.rate-distribution .small-title {
    color: #101828;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%; /* 36.4px */
    text-transform: capitalize;
}

.bg-black {
    background-color: #000 !important;
}

.demographics-main.rate-distribution {
    padding-bottom: 0;
}

.follower-types-main.rate-distribution {
    padding: 0 0 30px;
}

.growth-interests-chart.rate-distribution {
    padding: 30px 0 30px;
}

.rate-top-content.rate-distribution {
    padding: 50px 0 30px;
}

.collaborated-with-kol-img-slider {
    padding: 20px 0 0 0;
}

.collaborated-with-kol {
    padding: 50px 0;
}

.collaborated-with-kol-img-slider .slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.glitch {
    color: #000;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 79.688% */
    position: relative;
    text-shadow: 0px 3px #00F7EF, -3px 5px #FF44EC;
}  

.together .common-18 {
    color: #667085;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 25px 0;
}

.terms-conditions-main {
    padding: 35px 0 10px;
}

.terms-conditions-top {
    padding: 0 43px;
}

.algorithm-bottom {
    padding: 30px 43px 0;
    border-top: 1px solid #EDEDED;
}

.algorithm-bottom p {
    color: #667085;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px; /* 75% */
}

.top-conditions ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
}

.top-conditions ul li {
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin: 0 0 45px 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    counter-increment: my-awesome-counter;
}

.top-conditions ul li:last-child {
    margin: 0;
}

.together {
    padding: 100px 0 0;
}

.top-conditions ul li:before {
    content: counter(my-awesome-counter) ".";
    margin: 0 20px 0 0;
}

.flex-table {
    padding: 29px 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    /* max-width: 1000px; */
    max-width: 100%;
    width: 100%;
}

.pricelist-wrp {
    padding: 0 !important;
}

.table-content {
    position: relative;
}

.table-content .btn-primary {
    max-width: 187px;
    width: 100%;
    margin: 20px auto 20px;
    padding: 16px 10px;
    position: relative;
    z-index: 999;
}

.title-table h4 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 87.5% */
    margin: 0;
}

.title-table h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 66.667% */
    letter-spacing: -0.5px;
    margin: 5px 0;
}

.title-table span {
    color: #667085;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    margin: 0;
}

.one-title {
    text-align: center;
    position: relative;
    flex: 0 0 23%;
    /* padding: 0 15px 19px; */
}

.one-title.color-FF44EC .title-table h2{
    color: #FF44EC;
}

.one-title.color-FF44EC .title-table h4{
    color: #FF44EC;
}

.one-title.color-FF44EC::before {
    background: #FF44EC;
}

.one-title.color-FFDA00 .title-table h2{
    color: #FFDA00;
}

.one-title.color-FFDA00 .title-table h4{
    color: #FFDA00;
}

.one-title.color-FFDA00::before {
    background: #FFDA00;
}

.one-title.color-6DEDC3 .title-table h2{
    color: #6DEDC3;
}

.one-title.color-6DEDC3 .title-table h4{
    color: #6DEDC3;
}

.one-title.color-6DEDC3::before {
    background: #6DEDC3;
}

.one-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    right: 7px;
    border-radius: 8px;
    opacity: 0.2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: 99;
}

.flex-table .one-title:last-child::before {
    right: 0;
}

.title-table {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-title {
    text-align: left;
    flex: 1 0 0;
}

.table-row .detail {
    position: relative;
}

.table-row .detail p {
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin: 0;
    padding: 15px 15px;
    position: relative;
    z-index: 99;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-title .table-row .detail p {
    justify-content: flex-start;
}

.table-row .detail p b {
    font-weight: 700;
    color: #000;
}

.table-row:nth-child(odd) .detail:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F4FC;
}

.dashboard-back .pricelist-main img {
    margin: 0 auto;
}

.rate-distribution .small-title p {
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing:normal;
    line-height: 24px; /* 150% */
}

.pricelist-bottom .tab-content {
    padding: 40px 0 0 0;
}

.payment-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:wrap;
    padding: 5px 0 0 0;
}

.payment-logos li {
    margin: 0 15px;
}

.payment-logos li:first-child {
    margin-left: 0;
}

.payment-logos li:last-child {
    margin-right: 0;
}

.your-plan p{
	color: #667085;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 200% */
	margin: -30px 0 0 ;
}

.your-plan a {
    color: #5271FF;
    text-decoration-line: underline;
}

.profile-buttons-download .dropdown-toggle::after {
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23ffda00" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-position: center;
    background-size: cover;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    border: none;
    margin: 0 0 0 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.profile-buttons-download .btn-primary{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.profile-buttons-download .btn-primary:hover.dropdown-toggle::after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%235271ff" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}

.profile-buttons-download .dropdown-menu {
    width: 100%;
    margin: 5px 0 0 !important;
    padding: 14px;
}

.profile-buttons-download .dropdown-menu li a:hover {
    background-color: #5271FF1A;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.profile-buttons-download .dropdown-menu li {
    margin: 0 0 5px !important;
}

.profile-buttons-download .dropdown-menu li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    color: #5E587A;
    padding: 7px 5px;
}

.copy-link .modal-header .close-btn {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 20px;
}

.btn-close:focus {
    box-shadow: none;
}

.copy-link .modal-header {
    background-color: transparent;
    border: none;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 20px;
}

.copy-link .modal-content {
    background-color: transparent;
    border: none;
}

.copy-link .modal-body {
    padding: 35px 60px 45px 50px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.copy-link .modal-dialog {
    max-width: 648px;
    width: 100%;
}

.copy-link-btn svg {
    margin: 0 5px 0 0;
}

.copy-link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy-link-btn a svg path {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.copy-link-btn a:hover svg path {
    fill: #5271FF;
}

#genderdistributionrate .apexcharts-legend-series .apexcharts-legend-text .series-name{
    color:#667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#genderdistributionrate .apexcharts-legend-series {
    display: flex;
    padding: 0 0 10px 0;
}

#genderdistributionrate .apexcharts-legend-series .apexcharts-legend-marker {
    position: relative;
    top: 3px !important;
    margin: 0 10px 0 0;
}

.series-index {
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
}



/* akademi creator Page */

.navbar-nav .nav-link.active {
    font-weight: 700;
    color: #5271FF;
}

.navbar .nav-link {
    cursor: pointer;
}

.site-logo {
    justify-content: flex-start;
    align-items: center;
}

.site-logo .x-icon {
    margin: 0 16px 0 20px;
}

.homepage.akademi-creator .navbar-brand .main-logo {
    max-width: 148px;
    width: 100%;
}

.homepage.akademi-creator .navbar-brand .akademi-creator {
    max-width: 126px;
    width: 100%;
}

.akademi-creator .navbar-brand {
    margin: 0;
}

.akademi-creator .btn-sky:hover {
    color: #DBE5FA !important;
}

.header-btns {
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding-left: 5px;
}

.homepage .navbar-nav .header-btns li {
    margin: 0 !important;
}

.homepage.akademi-creator .navbar-nav li {
    margin-right: 45px;
}

.homepage.akademi-creator .navbar-nav li:nth-child(4) {
    margin: 0 25px 0 0;
}

.akademi-creator-pg .homepage.hero-wrp .description button {
    max-width: 254px;
    width: 100%;
}

header.akademi-creator {
    padding: 30px 0;
}

.dropdown-menu li {
    margin: 0 !important;
}

.header-btns .btn-sky {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 26px;
}

.navbar-light .navbar-nav .header-btns .btn-head {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 31px;
    /* padding: 14px 26px; */
}

.akademi-creator-pg .homepage.hero-wrp .description {
    max-width: 100%;
    text-align: center;
}

.akademi-creator-pg .homepage.hero-wrp .description h1 { 
    margin-bottom: 15px;
}

.akademi-creator-pg .homepage.hero-wrp .description h1 span {
    color: #E91622;
}

.akademi-creator-pg .homepage.hero-wrp .description p {
    font-size: 20px;
    max-width: 740px;
    margin: 0 auto 25px;
    width: 100%;
}

.akademi-creator-pg .homepage.hero-wrp .description form {
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.akademi-creator-img-gp {
    transform: rotate(-3.522deg);
    -webkit-transform: rotate(-3.522deg);
    -moz-transform: rotate(-3.522deg);
    -ms-transform: rotate(-3.522deg);
    -o-transform: rotate(-3.522deg);
    width: 100%;
    height: 100%;
    position: absolute;
    /* object-fit:cover; */
    top: 190px;
    z-index: 0;
    right: 0;
    left: 0;
}

.akademi-creator-banner {
    padding: 80px 0 80px 0;
    position: relative;
}

.akademi-creator-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(250, 251, 252, 0.00) 0%, #FAFBFC 100%);
    z-index: 1;    
}

.akademi-creator-laptop {
    position: relative;
    z-index: 2;
    max-width: 1102px;
    width: 100%;
    margin: 0 auto; 
}

.screen-video {
    position: absolute;
    /* top: 39%; */
    top: 47%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: flex;
    max-width: 866px;
    border-radius: 20px;
}

.screen-video img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.mudacumasekali {
    position: absolute;
    top: 88px;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 24px;
}

.mudacumasekali-wrp {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;
    padding: 21px 42px 21px 21px;
    border-radius: 18.773px;
    background: #FFF;
    box-shadow: 0px 28.005px 46.674px 0px rgba(34, 34, 34, 0.10);
    backdrop-filter: blur(29.17144203186035px);
    -webkit-border-radius: 18.773px;
    -moz-border-radius: 18.773px;
    -ms-border-radius: 18.773px;
    -o-border-radius: 18.773px;
}

.mudacumasekali-wrp h6 {
    color: #332C5C;
    font-size: 23.152px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.87px; /* 133.333% */
    margin: 0;
}

.mudacumasekali-wrp span {
    display: block;
    color: #525252;
    font-size: 14.567px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.422px; /* 133.333% */
    margin: 5px 0 0;
}

.mudacumasekali-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.exclusive-di {
    /* margin: 24px 0 0; */
    padding: 20px 30px 20px;
    border-radius: 15.507px;
    background: #FFF;
    -webkit-border-radius: 15.507px;
    -moz-border-radius: 15.507px;
    -ms-border-radius: 15.507px;
    -o-border-radius: 15.507px;
    display: inline-block;
}

.exclusive-di span {
    color: #A9A7B6;
    font-size: 18.609px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px;
    display: block;
}

.exclusive-di img {
    max-width: 154px;
    width: 100%;
}

.exclusive-wrp.conversions-wrp {
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 160px;
}

.exclusive-wrp.conversions-wrp .conversions-img ul {
    position: relative;
}

.exclusive-wrp.conversions-wrp .conversions-img {
    padding: 0;
}

.exclusive-wrp.conversions-wrp .conversions-img ul li .card-box {
    width: 100%;
    padding: 23px;
}

.exclusive-wrp.conversions-wrp  .conversions-img ul li h3 {
    color: #404040;
    font-size: 35.421px;
    font-style: normal;
    font-weight: 600;
    line-height: 49.045px; /* 138.462% */
    letter-spacing: -0.708px;
}

.exclusive-wrp.conversions-wrp .conversions-img ul li .card-box img {
    margin-right: 15px;
}
.screen-video button img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* .play-icon { 
    position: relative;
} */

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border: 0;
    width: 119px;
    height: 119px;
    /* position: relative; */
    border-radius: 118.54px;
    background: #F71213;
    -webkit-border-radius: 118.54px;
    -moz-border-radius: 118.54px;
    -ms-border-radius: 118.54px;
    -o-border-radius: 118.54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 141px;
    height: 141px;
    border-radius: 141px;
    opacity: 0.65;
    background: #F71213;
    -webkit-border-radius: 141px;
    -moz-border-radius: 141px;
    -ms-border-radius: 141px;
    -o-border-radius: 141px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: -1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.play-icon:hover::after {
    width: 160px;  /* New expanded width on hover */
    height: 160px; /* New expanded height on hover */
}

.kolid-akademicreator .btn-close {
    position: absolute;
    top: -35px;
    right: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23ffffff" d="M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.kolid-akademicreator .btn-close:hover {
    opacity: 0.7;
}

.kolid-akademicreator .modal-content {
    background-color: transparent;
    padding: 0;
    border: none;
}

.kolid-akademicreator .modal-dialog {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.kolid-akademicreator .modal-body {
    padding: 0;
}

.kolid-akademicreator .modal-body iframe {
    width: 100%;
    height: 450px;
}


.bekerjasama-wrp {
    background-color: #5271FF;
    padding: 80px 0 89px;
    position: relative;
    z-index: 9;
}

.bekerjasama-text h5 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px;
}

.bekerjasama-logo {
    padding: 0 0 0 136px;
}

.bekerjasama-logo .slick-list {
    padding: 0 50px 0 0;
}

.bekerjasama-logo .slick-track { 
    column-gap: 48px;
    align-items: center;
    justify-content: center;
}

.akademi-creator-pg .homepage.hero-wrp .description form {
    display: flex;
}

.bekerjasama-logo {
    opacity: 0;
}

.bekerjasama-logo.slick-initialized {
    opacity: 1;
}


.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #FFF;
    box-shadow: 0px 4px 35.9px -6px rgba(0, 0, 0, 0.10);
    /* padding: 19px 15px 15px; */
    padding: 14px 15px 15px;
}

.mobile-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}

.mobile-menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 65px;
    width: 100%;
}

.mobile-menu ul li span {
    color: rgba(163, 174, 208, 0.70);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    display: block;
    padding: 6px 0 0 0;
    line-height: 18.222px; /* 182.222% */
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-menu {
    display: none !important;
}


.mobile-menu .dropup button {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 100%;
}

.mobile-menu .dropup .dropdown-toggle::after {
    display: none;
}

.mobile-menu .dropup .dropdown-toggle.show svg path {
    fill: #5271FF;
}

.mobile-menu .dropup .dropdown-toggle.show span {
    color: #5271FF;
}

.mobile-menu .dropup .dropdown-menu.show {
    bottom: 45px !important;
}

.mobile-menu .dropup .dropdown-toggle.show svg {
    background: #DBE5FA;
    width: 100%;
    border-radius: 28px;
    /*min-height: 31px;
    padding: 3.5px;
    */padding: 3.5px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.mobile-menu .dropup .dropdown-toggle svg {
    min-height: 31px;
}

body.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(20, 23, 23, 0.60);
}

.mobile-menu .dropdown-menu li {
    max-width: 100%;
    border-bottom: 1px solid #D9D9D9;
}

.mobile-menu .dropdown-menu li:last-child {
    border: none;
}

.mobile-menu .dropdown-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#18181B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 250% */
    padding: 0 0 0 10px;
}

.mobile-menu .dropdown-menu li a::after {
    content: "";
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M5.80778 3.39406L10.4218 8.11276L5.70312 12.7268" stroke="%23332C5C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: 0 0 0 21px;
}

.mobile-menu .dropdown-menu li span {
    border-radius: 23px;
    background: #F44;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    padding: 4px 8px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    text-transform: capitalize;
    margin: 0 0 0 5px;
}

.mobile-menu .dropdown-menu {
    padding: 15px 26px 15px;
    margin-left: -50px !important;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.mobile-menu ul li:nth-child(4) .dropdown-menu {
    margin-right: -30px !important;
}

.mobile-menu ul li:first-child .dropdown-menu {
    margin-left: -10px !important;
}

.mobile-menu ul li:first-child .dropdown-menu::before {
    right: auto;
}

.mobile-menu ul li:last-child .dropdown-menu {
    margin-right: -10px !important;
}

.mobile-menu ul li:last-child .dropdown-menu::before {
    right: 25px;
}

.mobile-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    bottom: -17px;
    right: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M14.3394 20.2785C13.2107 22.3809 10.1983 22.3879 9.05977 20.2908L0.629192 4.76201C-0.454582 2.76573 0.987243 0.335938 3.25873 0.330653L20.0475 0.291587C22.319 0.286301 23.7721 2.70936 22.6977 4.71065L14.3394 20.2785Z" fill="white"/></svg>');
    background-size: cover;
    width: 30px;
    height: 33px;
}

.span-color * span {
    color: #F71213;
}

.jangan-percaya-main .section-title {
    color: #323133;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px; /* 120% */
    max-width: 765px;
    width: 100%;
    margin: 0 auto 64px;
}

.jangan-percaya-main {
    padding: 10px 0 0;
}

.jangan-percaya-section {
    background-image: url(../images/jangan-shedow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 0 0;
}

.jangan-percaya-img {
    position: relative;
    max-width: 560px;
    width: 100%;
    margin: 0 0 0 auto;
}

.jangan-percaya-img  img {
    position: relative;
}

.jangan-percaya-img::before {
    content: "";
    position: absolute;
    bottom: 80px;
    right: 4px;
    background: #000;
    width: 460px;
    height: 200px;
}

.jangan-percaya-block .row {
    align-items: flex-end;
}

.jangan-percaya-text {
    padding: 0 0 120px 0;
}

.jangan-percaya-section {
    position: relative;
}

.bekerjasama-img img {
    margin: 0 auto;
}

.shadow-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 251, 252, 0.00) 0, #FAFBFC 100%);
}

.shadow-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 251, 252, 0.00) -10%, #FAFBFC 100%);
}

.shadow-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 251, 252, 0.00) -30%, #FAFBFC 100%);
}


.jangan-percaya-block {
    position: relative;
    z-index: 9;
}

.instagram-tag {
    position: relative;
}

.instagram-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #F71213;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.instagram-tag h6 {
    color: #332C5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 28px;
}

.jangan-percaya-block .block-title {
    color: #525252;
    max-width: 454px;
    width: 100%;
    padding: 16px 0 24px;
    font-weight: 600;
}

.jangan-percaya-block p {
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.waktu-seminggu-wrp {
    background-color: #5271FF;
    /* padding: 42px 0 0 0; */
    margin: -80px 0 0;
    z-index: 8;
    position: relative;
}

.waktu-seminggu-wrp {
    position: relative;
}

.waktu-seminggu-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 526px;
    /* max-width: 920px; */
    max-width: 49%;
    margin: 42px 0 0 0;
}

.waktu-seminggu-img {
    position: relative;
    padding: 100px 0 0;
    z-index: 999;
}

.waktu-seminggu-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(82, 113, 255, 0.00) 25.21%, #5271FF 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.waktu-seminggu-main {
    position: relative;
}

.waktu-seminggu-tag {
    position: relative;
}

.waktu-seminggu-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 20px;
    height: 1px;
}

.waktu-seminggu-tag h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 0 0 0 28px;
}

.waktu-seminggu-main .row {
    align-items: center;
}

.waktu-seminggu-text {
    position: relative;
}

.waktu-seminggu-text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.waktu-seminggu-text .block-title {
    color: #FFF;
    padding: 15px 0 24px;
    font-weight: 600;
}


.youtube-list-block img {
    width: 100%;
    height: 100%;
}

.youtube-list-block {
    margin: 0 9px;
}

.youtube-list-section .slick-list {
    padding: 0 190px;
}

.youtube-list-section {
    opacity: 0;
}

.youtube-list-section.slick-initialized {
    opacity: 1;
}

.youtube-list-wrp {
    background-color: #DBE5FA;
    padding: 78px 0 100px;
}

.youtube-list-main {
    padding: 0 0 50px 0;
}

.account-alumni-main {
    padding: 143px 0 50px;
}

.account-alumni-block {
    position: relative;
}

.account-alumni-insta {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    border-radius: 18.773px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 20px 18.005px 26.674px 0px rgba(34, 34, 34, 0.10);
    backdrop-filter: blur(29.17144203186035px);
    -webkit-border-radius: 18.773px;
    -moz-border-radius: 18.773px;
    -ms-border-radius: 18.773px;
    -o-border-radius: 18.773px;
}

.account-alumni-detail {
    padding: 0 52px 0 22px;
}

.account-alumni-detail h6 {
    color: #332C5C;
    font-size: 23.152px;
    font-weight: 700;
    line-height: 30.87px; /* 133.333% */
    margin: 0 0 3px;
}

.account-alumni-detail span {
    color: #525252;
    font-size: 14.567px;
    font-weight: 400;
    line-height: 19.422px; /* 133.333% */
    margin: 0;
}

.account-alumni-img {
    padding: 80px 0 0 0;
}

.account-alumni-section .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12.84px;
    margin-top: 61px;
}

.account-alumni-section .slick-dots li button {
    display: none;
}

.account-alumni-section .slick-dots li {
    border-radius: 6.418px;
    border: 0.642px solid #5271FF;
    background: #E6F5FF;
    -webkit-border-radius: 6.418px;
    -moz-border-radius: 6.418px;
    -ms-border-radius: 6.418px;
    -o-border-radius: 6.418px;
    width: 7px;
    height: 7px;
    cursor: pointer;
}

.account-alumni-section .slick-dots li.slick-active {
    width: 9px;
    height: 9px;
}

.program-ini-user {
    max-width: 80px;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.account-alumni-img {
    position: relative;
}

.account-alumni-bottom {
    position: absolute;
    bottom: 80px;
    right: 45px;
}

.account-alumni-bottom h5 {
    color: #F71213;
    text-align: right;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
}

.account-alumni-bottom .detail {
    color:#667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: right;
    max-width: 430px;
    margin: 0 0 0 auto;
}

.account-alumni-bottom .detail span {
    font-weight: 700;
    color:#667085;
}

.jadi-content-creator-left {
    max-width: 537px;
    width: 100%;
    padding: 50px 0 0 0;
}

.jadi-content-creator-left ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jadi-content-creator-left ul li {
    color: #606176;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding: 0 0 24px 50px;
    position: relative;
}

.jadi-content-creator-left ul li:last-child {
    padding-bottom: 0;
}

.jadi-content-creator-left ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.5001 27.9001C22.3484 27.9001 27.9001 22.3484 27.9001 15.5001C27.9001 8.65177 22.3484 3.1001 15.5001 3.1001C8.65177 3.1001 3.1001 8.65177 3.1001 15.5001C3.1001 22.3484 8.65177 27.9001 15.5001 27.9001ZM21.2461 13.4961C21.8514 12.8908 21.8514 11.9094 21.2461 11.3041C20.6408 10.6988 19.6594 10.6988 19.0541 11.3041L13.9501 16.4081L11.9461 14.4041C11.3408 13.7988 10.3594 13.7988 9.75408 14.4041C9.14877 15.0094 9.14877 15.9908 9.75408 16.5961L12.8541 19.6961C13.4594 20.3014 14.4408 20.3014 15.0461 19.6961L21.2461 13.4961Z" fill="%235271FF"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 31px;
    height: 31px;
}

.jadi-content-creator-left .section-title {
    text-align: start;
    margin: 0 0 30px ;
}

.jadi-content-creator-right {
    max-width: 540px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 61px 65px;
    border-radius: 40px;
    background: rgba(82, 113, 255, 0.10);
    backdrop-filter: blur(12.5px);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.jadi-content-creator-right .block-title {
    color: #5271FF;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    margin: 0 0 24px 0;
}

.form-check-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    padding: 0 0 0 6px !important;
}

.jadi-content-creator-right form .form-group label {
    color: #606176;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; /* 16px */
    text-transform: capitalize;
    padding: 0 0 12px 0;
    margin: 0;
    cursor: pointer;
}

.jadi-content-creator-right form .form-group .form-control {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #606176;
    background-color: transparent;
    padding: 12px 16px;
}

.jadi-content-creator-right form .form-group .form-check .form-check-label {
    color: #606176;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.jadi-content-creator-right form .form-group:not(:last-child) {
    margin-bottom: 24px;
}

.jadi-content-creator-right form .form-group .form-control::placeholder { 
    color: rgba(96, 97, 118, 0.5);
}

.jadi-content-creator-right form .form-group.active .form-control {
    border-color: #5271FF;
}

.jadi-content-creator-right form .form-group.active .form-control::placeholder {
    color: #606176;
}

.jadi-content-creator-right form .form-check.selected {
    border: 1px solid #5271FF;
}

.jadi-content-creator-right form .form-check {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 11px 35px;
    cursor: pointer;
}

.jadi-content-creator-right form .form-check:not(:last-child) {
    margin-bottom: 17px;
}

.jadi-content-creator-right form .form-check.no-check {
    border: none;
    padding: 0 0 0 32px;
    box-shadow: none;
    margin: 39px 0 0 ;
}

.jadi-content-creator-right form .form-check.no-check .form-check-label {
    display: block;
    color: #606176;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; /* 14.4px */
    letter-spacing: -0.12px;
    text-transform:none;
}

.form-check-input {
    background-color: transparent !important;
}

.form-check-input:checked,
.form-check-input:checked[type=checkbox] {
    background-color: #5271FF !important;
    border-color: #5271FF;
}

.jadi-content-creator-right form .form-check.no-check .form-check-label a { 
    text-decoration: underline;
    color: #606176;
}

.jadi-content-creator-right form .form-check.no-check .form-check-label a:hover { 
    color: #5271FF;
}

.jadi-content-creator-right form button {
    width: 100%;
}

.jadi-content-creator-main {
    padding: 90px 0 124px;
}

.kata-mereka-main .jangan-percaya-main .section-title {
    max-width: 100%;
    padding: 0 0 10px ;
}

.kata-mereka-main .detail {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.kata-mereka-main .detail * {
    margin: 0;
}

.kata-mereka-main .jangan-percaya-main {
    max-width: 872px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.kata-mereka-img {
    position: relative;
}

.kata-mereka-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 22.042px 22.042px;
    opacity: 0.8;
    background: linear-gradient(0deg, #5271FF 0%, rgba(82, 113, 255, 0.00) 100%);
    -webkit-border-radius: 0px 0px 22.042px 22.042px;
    -moz-border-radius: 0px 0px 22.042px 22.042px;
    -ms-border-radius: 0px 0px 22.042px 22.042px;
    -o-border-radius: 0px 0px 22.042px 22.042px;
    z-index: 9;
}

.kata-mereka-img img {
    width: 100%;
    height: 100%;
    border-radius: 22.042px;
    -webkit-border-radius: 22.042px;
    -moz-border-radius: 22.042px;
    -ms-border-radius: 22.042px;
    -o-border-radius: 22.042px;
}

.kata-mereka-text {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 35px;
    z-index: 99;
    /* padding: 30px 0 30px 35px; */
}

.kata-mereka-text h5 {
    color: #FFF;
    font-size: 19.838px;
    font-weight: 600;
    line-height: 26.451px; /* 133.333% */
    margin: 0 0 3px 0;
}

.kata-mereka-text span {
    display: block;
    color: #FAFBFC;
    font-size: 15.43px;
    font-weight: 400;
    line-height: 24.246px; /* 157.143% */
}

.kata-mereka-block {
    max-width: 350px;
    width: 100%;
}

.kata-mereka-section .slick-track {
    column-gap: 57px;
}

.kata-mereka-section {
    padding: 71px 0 0 0;
    opacity: 0;
}

.kata-mereka-section.slick-initialized {
    opacity: 1;
}

.kata-mereka-wrp {
    padding: 108px 0 144px;
    background-color: #F2F4FC;
}

.akademi-creator-pg {
    background-color: #FAFBFC;
}

.bonus-accordion-footer {
    border-bottom: 1px solid #D9D9D9;
}

.daftar-sekarang-wrp {
    padding: 41px 0 70px;
}

.bottom-side {
    display: none;
}

.daftar-sekarang-main.jangan-percaya-main .section-title {
    max-width: 100%;
    padding-bottom: 35px;
}

.daftar-sekarang-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.daftar-sekarang-section {
    max-width: 985px;
    width: 100%;
    margin: 0 auto;
    padding: 53px 43px 38px 59px;
    border-radius: 33px;
    background: rgba(82, 113, 255, 0.10);
    -webkit-border-radius: 33px 33px 0 0;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
}

.daftar-sekarang-left span {
    display: block;
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.daftar-sekarang-left .detail {
    color: #525252;
    font-size: 30.774px;
    font-weight: 400;
    line-height: 33.851px; /* 110% */
    position: relative;
    padding: 0 4px;
    margin: 7px 0 0;
}

.daftar-sekarang-left .detail * {
    font-size: inherit;
    font-weight: inherit;
}

.daftar-sekarang-left .detail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #F71213;
}

.daftar-sekarang-left .detail * {
    margin: 0;
}

.daftar-sekarang-price .daftar-sekarang-img {
    padding: 9px 27px;
    border-radius: 23px;
    background: #FFF;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    max-width: 260px;
}

.daftar-sekarang-img img {
    width: 100%;
    height: 100%;
}

.special-price {
    padding: 33px 0 0 0;
}

.special-price p {
    color: #525252;
    font-size: 26.909px;
    font-weight: 400;
    line-height: 26.909px; /* 100% */
    margin-bottom: 10px;
}

.special-price .block-detail {
    justify-content: flex-start;
    align-items: center;
    column-gap: 13px;
    display: flex;
}

.special-price .block-detail h5 {
    color: #5271FF;
    font-size: 67.273px;
    font-weight: 600;
    line-height: 74px; /* 110% */
}

.block-detail .off {
    border-radius: 28px;
    background: #FFB3B7;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    color: #E91622;
    padding: 0px 20px;
    font-size: 48.159px;
    font-weight: 800;
    line-height: 55.212px; /* 133.333% */
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-detail .off span {
    display: flex;
    flex-direction: column;
    color: #E91622;
    font-size: 27.259px;
    font-weight: 800;
    line-height: 27.259px; /* 133.333% */
}

.block-detail .off span b {
    color: #E91622;
    font-size: 12.021px;
    font-weight: 600;
    line-height: 16.028px; /* 133.333% */
}

.daftar-sekarang-top {
    padding: 0 3px 27px 13px;
    border-bottom: 1px solid #27272A;
}

.daftar-sekarang-btn .btn-primary {
    max-width: 389px;
    width: 100%;
    text-align: center;
    margin: 43px auto 0;
}

.daftar-sekarang-bottom {
    padding: 30px 0 0 16px;
}

.daftar-sekarang-bottom h6 {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-bottom: 9px;
}

.daftar-sekarang-bottom ul li {
    color: #606176;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding: 0 0 0 30px;
    position: relative;
}

.daftar-sekarang-bottom ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM13.7071 8.70711C14.0976 8.31658 14.0976 7.68342 13.7071 7.29289C13.3166 6.90237 12.6834 6.90237 12.2929 7.29289L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L8.29289 12.7071C8.68342 13.0976 9.31658 13.0976 9.70711 12.7071L13.7071 8.70711Z" fill="%235271FF"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.daftar-sekarang-bottom ul li:not(:last-child) {
    margin-bottom: 16px;
}

.daftar-sekarang-bottom ul li span {
    border-radius: 27px;
    padding: 7px 10px 8px 10px;
    background: rgba(82, 113, 255, 0.10);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    color: #5271FF;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    margin: 0 9px 0 0;
    display: inline-block;
}

.daftar-sekarang-section-bottom {
    background-color: #5271FF;
    text-align: center;
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
    max-width: 985px;
    width: 100%;
    margin: 0 auto;
}

.daftar-sekarang-section-bottom p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 17px 0;

}

/* akademi creator Page */


/* Akanksha 31-8-2024 */

/* common */
.color-FFFFFF {
    color: #FFFFFF !important;
}
.color-FFFFFF * {
    color: #FFFFFF !important;
}
.color-FFDA00 {
    color: #FFDA00 !important;
}
.color-FFDA00 * {
    color: #FFDA00 !important;
}
.alsio-sub-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.alsio-sub-text * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    margin-bottom: 0;
}
.alsio-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 36px;
}
.alsio-title * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.alsio-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.alsio-text * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.alsio-text *:last-child {
    margin-bottom: 0;
}
/* common */


.alsio-section {
    padding-top: 42px;
}
.alsio-section .alsio-title {
    max-width: 440px;
}
.alsio-section .alsio-text {
    margin-bottom: 32px;
    max-width: 556px;
}
.alsio-social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
.alsio-social-item {
    position: relative;
}
.alsio-social-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #C7C7CC;
    top: 0;
    right: -25px;
}
.alsio-social-item:last-child:before {
    content: none;
}
.alsio-social-item-inside {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.alsio-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    background-color: #DBE5FA;
    box-shadow: 5.783px 8.262px 19.829px 0px rgba(25, 15, 44, 0.02);
    -webkit-box-shadow: 5.783px 8.262px 19.829px 0px rgba(25, 15, 44, 0.02);
    -moz-box-shadow: 5.783px 8.262px 19.829px 0px rgba(25, 15, 44, 0.02);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.alsio-social-icon * {
    width: 30px;
    aspect-ratio: 1/1;
}
.alsio-social-rank {
    font-weight: 600;
    font-size: 35px;
    line-height: 138%;
    letter-spacing: -0.706px;
    margin-bottom: 0;
}
.alsio-social-rank * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin-bottom: 0;
}
.alsio-pic {
    position: relative;
}
.alsio-pic > img {
    position: relative;
    z-index: 99;
}
.alsio-pic-engage {
    position: absolute;
    z-index: 9;
    top: 44px;
    left: -48px;
    padding: 18px 30px;
    min-width: 213px;
    min-height: 111px;
    background: #FFF;
    box-shadow: 0px 3.484px 20.906px 0px rgba(30, 37, 43, 0.05);
    -webkit-box-shadow: 0px 3.484px 20.906px 0px rgba(30, 37, 43, 0.05);
    -moz-box-shadow: 0px 3.484px 20.906px 0px rgba(30, 37, 43, 0.05);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.alsio-pic-engage-above {
    display: flex;
    align-items: center;
    gap: 4px;
}
.alsio-pea-text {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #332C5C;
    text-transform: capitalize;
    margin-bottom: 0;
}
.alsio-pea-text * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    margin-bottom: 0;
}
.alsio-pea-high {
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #5B8104;
    margin-bottom: 0;
    padding: 1px 7px;
    background: rgba(138, 198, 0, 0.20);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.alsio-pea-high * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
}
.alsio-peb-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #5E587A;
    margin-bottom: 0;
}
.alsio-peb-text * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
}
.alsio-pic-imp {
    position: absolute;
    z-index: 9;
    top: 147px;
    right: 0;
    padding: 15px 27px 35px 12px;
    background: #FFF;
    box-shadow: 0px 1.435px 19.808px 4.306px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1.435px 19.808px 4.306px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1.435px 19.808px 4.306px rgba(0, 0, 0, 0.05);
    border-radius: 8.988px;
    -webkit-border-radius: 8.988px;
    -moz-border-radius: 8.988px;
    -ms-border-radius: 8.988px;
    -o-border-radius: 8.988px;
}
.alsio-pic-imp-above {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.alsio-pic-imp-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #101828;
    text-transform: capitalize;
    margin-bottom: 0;
}
.alsio-pic-imp-text * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    margin-bottom: 0;
}
.alsion-red-icon {
    position: absolute;
    z-index: 9;
    top: 39px;
    right: 100px;
    padding: 11px;
    width: 60px;
    aspect-ratio: 1/1;
    background: #E91622;
    border-radius: 16.8px;
    -webkit-border-radius: 16.8px;
    -moz-border-radius: 16.8px;
    -ms-border-radius: 16.8px;
    -o-border-radius: 16.8px;
}
.alsion-red-img img {
    width: 33px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.alsio-shape-purple {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 369px;
    height: 330px;
    background: #8CA1FF;
    border-radius: 34px 34px 0px 0px;
    -webkit-border-radius: 34px 34px 0px 0px;
    -moz-border-radius: 34px 34px 0px 0px;
    -ms-border-radius: 34px 34px 0px 0px;
    -o-border-radius: 34px 34px 0px 0px;
}
.alsion-yellow-icon {
    position: absolute;
    z-index: 9;
    top: 208px;
    left: 15px;
    padding: 9px;
    width: 47px;
    aspect-ratio: 1/1;
    background: #FFDA00;
    border-radius: 13.2px;
    -webkit-border-radius: 13.2px;
    -moz-border-radius: 13.2px;
    -ms-border-radius: 13.2px;
    -o-border-radius: 13.2px;
}
.alsion-yellow-img img {
    width: 26px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.alsio-left {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}


.bonus-section {
    padding: 141px 0 61px 0;
}
.bonus-section .alsio-title {
    color: #323133;
    margin-bottom: 67px;
}
.bonus-section .alsio-title span {
    color: #F71213;
}
.bonus-accordion-flex {
    display: flex;
}
.bonus-accordion-col1-flex {
    flex: 0 0 93px;
}
.bonus-accordion-col2-flex {
    flex: 0 0 725px;
}
.bonus-accordion-col3-flex {
    flex: 0 0 calc(100% - 818px);
}
.bonus-accordion-col1-flex *:last-child {
    margin-bottom: 0;
}
.bonus-accordion-col2-flex *:last-child {
    margin-bottom: 0;
}
.bonus-accordion-col3-flex *:last-child {
    margin-bottom: 0;
}
.bonus-accordion-header-col1 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 126%;
    color: #5271FF;
    padding: 14px 28px 14px 32px;
    background-color: rgba(82, 113, 255, 0.20);
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}
.bonus-accordion-header-col2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 126%;
    color: #5271FF;
    padding: 14px 58px 14px 28px;
    background-color: rgba(82, 113, 255, 0.20);
}
.bonus-accordion-header-col3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 126%;
    color: #5271FF;
    padding: 14px 10px 14px 10px;
    background-color: rgba(82, 113, 255, 0.20);
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}
.bonus-accordion-header-col1 *,
.bonus-accordion-header-col2 *,
.bonus-accordion-header-col3 * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.bonus-accordion-button-col1 {
    text-align: center;
    padding: 22px 10px 16px 10px;
    font-size: 16px;
    line-height: 126%;
    color: #606176;
}
.bonus-accordion-button-col1 * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
}
.bonus-accordion-button-col2 {
    padding: 22px 10px 16px 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bonus-accordion-button-col2 p {
    font-size: 16px;
    line-height: 126%;
    color: #606176;
    margin-bottom: 0;
}
.bonus-accordion-button-col2 button {
    margin-top: -4px;
    border: none;
    background: rgba(82, 113, 255, 0.10);
    padding: 7px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #5271FF;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
}
.bonus-accordion-button-col3 {
    padding: 22px 10px 16px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 126%;
    color: #606176;
}
.bonus-accordion-button-col3 * span {
    font-weight: 400;
}
.bonus-accordion-body-col2 {
    padding: 0 10px 28px 28px;
    font-size: 16px;
    line-height: 126%;
    color: #667085;
}
.bonus-accordion-body-col2 p {
    margin-bottom: 0;
}
.bonus-accordion-footer-col2 p {
    margin-bottom: 0;
}
.bonus-item-below-open-button-mobile {
    display: none;
}
.total-bonus-accodion-body-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #606176;
}
.total-bonus-accodion-body-amount {
    font-weight: 700;
    font-size: 16px;
    line-height: 126%;
    color: #5271FF;
}
.total-bonus-accodion-body-button button {
    margin-top: 10px;
    border: none;
    padding: 7px 10px;
    background: rgba(82, 113, 255, 0.10);
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #5271FF;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
}
.bonus-accordion-footer-col2 {
    padding: 22px 10px 20px 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 126%;
    color: #5271FF;
}
.bonus-accordion-footer-col2 * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.bonus-item {
    border-bottom: 1px solid #D9D9D9;
}
.bonus-accordion-footer-col3 {
    padding: 22px 10px 20px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 126%;
    color: #5271FF;
}
.bonus-accordion-footer-col3 * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.bonus-accordion-footer-col3 * span {
    font-weight: 400;
}
.bonus-item-below {
    display: none;
}
.bonus-item-below.bonus-item-below-open {
    display: block;
}
.total-bonus-accodion-body {
    display: none;
}

/* Akanksha 31-8-2024 */


/* divyesh */

/* akademi-creator-section */

.akademi-creator-section{
    padding: 50px 0px 68px;
    position: relative;
}


.akademi-creator-slick .slick-list.draggable{
    padding-right: 134px;
}

.akademi-creator-section .slick-arrow{
    height: 53px;
    width: 53px;
    border-radius: 10.641px;
    border: 1.33px solid #E8E8E8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in all;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -ms-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.akademi-creator-section .slick-arrow:hover{
    background: #5271FF;
}

.akademi-creator-section .slick-arrow svg path{
    fill: #969696;
    transition: 0.3s ease-in all;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -ms-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.akademi-creator-section .slick-arrow:hover svg path{
    fill: #fff;
}

.akademi-creator-section .btn-contain{
    display: flex;
    align-items: center;
}

.akademi-creator-section .btn-contain .btn-previous{
    margin-right: 10px;
}

.akademi-creator-section .slick-arrow i{
    width: 26px;
    height: 26px;
}

.akademi-creator-slick .akademi-creator-item .akademi-block{
        height: 100%;
}   

.akademi-creator-slick .akademi-creator-item{
    padding: 0px 20px;
    height: inherit !important;
}

.akademi-wrap{ max-width: 1173px; margin-right: auto; margin-left: auto; }
.akademi-creator-slick{ padding-left: 300px;}
.akademi-creator-slick .slick-list.draggable{padding-right: 380px}

.akademi-creator-slick {
    
    margin-right: -20px;
    margin-left: -20px; 
}

.akademi-main-details .section-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    color: #323133;
}

.akademi-main-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.akademi-creator-details{
    max-width: 474px;
    padding-bottom: 77px;
}

.akademi-wrap>*:first-child{
    max-width: 504px;
    flex: 0 0 auto;
}

.akademi-creator-img.img-3{
    height: 286px;
}

.akademi-wrap{
    display: flex;
    height: 100%;
    border-radius: 20px;
    justify-content: space-between;
    max-width: 1173px;
    padding: 77px 27px 0 70px;
    background: rgba(82, 113, 255, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.akademi-wrap>*{
    padding: 0px 15px;
}

.akademi-category{
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    padding: 10px 16px;
    border-radius: 27px;
    background: rgba(82, 113, 255, 0.10);
    color: #5271FF;
    display: inline-block;
    margin-bottom: 22px;
}

.akademi-creator-img figure{
    margin: 0;
}



.akademi-creator-details .details{
    font-size: 16px;
    line-height: 150%;
    color: #667085;
}

.akademi-creator-details .details *{
    margin-bottom: 18px;
}

.akademi-creator-details .block-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 122.222%;
    margin-bottom: 20px;
    color: #525252;
}

.akademi-creator-img{
    height: 448px;
}

.akademi-creator-img.img-2{
    height: 328px;
}

.akademi-creator-img *{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.akademi-counter-block .detail span {
    font-weight: 500;
}

.akademi-category *{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

.akademi-creator-details .our-services ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    padding-left: 39px;
    position: relative;
    display: flex;
    margin-bottom: 9px;
    align-items: center;
}

.akademi-creator-details .our-services ul li .icon{
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5.034px;
    position: absolute;
    left: 0;
    background: rgba(82, 113, 255, 0.2);
    box-shadow: 2.844px 4.062px 9.75px 0px rgba(25, 15, 44, 0.02);
}

.akademi-creator-details .akademi-counter-wrap{
    display: flex;
    align-items: center;
}

.akademi-creator-details .akademi-counter-wrap>*{
    padding-right: 50px;
    position: relative;
}

.akademi-creator-details .akademi-counter-wrap>*::after{
    content: "";
    display: inline-block;
    background: #C7C7CC;
    height: 100%;
    position: absolute;
    right: 24px;
    top: 0;
    width: 1px;
}

.akademi-creator-details .akademi-counter-wrap>*:last-child{
    padding-right: 0;
}

.akademi-creator-details .akademi-counter-wrap>*:last-child::after{
    display: none;
}

.akademi-creator-details .akademi-counter-block .number{
    color: #5271FF;
    font-size: 38px;
    line-height: 138%;
    letter-spacing: -0.761px;
    font-weight: 600;
}

/* akademi-creator-section */

/* curriculum-program */
.curriculum-program{
    padding: 68px 0px 58px;
    counter-reset: numbercount;
}

.curriculum-details .small-title{
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    color: #F71213;
    margin-bottom: 9px;
}

.curriculum-details{
    margin-bottom: 52px;
}

.curriculum-main-detail {
    display: flex;
}

.number-block .number{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    z-index: 99;
    background: #F71213;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

 .number-block .number span::after{
    content: counter(numbercount);
    counter-increment: numbercount;
    position: relative;
    z-index: 99;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #fff;
}

.curriculum-block-details .block-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 122.22%;
    color: #525252;
    margin-bottom: 5px;
}

.curriculum-block-details .tag-detail{
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #5271FF;
    padding: 10px 19px 10px 44px;
    border-radius: 27px;
    background: rgba(82, 113, 255, 0.10);
    position: relative;
    transition: 0.3s ease-in all;
    opacity: 1;
    margin-bottom: 36px;
    display: inline-flex;
    align-items: center;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -ms-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.curriculum-block-details{
    padding-left: 22px;
}

.curriculum-block-details .tag-detail:hover{
    opacity: 0.7;
}

.curriculum-block{
    position: relative;
    padding-bottom: 40px;
}

.curriculum-block-details .tag-detail img{
    position: absolute;
    left: 18px;
}

.number-block .number::before{
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='550' viewBox='0 0 2 434' fill='none'%3E%3Cpath d='M1 0L1.00002 434' stroke='%23D9D9D9' stroke-dasharray='5 5'/%3E%3C/svg%3E");
    width: 2px;
    height: 550px;
    position: absolute;
    top: 0px;
}

.number-block{
    display: inline-block;
    position: relative;
}

.number-block.hide-line .number::before{
    display: none;
}

.curriculum-block .curriculum-main-detail.hide-line::after{
    display: none;
}

.curriculum-block-details .details p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    letter-spacing: -0.1px;
}

.curriculum-block-details .block-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.curriculum-details .small-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
}

.curriculum-details .section-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    color: #323133;
}

.curriculum-details .section-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/* curriculum-program */

/* faq-wrp faq-section-2 */
.faq-wrp.faq-section-2{
    padding: 115px 0px 130px;
}
/* faq-wrp faq-section-2 */

/* content-creator-section */
.content-creator-section{
    padding: 0 0 72px;
}
.content-creator-details{
    margin: 0 auto;
    padding: 0px 20px 0px 96px;
    background: #5271FF;
    border-radius: 15px;
}

.about-content-cretor .section-title{
    font-weight: 600;
    font-size: 44px;
    line-height: 126%;
    color: #FFDA00;
    margin-bottom: 16px;
}

.about-content-cretor .detail{
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
    margin-bottom: 18px;
}

.about-content-cretor .btn-primary{
    background: #FFDA00;
    color: #5271FF;
}

.about-content-cretor .btn-primary:hover{
    background-color: #F4F7FE;
}

.about-content-img {
    margin-top: -40px;
}

.about-img-block{
    position: relative;
}

.about-img-block  .alsion-red-icon {
    position: absolute;
    z-index: 9;
    top: 190px;
    right: 410px;
    padding: 11px;
    width: 44px;
    aspect-ratio: 1 / 1;
    background: #E91622;
    border-radius: 16.8px;
    -webkit-border-radius: 16.8px;
    -moz-border-radius: 16.8px;
    -ms-border-radius: 16.8px;
    -o-border-radius: 16.8px;
}

.about-img-block .alsion-yellow-icon {
    position: absolute;
    z-index: 9;
    top: 300px;
    left: -75px;
    padding: 9px;
    width: 47px;
    aspect-ratio: 1 / 1;
    background: #FFDA00;
    border-radius: 13.2px;
    -webkit-border-radius: 13.2px;
    -moz-border-radius: 13.2px;
    -ms-border-radius: 13.2px;
    -o-border-radius: 13.2px;
}

.content-creator-details{
    position: relative;
}

.content-creator-details .content-creator-shape{
    position: absolute;
}

.content-creator-details .content-creator-shape.shape-1{
    left: 25px;
}

.content-creator-details .content-creator-shape.shape-2{
    left: 425px;
}

.content-creator-details .row{
    margin-right: -55px;
    margin-left: -55px;
}

.content-creator-details .row>*{
    padding: 0px 55px;
}

.about-content-cretor{
    padding-top: 51px;
}

/* content-creator-section */

/* footer */

.kol-id-x-footer{
    padding: 98px 0px 74px;
}

.kol-id-x-footer .f-logo .brand-1{
    width: 171px;
}

.kol-id-x-footer .f-logo .brand-2{
    width: 122px;
}

.kol-id-x-footer .f-logo{
    margin-bottom: 25px;
}

.kol-id-x-footer .f-logo ul{
    display: flex;
    align-items: center; 
}

.kol-id-x-footer .f-logo ul li{
    padding: 0px 27px;
    position: relative;
    border-right: 1px solid #A3AED0;
}

.kol-id-x-footer figure{
    margin: 0px;
}




.kol-id-x-footer .f-logo ul li:first-child{
    padding-left: 0;
}

.kol-id-x-footer .f-logo ul li:last-child{
    padding-right: 0;
    border-right: none;
}

.kol-id-x-footer .f-logo .brand-1  *{
    height: 100%;
    width: 100%;
}


.social-icon ul{
    display: flex;
    align-items: center;
}


.kol-id-x-footer .f-details p{
    font-weight: 400;
    font-size: 14px;
    line-height: 171.429%;
    color: #52525B;
    margin-bottom: 29px;
}

.social-icon ul li a svg path{
    fill: #27272A;
    transition: 0.4s ease-in all;
    -webkit-transition: 0.4s ease-in all;
    -moz-transition: 0.4s ease-in all;
    -ms-transition: 0.4s ease-in all;
    -o-transition: 0.4s ease-in all;
}

.kol-id-x-footer .f-top .row{
    justify-content: space-between;
}

.kol-id-x-footer .f-top .row>*:first-child{
    width: 420px;
}

.kol-id-x-footer .f-top .row>*:nth-child(2){
    width: 228px;
}

.kol-id-x-footer .f-top .row>*:nth-child(3){
    width: 248px;
}

.kol-id-x-footer .f-top .row>*:nth-child(4){
    width: 220px;
}

.social-icon ul li a:hover svg path{
    fill: #0d6efd;
}

.f-title span{
    font-weight: 700;
    font-size: 14px;
    line-height: 171.429%;
    color: #18181B;
    display: inline-block;
    margin-bottom: 12px;
}

.f-block.f-quick-link ul li a{
    font-weight: 400;
    font-size: 12px;
    line-height: 250%;
    color: #18181B;
    transition: 0.4s ease-in all;
    -webkit-transition: 0.4s ease-in all;
    -moz-transition: 0.4s ease-in all;
    -ms-transition: 0.4s ease-in all;
    -o-transition: 0.4s ease-in all;
}

.f-block.f-quick-link .quick-link{
    margin-bottom: 32px;
}

.f-block.f-quick-link .quick-link ul li span{
    font-size: 12px;
    color: #fff;
    padding: 4px 8px;
    margin-left: 4px;
    background: #F44;
    border-radius: 23px;
    line-height: 100%;
    text-transform: capitalize;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.f-block.f-quick-link ul li a:hover{
    color: #0d6efd;
}

.f-top{
    padding-bottom: 33px;
}

.copyrights ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyrights ul li{
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #4B5768;
}

.f-bottom{
    padding-top: 20px;
    border-top: 1px solid rgba(30, 37, 43, 0.24);
}

.social-icon ul li{
    margin-right: 18px;
}

.social-icon ul li a{
    display: inline-block;
}

.social-icon ul li:last-child{
    margin-right: 0px;
}
/* footer */
/* divyesh */

.akademi-creator-pg .hero-wrp {
    padding-top: 220px;
    padding-bottom: 0;
}

.jangan-percaya-wrp {
    padding: 87px 0 0 0;
}

.akademi-creator.homepage .navbar-nav .nav-link {
    font-size: 16px; 
}

header.akademi-creator {position: fixed; top: 0; left: 0; right: 0;}

.mobile-menu ul li.center-menu span {
    color: #5271FF;
}

.mobile-menu ul li.center-menu .center-icon {
    width: 53px;
    height: 53px;
    border-radius: 27.5px;
    background: linear-gradient(180deg, #5271FF 0%, #2B4AD8 100%);
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -23px auto 0;
}

.mobile-menu ul li.center-menu .center-icon svg {
    width: 25px;
    height: auto;
    
}

.mobile-menu ul li.center-menu .center-icon svg path {
    fill: #FFDA00;
    stroke: #5271FF;
}

.mobile-menu.counter-page ul li.center-menu .center-icon svg path{
        fill: #5271FF;
        stroke: #5271FF;
}

.mobile-menu.counter-page ul li.center-menu .center-icon{
    background: #DBE5FA;
    border-radius: 28px;
    height: 31px;
    width: 76px;
    margin: -10px auto 0;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}






.mobile-menu .dropup.center-menu .dropdown-toggle.show svg {
    background: unset;
    width: unset;
    border-radius: unset;
    padding: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.mobile-menu .dropup.center-menu .dropdown-toggle.show svg path {
    fill: #FFDA00;
}


/*================ counter ==================*/

.homepage.akademi-creator.counter-page .navbar-nav .nav-link.active{
    position: relative;
}

.homepage.akademi-creator.counter-page .navbar-nav .nav-link.active::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    left: -15px;
    top: 3px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M3.58288 11.7317H2.34635C2.19078 11.7317 2.04158 11.7935 1.93157 11.9035C1.82157 12.0135 1.75977 12.1627 1.75977 12.3183C1.75977 12.4739 1.82157 12.6231 1.93157 12.7331C2.04158 12.8431 2.19078 12.9049 2.34635 12.9049H11.7318C11.8873 12.9049 12.0365 12.8431 12.1466 12.7331C12.2566 12.6231 12.3184 12.4739 12.3184 12.3183C12.3184 12.1627 12.2566 12.0135 12.1466 11.9035C12.0365 11.7935 11.8873 11.7317 11.7318 11.7317H10.4952C10.3504 10.1045 9.86701 7.26775 8.25095 6.45239C9.75497 5.61768 10.2764 3.6309 10.4589 2.34627H11.7318C11.8873 2.34627 12.0365 2.28447 12.1466 2.17446C12.2566 2.06446 12.3184 1.91526 12.3184 1.75968C12.3184 1.60411 12.2566 1.45491 12.1466 1.3449C12.0365 1.2349 11.8873 1.1731 11.7318 1.1731H2.34635C2.19078 1.1731 2.04158 1.2349 1.93157 1.3449C1.82157 1.45491 1.75977 1.60411 1.75977 1.75968C1.75977 1.91526 1.82157 2.06446 1.93157 2.17446C2.04158 2.28447 2.19078 2.34627 2.34635 2.34627H3.61925C3.80168 3.6309 4.32316 5.61768 5.82717 6.45239C4.21112 7.26775 3.72777 10.1045 3.58288 11.7317ZM5.2793 9.73729C5.2793 9.03338 7.03906 7.62557 7.03906 7.62557C7.03906 7.62557 8.79883 9.03338 8.79883 9.73729V11.7317H5.2793V9.73729Z' fill='%235271FF'/%3E%3C/svg%3E")
}

.social-media-followers{
    padding: 229px 0 40px;
    position: relative;
}
.social-media-followers:after{
    position: absolute;
    content: '';
    background: #F2F4FC;
    width: 100%;
    height: 65%;
    top: 0;
    left:0 ;
    right: 0;
}
.social-media-followers .container-fluid,
.social-media-followers .container{
    position: relative;
    z-index: 1;
}
.social-media-followers .social-media-followers-block .main-title{
    font-weight: 700;
    font-size: clamp(2.75rem, 2.333rem + 1.575vw, 3.75rem);
    line-height: 117%;
    color: #5271FF;
}

.social-media-followers .social-media-followers-block .main-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.social-media-followers-block .details{
    font-weight: 400;
    font-size: clamp(1rem, 0.896rem + 0.394vw, 1.25rem);
    line-height: 156.25%;
    color: #667085;
    max-width: 409px;
}

.social-media-followers-block .details *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 18px;
}

.social-media-followers-block .btn-contain .btn-primary{
    padding: 16px 66.5px;
}

.social-media-followers .social-media-followers-wrap{
    max-width: 1172px;
    margin: 0 auto;
}

.social-media-followers .social-media-img-contain{
    max-width: 1257px;
    margin-left: auto;
    margin-right: auto;
}

.social-media-followers-block{
    margin-bottom: 60px;
}

.loyal-customers-main{
    padding: 90px 0 100px;
    background: #FAFBFC;
}

.loyal-customers-main .section-title{
    font-weight: 600;
    font-size: clamp(2rem, 1.635rem + 1.378vw, 2.875rem);
    line-height: 122%;
    text-transform: capitalize;
    color: #323133;
}

.loyal-customers-cart .loyal-customers-details .cart-title span{
    background: #FFDA00;
}

.loyal-customers-main .section-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 52px;
}

.loyal-customers-wrap .main-details{
    max-width: 718px;
    margin: 0 auto;
}

.loyal-customers-cart .loyal-customers-details .cart-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #455154;
    letter-spacing: -0.272px;
}

.loyal-customers-cart .loyal-customers-details .cart-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.loyal-customers-cart .loyal-customers-block{
    padding: 43px 21px 24px 21px;
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    height: calc(100% - 19px);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.loyal-customers-img{
    height: 251px;
}

.loyal-customers-img *{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.loyal-customers-cart .loyal-customers-details  .details{
    font-weight: 400;
    font-size: clamp(0.875rem, 0.823rem + 0.197vw, 1rem);
    line-height: 163%;
    color: #52525B;
}

.loyal-customers-block .loyal-customers-details{
    max-width: 292px;
    margin: 0 auto;
}

.loyal-customers-cart .loyal-customers-details .details *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 18px;
}

.social-media-img{
    position: relative;
}

.social-media-img .frame{
    top: -11px;
    bottom: 0;
    left: -5px;
    right: -30px;
    position: absolute;
    z-index: 1;
    height: 858px;
}

.social-media-img .video-contain{
    height: 840px;
}

.social-media-img .video-contain *{
    width: 100%;
    height: 100%;
    border-radius: 69px;
    object-fit: cover;
    -webkit-border-radius: 69px;
    -moz-border-radius: 69px;
    -ms-border-radius: 69px;
    -o-border-radius: 69px;
}

.social-media-img .frame *{
    width: 100%;
    height: 100%;
}

.secure-customers-main{
    padding: 68px 0;
}

.secure-customers-main .secure-customers-wrap{
    max-width: 997px;
    margin: 0 auto;
}

.secure-customers-block .block-title{
    font-weight: 500;
    font-size: 26px;
    line-height: 116%;
    color: #fff;
}

.secure-customers-block .detail{
    font-weight: 400;
    font-size: 14px;
    line-height: 172%;
    color: #fff;
}

.secure-customers-block .detail *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
}

.secure-customers-block  .secure-customers-icon{
    margin-bottom: 14px;
}

.secure-customers-block .block-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 5px;
}

.secure-customers-wrap .secure-customers-block{
    height: 100%;
}

.visitors-to-followers-main{
    padding: 105px 0 50px;
    background: #FAFBFC;
}

.visitors-to-followers-wrap .section-title{
    font-weight: 600;
    font-size: clamp(2rem, 1.635rem + 1.378vw, 2.875rem);
    line-height: 122%;
    text-transform: capitalize;
    color: #323133;
}

.visitors-to-followers-wrap .section-title *{
    margin-bottom: 45px;
}

.visitors-followers-block .visitors-img{
    height: 249px;
}

.visitors-followers-block .visitors-img *{
    border-radius: 9px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.visitors-followers-block{
    padding: 24px 22px 40px 26px;
    height: calc(100% - 58px);
    margin-bottom: 58px;
    background: #fff;
}

.visitors-followers-block .visitors-img{
    margin-bottom: 24px;
}

.visitors-details .details{
    font-weight: 400;
    font-size: 16px;
    line-height: 162.5%;
    color: #52525B;
}

.visitors-details .cart-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 120.856%;
    color: #455154;
    letter-spacing: -0.272px;
}

.visitors-details .cart-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    margin-bottom: 16px;
}

.visitors-details .details *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.growing-faster-wrap .growing-faster-main-details{
    max-width: 755px;
    margin: 0 auto;
}

.growing-faster-wrap .growing-faster-main-details .section-title{
    font-weight: 600;
    font-size: clamp(2rem, 1.635rem + 1.378vw, 2.875rem);
    line-height: 122%;
    text-transform: capitalize;
    color: #323133;
}

.growing-faster-wrap .growing-faster-main-details .section-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 52px;
}

.growing-faster-main {
    padding: 29px 0  50px;
}

.growing-faster-block{
    border-radius: 40px;
    background: rgba(82, 113, 255, 0.10);
    padding: 72px 79px 80px 79px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.growing-faster-block>*:last-child{
    flex: 1 1 auto;
}



.growing-faster-quota .block-title{
    font-weight:500;
    font-size: clamp(1rem, 0.786rem + 1.071vw, 1.75rem);
    line-height: 136%;
    color: #455154;
}

.growing-faster-quota .block-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 38px;
}

.growing-faster-quota .detail{
    position: relative;
    padding-top: 76px;
    max-width: 432px;
}

.growing-faster-quota .detail::before{
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 35' fill='none'%3E%3Cpath d='M42.28 34.3H26.04C24.4533 29.1667 23.66 23.8467 23.66 18.34C23.66 12.74 25.1067 8.30666 28 5.03999C30.9867 1.68 35.3733 0 41.16 0V7.84C36.4933 7.84 34.16 10.6867 34.16 16.38V19.04H42.28V34.3ZM18.62 34.3H2.38C0.793333 29.1667 0 23.8467 0 18.34C0 12.74 1.44667 8.30666 4.34 5.03999C7.32667 1.68 11.7133 0 17.5 0V7.84C12.8333 7.84 10.5 10.6867 10.5 16.38V19.04H18.62V34.3Z' fill='%23CBD5E1'/%3E%3C/svg%3E");
    width: 43px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

.growing-faster-quota .contact-details ul li{
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #5271FF;
    letter-spacing: -0.2px;
}

.growing-faster-quota .contact-details ul li a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #667085;
}

.growing-faster-quota .contact-details ul li a:hover{
    opacity: 0.5;
}

.growing-faster-quota .contact-details ul li a svg{
    margin-right: 7px;
}

.growing-faster-img *{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.growing-faster-slick-item{
    padding: 0 20px;
}

.growing-faster-img{
    margin-left: 54px;
}

.growing-faster-slick .slick-list.draggable{
    margin: 0 -20px;
    padding: 0 465px;
}

.growing-faster-img *{
    width: 100%;
    height: 100%;
}

.growing-faster-carusole .slick-dots{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top: 47px;
}

.growing-faster-carusole .slick-dots li{
    margin-right: 12px;
    display: inline-flex;
}

.growing-faster-carusole .slick-dots li button{
    text-indent: -99999999px;
}

.growing-faster-carusole .slick-dots li.slick-active button{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.growing-faster-carusole .slick-dots li button{
    border-radius: 8.985px;
    border: 0.963px solid #5271FF;
    padding: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E6F5FF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.instagram-counter-main{
    padding: 56px 0 120px;
}

.instagram-counter-main .instagram-counter-wrap{
    max-width: 1125px;
    margin: 0 auto;
}

.instagram-counter-block .instagram-counter-img *{
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.instagram-counter-details .block-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 311.111%;
    color: #5271FF;
}

.instagram-counter-details .block-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.instagram-counter-details .section-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    color: #18181B;
}

.instagram-counter-details .section-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 3px;
}

.instagram-counter-details .small-title del {
    font-weight: 500;
    font-size: 24px;
    color: #A3AED0;
    line-height: 149.467%;
    position: relative;
}

.instagram-counter-details .small-title del::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #A3AED0;
}

.instagram-counter-details .small-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 149.467%;
    color: #5271FF ;
}


.instagram-counter-details .small-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 26px;
}

.instagram-counter-block .instagram-counter-details{
    margin-left: 55px;
}

.instagram-counter-details .form-group .form-tilte{
    font-weight: 700;
    font-size: 16px;
    line-height: 186%;
    color: #636571;
}

.instagram-counter-details .form-group .form-tilte *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 7px;
}

.instagram-counter-details .form-group .form-tilte span{
    font-weight: 400;
}

.form-group  .btn-contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group  .btn-contain label{
    margin-top: 0 !important;
}

.form-group  .btn-contain .btn-primary{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    border-radius: 15px;
    border: 1px solid;
    background-color: transparent;
    color: #667085;
    margin-right: 11px;
    padding: 6px 15px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.form-group  .btn-contain .btn-primary.active{
    border-color: #5271FF;
    color: #0d6efd;
}

.instagram-counter-block .form-check{padding-left: 0px !important; margin-bottom: 0 !important;}

.form-group  .btn-contain{
    max-width: 342px;
}

.instagaram-img{
    display: none;
}

.tiktok-img{
    display: none;
}

.instagaram-img.active{
    display: block;
}

.tiktok-img.active{
    display: block;
}



.form-group  .btn-contain .btn-disabled{
    color: #667085;
    border: 1px solid;
    background-color: transparent;
    border-color: #667085;
}

.instagram-counter-details form .form-group .btn-contain{
    margin-bottom: 12px;
}

.instagram-counter-details .form-group{
    margin-bottom: 26px;
}

.instagram-counter-details .form-group .form-control{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 16px;
}

.instagram-counter-details .form-label{
    font-weight:500;
    font-size: 14px;
    line-height: 100%;
    color: #344054;
}

.form-group .contact-deetails{
    display: flex;
    border: 1px solid #D0D5DD;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.form-group .contact-deetails *{
    height: 100%;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.instagram-counter-details .form-group .contact-deetails .form-control{
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 2px 0 0;
}

.instagram-counter-details form .form-group .btn-contain .btn:hover{
    color: #5271FF;
    border-color: #5271FF;
}

.instagram-counter-details .form-group .contact-deetails .form-select{
    width: 12%;
    margin-bottom: 0 !important;
    color: #101828;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 20px 20px
}

.instagram-counter-details form  .btn-primary{
    width: 100%;
    text-align: center;
    margin-top: 18px;
}


.kol-id-x-footer.counter-page .f-bottom .f-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kol-id-x-footer.counter-page .f-bottom .f-content .f-right ul{
    display: flex;
    align-items: center;
}

.kol-id-x-footer.counter-page .f-bottom .f-content .f-right ul li{
    margin-right: 18px;
}

.kol-id-x-footer.counter-page .f-bottom .f-content .f-right ul li:last-child{
    margin-right: 0;
}

.kol-id-x-footer.counter-page .f-bottom .f-content .f-right ul li a svg path{
    fill: #000;
    transition: 0.3s ease-in all;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -ms-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.modal.counter-page .modal-content{

    border-radius: 20px;
    box-shadow: 0px 3px 14px 0px rgba(74, 58, 255, 0.03), 0px -2px 4px 0px rgba(20, 20, 43, 0.12), 0px 12px 44px 0px rgba(20, 20, 43, 0.34);
}

.modal.counter-page .modal-content .modal-header{
    border: none;
}
.modal.counter-page .modal-content .modal-footer{
    border: none;
    padding: 0;
}

.modal.counter-page .modal-content .btn-primary{
    padding: 16px 26.5px;
    margin: 0;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.14px;
    margin: 0 auto;
}

.modal.counter-page .modal-content .btn-primary:focus:active{
    background: #FFDA00;
    color: #5271FF;
}

.modal-content{
    display: block;
}

.modal.counter-page .modal-content .model-img{
    margin-top: -120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.modal.counter-page {
    overflow: visible;
    top: 100px;
}

.modal.counter-page .modal-body{
    padding: 10px 15 28px;  
}

.kol-id-x-footer.counter-page .f-bottom .f-content .f-right ul li a:hover svg path{
    fill: #5271FF;
}

.modal.counter-page .modal-dialog{
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
}

.modal-header .btn-close{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1.39844 1.52246L11.3984 11.0225' stroke='%23C6C8CB' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.3984 1.52246L1.39844 11.0225' stroke='%23C6C8CB' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    height: 13px;
    width: 13px;
    opacity: 1;
}

.growing-faster-carusole .slick-dots li:last-child{
    margin: 0;
}

.modal-header .btn-close:hover{
    opacity: 0.6;
}

.modal.counter-page  .modal-footer{
    justify-content: center;
}

.modal.counter-page .modal-body .section-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 192%;
    color: #170F49;
}


.modal.counter-page .modal-body .section-title *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.modal.counter-page .modal-body .details{
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    color: #6F6C90;
    max-width: 291px;
    margin-left: auto;
    margin-right: auto;
}

.modal.counter-page .modal-body .details *{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/*================ counter ==================*/

/* ***** MOU Page ***** */
.mou-banner{
    padding: 65px 0 65px;
    background: #F2F4FC;
    position: relative;
}
.mou-banner .row{
    align-items: center;
}
.mou-banner-dt h1{
    font-size: 60px;
    font-weight: bold;
    color: #5271FF;
    line-height: 70px;
    margin: 0 0 15px;
}
.mou-banner-dt p{
    font-size: 16px;
    font-weight: normal;
    color: #667085;
    line-height: 24px;
    max-width: 440px;
    margin: 0 0 25px;
}
.mou-img img{
    width: 100%;
}

.create-mou-wrp{
    padding: 65px 0 45px;
    background: #FAFBFC;
    position: relative;
}
img.wizard-shp{
    position: absolute;
    top: 0;
    right: 0;
}
.create-mou-wrp h2{
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin: 0 0 45px;
}
.form-wizard .wizard-fieldset {
    display: none;
    background: #fff;
    border-radius: 16px;
}
.form-wizard .wizard-fieldset.show {
    display: block !important;
}
.form-wizard-header{
    max-width: 560px;
    margin: 0 0 45px;
}
.form-wizard .form-wizard-steps li{
    float: left;
    position: relative;
    margin-right: 35px;
}
.form-wizard .form-wizard-steps li:last-child{
    margin: 0;
}
.form-wizard .form-wizard-steps li::after {
    background-color: rgba(7, 29, 129, 0.10);
    content: "";
    height: 1px;
    position: absolute;
    right: -35px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
}
.form-wizard .form-wizard-steps li span{
    background-color: #FAFBFC;
    border-radius: 30px;
    display:flex;
    align-items: center;
    position: relative;
    width: fit-content;
    font-size: 14px;
    font-weight: normal;
    color: rgba(102, 112, 133, 0.65);
    border: 1px solid rgba(7, 29, 129, 0.10);
    padding: 10px 16px;
    z-index: 1;
}
.form-wizard .form-wizard-steps li span b{font-weight: normal;}
.form-wizard .form-wizard-steps li span figure{
    margin: 0 8px 0 0;
    min-width: 20px;
}
.form-wizard .form-wizard-steps li span figure img{
    width: 20px;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.65;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.form-wizard .form-wizard-steps li.active span img, .form-wizard .form-wizard-steps li.activated span img{
    filter:none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: rgba(82, 113, 255, 0.10);
    color: #5271FF;
    border-color: #5271FF;
}
.form-wizard .form-wizard-steps li.active::after{
    
}
.form-wizard .form-wizard-steps li.activated::after {
    background: #5271FF;
}
.form-wizard .form-wizard-steps li:last-child:after{display: none;}
.wizard-fieldset .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 60px;
    border-top: 1px solid #E5E6EB;
}
.wizard-fieldset .btn-group .btn-secondary{
    margin-right: 25px;
}
.wizard-top-block{
    padding: 35px 60px;
}
.wizard-top-block .row{
    margin: 0 -8px;
}
.wizard-top-block .row .col-md-10,.wizard-top-block .row .col-md-9,
.wizard-top-block .row .col-md-12,.wizard-top-block .row .col-md-8,.wizard-top-block .row .col-md-5,.wizard-top-block .row .col-md-3,.wizard-top-block .row .col-md-4,.wizard-top-block .row .col-md-6{
    padding: 0 8px;
}
.wizard-top-block h2{
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}
.wizard-top-block h2 .btn-secondary{
    padding: 12px 14px;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}
.wizard-top-block h2 .btn-secondary img{
    min-width: 20px;
    margin: 0 8px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.wizard-top-block h2 .btn-secondary:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.wizard-top-block .form-group{
    margin: 0 0 25px;
}
.wizard-top-block .form-group h6{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #101828;
    margin: 0 0 10px;
    line-height: 24px;
}
.wizard-top-block .form-group h6 span{
    color: #F71213;
}
.wizard-top-block .form-group .form-control{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #A0ABBB;
    font-style: italic;
    display: flex;
    align-items: center;
}
.wizard-top-block .form-group .form-control::placeholder{
    color: #A0ABBB;
}
.wizard-top-block .form-group .form-control.date-con{
    -webkit-appearance: none;
    background-image: url('../images/cal-ic.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 15px;    
}
.wizard-top-block .form-group select.form-control{
    -webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;    
}
.form-control.ss-content {
    padding: 0;
}
.ss-content .ss-search{
    padding: 0 !important;
}
.ss-content .ss-search input{
    padding: 14px 12px;
    background: #F7F8FA;
    border-radius: 0;
    border: none;
    color: #667085;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    box-shadow: none !important;
}
.ss-content .ss-search .ss-addable{
    background: #5271FF;
    color: #FFDA00 !important;
    box-shadow: none !important;
}
.ss-content .ss-search .ss-addable svg path{
    fill:#FFDA00 !important;
    stroke:#FFDA00 !important;
}
.ss-main .ss-values .ss-single{
    margin: 0;
}

.mou-platform{
    padding: 40px 0 85px;
}
footer.mou-footer .container{
    max-width: 1320px;
}

.populer-insta-wrp{
    padding: 85px 0 130px;
    background: #FAFBFC;
}
.populer-insta-wrp h2{
    font-size: 50px;
    font-weight: 600;
    color: #323133;
    text-align: center;
    line-height: 60px;
    margin: 0 auto 50px;
}
.populer-insta-wrp ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}
.populer-insta:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(192.03deg, rgba(250, 251, 252, 0) 6.75%, #FAFBFC 81.62%);
    bottom:0;
    left: 0;
    right: 0;
}
.populer-insta.show-all:after{
    display: none;
}
.populer-insta-wrp ul li{
    margin: 0 0 20px;
    padding: 0 10px;
}
.populer-insta-wrp ul li a{
    padding: 10px 20px 10px 10px;
    background: rgba(82, 113, 255, 0.05);
    border-radius: 100px;
    display: flex;
    align-items: center;
}
.populer-insta-wrp ul li a figure{
    margin:0 10px 0 0;
    min-width: 58px;
}
.populer-insta-wrp ul li a figure img{
    width: 58px;
    height: 58px;
    border-radius: 100%;
    object-fit: cover;
}
.populer-dt h3{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin: 0;
}
.populer-dt h3 span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #727272;
}
.populer-insta-wrp .btn-secondary{
    margin: 10px auto 0;
}
.custome-radiobx [type="radio"]:checked,
.custome-radiobx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custome-radiobx [type="radio"]:checked + label,
.custome-radiobx [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    color: #A0ABBB;
    font-size: 16px;
    line-height: 20px;
}
.custome-radiobx [type="radio"]:checked + label:before,
.custome-radiobx [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #E5E6EB;
    border-radius: 100%;
    background: #fff;
}
.custome-radiobx [type="radio"]:checked + label:before{
    border-color: #5271FF;
}
.custome-radiobx [type="radio"]:checked + label:after,
.custome-radiobx [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #5271FF;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custome-radiobx [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custome-radiobx [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wizard-top-block .form-group ul li{
    margin: 0 0 16px;
}
.wizard-top-block .form-group ul li:last-child{
    margin: 0;
}
.inner-formbox{
    padding: 0 0 0 25px;
    display: none;
}
.custome-addbox{
    position: relative;
    padding: 30px 35px 5px;
    background: #fff;
    border: 1px solid #E5E6EB;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    margin: 20px 0 0;
}
.custome-addbox:after{
    position: absolute;
    content: '';
    background: url('../images/arrow-in.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    top: -14px;
    left: 15px;
}
.wizard-top-block .form-group ul li.active-li .inner-formbox{
    display: block;
}
.paybx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wizard-fieldset .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 18px 20px !important;
}
.form-control.single8,
.wizard-top-block .form-group .paybx select.form-control{
    width: 25%;
}
.wizard-top-block .form-control.single8{
    border-right: none !important;
    border-radius: 8px 0 0 8px !important;
}
.wizard-fieldset .select2-container--default .select2-selection--single,
.wizard-fieldset .wizard-top-block .form-group .paybx .select2-container--default .select2-selection--single{
    border-radius: 8px 0 0 8px !important;
    border-right: none;
}
.wizard-top-block .form-group .paybx .select2-container{
    width: 25% !important;
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.wizard-top-block .form-group .paybx input.form-control{
    width: 75%;
    border-radius: 0 8px 8px 0;
}
.wizard-top-block .form-group .paybx .select2-container--default .select2-selection--single{
    border-radius: 8px 0 0 8px;
    border-right: none !important;
}

.modal-dialog{
    max-width: 600px;
    width: 100%;
    margin: 25px auto;
}
.modal-content{
    padding: 0 35px 35px;
    background: #fff;
    box-shadow: 0px 3px 14px rgba(74, 58, 255, 0.03), 0px -2px 4px rgba(20, 20, 43, 0.12), 0px 12px 44px rgba(20, 20, 43, 0.34);
    border-radius: 30px;
}
.success-modelbox .btn-close{
    padding: 0;
    width: auto;
    height: auto;
    opacity: 1;
    background: #fff;
    font-size: 20px;
    color: #C6C8CB;
    position: absolute;
    top: 25px;
    right: 25px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.success-modelbox .btn-close:hover{
    color: #000;
    opacity: 1;
}
.success-modelbox figure{
    margin: 0 auto 10px;
    max-width: 240px;
    width: 100%;
}
.success-modelbox figure img{
    width: 100%;
    margin: -80px auto 0;
}
.success-modelbox h2{
    font-size: 32px;
    font-weight: 600;
    color: #170F49;
    line-height: 46px;
    text-align: center;
    margin: 0 auto 10px;
}
.success-modelbox p{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #6F6C90;
    line-height: 26px;
    margin: 0 auto 15px;
}
.success-modelbox .btn-primary{
    margin: 0 auto;
    font-size: 18px;
    padding: 12px 30px;
}

#preview-popup .modal-dialog{
    max-width: 680px;
}
#preview-popup .modal-content{
    padding: 0;
}
.preview-head{
    padding: 25px 40px;
    border-bottom:1px solid #E5E6EB;
    display: flex;
    align-items: center;
}
.preview-head h2{
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    margin: 0;
    line-height: 130%;
}
.preview-head button.btn-close{
    margin: 0 0 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    opacity: 1;
    background: #fff;
    font-size: 20px;
    color: #C6C8CB;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.preview-head .btn-close:hover{
    color: #000;
    opacity: 1;
}
.pdf-previewbox{
    padding: 25px 100px;
    border-bottom:1px solid #E5E6EB;
    width:100%;
    height: 500px;
}
.preview-content .btn-group{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 100px;
}
.preview-content .btn-group .btn-secondary{
    border-radius: 8px;
    font-size: 18px;
}
.wizard-fieldset .select2-container{width: 100% !important;}
.wizard-fieldset .select2-container--default .select2-selection--single .select2-selection__clear{display: none !important;}
.wizard-fieldset .select2-container--default .select2-selection--single{
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
    font-weight: normal;
    
    font-style: italic;
}
.wizard-fieldset .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #A0ABBB !important;
}
.wizard-fieldset .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 20px;    
    justify-content: flex-start;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #5897fb !important;
    color: #fff;
}
.select2-search--dropdown{
    padding: 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: none !important;
    border-bottom: 1px solid #E5E6EB !important;
    outline: none !important;
}
.select2-dropdown{
    border-color: #E5E6EB;
}
.select2-search--dropdown .select2-search__field{
    border: none;
    padding: 12px 15px !important;
    background: #F7F8FA !important;
    font-size: 12px;
    font-weight: normal;
    color: #667085;
    font-style: italic;
    border-radius: 0;
    outline: none !important;
}
/* ***** End MOU Page ***** */

/* ***** MOU Dashboard Page **** */
.mou-title{
    margin: 0 0 32px;
}
.mou-easy-block{
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0 45px;
}
.easy-data{
    width: 60%;
}
.easy-data h2{
    font-size: 28px;
    font-weight: 600;
    color: #101828;
    line-height: 130%;
    margin: 0 0 10px;
}
.easy-data p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #667085;
    line-height: 24px;
    max-width: 490px;
}
.easy-img{
    width: 40%;
}
figure{
    margin: 0;
}
.easy-img img{
    width: 100%;
}
.btn-download{
    margin: 0 auto;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-download svg{
    position: relative;
    z-index: 1;
}
.btn-download:hover{
    background: #DBE5FA;
}
.btn-download svg path {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.btn-download:hover svg path{
    fill: #5271FF;
}
.campaign-section .engagement-table.mou-table table tbody tr:hover{
    background: transparent;
}
.mou-tbl-head{
    padding: 25px 25px 10px;
}
.mou-tbl-head .row{
    align-items: center;
}
.mou-tbl-head h2{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #2B3674;
    line-height: 42px;
}
.table-search{
    position: relative;
}
.table-search .form-control{
    padding: 12px 40px 12px 20px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-style: italic;
    height: auto;
    box-shadow: none;
}
.table-search .form-control::placeholder{
    color: #A0ABBB;
}
.table-search button{
    background: transparent;
    border: none;
    font-size: 18px;
    color: #A0ABBB;
    position: absolute;
    top: 10px;
    right: 15px;
}
.table-search button:hover{
    color: #5271FF;
}

.pagination-row{
    padding: 30px 25px;
    border-top: 1px solid #E5E6EB;
}
.pagination-row .row{
    align-items: center;
}
.pagination-row p{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #585757;
    line-height: 24px;
}
.pagination-box ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination-box ul li{
    margin-right: 10px;
}
.pagination-box ul li:last-child{
    margin: 0;
}
.pagination-box ul li a{
    width: 35px;
    height: 35px;
    border-radius: 8px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #E8E8E8;
    text-align: center;
    display: block;
    color: #969696;
    font-size: 15px;
}
.pagination-box ul li a:hover,
.pagination-box ul li a.active{
    background: #5271FF;
    color: #fff;
    border-color: #5271FF;
}
/* ***** End MOU Dashboard Page **** */

.mou-title.dashboard-title .btn-secondary{
    padding: 14px 25px;
    display: flex;
    align-items: center;
}
.mou-title.dashboard-title .btn-secondary img{
    margin-right: 5px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.mou-title.dashboard-title .btn-secondary::after{display: none;}
.mou-title.dashboard-title .btn-secondary:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.create-mou-step-wp .form-wizard-header{
    margin: 0 0 25px;
}
.create-mou-step-wp .form-wizard .form-wizard-steps li span{
    background: transparent;
}
.create-mou-step-wp .wizard-top-block{
    padding: 30px 40px;
}


#ui-datepicker-div {
    display: none;
    background-color: #fff;
    margin-top: 0.25rem;
    padding: 0.5rem;
    filter: drop-shadow(0px 3.07184px 6.14368px rgba(5, 27, 68, 0.08));
    border-radius: 4.60776px;
}
#ui-datepicker-div table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #8F95B2;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
    color: #051B44;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0;
    line-height: 2rem;
    transition: 0.3s all;
    color: #051B44;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
    background-color: #5271FF;
    color: #FFDA00;
}
.ui-datepicker-calendar tbody td.ui-datepicker-today a,
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #5271FF;
    color: #FFDA00;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius:3px;
    transition: 0.3s all;
    border: 1px solid #D8DAE5;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #FFDA00;
    border-color: #FFDA00;
}
.ui-datepicker-header a.ui-datepicker-prev {    
    left: 0;    
    background: url("../images/cal-left.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50%;
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('../images/cal-right.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 14px;
    font-weight: 500;
    color: #051B44;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

/* ***** Video Download Page ***** */
.download-wrp{
    position: relative;
    background: url('../images/download-banner.png') center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 100px);
}
.download-inner-box{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.download-inner-box h1{
    font-size: 60px;
    line-height: 70px;
    color: #5271FF;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 25px;
    font-weight: bold;
}
.download-inner-box p{
    font-size: 20px;
    font-weight: normal;
    color: #667085;
    text-align: center;
    line-height: 28ox;
    margin: 0 auto 25px;
    max-width: 725px;
}
.download-inner-box .form-group{
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.forminput-box{
    position: relative;
    width: 80%;
}
.forminput-box .form-control{
    padding: 25px 150px 25px 24px;
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    color: #A0ABBB;
}
.forminput-box button{
    padding: 12px 22px;
    background: rgba(82, 113, 255, 0.20);
    border: none;
    border-radius: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #5271FF;
    min-width: 120px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 11px;
    right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.forminput-box button span{
    display: flex;
    align-items: center;
}
.forminput-box button img{
    min-width: 20px;
    width: 20px;
    margin-right: 10px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.forminput-box button:hover{
    background: rgba(82, 113, 255, 1);
    color: #fff;
}
.forminput-box button:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.forminput-box button span.closebtn{
    display: none;
}
.forminput-box button.pasted span.pastetxt{
    display: none;
}
.forminput-box button.pasted span.closebtn{
    display: flex;
}

.meter {
    background: #F2F4FC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
    height: 20px;
    margin: 10px auto 20px;
    position: relative;
}
.meter > span {
    display: block;
    height: 100%;
    border-radius: 25px;
    background-color: #5271FF;
    position: relative;
    overflow: hidden;
    transition: width 2s ease-out;
}

.download-inner-box .form-group .btn-primary{
    margin: 0 0 0 2%;
    width: 18%;
}

.video-download-row{
    padding: 26px;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 32px 0 0;
    z-index: 120;
    display: none;
}
.download-banner-data .form-group.pasted-grandparent .video-download-row{
    display: block;
}
.video-imgbox img{
    width: 100%;
    border-radius: 10px;
}
.video-data-block{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.video-data-block h3{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
}
.video-data-block h6{
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    opacity: 0.50;
    margin: 0;
    line-height: 26px;
}
.video-data-bottom ul{
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
}
.video-data-bottom ul li{
    width: 45%;
}
.video-data-bottom ul li:last-child{
    width: 55%;
}
.download-inner-box .video-data-bottom ul li a.btn-primary{
    padding: 20px;
    display: block;
    border-radius: 8px 0 0 8px;
    width: 100%;border: 1px solid #5271FF;
    margin: 0;
    text-align: center;
}
.download-inner-box .video-data-bottom ul li a.btn-drop{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #5271FF;
    border: 1px solid #5271FF;
    border-radius: 0 8px 8px 0;
}
.download-inner-box .video-data-bottom ul li a.btn-drop i{
    margin: 0 0 0 auto;
}
.download-inner-box .video-data-bottom ul li .dropdown-toggle::after{
    display: none;
}
.download-inner-box .video-data-bottom ul li a.btn-drop.dropdown-toggle.show{
    border-radius: 0 8px 0 0;
    border-bottom-color:transparent;
}
.download-inner-box .video-data-bottom ul li a.btn-drop.dropdown-toggle.show i{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.download-inner-box .video-data-bottom ul li ul.dropdown-menu{
    border: none;
    margin: -5px 0 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 0 10px 10px;
    border: 1px solid #5271FF;
    /*filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));*/
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.download-inner-box .video-data-bottom ul li ul.dropdown-menu li{
    margin: 0;
    width: 100%;
}
.download-inner-box .video-data-bottom ul li ul.dropdown-menu li a{
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #5271FF;
    display: inline-block;
}
.download-inner-box .video-data-bottom ul li ul.dropdown-menu li a span{
    display: inline-block;
    width: 36px;
    height: 26px;
    background: #FFDA00;
    border-radius: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color: #5271FF;
    line-height: 26px;
    margin: 0 0 0 5px;
}
.download-inner-box .video-data-bottom ul li ul.dropdown-menu li a:hover{
    background: rgba(82, 113, 255, 0.20);
}

.download-inner-wrp{
    position: relative;
    padding: 65px 0 45px;
    background: #F5F5F5;
}
.download-inner-wrp .row{
    align-items: center;
}
.download-imbox img{
    width: 100%;
}
.banner-data{
    max-width: 500px;
}
.banner-data h2{
    font-size: 50px;
    font-weight: 600;
    color: #323133;
    line-height: 60px;
    margin: 0 0 30px;
}
.banner-data p{
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: normal;
    color: #667085;
    line-height: 26px;
}

.cara-download-wrp{
    background: #F5F5F5;
    padding: 30px 0 145px;
}
.cara-download-wrp h2{
    font-size: 50px;
    font-weight: 600;
    color: #323133;
    line-height: 60px;
    margin: 0 auto 45px;
    max-width: 550px;
    text-align: center;
}
.cara-box{
    padding: 80px 45px 65px;
    background: #FFFFFF;
    box-shadow: 8px 10px 20px 1px rgba(152, 152, 152, 0.16);
    border-radius: 12px;
}
.cara-box figure{
    margin: 0 auto 32px;
    display: table;
}
.cara-box figure img{
    max-width: 90px;
    width: 90px;
    border-radius: 30px;
    box-shadow: 9.91467px 14.1638px 33.9932px rgba(25, 15, 44, 0.02);
}
.cara-box h3{
    font-size: 26px;
    font-weight: 500;
    color: #5271FF;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 15px;
}
.cara-box p{
    font-size: 14px;
    font-weight: normal;
    color: #7C8893;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}

.coba-tools-wrp{
    position: relative;
    background: #5271FF;
    padding: 80px 0 115px;
    overflow: hidden;
}
.coba-tools-wrp .container-fluid {
    width: calc(1320px - 15px + (100vw - 1320px)/2);
    margin-right: 0;
    padding: 0;
}
.coba-tools-wrp .container-fluid .row{
    margin: 0;
    align-items: center;
}
.coba-tools-wrp .container-fluid .row .col-md-8,.coba-tools-wrp .container-fluid .row .col-md-4{
    padding: 0;
}
.coba-data{
    max-width: 330px;
}
.coba-data h2{
    margin: 0 0 70px;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
}
.arrow-nav{
    display: flex;
    align-items: center;
}
.arrow-nav .hero__arrow i{
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: #fff;
    line-height: 75px;
    color: #969696;
    font-size: 28px;
    text-align: center;
    opacity: 0.40;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.arrow-nav .hero__arrow:last-child i{
    margin: 0;
}
.arrow-nav .hero__arrow i:hover{
    opacity: 1;
}

.coba-slider .slick-slide {
    margin: 0 15px;
}
.coba-slider .slick-list {
    margin: 0 -15px;
}
.coba-slider .slick-list {
    padding-left: 0px!important;
}
/* ***** End Video Download Page ***** */


/* ***** Table Pagination ***** */
.table-pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 41px 0px 33px;
    border-top: 1px solid #E5E6EB;
}

.table-pagination .table-pagination-left *{
    margin-bottom: 0;
}

.table-pagination .table-pagination-right {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.table-pagination .table-pagination-right ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.table-pagination .table-pagination-right .prev-btn a.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.table-pagination .table-pagination-right .prev-btn a {
    padding: 10px;
    border-radius: 8px;
    display: block;
    border: 1px solid #E5E6EB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.table-pagination .table-pagination-right .prev-btn a:hover {
    border: 1px solid #5271FF;
    background: #5271FF;
}

.table-pagination .table-pagination-right .prev-btn a:hover path {
    fill: #fff;
}

.table-pagination .table-pagination-right .next-btn a {
    padding: 10px;
    border-radius: 8px;
    display: block;
    border: 1px solid #E5E6EB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.table-pagination .table-pagination-right .next-btn a.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.table-pagination .table-pagination-right .next-btn a:hover {
    border: 1px solid #5271FF;
    background: #5271FF;
}

.table-pagination .table-pagination-right .next-btn a:hover path {
    fill: #fff;
}
    
.table-pagination .table-pagination-right ul a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #E8E8E8;
    color: #1C1C1C;
    text-align: center;
    font-size: 14.482px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.723px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.table-pagination .table-pagination-right ul a:hover,
.table-pagination .table-pagination-right ul a.active {
    background: #5271FF;
    color: #FFF;
    border-color: #5271FF;
}