/*-----------------------------------------------
Css Template Style
Name: ClaPos
Author Name : Mohamed Safyan
Author Url : https://www.facebook.com/mohamedsafyyan/
Company Name : Your Designs
Company Url : https://www.facebook.com/yodesignsthemes
License: Paid Version
Version : v1.0.0
Version language : English / Ltr Version
Version Date : 23.4.2025 / April 2025 / Wednesday 2025
----------------------------------------------- */
* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
}
input, textarea {
    caret-color: var(--color);
    transition: border-color .4s ease-out, caret-color .4s ease-out;
}
input:focus, input:active, textarea:focus, textarea:active {
    border-color: var(--color);
    caret-color: var(--color);
}
html {
    height: auto;
    overflow: auto;

}
body {
    background-color: var(--bgcolor);
    color: var(--colortext);
    position: relative;
    display: block;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}
a {
    color: var(--colortext);
    text-decoration: none;
}
li {
    list-style: none;
}
em {
    font-style: normal;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
}
button {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
    color: var(--colortext);
    border: 0;
    background-color: transparent;
}
input {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    caret-color: var(--colortext);
}
svg {
    width: 20px;
    height: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body {
    animation-name: fadeIn;
    animation-duration: 500ms;
}
/*****************************************
Aside.css
******************************************/
.elementor__aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    background-color: var(--background);
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: var(--bordercolor);
    height: 100%;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    z-index: 9999;
}
.elementor__aside_close {
    position: absolute;
    left: -40px;
    width: 50px;
    color: #fff;
    z-index: 1;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
}
.elementor__aside_content {
    z-index: 1;
    background-color: #fff;
}
.elementor__aside:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
}
.elementor__padding {
    padding: 20px;
}
.elementor__aside_nav .elementor__nav_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.elementor__nav_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.elementor__nav_item:nth-child(4) {
    animation-duration: 1800ms;
}
.elementor__nav_item:nth-child(3) {
    animation-duration: 500ms;
}
.elementor__nav_item:nth-child(2) {
    animation-duration: 1200ms;
}
.elementor__nav_item:first-child {
    animation-duration: 200ms;
}
.elementor__nav_item {
    animation-name: fadeInUp;
}
.elementor__nav_link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: var(--bordercolor);
    border-radius: 7px;
}
.elementor__nav_link {
    padding: 7px;
}
.elementor__nav_link path {
    fill: var(--colortext);
}
.elementor__nav_item:first-child .elementor__nav_link path {
    fill: transparent;
    stroke: var(--colortext);
}
.elementor__nav_item:nth-child(2) .elementor__nav_link path {
    fill: var(--colortext);
    stroke: transparent;
}
.elementor__nav_item:nth-child(3) .elementor__nav_link path {
    fill: transparent;
    stroke: var(--colortext);
}
.elementor__nav_item:nth-child(4) .elementor__nav_link path {
    fill: transparent;
    stroke: var(--colortext);
}
.elementor__aside_nav .elementor__nav_text {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
}
.elementor__aside_nav {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.elementor__aside_order .elementor__order_title {
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
}
.elementor__aside_order .elementor__order_title {
    animation-name: fadeInUp;
    animation-duration: 200ms;
}
.elementor__order_list {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--bgcolor);
}
.elementor__order_list {
    animation-name: fadeInUp;
    animation-duration: 200ms;
}
.elementor__order_clear:active {
    box-shadow: none;
}

