@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .left-rc {
        width: 85% !important;
    }

    .right-board {
        width: 40% !important;
    }

    .ad-img {
        width: 155px;
    }
}

body {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff;
}

.text-sm {
    font-size: 0.8rem;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8cdff;
    padding: 0 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bottom-navbar .nav-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #8c8c8c;
    padding: 12px 16px;
    text-align: center;
}

.bottom-navbar .nav-item span {
    width: 0;
    overflow: hidden;
}

nav.bottom-navbar .active>a {
    color: #8950e1;
    border-top: 3px solid #8950e1;
}

.bottom-navbar li:hover>a .nav-text,
nav.bottom-navbar li.active>a .nav-text {
    color: #8950e1;
}

nav.bottom-navbar li.active .img-top {
    display: inline;
}

.bottom-navbar li.nav-item:hover>a {
    color: #8950e1;
}

nav.bottom-navbar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav.bottom-navbar ul,
nav.bottom-navbar li {
    outline: 0;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
}

.bottom-navbar>ul {
    margin: 7px 0;
}

.bottom-navbar li {
    position: relative;
}

.bottom-navbar li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.bottom-navbar .nav-icon {
    position: relative;
    display: table-cell;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.bottom-navbar li:hover .img-top {
    display: inline;
}

.nav_card {
    margin-bottom: 20px;
}

.nav_card .img-top {
    display: none;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 99;
}

nav.bottom-navbar img {
    object-fit: cover;
    margin: 0 10px;
}

.bottom-navbar .nav-text {
    position: relative;
    top: 18px;
    margin: 10px 5px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: auto;
    color: #8c8c8c;
}

.bottom-navbar .nav-item span {
    width: 0;
    overflow: unset;
}

*:focus {
    outline: none;
    border: none;
}

.bottom-navbar button.float {
    margin-top: -40px;
    background-image: linear-gradient(145deg, #c3700a 0%, #e6ba37 0%, #fae151 0%, #721478 70%, #530b57 79%, #370738 90%, #210420 100%);
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    border: 2px solid #ebe4f6;
    box-shadow: 0px 10px 20px 0px #ebe4f6;
}

.bottom-navbar button {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background: transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.25s ease;
}

.bottom-navbar button i {
    font-size: 1.5rem;
    pointer-events: none;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#home-section {
    padding-bottom: 4rem;
    overflow-x: clip;
}

.top-section {
    background-image: url(/assets/link_up/header_group.jpg);
    /* background-position: center center; */
    background-repeat: no-repeat;
    /* background-size: cover; */
    min-height: 35vh;
}

.linkup-logo {
    width: 100px;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.left-rc {
    position: absolute;
    left: 0%;
    top: 15%;
    width: auto;
}

.left-star {
    position: absolute;
    left: 10%;
    top: 10%;
}

.right-board {
    position: absolute;
    right: 26%;
    top: 30%;
    width: auto;
}

.home-header {
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    font-weight: 400;
}

.blur-bg {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.5rem;
}

.blur-bg img {
    width: 30px;
}

.feed-section {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    padding: 1rem;
}

.ad-board {
    background-image: linear-gradient(180deg, #ffaa06, #feae3e);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 1rem;
    padding: 1rem;
    font-size: 15px;
}

.ad-board h3 {
    font-weight: 700;
}

.ad-img {
    text-align: center;
}

.btn-white {
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 4px;
    border: 1px solid #bcb0f5;
    width: 100%;
    outline: none;
    text-align: center;
    color: #604dcf;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
}

.livvy-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #40c4c1;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
    -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}

.float-livvy-round {
    height: 40px;
    max-width: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
}

[data-tooltip] {
    position: relative;
    z-index: 10;
}

.tab-container {
    background: #55378d;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    padding: 5px;
}

.tab-container .nav-pills {
    border: none;
}

.tab-container .nav-link.active {
    background: #805ac6 !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: none;
    color: white !important;
}

.tab-container .nav-link {
    color: white !important;
    cursor: pointer;
}

.scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.post {
    border: 1px solid #c3bbff;
    background: rgba(255, 255, 255, 255);
    /* margin: 15px;
   */
    padding: 15px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #6c7073;
    margin: 1rem 0;
}

.post-header {
    font-weight: 700;
    font-size: 18px;
    color: #0a0a0a;
}

.post-type {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}

.post-time {
    font-size: 14px;
    color: #0a0a0a;
}

.post-time i {
    color: #bcb0f5;
}

.post-content {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 400;
}

.post-content .tags {
    color: #220f80;
}

.post-img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
}

.post-img.expanded {
    object-fit: contain;
}

.post-liked {
    color: #ff476c !important;
}

.achievements_image_icon {
    position: relative;
}

.achievements_icon {
    background: #ebebeb;
    color: #8d8d8d;
    position: absolute;
    top: -15px;
    right: 0px;
    padding: 10px 25px;
    border-radius: 0px 40px 0 20px;
    -webkit-border-radius: 0px 40px 0 20px;
    -moz-border-radius: 0px 40px 0 20px;
    font-size: 13px;
}

.pro-round {
    height: 60px;
    width: 60px;
}

.profile-avtar-feed {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #ffcc1b;
    height: 60px;
    width: 60px;
}

.likes {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #6c7073;
}

.likes-sep {
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    color: #0a0a0a;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 0.5rem;
}

.reactions {
    margin: 0.5rem 0;
}

.react-btn {
    border: none;
    background: none;
    width: 40px;
    margin-right: -18px;
}

.react-btn img {
    width: 100px;
}

.profile-pics {
    height: 40px;
    width: 40px;
    margin-right: -18px;
}

.profile-pics img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #fff;
}

.profiles .grey {
    background-color: #e0e5f2;
    color: #4318ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.item .box-ad {
    height: auto;
    width: fit-content;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: 2px solid #d0d0d0;
}

.item .box-ad img {
    width: 250px;
}

.ad_tag_icon {
    position: relative;
}

.ad_icon {
    background: #8a50e2;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 0px;
    padding: 10px 10px;
    border-radius: 0px 40px 0 20px;
    -webkit-border-radius: 0px 40px 0 20px;
    -moz-border-radius: 0px 40px 0 20px;
    font-size: 13px;
}

#welcome_modal .modal-content {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-align: center;
    background-image: url(/assets/link_up/group_770.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#welcome_modal h2 {
    color: #edb307;
}

.modal-header {
    font-weight: bold;
    text-align: center;
    border-bottom: none;
    display: block;
}

.closeWelcome {
    color: #999;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.modal-1 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #eaeaea;
    margin-bottom: 2.5rem;
    background-image: url(/assets/link_up/confetti.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jumping-img {
    position: absolute;
    left: 0;
    width: 18%;
    bottom: -3rem;
}

.point-box {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*daily streaks*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .daily-box {
        font-size: 10px !important;
        padding: 4px 4px 2px !important;
        margin: 2px !important;
        width: 50px !important;
    }

    .daily-box .daily-coin {
        width: 25px !important;
    }
}

.streaks-section {
    background-color: #ffe5c1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    position: relative;
}

.left-rocket {
    position: absolute;
    left: 0%;
    top: 10%;
    width: 125px;
}

.top-mask {
    position: absolute;
    top: 0;
    right: 0;
}

.bottom-mask {
    position: absolute;
    bottom: 0;
    left: 0;
}

.streak-board {
    background-image: linear-gradient(270deg, #ffb24a, #ee8f0f);
    border: 1px solid #fff4e6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 1rem;
    padding: 1rem;
    font-size: 15px;
    color: #fff4e6;
    position: relative;
}

.streak-header {
    font-size: 20px;
    color: #fffcf8;
    font-weight: 500;
    margin: 0 auto;
}

.streak-header img {
    width: 40px;
    padding: 10px 8px 12px 10px;
}

.daily-box {
    text-align: center;
    background: #ffe5c1;
    border: 1px solid #fff4e6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    padding: 8px;
    margin: 8px;
    width: 70px;
}

.daily-box .daily-coin {
    width: 35px;
}

.daily-box.today {
    background: #fffcf8;
    color: #d69400;
}

.daily-box.deactivate {
    background: rgba(255, 255, 255, 0.3);
}

.streak-points {
    background-image: linear-gradient(145deg, #c3700a 0%, #e6ba37 0%, #fae151 0%, #721478 70%, #530b57 79%, #370738 90%, #210420 100%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 1rem;
    padding: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.mission-pnt {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #0a0203;
}

.mission-box {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border: 1px solid #b1b1b1;
    text-align: left;
    font-weight: 500;
    color: #1d2939;
    padding: 0.5rem;
    margin: 1rem;
}

.get-pnt {
    background-color: #fff4e6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fcb351;
    padding: 0.25rem;
    font-size: 14px;
    text-align: center;
}

.join-btn {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 2px solid #7743db;
    color: #7743db;
    padding: 0.5rem;
    text-align: center;
}

/*post pages*/
@media (max-width: 420px) {
    .tabs-post-customize-section .tab-container {
        width: 65% !important;
    }

    #pills-post-content .tab-container {
        width: 100% !important;
    }
}

.ddmenu {
    background: linear-gradient(154deg,
            rgba(195, 112, 10, 1) -25.84%,
            rgba(230, 186, 55, 1) -9.97%,
            rgba(250, 225, 81, 1) -1.5%,
            #721478 59.04%,
            rgba(83, 11, 87, 1) 69.93%,
            rgba(55, 7, 56, 1) 83.25%,
            rgba(33, 4, 32, 1) 95.24%) !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.ddmenu .dropdown-item:hover {
    background: none;
}

.ddmenu-img {
    width: 36px;
}

.post-section {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    padding: 2rem 1rem;
    margin-top: 2rem;
    position: relative;
}

.content-box {
    border: 1px solid #a1a1a1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 10px;
    padding: 10px;
    position: relative;
}

.lable-absolute {
    background: #8950e1;
    color: #fff;
    padding: 2px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: absolute;
    top: -15px;
}

.inner-cont-box {
    background: #eadcff;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.inner-cont-box-inline {
    background: #eadcff;
    padding: 5px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.privacy {
    padding: 2rem 0.5rem 0.5rem;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.privacy img {
    margin: 1rem 0;
}

.privacy .checked {
    color: #8950e1;
    margin: 1rem 0;
}

.privacy-status {
    font-size: 18px;
    font-weight: 700;
}

.full-top-section {
    background-image: url(/assets/link_up/grad-full.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.new-post {
    padding: 5rem 3rem 2rem;
}

.new-post-header {
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}

.profile-avtar-post {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border: 1px solid #40c4c1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
}

.dd-button:hover {
    background-color: transparent;
}

.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    list-style-type: none;
    text-align: left;
    color: #fff;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.new-post .textarea {
    display: inline-block;
    background-color: transparent;
    width: 100%;
}

.new-post .textarea textarea {
    display: flex;
    width: 100%;
    text-align: left;
    border: none;
    resize: none;
    background-color: transparent;
}

.new-post .textarea textarea:focus {
    border: none;
    outline: none;
}

.new-post .textarea textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.new-post .textarea textarea::-ms-input-placeholder {
    color: #fff;
}

.new-post .pro-round {
    height: 40px;
    width: 40px;
}

/* verification screens */
.verification-text {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    margin-top: -2rem;
}

.veri-form {
    text-align: center;
}

.veri-form .radios {
    border: 1px solid #7743db;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #8950e1;
    padding: 0.5rem 0 0.25rem;
    margin: 0.5rem 4rem;
    background-color: #fff;
}

.radios label {
    padding: 0 2px;
}

.btn-green {
    display: block;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    padding: 12px;
    border: none;
    width: 100%;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background-color: #40c4c1;
}

.info-text {
    background: #eadcff;
    color: #8950e1;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    padding: 1rem;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.user-data img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
}

.user-data .user-name {
    color: #090d20;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.user-data .user-email {
    color: #9ea1ae;
    font-size: 13px;
    font-weight: 400;
}

.vcode-input {
    width: 40px;
    height: 44px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #8950e1;
}

.vcode-input:focus {
    outline: none;
    border-color: #dadada;
}

.grad-bg i {
    background-image: linear-gradient(180deg, #5f2360 0%, #dac38b 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 1rem;
    color: #fff;
}

.progress {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    height: 15px;
    overflow: hidden;
    background: #dadada;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background-image: linear-gradient(90deg, #5c205f 0%, #e0cb8d 100%);
}

.percent-left {
    position: absolute;
    left: 20%;
    top: -5%;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #8950e1;
}

.percent-right {
    position: absolute;
    right: 20%;
    top: -5%;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #8c8c8c;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 8px 0;
}

.folder-dropdown select {
    border: none;
    font-size: 20px;
    font-weight: normal;
}

.purple-link {
    color: #a98ab0;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.post-customize-section {
    background-image: url(/assets/link_up/post/post_customize_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    margin-top: 2rem;
}

.post-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
}

.tabs-post-customize-section .tab-container {
    background-image: linear-gradient(145deg, #fec258 0%, #f8aa1e 49%, #fec258 98%);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: 0 auto;
    width: 55%;
    position: absolute;
    top: 27%;
    left: 23%;
}

#pills-post .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e !important;
    margin: 0 0.5rem;
}

#pills-post .nav-link.active {
    background: #fff !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #090d20 !important;
}

#pills-post-content.tab-content {
    margin-top: 0;
    background: #fff;
}

#pills-post-content .tab-container {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: unset;
}

#pills-post-content .tab-content {
    padding-top: 1rem;
    padding-bottom: 5rem;
    background-color: #e6d5ff;
}

#pills-post-content .nav-link.active {
    background: #0b9279 !important;
    color: #fff !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#pills-post-content .nav-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #1c1c1c !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

#pills-post-content .add-image {
    border: 1px solid #0b9279;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0.5rem;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.5rem;
}

#pills-post-content .abstract {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.5rem;
}

#pills-post-content .abstract img {
    border: 1px solid #0b9279;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#pills-post-content .color-back {
    border: 1px solid #0b9279;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0.5rem;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.5rem;
}

#pills-post-content .nav-item {
    width: 25%;
}

.post-sticker1 {
    position: absolute;
    top: 38%;
    left: 10%;
    width: 100px;
}

.post-sticker2 {
    position: absolute;
    top: 60%;
    left: 34%;
}

.new-post-image-section {
    /*background-image: url(/assets/link_up/post/new_post_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 68vh;
   */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-top: 2rem;
    background-color: #fff;
}

.final-post-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
}

.final-post-sticker1 {
    position: absolute;
    top: 35%;
    left: 8%;
    width: 100px;
}

.final-post-sticker2 {
    position: absolute;
    top: 60%;
    left: 30%;
    width: 60px;
}

.new-post-image-section .pro-round {
    height: 55px;
    width: 55px;
}

.new-post-image-section .profile-avtar-feed {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
}

.new-post-image-section .post-header {
    font-weight: 500;
    font-size: 18px;
    color: #383940;
    margin-bottom: 0;
}

.new-post-image-section .post-type {
    color: #000;
    font-size: 12px;
}

.new-post-image-section .post-type img {
    margin: 0 2px;
}

.new-post-image-section .textarea {
    display: inline-block;
    background-color: transparent;
    width: 100%;
    margin-top: 1rem;
}

.new-post-image-section .textarea textarea {
    display: flex;
    width: 100%;
    text-align: left;
    border: none;
    resize: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
}

.tag-box {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
    background-color: #dec8ff;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #1e1e1e;
}

.tag-box a {
    color: #1e1e1e cc;
}

.tag-box img {
    width: 25px;
    margin-right: 8px;
}

.tag-box i {
    position: absolute;
    right: 3%;
    top: 30%;
}

.tag-list-section {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-top: 2rem;
    background-color: #fff;
}

.search-box {
    position: relative;
    height: 60px;
    background: #dec8ff;
    margin: 1rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.search-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.search-box i {
    left: 20px;
    font-size: 18px;
    color: #707070;
}

.search-box input {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 0 10px 0 60px;
    background-color: transparent;
}

input[type=checkbox] {
    position: relative;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #dec8ff;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    opacity: 0.25;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #dec8ff;
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.tag-list-section .pro-round {
    height: 40px;
    width: 40px;
    margin: 8px;
}

.tag-list-section .profile-avtar-feed {
    border: none;
}

/* comments page */
.comment-section {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    padding: 2rem 1rem;
    /* margin-top: 2rem;
    */
    position: relative;
}

.comment-header {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}

.comment-header .close-btn {
    background-color: rgba(118, 118, 128, 12);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #232323;
    padding: 1px 8px;
}

.comment {
    font-size: 14px;
    font-weight: 400;
    color: #232323;
}

.comment .post-header {
    font-weight: 600;
    font-size: 15px;
    color: #242424;
}

.comment .pro-round {
    height: 40px;
    width: 40px;
    margin-top: 8px;
}

.comment .pro-round .profile-avtar-feed {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
}

.comment .like {
    font-size: 12px;
    font-weight: 600;
    color: #242424;
}

.comment .like i.liked {
    color: #ff476c;
}

.comment .content {
    margin: -1rem 2rem 0 3rem;
    text-align: left;
}

.comment .replies a {
    color: #242424;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-left: 3rem;
}

.comment .replies .collapse {
    margin-left: 2rem;
}

.comment .plus-minus:after,
.comment .plus-minus.collapsed:after {
    display: inline-block;
    width: 1em;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.comment .plus-minus:after {
    content: "-";
    top: -1px;
}

.comment .plus-minus.collapsed:after {
    content: "+";
    top: 0;
}

.comment-add {
    position: relative;
    height: 60px;
    background: #cecbcb;
    margin: 1rem 0.5rem 1rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.comment-add textarea {
    width: 100%;
    text-align: left;
    border: none;
    resize: none;
    background-color: transparent;
    padding: 1rem 2rem;
}

.comment-add textarea::placeholder {
    color: #000;
}

.comment-add i {
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    font-size: 18px;
    color: #fff;
    padding: 10px 13px;
    height: 40px;
    width: 40px;
}

/* profile pages */
.profile-top-section {
    background-image: url(/assets/link_up/header_group.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
}

.profile-top-section .post-section {
    margin-top: -1rem;
    padding: 2rem 0;
}

.grey-bg {
    background: #e4d9f8;
    padding: 1rem 1rem 2rem;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
}

.white-bg {
    background: #fff;
    padding: 0.5rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #a0a4b0;
    font-size: 12px;
    font-weight: 400;
}

.gold-text {
    color: #d69400;
    font-size: 15px;
    font-weight: 600;
}

.profile-photo {
    padding: 8px;
    position: absolute;
    top: 62px;
    left: 29px;
}

.profile-photo .profile-avtar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    object-position: center right;
}

canvas {
    width: 200px;
    height: auto;
    margin-left: -3rem;
    /* padding: 0;
    */
    position: relative;
}

.profile-data {
    color: #e4d9f8;
    margin-top: 4rem;
}

.user-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.user-des {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}

.user-comp {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
}

.profile-sections {
    border-bottom: 1px solid #e4d9f8;
    padding: 1rem;
    color: #1d2939;
    font-weight: 600;
}

.profile-sections .heading {
    text-transform: uppercase;
    color: #a0a4b0;
}

.profile-sections a {
    color: #1d2939;
    text-decoration: none;
    cursor: pointer;
}

.profile-sections i {
    color: #e4d9f8;
}

.my-profile-top-section {
    background-image: url(/assets/link_up/header_group.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
}

.my-profile-section {
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0 2rem;
    position: relative;
    color: #1c1c1c;
}

.mypro-photo {
    padding: 8px 0;
    position: absolute;
    top: -2rem;
    left: 0;
    overflow: hidden;
}

.mypro-photo .profile-avtar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    object-position: center right;
    border: 5px solid #ffcc1b;
    overflow: hidden;
}

.myprofile-data {
    margin-left: -15px;
}

.myprofile-data .user-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}

.myprofile-data .user-des {
    font-weight: 500;
    margin-bottom: 2px;
}

.myprofile-data .btn-green {
    width: 90%;
    padding: 8px;
}

.myprofile-data .uni-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.myprofile-data .uni-location {
    color: #ffa41b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.myprofile-data .follow-count {
    color: #8950e1;
    font-size: 14px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.about-tabs-section .tab-container {
    background: none;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    padding: 5px;
    color: #404040;
}

.about-tabs-section .nav {
    flex-wrap: nowrap;
}

.about-tabs-section .nav-link {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #8d8d8d;
    color: #404040;
    white-space: nowrap;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 4px;
    color: #404040 !important;
}

.about-tabs-section .nav-link.active {
    border: 1px solid #8d8d8d;
    color: #fff;
    background: #8950e1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.about-tabs-section .overflow {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.about-tabs-section .overflow::-webkit-scrollbar {
    display: none;
}

.info-box {
    border: 1px solid #d6bbff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #1c1c1c;
    background: #fff;
    box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 500;
}

.info-box .header {
    font-size: 14px;
    font-weight: 700;
}

.info-box .header .border-purple {
    border-bottom: 2px solid #8950e1;
    width: 3rem;
}

.info-box .data i {
    color: #8950e1;
    margin-right: 10px;
}

.edit-profile {
    width: 300px;
    height: auto;
    margin-left: 0;
    margin-top: -10rem;
    position: relative;
}

.edit-profile-photo {
    padding: 6px;
    position: absolute;
    top: -45%;
    /* left: 36%;
    */
    background: #ffcc1b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /* overflow: hidden;
    */
}

.edit-profile-photo .profile-avtar {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    object-position: center right;
}

.edit-profile-btn {
    position: absolute;
    top: 0%;
    left: 60%;
    background: #e8def8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 2px 4px 6px;
    cursor: pointer;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}

.edit-profile-form {
    margin-top: -3.5rem;
}

.edit-profile-form .input-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

.edit-profile-form .form-control {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: relative;
    color: #1d1b20;
    display: block;
    background-color: transparent;
    height: 50px;
    border: 1px solid #e4d9f8;
    width: 100%;
    outline: none;
    padding: 0 40px 0 20px;
    font-size: 16px;
}

.edit-profile-form label {
    position: absolute;
    top: -20px;
    z-index: 1;
    left: 10px;
    padding: 2px 10px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1px solid #e4d9f8;
    background: #8950e1;
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    color: #fff;
}

.edit-profile-form textarea {
    text-align: left;
    resize: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: relative;
    color: #1d1b20;
    display: block;
    background-color: transparent;
    height: 200px;
    border: 1px solid #e4d9f8;
    width: 100%;
    outline: none;
    padding: 20px;
    font-size: 16px;
}

.iti {
    position: relative;
    display: block;
}

.iti__flag-container .iti__selected-flag {
    background-color: transparent;
    border-right: 1px solid #e4d9f8;
    width: 100%;
    outline: none;
    font-size: 16px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.edit-profile-form .btn-green {
    margin-bottom: 5rem;
}

.edit-profile-form .edit-btn {
    background: none;
    background-size: cover;
    width: 35px;
    height: auto;
    border: none;
    outline: none;
    position: absolute;
    right: 12px;
    top: 20%;
}

#edit_profile2 {
    margin-top: 0;
}

#edit_profile2 .form-control {
    min-height: 90px;
}

#edit_profile2 .edit-btn2 {
    background: none;
    background-size: cover;
    width: auto;
    height: auto;
    border: 1px solid #7743db;
    color: #7743db;
    outline: none;
    /* position: absolute;
    */
    /* top: 58%;
   */
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

/* my points pages */
#mypoints-section .top-section {
    height: 43vh;
}

#mypoints-section .gold-logo {
    width: 35px;
    margin: 0 6px;
}

#mypoints-section .mypoints {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}

#mypoints-section .mypoints .points {
    font-size: 20px;
    font-weight: 700;
}

#mypoints-section .blur-bg {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    padding: 0.5rem 1.5rem 2rem;
}

