.logo {
    height: 60px;
    width: 60px;
    overflow: hidden;
}

.btn.btn-followers {
    background: #000;
    border: none;
    color: #fff;
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
    border-radius: 27px;
}

.btn.btn-following {
    background: #494a5229;
    border: none;
    color: #000;
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
    border-radius: 27px;
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.login-module h4 {
    font-size: 29px;
    font-weight: 700;
    line-height: 40.8px;
    font-family: 'Plus Jakarta Sans';
    color: #01041D;
}

.login-module .headertext {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Plus Jakarta Sans';
    color: #494A52;
    text-align: center;
}

.login-module label.form-label {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 500;
    color: #000 !important;
}

.login-module .linktag a {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
    color: #352FD1;
}

.login-module .linktag a:hover {
    color: #342fd1c4 !important;
}

.login-module .footer-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
    color: #494A52;
    text-align: center;
}

.login-module .footer-text.span {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
    color: #494A52;
    text-align: center;
}

.accountlist-module .user-list .manage-list {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.accountlist-module .user-list .manage-list img.user-img {
    width: 45px;
    height: 45px;
    padding: 2px;
    border-radius: 6px;
}

.accountlist-module .user-list .manage-list .user-number p {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    font-family: 'Plus Jakarta Sans';
    color: #000;
    text-align: center;
}

.accountlist-module .header-text {
    line-height: 40.8px;
    font-weight: 600;
    font-size: 16px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.accountlist-module .modalheader-text {
    line-height: 28.8px;
    font-weight: 700;
    font-size: 18px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.forgot-password-module .header-text {
    line-height: 40.8px;
    font-weight: 700;
    font-size: 22px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.forgot-password-module .para-text {
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
    max-width: 350px;
    margin: auto;
}

.forgot-password-module .info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
    color: #BEBEBE
}

.forgot-password-module .detail-text h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 17.64px;
    color: #01041D
}

.forgot-password-module .detail-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #494A52
}

.login-page {
    padding: 80px 0px;
}

.auth-form {
    padding: 50px;
    background: #716dff12;
    border-radius: 20px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
}

.auth-form-home {
    padding: 50px;
    background: #716dff12;
    border-radius: 20px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
}

.auth-form-3 {
    padding: 15px;
    background: #6663df03;
    border-radius: 20px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
}

.auth-form .btn {
    padding: 8px 24px;
    border: 1px solid;
    font-size: 18px;
    transition: all 0.5s;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    /* line-height: 22px; */
}

.auth-form .btn.btn-gradient-primary {
    background: linear-gradient(to right, #352FD1 0%, #6E6BE1 100%);
    border: none;
    color: #fff;
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
    border-radius: 27px;
}

.signup-module .header-text {
    line-height: 40.8px;
    font-weight: 700;
    font-size: 28px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.signup-module .para-text {
    line-height: 23px;
    font-weight: 500;
    font-size: 15px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.signup-module .items {
    padding-bottom: 15px;
    gap: 20px;
    align-items: center;
    margin: 10px;
    border-bottom: 1px solid #0000001c;
    display: flex;
}

.signup-module label.profile-img.edit-profile-img {
    position: relative;
}

.signup-module label.profile-img {
    width: 110px;
    height: 110px;
    border-radius: 30px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.signup-module .avtar-text {
    border: 1px solid#6864DF;
    width: max-content;
    margin: auto;
    padding: 10px;
    color: #6864DF;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Plus Jakarta Sans';
}

.signup-module label.profile-img img {
    width: 100%;
    height: 100%;
}

.signup-module .profile-img input[type="file"] {
    display: none;
}

.signup-module .edit-icon {
    height: 24px;
    width: 24px;
}

.auth-form-2 {
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right, #352FD1 0%, #6E6BE1 100%);
    color: #fff;
}

.signup-module .company-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.signup-module label.company-img.edit-profile-img {
    position: relative;
}


.signup-module .company-info label.company-img {
    width: 100px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.signup-module .company-info label.company-img img {
    width: 100%;
    height: 100%;
}

.signup-module .company-info .company-img input[type="file"] {
    display: none;
}

.signup-module .company-info .company-text {
    border: 1px solid #6864DF;
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #6864DF;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Plus Jakarta Sans';
}

.signup-module .skip-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 23.15px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.form-control {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    color: #494A52 !important;
    font-family: 'Plus Jakarta Sans' !important;

}

.home-header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.home-header .navbar-nav li {
    padding: 10px;
}

.home-header .navbar-nav .profile-menu img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 8px;
}

.home-header .navbar-nav .profile-menu span {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Plus Jakarta Sans' !important;
}

.home-header .navbar-nav .dropdown .dropdown-menu label {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.home-header .navbar-nav .dropdown .dropdown-menu .profile-list {
    display: flex;

    align-items: center;
    gap: 20px
}

.home-header .navbar-nav .dropdown .dropdown-menu .profile-list img {
    height: 40px;
    width: 40px
}



.home-header .navbar-nav span.cart_count {
    position: relative;
    top: -5px;
    left: -8px;
    font-size: 10px;
    background-color: #FF324D;
    border-radius: 50px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    min-width: 14px;
    text-align: center;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-right: -5px;
}

#gmap_canvas {
    width: 100%;
    border-radius: 6px;
    border: none;
}

.back-flow {
    background-image: url("../images/back-img.png");
}

.privacy-module .privacy-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001c;
    padding: 5px 0px;
}

.privacy-module .header-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.privacy-module .privacy-info .para-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    color: #494A52;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
    ;
}

.privacy-module .form-check-input:checked {
    background-color: #0FA627;
    border-color: #0FA627;
}

.privacy-module .form-check-input {
    background-color: #E50037;
    border-color: #E50037;
    background-image: url('../images/auth-icon/download.svg') !important;
}

.help-module .menu-side {
    border-radius: 14px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    position: relative;
}

.help-module .menu-side .header-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 40.8px;
    color: #01041D;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
    margin: 10px 20px
}

.help-module .menu-side .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001c;
    padding: 5px 0px;
    margin: 0px 20px
}

.help-module .menu-side .items .para-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    color: #494A52;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
}

