/*---Universal CSS ---*/
:root {
    --primary-color: #84c41e;
    --secondary-color: #84c41e;
    --text-color: #666;
    --acent-cdlr: #212529;
    --forbackground-color: #666;
    --bg-gray: #f6f6f6;
    /* --primary-color: #2e7a52;
    --btn-green: #4496ce;
    --hvr-green: #0a6f3d;
    --orng-clr: #4496ce; */
}



body {
    font-size: 14px;
    line-height: 1.428571429;
    color: var(--forbackground-color);
}

.root_b, body {
    background-color: var(--bg-gray);
    height: 100%;
}

body, html {
    height: 100vh;
}

.bg-for {
    background-color: var(--forbackground-color);
}

.primary_clrBg {
    background-color: var(--primary-color);
}

.secondary_clrBg {
    background-color: var(--secondary-color);
}

.green_clrBg {
    background-color: var(--primary-color);
}

.text_clr {
    color: var(--text-color);
}

.primary_clr {
    color: var(--primary-color);
}

.secondary_clr {
    color: var(--secondary-color);
}

.orange_text {
    color: var(--orng-clr);
}

a.green_clr:hover {
    color: var(--primary-color);
}

.calm_clr {
    color: var(--calm-color);
}

.btn_green {
    background-color: var(--btn-green);
    color: #fff;
}

.btn_green_outline {
    border-color: var(--btn-green);
    color: var(--btn-green);
    background-color: transparent;
}

.text_gray {
    color:#cfcfcf;
}

.royal_clr {
    color: var(--royal);
}

.btn_lyellow {
    color: var(--light-yellow);
}

.clr_red {
    color: var(--clr-red);
}

body {
    font-family: 'Montserrat';
    /* font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif; */
}

input, select {
    font-family: 'Montserrat';
}

