/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background: #16191E;
    color: #768396;
    overflow-x: hidden;
}

body * {
    font-family: 'Roboto', sans-serif;
}

a {
    transition: background 0.2s, color 0.2s;
    text-decoration: unset;
}
a#forgotPasswordLink {
    color: white;
    text-decoration: underline;
}
a:hover,
a:focus {
    text-decoration: none;
}

/* Sidebar Css */
#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1D242C;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 311px;
    text-align: center;
    padding: 20px 0;
}

.sidebar-brand img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.sidebar-nav {
    position: absolute;
    top: 130px;
    width: 311px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav>li {
    text-indent: 10px;
    line-height: 42px;
    padding: 0 40px 0 30px;
    margin-bottom: 15px;
}

.sidebar-nav>li a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 8px 8px 23px;
    border-radius: 20px;
}

.sidebar-nav>li a img {
    margin-right: 12px;
}

.sidebar-nav>li>a:hover,
.sidebar-nav>li.active>a {
    text-decoration: none;
    color: #fff;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(5, 61, 149, 1) 0%, rgba(9, 139, 225, 1) 100%);
}

.sidebar-nav>li>a i.fa {
    font-size: 24px;
    width: 60px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
    display: none;
}

#navbar-wrapper .navbar a {
    color: #757575;
}

#navbar-wrapper .navbar a:hover {
    color: #F8BE12;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
}

#content-wrapper .container-fluid {
    padding-right: 0px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.policy-nav {
    position: absolute;
    bottom: 0;
    padding-left: 52px;
    margin: 0 0 32px 0;
}

.policy-nav li {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    list-style: none;
    margin-bottom: 3px;
}

.policy-nav li a {
    color: #888;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 311px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
        width: 96.7%;
        margin: auto;
        margin-right: 0;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        padding-left: 50px;
        padding-right: 0;
        padding-top: 58px;
        padding-bottom: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 0;
        width: 100%;
    }

    #wrapper.toggled .sidebar-nav>li {
        padding-left: 0;
    }

    #wrapper.toggled .sidebar-nav>li a {
        padding-left: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

/* Signup Css */
body.account-screen {
    background-color: transparent;
}

section.accounts-row {
    background-image: url(../images/account-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    /* height: 100vh; */
}

.account-sec {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 50px 50px 0px 0px;
    background: #16191E;
    padding: 59px 147px 35px;
}

.signup-sec {
    width: 720px;
    margin: auto;
}

.account-sec h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
}

.account-sec p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.radiobuttons {
    margin-bottom: 45px;
}

.rdio {
    position: relative;
    margin-bottom: 10px;
}

.rdio input[type=radio] {
    margin: 0px;
    opacity: 0;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    background: #fff;
}

.rdio-primary input[type=radio]:checked+label:before {
    border-color: #fff;
}

.rdio input[type=radio]:checked+label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 11px;
    height: 11px;
    background-color: #16191E;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-primary input[type=radio]:checked+label::after {
    background-color: #16191E;
}

