@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --base-color: #394a59;
    --text-color-black: #000000;
    --text-color-white: #cfd8dc;
    --active-color: #f4f4f4;
    --border-color: #d9d9d9f0;
    --bg-color: #f7f8fc;
    --border-radius: 10px;
    --small-radius: 4px;
    --font-size-small: 14px;
    --success: #15ca20;
    --danger: #fd3550;
    --white-color: #ffffff;
    --table-tr: #f9fafc;
    --table-td: #777e8e;
    --active-menu: rgb(23 170 89 / 11%);
}
body {
    font-family: "Poppins", sans-serif;
    background-color: var(--bg-color);
    font-size: var(--font-size-small);
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul {
    margin: 0;
    padding: 0;
}
p,
a,
li,
ul {
    font-size: 14px;
}

.hidden_settings {
    display: none;
}
.tableDataScroll::-webkit-scrollbar-track {
    background-color: #f5f5f5 !important;
}

.tableDataScroll::-webkit-scrollbar {
    height: 10px !important;
    background-color: #f5f5f5 !important;
    border-radius: 999px !important;
}

.tableDataScroll::-webkit-scrollbar-thumb {
    background-color: var(--table-td) !important;
    border-radius: 999px !important;
    border: 0px solid #555555 !important;
}

.topbar .navbar .navbar-nav .nav-link:hover,
.topbar .navbar .navbar-nav .nav-link:focus,
.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    color: var(--text-color-black) !important;
    text-decoration: none !important;
    background-color: var(--active-menu) !important;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff !important;
    background-color: #17aa59 !important;
    border-color: #17aa59 !important;
    box-shadow: 0 0 0 0.25rem rgb(23 170 89 / 60%) !important;
}
.btn-primary {
    color: #fff;
    background-color: #17aa59 !important;
    border-color: #17aa59 !important;
}
.form-control:focus,
.form-select:focus {
    border-color: #dddddd !important;
    box-shadow: 0 0 15px 0rem #66666626 !important;
}
.form-control {
    font-size: 14px !important;
    padding: 10px !important;
}
label {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}
h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

a {
    color: #000;
    text-decoration: none;
    font-size: var(--font-size-small);
}
.wrapper {
    width: 100%;
    position: relative;
}

/* -----------------------

Buttons


--------------------------*/
a.addInvoice,
.addInvoice {
    padding: 12px 16px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    background: var(--base-color);
    color: #fff;
    transition: 0.9s;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px;
    font-weight: 600;
}

a.addInvoice:hover,
.addInvoice:hover {
    background: #f8f9fa !important;
    color: #000 !important;
    transition: 0.9s;
    box-shadow: inset 0 0 7px 0px #00000014;
}
a.addInvoice i,
.addInvoice i {
    background: #f7f8fc;
    padding: 3px 7px;
    border-radius: 4px;
    color: #000;
    border: 1px solid var(--border-color);
}
.simplebar-content-wrapper .fa-solid,
.fas {
    font-weight: 600;
    font-size: 17px;
}
b.smallSize {
    position: relative;
    top: -7px;
    left: -2px;
    font-size: 10px;
}
/* ================================================= */