.elementor__order_clear {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 40px;
    border-radius: 7px;
    text-transform: capitalize;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    margin-bottom: 15px;
    border-color: #dddddd;
    box-shadow: 0px 3px 0px #dddddd;
    transition: box-shadow .4s ease-out;
}
.elementor__order_empty img.elementor__order_image {
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.elementor__order_empty {
    display: none;
    position: relative;
    text-align: center;
}
.elementor__order_text {
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.elementor__order_paragraph {
    display: block;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__order_empty img.elementor__order_image, .elementor__order_paragraph, .elementor__order_text {
    animation-name: fadeInUp;
}
.elementor__order_text {
    animation-duration: 1000ms;
}
.elementor__order_paragraph {
    animation-duration: 1100ms;
}
.elementor__order_empty img.elementor__order_image {
    animation-duration: 200ms;
}
.elementor__order_grid {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    animation-name: fadeIn;
    animation-duration: 200ms;
}
.elementor__order_block {
    display: flex
;
    flex-direction: column;
    flex: 1;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 0;
    border-width: 0;
    border-bottom: 1px;
    border-style: solid;
    border-color: #e9e9e9;
    overflow: hidden;
}
.elementor__order_top {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.elementor__order_subtitle .elementor__order_tile {
    display: block;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
}
.elementor__order_top {
    gap: 15px;
}
.elementor__order_block {
    gap: 5px;
}
.elementor__order_subtitle {
    display: grid
;
}
.elementor__order_bottom {
    display: flex
;
    align-items: center;
    gap: 15px;
    position: relative;
}
.elementor__order_item {
    width: 100%;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor__order_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__order_block {
    padding-top: 0;
}
.elementor__product.elementor__product_current {
    border-bottom-width: 4px;
    border-bottom-color: #32a360;
}
.elementor__order_content {
    height: 220px;
    overflow: auto;
    margin-top: 25px;
}
.elementor__order_content, .elementor__order_clear, .elementor__aside_info, .elementor__aside_process {
    animation-name: fadeInUp;
    animation-duration: 500ms;
}
.elementor__order_button {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.elementor__order_button.active {
    background-color: var(--background);
    border-color: var(--bordercolor);
}
.elementor__order_button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    border-radius: 50px;
    background-color: var(--color);
    height: 3px;
    margin: 0 auto;
    transform: translate(0px, 10px);
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease-out, opacity .4s ease-out, visibility .4s ease-out;
}
.elementor__order_button.active:before {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.elementor__aside_content {
    display: flex
;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.elementor__aside_content {
    height: 100%;
}
.elementor__aside_footer {
    margin-top: auto;
}
.elementor__aside_process {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--color);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.elementor__aside_info {
    background-color: var(--bgcolor);
    position: relative;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.elementor__flex {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.elementor__aside_info {
    display: flex
;
    flex-direction: column;
    gap: 15px;
}
.elementor__aside_total {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: hsl(0deg 0% 92.55%);
    padding-top: 15px;
}
.elementor__aside_info p {
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__aside_total .elementor__aside_price {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.elementor__main {
    padding-right: 300px;
    position: relative;
    display: block;
    overflow: hidden;
}
/*****************************************
Header.css
******************************************/
.elementor__header {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: hsl(0deg 0% 93.33%);
    animation-name: fadeInDown;
    animation-duration: 200ms;
}
.elementor__header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
}
.elementor__container {
    width: 100%;
    display: block;
    padding: 0px 20px;
}
.elementor__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.elementor__header_col {
    display: flex
;
    align-items: center;
    gap: 15px;
}
.elementor__logo img {
    height: auto;
    width: 140px;
}
.elementor__menu_button {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.elementor__search {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 400px;
    background-color: var(--background);
    border-width: 1px;
    border-style: solid;
    border-color: var(--bordercolor);
    border-radius: 10px;
    height: 50px;
}
.elementor__menu_btn svg {
    width: 25px;
    height: 25px;
}
.elementor__menu_btn {
    position: absolute;
    right: 20px;
    width: 48px;
    height: 48px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.elementor__search_form {
    display: block;
    width: 100%;
    height: 100%;
}
.elementor__search_button svg {
    width: 26px;
    height: 26px;
}
.elementor__search_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.elementor__search_form .elementor__search_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    padding-left: 50px;
}
.elementor__search_form .elementor__search_input, .elementor__search_form .elementor__search_input::placeholder {
    color: var(--colortext);
    text-transform:capitalize;
}
/*****************************************
Products.css
******************************************/
.elementor__products_grid {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.elementor__product {
    transition: .4s all ease;
}
.elementor__product {
    position: relative;
    display: flex
;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    animation-name: fadeInUp;
    animation-duration: 500ms;
}
.elementor__products {
    width: 90%;
}
.elementor__product_details {
    padding: 10px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: hsl(0deg 0% 93.33%);
}
.elementor__product_price {
    display: flex
;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    position: relative;
}
.elementor__product_price strong {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #32a360;
    color: #fff;
    width: 20px;
    height: 20px;
}
.elementor__product_details {
    display: flex
;
    flex-direction: column;
    gap: 5px;
}
.elementor__product_title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.elementor__product_price {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}
.elementor__product {
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0deg 0% 93.33%);
}
.elementor__products_loader {
    display: -webkit-box;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 48px;
    margin-top: 20px;
}
.elementor__products_figure {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}
/*****************************************
Main Menu.css
******************************************/
.elementor__menu_list {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.elementor__menu_item {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.elementor__menu_item:nth-child(7) {
    animation-duration: 2000ms;
}
.elementor__menu_item:nth-child(6) {
    animation-duration: 1800ms;
}
.elementor__menu_item:nth-child(5) {
    animation-duration: 1600ms;
}
.elementor__menu_item:nth-child(4) {
    animation-duration: 1400ms;
}
.elementor__menu_item:nth-child(3) {
    animation-duration: 1200ms;
}
.elementor__menu_item:nth-child(2) {
    animation-duration: 1000ms;
}
.elementor__menu_item:nth-child(1) {
    animation-duration: 200ms;
}
.elementor__menu_item {
    animation-name: fadeInUp;
}
.elementor__menu {
    width: 130px;
}
.elementor__menu_link {

    padding: 15px;
}
.elementor__menu_link {
    background-color: hsl(0deg 0% 89.8%);
    width: 100%;
    border-radius: 10px;
}
.elementor__menu_current .elementor__menu_link {
    background-color: var(--background);
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: var(--bordercolor);
}
.elementor__menu_icon svg {
    width: 23px;
    height: 23px;
}
.elementor__menu_link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    border-radius: 50px;
    background-color: var(--color);
    height: 50px;
    transform: translate(-10px, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease-out, opacity .4s ease-out, visibility .4s ease-out;
    top: 23%;
}
.elementor__menu_current .elementor__menu_link:before {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.elementor__menu_link {
    position: relative;
}
.elementor__menu_link {
    overflow: hidden;
}
.elementor__menu_link {
    display: flex
;
    flex-direction: column;
    line-height: 1.2;
    gap: 10px;
}
.elementor__menu_text {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.4;
    display: block;
}
.elementor__menu_link {
    transition: background-color .4s ease-out, border-color .4s ease-out;
}
.elementor__menu_link:hover {
    background-color: #fff;
    border-color: var(--bordercolor);
}
.elementor__menu_link {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
/*****************************************
Article.css
******************************************/
.elementor__article {
    margin-top: 20px;
}
.elementor__article {
    position: relative;
    display: flex
;
    align-items: flex-start;
    gap: 20px;
}
.elementor__article_flex {
    display: flex
;
    align-items: flex-start;
    gap: 20px;
}
/*****************************************
Cursor.css
******************************************/
#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #a5eeda;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999999999;
    opacity: 0;
  }
  #cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #a5eeda;
    background-color: #a5eeda85;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
      height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 99999999999;
  }
/*****************************************
Side Menu.css
******************************************/
.elementor__side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    z-index: 999999;
}
.elementor__side_menu, .elementor__side_menu .elementor__overlay {
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__side_menu.elementor__active, .elementor__side_menu.elementor__active .elementor__overlay {
    animation-name: fadeIn;
}
.elementor__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
}
.elementor__side_menu_content {
    position: absolute;
    top: 0;
    left: 20px;
    width: 400px;
    z-index: 99;
    padding: 20px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    transition: .4s all ease-out;
}
.elementor__side_menu_content {
    animation-name: fadeOutLeft;
    animation-duration: 200ms;
}
.elementor__side_menu.elementor__active .elementor__side_menu_content {
    animation-name: fadeInLeft;
    animation-duration: 200ms;
}
.elementor__side_menu_head {
    height: 100%;
    display: block;
    background-color: hsl(0deg 0% 89.8%);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.elementor__side_menu_flex {
    display: flex
;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    gap: 15px;
}
.elementor__side_logo {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.elementor__side_menu_list {
    display: flex
;
    flex-direction: column;
}
.elementor__side_logo .elementor__side_logo_image {
    height: auto;
    width: 140px;
}
.elementor__side_menu_link {
    display: flex
;
    align-items: center;
    gap: 15px;
    height: 50px;
    padding: 0px 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}
.elementor__side_menu.elementor__active, .elementor__side_menu.elementor__active .elementor__overlay {
    opacity: 1;
    visibility: visible;
}
.elementor__side_menu_current .elementor__side_menu_link {
    background-image: linear-gradient(344deg, #212121, #676769);
    color: #fff;
}
.elementor__side_menu_current .elementor__side_menu_link path {
    fill: #fff;
}
.elementor__side_menu_current:nth-child(3) .elementor__side_menu_link path {
    fill: transparent;
    stroke: hsl(0deg 0% 100%);
}
.elementor__side_menu_flex {
    height: 100%;
}
.elementor__side_profile {
    margin-top: auto;
}
.elementor__side_profile_buttons {
    display: none;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.elementor__side_profile_buttons a {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 50px;
    text-transform: capitalize;
    font-size: 16px;
}
.elementor__side_profile_buttons a:hover {
    background-color: var(--color);
}
.elementor__side_profile_buttons a {
    background-color: #212121;
    color: #fff;
    transition: background-color .4s ease-out;
}
.elementor__menu_close {
    font-size: 18px;
    height: 33px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.elementor__side_logo {
    margin-bottom: 15px;
}
.elementor__side_menu_list {
    gap: 10px;
    overflow: auto;
}
.elementor__side_profile_buttons.active {
    display: flex !important;
}
.elementor__side_profile_logout {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 50px;
    margin-bottom: 5px;
}
.elementor__side_profile_details {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.elementor__side_profile_author {
    padding-left: 60px;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    text-align: left;
}
.elementor__side_profile_user {
    border-radius: 50%;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    margin: -8px 0 0 0;
}
.elementor__side_profile_author p {
    text-align: left;
    justify-content: start;
    display: flex;
    align-items: start;
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__side_profile_author .elementor__side_profile_username {
    font-size: 12px;
    color: hsl(0deg 0% 69.8%);
}
.elementor__side_profile_details {
    background-color: #fff;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
}
.elementor__side_profile_clock i {
    font-size: 6px;
}

.elementor__side_profile_clock {
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    color: hsl(142.65deg 45.79% 41.96%);
    background-color: hsl(145.38deg 54.17% 90.59%);
    font-size: 10px;
    font-weight: 600;
    height: 26px;
    padding: 0px 10px;
    gap: 10px;
    text-transform: capitalize;
}
.elementor__side_profile_logout {
    gap: 10px;
    text-transform: capitalize;
}
/*****************************************
Product Info.css
******************************************/
.elementor__product_info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__product_info.active {
    animation-name: fadeIn;
    animation-duration: 200ms;
    opacity: 1;
    visibility: visible;
}
.elementor__product_info.active .elementor__product_overlay {
    opacity: 1;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 200ms;
}
.elementor__product_wrapper {
    background-color: #f7f7f7;
    z-index: 9;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.elementor__product_head {
    padding: 20px;
    background-color: #e5e5e5;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 30px;
    padding-left: 30px;
    overflow: hidden;
}
.elementor__product_img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .4s all ease-out;
}
.elementor__product_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
}
.elementor__product_subtitle {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
}
.elementor__product_description {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}
.elementor__product_money {
    font-weight: 400;
    position: relative;
    font-size: 14px;
    display: block;
}
.elementor__product_body {
    padding: 20px;
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-right: 30px;
    padding-left: 30px;
}
.elementor__product_body {
    height: 400px;
    overflow: auto;
}
.elementor__product_flex .elementor__product_thumb {
    text-transform: capitalize;
}
.elementor__product_qty {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.elementor__product_qantity {
    position: relative;
    display: block;
    font-size: 14px;
}
.elementor__product_qty_number {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    background-color: #e5e5e5;
}
.elementor__product_qty_number button {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    position: absolute;
    border-radius: 50px;
    height: 45px;
    width: 45px;
}
.elementor__product_qty_minus {
    left: 3px;
}
.elementor__product_qty_plus {
    right: 3px;
}
.elementor__product_qty_number .elementor__product_qty_input {
    height: 100%;
    width: 142px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 45px;
    direction: ltr;
    padding-left: 61px;
    font-size: 14px;
}
.elementor__product_item {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 5px;
}
.elementor__product_item label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}
.elementor__product_flex {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.elementor__product_flex .elementor__product_thumb {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    padding: 0px 15px;
    transition: background-color .4s ease-out, border-color .4s ease-out;
}
.elementor__product_thumb.elementor__product_active {
    background-color: #a5eeda47;
    border-color: #a5eeda;
}
.elementor__product_footer {
    position: relative;
    display: grid
;
    grid-template-columns: 1fr;
    background-color: #fff;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
}
.elementor__product_total {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    padding-right: 30px;
    padding-left: 30px;
}
.elementor__product_total_title {
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__product_total_price {
    font-size: 16px;
    font-weight: 500;
}
.elementor__product_buttons {
    padding: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px;
}
.elementor__product_profile {
    gap: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 50px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
    text-transform: capitalize;
    transition: background-color .4s ease-out, color .4s ease-out, border-color .4s ease-out;
    text-align: left;
    padding: 0px 5px;
}
.elementor__product_profile_avatar figure {
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.elementor__product_profile_info {
    display: grid
;
}
.elementor__product_profile_title {
    text-transform: capitalize;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    display: block;
    position: relative;
}
.elementor__product_profile_text {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}
.elementor__product_buttons .elementor__product_profile {
    overflow: visible;
}
.elementor__product_buttons .elementor__side_profile_clock {
    position: absolute;
    top: -18px;
    left: 0;
}
.elementor__product_buttons .elementor__side_profile_clock {
    height: 20px;
}
.elementor__product_cancel:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.elementor__product_cancel {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    height: 50px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
    text-transform: capitalize;
    transition: background-color .4s ease-out, color .4s ease-out, border-color .4s ease-out;
}
.elementor__product_add {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    height: 50px;
    background-color: #309256;
    border-width: 1px;
    border-style: solid;
    border-color: #309256;
    border-radius: 10px;
    overflow: hidden;
    text-transform: capitalize;
    color: #fff;
}
.elementor__product_input {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    padding: 0px 15px;
    background-color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__product_wrap {
    flex: 5;
}
.elementor__product_img {
    flex: 1;
}
/*****************************************
Bill.css
******************************************/
.elementor__bill_info {
    display: grid
;
    grid-template-columns: 1fr;
}
.elementor__bill_title {
    font-size: 16px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 5px;
}
.elementor__bill_text {
    font-size: 14px;
    text-transform: capitalize;
    color: #888888;
}
.elementor__bill_buttons {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.elementor__bill_buttons button {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    height: 50px;
    padding: 0px 15px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    border-color: #eeeeee;
    background-color: #fff;
    transition: background-color .4s ease-out, border-color .4s ease-out, color .4s ease-out;
}
.elementor__bill_buttons .elementor__bill_save {
    background-image: linear-gradient(350deg, #319259, #35b667);
    color: #fff;
    border-color: transparent;
}
.elementor__bill_icon svg {
    width: 28px;
    height: 27px;
}
.elementor__bill_icon svg path {
    stroke: #fff;
    transition: stroke .4s ease-out;
}
.elementor__bill_icon {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 50px;
    background-image: linear-gradient(343deg, #ca8c0e, #e6a00c);
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}
.elementor__bill_icon:before {
    animation:ripple 2s ease-out infinite;
  border:solid 1px #ff7b00;
  border-radius:50%;
  bottom:0;
  box-sizing:border-box;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;
}
.elementor__bill_icon:after {
  animation:ripple 2s 1s ease-out infinite;
  border:solid 1px #ff7b00;
  border-radius:50%;
  bottom:0;
  box-sizing:border-box;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;
}
.elementor__bill_overlay, .elementor__bill {
    transition: opacity .4s ease-out, visibility .4s ease-out;
}
.elementor__bill_buttons {
    gap: 10px;
}
.elementor__bill, .elementor__bill_overlay {
    opacity: 0;
    visibility: hidden;
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__bill {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.elementor__bill.elementor__active, .elementor__bill.elementor__active .elementor__bill_overlay {
    opacity: 1;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 200ms;
}
.elementor__bill_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}
.elementor__bill_content {
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding: 40px;
    border-radius: 15px;
}
.elementor__bill_content {
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__bill.elementor__active .elementor__bill_content {
    animation-name: fadeIn;
    animation-duration: 200ms;
}
/*****************************************
notification.css
******************************************/
.toast {
    position: absolute;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  }
 
  
  .toast .toast-content {
    display: flex;
    align-items: center;
  }
  
  .toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #319259;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background-image: linear-gradient(350deg, #319259, #35b667);
  }
  .message .text.text-1 {
    text-transform: capitalize;
}
span.text.text-2 {
    text-transform: capitalize;
}

  .toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  
  .message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }
  
  .message .text.text-1 {
    font-weight: 600;
    color: #333;
  }
  
  .toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
  }
  
  .toast .close:hover {
    opacity: 1;
  }
  
  .toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
  
  }
  
  .toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #319259;
  }

  .toast {
    right: 0;
    left: 0;
    width: 400px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
 
.toast.active {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}
    
  .toast.active  .progress.active:before {
    animation: progress 5s linear forwards;
  }
/*****************************************
Process.css
******************************************/
.elementor__product_process {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s ease, opacity .4s ease;
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__product_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__product_content {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    display: block;
    width: 500px;
}
.elementor__product_padding {
    display: flex
;
    flex-direction: column;
    height: 310px;
}
.elementor__product_check {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    background-image: linear-gradient(350deg, #319259, #35b667);
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}
.elementor__product_check:before {
    animation: ripple 2s ease-out infinite;
    border: solid 1px #34ac63;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.elementor__product_check:after {
    animation: ripple 2s 1s ease-out infinite;
    border: solid 1px #34ac63;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.elementor__product_check svg {
    width: 25px;
    height: 25px;
}
.elementor__product_check svg path {
    stroke: #fff;
    transition: stroke .4s ease-out;
}
.elementor__product_success {
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: capitalize;
}
.elementor__product_id {
    display: flex
;
    flex-direction: column;
    line-height: 1.2;
    gap: 5px;
    margin-bottom: 20px;
}
.elementor__product_order {
    position: relative;
    display: block;
    line-height: 1.2;
    margin-bottom: 3px;
    font-size: 16px;
    text-transform: capitalize;
    color: #888;
}
.elementor__product_code {
    text-transform: uppercase;
}
.elementor__product_process .elementor__product_flex {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.elementor__product_process .elementor__product_flex>div {
    width: 100%;
}
.elementor__product_process .elementor__product_flex>div>p {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #888;
}
.elementor__product_process .elementor__product_flex>div>span {
    font-weight: 500;
    text-transform: capitalize;
}
.elementor__product_bottom {
    margin-top: auto;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.elementor__product_bottom a, .elementor__product_bottom button {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.elementor__product_view {
    border-color: #d6d6d6;
}
.elementor__product_new {
    background-image: linear-gradient(350deg, #319259, #35b667);
    border-color: transparent;
    color: #fff;
}
.elementor__product_process.active, .elementor__product_process.active .elementor__product_overlay {
    opacity: 1;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 200ms;
}
/*****************************************
welcome.css
******************************************/
.elementor__welcome, .elementor__welcome_overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__welcome {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    z-index: 999999;
}
.elementor__welcome_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00000057;
}
.elementor__welcome_content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 40px;
    width: 400px;
    animation-name: fadeOutUp;
    animation-duration: 200ms;
}
.elementor__welcome_padding figure {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.elementor__welcome_title {
    font-size: 16px;
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}
.elementor__welcome_text {
    color: #888;
    text-transform: capitalize;
    position: relative;
    display: block;
    line-height: 1.4;
    margin: 10px 0;
    font-size: 13px;
}
.elementor__welcome_clock {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.elementor__welcome_status {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.elementor__welcome_out {
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    color: #f36c53;
    background-color: #fcece9;
    font-size: 10px;
    font-weight: 600;
    height: 26px;
    padding: 0px 10px;
    gap: 10px;
    text-transform: capitalize;
}
.elementor__welcome_out i {
    font-size: 6px;
}
.elementor__welcome_time {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.elementor__welcome_time>time {
    font-size: 30px;
    font-weight: 500;
    font-family: sans-serif;
    position: relative;
    display: block;
}
.elementor__welcome_flex {
    margin-top: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.elementor__welcome_flex .elementor__welcome_later {
    border-color: #d4d2d1;
}
.elementor__welcome_flex>button {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: background-image .4s ease-out, background-color .4s ease-out, color .4s ease-out, border-color .4s ease-out;
}
.elementor__welcome_flex .elementor__welcome_clockin {
    background-image: linear-gradient(350deg, #319259, #35b667);
    color: #fff;
}
.elementor__welcome.active, .elementor__welcome.active .elementor__welcome_overlay {
    opacity: 1;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 200ms;
}
.elementor__welcome.active .elementor__welcome_content {
    animation-name: fadeInUp;
    animation-duration: 200ms;
}
.elementor__welcome_stat {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}
/*****************************************
Login.css
******************************************/
.elementor__login_image {
    height: auto;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
}
.elementor__login_flex {
    display: flex
;
}
.elementor__login_image {
    width: 100%;
}
.elementor__login_form {
    width: 100%;
}
.elementor__login_header {
    position: absolute;
    top: 0;
    left: 80px;
    width: 100%;
    height: 80px;
    display: flex
;
    align-items: center;
    z-index: 9999;
}
.elementor__login .elementor__main {
    padding: 0;
}
.elementor__login {
    background-color: #f3faf8;
}
.elementor__login_content {
    padding: 80px;
}
.elementor__login_padding {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.elementor__login_form {
    padding: 80px;
}
.elementor__login_logo .elementor__logo_image {
    height: auto;
    width: 140px;
}
.elementor__login_padding {
    display: flex
;
    flex-direction: column;
}
.elementor__login_flex {
    height: 100%;
}
.elementor__login_title {
    font-size: 30px;
    text-align: left;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    display: block;
    white-space: nowrap;
    line-height: 1.2;
    margin-bottom: 10px;
}
.elementor__login_text {
    position: relative;
    display: block;
    line-height: 1.2;
    text-transform: capitalize;
    color: #888;
}
.elementor__login_head {
    position: relative;
    display: grid
;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: left;
    overflow: hidden;
    margin-bottom: 50px;
}
.elementor__login_footer {
    margin-top: auto;
}
.elementor__login_form {
    display: flex
;
    flex-direction: column;
}
.elementor__login_input {
    display: flex
;
    padding: 0px 15px;
    background-color: #fff;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 55px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
}
.elementor__login_item .elementor__login_label {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 15px;
}
.elementor__login_body {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 20px;
}
.elementor__login_display {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    gap: 15px;
    flex-wrap: wrap;
}
.elementor__login_label {
    display: flex
;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.elementor__login_label {
    gap: 10px;
    position: relative;
}
.elementor__login_display .elementor__login_label {
    cursor: pointer;
}
.elementor__login_buttons {
    display: block;
    line-height: 1.2;
    margin-bottom: 50px;
}
.elementor__login_head {
    margin-top: 50px;
}
.elementor__login_forgot {
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--color);
}
.elementor__login_button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(350deg, #319259, #35b667);
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease-out, visibility .4s ease-out;
}
.elementor__login_button {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 55px;
    background-color: transparent;
    color: #fff;
    transition: color .4s ease-out, background-color .4s ease-out;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.elementor__login_button p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.elementor__login_button:hover {
    background-color: #000;
}
.elementor__login_button:hover:before {
    opacity: 0;
    visibility: hidden;
}
.elementor__login_account {
    text-align: left;
    text-transform: capitalize;
    display: flex;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}
.elementor__login_account a {
    color: var(--color);
}

.elementor__login_or:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
}
.elementor__login_or {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.elementor__login_or:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.elementor__login_or span {
    position: relative;
    z-index: 3;
}
.elementor__login_google {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 15px;
    font-size: 14px;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    height: 55px;
    border-radius: 10px;
    margin-top: 30px;
}
.elementor__login_input:active, .elementor__login_input:focus {
    caret-color: var(--color);
    border-color: var(--color);
}
.elementor__login_input {
    transition: caret-color .4s ease-out, border-color .4s ease-out;
}
.elementor__login_google:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.elementor__login_google {
    transition: background-color .4s ease-out, border-color .4s ease-out;
}
.elementor__login_forgot:hover {
    color: #000;
}
.elementor__login_forgot {
    transition: color .4s ease-out;
}
.elementor__login_display .elementor__login_label .elementor__login_check {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.elementor__login_mark {
    height: 20px;
    width: 20px;
    background-color: #eee;
    position: relative;
}
.elementor__login_mark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    content: '';
    position: absolute;
}
.elementor__login_display .elementor__login_label input:checked ~ .elementor__login_mark {
    background-color: var(--color);
}
.elementor__login_display .elementor__login_label input:checked ~ .elementor__login_mark:after {
    display: block;
}
.elementor__login_mark {
    border-radius: 3px;
    overflow: hidden;
}
.elementor__login_content {
    position: relative;
    z-index: 10;
}
.elementor__login_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
/*****************************************
Signin.css
******************************************/
.elementor__signin .elementor__main {
    padding: 0;
}
.elementor__login_item>div label {
    cursor: pointer;
}
.elementor__login_item>div:nth-child(2) {
    margin-bottom: 10px;
}
.elementor__login_item>div input {
    width: auto;
}
.elementor__login_item>div {
    display: flex
;
    align-items: center;
    gap: 10px;
    text-align: left;
    justify-content: left;
    position: relative;
}
div#companyFields .elementor__login_item + .elementor__login_item {
    margin-top: 20px;
}
.elementor__signin .elementor__login_forgot{
    display: none;
}
/*****************************************
Order Page.css
******************************************/
.elementor__order_page .elementor__main {
    padding: 0;
}
.elementor__order_page .elementor__header .elementor__side_profile_details {
    width: 300px;
    height: 55px;
}
.elementor__order_table_padding {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.elementor__order_table_title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.elementor__order_table_head {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.elementor__order_table_filter {
    display: flex
;
    align-items: center;
}
.elementor__order_table_filter_content {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.elementor__order_table_filter {
    flex-wrap: wrap;
    gap: 15px;
}
.elementor__order_table_search_form {
    position: relative;
    display: flex
;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 10px;
    height: 40px;
}
.elementor__order_table_search_form .elementor__order_table_search_input {
    display: flex
;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.elementor__order_table_search_form {
    width: 240px;
}
.elementor__order_table_search_form .elementor__order_table_search_input {
    padding: 0px 10px;
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__order_table_search_button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
}
.elementor__order_table_search_form .elementor__order_table_search_input {
    padding-left: 40px;
}
.elementor__order_table_filter_item {
    position: relative;
}
.elementor__order_table_filter_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s ease-out, opacity .4s ease-out, transform .4s ease-out;
    z-index: 9;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 10px;
    width: 200px;
    background-color: #fff;
    transform: translate(0px, 50px);
}
.elementor__order_table_filter_dropdown.elementor__active {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 10px);
}
.elementor__order_table_filter_dropdown button:last-child {
    border: 0;
}
.elementor__order_table_filter_dropdown button {
    display: flex
;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 0px 15px;
    text-transform: capitalize;
    font-size: 14px;
    height: 40px;
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f8;
}
.elementor__order_table_filter_dropdown.elementor__active {
    padding: 10px;
}
.elementor__order_table_filter_button {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 10px;
    text-transform: capitalize;
    cursor: pointer;
}
.elementor__order_table_head {
    margin-bottom: 20px;
}
.elementor__order_table thead {
    background-color: #f7f7f7;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.elementor__order_table_padding table tr {
    padding: 0px 20px;
}
.elementor__order_table_padding table tr th, .elementor__order_table_padding table tr td {
    width: 100%;
}
.elementor__order_table_padding table tr {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.elementor__order_table_padding table tbody tr {
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
}
.elementor__in_progress {
    background-color: #fdf8ea;
    color: #eac074;
}
.elementor__order_table_padding table tr td span {
    display: inline-flex
;
    align-items: center;
    padding: 0px 10px;
    border-radius: 50px;
    height: 28px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    text-transform: capitalize;
}
.elementor__open_bill {
    background-color: #e7f4fc;
    color: #5b9fd8;
}
.elementor__order_table_padding table tr td {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
}
.elementor__order_table_padding table tr td p {
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    position: relative;
    display: block;
    line-height: 1.2;
}
.elementor__order_table_padding table tr th {
    position: relative;
    display: flex
;
    align-items: center;
    text-transform: capitalize;
    font-weight: 500;
}
.elementor__order_table_padding table tbody tr {
    cursor: pointer;
}
.elementor__order_table_padding table tr td span {
    font-weight: 400;
    font-size: 12px;
}
.elementor__order_table_padding table tbody tr {
    height: 70px;
}
.elementor__completed {
    background-color: #daf4e7;
    color: #55ac78;
}
.elementor__cancelled {
    background-color: #feecea;
    color: #cd6757;
}
.elementor__order_table_padding table tr th {
    color: #858585;
    font-weight: 400;
}
.elementor__order_table_padding table tr td em {
    display: inline-flex
;
    align-items: center;
    position: relative;
    background-color: #f8f8f8;
    padding: 0px 10px;
    border-radius: 5px;
    height: 28px;
}
.elementor__order_page .elementor__menu_icon svg {
    width: 19px;
    height: 19px;
}
.elementor__order_page .elementor__menu_icon {
    display: flex
;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    text-transform: capitalize;
    font-size: 12px;
    position: relative;
}
.elementor__order_page .elementor__menu_text {
    text-align: left;
    margin-top: auto;
}
.elementor__order_table thead tr {
    width: 100%;
}

.elementor__order_table thead {
    border-top-right-radius: 8px;
    overflow: hidden;
    display: flex
;
    border-top-left-radius: 8px;
}
.elementor__order_page .elementor__menu_link {
    height: 120px;
}
.elementor__order_page .elementor__menu_current .elementor__menu_link:before {
    top: 30%;
}
.elementor__order_page .elementor__menu_link rect {
    display: none;
}
.elementor__order_page .elementor__menu_item:last-child .elementor__menu_link path {
    stroke-width: 2;
}
.elementor__order_page .elementor__menu_link .elementor__menu_text {
    font-size: 25px;
    font-weight: 400;
}
.elementor__order_pages {
    display: flex
;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
    position: relative;
}
.elementor__order_pages_list {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    gap: 10px;
}
.elementor__order_pages_list {
    flex-wrap: wrap;
}
.elementor__order_pages_link {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}
.elementor__order_pages_current .elementor__order_pages_link {
    background-image: linear-gradient(350deg, #319259, #35b667);
    color: #fff;
}
.elementor__order_page .elementor__header_profile {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.elementor__order_table_head {
    flex-wrap: wrap;
}
.elementor__order_details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.elementor__order_details, .elementor__order_details_overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    animation-name: fadeOut;
    animation-duration: 200ms;
}
.elementor__order_details.active, .elementor__order_details.active .elementor__order_details_overlay {
    opacity: 1;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 200ms;
}
.elementor__order_details_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}
.elementor__order_details_content {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    width: 700px;
    height: 100%;
    overflow: auto;
    top: 0;
    right: 0;
}
.elementor__order_details_title {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    background-color: #e5e5e5;
    height: 50px;
    font-size: 16px;
    text-transform: capitalize;
}
.elementor__order_details_grid {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: 40px;
    gap: 15px;
}
.elementor__order_details_item .elementor__order_details_tile {
    color: #888;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 5px;
}
.elementor__order_details_text {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}
.elementor__order_details_table thead tr th {
    width: 100%;
}
.elementor__order_details_table thead tr {
    display: flex
;
    align-items: center;
}
.elementor__order_details_table thead, .elementor__order_details_table table {
    width: 100%;
}
.elementor__order_details_table thead tr th {
    text-align: left;
}
.elementor__order_details_table thead tr {
    width: 100%;
}
.elementor__order_details_table table tbody tr {
    display: flex
;
    align-items: center;
    text-align: left;
}
.elementor__order_details_table table tr td {
    width: 100%;
}
.elementor__order_details_table {
    padding: 0px 40px;
}
.elementor__order_details_table thead tr {
    background-color: #f7f7f7;
    height: 50px;
    padding: 0px 20px;
    border-top: 15px;
    overflow: hidden;
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
}
.elementor__order_details_table thead {
    display: flex
;
    align-items: center;
    overflow: hidden;
}
.elementor__order_details_table thead tr {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.elementor__order_details_table thead tr th:first-child, .elementor__order_details_table table tr td:first-child {
    flex: 3;
}
.elementor__order_details_table thead tr th, .elementor__order_details_table table tr td {
    flex: 1;
}
.elementor__order_details_table thead tr th {
    font-weight: 500;
    text-transform: uppercase;
}
.elementor__order_details_total {
    padding: 40px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.elementor__order_details_wrap {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.elementor__order_details_subtotal {
    padding: 15px;
    position: relative;
    display: block;
    background-color: #f7f7f7;
}
.elementor__order_details_total {
    margin-top: 20px;
}
.elementor__order_details_wrap {
    height: 30px;
}
.elementor__order_details_wrap>p, .elementor__order_details_wrap>span {
    text-transform: capitalize;
}
.elementor__order_details_wrap:last-child {
    border-width: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ededed;
}
.elementor__order_details_table table tbody tr {
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
}
.elementor__order_details_table table tr td img {
    width: 60px;
    background-color: #e5e5e5;
}
.elementor__order_details_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}
.elementor__order_details_content::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
    display: block;
}
.elementor__order_details_btn {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}
.elementor__order_details_btn {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
}
.elementor__order_details_btn:last-child {
    background-image: linear-gradient(350deg, #319259, #35b667);
    color: #fff;
    border-color: transparent;
}
.elementor__order_details_content::-webkit-scrollbar-track {
    background-color: transparent;
}
.elementor__order_details_content::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-radius: 50px;
    height: 5px;
    display: flex
;
    align-items: center;
}
.elementor__order_details_buttons {
    gap: 15px;
}
.elementor__order_details_table thead tr, .elementor__order_details_table table tbody tr {
    gap: 20px;
}
/*****************************************
Forgot.css
******************************************/
.elementor__forgot_padding {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}
.elementor__forgot__content {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}
.elementor__forgot__content #canv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.elementor__forgot_padding {
    position: relative;
    z-index: 9;
}
/*****************************************
Profile.css
******************************************/
.elementor__profile_menu {
    width: 220px;
}
.elementor__profile_wrap {
    width: 80%;
}
.elementor__profile .elementor__main {
    padding: 0;
}
.elementor__profile_link svg {
    width: 17px;
    height: 17px;
}
.elementor__profile_link {
    display: flex
;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    transition: background-color .4s ease-out, border-color .4s ease-out;
    border-radius: 8px;
}
.elementor__profile_link {
    padding: 0px 10px;
}
.elementor__profile_current .elementor__profile_link {
    background-color: #ffffff;
    border-color: #d6d6d6;
}
.elementor__profile_link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    border-radius: 50px;
    height: 50%;
    background-image: linear-gradient(350deg, #319259, #35b667);
    transform: translate(-10px, 0px);
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease-out, opacity .4s ease-out, visibility .4s ease-out;
}
.elementor__profile_current .elementor__profile_link:before {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.elementor__profile_menu .elementor__profile_list {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 15px;
}
.elementor__profile_wrap {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
}
.elementor__profile_head {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.elementor__profile_button {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 6px;
    background-image: linear-gradient(350deg, #319259, #35b667);
    color: #fff;
    height: 38px;
    padding: 0px 20px;
    font-size: 14px;
    text-transform: capitalize;
    overflow: hidden;
}
.elementor__profile_title {
    position: relative;
    display: block;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 17px;
}
#logoPreview {
    margin-top: 10px;
    display: none;
    border: 1px solid #f2f2f2;
    padding: 0px 15px;
  }
  #logoPreview img {
    max-width: 100px;
    display: block;
    margin-bottom: 5px;
  }
  #removeLogo {
    background-color: red;
    color: white;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
  }
  .social-link {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
  }
  .social-link img {
    width: 24px;
    height: 24px;
  }
  .warning {
    color: red;
    margin-top: 10px;
  }
  img#logoImage {
    float: left;
    width: 60px;
    height: auto;
    padding: 7px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #e9e9e9;
    position: relative;
}
img#logoImage {
    margin-right: 10px;
}
#logoPreview {
    position: relative;
}
button#removeLogo {
    position: absolute;
    top: 20px;
    right: 15px;
}
p#logoName {
    position: relative;
    display: block;
    margin-top: 7px;
}
#logoPreview {
    height: 80px;
}
div#logoPreview {
    padding-top: 10px;
}
div#logoPreview {
    border-radius: 10px;
    overflow: hidden;
}
button#removeLogo svg {
    width: 21px;
    height: 21px;
}
button#removeLogo {
    background-color: transparent;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
}
.elementor__profile_head {
    margin-bottom: 40px;
}
div#logoPreview {
    margin-bottom: 20px;
}
.elementor__profile_form [type="text"], .elementor__profile_form [type="email"], .elementor__profile_form [type="tel"] {
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    border-radius: 10px;
    height: 50px;
    display: flex
;
    align-items: center;
    text-align: left;
    padding: 0px 15px;
}
.elementor__profile_form label, .elementor__profile_form h4 {
    display: block;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
}
.elementor__profile_flex {
    display: flex
;
    align-items: center;
}
.elementor__profile_col {
    width: 100%;
}
.elementor__profile_flex {
    position: relative;
    gap: 10px;
}
.elementor__profile_body {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
}
.elementor__profile_form h4 {
    margin-top: 10px;
}
.elementor__profile_form .elementor__add_social:hover {
    background-color: var(--color);
}
.elementor__profile_form .elementor__add_social {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    height: 50px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    padding: 0px 20px;
    transition: background-color .4s ease-out;
}
input#logoInput {
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 10px;
    padding: 0px 15px;
    position: relative;
    cursor: pointer;
}
.elementor__profile_form .elementor__add_social {
    margin-top: 15px;
}
.elementor__profile_wrap {
    margin-bottom: 30px;
}
.elementor__profile .elementor__side_profile_details .elementor__side_profile_clock {
    position: absolute;
    top: -11px;
    height: 22px;
    right: 0;
}
.elementor__profile .elementor__side_profile_details {
    margin-bottom: 15px;
}
.elementor__profile_head {
    gap: 15px;
    flex-wrap: wrap;
}

/* Step Navigation Styles */
.step-nav {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-width: 0;
    padding-top: 40px;
    position: relative;
}
  .step-nav-item {
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 400;
    color: #000;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.step-nav-item .status-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--bgcolor);
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #c7c7c7;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-nav-item .status-circle:before {
    content: '';
    width: 4px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    background-color: green;
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s ease-out, opacity .4s ease-out;
}
  .step-nav-item.completed .status-circle {
    background-color: var(--color);
    border-color: transparent;
  }
  .step-nav-item.completed::after {
    content: '\f00c';
    color: white;
    background-image: linear-gradient(350deg, #319259, #35b667);
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    font-family: fontawesome;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    left: 0;
    margin: 0 auto;
    z-index: 5;
}
.step-nav-item:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 100%;
    background-color: #c7c7c7;
    height: 1px;
    top: 20px;
}
.step-nav-item:last-child:before {
    display: none;
}

  .step-section {
    display: none;
  }
  .step-section.active {
    display: block;
  }
  .navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    z-index: 99999;
  }
  .btn-next, .btn-prev {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
  }
  .btn-next { background-color: #4CAF50; }
  .btn-prev { background-color: #888; }

  /* Product Info Styles */
  .product-info-container {
    font-family: Arial, sans-serif;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    border-width: 0;
}
  .product-info-field {
    margin-bottom: 15px;
    
  }
  #ingredient-list .product-info-field {
    display: flex;
    gap: 10px;
  }
  .product-info-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.step-section {
    width: 1350px;
    margin: 0 auto;
}
div#step-3 h3 {
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
}
.product-info-upload-preview {
    border: 1px solid rgb(229 229 229);
    border-radius: 10px;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 7px;
}
  .product-info-input, .product-info-textarea, .product-info-select, .product-info-number {
    width: 100%;
    padding: 8px;
    border: 1px solid rgb(229 229 229);
    border-radius: 4px;
    box-sizing: border-box;
}
  .product-info-upload-preview {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .product-info-upload-preview img {
    max-width: 80px;
    max-height: 80px;
    margin-right: 10px;
    border-radius: 4px;
  }
  .product-info-upload-preview span {
    font-size: 14px;
    color: #555;
  }
  .product-info-cancel-btn {
    margin-left: auto;
    background: #ff4d4d;
    color: white;
    padding: 4px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .product-info-warning {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }
  .product-info-dropdown {
    transition: all 0.3s ease;
  }
  .product-info-note-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .product-info-note-input {
    flex: 1;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px;
    display: none;
}
  .product-info-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  .product-info-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .product-info-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
  }
  .product-info-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }
  .product-info-switch input:checked + .product-info-slider {
    background-color: #66bb6a;
  }
  .product-info-switch input:checked + .product-info-slider:before {
    transform: translateX(20px);
  }


  .variant-box {
    border: 1px solid transparent;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
}

.variant-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.variant-label {
  flex: 1;
  font-weight: bold;
}

.btn-arrow, .btn-close {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

.variant-options.hidden {
  display: none;
}

.option-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.option-name, .option-price {
    padding: 6px;
    border: 1px solid rgb(229 229 229);
    border-radius: 4px;
}

.option-name {
  flex: 2;
}

.option-price {
  width: 80px;
}

.btn-add-option {
  background-color: #4CAF50;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-add-option:hover {
  background-color: #45a049;
}

/* Switch Style */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 22px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px; width: 18px;
  left: 2px; bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.switch input:checked + .slider {
  background-color: #4CAF50;
}

.switch input:checked + .slider:before {
  transform: translateX(18px);
}
#product-image-preview {
opacity: 0;
transition: opacity 0.3s ease;
}
#product-image-preview.visible {
opacity: 1;
}
.publish-toast {
position: fixed;
bottom: 30px;
right: 30px;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
opacity: 0;
transition: opacity 0.4s ease, transform 0.4s ease;
transform: translateY(20px);
z-index: 9999;
}
.publish-toast.show {
opacity: 1;
transform: translateY(0);
}
.elementor__publish .elementor__main {
    padding: 0;
}
.elementor__publish .elementor__main {
    padding-bottom: 40px;
}
/*****************************************
Tables.css
******************************************/
.elementor__article_background {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 10px;
}
.elementor__tables .elementor__main {
    padding: 0;
}
.elementor__tables_aside {
    width: 25%;
    position: relative;
    overflow: hidden;
}
.elementor__tables_form {
    width: 75%;
    position: relative;
    overflow: hidden;
}
.elementor__tables_circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.elementor__tables_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #cacaca;
}

span.elementor__tables_number.stat {
    background: #ddd;
}
span.elementor__tables_number.stat.ss1 {
    background: #319259;
    color: #fff;
}
.elementor__tables_individuals {
    position: absolute;
    top: -12px;
    right: -10px;
    background-color: #000;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 10px;
    border-radius: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
}
.elementor__article_background {
    padding: 20px;
}
.elementor__tables_aside {
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
    border-radius: 10px;
    padding: 15px;
}
.elementor__tables_list {
    display: flex
;
    flex-direction: column;
    position: relative;
}
.elementor__tables_item {
    display: flex
;
    flex-direction: column;
    text-align: left;
    align-items: baseline;
    position: relative;
}
.elementor__tables_button {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
}
.elementor__tables_info i {
    font-size: 3px;
}
.elementor__tables_info {
    display: flex
;
    align-items: center;
    color: #b1b1b1;
    font-size: 12px;
    gap: 8px;
    position: relative;
}
.elementor__tables_block {
    cursor: pointer;
}
.elementor__tables_grid {
    display: grid
;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
.elementor__tables_flex {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.elementor__tables_grid {
    gap: 25px;
}
.elementor__tables_first .elementor__tables_grid:first-child {
    display: flex;
}
.elementor__tables_form {
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
    border-radius: 10px;
    padding: 25px;
}
.elementor__tables_item {
    padding: 20px 0;
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
}
.elementor__tables_content {
    display: flex
;
    flex-direction: column;
    gap: 50px;
}
.elementor__tables_center .elementor__tables_grid:last-child {
    display: flex
;
    flex-direction: column;
}
.elementor__tables_rectangle {
    height: 60px;
    width: 120px;
    border-radius: 10px;
}
.elementor__tables_square {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.elementor__tables_last .elementor__tables_grid {
    display: flex
;
}
.elementor__tables_number {
    position: relative;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
}
.elementor__tables_Availability button:before {
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    background-color: #ececec;
    transition: background-color .4s ease-out;
}
.elementor__tables_Availability {
    display: flex
;
    align-items: center;
}
.elementor__tables_Availability button {
    display: flex
;
    align-items: center;
    gap: 8px;
    height: 40px;
}
.elementor__tables_Availability {
    gap: 20px;
}

.elementor__tables_block.hide {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  position: absolute;
}
/* Animation transition */
.elementor__tables_block {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: scale(1);
}
.elementor__tables_Availability {
    margin-bottom: 40px;
}
.elementor__tables_Availability button.active:before {
    background-color: #34a963;
}

/* Show table info when active */
.elementor__tables_item.show {
  display: block;
  opacity: 1;
}
/* Animation for info */
.elementor__tables_info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* Show info with animation */
.elementor__tables_item.active .elementor__tables_info {
  max-height: 100px;
  opacity: 1;
}

/* Active class style (optional) */
.elementor__tables_item.active:before {
    color: #f54d2b;
}
.elementor__tables_block.selected {
    background-color: var(--color);
    border-color: var(--color);
}

.elementor__tables_block.selected .elementor__tables_number {
    background-color: #fff;
}
.elementor__tables_item:before {
    content: '\f111';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    color: var(--color);
    left: 0;
    transition: color .4s ease-out;
}
.elementor__tables_block.used .elementor__tables_number {
    background-color: #f7f7f7;
}
.elementor__tables_edit {
  position: absolute;
  display: flex;
  gap: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.elementor__tables_item {
    padding-left: 15px;
}

.elementor__tables_edit.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.elementor__tables_edit {
    background-image: linear-gradient(330deg, #2a2c2a, #68676a);
    color: #fff;
}
.elementor__tables_edit button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.elementor__tables_edit button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.elementor__tables_edit {
    border-color: #2a2c2a;
}
.elementor__article_head {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.elementor__article_info {
    display: flex
;
    align-items: center;
}
.elementor__article_edit {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    gap: 10px;
    border-radius: 10px;
    height: 36px;
    background-color: var(--color);
    color: #fff;
    padding: 0px 10px;
}
.elementor__article_filter_item {
    position: relative;
}
.elementor__article_filter {
    display: flex
;
    align-items: center;
}
.elementor__article_search {
    display: flex;
    align-items: center;
    position: relative;
}
.elementor__article_input {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 10px;
    padding: 0px 15px;
    height: 35px;
    font-size: 12px;
    text-transform: capitalize;
}
.elementor__article_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.elementor__article_input {
    padding-left: 40px;
}
.elementor__article_filter_button i {
    font-size: 12px;
}
.elementor__article_filter_button {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 10px;
    height: 35px;
    padding: 0px 10px;
    gap: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
}
.elementor__article_info {
    flex-wrap: wrap;
    gap: 15px;
}
.elementor__article_filter {
    flex-wrap: wrap;
    gap: 15px;
}
.elementor__article_head {
    flex-wrap: wrap;
    gap: 15px;
}
.elementor__article_filter_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out, transform .4s ease-out;
    transform: translate(0px, 50px);
    width: 200px;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
}
.elementor__article_filter_dropdown {
    display: flex
;
    flex-direction: column;
    align-items: baseline;
}
.elementor__article_edit svg {
    fill: #fff;
}
.elementor__article_filter_selection {
    position: relative;
    height: 40px;
    display: flex
;
    align-items: center;
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.elementor__article_title {
    font-size: 18px;
    font-weight: 500;
}
.elementor__article_filter_dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 10px);
}
.elementor__tables_price {
    opacity: 0;
    visibility: hidden;
    position: relative;
    transition: opacity .4s ease-out, visibility .4s ease-out;
}
.elementor__tables_item.active .elementor__tables_price {
    opacity: 1;
    visibility: visible;
}
.elementor__tables_aside {
    height: 667px;
    overflow: auto;
}
.elementor__article_search_dropdown .elementor__article_search_option {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 0px 5px;
    font-size: 12px;
    text-transform: capitalize;
}
.elementor__article_search_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex
;
    flex-wrap: wrap;
    transform: translate(0px, 50px);
    padding: 15px;
    z-index: 99;
    border-radius: 10px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    gap: 5px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease-out, visibility .4s ease-out, opacity .4s ease-out;
}
.elementor__article_search_dropdown.active {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 10px);
}
.elementor__tables_item:last-child {
    border: 0;
}
.elementor__tables_button {flex-wrap: wrap;}
.elementor__tables_item.active .elementor__tables_info {flex-wrap: wrap;}
.elementor__tables_Availability {
    flex-wrap: wrap;
}
.elementor__tables_flex {
    gap: 50px;
    flex-wrap: wrap;
}
.elementor__tables_first .elementor__tables_grid:first-child {
    flex-wrap: wrap;
}
.elementor__tables_last .elementor__tables_grid {
    flex-wrap: wrap;
}
/*****************************************
Tables Layout.css
******************************************/
#elementor__tables_layout .elementor__tables_form {
    width: 100%;
}
#elementor__tables_layout .elementor__tables_form {
    padding: 70px;
}
#elementor__tables_layout .elementor__article_reset {
    text-transform: capitalize;
    font-size: 14px;
    color: #de5643;
    font-weight: 500;
}
#elementor__tables_layout .elementor__article_edit {
    padding: 0px 25px;
}
#elementor__tables_layout .elementor__tables_add {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    animation-name: fadeOut;
    animation-duration: 200ms;
    transition: opacity .4s ease-out, visibility .4s ease-out, animation-name .4s ease-out;
    z-index: 99999999;
}
#elementor__tables_layout .elementor__tables_add .elementor__overlay {
    animation-name: fadeOut;
    animation-duration: 200ms;
}
#elementor__tables_layout .elementor__tables_add_wrapper {
    position: relative;
    z-index: 99;
    background-color: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
}
#elementor__tables_layout .elementor__tables_add_head {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    height: 56px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    background-color: #e5e5e5;
}
#elementor__tables_layout .elementor__tables_add_form {
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
}
#elementor__tables_layout .elementor__tables_add_label {
    text-transform: capitalize;
    font-size: 14px;
}
#elementor__tables_layout .elementor__tables_add_name_number {
    height: 45px;
    border-radius: 10px;
    position: relative;
    display: flex
;
    align-items: center;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    width: 100%;
    overflow: hidden;
}
#elementor__tables_layout .elementor__tables_add_item {
    width: 100%;
    position: relative;
}
#elementor__tables_layout .elementor__tables_add_name_number {
    padding: 0px 15px;
}
#elementor__tables_layout .elementor__tables_add_item {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
#elementor__tables_layout .elementor__tables_add_alert {
    position: relative;
    color: #8c8c8c;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
}
#elementor__tables_layout .elementor__tables_add_form {
    gap: 15px;
}
#elementor__tables_layout .elementor__tables_add_name_type {
    height: 45px;
    border-radius: 10px;
    position: relative;
    display: flex
;
    align-items: center;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    width: 100%;
    overflow: hidden;
    padding: 0px 15px;
    justify-content: space-between;
}
#elementor__tables_layout .elementor__tables_add_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    transform: translate(0px, 30px);
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease-out, opacity .4s ease-out, visibility .4s ease-out;
}
#elementor__tables_layout .elementor__tables_add_buttons {
    padding: 20px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
}
#elementor__tables_layout .elementor__tables_add_buttons {
    background-color: #fff;
}
#elementor__tables_layout .elementor__tables_add_buttons button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}
#elementor__tables_layout .elementor__tables_add_buttons button {
    height: 50px;
    border-radius: 10px;
}
#elementor__tables_layout .elementor__tables_add_cancel {
    border-width: 1px;
    border-style: solid;
    border-color: #cdcdcd;
}
#elementor__tables_layout .elementor__tables_add_note {
    padding: 20px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
#elementor__tables_layout .elementor__tables_add_note>div {
    background-color: #e5e5e5;
    padding: 20px;
    border-radius: 15px;
    display: flex
;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}
#elementor__tables_layout .elementor__tables_add_buttons button {
    text-transform: capitalize;
}
#elementor__tables_layout .elementor__tables_add_add {
    background-color: hsl(144.22deg 53.17% 40.2%);
    color: #fff;
}
#elementor__tables_layout .elementor__tables_add_buttons {
    gap: 10px;
}
#elementor__tables_layout .elementor__tables_add_note>div i {
    background-image: linear-gradient(351deg, #2e2e2e, #6b6b6b);
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
}
#elementor__tables_layout .elementor__tables_add_note>div i {
    position: absolute;
    left: 20px;
}
#elementor__tables_layout .elementor__tables_add_note>div {
    padding-left: 50px;
    position: relative;
}
#elementor__tables_layout .elementor__tables_add_wrapper {
    width: 470px;
}
#elementor__tables_layout .elementor__tables_add_note_text strong {
    font-weight: 500;
}
#elementor__tables_layout .elementor__tables_add_item {
    z-index: 9;
}
#elementor__tables_layout .elementor__tables_add_dropdown_btn {
    text-align: left;
    width: 100%;
    height: 40px;
    display: flex
