@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

:root {
    --input_border: #ced4da;
    --primary_color: #6157ab;
    --primary_color1: #6a6dc6;
    --secondary_purple: #c1bed8;
    --black: #000;
    --light_primary: #e3e6f9;
    --white: #fff;
    --grey: #d9d9d9;
    --more_grey: #9d9d9d;
    --dark_purple: #2F0A4C;
    --Landing_card_bg: #F5F4FF;
    --landing_card_desc:#555555;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.header {
    text-align: center;
}
.message-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px !important;
    text-transform: capitalize !important;
    line-height: 21px;
}
.message-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .message-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #6157ab;
    border-radius: 4px;
}

  
  /* When the checkbox is checked, add a blue background */
  .message-container input:checked ~ .checkmark {
    background-color: #6157ab;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .message-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .message-container input:checked ~ .checkmark:after {
    display: block;
  }
  button.btn.btn-Nxt.edit {
    text-align: center;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
button.btn.btn-Nxt.delete {
    width: 40px;
    height: 40px;
}
  /* Style the checkmark/indicator */
  .message-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-head {
    max-width: 1170px;
    display: flex;
    margin: auto;
    align-items: center;
    height: 100px;
}

.back_to_login{
    color: #fff !important;
}

.avatar-chat {
    margin-right: 8px;
    display: block;
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    color: #fff;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    vertical-align: middle;
    font-style: normal;
    float: left;
    background-size: cover;
    background: #2c2a3c;
}

.avatar_chat_Between_contact {
    background-color: var(--white) !important;
    color: var(--primary_color);
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
}

.first-head {
    display: flex;
    max-width: 1440px;
}

.up-menu {
    display: flex;
    align-items: center;
}

.up-menu .menu-link {
    display: flex !important;
    flex-direction: row;
}

.logo {
    flex: 0 0 30%;
    text-align: left;
    color: var(--primary_color);
}

.logo h1 {
    font-weight: 400;
    font-size: 48px;
}

.compose_p_editor .rsw-editor {
    width: 100% !important;
    min-width: 100%;
}

.compose_p_editor .rsw-editor .rsw-ce {
    height: 100px !important;
    max-height: 158px;
}

.rsw-editor {
    background-color: #fff;
    max-width: 310px;
    min-height: 60px !important;
}

.rsw-editor .rsw-ce {
    min-width: 310px !important;
    float: left;
    text-align: left;
    height: 60px !important;
    max-height: 158px;
    overflow: scroll;
}

.rsw-toolbar {
    display: none !important
}

.menu {
    display: flex;
    flex: 0 0 70%;
    justify-content: flex-end;
}

.menu ul {
    display: flex;
    list-style: none;
}

.menu ul li {
    padding-right: 40px;
}

.menu div {
    display: flex;
}

.menu div h4 {
    padding-left: 15px;
}

.avatar img {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    border: 2px solid #6157ab;
}

.ca-control {
    background-color: #fff;

    padding: 20px;
}

.ca-control i {
    color: #000 !important;
}

.sub-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
}

.sub-nav-items {
    display: contents !important;

}

.collapsable-basic {
    display: flex;
    flex-direction: row-reverse;
}

.dropdown-menu[data-bs-popper] {
    left: -200px !important;
}

.signup-collapse {
    background-color: transparent;
}

.side-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.side-nav {
    text-align: left;
    flex: 0 0 20%;
    background-color: var(--white);
    position: sticky;
    min-height: 100vh;
    border-left: 1px solid silver;
    margin-top: 50px;
    padding-top: 10px;
}

.link-div ul {
    padding: 15px;
}

.side-list {
    list-style: none;
    padding: 10px 8px;
    border-bottom: 1px solid var(--light_primary);
}

.side-list:hover,
.side-list:hover .main-link {
    background-color: var(--light_primary);
    color: var !important;
    font-weight: 600;
    border-radius: 2px;
}

.item-active {
    background-color: var(--light_primary);
    color: var(--primary_color) !important;
    font-weight: 600;
    border-radius: 2px;
}

.main-link {
    text-decoration: none;
    color: #6157ab;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-link i {
    margin-right: 15px;
    width: 15px;
}

.main-link:hover {
    color: var(--primary_color);
}

.main-cont {
    margin: 0 !important;
}

.MainProfile_Back {
    font-size: 16px;
    color: var(--white);
    background-color: var(--primary_color);
    font-weight: 600;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-items: center;
    padding-top: 9px;
    padding-left: 10px;
}

/* --------------------------SignUp Page---------------------------- */

/* Home chat boat */
.homeChatBot {
    right: 10px;
}

.tawk-custom-home {
    right: 45px;
    position: fixed;
    bottom: 10px;
    color: #fff;
    background: #6157ab;
    border-radius: 50%;
    padding: 17px 21px;
    border: 1px solid #6157ab;
}

.container-signup {
    max-width: 1240px;
    justify-content: center;
    margin: auto;
    padding: 50px 50px;
    background-color: #e3e6f9;
    min-height: 100vh;
}

.filled-section {
    background-color: #f5f4f2;
    text-align: center;
    padding-top: 50px;
    flex: 0 0 80%;
}

.signup-heading h2 {
    font-size: 36px;
    font-weight: 600;
    color: #6157ab;
    text-align: left;
}

.signUp {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.signUp-left {
    flex: 0 0 48%;
}

.signUp-right {
    flex: 0 0 48%;
}

.signUp-right p {
    font-weight: 600;
    text-align: right;
}

.page-preview {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.upload-box {
    display: flex;
    align-items: center;
    text-align: left;
}

.upload-box p {
    font-weight: 600;
}

.upload-box button {
    background-color: #6157ab;
    /* margin-left:20px; */
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.upload-box button:hover {
    background-color: #8982bf;
}

.upload-text {
    text-align: left;
    font-weight: 600;
    margin-top: 20px;
}

.upload-text textarea {
    border-radius: 5px;
    border: none;
    background: #fff;
    margin-top: 10px;
    padding-left: 10px;
    resize: none;
    width: 100%;
}

.upload-text textarea:focus {
    outline: none;
}

.character-remaining {
    text-align: right;
    font-size: 12px;
}

.upload-box2 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.upload-box2 button {
    background-color: #6157ab;
    margin-left: 20px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.upload-box2 button:hover {
    background-color: #8982bf;
}

.upload-box2 p {
    font-weight: 600;
}

.upload-box3 input {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    border: 2px solid #6157ab;
}

.upload-box3 input:hover {
    background-color: #ccc;
}

.upload-box3 input:checked {
    background-color: #000;
}

.upload-box3 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.upload-box3 p {
    font-weight: 600;
    margin-left: 20px;
}

.profileImage img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    /* border: 2px solid #6157ab; */
    object-fit: cover;
}

.profile-Description {
    text-align: left !important;
    margin-left: 20px;
    font-size: 18px;
}

.profile-Description p {
    font-weight: 400;
}

.preview {
    display: flex;
    /* justify-content: space-between; */
    /* padding: 20px; */

}

.QR-code {
    justify-content: right;
    border-radius: 10px;
    text-align: right;
    padding: 10px;
}

.QR_img img {
    max-width: 200px;
    border: 1px solid var(--primary_color);
    border-radius: 10px;
}

.QR_img {
    text-align: right;
    margin-top: 20px;
}

.confi_discriprion {
    margin-top: 30px;
    font-weight: 400px !important;
    text-align: left;
    word-break: break-word;
}

.Prof_username {
    font-size: 20px;
    font-weight: 600;
    word-break: break-word;
}

.prof_Company,
.prof_Contact,
.prof_Email {
    font-size: 16px;
    font-weight: 500;
    color: var(--more_grey);
    word-break: break-word;
}

/* hr{
    border:1px solid #6157ab;
    margin:20px 0;
} */
.continueBtn {
    margin-top: 30px;
    text-align: end;
}

.continueBtn button {
    background-color: var(--primary_color) !important;
    border: none !important;
    color: var(--white);

}

.form-sec {
    width: 100%;
}

.form-head-sec {
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--primary_color);
}

.form-heading {
    font-size: 24px;
    color: var(--primary_color);
    font-weight: 600;
}

.signUp-new {
    padding-top: 30px;
}

.field-top {
    margin-top: 20px !important;
}

.field-top input {
    border: 1px solid var(--primary_color1);
}

.SubmitBtn {
    text-align: center;
}

.SubmitBtn button {
    width: 200px;
    background-color: var(--primary_color);
    font-weight: 600;
    border: none;
    color: var(--white);
    border-radius: 8px;
    height: 40px;
}

.SubmitBtn button:hover {
    width: 200px;
    background-color: var(--primary_color1);
    font-weight: 600;
    border: none;
    color: var(--white);
    border-radius: 8px;
}

.divider-div {
    border-top: 1px solid var(--primary_color1);
    margin-top: 30px;
}

.login-form-head {
    font-weight: 600;
}

.Form_width {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.Gap_Field_top {
    margin-top: 15px !important;
}

.password_input {
    position: relative;
}

.P_eye {
    position: absolute;
    right: 12px;
    top: 7px;
    text-decoration: none;
    color: var(--more_grey);
}

.P_eye:hover {
    color: var(--more_grey);
}

.crete_account {
    color: #000;
    font-size: 14px;
    margin-top: 20px;
}

.forgot_Passsword {
    text-decoration: none;
    font-size: 14px;
    color: var(--primary_color);
}

.Create_account_link {
    text-decoration: none;
    color: var(--primary_color);
}

.Home_banner {
    align-items: center;
}

.banner-left h1 {
    color: var(--primary_color);
}

.Sidebar_profile {
    padding: 5px 0 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: left;
    gap: 15px;
    justify-content: left;
}

.topbar_fund {
    width: 100%;
    display: none;
    border-bottom: 1px solid var(--primary_color);
}

/* .mobile_side li:nth-child(1), .mobile_side li:nth-child(2){
    display: none;

} */
.Configure_page input,
.Configure_page textarea {
    border: 1px solid var(--primary_color);
}

.Configure_page label {
    font-weight: 600;
}

.height_popup {
    border-color: var(--primary_color) !important;
}

.Gap_Field_top {
    position: relative;
}

.Gap_Field_top select option {
    height: 200px;
}

.Gap_Field_top select {
    border-color: var(--primary_color) !important;
}

.left_side_col {
    width: 170px;
    max-width: 200px;
}

.makeStyles-container-1 {
    padding: 0 !important;
}

.makeStyles-copyContainer-5 {
    display: none !important;
}

@media screen and (max-width:1100px) {
    .side-nav {
        border: none;
        margin-top: 0;
    }

    .offcanvas-body .side-nav .mobile_side {
        padding: 0;
    }

}


@media screen and (max-width:1024px) {
    .signUp {
        display: block;
        margin-top: 50px;
    }

    .filled-section {
        padding: 50px 30px;
    }

    hr {
        display: block !important;
    }

}

@media screen and (max-width:991px) {
    .first-menu {
        background-color: #fff;
    }

    .sub-nav {
        background-color: #fff;
    }

    .nav-item .btn-login span {
        display: none;
    }

    .User-profile h5 {
        display: none;
    }

    .dropdown-menu[data-bs-popper] {
        left: 0 !important;
    }

    signup-collapse {
        background-color: var(--white) !important;
    }





}

@media screen and (max-width:767px) {}

@media screen and (max-width:650px) {

    /* .LargeDevice_profile{
        display: none !important;
    } */
    .Sidebar_profile {
        flex-direction: column-reverse !important;
        align-items: flex-start;
        /* display: flex; */
    }

    .fund_balance_2_mob {
        /* margin-top: 15px; */
    }

    /* .mobile_side li:nth-child(1), .mobile_side li:nth-child(2){
        display: block;
    } */
    .link-div ul {
        padding: 20px 0;
    }

    .topbar_fund {
        display: block !important;
    }

    .topbar_list .nav-item:nth-child(1),
    .topbar_list .nav-item:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width:525px) {
    .signup-heading h2 {
        font-size: 24px;
    }

    .signUp {
        display: block;
        margin-top: 50px;
    }

    .filled-section {
        padding: 50px 0 0;
    }

    .container-signup {
        padding: 50px 20px;
    }

    hr {
        display: block !important;
    }

    .upload-box2 p {
        font-size: 14px;
    }

    .upload-box3 p {
        font-size: 14px;
    }

    .upload-box p {
        font-size: 14px;
    }

    .upload-text p {
        font-size: 14px;
    }

    .upload-text textarea {
        padding-left: 5px;
    }

    .character-remaining {
        font-size: 8px;
    }

    .preview {
        padding: 20px 10px;
        display: block !important;
    }

    .profileImage img {
        height: 100px;
        width: 100px;
        text-align: center;
    }

    .profile-Description {
        margin-left: 20px;
        margin-top: 20px;
        text-align: left;
    }

    .signUp-right p {
        font-weight: 600;
    }

    .MainProfile_Back {
        padding-left: 0px;
    }


    .offcanvas {
        --bs-offcanvas-padding-x: 0 !important;
        /* --bs-offcanvas-padding-y:0 !important; */
    }

    .offcanvas-body .side-nav .mobile_side {
        padding: 15px;
    }

    .offcanvas-body {
        padding: 0 !important;
    }


}

@media screen and (max-width:475px) {
    .SubmitBtn button {
        width: 150px;
    }


}

@media screen and (max-width:375px) {
    .signup-heading h2 {
        font-size: 24px;
    }

    .upload-box2 {
        text-align: left;
    }

    .upload-box2 button {
        margin-left: 10px;
    }

    .QR-code {
        text-align: center;
    }

    .QR-code img {
        width: 60%;
        height: 60%;

    }

    .expanded-container {
        padding: 10px;
    }
}
/* --------------------------Business Page Custom---------------------------- */
.permission-form-pop{display: table;}
.navbar.business-page-navbar {
    height: 83px;
    width: 100%;
    margin: auto;
    z-index: 1046;
    padding: 0 !important;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, .15) !important;
    position: fixed !important;

}
.business-page-navbar .navbar-brand img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}
.business-filled-section .container-signup {
   
    background-color: #ffffff;
}
/* --------------------------Home Bannner---------------------------- */
.navbar {
    height: 60px;
    width: 100%;
    margin: auto;
    z-index: 1046;
    padding: 0 !important;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, .15) !important;
    position: fixed !important;

}