/* -=================================================

             signin

===================================================-*/
.auth-signin {
    background: #fff !important;
    border: 1px solid #ededed;
    border-radius: 10px;
}
.section-authentication-cover {
    height: 100vh;
}
.sidebar-wrapper {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-right: 0 solid #e4e4e4;
    z-index: 11;
    transition: all 0.2s ease-out;
}
.sidebar-header {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    border-bottom: 1px solid #e4e4e4;
    background: linear-gradient(118deg, #ed3139 84.83%, #17aa59 19.34%);
}
.logo-icon {
    width: 30px;
}
.logo-text {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: white !important;
}
.toggle-icon {
    font-size: 22px;
    cursor: pointer;
    color: #00be71;
}
.topbar {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    height: 60px;
    background: #fff;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
}
.topbar .navbar {
    width: 100%;
    height: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.page-wrapper {
    height: 100%;
    margin-top: 92px;
    margin-bottom: 30px;
    margin-left: 280px;
    margin-right: 2%;
}
.page-content {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}
.page-footer {
    background: #fff;
    left: 250px;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    z-index: 3;
}
.wrapper.toggled .topbar {
    left: 70px;
}
.wrapper.toggled .page-wrapper {
    margin-left: 70px;
}
.wrapper.toggled .page-footer {
    left: 70px;
}
.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0 0;
}
.sidebar-wrapper .metismenu {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidebar-wrapper .metismenu li + li {
    margin-top: 5px;
}
.sidebar-wrapper .metismenu li:first-child {
    margin-top: 5px;
}
.sidebar-wrapper .metismenu li:last-child {
    margin-bottom: 5px;
}
.sidebar-wrapper .metismenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 6px 16px;
    font-size: 15px;
    color: #5d6862;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.5px;
    border-radius: 0.25rem;
    transition: all 0.3s ease-out;
}
.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 24px;
    line-height: 1;
}
.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px;
}
.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 34px;
    font-size: 14px;
    border: 0;
}
.sidebar-wrapper .metismenu ul a i {
    margin-right: 14px;
}
.sidebar-wrapper .metismenu ul {
    background: #fff;
}
.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px;
}
.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px;
}
.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    color: #008cff;
    text-decoration: none;
    background-color: rgb(0 140 255 / 5%);
}
.menu-label {
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.topbar .navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
}
.topbar .navbar .navbar-nav .nav-link {
    color: #212529;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.topbar .navbar .navbar-nav .nav-link:hover,
.topbar .navbar .navbar-nav .nav-link:focus {
    background-color: #f2f9ff;
    color: #008cff;
}
.dropdown-toggle-nocaret:after {
    display: none;
}
.alert-count {
    position: absolute;
    top: 2px;
    left: 22px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #f62718;
}
.user-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0 solid #e5e5e5;
    padding: 0;
    object-fit: cover;
}
.user-info .user-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--table-td);
}

.user-info .designattion {
    font-size: 10px;
    color: var(--table-td);
    font-weight: 500;
}
.user-box {
    display: flex;
    align-items: center;
    height: 58px;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}