p, span{
    color: var(--text-color);
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.text_underline,.text_underline:hover ,
.text_uh:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.main_box{
    height: 100%;
    max-height: 94vh;
    overflow: auto;
}

/* typography */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    color: #000;
    font-weight: 400 !important;
    /* font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important; */
    line-height: 1.2;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
    font-weight: normal;
    line-height: 1;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,.h1 {
    font-size: 36px;
}

h2,.h2 {
    font-size: 30px;
}

h3,.h3 {
    font-size: 24px;
}

h4,.h4 {
    font-size: 18px;
}

h1 small,.h1 small {
    font-size: 24px;
}

h2 small,.h2 small {
    font-size: 18px;
}

h3 small,.h3 small,h4 small,.h4 small {
    font-size: 14px;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.27;
    color: #333
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.text-muted,caption {
    color: #aaa
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,.label,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

p,pre {
    margin: 0 0 10px
}

.h1,h1 {
    font-size: 28px
}

.h2,h2 {
    font-size: 18px
}

.h3,h3 {
    font-size: 16px
}

.h4,h4 {
    font-size: 15px
}

/* .h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
} */

.fw_4 {
    font-weight: 400 !important;
}

.fw_5 {
    font-weight: 500 !important;
}

.fw_6 {
    font-weight: 600 !important;
}

.fw_7 {
    font-weight: 700 !important;
}

.fs_9 {
    font-size: 9px !important;
}
.fs_10 {
    font-size: 10px !important;
}
.fs_11 {
    font-size: 11px !important;
}
.fs_12 {
    font-size: 12px !important;
}
.fs_13 {
    font-size: 13px !important;
}
.fs_14 {
    font-size: 14px !important;
}
.fs_15 {
    font-size: 15px !important;
}
.fs_16 {
    font-size: 16px !important;
}
.fs_18 {
    font-size: 18px !important;
}
.fs_20 {
    font-size: 20px !important;
}

.card_shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(33, 33, 33);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
}

.card {
    border-radius: 2px;
}

.card-body {
    padding: 1rem 1.5rem;
}

.c_shadow {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}

.credits a{
    color: var(--primary-color);
    font-size: 14px;
}

.root_b {
    min-height: 100vh;
}

/*-- Buttons CSS --*/

.btn {
    line-height: 171.4%;
    min-width: 34px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}

.btn.up {
    text-transform: uppercase;
}

.btn.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    outline: 0;
}

.btn.btn-outline-primary {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.btn.btn-outline-primary:hover, .btn-check:active+.btn-outline-primary, 
.btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    outline: 0;
}

.btn.cstm_btn {
    min-width: 64px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: #0e9e57;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    width: 100%;
}

.btn:focus+.btn, .btn:focus, .btn:active:focus+.btn, .btn:active:focus, .btn:active+.btn, .btn:active {
    box-shadow: none !important;
}

.btn.gradient_btn {
    background-image: linear-gradient(to right, #242424, #84c41e);
}

.white_bdr_r {
    border-right: 1px solid #fff;
    margin-right: 1px;
}

.logo_box img {
    max-width: 150px;
}

.tooltip_wrapper svg path {
    fill: var(--primary-color);
}

/*-----*/
.bottom_menu li a {
    color: #757575;
    font-size: 12px;
}

.floating_lable {
    width: 100%;
    position: relative;
}

.floating_lable input {
    min-height: 56px;
}

.floating_lable label {
    position: absolute;
    left: 0;
    top: 0;
    color: #757575;
    transform: translate(14px, 16px) scale(1);
    font-size: 1rem;
    line-height: 1.4375em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: none;
}

.floating_lable input:focus + label, .floating_lable input:not(:placeholder-shown) + label {
    color: var(--primary-color);
    padding: 0 5px;
    background: #fff;
    transform: translate(2px, -10px) scale(0.8);
}

.floating_lable input:focus {
    outline: 0;
    box-shadow: none;
    border-width: 2px;
    border-color: var(--primary-color);
    background: #f0f6ff;
}

.show_password {
    position: absolute;
    right: 2px;
    transform: translateY(-50%);
    top: 50%;
    padding: 10px;
    background: #fff;
    width: 100%;
    max-width: 60px;
    height: 90%;
    display: flex;
    align-items: center;
    z-index: 0;
    justify-content: center;
    border-radius: 0 5px 5px 0px;
}

.show_password .eye svg {
    width: 45px;
    opacity: 0.4;
    border-radius: 50%;
    padding: 10px;
}

.show_password .eye svg:hover {
    background: #f1f1f1;
}

nav.navbar {
    padding-left: 10px;
}

.business-filter .nav-link {
    color: #050505;
}
/* nav.navbar .tooltip_box {
    position: absolute;
    left: -7px;
} */

/*-- Tooltip CSS --*/
.tooltip_content {
    margin-right: 5px;
    display: inline-block;
    background: #fff;
    padding: 15px;
    color: #222222;
    font-size: 14px;
    max-height: calc(-40px + 100vh);
    z-index: 2000000001;
    background-color: rgb(255, 255, 255);
    max-width: 250px;
    width: 250px;
    border-radius: 5px;
    position: absolute;
    right: -15px;
    top: 40px;
    line-height: 1.4;
    box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
}

.tooltip_wrapper:hover .tooltip_content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.tooltip_wrapper {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip_content::before {
    content: "";
    box-shadow: rgba(0, 0, 0, 0.08) -5px -5px 8px 2px;
    position: absolute;
    width: 0px;
    height: 0px;
    box-sizing: border-box;
    border: 7.5px solid transparent;
    transform-origin: 0px 0px;
    left: auto;
    bottom: auto;
    transform: rotate(45deg);
    top: -8px;
    background: #fff;
    right: 11px;
}


/*--Dropdown Toggle Arrow CSS--*/
.navbar .dropdown-toggle::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid white;
    border-right: 0;
    width: 7px;
    height: 7px;
    border-top: 0;
    opacity: 0.8;
    transform: rotate(-45deg);
    position: relative;
    top: 1px;
    transition: 0.3s ease-in-out;
}

.navbar  .dropdown-toggle.show::after {
    transform: rotate(136deg);
    top: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link, .right_side_nav .nav-link  {
    cursor: pointer;
    display: block;
    padding: 7.5px 15px;
    line-height: 25px;
    color: var(--acent-cdlr);
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    font-weight: 600;
    color: var(--primary-color);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    font-weight: 600;
    color: var(--secondary-color);
}

.right_side_nav .nav-link {
    padding: 4.5px 7px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .right_side_nav .nav-link:hover {
    background: var(--bg-gray);
}

.nav-link .badge {
    top: 12px !important;
    left: auto;
    font-size: 9px;
}

.tp_link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
}

.tp_link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*--== Custom Checkbox ==--*/
.initialPulse, .pulse {
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.custom_checkbox {
    position: relative;
    padding-left: 2em;
    display: flex;
    align-items: center;
}

.custom_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom_checkbox label::before {
    content: "";
    background: transparent;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 4px;
}

.custom_checkbox label::after{
    content: "";
    content: "&#10003; ";
    content: "\2713";
    color: var(--primary-color);
    position: absolute;
    left: 5px;
    top: 2px;
    opacity: 0;
    width: 0;
    transition: 0.3s ease-in-out;
}

.custom_checkbox input:checked + label::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
    width: auto;
}

.pulse {
    animation: pulse 2s infinite 1.5s
}


.initialPulse {
    box-shadow: 0 0 0 rgba(238,123,32,.4);
    background: rgba(238,123,32,.4);
    animation: initialPulse 1.5s normal
}

@keyframes initialPulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(238,123,32,.2);
        box-shadow: 0 0 0 0 rgba(238,123,32,.2);
        background: rgba(238,123,32,.2)
    }

    70% {
        -moz-box-shadow: 0 0 0 3000px rgba(204,169,44,0);
        box-shadow: 0 0 0 3000px rgba(204,169,44,0);
        background: rgba(238,123,32,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
        box-shadow: 0 0 0 0 rgba(204,169,44,0);
        background: rgba(238,123,32,0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(238,123,32,.2);
        box-shadow: 0 0 0 0 rgb(255 110 16 / 30%);
        background: rgb(255 76 11 / 30%);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(204,169,44,0);
        box-shadow: 0 0 0 15px rgba(204,169,44,0);
        background: rgba(238,123,32,0);
        scale: 1.05;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
        box-shadow: 0 0 0 0 rgba(204,169,44,0);
        background: rgba(238,123,32,0);
    }
}



.close {
    opacity: 0.8;
    outline: 0;
    font-size: 32px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    text-shadow: none;
    display: inline-block;
    filter: alpha(opacity = 20);
    margin-top: 0;
}

.close:hover {
    opacity: 0.6;
}

.green_bar {
    background: var(--primary-color);
    opacity: 0.6;
    padding: 6px;
    min-width: 300px;
    display: inline-block;
    margin-top: 10px;
}

.search_bar {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 3px;
    width: 300px;
}

.search_bar input {
    border: 0;
    padding: 10px 0 10px 5px;
    width: 80%;
    font-size: 16px;
}

.search_bar .search_icon {
    display: inline;
    float: right;
    padding: 5px 10px;
}

input:focus-visible {
    outline: 0;
}

.right_side_nav .nav-link img {
    height: 30px;
    filter: invert(1);
}

.modal-md {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color)!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(14, 158, 87, 0);
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(14, 158, 87, 0);
}

.form-control, .form-select, .form-select {
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    background-image: none;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.list_items:hover {
    background: #dee2e6;
}

.list_items {
    transition: 0.3s ease-in-out;
}

.custom_btn_Group i {
    display: none;
    font-size: 22px;
}

.custom_btn_Group input:checked + label i {
    display: inline-block;
}

.tooltip_content_LEFT {
    left: auto;
    top: -3px;
    right: 27px;
}

.tooltip_content_LEFT::before {
    left: auto;
    right: -10px;
    top: 28px;
    transform: rotate(-135deg);
}

.cstm_select::before, .select_box::before {
    content: "";
    background: transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 1px solid var(--btn-green);
    border-bottom: 1px solid var(--btn-green);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 41%;
    right: 12px;
}

.cstm_select {
    position: relative;
}

.cst_dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    width: 100%;
    z-index: 2;
}

.form-group {
    margin-bottom: 12px;
    position: relative;
}

.form_h input, .form_h select, .form_h .form_h_btn, .input-group-text {
    height: 34px;
    padding: 4px 10px;
}

.form_h .floating_lable input:hover, .form_h .floating_lable select:hover {
    border-color: #000;
}

.dropdown-item {
    font-size: 14px;
    color: #8a8a8a;
}

.dropdown-menu {
    min-width: 14rem;
}

.dropdown-menu .dropdown-item {
    padding-left: 34px;
    position: relative;
}

.dropdown-menu i.active {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 7px;
}

.dropdown-menu i {
    display: none;
}

.btn_focus {
    margin: 4px 0px 0px 8px;
    padding: 8px;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.btn_focus svg {
    width: 24px;
    fill: #757575;
}

.btn_focus:hover {
    background-color: var(--bg-gray);
}

.bele_item {
    transition: 0.3s ease-in-out;
}

.bele_item:hover {
    background: var(--bg-gray);
}

.bele_input {
    border-color: transparent;
    box-shadow: none;
}

.bele_input:hover {
    border-color: #ccc;
}

.tooltip_content.bg-dark::before {
    background: #222222;
}

.arrow_flot svg {
    width: 32px;
    opacity: 0.6;
}

.cursor_pointer {
    cursor: pointer;
}

.accordian_header .arrow_flot {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}

.accordian_header.collapsed .arrow_flot {
    transform: rotate(0deg);
}

.svg_w {
    width: 24px;
    fill: #424242;
}

.einrichten:hover {
    background: #f5f5f5;
}

.einrichten {
    transition: 0.3s ease-in-out;
}

/*-- Custom Toggle Button --*/
.toggle_switch {
    position: relative;
    padding: 12px;
    display: inline-flex;
    width: 58px;
    height: 38px;
    /* overflow: hidden; */
}

.toggle_switch .label_t {
    width: 34px;
    background: #9e9e9e;
    display: inline-block;
    height: 14px;
    border-radius: 32px;
    transition: 0.4s ease-in-out;
}

.toggle_switch input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
}

.round {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, 
    rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, 
    rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    background-color: currentcolor;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
}

.rounded_box {
    position: absolute;
    left: 0;
    top: 0px;
    transform: translateX(-2px);
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border-radius: 50%;
}

.toggle_switch input:checked ~ .rounded_box {
    transform: translateX(17px);
}

.toggle_switch input:checked ~ .rounded_box .round {
    background: var(--primary-color);
}

.toggle_switch input:checked ~ .label_t {
    background: var(--primary-color);
    opacity: 0.5;
}

.toggle_switch:hover .rounded_box {
    background: #0000000d;
}


.alert-primary {
    color: #12364e;
    background-color: #eaf3f9;
    border-color: #eaf3f9;
}

.floating_modal_f .dollar {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
}

.floating_modal_f input {
    padding-right: 26px;
}

.edit_produkt .modal-dialog {
    max-height: 94vh;
}

.edit_produkt .modal-dialog .modal-body {
    max-height: calc(100vh - 211px);
    overflow: auto;
}

.remove_text svg {
    width: 24px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    fill: #3b3b3b;
    border-radius: 50%;
    padding: 3px;
}

.remove_text:hover svg {
    background: #f5f5f5;
}

.remove_text {
    display: none;
}

.floating_lable:hover .remove_text {
    display: block;
}

/*--== Voucher Page CSS ==--*/

.header_title {
    padding-left: 235px;
    margin-right: 30px;
}

.left_sidebar {
    display: none;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    background-color: #f5f5f5; */
    background-color: var(--forbackground-color);
    width: 100%;
    max-width: 220px;
}


.right_sidebar {
    width: 260px;
    background: var(--bg-gray);
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    width: 100%;
    max-width: 260px;
    height: 100%;
}

.center_contentSec {
   /*position: absolute; */
    /* top: 0; */
    /* right: 320px; */
    /* left: 220px; */
    overflow: visible;
    padding-left: 15px;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 440px);
    /* margin-left: 235px; */
    /* margin-right: 320px;*/
}

.search_b input {
    background: #fff url(https://app.lexoffice.de/grld/img/input-search.svg?v=b82fd647206) 3px 50% no-repeat;
    padding-left: 33px;
    box-shadow: none;
    border: 1px solid #a0a0a0;
    padding: 9px 10px;
    padding-left: 32px;
    line-height: 1.42857143;
    color: var(--forbackground-color);
    border-radius: 4px;
    height: 40px;
    width: 100%;
    max-width: 455px;
}

.search_b  input::placeholder {
    color: #a0a0a0;
}

.sideManu_link {
    transition: 0.2s ease-in-out;
}

.sideManu_link a {
    text-decoration: none;
    padding: 0 10px;
    line-height: 40px;
    outline: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.sideManu_link a i {
    display: inline-block;
    font-size: 25px;
    line-height: 0;
    color: #8a8a8a;
}

.sideManu_link.active , .sideManu_link:hover{
    background: #fff;
}

.sideManu_link svg.cstm_icn path {
    stroke: #8a8a8a;
}


.sideManu_link a {
    text-decoration: none;
    padding: 0 10px;
    line-height: 40px;
    outline: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.sideManu_link a i {
    display: inline-block;
    font-size: 25px;
    line-height: 0;
    color: #fff;
}

.sideManu_link.active , .sideManu_link:hover, .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: var(--primary-color);
}

.sideManu_link.active .tooltip_box svg path, .sideManu_link:hover .tooltip_box svg path {
    fill: var(--forbackground-color);
}

.sideManu_link.active .badge, .sideManu_link:hover .badge {
    background: #fff;
    color: var(--primary-color)
}

.sideManu_link svg.cstm_icn path , .sideManu_link.active svg.cstm_icn path, .sideManu_link:hover svg.cstm_icn path{
    stroke: #fff;
}

.sideManu_link.active a, .sideManu_link:hover a {
    color: #fff;
}

svg.cstm_icnn path, .sideManu_link.active svg.cstm_icnn path, .sideManu_link:hover svg.cstm_icnn path {
    fill: #fff;
}

svg.cstm_icnn {
    width: 20px;
    height: 20px;
}

.top-dashed {
    border-top: 1px dashed #dee2e6;
}

.sideManu_link .badge {
    top: 50%;
    right: 0px;
    background: var(--primary-color);
    font-weight: 300;
    font-size: 12px;
}

.dashed_border_green {
    border: 1px dashed var(--primary-color);
    border-radius: 5px;
}

.dashed_border_green input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.invoice_inner_wrapper .custom_checkbox label::before {
    top: 9px;
    width: 24px;
    height: 24px;
}

.invoice_inner_wrapper .custom_checkbox label::after {
    left: 7px;
    top: 11px;
}

.invoice_inner_wrapper .custom_checkbox {
    padding-left: 2.5rem;
}

.tooltip_box .tt {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    width: fit-content;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding: 1px 4px;
}

.btn.btn_orange {
    background: var(--primary-color);
    color: #fff;
}

.invoice_list_item {
    transition: 0.2s ease-in-out;
    border-radius: 0px 0px 5px 5px;
    /* border-top: 1px solid #fff; */
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.invoice_list_item:hover, .invoice_list_item.active {
    background: var(--bg-gray);
    border-color: #cecece;
}

.m_height {
    height: 100%;
    max-height: 95vh;
}

.h_100 {
    /* height: calc(100% - 68px); */
    height: calc(100% - 0px);
}

.invoice_list {
    max-height: 78vh;
    overflow-y: auto;
}

.options_in_header .h_op {
    padding: 9px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

.options_in_header .h_op svg {
    width: 27px;
    height: 38px;
}

.options_in_header .h_op svg path {
    fill: var(--forbackground-color);
}

.image_Preview {
    position: relative;
    overflow: hidden;
    height: 125px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
}

.expand_icn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.lt_con {
    width: 100%;
    max-width: 41%;
}

.rt_con {
    width: 100%;
    max-width: 59%;
}

.heading_withLine {
    position: relative;
    text-align: center;
}

.heading_withLine::before {
    content: "";
    width: 100%;
    height: 0.5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--forbackground-color);
}

.heading_withLine span.text {
    position: relative;
    z-index: 2;
    background: #f6f6f6;
    padding: 2px 10px;
}

.toggle_btn .form-switch .form-check-input {
    width: 2rem;
    margin-top: 0;
    height: 1.2rem;
    border-radius: 0.5rem;
    margin-right: 10px;
}

.collapse_div.collapsed .arrow {
    transform: rotate(90deg);
}

.collapse_div .arrow {
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
}

.voucher_details {
    max-height: 70vh;
    overflow-y: auto;
}

.customer_image {
    max-width: 50px;
    border-radius: 50%;
    border: 1px solid #ededed;
    object-fit: cover;
}
/*-- Fullwidth Layout CSS --*/
.center_contentSecFull {
    /* max-width: calc(100% - 220px); */
    max-width: 100%;
}

.main_boxFull .h_100 {
    height: calc(100% - 0px);
}

.main_boxFull .m_height {
    max-height: 95vh;
}

.invoice_listDetails {
    overflow-y: auto;
}

.invoice_listDetails .invoice_list  {
    max-height: unset;
}

.invoice_inner_wrapper  label {
    gap: 20px;
}

.invoice_inner_wrapper label .invoice_price .orange_text {
    white-space: nowrap;
}

.center_contentSec .right_side .dropdown-toggle {
    white-space: normal;
}

.invoice_listDetails .form-group {
    margin-bottom: 20px;
}

.edit svg {
    width: 20px;
}

.edit.primary_clr.btn-outline-primary:hover svg path {
    fill: #fff;
}

.upload_file {
    width: fit-content;
    position: absolute;
    bottom: 20px;
    right: 7px;
    cursor: pointer;
}

.upload_file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload_file i {
    font-size: 32px;
}

.modal.show::before {
    content: "";
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
}

.card_info li {
    border-color: #757575 !important;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.profile_page::-webkit-scrollbar, .main_box::-webkit-scrollbar {
    display: none;
}

.profile_left_sidebar .sideManu_link.active a.nav-link.active, .profile_left_sidebar .sideManu_link:hover a.nav-link.active, .profile_left_sidebar .sideManu_link.active a.nav-link.active:active {
    background: var(--primary-color);
}

.profile_left_sidebar .sideManu_link.active ,  .profile_left_sidebar .sideManu_link:hover  {
    background: none;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
  }
  
  .dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
  }
  
  .dashboard .filter .icon:hover,
  .dashboard .filter .icon:focus {
    color: #4154f1;
  }
  
  .dashboard .filter .dropdown-header {
    padding: 8px 15px;
  }
  
  .dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
  }
  
  .dashboard .filter .dropdown-item {
    padding: 8px 15px;
  }

  .dashboard .info-card a {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

/* Info Cards */
.dashboard .info-card {
    /* padding-bottom: 10px; */
    border-radius: 10px;
    border: none;
    height: 100%;
    background: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0 solid #e3eaef;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    overflow: hidden;
    height: auto;

  }

  .dashboard .info-card .card-body {
    flex: unset;
  }
  
  .dashboard .info-card h6 {
    font-size: 24px;
    color: #424242;
    font-weight: 600!important;
    margin: 0;
    padding: 0;
  }
  
  .dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  
  .dashboard .sales-card .card-icon {
    color: #84c41e;
    background: #e0f3ff;
  }
  
  .dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
  }
  
  .dashboard .customers-card .card-icon {
    color: #a144ce;
    background: #f8ebff;
  }

  .dashboard .not_register .card-icon {
    color: #fcb322;
    background: #fff2d7;
  }

  .dashboard .payment_not_done .card-icon {
    color: #d70206;
    background: #ffd8d8;
  }


  .info-card .card-title {
    font-size: 16px;
    font-weight: 600 !important;
}

.info-card .card-title span {
    color: #777777;
    font-size: 16px;
}


/* Chart CSS */

.home_chart_widget {
    /* height: 75px; */
    margin-bottom: -22px;
}

.chart-wrapper {
    margin-top: auto;
}

.home_chart_widget.chart-one .ct-series-a .ct-area {
    fill: #26A69A;
}

.home_chart_widget.chart-two .ct-series-a .ct-area {
    fill: #2eca6a;
}

.home_chart_widget.chart-three .ct-series-a .ct-area {
    fill: #a144ce;
}

.home_chart_widget.chart-four .ct-series-a .ct-area {
    fill: #fcb322;
}

.home_chart_widget.chart-five .ct-series-a .ct-area {
    fill: #d70206;
}

.home_chart_widget .ct-area {
    fill-opacity: .3;
}

.home_chart_widget.chart-one .ct-series-a .ct-line, .home_chart_widget.chart-one .ct-series-a .ct-point {
    stroke: #4496ce;
}

.home_chart_widget.chart-two .ct-series-a .ct-line, .home_chart_widget.chart-two .ct-series-a .ct-point {
    stroke: #2eca6a;
}

.home_chart_widget.chart-three .ct-series-a .ct-line, .home_chart_widget.chart-three .ct-series-a .ct-point {
    stroke: #a144ce;
}

.home_chart_widget.chart-four .ct-series-a .ct-line, .home_chart_widget.chart-four .ct-series-a .ct-point {
    stroke: #fcb322;
}

.home_chart_widget .ct-line {
    stroke-width: 2px;
}
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #d70206;
}
.ct-line {
    stroke-width: 4px;
}
.ct-grid-background, .ct-line {
    fill: none;
}

