body {
    color: #000;
    font-family: var(--ff-body);
}

* {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
}

:root {
    --ff-body: 'Poppins', sans-serif;
    --ff-primary: 'Montserrat', sans-serif;
    --ff-secondary: 'Open Sans', sans-serif;
    --clr-primary: #5d725f;
    --clr-secondary: #ed6161;
    --clr-light-green: #eef4ea;
    --clr-white: #fff;
    --clr-black: #000;
    --clr-blue: #282e38;
    --clr-gray: #cacaca;
}

::-moz-selection {
    background-color: var(--clr-primary);
    color: var(--clr-white);
}

::selection {
    background-color: var(--clr-primary);
    color: var(--clr-white);
}

::-moz-placeholder{
    color: #333333;
}

::placeholder{
    color: #333333;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
}
a {
    color: var(--clr-primary);
    transition: 0.5s all;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 24px;
}

p:last-child{
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: normal;
    line-height: normal;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

section, header, footer {
    width: 100%;
    float: left;
}

section {
    padding: 50px 0;
}


/*** page-tab-css ***/

.left_sidebar.tab_colm {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 45px 0px 45px 45px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* border-bottom-right-radius: 20px; */
    background-color: rgb(93 114 95 / 95%);
}

.project_tab {
    margin-top: 30px;
    width: 100%;
    margin-left: 15px;
    display: inline-block;
}

.project_tab h6{
    margin-bottom: 10px;
}

.project_tab h6 a {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    padding: 0 15px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 20px;
    color: var(--clr-white);
    position: relative;
}

.project_tab h6 img.green_icon {
    position: absolute;
    top: 10px;
    left: 15px;
    display: none;
    transition: 0.5s;
}

.project_tab h6.active img.green_icon{
    display: block;
}

.project_tab h6:hover img.green_icon{
    display: block;
}

.project_tab h6.active a {
    color: var(--clr-primary);

}

.project_tab h6:hover a {
    color: var(--clr-primary);

}
/**  sidebarnav  **/
.left_sidebar.tab_colm {
    overflow: hidden;
}
.project_tab {
    margin-left: 0;

}

.project_tab h6 {
    border-top-left-radius:50px;
    border-bottom-left-radius:50px;
    transition:0.5s all;
}
.project_tab h6.active,
.project_tab h6:hover {
    background-color: #fff;
}
.project_tab h6 a:focus {
    outline:none;
    box-shadow:none;
}

.project_tab h6.active a {
    background-color: transparent;
}
.project_tab h6:hover a {
    background-color: transparent;
}

.project_tab h6:hover a::before,
.project_tab h6.active a::before {
    content: '';
    position: absolute;
    top: -51px;
    right: -1px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50px;
    box-shadow: 35px 35px 0 10px #fff;
    transition: 0.5s all;
}
.project_tab h6:hover a::after,
.project_tab h6.active a::after{
    content: '';
    position: absolute;
    bottom: -51px;
    right: -1px;
    width: 50px;
    height: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50px;
    box-shadow: 35px -35px 0 10px #fff;
    transition: 0.5s all;
}
.project_tab h6 img {
    width: auto;
    margin-right: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: text-top;
}

.top_section {
    width: 100%;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--clr-light-green);
}

.top_section h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    color: var(--clr-blue);
    text-transform: capitalize;
}

.top_section form .form-group {
    margin: 0;
}

.top_section form .form-group select {
    width: 100%;
    height: 42px;
    outline: none;
    font-size: 15px;
    line-height: 44px;
    font-weight: 500;
    padding: 0 10px;
    text-align: left;
    color: #858983;
    border: none;
    border-radius: 5px;
}

.right_sidebar.tab-content .bottom_layout {
    background-color: var(--clr-white);
}

.bottom_layout {
    width: 100%;
    padding: 35px 40px;
    background-color: #f8fff9;
}

.right_sidebar .create_order_overview .search-container {
    width: 100%;
    margin-bottom: 20px;
    /* display: flex; */
    align-items: center;
    /* justify-content: space-between; */
}

.right_sidebar .search-container .form-group {
    position: relative;
    margin-bottom: 0;
}

.right_sidebar .search-container .form-group input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    padding-right: 45px;
    font-size: 15px;
    color: #7b7b7b;
    line-height: 44px;
    font-weight: 400;
    outline: none;
    border-radius: 5px;
    border: 1px solid #eef1ee;
}

.right_sidebar .search-container input::-moz-placeholder{
    color: #7b7b7b;
}

.right_sidebar .search-container input::placeholder{
    color: #7b7b7b;
}

.custom-button {
    color: var(--clr-white);
    background-color: var(--clr-primary);
}

.right_sidebar .search-container button {
    position: absolute;
    border: none;
    right: 15px;
    font-size: 18px;
    color: #7b7b7b;
    line-height: 46px;
    background-color: transparent;
}

.right_sidebar .search-container .form-group p {
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    color: var(--clr-primary);
}

.right_sidebar .create_order_overview .form-group {
    margin: 0 15px 0 0;
}