.user-box:hover {
    background: var(--active-color) !important;
}
.topbar .navbar .dropdown-app .dropdown-menu {
    width: 270px;
    border: 1px solid #dee2e6;
    padding: 0.5rem;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.topbar .navbar .dropdown-app .dropdown-menu .app-container {
    position: relative;
    height: 370px;
}
.topbar .navbar .dropdown-app .dropdown-menu .app-box {
    padding: 0.5rem;
    border-radius: 1rem;
    transition: 0.2s;
}
.topbar .navbar .dropdown-app .dropdown-menu .app-box:hover {
    background-color: #edf0f3;
}
.topbar .navbar .dropdown-app .dropdown-menu .app-name {
    color: #212529;
    font-size: 0.64rem;
    text-decoration: none;
    font-weight: 500;
}
.dropdown-large {
    position: relative;
}
.dropdown-large .dropdown-menu {
    width: 360px;
    border: 0;
    padding: 0 0;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.topbar .navbar .dropdown-large .dropdown-menu::after {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.topbar .navbar .dropdown-menu::after {
    content: "";
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.dropdown-large .msg-header {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #ededed;
    background-clip: border-box;
    background-color: #ffffff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dropdown-large .msg-header-badge {
    background-color: rgb(0 140 255 / 12%);
    color: #008cff;
    padding: 2px 8px;
    margin-bottom: 0;
    border-radius: 4px;
}
.dropdown-large .msg-header .msg-header-title {
    font-size: 16px;
    color: #1c1b1b;
    margin-bottom: 0;
    font-weight: 500;
}
.dropdown-large .msg-header .msg-header-clear {
    font-size: 13px;
    color: #585858;
    margin-bottom: 0;
}
.dropdown-large .msg-footer {
    padding: 0.8rem 1rem;
    color: #1c1b1b;
    border-top: 1px solid #ededed;
    background-clip: border-box;
    background: 0 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.dropdown-large .user-online {
    position: relative;
}
.dropdown-large .msg-name {
    font-size: 14px;
    margin-bottom: 0;
    color: #212529;
}
.dropdown-large .msg-info {
    font-size: 13px;
    margin-bottom: 0;
    color: #818189;
}
.dropdown-large .msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}
.dropdown-large .msg-time {
    font-size: 12px;
    margin-bottom: 0;
    color: #818189;
}
.dropdown-large .user-online:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}
.dropdown-large .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.3rem;
    border-bottom: 1px solid #ededed;
}
.header-message-list {
    position: relative;
    height: 360px;
}
.header-notifications-list {
    position: relative;
    height: 360px;
}
.dropdown-large .notify {
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-right: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-large .cart-product-title {
    color: #140e22;
    font-size: 14px;
    margin-bottom: 0px;
}
.dropdown-large .cart-product-price {
    color: #818189;
    font-size: 14px;
    margin-bottom: 0;
}
.dropdown-large .cart-product-cancel {
    right: -7px;
    top: -5px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.dropdown-large .cart-product {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0px;
    border: 1px solid rgb(231 231 231);
    padding: 4px;
    background-color: rgb(255 255 255);
}
.dropdown-large .cart-product img {
    width: 100%;
}
.user-box .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px;
}
.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 0 solid #e9ecef;
    border-radius: 10px;
    font-size: 14px;
}
.topbar .navbar .dropdown-menu {
    -webkit-animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards
        1 animdropdown;
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
        animdropdown;
}
ul.pagination li {
    background: var(--table-td) !important;
    border-radius: var(--small-radius) !important;
    padding: 5px 14px !important;
    color: #fff !important;
    cursor: pointer !important;
}

ul.pagination {
    display: flex;
    gap: 8px;
    margin: 20px 0;
    align-items: center;
    justify-content: center;
}
li.page-item.active span {
    background: #17aa59;
}
button.page-link {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
}
li.page-item.active span.page-link {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
}
li.page-item.disabled .page-link {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
}
.page-link:hover {
    background: transparent;
    color: #f1f1f1;
}
li.page-item.active {
    background: #17aa59 !important;
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.search-bar {
    width: 21%;
    cursor: pointer;
}
.search-bar a.btn,
.search-bar a.btn:focus {
    color: #7b8288;
    cursor: pointer;
    background-color: #f4f4f4;
    border: 0;
}
.mobile-toggle-menu {
    display: none;
    font-size: 26px;
    color: #404142;
    cursor: pointer;
}
.switcher-wrapper {
    width: 280px;
    height: 100%;
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 16;
    background: #fff;
    border-left: 0 solid #d2d2d2;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
    transition: all 0.2s ease-out;
}
.switcher-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: #008cff;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 40%;
    right: 100%;
    cursor: pointer;
}
.switcher-wrapper.switcher-toggled {
    right: 0;
}
.switcher-body {
    padding: 1.25rem;
}
.switcher-body .form-check .form-check-input,
.switcher-body .form-check .form-check-label {
    cursor: pointer;
}
.header-colors-indigators .indigator {
    width: 45px;
    height: 45px;
    background-color: #f4f2f2;
    border-radius: 10px;
    cursor: pointer;
}
.table-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}
.scrolled-right .fixed-column.tt {
    display: flex;
    gap: 11px;
}
.fixed-column.tt {
    box-shadow: 0 0 1px #0000007d;
}
.fixed-column {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #ffffff !important;
}
.tableDataScroll {
    overflow-x: auto;
}
thead tr {
    background: var(--table-tr);
    color: var(--white-color);
}
.tableBody th,
.dataBodylist th,
th {
    padding: 12px !important;
    text-wrap: nowrap;
    color: var(--table-td);
    font-weight: 500;
    text-transform: capitalize;
}
th {
    cursor: pointer;
    position: relative;
}

.dataBodylist td,
td {
    padding: 14px;
}
th.fixed-column {
    background: var(--table-tr) !important;
}
.card-body.tableBody {
    overflow: hidden;
}
.tableBody td {
    /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize; */
    padding: 14px !important;
    /* max-width: 147px;  */
}
thead th span.icon-arrow {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    border: 1.4px solid transparent;
    text-align: center;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    transition: 0.2s ease-in-out;
}
thead th:hover {
    color: #6c00bd;
}

span.icon-arrow:hover {
    color: #6c00bd;
    border: 1.4px solid #6c00bd;
}
.toolTip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tooltipText::after,
.tooltipText2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #878787 transparent transparent transparent;
}
.TablesData,
.TablesData2 {
    cursor: pointer;
}
.tooltipText,
.tooltipText2 {
    position: absolute;
    top: -23px;
    left: 8px;
    font-size: 12px;
    text-align: center;
    background-color: #878787;
    color: #fff;
    z-index: 99;
    text-transform: capitalize;
    font-weight: 400;
    padding: 7px;
    box-shadow: 0 0 12px 0px #0000001a;
    visibility: hidden;
    opacity: 0;
    transition: 0.9s;
    border-radius: var(--small-radius) !important;
}
.tooltipText2 {
    left: 29% !important;
}
table#table-id {
    position: relative;
}
.tableBody tr {
    position: relative;
    overflow-y: hidden;
}
/* Show the tooltip text on hover */
.TablesData:hover .tooltipText,
.TablesData2:hover .tooltipText2 {
    visibility: visible;
    transition: 0.9s;
    opacity: 1;
}
.tb_search {
    display: flex;
    align-items: center;
}
.tb_search i {
    position: absolute;
    right: 25px;
    font-size: 22px;
}
input#search_input_all {
    width: 38%;
    margin-left: auto;
}
select#maxRows {
    width: 7%;
    padding: 6px 9px !important;
    font-size: 15px !important;
}
.icon-table-edit,
.icon-table-view,
.icon-download-view {
    padding: 4px 5px 4px 9px;
    border-radius: var(--small-radius) !important;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    transition: 0.9s !important;
    margin: 0 10px 0 0;
}
.icon-table-edit:hover,
.icon-table-view:hover,
.icon-download-view:hover {
    box-shadow: inset 0 0 4px 2px #00000026;
    transition: 0.9s !important;
}
.icon-download-view {
    padding: 3px 9px 3px 9px !important;
}
.icon-table-delete {
    background: var(--danger);
    padding: 4px 9px;
    border-radius: var(--small-radius) !important;
}
.icon-table-delete a i {
    color: var(--white-color);
}

