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

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

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

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

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

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

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

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



:root {
    --primary-text: #1D1A1B !important;
    --primary-pink: #FB0F5A !important
}

* {
    margin: 0;
    padding: 0;

}

body,
html {
    background-color: #FFFFFF !important;
    /* font-family: 'axiformaregular'; */
    font-family: 'Axiforma';
    overflow-x: hidden;
    /* user-select: none; */
}

h2 {
    font-size: 50px !important;
    font-weight: 900 !important;
}

a {
    text-decoration: unset;
    color: unset;
}

a.text-pink {
    text-decoration: underline;
}

.nav-link.text-pink {
    text-decoration: unset;
}

a:hover {
    color: unset;
}

.h-screen {
    height: 100vh;
}
.min-h-screen{
    min-height: 100vh;
}
.z-index-1 {
    z-index: 2;
}

/* h3{
    font-size:38px !important;
    font-weight: bold !important;
} */
.w-fit {
    width: fit-content;
}

.text-pink {
    color: var(--primary-pink) !important;
}

.text-black {
    color: var(--primary-text) !important;
}

img {
    width: 100%;
    height: auto;
}

.navbar-brand {
    /* margin-left: 56px; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar-brand img {
    width: 350px;
    height: auto;
}

nav {
    box-shadow: 0px 5px 30px #b5b5b5;
}

.header-container-fluid,
.section-container {
    max-width: 1770px !important;
    margin: 0 auto;
}

ul.navbar-nav {
    gap: 72px;
}

ul.navbar-nav li {
    display: flex;
    align-items: center;
}

ul.navbar-nav li a {
    color: var(--primary-text);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.influencer-account-creation ul.navbar-nav li a {
    font-weight: normal;
}

ul.navbar-nav li a:hover {
    color: var(--primary-pink)
}

ul.navbar-nav li a.signup-btn {
    background: #FB0F5A 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 25px #e7e7e7;
    padding: 25px 45px 29px 45px !important;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.5;
}

ul.navbar-nav li a.signup-btn.header-name-btn {
    padding: 15px 60px !important;
}

ul.navbar-nav li a.signup-btn:hover,
.pink-btn:hover,
.white-btn:hover {

    box-shadow: 0px 0px 20px 12px #e7e7e7;

}

.pink-btn,
.white-btn {
    font-weight: 900;
    font-size: 23px;
    line-height: 1.5;
    box-shadow: 0px 15px 25px #e7e7e7;
    padding: 25px 45px 29px 45px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.pink-btn,
.pink-btn:hover {
    background: #FB0F5A 0% 0% no-repeat padding-box;
    color: #FFFFFF;

}

.white-btn,
.white-btn:hover {

    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #FB0F5A;

}

.navbar-toggler {
    border: unset !important;
}

.navbar-toggler-icon {
    background-image: url('../assets/icons/hamburger-icon.png') !important;
}

footer .hr-main {
    height: 2px;
    background: #FB0F5A;
    color: #FB0F5A;
    border-radius: 3px;
    opacity: 1;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-nav a {
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
}

footer .end-line {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
}

.modal {
    color: #1D1A1B;
}

.modal-header {
    border: unset;
}

.modal-title {
    font-size: 40px;
    font-weight: 900;
}

.modal-msg {
    font: normal normal 900 28px/38px Axiforma;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 54px;
    padding: 0 30px;
}

.modal-dialog {
    max-width: 796px;
}

.btn-close {
    background: transparent url('../assets/close.png') center/30px auto no-repeat;
    opacity: 1;
    border-radius: 100%;
    padding: 15px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
}

main {
    margin-top: 150px;
}

::placeholder {
    color: #1D1A1B;
    opacity: 0.3;
    font-weight: 900;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 15px;
    font: normal normal normal 29px/48px Axiforma;
    letter-spacing: 0px;
    color: #1D1A1B;
}

input[type="checkbox"] {
    display: none;
}

/* Define the custom checkbox style */
.custom-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #FB0F5A;
    /* Round shape */
    cursor: pointer;
    position: relative;
    bottom: 2px;
}

.custom-checkbox img {
    width: 14px;
    min-width: 14px;
    height: 11px;
    display: none;
}

/* Style for the checked state */
input[type="checkbox"]:checked+.custom-checkbox {
    background-color: #FB0F5A;
    /* Change to your desired color */
}

input[type="checkbox"]:checked+.custom-checkbox img {
    display: block;
}

#uploadVideoModal .btn-close,
#getVerifiedModal .btn-close {
    background: transparent url('../assets/icons/close.png') center/30px auto no-repeat;
    position: absolute;
    right: -35px;
}

#uploadVideoModal .modal-content,
#getVerifiedModal .modal-content {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
}

#getVerifiedModal .verified-title {
    font-size: 33px;
    font-weight: 900;
}

#getVerifiedModal .verfied-sub-title {
    font: normal normal bold 18px/24px Axiforma;

    color: #D5D5D5;
}

#getVerifiedModal .input-lable {
    font-size: 23px;
    font-weight: 900;
}

#getVerifiedModal .modal-body {
    padding: 40px;
}