#mypoints-section .post-section {
    margin-top: -1rem;
    padding: 0.75rem 0;
}

#mypoints-section .tab-container {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 5px 0 0;
    border-bottom: 1px solid #e4d9f8;
}

#mypoints-section .tab-container .nav-pills .nav-item .nav-link {
    color: #475467 !important;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-weight: 500;
}

#mypoints-section .tab-container .nav-pills .nav-item .nav-link.active {
    background: #fff !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 1px solid #8950e1;
    color: #8950e1 !important;
}

#mypoints-section .info-text {
    color: #1c1c1c;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background: none;
}

#mypoints-section .mission-box {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border: 1px solid #e1e1e1;
    text-align: left;
    font-weight: 400;
    color: #1d2939;
    padding: 0.75rem;
    margin: 1rem 0.25rem;
    font-size: 12px;
    height: 300px;
    position: relative;
}

#mypoints-section .mission-box .get-pnt {
    font-size: 11px;
    font-weight: 500;
}

#mypoints-section .mission-box .header {
    font-size: 14px;
    font-weight: 600;
}

#mypoints-section .mission-box .gif-div {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mypoints-section .mission-box .gif-div img {
    width: 100px;
}

#mypoints-section .mission-box .join-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    position: absolute;
    bottom: 10px;
    width: 85%;
    margin: 0 auto;
}