.home_chart_widget .ct-point {
    stroke-width: 5px;
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round;
}

svg {
    overflow: hidden;
}
img, svg {
    vertical-align: middle;
}

.table-responsive table.table {
    white-space: nowrap;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
}

.customer_list_lo table, .customer_list_lo table th {
    vertical-align: middle;
}

.customer_list_lo table th, .customer_list_lo table td {
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 500;
}

.customer_list_lo table th {
    font-weight: 600;
}

/* .customer_list_lo table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #000;
} */

/* .customer_list_lo table tr, .customer_list_lo table th, .customer_list_lo table td {
    border: 1px solid #d4d4d4;
} */

.customer_list_lo table th, .customer_list_lo table td {
    border: 1px solid #d4d4d4;
}

.customer_list_lo table td { 
    color: #555555;
}

.customer_list_lo table th:first-child,.customer_list_lo table td:first-child {
    border-left: none;
}

.customer_list_lo table th:last-child, .customer_list_lo table td:last-child {
    border-right: none;
}

.customer_list_lo table tr:last-child td{
    border-bottom: none;
}

.action_btn {
    background: #fff;
    box-shadow: 1px 1px 1px 0px rgba(0 0 0 / 15%);
    padding: 10px 10px;
    border-radius: 6px;
    background: #ed4c4c;
    coloR: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.action_btn i{ 
    display: flex;
    align-items: center;
    justify-content: center;
}

.action_btn:hover {
    color:#fff;
    scale:1.1
}

.payment_method.action_btn {
    background: #3a3a3a;
}

.success_btn { 
    color: #2eca6a;
}

/* .customer_list_lo {
    position: sticky;
    top: 0;
    max-height: 84vh; 
} */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #dbdbdb;
    border-radius: 32px;
}