.right_sidebar .create_order_overview input[type="date"], .right_sidebar .create_order_overview input[type="text"], .right_sidebar .create_order_overview select {
    width: 100%;
    height: 46px;
    padding: 0 5px;
    font-size: 15px;
    color: #7b7b7b;
    line-height: 44px;
    font-weight: 400;
    outline: none;
    border-radius: 5px;
    border: 1px solid #eef1ee;
    background-color: var(--clr-white);
}


.right_sidebar .create_order_overview input[type="date"]:focus{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .create_order_overview input[type="text"]:focus{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .create_order_overview select:focus{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .create_order_overview select#filter {
    transition: 0.5s;
    padding: 0 15px;
    border-radius: 100px;
    color: var(--clr-white);
    background-color: var(--clr-primary);
}

.right_sidebar .create_order_overview select#filter:hover {
    background-color: var(--clr-blue);
}

.right_sidebar .create_order_overview .form-group.filter_option {
    margin: 0;
}

.right_sidebar .create_order_overview select#filter {
    font-family: 'FontAwesome', 'sans-serif';
}

.order_colm {
    width: 100%;
    padding: 10px 0;
}

.order_session {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_session h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: var(--clr-blue);
    text-transform: capitalize;
}

.setting_icon_colm ul {
    display: flex;
    align-items: center;
}

.setting_icon_colm ul li{
    margin: 0px 3px;
}

.setting_icon_colm ul li a {
    font-size: 22px;
    color: #afb2c6;
    padding: 2px;
    width: 36px;
    height: 36px;
    transition: 0.5s;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #f5f7fa;
}

.setting_icon_colm ul li:hover a{
    color: var(--clr-white);
    background-color: var(--clr-primary);
}

.button_session {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.button_session a {
    min-width: 146px;
    outline: none;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    border: none;
    transition: 0.5s;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--clr-white);
    margin-left: 5px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: var(--clr-primary);
}

.button_session a:hover {
    background-color: var(--clr-blue);
}

.icon_button {
    font-size: 1rem;
    cursor: pointer;
    margin-right: 0.5rem;
}

.table_session {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    background-color: #f7f2ec;
    overflow-x: auto;
    white-space: nowrap;
}

.table_session table.table.table-bordered {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table_session table.table.table-bordered th{
    border: none !important;
}

.table_session table.table.table-bordered td{
    border: none !important;
}

.table_session table.table.table-bordered thead {
    width: 100%;
}

.table_session table.table.table-bordered thead th {
    /* min-width: 140px; */
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 10px;
    color: var(--clr-primary);
}

.table_session table.table.table-bordered tbody tr {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}

.table_session table.table.table-bordered td {
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    color: #7b7b7b;
    padding: 20px 10px;
}

.table_session table.table.table-bordered td a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-left: 22px;
    transition: 0.5s;
    color: var(--clr-primary);
    text-decoration: underline;
}

.table_session table.table.table-bordered td a:hover {
    color: var(--clr-black);
}

.table_session table.table.table-bordered td.blank {
    /* width: 140px; */
    /* display: inline-block; */
}

.table_session table.table.table-bordered td .form-check-input[type=radio] {
    width: 20px;
    height: 20px;
}

.table_session table.table.table-bordered td.icon_view p {
    display: inline;
    font-size: 13px;
    line-height: 19px;
}

.table_session table.table.table-bordered td.icon_view p a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    transition: 0.5s;
    background-color: var(--clr-light-green);
}

.table_session table.table.table-bordered td.icon_view p a:hover{
    color: var(--clr-white);
    background-color: var(--clr-primary);
}

.history_colm .table_session table.table.table-bordered td.icon_view p a {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    color: #a6a7a6;
    margin-left: 4px;
    background-color: transparent;
}

.history_colm .table_session table.table.table-bordered td.icon_view p a:hover{
    color: var(--clr-primary);
    background-color: transparent;
}

.table_session table.table.table-bordered td.cancel_btn a {
    outline: none;
    font-size: 13px;
    line-height: 32px;
    font-weight: 600;
    border: none;
    padding: 0 17px;
    transition: 0.5s;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    color: #ed6161;
    text-transform: capitalize;
    background-color: #ffe4e4;
    text-decoration: none;
}

.table_session table.table.table-bordered td.cancel_btn a:hover{
    color: #ffe4e4;
    background-color: #ed6161;
}

.order_colm.history_colm {
    padding: 0;
}

.customer_detail .table_session table.table.table-bordered td.blank {
    width: 150px;
}

tr:first-child td:first-child { border-top-left-radius: 10px; }
tr:first-child td:last-child { border-top-right-radius: 10px; }
tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }


.order_colm.customer_detail .table_session {
    margin: 0;
    border-top-left-radius: 0;
}

.order_colm.customer_detail ul li {
    display: inline-block;
}

.order_colm.customer_detail ul li a.btn {
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.5s;
    color: #303745;
    border: none;
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.order_colm.customer_detail ul li a.btn.btn-default.active{
    background-color: #f7f2ec;
    border-bottom: 0;
}

.order_colm.customer_detail ul li a.btn.btn-default:hover{
    background-color: #f7f2ec;
    border-bottom: 0;
}

/*** login-page-css ***/

.image-layer {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
}

.left_content {
    width: 100%;
    padding: 45px 80px;
    text-align: left;
}

.login_title {
    width: 100%;
    margin: 20px 0 40px;
}

.login_title h1 {
    font-size: 72px;
    line-height: normal;
    font-weight: 600;
    color: var(--clr-primary);
    font-family: var(--ff-primary);
}

.login_title h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #919191;
    font-family: var(--ff-secondary);
}