#mypoints-section .mission-box .join-btn a {
    color: #7743db;
    text-decoration: none;
}

.ref-box {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border: 1px solid #e1e1e1;
    text-align: left;
    font-weight: 600;
    color: #1c1c1c;
    padding: 0.75rem;
    margin: 1rem 0.25rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ref-box .code {
    color: #8e54d6;
    word-break: break-all;
}

.ref-box .ref-profile .profile-avtar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    border: 2px solid #ffcc1b;
}

.referred {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.referred .ref-profile .profile-avtar {
    width: 40px;
    height: 40px;
}

.history {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #375476;
}

.history-point-box {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-bottom: 2px solid #ebebeb;
    text-align: left;
    font-weight: 500;
    color: #1e2e41;
    padding: 0.5rem;
    margin: 0.25rem 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history-point-box .points-bg {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-point-box .points-bg-teal {
    background-color: #adbeff;
}

.history-point-box .points-bg-silver {
    background-color: #d7c0f9;
}

.history-point-box .points-bg-gold {
    background-color: #f7e361;
}

.history-point-box .date {
    color: #979797;
}

.history-point-box .points-green {
    color: #1c8b4f;
}

.history-point-box .points-red {
    color: #ec3e08;
}

/* FAQ Page */
.f-aq-top-section {
    background-image: url(/assets/link_up/header_group.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.f-aq-top-section .header-text {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
}

.f-aq .search-box {
    position: relative;
    height: 50px;
    background: #fff;
    margin: 0.25rem 1rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.f-aq .search-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 18px;
    color: #707070;
}

.faq-box {
    box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.faq-box .ques-bg {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #c4aaf4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-box .question {
    color: #454545;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.faq-box .question-data {
    color: #53686a;
    font-size: 14px;
    font-weight: 400;
}

/* update interest page */
.interest-header {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.interest-text {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
}

/*.btn-interest {
    display: block;
    padding: 12px;
    border: none;
    width: 100%;
    text-align: center;
    color: #1C1C1C;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    margin: 10px 0 10px 0;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border: 2px solid #E3E3E3;
}
.in-selected {
    background-image: linear-gradient(145deg, #C3700A 0%, #E6BA37 0%, #FAE151 0%, #721478 70%, #530B57 79%, #370738 90%, #210420 100%);
    position: relative;
    z-index: 1;
}
.in-selected::before {
    content: '';
    display: block;
    background-color: white;
    position: absolute;
    border-radius: calc(28px - 2%);
    -webkit-border-radius: calc(28px - 2%);
    -moz-border-radius: calc(28px - 2%);
    height: 90%;
    width: 96%;
    z-index: -1;
    left: 2%;
    top: 4%;
}
*/
#interest_modal .modal-content {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: none;
    text-align: center;
    background-image: url(/assets/link_up/header_group.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.closeModalInterest {
    color: #999;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.modal-update-interest {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 1rem 2rem;
}

.btn-transparent {
    display: block;
    padding: 12px;
    border: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    /* margin: 10px 0 10px 0;
    */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: 1px solid #40c4c1;
}

.btn-white {
    display: block;
    padding: 12px;
    border: none;
    width: 100%;
    text-align: center;
    color: #40c4c1;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background-color: #fff;
    margin: 10px 0 10px 0;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border: 1px solid #40c4c1;
}

#interest_modal .btn-green {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    font-weight: 500;
}

#interest_modal input {
    height: 50px;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 8px;
}

/* css changes in post */
#home-section {
    padding-bottom: 0;
}

.new-post .textarea textarea {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
    min-height: 60px;
    overflow: hidden;
    word-wrap: break-word;
}

.final-post-image {
    height: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 0.5rem 0;
}

.new-post {
    padding: 5rem 1rem 2rem;
}

.imgbtn-float {
    width: 120px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #8950e1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.overlay {
    position: fixed;
    bottom: -80%;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 1000;
    transition: bottom 0.5s ease-in-out;
    background: white;
    border-radius: 40px 40px 0px 0px;
    -webkit-border-radius: 40px 40px 0px 0px;
    -moz-border-radius: 40px 40px 0px 0px;
}

.overlay-content {
    width: 100%;
    height: 100%;
}

.overlay.active {
    bottom: 0;
}

.tag-list {
    overflow-x: hidden;
    overflow-y: auto;
    height: 600px;
}

#close-overlay-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #0a0a0a;
}

.new-post-image-section {
    background-image: none;
}

.new-post-image-section .edit-profile-btn {
    top: unset;
    bottom: -2%;
    left: 45%;
}

.new-post-image-section .textarea textarea {
    padding: 0 25px;
}

.tag-box {
    display: flex;
    justify-content: space-between;
}

.tag-box i {
    position: static;
}

.tag-box a {
    color: #8950e1;
    text-decoration: none;
    font-weight: 500;
}

.privacy-status {
    font-size: 18px;
    font-weight: 500;
}

.privacy-status a {
    color: #000;
    text-decoration: none;
}

/* Profile Page changes */
.nav_card .img-top {
    top: 14px;
}

nav.bottom-navbar .active>a {
    border-top: none;
}

.profile-top-section .mypro-photo {
    position: static;
    margin-top: 2.5rem;
}

.profile-top-section .mypro-photo .profile-avtar {
    width: 80px;
    height: 80px;
}

.profile-top-section .profile-data {
    margin-left: -2rem;
}

.profile-top-section .grey-bg {
    position: relative;
}

/* my profile page changes */
.mypro-photo .profile-avtar {
    background-color: #ffcc1b;
}

.round-pink img {
    /* background-image: linear-gradient(45deg, #FFBF1A 0%, #FF4080 100%);
   */
    background-color: #fddddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 8px;
}

.stats-text {
    color: #9098a3;
    font-size: 13px;
    font-weight: 700;
}

.stats-num {
    font-size: 20px;
    color: #000;
}

.info-box .data {
    /* margin-top: 1.5rem;
    */
}

.data .skills-list {
    padding-inline-start: 20px;
}

.data .timeline {
    display: block;
    width: 100%;
    padding: 0 5px 0 2px;
}

.data .timeline-content p {
    font-size: 14px;
    color: #8950e1;
    font-weight: 400;
}

.data .timeline-content-dis {
    color: #1e1e1e;
    font-size: 12px;
}

.data .timeline-content {
    padding-left: 10px;
    padding-bottom: 30px;
    cursor: pointer;
}

.data .timeline-item {
    display: block;
    padding: 0;
}

.data .timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-item:last-child .data .timeline-marker:after {
    content: none;
}

.data .timeline-marker,
.data .timeline-content {
    display: table-cell;
    vertical-align: top;
}

.data .timeline-marker {
    position: relative;
}

.data .marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #1e1e1e;
}

.data .timeline-marker:before {
    background: #1e1e1e;
    border: 3px solid #40c4c1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
}

.data .timeline-marker:after {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
    background: #1e1e1e;
    border-left: 1px solid #1e1e1e;
}

.pots-tabs-section .tab-container {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 5px 0 0;
    border-bottom: 1px solid #e4d9f8;
}

.pots-tabs-section .nav-pills .nav-item .nav-link {
    color: #475467 !important;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-weight: 500;
}

.pots-tabs-section .nav-pills .nav-item .nav-link.active {
    background: #fff !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 1px solid #8950e1;
    color: #8950e1 !important;
}

.post-approval-box {
    border: 1px solid #969696;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #fff;
    margin: 1rem 0;
}

.post-approval-box .pro-round {
    height: 45px;
    width: 45px;
}

.post-approval-box .profile-avtar-feed {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
}

.post-approval-box .post-header {
    font-weight: 500;
    font-size: 18px;
    color: #383940;
    margin-bottom: 0;
}

.post-approval-box .final-post-image {
    height: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 0.5rem 0;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.post-approval-box .edit-profile-btn {
    position: absolute;
    top: unset;
    bottom: 15%;
    left: 15%;
    background: #e8def8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 2px 4px 6px;
    cursor: pointer;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}

.post-approval-box .caption {
    width: 100%;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 25px;
    font-size: 16px;
}

.post-approval-box .admin-comment {
    border-top: 1px solid #969696;
    padding: 1rem;
}

.post-approval-box .admin-comment .header {
    color: #475467;
    font-size: 20px;
    font-weight: 500;
}

.post-approval-box .admin-comment .post-header {
    color: #000;
    font-size: 16px;
}

.post-approval-box .admin-comment .comments {
    color: #272727;
    font-size: 16px;
}

.CancelReqclose {
    color: #fff;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 36px;
    height: 36px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
    background-color: #40c4c1;
    z-index: 2;
}

.ResendReqclose {
    color: #fff;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
    background-color: #40c4c1;
}

/* edit profile page changes */
.edit-profile-photo {
    top: -60px;
}

.edit-profile-photo .profile-avtar {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    object-position: center right;
}

.edit-profile-form {
    margin-top: 5rem;
}

.edit-profile-btn {
    top: 70%;
    left: 70%;
}

.edit-profile-form label {
    font-size: 14px;
    padding: 2px 10px 4px;
}

#edit_profile2 .form-control {
    min-height: 220px;
}

#edit_profile2 .edit-btn2 {
    padding: 4px 8px;
    bottom: 10%;
    /* top: 58%;
   */
}

#edit_profile2 .form-data-box {
    background-color: #eadcff;
    color: #181818;
    position: absolute;
    top: 0;
    padding: 8px 4px;
    margin: 25px 8px;
    font-size: 11px;
    font-weight: 500;
    width: 95%;
}

#edit_profile2 .form-data-box p {
    margin-bottom: 8px;
}