.navbar-toggler-icon{
    background-image: url(./Images/menu.svg) !important;
    fill: var(--white) !important;
    color: var(--white);
}

.Profile_drop {
    position: absolute !important;
    z-index: 1053;
    margin-top: 4px;
    margin-left: -138px;
}

.user_profile2 {
    text-decoration: none;
}

.user_profile2::after {
    display: none !important;
}

.get_down {
    color: var(--primary_color);
}

.navbar-collapse {
    justify-content: space-between !important;
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
    z-index: 1;
}

.second-head {
    justify-content: flex-end !important;
}

.navbar-toggler {
    background-color: #6157ab !important;
}

.navbar-toggler span i {
    background-color: #fff !important;
}

.menu-link {
    flex: auto !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* .nav-link {
    margin-left: 20px;
    margin-right: 20px;
} */
.navbar-brand {
    height: 100%;
}

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

.home-banner {
    Padding-top: 100px;
    background-color: var(--white);
    min-height: 100vh;
}

.home-banner-container {
    max-width: 1170px;
    display: flex;
    margin: auto;
    top: 100px;
    padding: 50px 50px;
    justify-content: space-between
}

.banner-left h1 {
    font-size: 48px;
    font-weight: 900;
}

.banner-left {
    flex: 0 0 50%;
}

.banner-right {
    flex: 0 0 50%;
    text-align: right;
    max-width: 400px;
}

.banner-left h1,
p,
button {
    margin-bottom: 30px;
}

.home-form {
    padding: 30px 20px;
    text-align: center;
    background: var(--light_primary);
    border-radius: 15px;
}

.home-form h3 {
    font-size: 24px;
    columns: var(--primary_color);
    margin-bottom: 30px;
}

.banner-left .read-more {
    background-color: #6157ab;
    max-width: 220px;
    color: #fff;
    margin-top: 30px;
}

.banner-left .read-more:hover {
    background-color: #8982bf;
}

.home-form input,
button {
    margin: 0 0 20px 0;
    text-align: center;
}

.home-form input {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: none;
    background-color: var(--white) !important;
    padding: 0 10px;
    text-align: left;
}

.home-form input:focus {
    outline: none;
    box-shadow: none;
}

.click-to-start a {
    color: #6157ab;
    text-decoration: none;
}

.home-form .click-to-start {
    background-color: #fff;
    width: 100%;
    color: #6157ab;
    border: 2px solid #fff;
    height: 40px;
    font-weight: 600;
}

.home-form .click-to-start:hover {
    background-color: #fff;
    color: #6157ab;
    border: none;
}

.main-loader {
    position: fixed;
    left: 41%;
}

.home-form .click-to-start:focus {
    background-color: #fff !important;
    color: #6157ab !important;
    border: none;
}

.login-submit {
    background-color: var(--primary_color) !important;
    border: 2px solid var !important;
    border-radius: 5px;
    width: 100%;
    height: 43px;
    color: #fff;
}

button.btn.login-submit {
    color: #fff;
    margin-bottom: 20px;
}

.login-submit:hover {
    background-color: var(--primary_color1) !important;
    border-radius: 5px;
    border: 2px solid var(--primary_color1) !important;
}

.login-submit a:hover {
    color: var(--white);
}

.login-submit a {
    text-decoration: none;
    color: var(--white) !important;
    font-weight: 600 !important;
}

ul.dropdown-menu.ul-choose-number.show {
    height: 300px;
    overflow-y: scroll;
    width: 100%;
    height: 230px;
    z-index: 1068;
}

.d-flex .btn-login {
    background-color: #6157ab;
    color: #fff;
    width: 90px;
    margin-right: 10px;
}

.d-flex .btn-login a {
    text-decoration: none;
    color: #fff;
}

.d-flex .btn-login:hover {
    background-color: #8982bf;
    color: #fff;
}

.d-flex .btn-signup {
    border: 2px solid #6157ab;
    color: #6157ab;
    width: 90px;
}

.d-flex .btn-signup a {
    text-decoration: none;
    color: #6157ab;
}

.d-flex .btn-signup:hover {
    background-color: #8982bf;
    color: #fff;
}

.Sidebar_toggle {
    display: none !important;
    background-color: var(--secondary_purple) !important;
    color: var(--primary_color) !important;
    margin-right: 10px;
    padding: 0;
    border: none !important;
}

.fund_balance_2_mob {
    margin-left: 0 !important;
    margin-right: 10 !important;
    padding: 0 !important;
}

.messaage_responsive {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* max-width: 80%; */
}


@media screen and (max-width:1100px) {

    .Sidebar_toggle {
        display: inline-block !important;
    }

    .respo_side_nav {
        display: none;
    }

    .respo_side_nav_s_Device {
        display: inline-block;
    }

    .offcanvas {
        --bs-offcanvas-width: 260px !important;
    }



}

@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {
    .subscriber-form-banner{padding-top: 10px;}
    .home-banner-container {
        display: block;
        margin-top: 50px;
    }
    .home-banner-container.subscriber-form-container {
    overflow-y: scroll;
    height: 595px;
}
    .banner-right {
        max-width: 80%;
        margin: auto;
    }

    .home-form {
        margin-top: 50px;
    }

    .messaage_responsive {
        display: flex;
        justify-content: space-between;
        /* max-width: 90%; */
        gap: 20px;
    }

}

@media screen and (max-width:530px) {
    .home-banner {
        margin-top: 0px !important;
    }

    .home-banner-container {
        display: block;
        padding: 0 20px;
    }

    .home-form {
        margin-top: 50px;
    }

    .banner-left h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .banner-left p {
        font-size: 14px;
    }

    .banner-right {
        max-width: 100%;
    }

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

    .first-head {
        justify-content: space-between !important;
        background-color: #fff;
    }

    .up-menu {
        text-align: center;
    }

    .up-menu ul li {
        font-size: 14px
    }

}

@media screen and (max-width:475px) {
    .navbar-brand img {
        width: 150px;
    }

    .up-menu .menu-link .nav-item {
        font-size: 12px !important;
    }

    .up-menu .menu-link .nav-item .btn-login i {
        font-size: 12px !important;
    }

    .nav-item button {
        margin-right: 10px !important;
        background-color: #6157ab;
        color: #fff;
    }

    /* .nav-link{
        margin-left: 10px !important;
        margin-right: 10px !important;
    } */
    .cat-tab .nav-link {
        margin: 0;
    }

    .fund-balance {
        display: none !important;
    }

}


@media screen and (max-width:375px) {
    .home-form {
        padding: 20px 30px;
    }

}

/* ------------------------------------------------------------------------ */

/* --------------------------Choose Mobile Number---------------------------- */
.navbar-collapse .User-profile {
    display: flex;
    align-items: center;
}

.nav-item button {
    margin-right: 20px;
    background-color: #6157ab;
    color: #fff;

}

.nav-item button:hover {
    background-color: #8982bf;
    color: #fff;

}

.navbar-collapse .User-profile img {
    margin-right: 10px;
    border: 1px solid #6157ab;
}

.user_profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: var(--primary_color);
}