.rdio label {
    padding-left: 10px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 7px !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.field-icon {
    float: right;
    margin-right: 20px;
    margin-top: -44px;
    position: relative;
    z-index: 2;
    color: #7F8B9E;
    font-size: 22px;
}

/* .field-icon:before {
    content: "";
    background-image: url(../images/mdi-eye.png);
    width: 24px;
    height: 24px;
    display: block;
} */
.account-sec .form-group label {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 12px;
}

.account-sec .form-group {
    margin-bottom: 20px;
}

.account-sec .form-group input,
.creator-sec select {
    width: 100%;
    height: 64px;
    padding-left: 30px;
    color: #0A0C11;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    background: white;
}

.account-sec .form-group input::placeholder {
    color: #0A0C11;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.account-sec .form-check input {
    width: 20px;
    height: 20px;
}

.account-sec .form-check label {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-left: 14px;
    vertical-align: middle;
}

.account-sec button.btn {
    display: block;
    border-radius: 6px;
    background: linear-gradient(94deg, #0A8EE4 -3.56%, #06489F 98.94%);
    border: 0;
    width: 100%;
    height: 64px;
    margin-bottom: 25px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
}

.account-sec .form-check {
    margin-bottom: 37px;
    /* margin-right: 0; */
}

.account-sec form p:last-child {
    text-align: center;
    margin-bottom: 39px;
}

.account-sec form p:last-child a {
    font-size: 15px;
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
}

.account-sec img {
    width: 100%;
    height: 100.105px;
    object-fit: scale-down;
}

/* Login Css */
.login-sec {
    width: 849px;
    margin: auto;
    padding: 83px 212px 58px;
}

.login-sec h1 {
    margin-bottom: 25px;
}

.login-sec p {
    margin-bottom: 51px;
}

.login-sec img {
    height: 167.105px;
}

/* Crator Signup Css */
.creator-sec {
    padding: 125px 226px 100px 127px;
}

.creator-sec .col-lg-6:last-child {
    padding-left: 70px;
}

.creator-lft h1 {
    margin-bottom: 10px;
}

.creator-lft p {
    margin-bottom: 64px;
}

.creator-lft .radiobuttons {
    margin-bottom: 70px;
}

.creator-lft .radiobuttons .rdio {
    margin-bottom: 0;
    margin-right: 22px;
}

.creator-lft .radiobuttons .rdio input[type=radio]:checked+label::after {
    left: 3px;
    top: 4px;
    width: 12px;
    height: 12px;
}

.creator-lft .radiobuttons .rdio label {
    margin-bottom: 0 !important;
}

.creator-rgt {
    margin-bottom: 40px;
}

.creator-rgt img {
    width: 187px;
    height: 171px;
    object-fit: cover;
    margin-bottom: 14px;
}

.creator-rgt label {
    text-align: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.creator-sec textarea {
    height: 159px;
    padding-top: 22px;
    padding-left: 30px;
    color: #0A0C11;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.creator-sec textarea::placeholder {
    color: #0A0C11;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.creator-sec .form-flex {
    position: relative;
    margin-bottom: 26px;
}

.creator-sec .form-flex img {
    width: auto;
    height: auto;
    position: absolute;
    right: 21px;
    top: 14px;
}

.creator-sec form p:last-child {
    text-align: left;
    margin-bottom: 0;
}

.payment-sec .radio-img>.image {
    cursor: pointer;
    position: relative;
}

.payment-sec .image {
    width: 63.316px;
    height: 63.316px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.payment-sec .radio-img>input {
    display: none;
}

.payment-sec .radio-img>input:checked+.image:before {
    content: "";
    background-image: url(../images/check-icon.png);
    width: 30px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.modal-dialog {
    margin-top: 120px;
}

.modal-content {
    border-radius: 30px;
    background: #16191E;
}

.modal-body {
    padding: 49px 160px 46px 180px;
}

.payment-sec button.btn-close {
    background: linear-gradient(94deg, #0A8EE4 -3.56%, #06489F 98.94%);
    color: #fff;
    opacity: 1;
    padding: 0;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.payment-sec h2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
}

.payment-sec p {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.payment-sec a {
    color: #6979F8;
}

.payment-sec .form-check-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.payment-sec .form-check-sec .form-check {
    padding: 0;
}

.payment-sec .radio-img>input:checked+.image {
    width: 80px;
    height: 80px;
}

.payment-sec .form-group {
    margin-bottom: 15px;
}

.payment-sec .form-group input,
.payment-sec .form-group select {
    border-radius: 5px;
    background: #000;
    border: 1px solid #E4E4E499;
    height: 50px;
    color: #E4E4E4;
    font-family: Poppins;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
}

.payment-sec .form-group input::placeholder {
    color: #E4E4E4;
    font-family: Poppins;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
}

.payment-sec .form-group p {
    color: #999999;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.payment-sec .form-switch {
    margin-top: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.payment-sec .form-switch label {
    margin-left: 15px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.payment-sec button.btn {
    border-radius: 6px;
    background: linear-gradient(270deg, #0A8EE4 -3.56%, #06489F 98.94%);
    border: 0;
    width: 100%;
    height: 64px;
    margin-bottom: 25px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    font-style: italic;
}

.creator-sec button.btn {
    margin-bottom: 0;
}

/* Home Css */
.main-head-row {
    border-bottom: 1px solid #ABABAB;
    padding: 0 60px 0 73px;
}

.main-head-lft h2 img {
    margin-right: 11px;
    vertical-align: baseline;
    position: relative;
    top: 2px;
    width: 80px;
    height: 70px;
    border-radius: 10px;
}

.main-head-lft h2 {
    color: #F8F8F8;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0 !important;
}

.main-head-rgt ul li {
    margin-left: 19px;
}

.main-head-rgt ul li:last-child img {
    width: 50px;
    height: 50px;
}

.feeds-row {
    padding-left: 72px;
}

.feeds-row .col-lg-7 {
    padding-right: 54px;
}

.feed-sec {
    margin-top: 36px;
}

.search-feed-sec {
    border-radius: 29px; 
    /* background: #1D242C;
    padding: 17px 0 17px 32px;  */
    margin-bottom: 22px;
}

.search-feed-sec input {
    background-color: #16191E !important;
    border: 0;
    padding: 0 0 0 17px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    border-radius: 29px !important;
}

.search-feed-sec input::placeholder {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.form-control:focus {
    color: white;
    background-color: #1d242c; 
    box-shadow: unset;
}

.search-feed-sec button {
    background-color: transparent;
    border: 0;
    color: #F4F4F4;
    font-size: 20px;
}

.add-feed-sec {
    border-radius: 13px;
    background: #1D242C;
    margin-bottom: 40px;
}

.add-feed-sec .col-lg-4 {
    padding: 0;
    position: relative;
}

.add-feed-sec .col-lg-4 .form-group input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    text-align: center;
    padding: 24px 0 18px 12px;
    border-right: 1px solid #858383;
    color: #EBEBEB;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.add-feed-sec .col-lg-4 .form-group input::placeholder {
    color: #EBEBEB;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.add-feed-sec .col-lg-4:nth-child(3) .form-group input {
    border: 0;
}

.add-feed-sec .col-lg-4 .form-group {
    justify-content: center;
    text-align: center;
}

.add-feed-sec .col-lg-4 .form-group i {
    position: absolute;
    left: 0;
    color: #fff;
    width: 16px;
    font-size: 19px;
}

.add-feed-sec .col-lg-4:first-child .form-group i {
    left: 65px;
    top: 25px;
    font-size: 22px;
}

.add-feed-sec .col-lg-4:nth-child(2) .form-group i {
    left: 65px;
    top: 25px;
}

.add-feed-sec .col-lg-4:nth-child(3) .form-group i {
    left: 65px;
    top: 25px;
}

.add-feed-sec .col-lg-12 .form-group {
    padding-left: 12px;
}

.add-feed-sec .col-lg-12 .form-group textarea {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 40px 0 12px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.add-feed-sec .col-lg-12 .form-group textarea::placeholder {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.add-feed-sec .col-lg-12 .form-group img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}

.add-feed-sec .feed-btns {
    border-top: 1px solid #858383;
    width: 91.25%;
    margin: auto;
    padding: 14px 0 20px 11px;
}

.add-feed-sec .feed-btns button.btn {
    border-radius: 3px;
    border: 1px solid #858383;
    padding: 15px 14px 15px 12px;
    color: #EBEBEB;
    font-size: 16px;
    font-weight: 400;
    margin-right: 18px;
}

.add-feed-sec .feed-btns button.btn i {
    padding-right: 11px;
    font-size: 19px;
    color: #fff;
}

.show-feeds-sec {
    border-radius: 10px;
    background: #1D242C;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 16px 0 0;
    margin-bottom: 33px;
}

.show-feed-head {
    padding: 2px 10px 12px 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.show-feed-head ul {
    margin: 0;
    padding: 0;
}

.show-feed-head ul li {
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 400;
}

.show-feed-head ul li img {
    width: 54px;
    height: 54px;
    vertical-align: bottom;
    position: relative;
    top: 4px;
}

.show-feed-head ul li strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px;
}

.show-feed-head ul li a {
    color: #FFF;
    margin: 0;
}

.show-feed-head p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.67px;
    margin: 0;
    margin-bottom: 10px;
}

.show-feeds-sec p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 5px;
}

.show-feeds-sec p a {
    color: #57C057;
    font-size: 16px;
    margin: 0;
}

.show-feeds-sec a {
    color: #0655AC;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 16px;
}

.show-feeds-sec .fancy-video-box {
    margin-top: 10px;
    bottom: 12px;
    position: relative;
}

.show-feeds-sec .fancy-video-box img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.show-feeds-sec .fancy-video-box a {
    width: 84.9px;
    height: 84.9px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
}

/* Notification Css */
.feeds-row .col-lg-5 {
    background: #1D242C;
    padding: 0;
}

.notification-sec {
    margin-bottom: 7px;
}

.notification-head {
    padding: 44px 70px 17px 78px;
}

.notification-head h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.notification-inner {
    display: flex;
    justify-content: space-between;
    padding: 14px 70px 12px 12px;
    border-bottom: 1px solid #363636;
}

.notification-inner-lft {
    display: flex;
    align-items: center;
    position: relative;
}

.notification-inner-lft img {
    width: 75px;
    height: 75px;
}

.notification-inner-lft ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.notification-inner-lft ul li {
    list-style: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    width: 85%;
}

.notification-inner-lft ul li strong {
    display: block;
    color: #F8F8F8;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.notification-inner-rgt a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.notification-inner-lft:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #57C057;
    position: absolute;
    left: 50px;
    border-radius: 50px;
    bottom: 0;
}

.notification-sec a.view-btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-right: 70px;
    margin-top: 15px;
    display: flex;
    justify-content: right;
    text-decoration-line: underline;
}

.suggestions-sec {
    padding: 0 43px;
}

.suggestions-sec h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.suggestions-sec .item img {
    margin-bottom: 10px;
}

.owl-dots {
    text-align: center;
    padding-top: 20px;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #595959;
    margin: 0 6px;
}

.owl-dots button.owl-dot.active {
    background-color: #fff;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

/* Subscribe Css */
.subscribe-row {
    padding: 0;
    background: #1D242C;
}

.subscribe-row .search-feed-sec {
    margin-bottom: 39px;
    margin-left: 70px;
    background: #16191E;
    margin-right: 64px;
}

table.subscribe-sec {
    width: 100%;
}

table.subscribe-sec tr:first-child,
table.subscribe-sec tr:nth-child(3),
table.subscribe-sec tr:nth-child(5),
table.subscribe-sec tr:nth-child(7),
table.subscribe-sec tr:last-child {
    background: #050505;
}

table.subscribe-sec tr td:first-child {
    padding: 18px 0 14px 14px;
    /* width: 65%; */
}

table.subscribe-sec tr td:nth-child(2) {
    width: 15%;
}

table.subscribe-sec tr td:last-child {
    width: 14%;
}

.subscribe-info img {
    width: 51px;
    height: 50px;
    margin-right: 15px;
}

.subscribe-info h3 {
    color: #E9E9E9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.subscribe-pkg p {
    color: #F8F8F8;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.subscribe-btn a {
    color: #FF4B4B;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    /* 18px */
    text-decoration-line: underline;
}

.subscribe-row .col-lg-4 {
    border-left: 1px solid #FFF;
    padding: 0;
}

.subscribe-row .col-lg-4 .row .col-lg-4 {
    border: 0;
}

.subscribe-row .col-lg-8 {
    padding-right: 0;
    padding-bottom: 100px;
}

.creators-row {
    padding: 70px 0;
}

.creators-row h2 {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    line-height: 45px;
}

.creators-row .row {
    padding: 0 80px;
}

.creators-sec {
    text-align: center;
    margin-bottom: 20px;
}

.creators-sec h3 {
    color: #F8F8F8;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.creators-sec img {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    border-radius: 50%;
}


/* Zee Css Start */

.setting-sec #v-pills-tab {
    padding: 33px 40px 0px 31px;
    background: #1D242C;
    height: 100vh;
    width: 500px;
}

.setting-sec .nav-pills .nav-link {
    margin-bottom: 30px;
    text-align: left;
}

.setting-sec .nav-pills .nav-link.active {
    padding: 15px 70px;
    background: #050505;
    border-radius: 8px;
    text-align: center;
}

div#v-pills-tabContent {
    background: #16191E;
    width: 100%;
    height: 100vh;
}

.setting-sec .main-heading {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    border-bottom: 1px solid #D9D9D9;
    width: 90%;
    margin: auto;
}

.setting-sec .main-heading .left h1 {
    color: #F8F8F8;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
}

.setting-sec .main-heading .left p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.setting-sec .main-heading .right .btn-primary {
    padding: 15px 38px;
    background: linear-gradient(217deg, #2B90FE 19.67%, #04267F 139.32%);
}

.setting-sec .nav-pills button {
    color: #fff;
    line-height: normal;
}

.user-icon {
    border-radius: 50%;
    cursor: pointer;
    background: #050505;
    object-fit: scale-down;
}

.hidden {
    display: none;
}

.main-body {
    padding: 50px 75px;
}

.main-body h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.profile-picture {
    display: flex;
    gap: 20px;
}

.profile-picture .user-info h1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.profile-picture .user-info p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.feilds {
    width: 430px;
    padding-top: 35px;
}

.feilds label {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.feilds input {
    height: 64px;
    background: transparent;
    border: 1px solid #FFF;
    padding-left: 30px;
    color: #fff;
}

.feilds textarea {
    height: 160px;
    background: transparent;
    border: 1px solid #FFF;
    padding: 10px 0px 0px 30px;
    color: #fff;
}

.feilds input::placeholder {
    color: #fff;
    /* padding: 0px 0px 0px 30px; */
}

.feilds textarea::placeholder {
    color: #fff;
    /* padding: 10px 0px 0px 30px; */
}

.form-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-wrapper {
    border: 1px solid #fff;
    width: 100%;
    display: flex;
    padding: 20px;
    border-radius: 10px;
}

.personal-information {
    background-color: #3C8DC5;
    color: #fff;
    padding: 1px 0;
    text-align: center;
}

h1 {
    font-size: 1.3em;
    font-family: "Roboto"
}

input {
    margin: 1px 0;
    padding-left: 3%;
    font-size: 14px;
    color: white;
}

#column-left {
    width: 50%;
    float: left;
    margin-bottom: 2px;
}

#column-right {
    width: 49%;
    float: right;
}

@media only screen and (max-width: 480px) {
    body {
        width: 100%;
        margin: 0 auto;
    }

    .form-container {
        margin: 0 2%;
    }

    input {
        font-size: 1em;
    }

    #input-button {
        width: 100%;
    }

    #input-field {
        width: 96.5%;
    }

    h1 {
        font-size: 1.2em;
    }

    input {
        margin: 2px 0;
    }

    input[type="submit"] {
        height: 50px;
    }

    #column-left {
        width: 96.5%;
        display: block;
        float: none;
    }

    #column-right {
        width: 96.5%;
        display: block;
        float: none;
    }
}


.card-wrapper .jp-card-container:last-child {
    display: none;
}

.jp-card-container {
    transform: unset !important;
}


/* mode start */



.card-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
}

.card-box:hover {
    transform: translateY(-5px);
    border-color: #6366f1;
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.2);
}

.card-box h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
}