/*=======================================

                view invoice

======================================*/
.viewInvoice th,
.viewInvoice td {
    padding: 14px;
    border: 1px solid black !important;
    border-width: 1px !important;
    border-collapse: collapse;
}
.viewInvoice .wapper {
    border: 1px solid #000;
    padding: 14px;
}
.topTablle td {
    border-bottom: 0 !important;
    border-top: none !important;
}
table.topTablle th {
    border-top: 0 !important;
}
.viewInvoice .table {
    margin: 0;
}
.placeHoldertext {
    position: absolute;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    top: 9px;
}
td.first,
.colspan2 td {
    border-left: 0 !important;
}
tr {
    position: relative;
}

th.address {
    overflow: hidden;
    max-width: 96px;
    word-wrap: break-word;
}

.detailsData {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 600;
}
.wappersec {
    padding: 14px;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}
.rigthWapper,
.rigthWapper2 {
    padding: 14px !important;
    border-right: 1px solid #000 !important;
}
.rigthWapper2 {
    border-bottom: 1px solid #000 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff !important;
}
th.noborder,
td.noborder {
    border: none !important;
    border-bottom: 1px solid !important;
}
th.noborder:nth-child(1) {
    border-left: 1px solid !important;
}
.noborder3 {
    border-right: 0 !important;
}
td.noborder {
    border-left: 0 !important;
}

.toalDD td:after {
    content: "";
    width: 86%;
    left: 7px;
    position: absolute;
    border: 1px dashed #000 !important;
    top: 3px;
}
.toalDD td:nth-child(1):after {
    display: none;
}
.toalDD td {
    position: relative;
    padding-bottom: 168px;
    border-bottom: 1px solid !important;
}

.border-top,
.border-start,
.border-end {
    border-color: #000 !important ;
}

/*=================================================



Payment screen


==================================================*/
.paymentData {
    border: 1px solid var(--border-color);
    border-radius: var(--small-radius);
}

.card {
    margin-top: 20px;
}

.profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.edit-icon {
    cursor: pointer;
}

.section-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 15px;
}

/* ==============================


     Profile screen


===============================*/
.editiconBtn {
    background: var(--text-color-white);
    border-radius: var(--border-radius);
    padding: 10px 15px;
    cursor: pointer;
}
.editiconBtn i {
    font-size: 14px !important;
}

.viewdata {
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--border-color);
    padding: 8px 0;
    font-size: 14px;
}
.ddata {
    border-radius: var(--small-radius) !important;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    transition: 0.9s !important;
}
span.labelfrom {
    font-size: 12px;
    color: var(--table-td);
}
/*=======================================

                media Screen

======================================*/