.login_form {
    width: 100%;
}

.login_form form {
    margin-top: 0px;
}

.login_form .form-group {
    margin-bottom: 0px;
    text-align: left;
}

.login_form .form-group input[type="email"], .login_form .form-group input[type="password"]{
    width: 100%;
    height: 75px;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 15px;
    border: none;
    color: #3d3d3d;
    transition: 0.5s;
    background-color: var(--clr-white);
    border: 1px solid #ededed;
    font-family: var(--ff-secondary);
    box-shadow: 15px 14px 15px -4px rgb(0 0 0 / 6%);
}

.login_form .form-group input::-moz-placeholder{
    color: #919191;
}

.login_form .form-group input::placeholder{
    color: #919191;
}

.login_form .form-group input[type="email"]{
    /* border-left: 5px solid #a4b799; */
}

.login_form .form-group input[type="password"]{
    margin-bottom: 40px;
}

.login_form .form-group input[type="password"]:hover{
    border-left: 5px solid #a4b799;
}

.login_form .form-group input[type="email"]:hover{
    border-left: 5px solid #a4b799;
}

.login_form .form-group input[type="email"]:focus {
    border-left: 5px solid #a4b799;
}

.login_form .form-group input[type="password"]:focus {
    border-left: 5px solid #a4b799;
}


.login_form .form-group .form-check-input[type=checkbox] {
    border-radius: 0;
}

.login_form .form-group .form-check-label{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--clr-primary);
}

.login_form .form-group p {
    text-align: right;
    font-family: var(--ff-secondary);
}

.login_form .form-group a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.5s;
    color: var(--clr-primary);
    font-family: var(--ff-secondary);
}

.login_form .form-group a:hover{
    color: var(--clr-blue);
}

.login_form .form-group input[type="submit"] {
    padding: 18px 35px;
    min-width: 200px;
    outline: none;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    transition: 0.5s;
    display: inline-block;
    margin-top: 40px;
    border-radius: 100px;
    letter-spacing: 3px;
    color: #919191;
    text-transform: uppercase;
    background-color: transparent;
    font-family: var(--ff-secondary);
    border: 1px solid var(--clr-primary);
}

.login_form .form-group input[type="submit"]:hover{
    color: var(--clr-white);
    border: 1px solid transparent;
    background-color: var(--clr-primary);
}

.bg_layout {
    width: 100%;
    height: 100%;
}

.bg_layout img {
    width: 100%;
    height: 100%;
}

/*** account-detail ***/

.right_sidebar .account_detail .form-group{
    margin-bottom: 20px;
}

.right_sidebar .account_detail .form-group label {
    font-size: 15px;
    line-height: 44px;
    font-weight: 400;
    width: 100%;
    color: #9ba39b;
}

.right_sidebar .account_detail .form-group input[type="text"],  .right_sidebar .account_detail .form-group input[type="tel"], .right_sidebar .account_detail .form-group input[type="email"], .right_sidebar .account_detail .form-group input[type="password"], .right_sidebar .account_detail .form-group select{
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: 15px;
    color: #576358;
    line-height: 44px;
    font-weight: 400;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e7efe8;
    text-transform: capitalize;
    background-color: var(--clr-white);
}

.right_sidebar .account_detail .form-group input[type="text"]:focus{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}
.right_sidebar .account_detail .form-group input[type="tel"]:focus{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}
.right_sidebar .account_detail .form-group input[type="email"]:focus{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}
.right_sidebar .account_detail .form-group input[type="password"]:focus{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}
.right_sidebar .account_detail .form-group select{
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .form-group.text-right {
    text-align: right;
}

.right_sidebar .account_detail.billing_form .form-group.text-right {
    margin-top: 24px;
}

.right_sidebar .account_detail .form-group input[type="submit"] {
    padding: 3px 30px;
    outline: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    border: none;
    transition: 0.5s;
    margin-top: 15px;
    display: inline-block;
    border-radius: 100px;
    color: var(--clr-white);
    text-transform: capitalize;
    background-color: var(--clr-primary);
}

.right_sidebar .account_detail .form-group input[type="submit"]:hover {
    background-color: var(--clr-blue);
}

.box_colm {
    width: 100%;
    height: 100%;
    padding: 15px 8px;
    border-radius: 15px;
    position: relative;
    background-color: var(--clr-white);
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.box_colm .img_bx {
    width: auto;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    border-top-right-radius: 20px;
    background-color: #eef4ea;
    border-bottom-left-radius: 80px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.box_colm .img_bx img {
    padding: 10px;
}

.weekly_sale h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: var(--clr-primary);
}

.weekly_sale p {
    font-size: 13px;
    line-height: 20px;
    color: #abb1ba;
    font-weight: 400;
}

.price_tag {
    margin-top: 25px;
}

.price_tag p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: var(--clr-primary);
}

.text_colm .form-group label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--clr-primary);
}