::-webkit-scrollbar-thumb {
    background: #3a3a3a;
    border-radius: 32px;
}

.customer_list_lo_h {
    max-height: 72vh;
    margin-bottom: 30px;
}


.customer_list_lo table thead {
    position: sticky;
    top: -1px;
}

.customer_list_lo table tr th:first-child, .customer_list_lo table tr td:first-child {
    width: 63px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.active-subscription .card {
    background: #ececec;
}

.active-subscription .card .card-header, 
.active-subscription .card .card-footer {
    background: transparent;
}

.badge.rounded-pill.bg-success {
    background: #2eca6a !important;
}

.badge.rounded-pill {
    padding: 7px 10px 5px;
    font-weight: 600;
}

.profile_card {
    background: #ececec;
}

.m_height.profile_page {
    overflow-y: auto;
}

.subscription-plans-item {
    height: 100%;
    border: 1px solid #4496ce;
    border-radius: 12px;
    position: relative;
    padding: 12px 24px 24px;
    padding: 30px 15px;
    background: #e8e8e8;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    box-shadow: 0px 12px 26px rgb(16 30 115 / 6%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0px 0px 21px 0px rgb(63 131 178 / 48%);
}

.subscription-plans-item .list-group-item {
    border: none;
    text-align: left;
    padding: 0;
}

.subscription-plans-item .subscription-head {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0.875rem;
}

.subscription-plans-item .subscription-head p b {
    /* font-size: 32px;
    color: #1f1f1f; */
    font-size: 38px;
    color: #1f1f1f;
    font-weight: 600;
}

.subscription-plans-item .subscription-head p {
    color: #84c41e;
    font-weight: 600;
}

.subscription-plans-item .subscription-content {
    min-height: 150px;
}

.subscription-plans-item .list-group-item {
    background: transparent;
    border: 0;
    padding: 8px 0;
    font-size: 12px;
}

.subscription-plans-item .subscription-content i{
    font-size: 18px;
    margin-right: 0.4rem;
    color:#4496ce;
} 

.subscription-plans-item .subscription-foot .btn {
    width: 100%;
    max-width: 80%;
}

.subscription-foot .btn.btn-outline-primary:hover {
    background-image: linear-gradient(to right, #242424, #4496ce);
}


/*--== Stepper Form ==--*/
.stepper .nav-tabs {
    position: relative;
}

.stepper .nav-tabs li {
    width: 25%;
    position: relative;
}

.stepper .nav-tabs li::after {
    content: "";
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 30px;
    left: 50%;
    z-index: 1;
}

.stepper .nav-tabs li.completed::after {
    background: var(--primary-color);
}

.stepper .nav-tabs li:last-child::after {
    background: transparent;
}

.stepper .nav-tabs li.active:last-child .round-tab {
    background: var(--primary-color);
}

.stepper .nav-tabs li.active:last-child .round-tab::after {
    content: 'âœ”';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .nav-tabs [data-toggle='tab'] {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
    position: relative;
    display: block;
}

.stepper .nav-tabs [data-toggle='tab']:hover {
    background: transparent;
    border: none;
}

.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper  .nav-tabs > .active > [data-toggle='tab']:hover, .stepper  .nav-tabs > .active > [data-toggle='tab']:focus {
    color: var(--primary-color);
    cursor: default;
    border: none;
}

.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}

.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}

.stepper  .completed .round-tab {
    background: var(--primary-color);
}

.stepper .completed .round-tab::after {
    content: 'âœ”';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .active .round-tab {
    background: #fff;
    border: 2px solid var(--primary-color);
}

.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid var(--primary-color);
}

.stepper .active .round-tab::after {
    display: none;
}

.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}