.modal-form {
    margin-top: 2rem;
}

.edit-profile-form .form-control {
    background-color: #fff;
}

.edit-profile-modal .modal-content {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: none;
    text-align: center;
    background-image: url(/assets/link_up/header_group.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modal-update-interest {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 1rem 2rem;
}

.suggestion-box {
    border: 1px solid #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px;
    text-align: left;
    padding-bottom: 4rem;
}

.suggestion-box .suggested-lang {
    border: 1px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    padding: 6px;
    margin: 4px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

/*interest page design changes*/
.btn-interest input {
    appearance: none;
}

.btn-interest input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.btn-interest label {
    display: block;
    padding: 12px;
    border: none;
    width: 100%;
    text-align: center;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    margin: 10px 0 10px 0;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border: 2px solid #e3e3e3;
}

.btn-interest input[type=checkbox]:checked+label::before {
    content: '';
    display: block;
    background-color: white;
    position: absolute;
    border-radius: calc(28px - 2%);
    -webkit-border-radius: calc(28px - 2%);
    -moz-border-radius: calc(28px - 2%);
    height: 90%;
    width: 96%;
    z-index: -1;
    left: 2%;
    top: 4%;
}

.btn-interest input[type=checkbox]:checked+label {
    background-image: linear-gradient(145deg, #c3700a 0%, #e6ba37 0%, #fae151 0%, #721478 70%, #530b57 79%, #370738 90%, #210420 100%);
    position: relative;
    z-index: 1;
}

/* Privacy Policy Page */
.page-header {
    color: rgba(28, 28, 28, 85);
    font-size: 20px;
    font-weight: 600;
}

.privacy_policy_points {
    color: #8950e1;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.privacy_policy_data {
    color: rgba(28, 28, 28, 85);
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.privacy_policy_data .header {
    font-weight: 600;
}

.privacy_policy_data i {
    font-size: 10px;
    margin-right: 1rem;
}

.privacy_policy_link {
    color: #3174c4;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.privacy_policy_link a {
    text-decoration: none;
}

/* community guidelines page */
#cg .card {
    margin-bottom: 30px;
    border: 0;
}

#cg .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 10px 10px 10px 0px rgba(213, 213, 213, 0.5);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    padding: 0;
}

#cg .card .card-header .btn-header-link {
    color: rgba(0, 0, 0, 85);
    display: block;
    text-align: left;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 18px 18px;
    -webkit-border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
}

#cg .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#cg .card .card-header .btn-header-link.collapsed {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background: #fff;
    color: rgba(0, 0, 0, 85);
}

#cg .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#cg .card .collapsing {
    background: #fff;
    line-height: 30px;
}