.text_colm .form-group input[type="text"] {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    color: #576358;
    line-height: 44px;
    font-weight: 400;
    outline: none;
    border-radius: 100px;
    border: none;
    text-transform: capitalize;
    background-color: #eef1ee;
}

.text_colm .form-group input[type="submit"] {
    padding: 0px 10px;
    outline: none;
    font-size: 12px;
    line-height: 32px;
    font-weight: 500;
    border: none;
    transition: 0.5s;
    margin-top: 39px;
    margin-left: 5px !important;
    display: inline-block;
    border-radius: 100px;
    color: var(--clr-white);
    background-color: var(--clr-primary);
}

.analytics_overview_rate {
    margin-top: 75px;
}

.analytics_overview_rate .open_rate {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgb(93 114 95 / 22%);
    background-color: var(--clr-white);
}

.analytics_overview_rate .open_rate h4{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: var(--clr-primary);
}

.analytics_overview_rate .open_rate form {
    margin: 10px 0 20px;
}

.right_sidebar .form-group.text-right input[type="radio"], .right_sidebar .form-group.text-right input[type="checkbox"] {
    background-color: #5d725f;
    border-color: #5d725f;
    width: 21px;
    height: 21px;
    vertical-align: text-bottom;
}

.date-colm {
    width: 100%;
    padding: 8px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #dde6de;
}

.date-colm p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: var(--clr-primary);
}

.order_colm.customer_detail .table_session .form-check.form-switch input {
    width: 55px;
    height: 30px;
    margin-top: -5px;
}

.order_colm.customer_detail .table_session .form-check.form-switch input:focus {
    box-shadow: none;
}

.bottom_layout h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--clr-blue);
}

.order_colm.billing_sec {
    padding-top: 0;
}

.title h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: var(--clr-blue);
}

.right_sidebar .create_order_overview .search-container p a {
    font-size: 14px;
    line-height: 44px;
    color: #3c3f3c;
    font-weight: 400;
    transition: 0.5s;
}

.right_sidebar .create_order_overview .search-container p a:hover {
    color: #000;
    text-decoration: underline;
}

/* select { */
/* -webkit-appearance: none; */
/* -moz-appearance: none; */
/* appearance: none; */
/* background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc); */
/* background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em; */
/* background-size: 5px 5px, 5px 5px, 1px 0em; */
/* background-repeat: no-repeat; */
/* } */

.right_sidebar .create_order_overview select#filter {
    /* background-image: url(../images/arrow.png); */
}

.pagination_colm {
    text-align: center;
    width: 100%;
    margin-top: 35px;
}

.pagination_colm ul.pagination {
    display: block;
}

.pagination_colm ul.pagination li a {
    color: #647966;
}

.pagination_colm ul.pagination li a:hover {
    color: #fff;
    background-color: #647966;
}
.pagination_colm ul.pagination li .active {
    color: #fff;
    background-color: #647966;
}


/*** popup-css ***/

.modal-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: var(--clr-blue);
}

.modal-title span{
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #a6a7a6;
}

.right_side_btn a i {
    font-size: 22px;
    color: var(--clr-black);
}

.modal-body h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: var(--clr-blue);
}

.modal-body p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
    color: var(--clr-blue);
}

.modal-body p span{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #a6a7a6;
}

.modal-body .table.popup_table table.table.table-bordered td {
    border: none !important;
}

.modal-body .table.popup_table table.table.table-bordered td {
    border: none !important;
}

.modal-body .table.popup_table table.table.table-bordered tr {
    border: none;
}

.modal-body .table.popup_table table.table.table-bordered td{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--clr-blue);
}

.modal-body .table.popup_table table.table.table-bordered td i {
    font-size: 20px;
    line-height: 20px;
    font-weight: 100;
    color: #ebeced;
    vertical-align: middle;
}

.modal-body .table.popup_table table.table.table-bordered tfoot{
    border-top: 1px solid #ebeced;
}

.modal-body .table.popup_table table.table.table-bordered tfoot td{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--clr-blue);
}

/* Admin tabs css */
.order_colm.customer_detail ul.nav-tabs li button {
    color: var(--clr-blue);
    margin-bottom: -1px;
    border: 1px solid transparent;
}

.order_colm.customer_detail ul.nav-tabs li button.active {
    margin-bottom: -1px;
    color: var(--clr-blue);
    background-color: #f7f2ec;
    border: 1px solid #f7f2ec;
}

/* Shop  Sync css */

.sync-shop input[type="button"]{
    /* position: absolute; */
/* width: 226px;
height: 64px;
left: 1164px;
top: 243px; */
width: 100%;
padding: 10px;
background: #FFFFFF;
border: 2px solid #734643;
border-radius: 4px;
color: #734643;
}
.connection-btn {
    width:250px;
}