@media screen and (max-width: 1024px) {
    .topbar {
        left: 0 !important;
    }
    .mobile-toggle-menu {
        display: block;
    }
    .sidebar-wrapper {
        left: -300px;
        box-shadow: none;
    }
    .page-wrapper {
        margin-left: 0;
    }
    .page-footer {
        left: 0;
    }
    .wrapper.toggled .sidebar-wrapper {
        left: 0;
    }
    .wrapper.toggled .page-wrapper {
        margin-left: 0;
    }
    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.6;
        z-index: 10;
        display: block;
        cursor: move;
        transition: all 0.2s ease-out;
    }
}

td.fixed-column.tt {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 620px) {
    .topbar .navbar .dropdown-menu::after {
        display: none;
    }
    .topbar .navbar .dropdown {
        position: static !important;
    }
    .topbar .navbar .dropdown-menu {
        width: 100% !important;
    }

    .page-link {
        /* height: 84px !important; */
        width: 84px !important;
        font-size: smaller !important;
        border-radius: 50% !important;
    }
    .page-item span {
        padding-top: 29px;
        padding-left: 14px;
    }
}

.vscomp-ele {
    display: inline !important;
}

.notification-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 350px;
    z-index: 1111;
}

.notification {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 15px; /* Space between notifications */
    transform: translateX(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    display: flex;
    align-items: center;
    opacity: 0;
}

.innernoti {
    padding: 10px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 7px;
}

.notification-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.text-content {
    flex-grow: 1;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.notification-title {
    font-weight: bold;
    color: rgb(21, 173, 89);
    padding-left: 8px;
}

.close-btn {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 1.2rem;
}

.toast__icon {
    background-color: rgb(21, 173, 89);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #222226;
    display: grid;
    place-items: center;
}

.toast__icon svg {
    height: 1rem;
    width: 2rem;
}

.container_sel {
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.form-control:focus {
    border: 1px solid #34495e;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 40px;
    padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 40px;
    width: 33px;
}

.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--single
    .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container
    .select2-dropdown
    .select2-results
    ul
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}

.wrapper ul,
ol {
    list-style-type: none;
}
.wrapper a {
    text-decoration: none;
}

.wrapper {
    padding: 23px 35px 23px 35px;
    position: relative;
    overflow-x: hidden;
}
#wrapper_id {
    background: #f1f1f1;
}
.wrapper .icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
}
.icon:first-child {
    left: 0;
    background: linear-gradient(90deg, #fff 70%, transparent);
    display: none;
}
.icon:last-child {
    right: 0;
    background: linear-gradient(-90deg, #fff 70%, transparent);
    justify-content: flex-end;
}
.icon i {
    cursor: pointer;
    width: 55px;
    height: 55px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
}
.icon i:hover {
    background: #d8d5f2;
}
.icon:first-child i {
    margin-left: 15px;
}
.icon:last-child i {
    margin-right: 15px;
}
.tabs_box {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.tabs_box.dragging {
    scroll-behavior: auto;
    cursor: grab;
}
.tabs_box .tab {
    cursor: pointer;
    font-size: 1.18rem;
    white-space: nowrap;
    background: #f5f4fd;
    border: 1px solid #d8d5f2;
    padding: 13px 20px;
    border-radius: 9px;
}
.tabs_box.dragging .tab {
    user-select: none;
}
.tabs_box .tab.active {
    color: #fff;
    background: #17aa59;
    border-color: transparent;
}

.password_view {
    position: relative;
    bottom: 47%;
    left: 93%;
    font-size: 17px;
}

@media screen and (max-width: 1333px) {
    .password_view {
        left: 88%;
    }
}

@media screen and (max-width: 466px) {
    .password_view {
        left: 88%;
    }
}

@media screen and (max-width: 417px) {
    .password_view {
        left: 77%;
    }
}

@media screen and (max-width: 328px) {
    .password_view {
        bottom: 34%;
        left: 62%;
        font-size: 15px;
    }
}


.add-pay {
    height: 32px;
    width: 70px;
    font-size: 9px;
    padding: 5px;
}
.check_box {
    display: block;
    margin-bottom: 15px;
}

.check_box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check_box label {
    position: relative;
    cursor: pointer;
}

.check_box label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.check_box input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