#changePassModal .modal-content {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#changePassModal .modal-body {
    padding: 10px 50px 60px 50px;
}

.modal .upload-btn a {
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 50px;
}

.modal .upload-btn {
    display: flex;
    justify-content: center;
}

form.modal-form {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    gap: 20px;
}

.no-data {
    display: none;
}

.add-links-btn,
.add-links-btn:hover {
    border: 1px solid black;
    background: transparent;
    color: #1D1A1B;
    box-shadow: unset;
}

.verified-badge img {
    height: 30px;
    width: 30px;
    opacity: 1;
}

.verified-badge {
    opacity: 1 !important;
}

.badge-parent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right-menu {
    position: absolute;
    right: 10px;
    /* top: 0; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 25px #1D1A1B;
    border-radius: 30px 0;
    opacity: 1;
    display: none;
}

.header-dropdown-list {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding: 5px 30px;
    text-align: right;
}

.header-dropdown-list a {
    padding: 5px;
    border-bottom: 1px solid #D4D4D4;
}

.header-dropdown-list a:hover {
    background: #D4D4D4;
    border-radius: 5px;
}
.notif-parent{
    position: relative;
}
.notif-parent .notif-count{
    position: absolute;
    color: #FB0F5A;
    width: 25px;
    height: 25px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 2px 2px 4px #ababab, 1px 4px 4px #ababab;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    top: 5px;
    right: 5px;
}
.iti--show-flags{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 6px #f3f3f3, 0px 10px 10px #e7e7e7;
    /* height: 85px; */
    border-radius: 43px;
    padding: 0 5% 0 0;
}
.iti__selected-flag{
    padding-left: 30px !important;
}
.iti--show-flags .mobile_code{
    background: transparent;
    height: 85px;
    padding-left:105px !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: transparent !important;
}
@media (max-width:1800px) {
    .navbar-brand {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .header-container-fluid,
    .section-container {
        max-width: 1600px !important;
    }

    .pink-btn,
    .white-btn {
        font-size: 21px;
        padding: 20px 35px 20px 35px;
    }

    ul.navbar-nav li a.signup-btn {
        font-size: 21px;
        padding: 20px 30px 20px 30px !important;
    }

    ul.navbar-nav li a {
        font-size: 25px;
    }

    .navbar-brand img {
        width: 200px;
    }
}

@media (max-width:1700px) {

    .header-container-fluid,
    .section-container {
        max-width: 1485px !important;
    }
}

@media (max-width:1600px) {

    .header-container-fluid,
    .section-container {
        max-width: 1400px !important;
    }

    main {
        margin-top: 90px;
    }

    .checkbox-label {
        font-size: 16px !important;
    }

    .pink-btn,
    .white-btn {
        font-size: 16px;
        padding: 15px 25px;
        max-height: 55px;

    }

    ul.navbar-nav li a.signup-btn {
        font-size: 16px;
        padding: 15px 25px !important;
    }

    ul.navbar-nav li a.signup-btn.header-name-btn {
        padding: 15px 50px !important;
    }

    ul.navbar-nav li a {
        font-size: 20px;
    }

    ul.navbar-nav {
        gap: 35px;
    }

    .navbar-brand {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-brand img {
        width: 250px;
    }

    footer .end-line {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 26px;
    }

    .footer-nav a {
        font-size: 26px;
        line-height: 35px;
    }

    h2 {
        font-size: 32px !important;

    }

    .custom-checkbox img {
        width: 9px;
        min-width: 9px;
        height: 9px;

    }

    #getVerifiedModal .verified-title {
        font-size: 18px;
    }

    #getVerifiedModal .verfied-sub-title {
        font: normal normal bold 10px/14px Axiforma;

    }

    #getVerifiedModal .input-lable {
        font-size: 14px;

    }

    .custom-checkbox {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .header-dropdown-list {

        font-size: 16px;

    }
    .iti__selected-flag{
        padding-left: 25px !important;
    }
    .iti--show-flags .mobile_code{
        height: 55px;
        padding-left:70px !important;
    }
}

@media (max-width:1500px) {

    .header-container-fluid,
    .section-container {
        max-width: 1300px !important;
    }
}