.user_profile::after {
    display: none !important;
}

.user_profile1 .dropdown-menu[data-bs-popper] {
    left: -200px !important;
    margin-top: 12px;
    right: 0;
}

.user_name_logged {
    color: var(--primary_color);
    font-size: 18px;
    font-weight: 600;
}

.user_pic_logged {
    /* border: 1px solid var(--primary_color); */
    margin-right: 10px;
    object-fit: cover;
}

.main-container {
    background-color: #f5f4f2;
    margin: 0 auto;
    max-width: 1440px !important;
    width: 100% !important;
}

.expanded-container {
    /* max-width: 1170px; */
    width: 80%;
    flex: auto;
    margin: auto;
    text-align: -webkit-center;
    padding: 20px 30px;
    background-color: #e3e6f9;
    min-height: 100vh;
    padding-top: 100px;

}

.form-div {
    max-width: 850px;
    text-align: left;
}

.form-div h3 {
    font-size: 30px;
    font-weight: 600;
    color: #6157ab;
    text-align: center;
}

.Choose-form {
    margin-top: 50px;
    width: 100%;
}

.Choose-form label {
    font-size: 18px;
    font-weight: 700;
    /* color: #fff; */
    margin-bottom: 10px;
    text-align: left;
}

.country-dropdown {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

.dropdown-choose {
    width: 100%;
    text-align: left !important;
    padding: 0 15px !important;
    font-size: 15px !important;
    background-color: #fff !important;
    height: 40px;
    color: #6157ab !important;
}

.dropdown-choose:focus {
    box-shadow: none;
}

.Choose-form .details label {
    font-weight: 600;
}

.details .mb-3 p {
    font-size: 12px;
}

.details p {
    font-size: 12px;
}

.Choose-form .details button {
    margin-right: 10px;
}

.form-control {
    margin-bottom: 5px;
}

.call-frwd {
    align-items: center;
    display: flex
}

.call-frwd label,
input {
    margin-right: 10px;
}

.call-frwd p {
    align-items: center;
    display: flex;
    margin-bottom: 10px !important;
}

.call-frwd span {
    margin-bottom: 10px;
    font-size: 18px;
}

.frwd-check {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0;
    margin-bottom: 10px !important;
}

.form-detail p {
    margin-top: 10px;
}

.btn-Nxt {
    max-width: 250px !important;
    background-color: #6157ab !important;
    color: #fff !important;
}

.btn-Nxt:hover {
    background-color: #8982bf;
}

.form-detail .react-text-editor {
    max-height: 200px;
    font-size: 1rem;
}

@media screen and (max-width:530px) {
    .expanded-container {
        padding: 50px 10px;
    }

    .btn-Nxt {
        margin-bottom: 10px;
    }
}

/* ------------------------------------------------------------------------ */


/* --------------------------Compose New Message---------------------------- */
.sub-nav {
    height: 60px;
    text-align: center;
}

.sub-nav-items {
    justify-content: center;
}

.message-includers {
    display: flex;
    justify-content: space-between;
}

.message-includers label {
    font-size: 18px;
}

.includers ul {
    display: flex;
    flex-direction: row;
}

.includers ul li {
    list-style: none;
    margin-left: 30px;
}

.includers ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #6157ab;
}

.form-detail .message-to {
    min-height: 40px;
    text-align: initial;
}

.bottom-alerts {
    text-align: right;
    font-size: 16px;
}

.message-from {
    height: 40px;
}

.msg-previews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msg-previews a {
    color: #6157ab;
    text-decoration: none;
    cursor: pointer;
}

.msg-preview button {
    margin-left: 30px;
}

.btn-send {
    background-color: #6157ab !important;
    color: #fff !important;
    font-weight: 600;
    border: none !important;
}

.react-text-editor {
    margin: 0 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
}

.tagged-item {
    padding: 5px 0px 5px;
    max-height: 105px;
    overflow-y: scroll;
    background-color: var(--white);
    margin-bottom: 10px;
    border-radius: 8px;
}

.tag-item {
    background-color: var(--primary_color) !important;
    margin: 3px;
    align-items: center;
    padding: 4px 5px 4px 10px !important;
    font-weight: 600;
    color: var(--white);
    font-size: 12px !important;
}

.tag-item .close {
    background-color: var(--white) !important;
    color: var(--primary_color) !important;
    font-size: 16px !important;
    height: 17px !important;
    width: 17px !important;
    padding: 5px !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: var(--white);
}

::-webkit-scrollbar-thumb {
    background-color: var(--grey) !important;
    border-radius: 5px !important;
}

.tagged-item::-webkit-scrollbar {
    width: 8px;
}

.tagged-item::-webkit-scrollbar-thumb {
    background-color: var(--primary_color) !important;
    border-radius: 5px !important;
}

.attach_file_modal {
    padding: 0px;
    max-width: 850px;
    background-color: var(--white);
    margin: 50px auto;
    min-height: 200px;
    border-radius: 10px;
    border: 1px solid var(--more_grey);
}

.Compose_contac_modal {
    padding: 0;
    max-width: 1240px;
    background-color: var(--white);
    margin: 80px auto;
    min-height: 200px;
    border-radius: 10px;
    border: 1px solid var(--more_grey);
}

.msg-preview button {
    background-color: var(--primary_color) !important;
    border: none !important;
    color: var(--white);
    width: 125px;
    margin: 0 !important;
}

.button_and_option {
    gap: 20px;
}

@media screen and (max-width:991px) {
    .sub-nav-items .nav-item {
        border-bottom: 1px solid #ccc;
    }

    .Compose_contac_modal {
        margin: 80px 20px;
    }
}

@media screen and (max-width:530px) {
    .includers ul li a {
        font-size: 14px;
        text-decoration: underline;

    }

    .msg-previews {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .msg-preview {
        display: flex;
        flex-direction: column;
    }

    .msg-preview button {
        margin-left: 0px;
    }

    .msg-schedule,
    .list-link {
        margin-bottom: 15px;
    }
}

/* ------------------------------------------------------------------------ */



/* --------------------------Chat UI---------------------------- */





/* ------------------------------------------------------------------------ */

/* --------------------------Contacts Page---------------------------- */

.pop-up-head {
    display: flex;
    justify-content: space-between;
    color: #6157ab;
    align-items: center;
}

.main-back {
    background-color: #f5f4f2;
}

.Contacts-div {
    background-color: #fff;
    padding: 18px;
    border-radius: 20px;
    text-align: right;
    height: 100%;

}

.pop-up-head h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}


.contact-bar {
    display: flex;
    justify-content: space-between;
}