.stepper  .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
 }

.stepper  .disabled .round-tab::after {
    display: none;
 }

.tab-content .fade:not(.show) {
    opacity: 1;
}

.payment_option_item {
    padding: 12px 24px;
    border: 1px solid #84c41e;
    margin-bottom: 10px;
    background: #84c41e;
    color: #fff;
    position: relative;
    border-radius: 5px;
    /* filter: grayscale(1) opacity(0.5); */
}

.payment_option_item.pay_pal {
    background: #02387b;
    border: 1px solid #02387b;
}

.payment_option_item.net_banking {
    background: #ffb800;
    border: 1px solid #ffb800;
}

.payment_option_item i {
    color: #fff;
}

.payment_option_item span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.active .bs-stepper-circle {
    background-color: #84c41e;
}

.step.active .bs-stepper-label {
    color: #84c41e;
}

.payable-area {
    background: #f4f4f4;
    padding: 15px 15px 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.content .form-control {
    background: #F6F8FB;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    min-height: 50px;
    position: relative;
    z-index: 5;
}

.payment_option_item .check_icon {
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
    display: none;
}

.payment_option_item.active .check_icon {
    display: block;
}

.bs-stepper .btn {
    min-width: 200px;
}

/*-- Billing Form CSS --*/
.section_billing_form {
    background: #efeeec;
    min-height: 100vh;
}

.section_billing_form .container {
    max-width: 700px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.billing_form_box .card {
    border-radius: 8px;
    border: none;
}

.billing_form_box .card .card-body {
    padding: 1.5rem 1rem;
}

.form_box {
    border-top: 1px solid #d0d0d0;
    margin-top: 40px;
    padding-top: 24px;
}

.form_box label {
    font-size: 16px;
}

.billing_company_name {
    font-size: 24px;
}

.setup_payment {
    display: block;
    background-color: rgb(244, 244, 243);
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(244, 244, 243);
    padding: 1.5rem 2rem;
}

.currencySelector {
    position: relative;
}

svg.chev_down {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    pointer-events: none;
}

.currencySelector select {
    background: transparent;
    padding-right: 28px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
}

.currencySelector .form-select:focus {
    outline: 2px solid #424242;
}

.form_box input, .form_box .form-select {
    padding: 16px calc(36px) 16px 16px;
    min-height: auto;
    height:auto;
    font-size:16px;
    font-weight: 600;
}

.form_box input:focus, .form_box .form-select:focus {
    outline: 1px solid #424242;
    border-color: #424242 !important;
}

.direct_debit_btn {
    border-radius: 32px;
    min-width: 200px;
    padding: 1rem;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
}

.direct_debit_btn .button_text {
    color: #fff;
    margin-right: 5px;
}

.form_box .text-decoration-underline:hover {
    text-decoration: none !important;
}

.footer_text {
    max-width: 500px;
    margin-left: auto; 
    margin-right: auto;
}

.footer_text .footer_logo {
    max-width: 140px;
}

.invoice-box{
    /* max-width:1200px; */
    /* margin:auto ; */
    padding:0 0px 30px;
    border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, .15);
    font-size:16px;
    line-height:24px;
    color:#555;
}

.invoice-box table{
    width:100%;
    line-height:inherit;
    text-align:left;
}

.invoice-box table td{
    padding:10px 5px;
    vertical-align:top;
}

.invoice-box table tr td:nth-child(2){
    text-align:right;
}

/* .invoice-box table tr.top table td{
    padding-bottom:20px;
} */

.invoice-box table tr.top table td.title{
    font-size:45px;
    line-height:45px;
    color:#333;
}

.invoice-box table tr.information table td{
    padding-bottom:40px;
}

.invoice-box table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:bold;
}