.sync-shop .title {
    /* margin-bottom: 14px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
}
.sync-shop .subtitle {
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.sync-shop .subscribersBox {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 3px;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 20px;
    background-color: lightgray;
    font-size: 12px;
   
    margin-top: 5px;
    width: 70%;
}

.sync-shop .subscribersBoxIcon {
    display: flex;
    -moz-column-gap: 5px;
         column-gap: 5px;
}

.underline {
    text-decoration: underline;
}

.sync-shop .collection-box{
    background: #B78580;
    border-radius: 28px;
    padding: 8px;
    color: white;
    font-weight: 700;
    margin-bottom: 5px;
    /* position: absolute; */
    width: 70%;

    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    
}

.sync-shop .subscriber-title{
    font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 131.02%;
/* or 26px */
color: #000000;
}

.sync-shop .uid-box{
    display: flex;
    gap: 8px;
}

.sync-shop .uid {
    background: #F8F2F4;
    border-radius: 10px;
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #B73650;
    margin-top: 2px;
    font-size: 14px;
}

.sync-shop .copy {
    height: 16px;
    width: 16px;
    margin-top: 5px;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
}

.sync-shop .subscribersBox .remove{
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
       object-fit: contain;
    /* border: 1px solid #000;
    border-radius: 10px; */
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    /* padding: 5px; */
}

.sync-shop  .actions{
    display: flex;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    -moz-column-gap: 5px;
         column-gap: 5px;
    color: #734643;
    font-weight: 500;
    /* padding: 5px; */
}

.sync-shop .connection-row {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin: 10px;
    margin-bottom: 14px;
    padding: 12px;
}

.sync-shop .connection-row .right-box{
    border-left:1px solid lightgray;
}

.sync-shop .no-record{
    font-size: 12px;
    margin: 5px;
}

.sync-shop .icon-container{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
}
.sync-shop .icon-container .img{
   height: 16px;
   width: 16px;
   -o-object-fit: contain;
      object-fit: contain;
}
.sync-shop .icon-container .icon-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 7px;
    
}

.sync-shop .header{
    display: flex;
}

/* **** */

/* Settings tabs css */

.setting_colm .title {
    display: none;
}

.setting_colm .form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.setting_colm .form-group label {
    font-size: 15px;
    line-height: 44px;
    font-weight: 400;
    width: 100%;
    color: #7b7b7b;
}

.setting_colm .form-group label#switch {
    width: auto !important;
}


.setting_colm .form-group input[type="text"], .setting_colm .form-group textarea, .setting_colm .form-group input[type="number"] {
    width: auto;
    float: left;
    min-width: 509px;
    height: 46px;
    padding: 0 15px;
    font-size: 15px;
    color: #576358;
    line-height: 44px;
    font-weight: 400;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e0e1d9;
    background-color: transparent;
}

.setting_colm .form-group textarea {
    height: 180px;
    padding: 0 15px;
    background-color: var(--clr-white);
}

.setting_colm .form-group input[type="text"]:focus {
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.setting_colm .form-group textarea:focus {
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.setting_colm .form-group input[type="submit"]{
    outline: none;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    border: none;
    padding: 0 50px;
    transition: 0.5s;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    color: var(--clr-white);
    margin-left: 4px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: var(--clr-primary);
}

.setting_colm .form-group input[type="submit"]:hover {
    background-color: var(--clr-blue);
}

/* Loader css */

.loader_sectionn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #00000052;
}

.loader_sectionn .loader_wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    top: 34%;
}

.loader_sectionn .loader_wrapper .loader {
    display: block;
    margin: 0 auto;
    float: none;
}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #5d725ff2;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pricing_tier_icon{
    display:flex;
    justify-content: center;
    align-items: center;
}

.delete_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007d;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.delete_popup .popup_wrap {
    width: 100%;
    max-width: 40%;
    background: #fff;
    display: block;
    margin: 0 auto;
    float: none;
    position: relative;
    top: 25%;
    padding: 25px;
    border-radius: 4px;
}
.popupCloseButton {
    top: -10px !important;
    right: -10px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.delete_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007d;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.delete_popup .popup_wrap {
    width: 100%;
    max-width: 40%;
    background: #fff;
    display: block;
    margin: 0 auto;
    float: none;
    position: relative;
    top: 25%;
    padding: 25px;
    border-radius: 4px;
}
.popupCloseButton {
    top: -10px !important;
    right: -10px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popup_wrap button.btn {
    outline: none;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    border: none;
    transition: 0.5s;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--clr-white);
    margin-left: 5px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: var(--clr-primary) !important;
}

.popup_wrap .btn {
    padding: 3px 15px !important;
}

.hide {
    display: none !important;
}

/* close btn  */


/* .popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
} */

.popupCloseButton {
    top: -10px !important;
    right: -10px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
}

/* ------------ pricing-tier  style= -------- */
.pricing-tier {
    font-family: var(--ff-body);
    color: #7b7b7b;
    background-color: #FFF;
    box-shadow: 2px 2px 5px #66666630;
    margin-bottom: 30px;
}
.pricing-tier .pricing_tier_heading {
    padding:15px 30px;
    border-bottom: 1px solid #66666630;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing-tier .pricing-tier-title {
    font-size: 16px;
    font-weight: 600;
}
.pricing-tier .pricing-tier-text-button {
    font-size: 16px;
    font-weight: 500;
    color: #e4ac34;
}
.pricing-tier .pricing-tier-table {
    width: 100%;
    border-collapse: separate;
    /* border-spacing: 30px 15px; */
    border-spacing: 0;
    padding: 15px 30px 15px 30px;
}
.pricing-tier .pricing-tier-table thead th {
    padding: 8px 0;
    border-bottom: 1px solid #66666630 !important;
    font-size: 15px;
    font-weight: 600;
}
.pricing-tier .pricing-tier-table tbody td {
    border-spacing: 0;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    /* border-bottom: 1px solid #66666630 !important; */
}
.pricing-inputs {
    padding: 5px 0 ;
}
.pricing-inputs label {
    margin-bottom: 8px;
    font-family: var(--ff-body);
    font-size: 14px;
    font-weight: 500;
    color: #7b7b7b;
}
.save-btn {
    padding: 3px 30px;
    outline: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border: none;
    transition: 0.5s;
    margin-top: 15px;
    display: inline-block;
    border-radius: 100px;
    color: var(--clr-white);
    text-transform: capitalize;
    background-color: var(--clr-primary);
}

.save-btn:hover {
    background-color: var(--clr-blue) !important;
}

.search-container .search-container-button {
    position: absolute;
    border: none;
    right: 15px;
    font-size: 18px;
    color: #7b7b7b;
    line-height: 46px;
    background-color: transparent;
    padding: 0 !important;
    top: 0px;
    height: 46px;
} 
/* credit mnodule style  */
.credit-toggle .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
  }
  
  .credit-toggle .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