.account-details {
    padding: 0px;
    border-radius: 14px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    height: 100%;
    position: relative;
}

.help-inner-module {
    padding: 5px 20px;
}

.help-module .help-inner-module .header-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 40.8px;
    color: #01041D;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
    padding: 10px 0px 0px 0px;
}

.help-module .help-inner-module .body-para-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.7px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';

}

.help-module .help-inner-module .about-headertext {
    font-size: 17px;
    font-weight: 700;
    line-height: 25.7px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.help-module .help-inner-module ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.7px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.faq-container {
    padding: 5px 20px;
}

.faq-container .searches {
    display: inline-block;
    margin-left: 15px;
    margin-right: 0;
    vertical-align: middle;
    width: 185px;
    margin-top: 5px;
}

.faq-container .searches>form {
    display: inline-block;
    position: relative;
    width: 100%;
}

.faq-container .searches input {
    border: 1px solid #c2ccd06e;
    border-radius: 8px;
    padding: 7px 38px;
    width: 100%;
    transition: 0.1s ease 0s;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.7px;
    font-family: 'Plus Jakarta Sans';
    background: #c2ccd030;
    color: #2B3E59;
    box-shadow: none;
}

.faq-container .fa-search:before {
    content: "\f002";
    position: absolute;
    top: 25%;
    left: 5%;
    color: #2b3e59bf;
    font-size: 16px;
}

.faq-container .faq-title {
    padding: 25px 25px 0;
    font-size: 20px;
    font-weight: 700;
    color: #01041D;
    line-height: 25.2px;
    font-family: 'Plus Jakarta Sans';
}

.faq-container .faq-item {
    padding: 14px 10px;
    margin-bottom: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
}

.faq-container .faq-heading {
    font-weight: 500;
    line-height: 21.7px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
    padding: 3px;
}

.faq-container .faq-body {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Plus Jakarta Sans';

    font-size: 15px;
    color: #494A52;
}

.faq-container .faq-body.number-text {
    background: #FCDC83;
    border-radius: 100%;
    padding: 5px 10px;
}

.faq-container .item-text {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0px;
}

.faq-container .collapsed .faq-heading-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(270deg);
    color: #fff !important;
}

.faq-container .faq-heading-icon {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #fff !important;
}

.faq-container .icon {
    width: 22px;
    height: 22px;
    color: #fff !important;
}

.searches>form.active>input {
    border: 0 none !important;
    border-radius: 15px;
}

.searches>form.active>input:focus-visible {
    border: 1px solid #c2ccd06e !important;
}

.searches>form.active button {
    opacity: 0;
    visibility: hidden;
}

.searches>form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: inherit;
    font-size: 18px;
    left: 10px;
    position: absolute;
    top: 6px;
}