#cg .card .collapse {
    border: 0;
}

#cg .card .collapse.show {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 10px 10px 10px 0px rgba(213, 213, 213, 0.5);
    color: rgba(0, 0, 0, 85);
    text-align: left;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

/* report post */
.report-post {
    color: #000;
    padding: 0 10px;
}

#post_action_modal,
.modal-update-interest {
    padding: 1rem 0;
}

.action {
    text-align: left;
    display: flex;
    align-items: center;
}

.action a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.action a img {
    padding: 0 20px;
}

.report-page-header {
    font-size: 24px;
    font-weight: 500;
    color: #383940;
}

.report-text {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
}

.report-reason {
    font-size: 20px;
    font-weight: 400;
    color: #1c1c1c;
    padding: 0.5rem 0;
}

#comment_modal textarea {
    background-color: #d9d9d9;
}

.btn-grey {
    display: block;
    padding: 12px;
    border: none;
    width: 100%;
    text-align: center;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background-color: #adadad;
    margin: 10px 0 10px 0;
    border-radius: 12px;
    border: none;
}

.btn-green a {
    text-decoration: none;
    color: #fff;
}

.report-text2 {
    color: rgba(56, 57, 64, 85);
    text-align: center;
}

.action-report2 {
    background-color: #dec8ff;
    text-align: left;
    padding: 4px;
    margin: 4px 0;
    border-radius: 10px;
}