@media (max-width:1600px) {



    ul.navbar-nav li a.signup-btn {
        font-size: 16px;
        /* padding: 10px 25px !important; */
    }

    .pink-btn,
    .white-btn {
        font-size: 16px;
        /* padding: 10px 25px;  */
    }

    .footer-nav {
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer .end-line {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 23px;
    }

    .footer-nav a {
        font-size: 20px;
        line-height: 30px;
    }

    /* h2 {
        font-size: 32px !important;
     
    } */
    .modal-dialog {
        max-width: 500px;
    }

    .modal-msg {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .modal-title {
        font-size: 20px;
    }

    .modal .upload-btn a {
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 20px;
    }

    form.modal-form {
        padding-top: 20px;
        gap: 15px;
    }
}

@media (max-width:1399px) {

    .header-container-fluid,
    .section-container {
        max-width: 1275px !important;
    }
}

@media (max-width:1300px) {

    .header-container-fluid,
    .section-container {
        max-width: 1100px !important;
    }
}

@media (max-width:1199px) {
    .footer-nav a {
        font-size: 21px;
    }
}

@media (max-width:991px) {
    main {
        margin-top: 65px;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-brand img {
        width: 250px;
        height: auto;
    }

    ul.navbar-nav {
        gap: 10px;
        align-items: center;
    }

    ul.navbar-nav li a {
        font-size: 18px;
        line-height: normal;
    }

    ul.navbar-nav li a.signup-btn {
        font-size: 15px;
        line-height: 20px;
        padding: 14px 38px 16px 34px !important;
    }

    .pink-btn,
    .white-btn {
        padding: 12px 20px;
    }

    .footer-nav a {
        font-size: 20px;
    }

    .modal-dialog {
        max-width: 500px;
    }

    .custom-checkbox {
        width: 17px;
        min-width: 17px;
        height: 17px;
    }

    .checkbox-label {
        gap: 10px;
        font: normal normal normal 15px/24px Axiforma !important;
    }

    .custom-checkbox img {
        width: 6px;
        height: 12px;
    }

    footer .end-line {
        margin-bottom: 20px;
    }

    .modal .upload-btn a {
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 20px;
    }
    .notif-parent .notif-count{
        top: -10px;
    }
    .iti__selected-flag{
        padding-left: 15px !important;
    }
    .iti--show-flags .mobile_code{
        padding-left:60px !important;
    }
    .iti--show-flags .mobile_code{
        height: 50px;
    }
}

@media (max-width:767px) {

    h2 {
        font-size: 28px !important;
    }

    .footer-nav {
        flex-direction: column;
    }

    .footer-nav a {
        font-size: 16px;
        line-height: 21px;
        font-weight: bold;
    }

    .footer-nav .dash {
        display: none;
    }

    footer .w-fit {
        width: 100%;
    }

    footer .end-line {
        font-size: 17px;
        line-height: 40px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .modal-title {
        font-size: 27px;

    }

    .modal-msg {
        /* font: normal normal 900 21px/29px Axiforma; */
        padding: 0 20px;
    }

    .custom-checkbox {
        width: 17px;
        min-width: 17px;
        height: 17px;
    }

    .checkbox-label {
        gap: 10px;
        font: normal normal normal 15px/24px Axiforma !important;
    }

    .custom-checkbox img {
        width: 6px;
        height: 12px;
    }

    #uploadVideoModal .btn-close,
    #getVerifiedModal .btn-close {
        background: transparent url('../assets/close.png') center/30px auto no-repeat;
        position: unset;

    }

    #uploadVideoModal .modal-content,
    #getVerifiedModal .modal-content {
        border-top-left-radius: 45px;
        border-bottom-right-radius: 45px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .verified-badge img {
        height: 20px;
        width: 20px;
        opacity: 1;
    }
}

@media (max-width:575px) {

    .pink-btn,
    .white-btn {
        padding: 16px 38px 16px 34px;
    }

    .pink-btn,
    .white-btn {
        font-size: 15px;
        line-height: 20px;
    }

}

@media (max-width:480px) {

    .navbar-brand img {
        width: auto;
        height: 45px;
    }

    .modal-title {
        font-size: 22px;

    }

    .modal-msg {
        font-size: 18px;
        line-height: 1.5;
        padding: 0 5px;
    }
}

@media (max-width:400px) {

    .pink-btn,
    .white-btn {
        padding: 16px 24px 16px 24px;
    }

    footer .end-line {
        font-size: 14px;
    }
}

@media (max-width:350px) {
    .modal-msg {

        padding: unset;
        font-size: 16px;
    }

    .modal-title {
        font-size: 20px;
    }
}

.custom-select-option .custom-dropdown-header {
    font-weight: 900 !important;
    color: #1D1A1B;
    background: transparent !important;
    /* opacity: 0.3; */
}

.modal {
    padding: 0 !important;
}

.btn-to-text {
    background: unset !important;
    color: #FB0F5A !important;
    padding: unset !important;
    box-shadow: unset !important;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ececec;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #FB0F5A;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #FB0F5A;
  }
  .dropdown-list {
    max-height: 300px;
    overflow: auto;
}

.dropdown-list li:hover {
    background-color: unset !important;
}

.dropdown-list li.selected {
    background-color: #f5e8ed !important;
}
span.iti__country-name{
    display: none;
}

@media (max-height:780px) {
    .header-dropdown-list{

        height: 250px;
        overflow-y: auto;
    }
}
.social-img.OpenSocial:hover  {
 bottom: 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 6px #f3f3f3, 0px 10px 20px #ededed;
    cursor:pointer;
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
}
.socail-imgs img:hover {
    border-radius: 100%;
    box-shadow: 0px 0px 20px 12px #ededed;
    background: #ededed;
}
.OpenSocial .name-follower:hover,
#insight-section .name-follower:hover{
    color:#FB0F5A
}
.flatpickr-current-month{
    display: flex !important;
    justify-content: center;
    align-items: center;
}