.help-module .help-inner-module .setting-para-text {
    font-size: 16px;
    font-weight: 400;
    color: #494A52;
    line-height: 28px;
    /* max-width: 350px; */
    margin: auto;
}

.help-inner-module .information-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
    color: #BEBEBE;
}

.help-inner-module .privacy-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001c;
    padding: 5px 0px;
}

.help-inner-module .privacy-info .para-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    color: #494A52;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
}

.help-inner-module .form-check-input:checked {
    background-color: #0FA627;
    border-color: #0FA627;
}

.help-inner-module .form-check-input {
    background-color: #CACACA;
    border-color: #CACACA;
}

.signup-module .location-search-input>form {
    display: inline-block;
    position: relative;
    width: 100%;
}

.signup-module img.close-icon {
    content: "\f002";
    top: -8px;
    right: -5px;
    color: #2b3e59bf;
    font-size: 16px;
    margin-left: 98%;
    margin-bottom: 3px;
    margin-top: -128px;
}

.signup-module ul {
    /* border: 1px solid #EEEEEE; */
    padding: 3px;
}

.signup-module ul .nav-link.active {
    background: none !important;
    color: #3a34df;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.48px;
    font-family: 'Plus Jakarta Sans';
}

.signup-module ul .nav-link {
    background: none !important;
    color: #494A52;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.48px;
    font-family: 'Plus Jakarta Sans';
}

.signup-module ul .nav-link.con-img.active {
    filter: invert(16%) sepia(79%) saturate(4497%) hue-rotate(244deg) brightness(82%) contrast(100%);
}

.request-container {
    background-color: #fefefeba;
    border-radius: 22px;
    border: 1.2px solid #efebeb;
}

.request-container .request-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.request-container .request_img_container {
    height: 75px;
    width: 75px;
    overflow: hidden;
    border-radius: 15px;
}

.request-container .request_img_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.request-container .requester-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.request-container .request-text {
    padding: 5px 15px;
}

.request-container .request-text .headtitle {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    color: #352FD1;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
}

.request-container .request-text .subtitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
    text-transform: capitalize;
}

.request-container .info-text {
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.request-container .info-text .time {
    font-size: 15px;
    font-weight: 500;
    line-height: 17.7px;
    color: #666666;
    font-family: 'Plus Jakarta Sans';
}

.requesttab-header-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.7px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.request-info-module .header-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 40.8px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';

}

.request-info-module .request-info-container {
    background-color: #fefefeba;
    border-radius: 22px;
    border: 1.2px solid #efebeb;
}


.request-info-module .request-info-container .request-info-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #efebeb;
    margin: 10px 20px;
}

.request-info-module .request-info-container .request-info-card .request_img_container {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 15px;
}

.request-info-module .request-info-container .request-info-card .request_img_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.request-info-module .request-info-container .request-info-card .requester-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.request-info-module .request-info-paratext {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;

    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.request-info-module .request-info-policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001c;
    padding: 5px 0px;
}

.request-info-module .request-info-policy .para-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    color: #494A52;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
}

.request-info-module .form-check-input:checked {
    background-color: #352FD1;
    border-color: #352FD1;
}

.request-info-module .request-policy {
    padding: 15px;
}

.request-info-module .dropdown-toggle::after {
    display: none !important;
}

.request-info-module .permission-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
    font-family: 'Plus Jakarta Sans';
}

.group-module ul {
    border: 1px solid #EEEEEE;
    padding: 3px;
}

