body {
    font-family: 'Archivo', sans-serif;
    background-color: #fff;
}

.bg_section {
    position: relative;
    height: 100vh
}

.box_sizing {
    text-align: center;
    padding: 100px;
    height: 100vh
}

.form_section {
    padding: 70px;
}
.footer_section{
    background: #393f67 !important;
    padding: 100px 0px;
    
}
.form_input input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    padding: 8px 20px;
    margin-bottom: 20px;
    outline: unset;

}

.form_input label {
    font-size: 14px;
    color: #585757;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}



body {
    /*font-family: 'Inter', sans-serif;*
    /*background-color: #F7F7F7;*/

}

header {
    border: black;
    border-width: 2px;
    /* box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06); */
}

.head_container {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.logo {
    float: left;
    /* margin-left: 20px; */
}

.logo img {
    height: 100px;
}

.menu {
    margin-top: 5px;
    float: right;
}

.menu ul {
    list-style-type: none;
    margin: 0px;
}

.menu li {
    display: inline;
    /* margin-right-last:0px;  */
}

.menu a {
    text-decoration: none;
    font-weight: 500;
    color: #969696;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
}

.accotn_text p {
    margin: 0px;
    cursor: pointer;

}

.accotn_text .dropdown-menu {
    left: -15px !important;
}

.site_right {
    align-items: center;
}

.icon {
    display: none;
}

.logo_nav {
    display: flex;
    align-items: center;
}

menu.responsive {
    position: relative;
}

menu.responsive {
    float: none;
    display: block;
    text-align: left;
}

@media screen and (max-width: 835px) {
    /* .logo img {
        height: 40px;
    } */
    /* ul > li:first-of-type{
        display:none;
    } */
    /* .menu{
        margin:0;
    } */
}


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

    .menu li {
        display: none;
    }

    .icon {
        font-weight: 900 !important;
        font-size: 27px !important;
        padding: 0;
        margin: 0;
        margin-top: -22px;
        display: flex;
    }

    /* .logo img {
        height: 40px;
    } */
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 87px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #1c3664;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #F7CA18;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.catalog_section {
    margin: 20px 0px
}

.cata_log_inner {
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 10px;

    display: flex;
    /* justify-content: space-around; */
    align-items: center;
}

.cata_log_title h3 {
    font-size: 22px;
    font-weight: 700;
}

.cata_log_title p {
    font-size: 14px;
    color: #585757;
}

.cata_log_inner .row {
    align-items: center;
}

.comtext_ p {
    color: #F98600
}

.cata_log_img {
    margin-right: 20px;
    width: 100px
}

.cata_log_img img {
    max-width: 100%
}

.cata_log_product {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;
    align-items: center;
}

.product_space .col-lg-3 {
    margin-bottom: 20px;
}

.product_heading_title h2 {
    font-size: 22px;
    font-weight: 700;
}

.best_sellert_btn button {
    border: 2px solid #E8E8E8;
    font-weight: 700;
    border-radius: 14px;
    padding: 8px 25px;
}

.product_img_section {
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 20px;
    margin: 0px 0px 10px !important;

}

.product_title_text {
    margin-bottom: 20px;
}

.product_title_text h4 {
    font-size: 18px;
    font-weight: 700;

}

.product_title_text p {
    color: #585757;
}

/* product_details-page----csss---start */
.product_details_img ul {
    padding: 0px;
    list-style: none;

}

.product_details_img ul li {
    background-color: #F7F7F7;
    margin: 0px 0px 10px;
    padding: 10px;

}



@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700;800&family=Sacramento&display=swap");


.wrapper {
    /* max-width: 90vw; */
    /* min-width: 275px; */
    /* margin: 10vh auto; */
}

.tabs {
    display: flex;
    border-bottom: none;
    background-color: #f6f6f6;
    padding: 4px 5px;
    width: max-content;
    border-radius: 10px;
    margin: 20px 0px;
}

.tab {
    padding: 0px 10px;
    cursor: pointer;
    background-color: #f6f6f6;
    text-align: center;
    border-radius: 10px;
}

.tab.active {
    border-bottom: none;
    border-right: none;
    border-left: none;
    background-color: #fff;
    font-weight: 700;
}

.tab:hover {
    background: #fff;
}


.active {
    display: block;
}

.tab-content {
    background-color: #fff;
}

.tab-content-item {
    /* border: 1px solid #ccc; */
    display: none;
    max-width: 100%;
    margin-top: -1px;
    padding-inline: 20px;
}

.tab-content-item.active {
    display: block;
}

/*Tab CSS Ends above*/

.details_product_list ul {
    column-count: 2;
    padding-left: 18px
}

.product_detalis_parts h3 {
    font-size: 22px;
    color: #1C1C1C;
    margin: 15px 0px;

}

.canvas_catlog {
    margin: 0px 0px 25px
}

.discription_text_list p {
    color: #585757;
}

.details_product_list ul li {
    color: #585757;
    line-height: 30px;
}

.start_desgin {
    background-color: #065040;
    color: #fff;
    border-radius: 6px;
    padding: 6px 15px;
}

.start_desgin:hover {
    color: #fff;
}

.button_text h3 {
    font-weight: 700;
}

.features_section {
    border-top: 1px solid #E8E8E8;
    margin: 50px 0px;

}

.features_heading {
    padding: 40px 0px 20px;
}

.features_heading h3 {
    font-size: 20px;
    font-weight: 600
}

.features_heading h4 {
    font-size: 17px;
    margin: 20px 0px 6px;
    font-weight: 700;
}

.features_heading p {
    font-size: 14px;
}

.instruction_text p {
    font-size: 16px !important;
}

/* product---details---page-----csss---end */





/*my-product-csss-start----*/
.product_section h3 {
    margin-bottom: 30px;
}

.my_product .best_sellert_btn button {
    border: 2px solid #E8E8E8;
    font-weight: 700;
    border-radius: 14px;
    padding: 8px 14px;
}

.product_form_input {
    position: relative;
}

.product_form_input input {
    border: 2px solid #E8E8E8;
    width: 100%;
    border-radius: 10px;
    padding: 6px 30px;
    outline: none;
}

.my_product_search {
    top: 8px;
    position: absolute;
    left: 11px;
}

.product_list {
    margin-top: 30px;
}

.border_section {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px;
}

.product_list td:first-child {
    border-left: 1px solid #E8E8E8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 10px;

}

.product_list td:last-child {
    border-right: 1px solid #E8E8E8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product_list table {
    border-collapse: unset;
    border-spacing: 0px 15px;
}

.img_div {
    width: 50px;
    height: 50px;
    /* margin: auto; */
    border-radius: 10px;
    overflow: hidden;
}

.border_bottom {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8 !important;

    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    vertical-align: middle !important;

}

.img_div img {
    min-width: 100%;
    max-width: 100%;
}

.unactive_product {
    width: 10px;
    height: 10px;
    background-color: #E92C2C;
    position: absolute;
    top: 50%;
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

.active_product_ {
    background-color: #0085FF;
}

.activate_deactive_product {
    text-indent: 19px;
    position: relative;
}

.edit_product_list {
    width: 40px;
    height: 40px;
    border: 1px solid #E8E8E8;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #F7F7F7;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    float: right;
}

.border_bottom .dropdown-menu {
    border: unset !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1), 0px 1px 18px rgba(0, 0, 0, 0.06), 0px 6px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.border_bottom .dropdown-menu .dropdown-item {
    font-weight: 700;
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: unset !important;
    color: unset !important
}

.deleted_product_model {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    background: linear-gradient(0deg, rgba(255, 59, 59, 0.1), rgba(255, 59, 59, 0.1)), #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model_deleted_ {
    position: relative;
    padding: 30px 20px;
}

.claose_delete_model {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 1px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 6%);
    border: 1px solid #969696 !important;
    background: #fff;
    position: absolute;
    right: 20px;
    /*line-height: 1px*/
}

.product_img_my {
    width: 50px
}

.product_img_my img {
    max-width: 100%;
    min-width: 100%
}

.delet_model_text {
    text-align: center;
    padding: 0px 30px 10px
}

.delet_model_text h3 {
    font-weight: 700;
    font-size: 26px;

}

.delet_model_text p {
    font-size: 18px;
    color: #585757;
}

.delet_model {
    flex-wrap: unset !important;
    justify-content: flex-start !important
}

.delet_model .cancel_btn {
    width: 50%;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 6%);
    padding: 10px;
    font-weight: 700;
}