.card-box p {
    font-size: 14px;
    color: #6b7280;
}

.select-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    width: 90%;
    max-width: 900px;
}

.page-heading {
    position: absolute;
    top: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111827;
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-box i {
    font-size: 24px;
    color: #4f46e5;
}

/* mode */

.chat-sidebar,
.chat-profile {
    background-color: #1D242C;
    border-radius: 10px;
    height: fit-content;
}

.chat-user:hover {
    background-color: #050505;
    cursor: pointer;
}

.chat-bubble {
    background-color: #21262D;
    border-radius: 15px;
    padding: 10px 15px;
    max-width: 75%;
    margin-bottom: 10px;
    color: #768396;
    text-align: left;
    display: flex;
    align-items: center;
}

.chat-bubble.sender {
    background-color: #2f81f7;
    align-self: flex-end;
    color: white;
}

.chat-input {
    background-color: #0D1117;
    color: white;
    border: 1px solid #30363d;
}

.chat-input::placeholder {
    color: #8b949e;
}

.chat-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.media-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.chat-sidebar .fw-semibold {
    color: #E9E9E9;
}

.chat-main .fw-semibold {
    color: #E9E9E9;
}

.chat-main small {
    color: #768396 !important;
}

.profile_details {
    display: table;
    margin: auto;
}

.profile_details img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile_details .fw-semibold {
    color: #EEE;
    font-size: 20px;
}

.profile_details small {
    font-size: 14px;
}

.chat-profile ul {
    display: block;
}

.chat-profile ul li {
    color: #F2F2F2;
    font-size: 16px;
}

.send_button {
    display: flex;
}

.send_button i {
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    left: -34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.receiver-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.feilds select {
    height: 64px;
    background: transparent;
    border: 1px solid #FFF;
    padding-left: 30px;
    color: #fff;
}

.feilds select option {
    background: #000;
    color: white;
}

.subscription .feilds {
    padding-top: 0;
}

#card-element {
    background: white;
    height: 32px;
    padding: 9px;
    border-radius: 5px;
}

#subscriptionForm {
    color: white;
    background: grey;
    padding: 10px;
    border-radius: 15px;
}