.credit-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
  }
  
  .credit-toggle .slider:before {
    position: absolute;
    content: "";
    /* height: 26px;
    width: 26px;
    left: 4px; */
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
  }
  
  .credit-toggle input:checked + .slider {
    background-color: #5d725f;
  }
  
  .credit-toggle input:focus + .slider {
    box-shadow: 0 0 1px #5d725f;
  }
  
  .credit-toggle input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .credit-toggle .slider.round {
    border-radius: 34px;
  }
  
  .credit-toggle .slider.round:before {
    border-radius: 50%;
  }
 .search-btn {
    width: 60%;
    padding: 0px 20px;
    color:  #fff;
    background-color: #5d725f;
    border-radius: 5px;
    border: none;
    height: 46px;
 }
 
 .search-btn:focus-visible {
    outline: none;
 }

 /* search bar style  */
 .creditHistory-search-container {
    padding: 30px;
 }
 .disabled_btn {
    background: #999 !important;
    cursor: not-allowed;
}
.disabled_input {
    background-color: #ededed !important;
    cursor: not-allowed;
}
.disabled_link{
    background: #999 !important;
    cursor: not-allowed !important;
    color: white !important;
    text-decoration: none !important;
}
.search-container .input {
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: 15px;
    color: #576358;
    line-height: 44px;
    font-weight: 400;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e7efe8;
    text-transform: capitalize;
    background-color: var(--clr-white);
}
.search-container .input:focus {
    box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.signup_title {
    font-size: 22px;
    color: #656565;
    width: 100%;
    margin: 10px 0 30px;
    font-family: var(--ff-body);
}

.signup_title h1{
    font-size: 20px;
    font-weight: 700;
    color: #456645;
    width: 100%;
    /* margin: 10px 0 30px; */
}

.signup_title h2{
    font-size: 22px;
    color: #656565;
    width: 100%;
    /* margin: 10px 0px; */
    font-family: var(--ff-body);
}


.signup_form {
    width: 100%;
}

.signup_form form {
    margin-top: 0px;
    padding: 20px 30px;
}

.signup_form .form-group {
    margin-bottom: 0px;
    text-align: left;
}

.signup_form h3{
    color: #919191;
    font-family: var(--ff-secondary);
    text-align: left;
    margin-bottom: 10px;
}

.signup_form .form-group h4 {
    color: #919191;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: var(--ff-primary);
}


.signup_form .form-group .dropdown-item > a {
    width: 100%;
    font-weight: 400 !important;
    /* height: 46px;  */
    color: #3d3d3d;
    /* padding: 10px 15px; */
    font-size: 12px !important;
    font-family: var(--ff-secondary);
    background-color: var(--clr-white);
}

.signup_form .form-group input[type="checkbox"] {
    margin-top: 20px;
}

.signup_form .form-group label {
    margin-top: 18px;
    color: #919191;
    font-size: 14px;
    /* padding-left: 10px; */
}

.form-check-input:checked {
    background-color: #5d725f;
    border-color: #5d725f;
}


.form-check-input:focus {
    border-color: #5d725f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(93 114 95 / 25%);
}

.banner h1 {
    font-weight: 700;
font-size: 30px;
color: #324F32;
}

.banner img {
    width:60px;
    height:60px;
    -o-object-fit:'contain';
       object-fit:'contain';
}

.banner h3 {
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #000000;
    background: #F7F2EC;
    border-radius: 47px;
}

.bottom_img {
    margin-top: 40px;
    width: 80px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.signup_form .form-group .note {
    font-size: 14px;
    color: #919191;
    text-align: center !important;
    margin-bottom: 25px;
    margin-top: 25px;
    display: block;
}

.signup_form .form-group input[type="email"], .signup_form .form-group input[type="password"],.signup_form .form-group input[type="file"], .signup_form .form-group input[type="text"], .signup_form .form-group input[type="tel"], .signup_form .form-group select, .signup_form .form-group input[type="number"], .signup_form .form-group button, .signup_form .form-group button:focus {
    width: 100%;
    height: 46px;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 15px;
    border: 1px;
    border-radius: 5px;
    color: #3d3d3d !important;
    transition: 0.5s;
    /* background-color: var(--clr-white) !important; */
    border: 1px solid #ededed;
    font-family: var(--ff-secondary);
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    /* box-shadow: 15px 14px 15px -4px rgb(0 0 0 / 6%); */
}

.signup_form .form-group input::-moz-placeholder {
    color: #919191;
}

.signup_form .form-group input::placeholder {
    color: #919191;
}

.signup_form .form-group input[type="email"] {
    /* border-left: 5px solid #a4b799; */
}

.signup_form .form-group input[type="password"] {
    margin-bottom: 40px;
}

.signup_form .form-group input[type="password"]:hover {
    border-left: 5px solid #a4b799;
}

.signup_form .form-group input[type="email"]:hover {
    border-left: 5px solid #a4b799;
}

.signup_form .form-group input[type="email"]:focus {
    border-left: 5px solid #a4b799;
}

.signup_form .form-group input[type="password"]:focus {
    border-left: 5px solid #a4b799;
}


.signup_form .form-group .form-check-input[type=checkbox] {
    border-radius: 0;
}

.signup_form .form-group .form-check-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--clr-primary);
}