.invoice-box table tr.details td{
    padding-bottom:20px;
}

.invoice-box table tr.item td{
    border-bottom:1px solid #eee;
}

.invoice-box table tr.heading td, .invoice-box table tr.details td, .invoice-box table tr.item td, .invoice-box table tr.total td{
    padding:10px 15px;
}

.invoice-box table tr.item.last td{
    border-bottom:none;
}

.invoice-box table tr.total td:nth-child(2){
    border-top:2px solid #eee;
    font-weight:bold;
}

#payment_link .modal-content {
    border-radius: 32px;
    padding: 10px;
}


@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td{
        width:100%;
        display:block;
        text-align:start;
    }
    
    .invoice-box table tr.information table td{
        width:100%;
        display:block;
        text-align:start;
    }
}

.dropdown-menu.show {
    display: block;
    left: auto;
    right: 0;
}

/*-- Data table CSS --*/
.datatable-wrapper .datatable th button {
    color: #fff;
    padding-right: 15px;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.datatable-wrapper .datatable th {
    background: #4496ce;
    vertical-align: middle;
}

.datatable-top {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
}

.datatable-search {
    width: 100%;
    max-width: 40%;
}

.datatable-search input {
    background: #f6f6f6;
    border: 1px solid #dddddd;
    min-height: 47px;
    width: 100%;
    border-radius: 3px;
}

.datatable-pagination .datatable-pagination-list-item.datatable-active button {
    background: #84c41e;
    color: #fff;
    font-weight: 600;
}

.datatable-pagination .datatable-pagination-list-item button {
    border-radius: 3px;
}


.datatable-sorter::after {
    border-bottom-color: #fff;
    opacity: 0.4;
}

.datatable-sorter::before {
    border-top-color: #fff;
    opacity: 0.4;
}

.datatable-wrapper.no-footer .datatable-container {
    border-bottom: none;
}

.datatable-table > tbody > tr > td, .datatable-table > tbody > tr > th, .datatable-table > tfoot > tr > td, .datatable-table > tfoot > tr > th, .datatable-table > thead > tr > td, .datatable-table > thead > tr > th {
    vertical-align: middle;
    padding: 10px 15px;
}

.datatable-bottom {
    padding-left: 10px;
    padding-right: 10px;
    /* padding-top: 9px; */
    /* background: #eff9ff; */
    /* margin-top: 10px; */
    border-radius: 5px;
}

.datatable-info {
    font-weight: 500;
}

.datatable-pagination-list .datatable-pagination-list-item:last-child button, .datatable-pagination-list .datatable-pagination-list-item:first-child button {
    font-size: 30px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
}

.center_contentSec.m_height {
    overflow: auto;
}

.center_contentSec.m_height::-webkit-scrollbar {
    display: none;
}
/*------------------------*/

.trial_box {
    position: absolute;
    width: calc(100%  + 2px);
    text-align: center;
    padding: 10px 10px 10px;
    left: -1px;
    top: -18px;
    background-image: linear-gradient(to right, #242424, #84c41e);
    z-index: 0;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    box-shadow: 1px 0px 10px 6px rgb(66 142 193 / 20%);
}

.trial_box .trial_text {
    color: #fff;
}

.payment_methods  .payment_method_item {
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #dee2e6;
    color: #8a8a8a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    padding-left: 40px;
}

.payment_methods input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.payment_methods input:checked + .payment_method_item {
    background: #e7f6ff;
    border-color: #84c41e;
}

.payment_methods input:checked + .payment_method_item i {
    color: #84c41e;
}

.payment_methods input:checked + .payment_method_item span {
    color: #111111;
}

.payment_methods .payment_method_item span {
    color: #8a8a8a;
}

.pm_box {
    max-width: 210px;
    width: 100%;
}

.payment_methods .payment_method_item::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 20px;
}

.payment_methods input:checked + .payment_method_item::before {
    background: #84c41e;
    border-color: #84c41e;
    box-shadow: inset 0px 0px 0px 3px #fefefe;
}

.mw_200 {
    min-width: 170px;
}

/*.step_text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
    border-radius: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
*/
/*.step_heading {
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 20px;
}

.step-content img {
    margin-bottom: 15px !important;
    border-radius: 4px;
    border: 2px solid #d7d7d7;
    box-shadow: 0px 8px 24px 0px rgba(0 0 0 / 8%);
}

.step-content p {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
    color: #515151;
}*/

/*.step_item ul {
    background: #ececec;
    display: flex;
    flex-direction: column;
    padding: 15px !important;
    gap: 15px;
    list-style: auto;
    padding-left: 30px !important;
}*/
/* .step_item ul {
    background: #ececec; 
   display: flex;
    flex-direction: column;
    padding: 0px !important;
    gap: 15px;
    list-style: auto;
    padding-left: 17px !important;
} */

/* #information_modal .modal-header .modal-title {
    color: #4496ce;
}

.step-content {
    background: #edf4ff;
    padding: 20px 15px 15px;
    border-radius: 4px;
}

.step-content li::marker {
    font-weight: 600;
}*/

#information_modal .modal-dialog {
    position: absolute;
    top: 28px;
    right: 44px;
    min-height: auto;
    height: auto;
}