.action-report2 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    /*display: flex;
    align-items: center;
    justify-content: space-between;
   */
}

.action-report2 a img {
    padding: 8px 12px 0px 0px;
}

/* action button bottom nav */
.multi-action {
    display: inline-block;
    position: absolute;
    height: 60px;
    top: 0%;
    left: -20px;
}

.multi-action button:focus {
    outline: none;
}

.action-button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background: #f44336;
    font-size: 24px;
    color: white;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.3s;
}

.actions {
    position: absolute;
    list-style: none inside none;
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
    float: left;
    background-color: transparent;
    top: -20px;
    left: 8px;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.actions li>a {
    font-size: 11px;
}

.actions img {
    margin: 4px auto 0 !important;
}

.actions li {
    position: absolute;
    display: block;
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin: 0;
    background: #212121;
    color: #fff;
    transition: all 0.3s;
    transform: scale(0.3);
    background: #40c4c1;
    border: 1px solid #fff;
}

.actions li a {
    background: inherit;
    color: inherit;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.actions li:active {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.action-button :focus {
    outline: transparent;
}

.action-button.active {
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.action-button.active~.actions li {
    transition: all 0.3s;
    transform: scale(1);
    /* &:nth-child(4) {
       margin-top: -200px;
   }
   */
}

.action-button.active~.actions li:nth-child(1) {
    margin-top: -56px;
    right: 20px;
}

.action-button.active~.actions li:nth-child(2) {
    margin-top: -104px;
    right: -50px;
}

.action-button.active~.actions li:nth-child(3) {
    margin-top: -56px;
    left: 60px;
}

.action-button span {
    transition: all 0.3s;
}

.action-button.active:not(.no-rotate) span {
    transform: scale(1) rotate(-45deg);
}

/* Resources Pages */
.blur-box {
    border: 1px solid #eeeded;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(-30deg, #000 20 20%, #fff 20 100%);
    text-align: left;
}

.search-box.resources {
    margin: 1rem 0;
    border: 1px solid #e787e1;
    border-radius: 10px;
    color: #1c1c1c;
    background-color: #fff;
}

.search-box.resources i {
    color: #1c1c1c;
    left: 10px;
}

.search-box.resources input {
    padding: 0 10px 0 40px;
    font-size: 17px;
    font-weight: 600;
}

.search-box.resources ul {
    background: #fff;
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s height;
    text-align: left;
    margin-top: 0.5rem;
    padding-inline-start: 20px;
    position: relative;
    z-index: 1;
}

.search-box.resources ul li {
    font-size: 13px;
    padding: 10px 10px;
    list-style: none;
    font-size: 16px;
}

.top-search-header {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
}

.top-search-box {
    display: inline-block;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 400;
    background-color: #fcb351;
    border-radius: 8px;
    border: 1px solid #6c6c6c;
    padding: 8px 16px;
    margin: 0 5px 10px 0;
}

.resources-tab-container.overflow {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.resources-tab-container .tab-container {
    background: none;
    border-radius: 17px;
    padding: 5px;
    color: #404040;
}

.resources-tab-container .nav {
    flex-wrap: nowrap;
}

.resources-tab-container .nav-link {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #6c6c6c;
    white-space: nowrap;
    border-radius: 10px;
    margin: 0 4px;
    color: rgba(10, 10, 10, 60) !important;
    font-size: 12px;
}

.resources-tab-container .nav-link.active {
    border: 1px solid #6c6c6c;
    color: #0a0a0a;
    background: #fcb351;
    border-radius: 10px;
}

a.purple-font {
    color: #8950e1;
    text-decoration: none;
    font-weight: 600;
}

.resources-box {
    border-radius: 14px;
    border: 1px solid #b1b1b1;
    text-align: left;
    font-weight: 500;
    color: #1d2939;
    padding: 0.5rem;
    margin: 0.25rem;
}

.resources-box .header {
    font-size: 14px;
    font-weight: 600;
}

.resources-box .get-pnt-purple {
    font-size: 11px;
    font-weight: 500;
    width: 70%;
}

.resources-box .join-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    position: absolute;
    bottom: 10px;
    width: 65%;
    margin: 0 auto;
}

.resources-box .join-btn a {
    color: #7743db;
    text-decoration: none;
}

.resources-box .locations {
    color: rgba(20, 20, 20, 70);
    font-size: 12px;
    font-weight: 400;
}

.get-pnt-purple {
    background-color: #e4d9f8;
    border-radius: 20px;
    color: #5b21cb;
    padding: 0.25rem;
    font-size: 14px;
    text-align: center;
}

/* Express pages */
.bottom-mask {
    position: absolute;
}

.express-text {
    color: #fff;
    font-size: 18px;
}

.express-data {
    font-size: 17px;
    font-weight: 400;
    color: #3a3a3a;
    text-align: justify;
    padding-bottom: 4rem;
}

.express-data .express-data-black {
    color: #000;
    font-weight: 600;
}

.express-data .express-data-purple {
    color: #8950e1;
    font-weight: 600;
}

.payment-top-section {
    background-image: url(/assets/link_up/express/group1000006170.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 0 0 20px 20px;
    position: relative;
}

.payment-top-section .left-rocket {
    position: absolute;
    left: 0%;
    top: 5%;
    width: 125px;
}

.payment-top-section .linkup-logo {
    width: 175px;
    padding-top: 8rem;
    padding-bottom: 3rem;
}

.payment-bottom-section {
    background-color: #fff;
    border-radius: 0;
    padding: 0 2rem;
}

.payment-bottom-section h1 {
    background-image: linear-gradient(90deg, #8950e1, #40c4c1);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 10px 0;
    font-weight: normal;
}

.payment-bottom-section .panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.payment-bottom-section .pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.payment-bottom-section .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.payment-bottom-section button:not(:disabled),
.payment-bottom-section [type="button"]:not(:disabled),
.payment-bottom-section [type="reset"]:not(:disabled),
.payment-bottom-section [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.payment-bottom-section .save_add_publish {
    padding: 10px;
    border: 1px solid #40c4c1;
    color: #fff;
    background: #40c4c1;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}

/* connections page */
.mypro-photo-conn {
    padding: 8px 0;
}

.mypro-photo-conn .profile-avtar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center right;
    border: 5px solid #ffcc1b;
    background-color: #ffcc1b;
}

.conn-name {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.conn-badge {
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
}

.search-box-conn {
    border: 1px solid #e787e1;
    background: rgba(255, 255, 255, 12);
}

.search-box-conn input {
    color: #fff;
}

.search-box-conn i {
    color: #fff;
}

.search-box-conn::placeholder {
    color: #0bf;
}

/* daily splash popup */
.dailySplashClose {
    color: #fff;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    border: none;
    background-color: #40c4c1;
}

/* reply to comment */
.comment {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.comment .share {
    font-size: 12px;
    font-weight: 600;
    color: #8950e1;
    cursor: pointer;
}

.comment .share i.liked {
    color: #8950e1;
}

.comment .replies .collapse {
    max-height: 200px;
    overflow-x: auto;
}

.comment .delete {
    font-size: 12px;
    font-weight: 600;
    color: #ed6368;
    cursor: pointer;
}

.comment ::-webkit-scrollbar {
    width: 3px;
}

.comment ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.comment ::-webkit-scrollbar-thumb {
    background: #9e9e9e;
}

.comment ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.comment .reply-form {
    margin: 0 0 0.25rem 3.25rem;
    text-align: left;
}

.comment .reply-form textarea {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 1px solid #616161;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 50px;
}

.comment .reply-form button {
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    font-weight: 600;
    color: #8950e1;
}

.comment .reply-form button:hover,
.comment .reply-form button:focus,
.comment .reply-form button:active {
    cursor: pointer;
    background: none;
    border: none;
}

.comment .reply-form button.cancel {
    color: #ed6368;
}

.comment .d-none {
    display: none;
}