.signup_form .form-group p {
    text-align: right;
    font-family: var(--ff-secondary);
}

.signup_form .form-group a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.5s;
    color: var(--clr-primary);
    font-family: var(--ff-secondary);
}

.signup_form .form-group a:hover {
    color: var(--clr-blue);
}


.login-bottom {
    margin-bottom: 80px;
}

.login-bottom-item-first {
    padding: 20px;
    color:  #5d725f;
}

.login-bottom-item {
    padding: 20px;
    color:  #5d725f;
    border-left: 0.5px solid;
}


.signup_form .form-group .submitBtn .join-today {
    padding: 10px 0px !important;
    width: 100% !important;
    outline: none  !important;
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    display: inline-block !important;
    margin-top: 40px !important;
    border-radius: 8px !important;
    color: white !important;
    text-transform: uppercase !important;
    background-color: #5d725f !important;
    font-family: var(--ff-secondary) !important;
    border: 1px solid var(--clr-primary) !important;
    text-align: center;
}

.signup_form .form-group .bt-reg {
    padding: 18px 35px;
    min-width: 200px;
    outline: none;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    transition: 0.5s;
    display: inline-block;
    text-decoration: none;
    margin-top: 40px;
    border-radius: 100px;
    letter-spacing: 3px;
    color: #919191;
    text-transform: uppercase;
    background-color: transparent;
    font-family: var(--ff-secondary);
    border: 1px solid var(--clr-primary);
}

.signup_form .form-group .invalid-feedback {
    display: block;
    color: red;
    font-size: 10px;
}

.top_bar {
    width: 100%;
    /* height: 229px; */
    display: flex;
    justify-content: center;
    background: #5C715F;
}

.top_img {
    width: 110px;
    height: 110px;
    padding-bottom: 20px;
    padding-top: 20px;
    -o-object-fit: contain;
       object-fit: contain;
}