;
    align-items: center;
    text-transform: capitalize;
    position: relative;
}
#elementor__tables_layout .elementor__tables_add_name_type {
    text-transform: capitalize;
} 
#elementor__tables_layout .elementor__tables_add_note_text {
    text-transform: capitalize;
}
#elementor__tables_layout .elementor__tables_add.active, #elementor__tables_layout .elementor__tables_add.active .elementor__overlay {
    opacity: 1;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 200ms;
}
#elementor__tables_layout .elementor__tables_add_dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 10px);
}


/*****************************************
User Profile.css
******************************************/
#elementor__profile {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.elementor__profile_cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 20%;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
.elementor__profile_user_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.elementor__profile_user {
    position: absolute;
    right: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50px;
    margin: 0 auto;
    top: 50%;
    transform: translate(0px, -30px);
}
.elementor__profile_user {
    border-width: 5px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
}
.elementor__profile_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 70px;
    transform: translate(0px, -15px);
    position: relative;
}
.elementor__profile_info {
    gap: 20px;
}
#elementor__profile .elementor__profile_flex {
    justify-content: space-between;
    width: 100%;
}
.elementor__profile_info {
    padding-right: 100px;
    padding-left: 100px;
}
.elementor__profile_edit {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}
.elementor__profile_social {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
#elementor__profile .elementor__profile_flex {
    flex-wrap: wrap;
}
.elementor__profile_social_link {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    background-color: #000;
    width: 50px;
    color: #fff;
    font-size: 18px;
    transition: background-color .4s ease-out, color .4s ease-out;
}
.elementor__profile_name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.elementor__profile_username {
    text-transform: capitalize;
    position: relative;
    display: block;
    line-height: 1.2;
    color: #888;
}
.elementor__profile_social_link:hover, .elementor__profile_edit:hover {
    background-color: var(--color);
}
.elementor__profile_edit {
    transition: background-color .4s ease-out;
}
.elementor__profile_tab_list {
    padding-right: 100px;
    padding-left: 100px;
}
.elementor__profile_tab_list>div {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    border-radius: 50px;
    height: 60px;
}
.elementor__profile_tab_button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    height: 50px;
    background-color: transparent;
    gap: 10px;
}
.elementor__profile_tab_button {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.elementor__profile_tab_button.active {
    background-color: #fff;
    border-color: #efefef;
}
.elementor__profile_tab_content {
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 20px;
    
}
.elementor__profile_tab_items {
position: relative;
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.elementor__profile_tab_item:last-child .elementor__profile_tab_items {
    display: block;
}
.elementor__profile_tab_item:last-child {
    display: block;
}
.elementor__profile_tab_item .elementor__tables_form {
    width: 100%;
    margin-top: 20px;
}
.elementor__profile_head {
    position: relative;
}
.elementor__profile_tab_list>div {
    gap: 10px;
    padding: 0px 5px;
}
.elementor__profile_tab_item .elementor__tables_form {
    animation-name: fadeInUp;
    animation-duration: 500ms;
}
#elementor__profile {
    width: 1380px;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*****************************************
Root.css
******************************************/
:root {
    --colortext:hsl(0, 0%, 0%);
    --background:hsl(0deg 0% 100%);
    --bordercolor:hsl(0deg 0% 92.16%);
    --bgcolor:hsl(0deg 0% 96.86%);
    --color:hsl(144.22deg 53.17% 40.2%);
}