.fa-eye:before {
    content: "\f06e";
    cursor: pointer;
}

img#preview {
    width: 835px;
}

#media-preview {
    display: flex;
    justify-content: center;
}

.add-feed-sec .col-lg-6 .form-group input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    text-align: center;
    padding: 24px 0 18px 12px;
    /* border-right: 1px solid #858383; */
    color: #EBEBEB;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.add-feed-sec .col-lg-6 .form-group i {
    position: relative;
    color: #fff;
    width: 16px;
    font-size: 19px;
    z-index: 1000;
    left: 117px;
    top: 2px;
}

#pagination a {
    background: #050505;
    border-radius: 10px;
    margin: 5px;
    color: white;
}

.pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    background: #eee;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
}

.pagination a.active {
    background: #007bff;
    color: #fff;
}

.chat-input-container {
    display: flex;
    align-items: end;
}

.image-icon {
    margin-right: 5px;
}

button.send-button {
    margin-left: 5px;
}

.sender {
    display: flex;
    justify-content: end;
}

.chat-content {
    height: 70vh;
    overflow-y: auto;
    padding: 10px;
}

.fa-send {
    color: white;
    margin-right: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.welcome-box {
    background-image: url('../images/wbg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 303px;
    border-radius: 19px;
    color: white;
}

.innert-last {
    background-image: url('../images/wbg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 19px;
    color: white;
}

.box-sider {
    background: linear-gradient(127deg, rgba(6, 11, 38, 0.74) 28.26%, rgba(26, 31, 55, 0.50) 91.2%);
    padding: 27px;
    border-radius: 37px;
    height: 85px;
}

.right.w-25 {
    width: 218px;
    height: 126px;
    border-radius: 20px;
    background: linear-gradient(127deg, rgba(6, 11, 38, 0.74) 28.26%, rgba(26, 31, 55, 0.50) 91.2%);
    backdrop-filter: blur(25px);
    padding: 15px;
}

.right.w-30 {
    width: 218px;
    height: 126px;
    border-radius: 20px;
    background: linear-gradient(127deg, rgba(6, 11, 38, 0.74) 28.26%, rgba(26, 31, 55, 0.50) 91.2%);
    backdrop-filter: blur(25px);
    padding: 15px;
}

.box-sider {
    background: linear-gradient(127deg, rgba(6, 11, 38, 0.74) 28.26%, rgba(26, 31, 55, 0.50) 91.2%);
    padding: 27px;
    border-radius: 19px;
    height: 85px;
}

;

.withdraw-btn {
    font-size: 13px;
    border-radius: 10px;
}

h4.text-light.m-0 {
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 30.8px */
}

.bottom-inner {
    padding: 14px;
    width: 23%;
    display: flex;
    justify-content: space-between;
}

.innersub-sec {
    width: 252px;
    height: fit-content;
    border-radius: 18px;
    background: #1D242C;
    padding: 25px;
}

.innersub-sec div {
    height: 112px;
}

.innersub-sec div {
    color: #FFF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
}

.subs-sec {
    margin-bottom: 40px;
}

.innert-last div {
    margin: 19px;
}

.innert-last {
    width: 48%;
}

.sec_innerlast {
    border-radius: 18px;
    background: #1D242C;
    height: 249px;
    flex-shrink: 0;
    padding: 20px;
}

.bottom-analy {
    height: 378px;
    border-radius: 19px;
    background: #050505;
}

.inner-analy {
    padding: 70px;
    display: flex;
    justify-content: space-between;
}

.colored-list {
    list-style: none;
    padding-left: 0;
}

.colored-list li {
    position: relative;
    padding-left: 28px;
    /* More padding for bigger bullet */
    margin-bottom: 10px;
}

.colored-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    /* Width of the dot */
    height: 14px;
    /* Height of the dot */
    border-radius: 50%;
    /* Makes it round */
    background-color: black;
    /* Default color */
}

.colored-list li.red::before {
    background-color: #FF8596;
}

.colored-list li.green::before {
    background-color: #FF406D;
}

.colored-list li.blue::before {
    background-color: #00E5F0;
}

.bottom-analy p {
    font-size: 13px;
}

.profile-picture {
    border-radius: 50%;
    width: 65px;
    height: 65px;
}

#donutChart {
    max-width: 400px;
    max-height: 400px;
}

.input-pay {
    width: 398px;
    height: 50px;
    background: black;
    border: 1px solid white;
    border-radius: 5px;
}

.date-part input {
    height: 50px;
    background: black;
    border: 1px solid white;
    border-radius: 5px;
    width: 188px;
}

.date-part {
    width: 400px;
}

.setting-profile {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.img-fluid {
    max-width: 100%;
    height: 100%;
}

/* private content */
.post-media-blur {
    filter: blur(5px);
    position: relative;
    pointer-events: none;
    user-select: none;
}

.unlock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    border-radius: 10px;
}

button.border.btn.text-light.mx-3.follow-btn.btn-secondary.style\= {
    margin-bottom: 7px;
}

button.border.btn.text-light.mx-3.follow-btn.btn-outline-light.style\= {
    margin-bottom: 8px;
}

.btn:hover {
    background-color: #1d242c;
}

.form-switch .form-check-input {
    height: 25px;
    width: 60px;
}

.notification-inner-lft ul li {
    width: fit-content !important;
}

span.badge.bg-info.edit_badge {
    font-size: 15px;
}

.profile-stats h6 {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.profile-stats small {
    font-size: 13px;
    color: #ccc;
}

.modal-content {
    background-color: #1c1c1c;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
}

#followSearch {
    background-color: #222;
    border: 1px solid #444;
    color: white;
}

.d-flex.mutual-text.gap-5.text-white.mt-3 {
    padding-inline: 110px;
}

button.btn.btn-sm.btn-info.change-status-btn:hover {
    color: #fff;

}

.mutual-followers a {
    color: #007bff;
    text-decoration: none;
}

.mutual-followers a:hover {
    text-decoration: underline;
}

.comment-section {
    border-top: 1px solid #333;
    margin-top: 10px;
    padding-top: 10px;
    background-color: #1D242C;
    border-radius: 0 0 10px 10px;
}

.comment-form input {
    background-color: #1D242C;
    border: 1px solid #444;
    color: #fff;
}

.like-btn:hover i {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

.like-btn:focus {
    outline: none;
    box-shadow: none;
}

.like-comment-btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-comment-toggle:focus{
    outline: none;
    box-shadow: none;

}

.like-btn.liked i {
    color: #e0245e;
    /* Instagram red */
}

i.far.fa-heart.text-info {
    font-size: 30px;
}

i.fas.fa-heart.text-info {
    font-size: 27px;
}

button.btn.btn-sm.btn-outline-info.btn-comment-toggle:hover {
    color: white;
}
button.btn.btn-sm.btn-outline-info.submit-comment:hover {
     color: white;
}
i.fas.fa-heart.text-danger {
    font-size: 18px;
}
i.far.fa-heart.text-danger {
    font-size: 19px;
}
.modal-body.all-comments-container {
    padding: 20px;
}
div#likesModalBody {
    padding: 12px;
}
span.like-count.text-light.large {
    font-size: 23px;
    margin-bottom: 4px;
}
table#subs-table {
    color: white;
}
.account-sec .form-group input::placeholder{
color:#949292
}
.account-sec .form-group textarea::placeholder{
color:#949292
}
input#userSearch {
    background: #1d242c !important;
}