.top_img_text {
    margin-top: 40px;
    width: 200px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.auth_bg {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    width: 100%;
    /* height: 6613px; */
  
    background: radial-gradient(137.67% 42.58% at 152.43% 64.69%, rgba(69, 102, 69, 0.2) 0%, rgba(202, 211, 202, 0.2) 52.56%, rgba(255, 255, 255, 0.2) 100%), radial-gradient(214.8% 55.87% at -39.96% -13.77%, #B78580 0%, #D8BCBA 10.29%, #FFFFFF 100%) ;
}

.tab-container {
    display: flex;
    width: 100%;
    justify-content: center;
    /* margin-bottom: 50px; */
    align-items: center;
}

.left-bar-active {
    z-index: 10;
    height: 20px;
    width: 180px;
    margin-left: -50px;
    /* position: absolute; */
    background: linear-gradient(90deg, #734643 10.05%, rgba(217, 217, 217, 0) 100%);
}

.bottom-bar-active {
    /* position: absolute; */
    z-index: 10;
    width: 60px;
    height: 20px;
    margin-left: 10px;
    /* left: 520px;
    top: 715px; */
    background: linear-gradient(90deg, #734643 10.05%, rgba(217, 217, 217, 0) 100%);
    transform: rotate(90deg);
}

.left-bar-inactive {
    z-index: 10;
    height: 20px;
    width: 180px;
    margin-left: -50px;
    /* position: absolute; */
    background: linear-gradient(90deg, #F1F1F1 10.05%, rgba(217, 217, 217, 0) 100%);
}
.bottom-bar-inactive {
    height: 20px;
}


.tab-item {
    /* display: flex; */
    align-items: center !important;
    position: relative;
}

.tabIcon {
    /* position: relative; */
    display: flex;
    height: 100px;
    width: 100px;
    background: url(/images/Ellipse_3.png) center no-repeat, url(/images/Ellipse_1.png) center no-repeat, url(/images/Ellipse_2.png) center no-repeat, url(/images/Ellipse_4.png) center no-repeat;
    background-size: 55px, 70px, 85px, 100px;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 800;
    color: white;
    z-index: 100;
}


.tabIcon-inactive {
    display: flex;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    background: #F1F1F1;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 800;
    color: white;
    z-index: 100;
}

.tabIcon-complete {
    display: flex;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    background: url(/images/Ellipse_14.png) center no-repeat, url(/images/Ellipse_13.png) center no-repeat, url(/images/Ellipse_12.png) center no-repeat, url(/images/Ellipse_11.png) center no-repeat;
    background-size: 45px, 60px, 85px, 100px;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 800;
    color: white;
    z-index: 100;
}

.tab-label-container {
    margin-bottom: 20px;
    justify-self: center;
    width: 130%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 100;
}

.tab-label-active {
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
   /* padding:0px 20px; */
    color: #656565;
}

.footer-container{
    background: white;
    display: flex;
    padding-top: 80px;
}

.footer-title {
    color: #B78580;
    font-size: 18px;  
}

.footer-text {
    cursor: pointer;
    padding: 10px 0px;
    color: #656565;
    font-size: 14px;  
}

.footer-foot{
    margin-top: 20px;
    padding: 30px;
    font-size: 10px;
    color: white;
    text-align: center;
    background: #657967;
}


.tab-label {
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* padding:0px 20px; */
    color: #D9D9D9;
}

.bg_layout {
    width: 100%;
    height: 100%;
}

.bg_layout img {
    width: 100%;
    height: 100%;
}

.user-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 10px;
}

.user-info-group{
    padding: 8px;
    border: 1px solid lightgrey;
    border-radius: 8px;
    margin-bottom: 8px;
}

.user-modal {
    width: 70% !important;
    max-width: 100% !important;
}

.user-info .title{
    font-weight: 600;
    margin-bottom: 0px !important;
    display: flex;
    flex-wrap: wrap;
    white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}


.package-container {
    display: flex;
    justify-content: center;
    padding: 30px;
}

.package-item {
    cursor: pointer;
    height: 100%;
    display: grid;
    /* margin: 10px 10px; */
    border-radius: 15px;
    justify-content: center;
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.package-status{
    justify-self: flex-end;
    margin-top: -20px;
    font-size: 10px;
    padding: 5px 10px !important;
    background: #80c402;
    border-radius: 20px;
    color: white;
    margin-right: -10px;
}

.package-container div{
    padding: 10px;
}

.package-item h1 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}

.package-item h2 {
    font-size: 32px;
    margin-top: 20px;
    color: #657967;
    font-weight: 800;
}

.package-item h4 {
    font-size: 18px;
    margin-top: 20px;
    color: #657967;
}
.package-item h5 {
    font-size: 10px;
    margin-top: 5px;
    color: #656565;
    padding-bottom: 130px;
}

.package-item .imgDiv {
    padding: 12px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    margin-top: -50px;
    background: white;
    justify-self: center;
    border: 1px solid #E6E6E6;
}

.package-item .imgDiv img {
    height: 40px;
    width: 4s0px;
    -o-object-fit: contain;
       object-fit: contain;
}

.getstarted{
    color: white;
    font-weight: 600;
    text-decoration: underline;
    padding: 14px !important;
    background: #6B7D62;
    font-size: 18px;
    margin-top: -90px;
    cursor: pointer;
}

.getstarted-disabled{
    color: white;
    font-weight: 600;
    text-decoration: underline;
    padding: 14px !important;
    background: #6B7D6290;
    font-size: 18px;
    margin-top: -90px;
    /* cursor: pointer; */
}

.plan input[type="button"] {
    padding: 3px 30px;
    margin-left: 5px;
    outline: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    border: none;
    transition: 0.5s;
    /* margin-top: 15px; */
    display: inline-block;
    border-radius: 100px;
    color: var(--clr-white);
    text-transform: capitalize;
    background-color: var(--clr-primary);
}

.top_img_text_sm {
    margin-top: 0px;
    margin-left: 5px;
    /* width: 150px; */
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
}

.top_img_text_sm_bg{
    background-color: #F7F2EC;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
}

.sign-in {
    background-color: #B78580;
    padding: 8px ;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.existing-text {
    color: #656565;
    font-size: 14px;
    margin-top: 5px;
}

.arrow {
    color: #B78580;
    margin-left: 5px;
    margin-right: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.feather-img {
    width: 60px;
    height: 60px;
    margin-right: 120px;
    margin-bottom: -40px;
}

.diamond-img {
    width: 60px;
    height: 60px;
    margin-right: 120px;
    margin-top: -70px;
}

.sign-top-img{
    width: 200px;
    height: 250px;
    margin-left: 100px;
    margin-top: -230px;
}

.text-red {
    font-size: 12px !important;
    color: red;
    font-weight: 600 !important;
}

.text-small{
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #5D725F;
}