.contact-search input[type=text] {
    padding: 6px;
    /* margin-top: 8px; */
    font-size: 17px;
    border: 1px solid #6157ab;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

.contact-search button {
    /* float: right; */
    padding: 6px 10px;
    /* margin-top: 8px; */
    background: #6157ab;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.contact-search button:hover {
    background: #3c3572;
}

hr {
    border: 1px solid #3c3572 !important;
}

.contact-btn {
    /* margin-right: 15px; */
    display: flex !important;
    gap: 15px;
}

.contact-btn a {
    /* margin-right: 10px; */
    margin-bottom: 10px;
}

.contact-bar {
    border-top: 2px solid #3c3572;
    padding-top: 20px;
}

.table-container {
    /* margin-top: 30px; */
    /* color: #fff; */
}

.pagination {
    display: flex;
    justify-content: space-between;
    color: #000;
    align-items: center;
}

.table-pagination {
    display: flex;
    align-items: center;
}

.table-pagination p {
    align-self: center;
}

.table-pagination button {
    margin-right: 15px;
}

.table-pagination-limit {
    display: flex;
    align-items: center;
}

.table-pagination-limit a {
    margin-left: 15px;
}

.contact-btn button .fas {
    margin-right: 10px;
}

.search-bar {
    text-align: end;
    display: flex;
    height: 40px;
}

.search-bar .form-control {
    height: 40px;
}

.continue-btn {
    background-color: #3c3572 !important;
    margin-top: 30px;
    max-width: 250px;
}

.continue-btn a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.btn-Nxt a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.btn-Nxt a:hover {
    color: #fff;
}

.column_list {
    max-width: 300px;
    margin: auto;
    text-align: left;
}

.column_list label {
    color: var(--primary_color);
}

.bvxQGL:hover:not(:disabled) {
    background-color: var(--primary_color) !important;
}

.zindex {
    z-index: 1099 !important;
}

.modal-backdrop {
    z-index: 1055 !important;
}

.column_list .form-check-input {
    cursor: pointer;

}

@media screen and (max-width:991px) {
    /* .Contacts-div{
        min-height: 100vh;
    } */
}

@media screen and (max-width:768px) {
    .expanded-container {
        padding: 100px 20px 20px;
    }

    .main-back {
        padding: 15px;
    }


}

@media screen and (max-width:530px) {
    .expanded-container {
        padding: 100px 10px 10px;
    }

    .contact-btn .btn-send {
        margin-bottom: 10px;
    }

    .contact-search form {
        display: flex;
    }

    .contact-search form input {
        width: 100%;
    }

    .contact-search-bar form {
        display: flex;
    }

    .contact-search-bar form input {
        width: 100%;
    }

    .contact-btn {
        margin-top: 10px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;

    }

    .contact-btn button {
        font-size: 14px;
        margin-right: 10px;
    }

    .contact-bar {
        display: flex;
        flex-direction: column-reverse;
    }

    .pop-up-head h3 {
        font-size: 24px;
    }

    .table-pagination button {
        margin-right: 10px;
    }

    .table-pagination {
        display: block;
        text-align: left;
    }

    .table-pagination label {
        margin-top: 10px;
        font-size: 14px;
    }

    .pagination {
        margin-top: 20px;
    }

    cat-tab .nav-link .table-pagination-limit {
        display: block !important;
    }

    .table-pagination-limit label {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .main-back {
        background-color: #f5f4f2;
        padding: 0px;
    }

    .Contacts-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-btn .btn {
        width: 100%;
    }

    .template-option .btn {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .message-includers {
        display: flex;
        justify-content: space-between;
        flex-direction: column;

    }

    .Choose-form .details:nth-child(1) .message-includers,
    .Choose-form .details:nth-child(2) .message-includers {
        flex-direction: row;
    }

    .includers ul {
        flex-direction: row;
        justify-content: flex-end;
        margin-bottom: 5px;
    }

    .includers ul li {
        margin-left: 15px;
    }

    .period-filter {
        display: flex;
        flex-direction: row;
    }

    .search-bar .form-control {
        width: 90% !important;
        height: 40px;
    }

    .use_templeto {
        font-size: 14px !important;
        max-width: 150px;
    }
}

@media screen and (max-width:475px) {

    .continue-btn {
        margin-top: 20px;
        width: 100%;
    }

    .pagination {
        flex-direction: column;
    }

    .table-pagination-limit {
        margin-top: 20px;
    }

    .Contacts-div {
        text-align: center;
    }
}

/* ------------------------------------------------------------------------ */



/* --------------------------Scheduled Messages Page---------------------------- */
/* .dropdown-menu.show {
    
    overflow-y: scroll;
    height: 150px;
} */
.cat-tab .nav-link span {
    margin-left: 10px;
    background-color: #6157ab;
    color: white;
    padding: 5px 11px;
    border-radius: 50%;
    font-size: 12px;
}

.tabber-btn {
    border-top: 1px solid #6157ab;
    padding-top: 20px;
    margin-top: 10px;
}

@media screen and (max-width:530px) {
    .cat-tab a {
        font-size: 14px;
    }

    .cat-tab .nav-link {
        margin: 0;
    }

    .cat-tab .nav-link span {
        margin-left: 0px;
    }
}

/* ------------------------------------------------------------------------ */


/* --------------------------Scheduled Messages Page---------------------------- */

.expanded-form {
    background-color: #6157ab;
    padding-top: 50px;
    border-radius: 10px;
    color: #fff;
}

.expanded-form .form-div h3 {
    color: #fff;
}

.expanded-form .form-div .Choose-form .details .center-btn .btn-Nxt {
    background-color: #fff !important;
    color: #6157ab !important;
    max-width: 250px !important;
}

.expanded-form .form-div .Choose-form .details input {
    color: black;
}

.expanded-form .form-div .Choose-form .details label {
    font-weight: 500;
}

.new-sms {
    background-color: #3c3572 !important;
    color: #fff !important;
}

.new-sms:hover {
    background-color: #3c3572 !important;
    color: #fff !important;
}

.filter-search {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.filter-search button {
    border-radius: 5px;
    margin-bottom: 10px;
}

.contact-btn button {
    margin-bottom: 10px;
}

.templates {
    border-top: 0;
    padding-top: 0px;
}

.category {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.template-option {
    text-align: center;
}

.btn-Nxt2 {
    background-color: #8982bf !important;
    color: #fff !important;
    font-weight: 500 !important;
}


.Options_pop_up {
    position: absolute !important;
}

.settings {
    color: var(--settings-icon-color);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.Options_pop_up_outer a::after {
    display: none;
    text-decoration: none;
    color: var(--settings-icon-color) !important;
}

.chat-oprations {
    color: #d9d9d9;
}

.setting-menu {
    display: flex !important;
    align-items: center !important;
    /* white-space: break-spaces !important; */

}

.winspad {
    white-space: break-spaces !important;
}

.option-icon {
    margin-right: 10px !important;
    color: var(--primary_color) !important;
    color: var(--primary_color) !important;
    width: 19px;
    text-align: center;
}

.option-text {
    font-size: 14px !important;
    color: var(--primary_color) !important;
}

.V_ali_gn {
    vertical-align: top !important;
}

.Contacts_popup_data {
    padding: 0 10px;
}

.Actionlist {
    text-align: left;
}

.list_icon {
    width: 15px;
    margin-right: 10px;
}

.actionListItem {
    display: flex !important;
    color: var(--primary_color) !important;
    cursor: pointer;
    align-items: center;
}

.actionListItem:hover .Item_text {
    font-weight: 600;
}

.action_btn {
    color: var(--primary_color) !important;
    border: none !important;
    font-size: 24px !important;
    padding: 0 10px !important;
}

.action_btn:hover {
    border: none;
}

.action_btn:focus {
    border: none;
}


@media screen and (max-width:1024px) {
    .main-back {
        padding: 0;
    }

    .contact-btn {
        text-align: left;
    }

    .filter-search {
        text-align: left;
    }
}

/* ------------------------------------------------------------------------ */


/* --------------------------Attach a file page---------------------------- */

.attach {
    text-align: left;
    margin-top: 10px;
    border-top: 1px solid #6157ab;
    padding-top: 20px;
}

.attach ul {
    /* line-height: 30px; */
    padding-left: 0;
}

.attach ul li {
    list-style: none;
    border-left: 5px solid var(--primary_color);
    margin-bottom: 10px;
    padding-left: 10px;
    border-radius: 4px;
    background-color: var(--light_primary);
    padding: 5px 10px;

}

.custom-file {
    width: 100%;
    height: 200px;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    /* background-color: #c1bed8; */
}

.custom-file-input {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #c1bed8;
    border-radius: 5px;
    padding-left: 15%;
    padding-top: 80px;
}

.file-attach-label {
    font-size: 18px;
    font-weight: 500;
}
.attached_file_area{}
.attached-media-item.active{border:#000 2px solid;}
.attached-media-item{float: left;margin-right: 2px;}


.attached_file_area {
    margin-top: 10px;
    display: table;
    width: 100%;
}
.attached-item {
    float: left;
    margin-right: 5px;
}
.attached-item img{}


/* input[type="file"]{
    display: none;
} */
/* .custom-file label{
    height: 60px;
    width: 200px;
    background-color: #6157ab;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;

} */

::-webkit-file-upload-button {
    background-color: #6157ab;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    outline: none;
}

::-webkit-file-upload-button:hover {
    background-color: #3c3572;
}

.attach-proceed {
    display: flex;
    text-align: right;
    flex-direction: row-reverse;
}


@media screen and (max-width:768px) {
    .custom-file-input {
        margin-top: 10px;
        padding-left: 25%;
        margin-bottom: 20px;

    }

    .attach-proceed {
        margin: 20px 0;
    }
}

@media screen and (max-width:530px) {
    .custom-file-input {
        padding-left: 25%;
        padding-top: 30px;
        height: 100px;
    }

    .dropbox-button {
        height: 100px !important;
    }

    .custom-file {
        height: 100px;
    }

}

@media screen and (max-width:425px) {
    .custom-file-input {
        padding-left: 10%;
    }

    .file-attach-label {
        font-size: 16px;
    }
}

@media screen and (max-width:375px) {
    .custom-file-input {
        padding-left: 10%;
    }

    ::-webkit-file-upload-button {
        font-size: 15px;
    }

}

@media screen and (max-width:320px) {
    .custom-file-input {
        padding-left: 5%;
    }
}

/* ------------------------------------------------------------------------ */


/* --------------------------Reporting page---------------------------- */

.reporting-actions {
    display: flex;
    text-align: center;
}

.table-bordered {
    text-align: center;
}

/* ------------------------------------------------------------------------ */


/* --------------------------Message preview---------------------------- */
.preview-table {
    border-color: #6157ab !important;
    border-radius: 10px;
    text-align: left;
}

.preview-table th {
    text-align: right;
}

.preview-table td {
    text-align: left;

}

.recipient {
    background-color: #c1bed8;
    display: flex;
    border-radius: 50px;
    color: #6157ab;
    padding: 10px;
    align-items: center;
    display: inline-flex;
}

.delete-recipient {
    background-color: #fff;
    border-radius: 50px;
    margin-left: 15px;
    color: #3c3572;
    padding: 5px;
    width: 24px;
    height: 24px;

}

.recipient-remove {
    vertical-align: text-top;
}

.preview-view {
    text-align: left;
}

.next-prev {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 2px solid #6157ab;
    margin-top: 20px;
}

.watch-tuts {
    margin-right: 20px;
    text-decoration: none;
    color: #6157ab;
    vertical-align: super;
}

.watch-tuts:hover {
    color: #3c3572;
}

.watch-tuts-1 {
    text-decoration: none;
    color: #6157ab;
    font-size: 36px;
}

.watch-tuts-1:hover {
    color: #3c3572;
}

.vid-cross {
    align-items: center;
}

@media screen and (max-width:530px) {
    .preview-view {
        text-align: center;
    }

}

/* ------------------------------------------------------------------------ */


/* --------------------------Scheduling New Message---------------------------- */
.date-container {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 2px solid #6157ab;
}

.add-cal-event {
    display: flex;
    align-items: center;
}

.left-heading {
    flex: 0 0 30%;
    align-items: center;
    text-align: right;
    padding-right: 20px;
}

.left-heading label {
    font-weight: 600;
}

.right-feature {
    padding: 5px 0;
    flex: 0 0 60%;
    align-items: center;
    text-align: left;
}

.right-feature input {
    display: table-cell;
}

.right-feature select {
    display: table-cell;
}

.right-feature select {
    display: table-cell;
}

#time_zone {
    flex-direction: column;
}

.notify-me {
    display: flex;
    align-items: center;
}

.msg-schedule-2 {
    align-items: center;
    margin-top: 20px;
}

.msg-schedule-2 .list-link {
    margin: 8px 15px;
    text-decoration: none;
    color: #6157ab;
}

.msg-schedule-2 .list-link i {
    font-size: 20px;
}

.msg-schedule-2 .schedule-btn {
    background-color: #c1bed8;
}

.msg-schedule-2 .schedule-btn a {
    text-decoration: none;
    color: #fff;
}

.scheduling-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* button {
    transition: all ease 1s !important;
}
button:hover {
    transform: scale(101%);
} */

.tags-input-container {
    border: 2px solid #000;
    padding: .5em;
    border-radius: 3px;
    width: min(80vw, 600px);
    margin-top: 1em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5em;
}

.tag-item {
    background-color: rgb(218, 216, 216);
    display: inline-block;
    padding: .5em .75em;
    border-radius: 20px;
}

.tag-item .close {
    height: 20px;
    width: 20px;
    background-color: rgb(48, 48, 48);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: .5em;
    font-size: 18px;
    cursor: pointer;
}

.tags-input {
    flex-grow: 1;
    padding: .5em 0;
    border: none;
    outline: none;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    z-index: 99;
}

ul.dropdown-menu {
    display: none;
}

.policy_assets {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-around; */
    bottom: 15px;
    /* top: 100%; */
    position: absolute;
    width: 100%;

}

.User_links {
    color: var(--more_grey);
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-bottom: 15px; */
    border-bottom: 1px solid var(--grey) !important;
    padding: 7px 20px;
}


.policy_assets .User_links:nth-child(2) {
    border-bottom: none !important;
}

.User_links p {
    font-size: 14px;
    /* margin-top: 10px; */
    margin-left: 10px;
}

.User_links i {
    width: 30px;
}

.User_links:hover {
    color: var(--primary_color);

}

.divider_line {
    border-left: 1px solid silver;
}

.active-muted-li {
    background-color: rgb(199, 176, 176);
}

.all-message-side-setting {
    display: none !important;
}


.Policy_on_home {
    position: relative;
    bottom: 0;
    top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}


.Policy_on_home .User_links {
    border-bottom: none !important;
    padding: 10px 15px;
}

.Policy_on_home .User_links i {
    width: 20px;
}

.Policy_on_home .User_links p {
    margin-left: 8px;
}

@media screen and (max-width:1100px) {
    .policy_assets {
        top: 100%;
    }
}


@media screen and (max-width:600px) {
    .msg-schedule-2 .list-link {
        margin: 8px 0 !important;

    }
}




/* ******* Privacy Policy Page and About Us ********** */
.about_us {
    padding: 100px 30px 50px;
    width: 100%;
    background-color: var(--white);
    min-height: 100vh;
}

.about_img {
    height: 800px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.about_us_heading {
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--primary_color);
}

.About_us_content {
    margin-top: 30px;
}




/* **************************Import Page*********************** */

.Import_page {
    /* height: 100vh; */
    background-color: var(--white) !important;
}

.page_head {
    text-align: left;
}

.Imprt_contacts {
    padding: 20px 0;
}

.Align_top {
    align-items: initial;
}

.label_highlighted {
    font-weight: 600;
}

.top_gap {
    padding-top: 10px;
    color: var(--primary_color);
    flex: 0 0 30%;
}

.new_phonenumb .react-text-editor {
    font-size: 14px;
    height: 120px;
    min-height: 120px;
}

.new_phonenumb {
    margin-top: 10px;
}

.new_phonenumb_1 {
    margin-top: 30px;
}

.Caoptio_note {
    font-size: 14px;
    padding: 10px 0;
    color: #b1b1b1;
}

.bottom_optioons {
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bot_cancel {
    text-decoration: none;
    color: rgb(230, 66, 38);
    font-weight: 600;
}

.heading_4th {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;

}

.upload_lable {
    padding-left: 0 !important;
    margin-top: 7px;
}

.file_upload {
    align-items: center;
}

.file_upload a {
    text-decoration: none;
    color: var(--primary_color);
    font-weight: 600;
}

.table_dive .nav-link {
    margin-left: 10px;

}

.table_dive .nav-tabs .active {
    border-color: var(--primary_color) !important;
    color: var(--primary_color) !important;
    border-bottom: 2px !important;
    font-weight: 600;
}

.table_dive .nav-fill .nav-item .nav-link {
    border-bottom: 2px !important;
    width: fit-content !important;
}

.table_dive .nav-fill .nav-item {
    flex: 0 1 auto !important;
}

.table_dive .nav-tabs {
    border-color: var(--primary_color) !important;
}


@media screen and (max-width:475px) {
    .Imprt_contacts {
        padding: 0;
    }

    .table_dive {
        margin-top: 20px !important;
    }

    .nav-tabs {
        border-color: 1px solid var(--primary_color) !important;

    }

    .table_dive .nav-tabs .nav-item .nav-link.active {
        border-bottom: calc(1px solid var(--primary_color) +1) !important;

    }

    .table_dive .nav-tabs .nav-item .nav-link.active {
        border-bottom: 1px solid var(--primary_color) !important;
        width: 100% !important;
        border-radius: 10px;
        padding: 8px 5px !important;
    }

    .table_dive .nav-tabs {
        padding-bottom: 10px !important;
    }
}

/* ***********************************Template Page*********************************** */
.table-pagination-limit #dropdown-basic-button {
    background-color: var(--primary_color) !important;
    margin-left: 20px;
    border: none;
}

.table-pagination-limit #dropdown-basic-button:hover {
    background-color: var(--primary_color1) !important;
    border: none;
}

.Template_modal {
    padding: 20px;
    max-width: 850px;
    background-color: var(--white);
    margin: 80px auto;
    min-height: 200px;
    border-radius: 10px;
    border: 1px solid var(--more_grey);
}


.form_Start {
    /* border-top: 1px solid var(--more_grey); */
    margin-top: 10px;
    position: relative;
    max-height: 300px;
    /* overflow-y: scroll; */
    /* padding: 0 10px; */
}

.form_Start {
    /* border-top: 1px solid var(--more_grey); */
    /* margin-top: 10px; */
    position: relative;
}

.close_pop {
    font-size: 32px;
    text-decoration: none;
    color: var(--primary_color);
}

.content_cell_alignment {
    text-align: left;
}


/* ***************Create Template*********************** */
.Save_btn button {
    /* background-color: yellowgreen !important; */
    right: 0;
    position: absolute;
    margin-left: 0;
}

.template_opt {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

@media screen and (max-width:991px) {
    .form_Start {
        max-height: 380px
    }
}

@media screen and (max-width:767px) {
    .template_opt {
        grid-template-columns: auto;
    }

    .bottom_optioons {
        margin: 30px 0;
    }

    .Import_page {
        padding: 30px 20px;
    }

    .Template_modal {
        padding: 15px;
    }

    .contact-bar {
        padding-top: 10px;
    }


}

@media screen and (max-width:525px) {
    .template_opt {
        grid-template-columns: auto;
    }
}

/* ************************************************************ */


/* ***************Import Contacts Page*********************** */

.Heading_Dropdown_bTn {
    background-color: var(--primary_color) !important;
    width: 100% !important;
    border: none !important;
}

.Heading_Dropdown_bTn:hover {
    background-color: var(--primary_color) !important;
    width: 100% !important;
    border: none !important;
}

.Preview_table {
    margin-top: 30px;
}

.Preview_results {
    text-align: left;
    margin-top: 30px;
}

.Preview_results .nav-link {
    color: #000;
}

.Preview_results .nav-fill .active {
    background-color: var(--primary_color);
    color: var(--white);
}

.table_dive {
    margin-top: 50px;
}

.active_tab .nav-item .active {
    border: 1px solid var(--primary_color);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: var(--primary_color);
    font-weight: 600;
    background-color: var(--white);
    padding-bottom: 15px;

}

.active_tab {
    font-weight: 600;
    display: flex;
}

.active_tab .badge .note_opt {
    text-decoration: none;
    color: var(--white);
    font-weight: 600;
}

.active_tab .badge {
    background-color: var(--primary_color);
    margin-left: 10px;

}

.Match_with_top {
    margin-top: -1px;
    border-top: 1px solid var(--primary_color);

}

.Download_history_text {
    text-align: center;
    padding: 15px !important;
    margin: 80px auto;
    max-width: 750px;
    background: #fff;
    border: 1px solid silver;
    border-radius: 10px;
}


.modal_heading {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    /* border-bottom: 1px solid silver; */
    margin-bottom: 0;

}

.modal_heading_2 {
    font-size: 24px;
    font-weight: 600;
    /* padding: 0 0 10px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px; */

}


.email_For_history {
    margin-top: 30px;
}

.modal_close {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid silver;
}

.choose_Opt {
    display: flex;
    /* text-align: center; */
    justify-content: center;
}

.Muted_Button {
    border: none !important;
    font-weight: 600;
    background-color: var(--more_grey) !important;
}

.Muted_Button:hover {
    border: none;
    background-color: var(--more_grey) !important;
}

.Muted_Button:focus {
    border: none;
    color: var(--white) !important;
    background-color: var(--more_grey) !important;
}

.active_butn {
    border: none !important;
    color: var(--white) !important;
    font-weight: 600;
    background-color: rgb(247, 55, 55) !important;
    margin-left: 20px;
}

.active_butn:hover {
    border: none !important;
    background-color: rgb(233, 39, 39) !important;
}

.active_butn:focus {
    border: none;
    background-color: rgb(233, 39, 39) !important;
}

.Active_purple {
    border: none !important;
    color: var(--white) !important;
    font-weight: 600;
    background-color: var(--primary_color) !important;
    margin-left: 20px;
}

.Active_purple:hover {
    border: none !important;
    color: var(--white) !important;
    background-color: var(--primary_color1) !important;
}

.Active_purple:focus {
    border: none;
    color: var(--white) !important;
    background-color: var(--primary_color1) !important;
}

.modal_header {
    border-bottom: 1px solid var(--settings-icon-color);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    height: 60px;
    padding: 0 0 10px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
}

.Add_new_C {
    /* display: flex; */
    margin-top: 20px;
}

.right_labels_form label {
    text-align: right;
    color: var(--primary_color);
    font-weight: 600;
}

.right_labels_form .active_butn {
    text-align: right;
}

.modal_close_btn {
    background-color: transparent !important;
    border: none !important;
    font-size: 24px;
    padding: 0;
    color: var(--primary_color) !important;

}

.modal_close_btn:hover {
    background-color: transparent !important;
    border: none;
    color: var(--primary_color) !important;

}

.modal_close_btn:focus {
    background-color: transparent !important;
    color: var(--primary_color) !important;
}

.Btn_in_dropDown {
    border: 1px solid var(--white) !important;
}

.Btn_in_dropDown {
    border: 1px solid var(--white) !important;
}

.Btn_in_dropDown::after {
    display: none !important;
}

.contact_download_option {
    font-size: 14px;
    font-weight: 600 !important;
    color: var(--primary_color) !important;
}

.searching {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    background-color: var(--grey);
    padding: 8px 10px;
    --bs-gutter-x: 0 !important;
    border-radius: 8px;
    text-align: center;


}

.search-field {
    width: 100%;
    margin: 5px auto;

}

.searchfield {
    width: 100%;
    border-radius: 5px;
    padding: 5px 8px;
    border: none;
}

.Cancel_filter {
    text-decoration: none;
    font-weight: 600;
    color: var(--primary_color);
    font-size: 20px;
    flex: 0 0 auto;
    /* text-align: right; */

}

.pos_rel {
    position: relative;
}

.btn_srch {
    border-radius: 5px;
}

.dropdown_situation_button {
    padding: 0 !important;
}

.dropdown_situation_button button {
    width: 100%;
    background-color: var(--primary_color);
    border: none;
    height: 40px;

}

.dropdown_situation_button button:hover {
    width: 100%;
    background-color: var(--primary_color);
    border: none;
}

.dropdown_situation_button button:focus {
    background-color: var(--primary_color);
    border: none;
}

.dropdown_situation_button button::after {
    display: none;
}

.gridMap {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto auto auto auto auto;
}

.Gridmap_for_action {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
}

.Action_Modal {
    max-width: 500px;
    left: 50%;
    top: 50%;
    text-align: center;
    margin: 80px auto;
}


.add_cal_align {
    align-items: flex-start;
    /* margin-top: 10px; */
}

.start_time {
    text-align: left;
}

.start_time input,
.start_time select {
    display: inline-block;
}

.note_text {
    font-size: 14px;
}

.Ali_gn {
    text-align: left;
}

.Weekdays_Select {
    margin-top: 20px;
}

.Grid_viw {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto auto auto auto auto;
}

.hour_input {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: auto auto;
    margin-top: 20px;
    align-items: center;

}

.align_center {
    align-items: center;
}

.new_value {
    margin-top: 15px;
}

.Left_side_label {
    margin-top: 12px;
}

@media screen and (max-width:991px) {
    .navbar-collapse {
        background-color: var(--white) !important;
    }
}

@media screen and (max-width:768px) {
    .gridMap {
        grid-template-columns: auto auto auto auto;
    }

    .Grid_viw {
        display: grid;
        gap: 10px;
        grid-template-columns: auto auto auto auto auto;
    }
}

@media screen and (max-width:767px) {

    .active_tab {
        font-weight: 600;
        flex-direction: column;
        text-align: left;
    }

    .active_tab .nav-item .nav-link {
        margin: 0;
    }

    .active_tab .nav-item .active {
        border: 1px solid var(--primary_color);
        border-radius: 8px;
        padding-bottom: 10px;
        margin: 0;
    }

    .Match_with_top {
        margin-top: 10px;
    }

    .tabber-btn {
        padding-top: 10px;
    }

    .gridMap {
        display: grid;
        gap: 10px;
        grid-template-columns: auto auto auto auto;
    }

}

@media screen and (max-width:600px) {
    .gridMap {
        grid-template-columns: auto auto auto;
    }

    .searching {
        display: flex !important;
        flex-direction: row !important;
    }

    .Grid_viw {
        display: grid;
        gap: 10px;
        grid-template-columns: auto auto auto auto;
    }

    .msg-schedule-2 {
        display: grid;
        grid-template-columns: auto;
        text-align: center;
        grid-gap: 5px;
        align-items: center;
    }

    .no_schudeling {
        margin-bottom: 0;
    }

}

@media screen and (max-width:575px) {
    .right_labels_form label {
        text-align: left;
    }

    .Gridmap_for_action {
        display: grid;
        gap: 20px;
        grid-template-columns: auto;
    }

    .Action_Modal {
        max-width: 300px;
        text-align: center;
        margin: 80px auto;
    }
}


@media screen and (max-width:475px) {
    .gridMap {
        grid-template-columns: auto auto;
    }

    .Grid_viw {
        display: grid;
        gap: 5px;
        grid-template-columns: auto auto auto;
    }

    .add-cal-event {
        flex-direction: column !important;
    }

    .add-cal-event input {
        width: 100%;
    }

    .no_schudeling {
        margin-bottom: 0;
    }

    .left-heading {
        flex: 0 0 30%;
        align-items: center;
        text-align: left;
        padding-right: 20px;
    }

}

@media screen and (max-width:320px) {

    .Grid_viw {
        display: grid;
        gap: 10px;
        grid-template-columns: auto auto;
    }

}



/* ************************************************************ */



/* *************************************************************************************** */




/* --------------------------Table Design ------------------------------ */

.msg_in_table {
    text-decoration: none;
    color: var(--black);
    text-align: left;
    display: -webkit-box;
    /* max-width: 200px; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width:576px) {
    .Modal_full .modal-dialog {
        max-width: 900px !important;
        width: 90% !important;
    }
}

/* ........next and previous buttons---------------------- */
.OHwJB {
    position: absolute !important;
    left: 190px !important;
    font-size: 16px !important;
    color: var(--black) !important;
    font-weight: 600 !;
}

.rdt_Pagination {
    position: relative !important;
}

#pagination-first-page:disabled {
    background-color: var(--grey) !important;
}

#pagination-previous-page:disabled {
    background-color: var(--grey) !important;
}

#pagination-next-page:disabled {
    background-color: var(--grey) !important;
}

#pagination-last-page:disabled {
    background-color: var(--grey) !important;
}

.jMMJgk {
    position: absolute !important;
    left: 0px !important;
    color: var(--primary_color) !important;
    gap: 10px !important;
}

.jMMJgk button {
    background-color: var(--primary_color) !important;
    border-radius: 8px !important;

}

.jMMJgk button svg {
    fill: var(--white) !important;

}

.kBhHpT {
    font-size: 16px;
    color: var(--black) !important;
    font-weight: 600 !important;
}

.rdt_Pagination div > select{
    background: var(--primary_color) !important;
    border-radius: 8px !important;
    padding: 10px 35px !important;
    color: var(--white) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative !important;
}

.rdt_Pagination div > select option {
    left: 20px !important;
    position: absolute !important;
    color: var(--white) !important;
}

.rdt_Pagination span:nth-child(2){    margin: 0 24px;}
.rdt_Pagination span:nth-child(1){    margin: 0 24px;}
.rdt_Pagination > span{
    font-size: 16px;
    color: var(--black) !important;
    font-weight: 600 !important;
}

.gnaqej select {
   
}

.gnaqej option {
    left: 20px !important;
    position: absolute !important;
    color: var(--white) !important;
}

.gnaqej svg {
    top: 8px !important;
    right: 5px !important;
    fill: var(--white) !important;
}

.kJrhuj:focus {
    border: none !important;
    outline: none !important;
}

.kJrhuj:visited {
    border: none !important;
}

/* ---------------table cells ------------------------- */
.hbotQl {
    overflow: initial !important;
    white-space: break-spaces !important;
    text-overflow: initial !important;
    text-align: left !important;
    font-size: 14px;
}

.gZWIKX {
    border-bottom-width: 0 !important;
}

.rdt_TableCol {
    border: 1px solid rgba(0, 0, 0, .12) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    color: var(--black) !important;
    padding: 10px !important;
}

.rdt_TableCol input {
    border: 1px solid rgba(0, 0, 0, .12) !important;
}

.rdt_TableCell {
    border: 1px solid rgba(0, 0, 0, .12) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    color: var(--black) !important;
    align-items: flex-start !important;
    padding: 10px 15px !important;
}

.rdt_TableCell input {
    margin-top: 10px !important;
}

.rdt_TableCell>div {
    white-space: pre-wrap !important;
    overflow: visible !important;
    width: 100%;
    text-align: left !important;
    text-overflow: initial !important;
    font-size: 14px !important;
}

.rdt_TableCol_Sortable {
    align-items: flex-start !important;
}

.rdt_TableCol_Sortable > div {
    white-space: pre-wrap !important;
    overflow: visible !important;
    width: 100% !important;
    text-align: left !important;
    text-overflow: initial !important;
    font-size: 14px !important;
}

.rdt_TableHeadRow {
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
}

.rdt_TableRow {
    border-bottom-width: 0 !important;
}

/* .sc-eCYdqJ div:nth-child(1){
    max-width: 50px !important;
} */

/* .sc-eCYdqJ{
    min-width: 150px !important;
} */
.Option_yes {
    background: transparent !important;
    color: var(--more_grey) !important;
    font-size: 20px !important;
    border: none !important;
    padding: 0 !important;
}

.Option_yes::after {
    display: none !important;
}

.List_Opt {
    display: flex !important;
    color: var(--primary_color) !important;
}

.List_Opt i {
    width: 20px !important;
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
    border-left: 1px solid silver !important;
}

/* .bnAwAJ:nth-child(1) {
    width: 80px !important;
    max-width: 80px !important;
} */

/* ------------------List Popup Tabls------------------------- */

.gelpCx {
    overflow-y: auto !important;
}
.dLPHLX {
    overflow-y: auto !important;
}

/* .sc-jSMfEi{
    min-width: 200px !important;
} */
.Templates_table .sc-jSMfEi:nth-child(5),
.Templates_table .jzGaAN:nth-child(5) {
    min-width: 300px !important;
}

.ReactModal__Content {
    border-radius: 20px !important;
    margin-top: 80px !important;
    padding: 0 !important;
}

/* .cust-model-div {
    height: 500px !important;
    overflow-y: scroll ;
} */

.table-expand-message-detail tr td span {
    color: #000
}

/* ---------------table Search-------------------- */

.TUEFO {
    padding-right: 0 !important;
}

.TUEFO input {
    height: 40px !important;
}

.TUEFO input {
    height: 40px !important;
}

.TUEFO input:focus {
    height: 40px !important;
}

.TUEFO button {
    /* content: url("../resources/js/assets/Images/search-solid.svg"); */
    background-image: url("../resources/js/assets/Images/search-solid.svg");
    width: 50px !important;
    height: 40px !important;
    background-color: var(--primary_color) !important;
    border: none !important;
}

.TUEFO button:hover {
    width: 50px !important;
    height: 40px !important;
    background-color: var(--primary_color1) !important;
}

.TUEFO button:focus {
    width: 50px !important;
    height: 40px !important;
    background-color: var(--primary_color) !important;
}

/* Verification message */
.email_verification.shadow {
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}
.email_verification.shadow .banner-right {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
.email_verification.shadow .shadow.home-form {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
.email_verification.shadow .shadow.home-form a.btn.login-submit.back_to_login {
    line-height: 30px;
}
/* ------------------------Profile------------------------- */
.Profile_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    background-color: var(--white);
}

.btn_get {
    display: block;
    max-width: 300px;
    /* margin: 0 auto; */
    background-color: var(--primary_color);
    border-radius: 8px;
    font-size: 1em;
    line-height: 2.5em;
    text-align: center;
    padding: 0px 10px;
    color: var(--white);
    font-weight: 600;
}

.btn_get:hover {
    background-color: var(--primary_color1);
}

.btn_get:active {
    background-color: var(--primary_color);
}

.get_file {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-color: black;
} */
.Detail_text {
    color: var(--more_grey);
}

.Detail_text .fas {
    width: 15px;
    margin-right: 5px;
}

.field_number {
    display: flex;
    flex-direction: row;
    /* gap: 20px; */
}

.Cont_country_field {
    flex: 0 0 20%;
    padding-right: 20px;
}

.Cont_Number_field {
    flex: 0 0 80%;
}

.state_dropdown button {
    width: 100%;
    text-align: left;
    background-color: var(--white);
    border: 1px solid var(--primary_color);
    color: var(--primary_color) !important;
}

.state_dropdown button:hover {
    text-align: left;
    background-color: var(--white);
    border: 1px solid var(--primary_color);
    color: var(--primary_color) !important;
}

.state_dropdown button:focus {
    text-align: left;
    background-color: var(--white);
    border: 1px solid var(--primary_color);
    color: var(--primary_color) !important;
}
.state_dropdown .dropdown-menu{
    max-height: 300px;
    overflow-y: scroll;
}

.confi_signup_Country{
    flex: 0 0 25%;
    padding-right: 20px;
}

.confi_signup_number {
    flex: 0 0 75%;
}

.button_temp {
    gap: 20px;
    display: flex;
    justify-content: flex-end;
}

/* @media screen and (max-width:575px){
    
    
    
} */



/* --------------------------FAQ Section --------------------------- */


.FAQ_Section {
    padding: 100px 30px 50px;
    background-color: var(--secondary_purple);
    min-height: 100vh;
    width: 100%;
}

.Inner_section {

    background-color: var(--white);
    border-radius: 20px;
    padding: 20px;
    max-width: 1170px;
    margin: auto;
}

.Page_heading {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary_color);
    border-bottom: 3px solid var(--primary_color);
    display: inline-block;
    margin-bottom: 20px;
}

.FAQ_para {
    font-size: 16px;
}

.Questions {
    margin-top: 20px;
}

.Tutorial_vid {
    text-align: center;
    margin: 20px;
}

.Tutorial_vid video {
    width: 50%;
}

.schedule_messege_pop {
    max-width: 850px !important;
    margin: 0 auto;
    background-color: var(--white);
}


/* __________________________________Add Funds__________________________________ */


.AddFunds_outer {
    max-width: 850px;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid var(--primary_color1);
    background-color: var(--white);

}

.credit_ammountSection {
    /* background-color: var(--grey); */
    border: 1px solid var(--grey);
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.Credit label {
    text-align: right;
    color: var(--primary_color);
    font-weight: 600;
}

.Secure_Alert {
    display: flex;
}

.Secure_icon {
    font-size: 32px;
    color: var(--primary_color);
    margin-right: 15px;
}

.Secure_text {
    font-size: 14px;
    text-align: left;
}



.Billing {
    text-align: left;
}

.Billing_heading {
    font-weight: 600;
    color: var(--primary_color);
}

.Billing_overview {
    font-size: 16px;
}

.billing_DetailForm {
    margin: 20px auto;
}

.billing_DetailForm label {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--primary_color);
}

.PurchaseNote {
    font-size: 16px;
    color: var(--more_grey);
    text-align: left;
}

.Total_char {
    font-weight: 600;
    font-size: 24px;
}

.pay_btn {
    padding: 8px 20px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.pay_btn:hover {
    background-color: var(--primary_color);
}

.card_CVV {
    font-size: 27px;
    color: var(--primary_color);
}

.add_number {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.Btn_add {
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    border: var(--primary_color) !important;
    /* margin-right: 20px; */
    /* width: 125px; */
}

.Btn_add:hover {
    background-color: var(--primary_color1) !important;
    border: var(--primary_color1) !important;
    /* margin-right: 20px; */
}

.add_btn {
    margin: 0 !important;
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    border: none !important;
    height: 38px;
    width: 125px;
}

.card_heading {
    font-size: 20px;
}

.Card_modal {
    padding: 20px !important;
}

.Card_ex_outer {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 !important;
}

.Line_black {
    background-color: var(--primary_color);
    height: 40px;
    width: 100%;
    margin-top: 20px;
    padding: 0 !important;
}

.Card_ex_Text {
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
}

.Card_ex_Text2 {
    font-size: 14px;
    /* text-align: left; */
    padding: 20px 10px;
}

.card_heading2 {
    font-size: 20px;
    color: var(--black);
    margin-top: 20px;
}

.Card_ex_Text_1 {
    font-size: 16px;
    text-align: right;
    padding: 20px 10px;
}

.Modal_card_ex {
    gap: 20px;
    justify-content: center;
}

.CVBVNumber {
    color: var(--primary_color);
    font-weight: 600;
    margin-left: 30px;
}

.data-table-extensions>.data-table-extensions-filter {
    float: right !important;
    border: 1px solid var(--primary_color);
    border-radius: 10px;
    padding: 6px 5px;
}

@media screen and (max-width:768px) {

    .AddFunds_outer {
        padding: 30px;
    }

    .Credit label {
        text-align: left;
    }

}



.data-table-extensions>.data-table-extensions-filter label {
    margin-top: 3px;
}

.data-table-extensions>.data-table-extensions-filter .filter-text::-webkit-input-placeholder::before {
    content: "Search" !important;
}

.data-table-extensions>.data-table-extensions-filter .filter-text::-webkit-input-placeholder {
    display: none !important;
}


.data-table-extensions>.data-table-extensions-filter>.filter-text {
    border-bottom: none !important;
}

.data-table-extensions>.data-table-extensions-filter>.filter-text:focus,
.data-table-extensions>.data-table-extensions-filter>.filter-text:hover {
    border-bottom: none;
}

.sc_page {
    width: 50% !important;
}


.chat-area .bottom-alerts {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 90px;
    background: #fff;
    padding: 3px;
    font-size: 10px;
    display: none;
}

.text-green {
    color: #008800;
    font-weight: 800;
}

.text-blue {
    color: #0000ff;
    font-weight: 800;
}

/* --------------------------- Poppup header ----------------------------------------- */

.modal-title {
    font-weight: 600 !important;
    color: var(--primary_color) !important;
}


/* ------------------------------ ChatBot Template ---------------------------------- */

.Chat_circle_icon {
    text-align: center;
}

.Chat_circle_icon img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid var(--primary_color);
}

.chat_business_brand {
    border-radius: 20px;
    padding: 80px 20px 40px;
    text-align: center;
    color: var(--black);
    margin-top: -45px;
    border: 1px solid var(--primary_color);
    cursor: pointer;
}

.business_card {
    text-decoration: none;
}

.business_card:hover .chat_business_brand {
    background-color: var(--primary_color);
    color: var(--white);
    border: 1px solid var(--primary_color);
}



.chatbot_icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50% !important;
    padding: 20px;
    height: 60px;
    width: 60px;

}


.chatbot_icon svg {
    fill: var(--white);

}

.chatBot_head {
    background-color: var(--primary_color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    --bs-gutter-x: 0 !important;
    padding: 10px;
    align-items: center;
}

.chatBot_head button {
    color: var(--white);
}

.ChatBotHead_text {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
}

.chatbot_icon2 {
    position: fixed;
    bottom: 30px;
    right: 20px;
    border-radius: 10px !important;
    width: 300px;
    z-index: 999999;

}

.chatBot_content .chat-area {
    height: 280px;
}


.ChatBot_footer .chat-area-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.btn_chat_send {
    background-color: var(--primary_color) !important;
    border-radius: 50% !important;
    color: var(--white) !important;
    padding: 8px 12px !important;
    font-size: 16px !important;
}

.btn_Drop_chatbot {
    background-color: var(--primary_color) !important;
    border: none !important;
}

.btn_Drop_chatbot:hover {
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    border: none !important;
}

.btn_Drop_chatbot:focus {
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    border: none !important;
}

.btn_Drop_chatbot:active {
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    border: none !important;
}

.B-template_content {

    font-size: 16px;
    text-align: left;
}

.btn_get_template {
    background-color: var(--primary_color) !important;
    padding: 10px 20px !important;
    border: none !important;
    color: var(--white) !important;
}

.btn_get_template:hover {
    background-color: var(--primary_color) !important;
    padding: 10px 20px !important;
    border: none !important;
    color: var(--white) !important;
}

.B_template_heading {
    font-size: 24px;
    font-weight: 800;
}

.text_in_grey {
    background-color: var(--grey);
    padding: 20px;
}

/* --------------------------------chat bot flowchart ----------------------------- */
.testBot_button {
    background-color: var(--primary_color) !important;
    border: none !important;
    color: var(--white) !important;
}

.testBot_button:hover {
    background-color: var(--primary_color1) !important;
    border: none !important;
}

.flowchart_area {
    padding: 20px 10px;
}

.flowchart_node {
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid var(--primary_color1);
    width: fit-content;
    color: var(--primary_color1);
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    min-width: 125px;

}

.flowchart_arealevel1 {
    display: flex;
    row-gap: 150px;
    column-gap: 100px;
    align-items: center;
}

.flow_split {
    display: flex;
    flex-direction: column;
    row-gap: 200px;
    /* align-items: center; */
    justify-content: flex-start;
}

.flow_staright {
    display: flex;
    flex-direction: row;
    column-gap: 100px;
    align-items: center;
}

.Bot_Form {
    color: var(--grey);
}

.info_examples {
    border-radius: 50%;
    cursor: pointer;
    color: var(--primary_color);
    display: inline-block;
}

.ChatBot_option {
    text-align: center;
    justify-content: center;
}

.ChatBot_option a {
    text-decoration: none;
    color: var(--primary_color);
}



/* --------------------------- Dropbox --------------------------------- */

.dropbox-button {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1.5px dashed var(--primary_color);
    text-align: center;
    color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn_import {
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    vertical-align: middle;
    width: 150px;

}

.modal-body .Contacts-div {
    padding: 0;
}


/* -------------------------- ProgPreview page ----------------------------- */

.profile_preview .preview {
    text-align: center;
    /* justify-content: space-between; */

}

.profile_preview {
    max-width: 600px;
    margin: auto;
    text-align: end;
}

.profile_preview .profile-Description {
    /* text-align: center !important; */
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.profile_preview .QR_img {
    text-align: center !important;
}

.left_side_previw_profile {
    /* background-color:var(--primary_color1); */
    min-height: 100vh;
    flex: 0 0 50%;
    padding: 50px 0;
}

.Preview_profile_context {
    font-size: 48px;
    color: var(--primary_color);
    margin-top: 20%;
    font-weight: 800;
    word-break: normal;
    max-width: 600px;
    padding: 40px 40px;
    padding-left: 80px;

}

.preview_page_look {
    display: flex;
    align-items: center;
    background-color: var(--white);
    min-height: 100vh;
}

.profile_side {
    flex: 0 0 50%;
}
.copyState{
    height: 40px;
    padding: 12px 20px;
    background-color: var(--white);
    outline: none;
    border-radius: 8px;
    border: none;

}
.Copied_container{
    margin-top: 30px;
}
.Copied_button{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: end;
}
.copyBtn{
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    border: none !important;
    /* margin-left: 15px; */
    height: 40px;
}
.copyBtn:hover{
    background-color: var(--primary_color) !important;
}
.worffine{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: end;
}

@media screen and (max-width:991px) {
    .preview_page_look {
        flex-direction: column;
    }

    .left_side_previw_profile {
        flex: 0 0 100%;
        min-height: auto;
    }

    .profile_side {
        flex: 0 0 100%;
        margin: 30px;
        padding: 0;
    }

}

@media screen and (max-width:768px) {
    .profile_preview .preview {
        text-align: center;
        flex-direction: column;
    }

    .profile_preview .profile-Description {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        margin-left: 0 !important;
    }

    .profile_preview {
        text-align: center;
    }

    .Preview_profile_context {
        font-size: 36px;
        padding-left: 20px;
        margin-top: 100px;
    }
}

@media screen and (max-width:425px){
    .Copied_button{
        flex-direction: column;
    }
    .copyBtn{
        margin-left: 0;
    }
}

/* ----------------------How it works---------------------- */

.How_it_works{
    background-color: var(--primary_color);
    color: var(--white);
    text-align: center;
    padding: 50px 30px;
    height: 400px;
}

.how_cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 60px;
    position: relative;
    margin-top: -200px;
}
.number_card{
    color: var(--primary_color);
    background-color: var(--white);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 5px;
    position: absolute;
    z-index: 999;
    top: -30px;
    left: 42%;
}

.step_number{
    /* position: relative; */
    /* top: 40%; */
    height: 50px;
    width: 50px;
    padding: 8px;
    background-color: var(--white);
    border: 1px solid var(--primary_color);
    /* margin: 10px; */
    border-radius: 50%;
    font-weight: 700;
}
.How_card1{
    flex: 0 0 20%;
    height: auto !important;
}

.How_card1 .card{
    height: 100% !important;
    border-radius: 20px;
}

.card_image_top_Main{
    width: 70% !important;
    object-fit: cover !important;
    margin: 30px auto 20px;

}
.card-title{
    font-size: 16px !important;
    font-weight: 700 !important;
}
.card-text{
    font-size: 14px !important;
}

@media screen and (max-width:991px){
    .How_card1{
        flex: 0 0 48%;
        height: 100% !important;
    }
    
}

@media screen and (max-width:600px){
    .How_card1{
        flex: 0 0 100%;
    }
    
}



/* --------------- Business Preview ----------------------- */
.new_bussiness_preview_l{
    text-align: left;
    padding: 15px;
}
.new_bussiness_preview_l h6{
    color: var(--primary_color);
    border-bottom: 1px solid var(--primary_color);
    padding-bottom: 10px;
    
}
.new_bussiness_preview_s{
    text-align: left;
    padding: 15px;
}
.user_img_t5{
    width: 80px;
    height: 80px;
    border-radius: 50%;

}
.grey_color{
    color: var(--grey);
    
}
.line{
    border-bottom: 1px solid var(--input_border);
    margin-top: 20px;
    margin-bottom: 20px;
}
.icon-I{
    padding: 5px 8px;
    font-size: 15px;
    border-radius: 50%;
    height: 30px;
    width:30px;
    color: var(--white);
    background-color: var(--primary_color);
    margin-right: 15px;
}

.conten_t{
    display: flex;
    gap: 10px;
    justify-content: center;
    height: inherit;
    
}
.content_number{
    width: 38px;
    height: 38px;
    padding: 5px 14px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary_color);
    border-radius: 50%;
    text-align: center;
}
.Content_paragraph{
    font-size: 14px;
    background-color: var(--primary_color);
    border-radius: 10px;
    color: var(--white);
    padding: 16px;
    text-align: left;
}


/* .image_height{
    height: -webkit-fill-available !important;
} */
.busines_step_card{
    padding: 5px;
}




.main_bottom_right_Buttons a:hover {
    background: #f0f3f6 !important;
    color: var(--thm-gray) !important;
}
.listings_details_sidebar {
    display: inherit !important;
}
.contact_info_list a {
    word-break: break-all;
}
.list-unstyled.contact_info_list li {
    margin: 10px 0px;
}




/* -------------------- Landing Page ---------------------- */

.Main_bg{
    background-color: var(--white);
    background-image: url("Images/bannerbg.png");
    padding: 100px 20px 130px;
    background-position: 0px 65px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.containerLanding{
    display: flex;
    padding: 30px 15px;
}

.B_anner_content{
    text-align: center;
    order: 2;
    flex: 0 0 45%;
    margin: auto;
    max-width: 1170px;
}

.headinng_text{
    text-align: center;
    font-size: 54px;
    font-weight: 800;
    color: var(--dark_purple);
}
.B_anner_content p{
    text-align: center;
    line-height: 30px;
}
.btn_l1{
    background-color: var(--white) !important;
    border: 1px solid var(--primary_color) !important;
    color: var(--primary_color) !important;
}
.btn_l1:hover{
    background-color: var(--primary_color) !important;
    border: 1px solid var(--primary_color) !important;
    color: var(--white) !important;
}

.btn_l1:focus{
    background-color: var(--primary_color) !important;
    border: 1px solid var(--primary_color) !important;
    color: var(--white) !important;
}
.btn_l1:visited{
    background-color: var(--primary_color) !important;
    border: 1px solid var(--primary_color) !important;
    color: var(--white) !important;
}

.btn_l1:active{
    background-color: var(--primary_color) !important;
    border: 1px solid var(--primary_color) !important;
    color: var(--white) !important;
}

.B_anner_img_l{
    flex: 0 0 25%;
    order: 1;
}
.B_anner_img_r{
    flex: 0 0 25%;
    order: 3;
    
}
.sub-part-heading{
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: var(--dark_purple);
    max-width: 950px;
}

.sub-part-paragraph{
    text-align: center;
    max-width: 650px;
    line-height: 30px;
    margin: auto;
}

.container_bg{
    /* padding: auto; */
    max-width: 1600px;
    width:100%;
    background-color: var(--white);
    background-image: url("Images/bg-2.png");
    padding: 0px 20px 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin:0 auto;
}

.second_sec_content{
    max-width: 1170px;
}

.my_ca_rd{
    background-color: var(--Landing_card_bg) !important;
    border-radius: 20px !important;
    border: none !important;
    padding:30px 12px;
}
.card_tit_le{
    font-weight: 700;
    color: var(--dark_purple);
    text-align: center;
}
.Card_descrip_tion{
    text-align: center;
    font-size: 14px !important;
}

.container_bg_with_bg{
    /* padding: auto; */
    max-width: 1600px;
    width: 100%;
    background-color: var(--Landing_card_bg);
    background-image: url("Images/bg-3.png");
    padding: 60px 20px 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.my_ca_rd_2{
    background-color: white !important;
    border-radius: 20px !important;
    border: none !important;
    padding:30px 12px;
    margin-top: 50px;
    height: 90% !important;
}
.card_up_img{
    margin-top: -90px;
}
.card_up_img img{
    border-radius: 50%;
}

.card_number{
    font-size: 28px;
    font-weight: 700;
    color: var(--primary_color);
    text-align: center;
    margin-top: 30px;
}


.footerr{
    max-width: 1600px;
    width: 100%;
    background-color:var(--white);
    background-image: url("Images/footer-bg.png");
    padding: 280px 20px 60px;
    background-position: 60% 60%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.list-group1{
    display: flex;
    list-style: none;
    /* justify-content: space-between; */
    gap: 80px;
    padding-left: 0;
}
.my_link{
    text-decoration: none;
    color: var(--primary_color);
    cursor: pointer;
}

.my_link:hover{
    text-decoration: none;
    color: var(--dark_purple);
    cursor: pointer;
}

.line_copyright{
    font-size: 15px;
}
/* .list-group1{} */



@media screen and (max-width:1024px){
    .containerLanding{
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 50px;
        justify-content: center;
    }
    .B_anner_content{
        text-align: center;
        order: 3;
        flex: 0 0 100%;
        margin: auto;
        max-width: 1170px;
    }
    
.B_anner_img_l{
    flex: 0 0 45%;
    order: 1;
}
.B_anner_img_r{
    flex: 0 0 45%;
    order: 2;
    
} 

}

@media screen and (max-width:767px){

    .Main_bg{
        padding-bottom: 50px;
    }
    .headinng_text{
        font-size: 36px;
    }
    .sub-part-heading{
        font-size: 28px;
        line-height: 130%;
    }
    .my_ca_rd_2 {
        height: 80% !important;
        margin-bottom: 50px;
    }
    
    .list-group1{
        width: 100%;
        justify-content: space-evenly;
        margin-top: 30px;
    }
    .line_copyright{
        text-align: center;
        margin-top: 30px;
    }
    .footerr{
        padding: 80px 20px 60px;
    }
    .list-group1{
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }
    
}