#information_modal2 .modal-dialog {
    position: absolute;
    top: 28px;
    right: 44px;
    min-height: auto;
    height: auto;
}
.info_modal_center .modal-dialog {
    position: unset;    
    height: -webkit-fill-available;
    min-height: max-content;
}

.step_info h3 {
    font-size: 18px;
    font-weight: 600 !important;
    margin-top: 0;
    color: #84c41e;
    margin-bottom: 10px;
}

.step_info p.lead {
    font-size: 14px;
    font-weight: 500;
}
#information_modal .modal-content::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
}

#information_modal2 .modal-content::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 32px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
}
.info_modal_center .modal-dialog .modal-content::before {
   background: #ececec;
   opacity: 0;
}

.cursor_animated {
    position: absolute;
    top: 30px;
    z-index: 9;
    max-width: 35px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    animation: cursor-float-up 1.5s ease-in-out infinite;
    pointer-events: none;
    opacity:0;
    display: none;
}

.header_main, .header_main .container-fluid,.header_main .container-fluid .navbar {
    overflow: visible;
}

.info_modal .modal-content {
    overflow: visible;
    border-radius: 16px;
}

@keyframes cursor-float-up {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

.info_modal.show::before {
    opacity: 0;
}

.info_modal_center.info_modal.show::before {
    opacity: 0.6;
}

.info_modal_center .step_info img {
    margin-bottom: 15px !important;
    border-radius: 4px;
    border: 2px solid #d7d7d7;
    box-shadow: 0px 8px 24px 0px rgba(0 0 0 / 8%);
}


.step .active{
    color: #84c41e;
}

.edit svg path {
    fill: #84c41e;
}

.dropdown .dropdown-item:active {
    background: #84c41e;
}


.progress-container {
    margin-top: 0;
}

.progress-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.progress-bar {
    background: #e5e7eb;
    height: 8px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    transition: width 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
    font-size: 11px;
    color: white;
    box-sizing: border-box;
}


.progress-bar-one {
    background-color: #84c41e;
}

.progress-bar-two {
    background-color: #2eca6a;
}

.progress-bar-three {
    background-color: #a144ce;
}

.progress-bar-four {
    background-color: #fcb322;
}

.progress-bar-five {
    background-color: #d70206;
}

.left_sidebar {
    display: none;
}

.helpImg {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.text-font {
    color: black;
}

.help-font-22{
    font-size: 22px;
}

.help-font-15{
    font-size: 14px;
}

.help-font-18{
    font-size: 20px
}

.card-body ul {
    font-size: 14px;
}

.Sub_tooltip_box {
    display: none;
}

#Btn button[type="submit"] {
    margin-right: 10px;
}

li a {
    text-decoration: underline;
    color: var(--primary-color);
}

li a:hover {
    color: var(--primary-color);
}

.border-radius-left{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.border-radius-right{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}