.group-module ul .nav-link.active {
    background: linear-gradient(to right, #352FD1 0%, #6E6BE1 100%) !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Plus Jakarta Sans';
}

.group-module ul .nav-link {
    background: linear-gradient(to right, #342fd12f 0%, #6f6be138 100%) !important;
    color: #6E6BE1;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Plus Jakarta Sans';
}

.group-module .main-text {
    font-size: 26px;
    font-weight: 800;
    line-height: 21.48px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.group-module .classification-para-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.classification-module .classification-list li {
    margin-bottom: 10px;
}

.classification-module .classification-list .classification-name {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.classification-module .classification-list .classification-name .leftdiv {
    display: flex;
    align-items: center;
}

.classification-module .classification-list .classification-name img.classific-img {
    width: 75px;
    height: 75px;
    border-radius: 16px;
}

.classification-module .classification-list .classification-name .name {
    padding-left: 10px;
}

.classification-module .classification-list .classification-name .name h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.classification-module .classification-list .classification-name .name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #4F4F4F;
    font-family: 'Plus Jakarta Sans';
}


.classification-module .classification-list .classification-name .rightdiv {
    display: flex;
    align-items: center;
}

.delete-classification-module .delete-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.7px;
    color: #4B4B4B;
    font-family: 'Plus Jakarta Sans';
}

.add-peoplemodal .classification-list li {
    margin-bottom: 10px;
}

.add-peoplemodal .classification-list .classification-name {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-peoplemodal .classification-list .classification-name .leftdiv {
    display: flex;
    align-items: center;
}

.add-peoplemodal .classification-list .classification-name img.classific-img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

.add-peoplemodal .classification-list .classification-name .name {
    padding-left: 10px;
}

.add-peoplemodal .classification-list .classification-name .name h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.add-peoplemodal .classification-list .classification-name .name span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.7px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.add-peoplemodal .form-check-input:checked {
    background-color: #352FD1;
    border-color: #352FD1;
    color: #fff;
}

.add-peoplemodal .modal-header div {
    margin-left: 20px;
    font-weight: 600;
    line-height: 40.8px;
    color: #01041D;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
}

.add-peoplemodal .modal-header a {
    font-weight: 700;
    line-height: 40.8px;
    color: #4C47D7;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
}

.add-classificationinfo .modal-header div {
    margin-left: 20px;
    font-weight: 600;
    line-height: 40.8px;
    color: #01041D;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
}

.add-classificationinfo .modal-header a {
    font-weight: 700;
    line-height: 40.8px;
    color: #4C47D7;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
}

.add-classificationinfo .classification-list li {
    margin-bottom: 10px;
}

.add-classificationinfo .classification-list .classification-name {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-classificationinfo .classification-list .classification-name .leftdiv {
    display: flex;
    align-items: center;
}

.add-classificationinfo .classification-list .classification-name img.classific-img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

.add-classificationinfo .classification-list .classification-name .name {
    padding-left: 10px;
}

.add-classificationinfo .classification-list .classification-name .name h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.add-classificationinfo .classification-list .classification-name .name span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.7px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.add-classificationinfo .header-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;

}

.add-classificationinfo .header-modal h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20.16px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.divider {
    border-bottom: 1px solid #F2F2F2;
    margin: -14px;
}

.divider-3 {
    border-bottom: 3px solid #F2F2F2;
    margin: -14px;
}

.add-classificationinfo .classific-detail label.profile-img.edit-profile-img {
    position: relative;
}

.add-classificationinfo .classific-detail label.profile-img {
    width: 110px;
    height: 110px;
    border-radius: 30px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.add-classificationinfo .classific-detail label.profile-img img {
    width: 100%;
    height: 100%;
}

.add-classificationinfo .classific-detail .profile-img input[type="file"] {
    display: none;
}

.add-classificationinfo .classific-detail .user-bio span {
    font-weight: 600;
    font-size: 16px;
    line-height: 21.7px;
    color: #4F4F4F;
    font-family: 'Plus Jakarta Sans';
}

.add-classificationinfo .tabmodule .nav-link {
    border: 0.92px solid #D0D0D0;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18.51px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    color: #666666;
}

.add-classificationinfo .tabmodule {
    margin-bottom: 20px;
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.add-classificationinfo .tabmodule .nav-link.nav-link.active {

    background-color: #4C47D7;
    font-weight: 600;
    font-size: 15px;
    line-height: 18.51px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
}

.group-classification .groupchat-conf {
    display: flex;
    flex-direction: column;
}

.group-classification .groupchat-conf h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Plus Jakarta Sans';
    color: #001D55;
    margin-bottom: 0px;
}

.group-classification .groupchat-conf span {
    font-weight: 500;
    font-size: 14px;
    line-height: 25.7px;
    font-family: 'Plus Jakarta Sans';
    color: #6D7B8C;
}

.group-classification .privacy-detail {
    display: flex;
    flex-direction: column;

}

.group-classification .privacy-detail h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Plus Jakarta Sans';
    color: #01041D;
}

.group-classification .privacy-detail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Plus Jakarta Sans';
    color: #494A52;

}

.group-classification .privacy-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001c;
    padding: 5px 0px;
}

.group-classification .privacy-info .para-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    color: #494A52;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
}

.group-classification .form-check-input:checked {
    background-color: #352FD1;
    border-color: #352FD1;
    color: #fff;
}