.delet_model .deleted_btn {
    width: 50%;
    background: #E92C2C;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}


/*order-page-----csss----start*/

.order_page_start {
    margin: 30px 0px;

}

.order_btn .best_sellert_btn button {
    border: 2px solid #E8E8E8;
    font-weight: 700;
    border-radius: 14px;
    padding: 8px 14px;
}

.border_section {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px;
}

.order_section td:first-child {
    border-left: 1px solid #E8E8E8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 10px;

}

.order_section td:last-child {
    border-right: 1px solid #E8E8E8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.order_section table {
    border-collapse: unset;
    border-spacing: 0px 15px;
}

.border_bottom {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    vertical-align: middle !important;
}

.order_name_heading {
    font-weight: 700;
    font-size: 21px;
}

.order_naumber {
    display: flex;
    margin: 5px 0px 0px;
}

.order_naumber p {
    font-size: 12px;
    font-weight: 400;
    width: max-content;
    background: #F7F7F7;
    padding: 6px 15px;
    border-radius: 5px;
    color: #585757;

}

.order_unpaid {
    background-color: #E92C2C;
    width: max-content;
    padding: 5px 10px;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.order_holdeing {
    position: relative;
    margin: 10px 0px 0px;
}

.order_holdeing::after {
    width: 10px;
    height: 10px;
    background-color: #E92C2C;
    position: absolute;
    top: 8px;
    border-radius: 50px;
    content: '';

}

.order_holdeing p {
    text-indent: 20px
}

.order_price h5 {
    font-weight: 700;
}

.order_btn_section {
    text-align: center;
    display: flex;
    justify-content: center;
}

.order_btn_section .order_cancel_btn {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 6px 15px;
    font-weight: 700;
}

.order_btn_section .order_pay_btn {
    background: #065040;
    color: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 1px rgb(0 0 0 / 6%), 0px 1px 1px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 6px 15px;
    font-weight: 700;
}

.order_btn_section .invocie_contact_btn {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 6px 15px;
    font-weight: 700;
}

.order_btn_both {
    width: 315px;
}

.paid_bg {
    background-color: #00BA34;
}

.paid_dots::after {
    background-color: #00BA34;
}

.paid_dots_partiallY::after {
    background-color: #F98600;
}

.process_sing_dots::after {
    background-color: #0085FF;
}




/*order----info---page---csss*/
.order_info_section {
    margin: 20px 0px;
}

.order_info_section p {
    font-size: 14px;
}

.order_info_section p span {
    color: #585757;
}

.order_info_section p {
    color: #969696;
}

.order_info_section h2 {
    font-weight: 600;
    margin: 40px 0px 10px;
}

.order_info_section h6 {
    color: #969696;
}

.order_details {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px;
}

.order_details ul {
    padding: 0px;
    list-style: none
}

.order_details ul li {
    margin-bottom: 15px;

}

.order_details ul li h3 {
    font-weight: 700;
    font-size: 20px;
}

.order_img {
    width: 60px;
    height: 60px;
}

.order_img img {
    max-width: 100px
}

.list_order_badges ul {
    padding: 0px;
    flex-wrap: wrap;
}

.list_order_badges ul li {
    background-color: #f7f7f7;
    width: max-content;
    padding: 2px 8px;
    font-size: 12px;
}

.list_order_badges ul {
    display: flex;
}

.order_name_details_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_paying h3 {
    font-weight: 700;
}

.order_img_paresnt {
    display: flex;
    flex-wrap: wrap;
}

.order_right_details {
    border-bottom: 1px solid #E8E8E8;
    padding: 30px 0px;

}

.order_right_details h3 {
    margin-bottom: 30px;
    font-weight: 700;
}

.order_right_details h6 {
    font-weight: 700;
}

.order_right_details p {
    color: #585757;
    margin: 0px;
}

.order_details_unpaid h3 span {
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    background-color: #E92C2C;
    padding: 5px 7px;
    margin-bottom: 20px;

}

.order_listing {
    margin: 20px 0px 0px;
}

.order_listing h5 {
    font-weight: 700;
    text-align: end;
    margin-bottom: 1rem;
}

.order_listing p span {
    color: #969696;
    font-size: 15px;
}

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

.edt_icon_manage p {
    cursor: pointer;
}

.holde_dots {
    position: relative;
}

.holde_dots p {
    text-indent: 10px;
}

.holde_dots::after {
    position: absolute;
    top: 30px;
    background-color: red;
    height: 7px;
    width: 7px;
    content: '';
    left: 17px;
    content: '';
    border-radius: 50px;
}


/*files---page-----css-start*/
.files_heading {
    margin: 30px 0px 20px;
}

.add_fles_btn button {
    background-color: #065040;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    color: #fff;
    width: max-content;
}

.add_fles_btn button:hover {
    color: #fff;
}

.files_date h4 {
    font-weight: 700;
    margin: 0px;
    font-size: 20px;
}

.filese_deleted_section {
    width: 40px;
    height: 40px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    float: right;
}

.img_name h4 {
    font-size: 18px;
    font-weight: 700;
}

.img_name p {
    font-size: 14px;
}

.files_img {
    width: 130px;
    margin-right: 10px;
}

.files_img img {
    max-width: 100%;
}

.files_listing_parents .table td,
.table th {
    border: unset;
    vertical-align: middle;
}

.img_parsnts {
    width: 100px;
}

.files_section_heading .row {
    align-items: center;
}

.name_img_text {
    width: 60%;
}

.sign_up_form h6 {
    margin-bottom: 20px
}


/*my---accooount---page---csss---start*/
.my_account_section {
    margin: 50px 0px 0px;
}

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

.account_heading button {
    background: #065040;
    color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
}

.account_heading button:hover {
    color: #fff;
}

.account_tab .tab-link {
    margin: 0px 0px 10px;
    list-style: none;
    color: #585757;
    cursor: pointer;
    text-align: center;
    transition: all ease 0.5s;
    width: max-content;
    border-radius: 7px;
    padding: 8px 15px;
    font-weight: 700;
}

.account_tab .tab-link.active {
    color: #065040;
    background: linear-gradient(0deg, rgba(6, 80, 64, 0.1), rgba(6, 80, 64, 0.1)), #FFFFFF;
}

.tabular_section_account {
    margin: 30px 0px;
}

.Acoount_type_tabular {
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 30px;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.account_tabular_img {
    width: 100%;
}

.account_tabular_img img {
    max-width: 100%;
}

.account_tab_content {
    text-align: left;
}

.account_tab_content input {
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 8px 15px;
    outline: none;
}

.account_tab_content label {
    font-size: 17px;
    color: #585757;
}

.account_tab_content span {
    font-size: 13px;
    margin-top: 10px;
    color: #969696;
}

.account_add_number {
    margin: 40px 0px 10px;
    text-align: end;
    color: #065040;
    font-weight: 700;
    cursor: pointer;

}

.account_contact_number {
    display: none;
}

.account_tab_content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.payment_method .tabing_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.payment_method ul {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #f7f7f7;
    margin: 0px;
    flex-wrap: wrap;
}

.payment_method ul li {
    padding: 10px 10px;
    background: white;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-align: center;
    width: auto;
}

.payment_method ul li:not(:last-of-type) {
    border-right: 1px solid white;
}

#first-dynamic-table,
#first-dynamic-table-2 {
    width: 100%;
    background: #ffffff;
    color: #36494f;
}

.tab-content_payment {
    display: none;
}

.tab-content_payment .active {
    display: block !important
}

.tab-content_payment .tab-item.active {
    color: #065040;
    font-weight: 700;
    border-bottom: 3px solid #065040;
}

.tab-content_payment .tab-content {
    width: 100%;
    display: none !important;
}

.tab-content_payment .tab-content.active {
    display: block !important;
}

.payemnt_tabs {
    padding: 30px;
}

.paymet_img_ {
    width: 100%;
}

.paymet_img_ img {
    max-width: 100%;
}

.payemtn_card_block {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 10px;
    color: #000;
    text-align: center;
}

.balance_text {
    text-align: left !important;
}

.payemtn_card_block h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.payemtn_card_block h2 {
    cursor: pointer;
}

.payment_heading_block {
    text-align: left;
}

.border_right_section_img {
    border-right: 1px solid #E8E8E8;
    padding-right: 24px;
}

.Block_payment {
    padding: 20px;
}

.card_text {
    font-size: 18px;
}

.claose_delete_model_card {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 6%);
    border: 1px solid #969696 !important;
    background: #fff;
    position: absolute;
    right: 20px;
    padding: 0px !important;
    margin: 0px !important;
}

.card_fill_section {
    margin: 5px 0px;
    position: relative;
}

.card_fill_section input,
select {
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 7px 21px 7px 40px;
    outline: none;
}

.card_fill_section label {
    font-size: 15px;
}

.card_input_img {
    position: absolute;
    top: 39px;
    left: 10px;
}

.cvv_text {
    position: absolute;
    top: 41px;
    right: 2px;
    width: 104px;
}

.cvv_text input {
    padding: 0px;
    border: unset;
}

.holder_name input,
select {
    padding: 7px 15px;
}

.card_model {
    max-width: 554px !important;
}

.img_lock {
    display: flex;
    margin: 20px 0px 0px
}

.img_text_lock {
    margin-left: 10px;
}

.img_text_lock p {
    font-size: 17px;
}

.add_card_model_btn {
    border: unset;
}

.add_card_model_btn button {
    width: 100%;
    background-color: #065040;
    color: #fff;
    padding: 12px;
}

.add_card_model_btn button:hover {
    color: #fff;
}

.balance_text h5 span {
    font-size: 14px;
    color: #969696;
    padding-right: 5px;
}

/* transication-----css---start */
.main_block_transication_tab {
    display: flex;
    justify-content: space-between;
}

.trasication_heading h3 {
    font-size: 20px;
    color: #000;
}

.transiction_table_section {
    text-align: left;
    margin: 20px 0px 0px;
}

.transiction_table_section {
    padding-bottom: 20px;
}

.transiction_table_section .table thead th {
    border-bottom: unset;
    color: #969696;
    font-size: 14px;
    font-weight: 500;
}

.transiction_table_section .table td,
.table th {
    font-size: 14px;
    color: #585757;
}

.Status_section {
    width: max-content;
    padding: 4px 10px;
    /* background-color: red; */
    border-radius: 6px;
    font-weight: 700;
}

.status_Processing {
    color: #0085FF;
    background: linear-gradient(0deg, rgba(0, 133, 255, 0.1), rgba(0, 133, 255, 0.1)), #FFFFFF;
}

.Approved_section {
    background: linear-gradient(0deg, rgba(0, 186, 52, 0.1), rgba(0, 186, 52, 0.1)), #FFFFFF;
    color: #00BA34;
}

.Denied_section {
    background: linear-gradient(0deg, rgba(255, 59, 59, 0.1), rgba(255, 59, 59, 0.1)), #FFFFFF;
    color: #E92C2C;
}

.top_border {
    border-top: unset !important;
}

.previous_section {
    width: auto;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prevous_table_btn button {
    border: 1px solid #E8E8E8;
    /* Light/Drop Shadow/1 */

    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.table_export_btn {
    background: #065040;
    /* Light/Drop Shadow/2 */

    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 5px 15px;
    color: #fff;
}

.table_export_btn:hover {
    color: #fff;
}

.hide_text_payement {
    display: none;
}

.date_section_transication input {
    border: 1px solid #E8E8E8;
    /* Light/Drop Shadow/1 */

    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 6px 15px;
    margin-right: 15px;
    outline: none;
}

/* transication-----css---end */


/* withdrwal---section--csss--start */
.withdrwal_section_ {
    background: #F7F7F7;
    /* Light/Grayscale/400 */

    border: 1px solid #E8E8E8;
    border-radius: 8px;
    text-align: left;
    padding: 20px;
}

.card_add_section ul li {
    background: #F7F7F7;
    /* Light/Grayscale/400 */
    margin: 15px 0px 0px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    color: #585757;
    font-weight: 700;
    padding: 7px 20px;

}

.card_active_class {
    border: 1px solid #065040 !important;
    color: #065040;
}

.card_active_class span {
    color: #065040;
}




/*my---account----page----end*/

.publish_section p {
    font-weight: 400;
    color: #969696;
}

.publish_section h3 {
    font-size: 30px;
    font-weight: 700;
}

.canvas_img_publish {
    padding: 20px 30px;
    display: flex;
    justify-content: end;
}

.canvas_img_publish button {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 700;
}

.mock_up_section {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 15px;
}

.publish_btn {
    background-color: #065040;
    padding: 10px 40px !important;
}

.mockup_title_img_section ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.mockup_title_img_section ul li {
    width: 100px;
    height: 100px;
    /* border: 2px solid #065040; */
    border-radius: 10px;
    /* overflow: hidden; */
    margin: 10px 10px;
    position: relative;
}

.check_box_mockup {
    position: absolute;
    top: 0;
    left: 5px;
}

.mockup_title_img_section ul li img {
    max-width: 100%;
    min-width: 100%;
}

.product_img_mockup {
    width: 100%;
}

.mock_title_section input {
    width: 100%;
    background: #FFFFFF;
    /* Light/Grayscale/400 */

    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 6px 10px;
    outline: none;
}

.mock_up_dicription {
    /* margin: 20px 0px 0px; */
    border: 1px solid #E8E8E8;
    padding: 20px;
    border-radius: 8px;
}

.mock_up_dicription textarea {
    width: 100%;
    border: unset;
    overflow: auto;
    min-height: 300px;
    outline: none;
}

.mock_up_checkbox {
    display: flex;
    align-items: center;
}

.mock_peace_Heading h5 {
    font-size: 18px;
    margin: 0px;
}

.sizing_input_box ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_peace_mockup {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    margin: 0px 0px 20px;
}

.all_size_input_section {
    border-bottom: 1px dashed #E8E8E8;
}

.all_size_input_section p {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.main_peace_mockup .col-lg-4 {
    border-right: 2px solid #e8e8e8
}

.box_img {
    position: relative;
}

.box_img input {
    border-image: url("images/Avatar.png");
    position: absolute;
    top: 7px;
    left: 3px;
}

.header_mockup table {
    width: 100%;
    border-collapse: collapse;
    /* margin:50px auto; */
}

.header_mockup td,
th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    /* text-align: center;  */
    font-size: 16px;
    color: #969696;
    font-weight: 500;
}

.tbl-accordion-header a {
    color: #28c76f !important;
}

.tbl-accordion-body {
    display: none;
    background-color: #f7f7f7;
}

.tbl-accordion-body td {
    border-bottom: 0px;
}

.tbl-accordion-body tr:last-child {
    border-bottom: 1px solid #ccc;
}

.tbl-accordion-header tr {
    border-bottom: 1px solid #cccccc;
}

.mockup_table_input input {
    background-color: #fff;
    /* Light/Grayscale/400 */
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 10px;
    outline: none;
}

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

.roted_icon {
    transform: rotate(180deg);
}

.mock_up_section p {
    font-weight: 500;
}

.mockup_title_img_section ul li label {
    width: 100%;
}

.border_active_class {
    border: 3px solid #065040;
}

/*publish-----page-----css---start*/

/*store--page---csss---start*/

.add_store_section {
    margin: 50px 0px 20px;
}

.add_store_section h3 {
    font-size: 30px;
}

.store_img_section {
    width: 80%;
    margin: auto;
    text-align: center;
}

.store_img_section img {
    max-width: 100%;
}

.store_img_section h3 {
    margin: 40px 0px 40px;
    font-size: 25px;
}

.add_store_btn {
    background-color: #065040;
    color: #fff;
    padding: 7px 25px;
    border-radius: 10px;
    font-weight: 700;
}

.add_store_btn:hover {
    color: #fff;
}



.add_store_section {
    margin: 50px 0px 20px;
}

.add_store_section h3 {
    font-size: 30pxÅ›;
}

.store_block {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 50px;
}

.all_store_details {
    border: 1px solid gray;
    margin: 0px 0px 20px;

}

.img_section_store {
    background-color: #6a968c;
    padding: 10px;
}

.store_img {
    background-color: #fff;
    border-radius: 50px;
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

.store_img img {
    max-width: 100%;
}

.store_card_content {
    padding: 20px;
    text-align: center;
}

.store_card_content h3 {
    font-size: 22px;
}

.store_card_content p {
    font-size: 17px;
    color: gray;
}

.connnected_btn {
    text-align: center;
    background-color: #6a968c;
    color: #fff;
    margin: 20px 0px 0px;
}

.connnected_btn:hover {
    color: #fff;
}

.connect_store_url {
    display: flex;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    align-items: center;
    background: #f7f7f7;
    padding: 0px 6px;

}

.connect_store_url input {
    width: 100%;
    border-top: unset;
    border-bottom: unset;
    outline: unset;
    padding: 4px 15px;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.add_store_section {
    margin: 50px 0px 20px;
}

.add_store_section h3 {
    font-size: 30pxÅ›;
}

.store_block {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 50px;
}

.connected_store {
    border: 1px solid #E8E8E8;
    padding: 20px;
}

.connected_btn {
    background-color: #065040;
    padding: 3px 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
}

.connected_btn:hover {
    color: #fff;
}

.store_parents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
}

.store_setting ul {
    list-style: none;
    display: flex;
    justify-content: end;
}

.store_setting ul li i {
    color: gray
}

.store_blocking p span {
    color: gray;
}

.add_store_btn {
    background-color: #065040;
    color: #fff;
    padding: 7px 25px;
    border-radius: 10px;
    font-weight: 700;
}

.add_store_btn:hover {
    color: #fff;
}

.add_store_section_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.connect_store_img_section {
    width: 40px;
    margin-right: 10px
}

.connect_store_img_section img {
    max-width: 100%
}



/*foooter---cssss---start*/


.footer_section {
    background: #1C1C1C;
    padding: 100px 0px;
}

/* .footer_bottom_section{
         background: #1C1C1C;
    }*/
.footer-frst p {
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 10px 0px 30px 0px;
    font-size: 16px;
}

.social_media i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 9px;
    cursor: pointer;
}

.footer_links h4 {
    color: #fff;
    font-size: 18px;
}

.footer_links li {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    font-size: 16px;
}

.footer_links ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.footer_section hr {
    border-top: 1px solid rgb(66 64 64);
}

.library_right_section {
    text-align: right;
}

.library_right_section i {
    background: #438c7d;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 49px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.library_secleft_section select {
    width: auto;
    background: transparent;
    border: none;
    color: #aaaaaa;
    font-weight: 600;
}

.library_secright_section {
    text-align: right;
}

.frst_botton_footer span {
    color: rgba(255, 255, 255, 0.7);
}

.footer_drop {
    display: flex;
    gap: 84px;
}

.footer_img img {
    margin-left: 15px;
}

.footer_img {
    text-align: right;
}

.footer_botton {
    margin-top: 59px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 15px;
}




/* Add login page to css by BHERU */
.toggle-password {
    position: absolute;
    right: 0;
    bottom: 34px;
    right: 15px;
    color: gray;
}

.eye_icon_main {
    position: relative;
}

.carousel-indicators li {
    background-color: #E8E8E8;
    width: 20px;
}

/*.carousel-indicators{
    bottom: 129px;
}*/
.box_sizing {
    position: unset !important;
    left: unset !important;
    top: unset !important;
    transform: unset !important;
    padding: 80px;
    text-align: center;
}

.carousel-indicators .active {
    background-color: #065040;
}

.sign_up_form p {
    position: absolute;
    bottom: 0px;
}

.sign_up_form .login_txt {
    color: #065040;
    font-weight: 600;
}

.sign_up_form p {
    font-size: 16px;
}

/*.validation_alert{
    float: right;
    color: red;
    display: flex;
    align-items: center;
    gap: 5px;
}*/
.validation_text {
    margin: 0;
    font-size: 13px;
}

.sign_up_img_text p {
    margin: 29px 0px 0px;
}

.sign_up_form h3 {
    font-size: 48px;
    font-weight: 600;
}

.sign_up_img_text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
}

.forget_pass {
    float: right;
    color: #065040;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.form_section {
    padding: 70px;
}

/*.sign_up_form{
    margin-top: 100px;
}*/
.forsm_input_filed {
    width: 75%;
}

@media only screen and (max-width:767px) and (min-width:320px) {
    .forget_pass {
        font-size: 14px;
    }

    .btn_and_forsgt_text {
        margin: 10px 0px;
    }

    .slider_img_section img {
        width: 100px !important;
        /*margin: auto;*/
    }

    .bg_chnges_sign {
        order: 2;
    }

    .box_sizing {}

    .sign_up_img_text h2 {
        font-size: 25px;
    }

    .box_sizing {
        height: auto;
        background: #f7f7f7;
        padding: 10px;
    }

    .bg_section {
        height: auto;
    }

    /* .carousel-indicators{
      bottom: 0;
    }*/
    .form_section {
        padding: 30px 10px;
    }

    .sign_up_form {
        margin-top: 0px;
    }

    .sign_up_form h3 {
        font-size: 33px;
    }

    .sign_up_form p {
        bottom: 0;
        font-size: 14px
    }

    .form_section .forsm_input_filed {
        width: 100% !important;
    }

    .sign_up_form p {
        position: unset;
        margin-top: 28px;
    }

    /*.sign_form_main{
        height: unset !important;
    }*/
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .slider_img_section img {
        width: 300px
    }

    .forsm_input_filed .mb-5 {
        margin-bottom: 0px !important
    }

    .box_sizing {
        padding: 80px 14px;
        height: auto;
        background: #f7f7f7;
    }

    .form_section {
        padding: 30px 10px;
    }

    .sign_up_img_text h2 {
        font-size: 32px;
    }

    .sign_up_form h3 {
        font-size: 39px;
    }

    /* .bg_chnges_sign{
        order: 2;
    } */
    .sign_up_form {
        margin-top: 0px;
    }

    .sign_up_form p {
        /* position: unset; */
        /* margin-top: 28px; */
    }

    .forsm_input_filed {
        width: 100%;
    }

    .bg_section {
        height: auto;
    }

    /*.carousel-indicators{
        bottom: 0;
    }*/
}

.sign_form_main {
    /*display: flex;*/
    /* align-items: center;
    justify-content: center;
    height: 50vh;*/
}

.bg_chnges_sign {
    background-color: #f7f7f7;
}

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

.carousel-indicators {
    transform: translate(-50%, -10%) !important;
    left: 50% !important;
    bottom: 10% !important;
    margin: 0px !important;
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #6A968C;
}

/* END Login page to css file ::bheru */




/* chat---css-----style-----start */
:root {
    /* --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    --msger-bg: #fff;
    --border: 2px solid #ddd;
    --left-msg-bg: #ececec;
    --right-msg-bg: #6a968c;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}



.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    height: calc(100vh - 80%);
    height: 80vh;
    /* max-width: 867px; */
    /* width: 80%; */
    /* margin: 0px 10px; */
    /* height: calc(100% - 50px); */
    /* border: var(--border); */
    border-right: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}


.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.msger-chat::-webkit-scrollbar {
    width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.msg:last-of-type {
    margin: 0;
}

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

.right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: #fff;
    border-bottom-right-radius: 0;
}

.right-msg .msg-img {
    margin: 0 0 0 10px;
}

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.msger-input {
    flex: 1;
    background: #ddd;
    outline: none !important
}

.msger-send-btn {
    margin-left: 10px;
    /* background: rgb(0, 196, 65); */
    background: #6a968c;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

.msger-send-btn:hover {
    background: #6a968c;
}

.msger-chat {
    background-color: #fcfcfe;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.block_chat {
    display: flex;
}

.tickt_status {
    background: #fff
}

.block_chat_section {
    display: flex;
    /* flex-wrap:wrap; */
}

.tickt_status {
    width: 16%;
    padding: 20px
}

.tickt_status select {
    border: unset;
    border-bottom: 1px solid #dddddd;
    border-radius: unset;
    padding-left: 0px
}

.category_select {
    margin-top: 25px
}

.category_select select {
    border-bottom: 1px dashed #dddddd !important;
    padding-left: 0px
}

.tickt_status p {
    margin: 0px;
    color: #8d8989
}

.tc_block ul {
    padding: 0px;
    list-style: none;
    margin: 30px 0px
}

.tc_block ul li {
    display: flex;
    margin: 10px 0px
}

.tc_block_text h5 {
    font-size: 16px;
    font-weight: 500;
    color: #938f8f
}

.tc_block_text h6 {
    font-size: 14px;
    font-weight: 500;
    color: #938f8f
}

.tc_block_text {
    margin-left: 20px
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .tickt_status {
        width: 30%;
    }
}

@media only screen and (max-width:767px) and (min-width:320px) {
    .tickt_status {
        width: 100%;
    }

    .msger {
        order: 2
    }

    .block_chat_section {
        flex-wrap: wrap;
    }

    .tc_block ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
/* End:: Chat AI  */