/** Chat Module **/
.chat-module .chat-box {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.chat-module .chat-box .chat-left {
    width: 35%;
    padding: 0px 0px;
    flex-shrink: 0;
    border-right: 1px solid #eee;
    height: 100%;
}

.chat-module .chat-box .chat-left .chat-search {
    position: relative;
    padding: 0px 15px 15px;
    border-bottom: 1px solid #eee;
}

.chat-module .chat-box .chat-left .chat-search .form-control {
    background-color: rgba(0, 0, 0, 0.06);
    height: 50px;
    border-radius: 100px;
    border-color: rgba(0, 0, 0, 0.06);
    padding: 0 20px;
}

.chat-module .chat-box .chat-left .chat-search a.form-icon {
    position: absolute;
    top: 12px;
    right: 25px;
}

.chat-module .chat-box .chat-left .chat-list {
    max-height: 500px;
    overflow-y: scroll;
    /* padding: 0px 10px; */
}

.chat-module .chat-box .chat-left .chat-list .chat-user {
    display: flex;
    padding: 12px 0px 10px 12px;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.chat-module .chat-box .chat-left .chat-list .chat-user .leftdiv {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-module .chat-box .chat-left .chat-list .chat-user .leftdiv img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.chat-module .chat-box .chat-left .chat-list .chat-user .leftdiv .chat-user-detail h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.chat-module .chat-box .chat-left .chat-list .chat-user .leftdiv .chat-user-detail span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.chat-module .chat-box .chat-right {
    flex: 1;
    position: relative;
}

.chat-module .chat-box .chat-right .chat-header {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.chat-header .classification-name {

    display: flex;
    justify-content: space-between;
}

.chat-module .chat-box .chat-right .chat-header .classification-name .leftdiv {
    display: flex;
    align-items: center;
}

.chat-module .chat-box .chat-right .chat-header .classification-name img.classific-img {
    width: 75px;
    height: 75px;
    border-radius: 16px;
}

.chat-module .chat-box .chat-right .chat-header .classification-name .name {
    padding-left: 10px;
}

.chat-module .chat-box .chat-right .chat-header .classification-name .name h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.chat-module .chat-box .chat-right .chat-header .classification-name .name span {
    font-size: 14px;
    font-weight: 500;
    line-height: 25.7px;
    color: #4F4F4F;
    font-family: 'Plus Jakarta Sans';
}

.chat-module .chat-box .chat-right .chat-header .classification-name .rightdiv {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile-chat-arrow {
    display: none;
}

.chat-module .chat-box .chat-right .conversation-list {
    padding: 50px;
}

.chat-module .chat-box .chat-right .conversation-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 400px;
    overflow-y: scroll;
}

.chat-module .chat-box .chat-right .conversation-list ul li.c-odd {
    max-width: 50%;
    display: flex;
}

.chat-module .chat-box .chat-right .conversation-list ul li .chat-odd {
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #EEE;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.chat-module .chat-box .chat-right .conversation-list ul li .chat-odd p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.7px;
    font-family: 'Plus Jakarta Sans';
    color: #01041D
}

.chat-module .chat-box .chat-right .conversation-list ul li .chat-odd span {
    color: #808080;
    font-size: 10px;
    display: block;
    text-align: right;
}

.chat-module .chat-box .chat-right .conversation-list ul li.c-even {
    max-width: 50%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.chat-module .chat-box .chat-right .conversation-list ul li .chat-even {
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #EEE;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background: #D6F0FF;
}

.chat-module .chat-box .chat-right .conversation-list ul li .chat-even p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.7px;
    font-family: 'Plus Jakarta Sans';
    color: #01041D
}

.chat-module .chat-box .chat-right .conversation-list ul li .chat-even span {
    color: #808080;
    font-size: 10px;
}

.chat-module .chat-box .chat-right .chat-input {
    border-top: 1px solid #EEE;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.chat-module .chat-box .chat-right .chat-input .file-attach {
    position: absolute;
    top: 10px;
    left: 15px;
}

.chat-module .chat-box .chat-right .chat-input .file-attach input[type="file"] {
    display: none;
}

.chat-module .chat-box .chat-right .chat-input .form-control {
    border: 0;
    height: 50px;
    background: transparent;
    padding-left: 100px;
    padding-right: 60px;
}

.chat-module .chat-box .chat-right .chat-input a {
    position: absolute;
    right: 15px;
    top: 10px;
}

.chat-module .chat-box .chat-right .chat-input a img {
    width: 36px;
}

.chat-module .chat-box .chat-left .chat-list::-webkit-scrollbar {
    display: none;
}

.chat-module .chat-box .chat-right .conversation-list ul::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 767px) {
    .chat-module .chat-box .chat-left {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .chat-module .chat-box .chat-right {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-chat-arrow {
        display: inline-block;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .chat-module .chat-box .chat-right.show {
        display: block;
        width: 100%;
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
}

@media only screen and (max-width: 767px) {
    .chat-module .chat-box .chat-right.show {
        display: block;
    }
}

.notification-module {
    background: #fff;
    padding: 15px;
    /* border: 1px solid #00000012; */
    border-radius: 10px;
    box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, .075) !important;
}

.notification-module h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.notification-module p {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.5px;
    color: #666666;
    font-family: 'Plus Jakarta Sans';
}

.signup-module .texx-check.form-check-input:checked {
    background-color: #6E6BE1;
    border-color: #6E6BE1;
}

.home-module {
    background: linear-gradient(to right, #352FD1 0%, #6E6BE1 100%);
    border: none;
    color: #fff;
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.home-module .header-text h2 {
    line-height: 25.93px;
    font-weight: 800;
    font-size: 22px;
    font-family: 'Plus Jakarta Sans';
}

.home-module .header-text div {
    line-height: 23.15px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans';
   
}
/* 
.home-module .header-text .statu-img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
} */

.home-module .home-detail {
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
    padding: 20px;
    background: #45339b;
    border-radius: 24px;
}

.home-module .home-detail p {
    line-height: 21.48px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    text-align: start;
}

.status-module .status-symbol {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #0000002e;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.status-module .modal-header .header-text {
    line-height: 40.8px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
}

.home-module .social-detail {
    /* box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1); */
    padding: 15px;
    background: #45339b;
    border-radius: 24px;
}

.home-module .social-detail .social-img {
    display: flex;
    align-items: center;

    gap: 10px;
}

.home-module .location-detail {
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
    padding: 12px;
    background: #45339b;
    border-radius: 24px;
}

.home-module .location-detail .location-text {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.home-module .location-detail .location-text h3 {
    line-height: 21.48px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    text-align: start;
}

.home-module .location-detail .location-text p {
    line-height: 21.48px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
}

.share-card-module .header-text {
    line-height: 28.8px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
}

.share-card-module .detail-text {
    line-height: 40.8px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    color: #494A52;
    display: flex;
    align-items: center;
    gap: 20px;
}

.qr-code-module .header-text {
    line-height: 25.9px;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Plus Jakarta Sans';
    color: #01041D;
}

.qr-code-module .sub-header-text {
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    color: #494A52;
}

.qr-code-module .title {
    line-height: 25.9px;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Plus Jakarta Sans';
    color: #000;
}

.home-module .search-people {
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
    padding: 12px;
    background: #45339b;
    border-radius: 24px;
}

.home-module .search-people .chat-form {
    padding: 15px;
}

.home-module .search-people .chat-form .search-category {
    display: flex;
    justify-content: space-between;
}

.home-module .search-people .chat-form .search-category .chat-search {
    position: relative;
    padding: 0px 15px 15px;
}

.home-module .search-people .chat-form .search-category .chat-search .form-control {
    height: 50px;
    border-radius: 100px;
    border-color: rgba(0, 0, 0, 0.06);
    padding: 0 20px;
}

.home-module .search-people .chat-form .search-category .chat-search a.form-icon {
    position: absolute;
    top: 12px;
    right: 25px;
}

.home-module .search-people .chat-form .classification-list {
    max-height: 400px;
    overflow-y: scroll;
}

/* .home-module .search-people .chat-form .classification-list::-webkit-scrollbar {
    display: none;
} */

.home-module .search-people .chat-form .classification-list .classification-name {
    padding: 10px 10px;
    border-bottom: 1px solid #dddddd1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-module .search-people .chat-form .classification-list li {
    margin-bottom: 10px;
}

.home-module .search-people .chat-form .classification-list .classification-name .leftdiv {
    display: flex;
    align-items: center;
}

.home-module .search-people .chat-form .classification-list .classification-name img.classific-img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

.home-module .search-people .chat-form .classification-list .classification-name .name {
    padding-left: 10px;
}

.home-module .search-people .chat-form .classification-list .classification-name .name h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    text-align: left;
}

.home-module .search-people .chat-form .classification-list .classification-name .name span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.7px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
}

.home-module .search-people .chat-form .classification-list .classification-name .rightdiv img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.avtar-module .header-text {
    font-size: 19px;
    font-weight: 700;
    line-height: 40.8px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}



.event-module .event-list .event-name {
    padding: 10px 10px;

    display: flex;
    justify-content: space-between;
    border: 1px solid #6d7b8c87;
    padding: 15px;
    border-radius: 14px;
}

.event-module .event-list .event-name .leftdiv {
    display: flex;
    align-items: center;
}

.event-module .event-list .event-name img.event-img {
    width: 75px;
    height: 75px;
    border-radius: 16px;
}

.event-module .event-list .event-name .name {
    padding-left: 10px;
}

.event-module .event-list .event-name .name h4 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.event-module .event-list .event-name .name p {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';

}

.event-module .event-list .event-name .name span {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #4F4F4F;
    font-family: 'Plus Jakarta Sans';

}

.event-module .chat-search {
    position: relative;
    padding: 0px 15px 15px;
}

.event-module .chat-search .form-control {
    height: 50px;
    border-radius: 100px;
    border-color: rgba(0, 0, 0, 0.06);
    padding: 0 20px;
}

.event-module .chat-search a.form-icon {
    position: absolute;
    top: 12px;
    right: 25px;
}

.event-module .header-text h2 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    line-height: 40.8px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.event-module .header-text p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.event-module label.profile-img.edit-profile-img {
    position: relative;
}

.event-module label.profile-img img {
    width: 100%;
    height: 100%;
}

.event-module .profile-img input[type="file"] {
    display: none;
}

.event-module label.profile-img {
    width: 110px;
    height: 110px;

    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.event-imgcontainer {
    height: 950px;
    /* width: 728px; */
    overflow: hidden;
    margin: auto;
}

.event-imgcontainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.eventlocation-module .event-task .create-event {
    border-radius: 40px;
    border: 1px solid #4C47D7;
    padding: 10px 25px;
    color: #4C47D7;
    gap: 8px;
    display: flex;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 600;
}

.eventlocation-module .event-task {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* position: absolute; */
    margin: auto;
    text-align: center;
    /* transform: translate(100%, -185%); */
}

.selectusereventeffect-module .event-list {
    border-radius: 14px;
    /* transform: translate(70%, -125%); */
    background: #fff;
}

.selectusereventeffect-module .event-list .event-name {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    /* gap: 50px; */
}

.list-event a {
    font-size: 16px;
    font-weight: 600;
    color: #4B4B4B;
    padding: 20px;

}

.selectusereventeffect-module .event-list .event-name .leftdiv {
    display: flex;
    align-items: center;
}

.selectusereventeffect-module .event-list .event-name img.event-img {
    width: 75px;
    height: 75px;
    border-radius: 16px;
}

.selectusereventeffect-module .event-list .event-name .name {
    padding-left: 10px;
}

.selectusereventeffect-module .event-list .event-name .name h4 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.selectusereventeffect-module .event-list .event-name .name span {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #494A52;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .background-img {
    background-image: url(../images/back-img.png);
}

.event-info-module .header-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .description {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 3px solid #F2F2F2;
}

.event-info-module .description .text {
    font-size: 18px;
    font-weight: 800;
    line-height: 23.8px;
    color: #06213F;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .description a {
    color: #716dff;
    background: #716dff24;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .detail-text span {
    color: #494A52;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .detail-text h2 {
    color: #01041D;
    font-size: 20px;
    font-weight: 700;
    line-height: 40.8px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .detail-text .date-text {
    color: #001D55;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
    display: flex;
    gap: 10px;
}

.event-info-module .detail-text .flag-text {
    color: #423C3D;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
    display: flex;
    gap: 10px;
}

.event-info-module .info-text span {
    color: #4C47D7;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .info-text p {
    color: #494A52;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .location-text {
    color: #01041D;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .username {
    color: #06213F;
    font-size: 22px;
    font-weight: 800;
    line-height: 23.7px;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: 0.25px;
}

.event-info-module .background-img .user-control {
    padding: 10px 20px;
    border: 1px solid #bfc9d1;
    margin: auto;
    width: fit-content;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-info-module .user-control p {
    width: 100px;
    position: relative;
}

.event-info-module .user-control a {
    width: 70px;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    line-height: 23.8px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .user-control p span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.8px;
    color: #6D7B8C;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .user-control .seprater:after {
    content: "";
    width: 2px;
    height: 55px;
    position: absolute;
    right: 0;
    background-color: #bfc9d1;
    bottom: -11px;
}

.event-info-module .event-task {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* position: absolute; */
    /* margin: auto; */
    text-align: center;
}

.event-info-module .event-task .following-task {
    border-radius: 40px;
    border: 1px solid #4C47D7;
    padding: 10px 25px;
    color: #4C47D7;
    gap: 8px;
    display: flex;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 600;
}

.event-info-module .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #4C47D7;
    background-color: #fff;
    border-bottom: 4px solid #4C47D7;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.48px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff;
}

.event-info-module .info-text {
    padding: 12px;
}

.event-info-module .tab-content .info-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.48px;
    color: #01041D;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .tab-content .footer-text {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 21.48px !important;
    color: #666666 !important;
    font-family: 'Plus Jakarta Sans' !important;
}

.event-info-module .company-detail {
    padding: 12px;
}

.event-info-module .company-detail .company-text {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.event-info-module .company-detail .company-text h3 {
    line-height: 21.48px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    text-align: start;
}

.event-info-module .company-detail .company-text p {
    line-height: 21.48px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .social-detail {
    padding: 12px;
}

.event-info-module .social-detail .social-img {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.event-info-module .location-detail {
    padding: 12px;
}

.social-info-module .request-info-policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001c;
    padding: 5px 0px;
}

.social-info-module .request-info-policy .para-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 40.8px;
    color: #494A52;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
}

.social-info-module .form-check-input:checked {
    background-color: #352FD1;
    border-color: #352FD1;
}

.social-info-module .header-text h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 40.8px;
    color: #01041D;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
}

.social-info-module .header-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #494A52;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
}

.followers-module .flollowers-list .follower-name {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.followers-module .flollowers-list .follower-name .leftdiv {
    display: flex;
    align-items: center;
}

.followers-module .flollowers-list .follower-name img.follower-img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.followers-module .flollowers-list .follower-name .name {
    padding-left: 10px;
}

.followers-module .flollowers-list .follower-name .name h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #001D55;
    font-family: 'Plus Jakarta Sans';
}

.followers-module .flollowers-list .follower-name .rightdiv {
    display: flex;
    align-items: center;
}

.followers-module .chat-search {
    position: relative;
    padding: 0px 15px 15px;
}

.followers-module .chat-search .form-control {
    height: 50px;
    border-radius: 100px;
    border-color: rgba(0, 0, 0, 0.06);
    padding: 0 20px;
}

.followers-module .chat-search a.form-icon {
    position: absolute;
    top: 12px;
    right: 25px;
}

.home-module .create-newcard {
    box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
    padding: 40px;
    background: #45339b;
    border-radius: 15px;
    margin: 0 auto;
    width: max-content;
}

.home-module .create-newcard a p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
}

.event-info-module .event-task .follow-task {
    border-radius: 40px;
    /* border: 1px solid #4C47D7; */
    padding: 10px 25px;
    color: #fff;
    gap: 8px;
    display: flex;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 600;
    background: #4C47D7;
}
.pagination-bg {
    background: linear-gradient(to right, #352FD1 0%, #6E6BE1 100%);
    color: #fff;
}

.pagination-bg:hover {
    background: linear-gradient(to right, #352FD1 0%, #6E6BE1 100%);
    color: #fff;
}

.pagination-inner {
    background: #fff;
    color: #45339b;
}

.pagination-inner:hover {
    background: linear-gradient(to right, #352FD1 0%, #6E6BE1 100%);
    color: #fff;
}

.home-module .search-people ul li.friend-cat a {
    color: #fff;
    background: #45339b;
    padding: 5px 10px;
    border: 1px solid #f1f1f169;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
  }

  .home-module .search-people .search-category .left ul {
    padding: 10px;
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
  }

  .home-module .search-people ul li.friend-cat a.active {
   
    color: #000;
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
  }

  /*---------------*/
.audio-video-box {
    padding: 20px;
    background: #716dff12;
    border-radius: 15px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
}
.audio-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.audio-user {
    padding: 10px 7px;
    text-align: center;
    flex-shrink: 0;
}
.audio-user a{
    color: #000;
    display: block;
}
.audio-user img.img-fluid{
    margin-bottom: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
}
.audio-control{
    text-align: center;
    padding: 15px 15px 0;
    display: block ruby;
}
.audio-control a{
    margin: 5px;
}
.audio-control a img{
    width: 50px;
}
.vido-main{
    height: 250px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.video-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.video-list .video-user {
    
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .video-list .video-user p{
    position: absolute;
  }
  .video-list .video-user video{
    position: relative !important;
  }
