body {
    margin: 0px 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 18px;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.top-com-btn {
    display: flex;
    justify-content: end;
}

.drop_domains {
    position: relative;
    width: 100%;
}

.drop_domains select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 14px;
}

.drop_domains i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.padA {
    padding: 0px;
}

.padA-10 {
    padding: 10px;
}

.hor-line-dotted {
    border-bottom: 1px #dcdcdc dotted !important;
}

.border-line-dotted {
    border: 1px #dcdcdc dotted !important;
}

.border-1-input {
    border: 1px #ced4da dotted;
}

.text-underline {
    text-decoration: underline;
}

.text-bold {
    font-weight: 600;
}

.red-text-color {
    color: #e75a5a;
}

.black-text-color {
    color: #4e4e4e !important;
}

.grey-text-color {
    color: #a0a0a0 !important;
}

.green-text-color {
    color: #53d95c !important;
}

.yellow-text-color {
    color: #e7d95a !important;
}

.blue-text-color {
    color: #797ef7 !important;
}

.light-grey-bg-color {
    background: #f7f7f7 !important;
}

.blue-bg-color {
    background: #797ef7 !important;
}

.blue-broder-color {
    border: 1px solid #797ef7 !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-35 {
    width: 35%;
}

.w-50 {
    width: 50%;
}

.h-100 {
    min-height: 100px;
}

.h-200 {
    min-height: 200px;
}

.text-dark {
    color: #4e4e4e;
}

.text-grey {
    color: #999999;
}

.dis-flex {
    display: flex;
}

.border-0 {
    border: none;
}

.border-grey-1 {
    border: 1px #dcdcdc solid;
}

.bg-transparent {
    background: transparent;
}

.font-size-12 {
    font-size: 12px;
}

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

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

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

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

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-weight-7 {
    font-weight: 700;
}

.font-weight-4 {
    font-weight: 400;
}

.font-weight-3 {
    font-weight: 400;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

.pad-rl-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pad-r-5 {
    padding-right: 5px;
}

.min-height-page {
    height: 78vh;
}


/************** login screen css ***************/

.login-main-container {
    background-image: url("../images/bg_login.png");
    width: 100%;
    background-size: cover;
    min-height: 100vh;
    height: 100%;
}

.login-content-box {
    width: 44%;
    margin: 0px auto;
    text-align: center;
}

.login-top-content-sec {
    margin: 0px 0px 60px 0px;
    color: #fff;
}

.login-top-content-sec h1 {
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
}

.login-top-content-sec p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    opacity: 0.5;
    margin: 0px 0px 0px 0px;
}

.login-center-container {
    background: #fff;
    padding: 0px 50px 30px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #999;
    position: relative;
    text-align: left;
}

.login-center-logo-sec {
    background: #fff;
    padding: 10px 0px 0px 0px;
    border-radius: 10px;
    width: 50%;
    border: 1px #797ef7 solid;
    position: relative;
    top: -40px;
    margin: 0px auto;
    text-align: center;
}

.login-center-logo-sec img {
    width: 60%;
    text-align: center;
    margin-top: 10px;
}

.logo-input-section {
    margin: 10px 0px 20px 0px;
}

.logo-input-section label {
    margin: 0px 0px 10px 0px;
}

.logo-input-section input {
    padding: 16px 20px;
    height: 44px;
}

.login-btn {
    background: #0494fc;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    border: 1px #0494fc solid;
    border-radius: 4px;
}

.login-forgot-btn {
    background: transparent;
    text-align: center;
    color: #0494fc;
    text-decoration: underline;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    border: none;
    border-radius: 4px;
}


/************** home screen css ***************/


/************** dashboard screen css ***************/

.nav-link[data-toggle].collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 13px;
    float: right;
    margin: -4px 20px 0px 0px;
    color: #333;
}

.nav-link[data-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 13px;
    float: right;
    margin: -4px 20px 0px 0px;
    color: #333;
}

.side-sub-menu {
    margin: 2px 0px 0px 24px;
}

.side-sub-menu li {
    text-transform: uppercase;
    /*margin: 5px 0px 5px 0px!important;*/
}

.side-sub-menu li a {
    padding: 4px 8px !important;
    font-size: 12px !important;
}


/*===================*/

.sidebar {
    padding: 65px 0 25px 10px !important;
    background: #f7f7f9;
    margin: 0px 0px 0px 0px;
}

main {
    background: #f7f7f9;
}

.main-content-section {
    position: relative;
    top: 58px;
    height: 100vh;
}

.top-logo {
    width: 15%;
    margin: 0px 8px 0px 6px;
}

.top-logo img {
    width: 45%;
}

footer {
    background-color: #f9f9ff;
    text-align: center;
    font-size: 10px;
    padding: 16px 0px;
    color: #000;
    font-weight: 400;
    bottom: 0px;
    z-index: 10;
    margin-top: 15%;
    /* position: absolute;
	bottom: 0px; */
}

footer b {
    color: #3c3c3c;
}

.custom-header {
    background-color: #f7f7f9 !important;
}

.search-cust-width .dropdown-menu {
    right: 0px !important;
}

.top-quck-create-btn {
    background: #797ef7;
    font-size: 15px;
    color: #fff;
    padding: 8px 10px;
    margin: 0px 0px;
    border: #797ef7 1px solid;
    border-radius: 4px;
}

.action-grey-btn {
    background: #a0a0a0;
    font-size: 15px;
    color: #3c3c3c;
    padding: 8px 10px;
    margin: 0px 0px;
    border: #a0a0a0 1px solid;
    border-radius: 4px;
}

.top-quick-create-btn i {
    margin: 0px 5px;
}

.side-custom-menu {
    margin: 0px 0px;
}

.side-custom-menu ul li {
    margin: 0px;
    padding: 2px 0px;
}

.side-custom-menu ul li:nth-child(12) {
    /*border-top:1px #dcdcdc solid;
	border-bottom:1px #dcdcdc solid;
	margin-right: 10px;*/
}

.side-custom-menu ul li a {
    /* color: #6d6d6d; */
    color: #1f2937;
    font-size: 13px;
    padding: 8px 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    min-width: 25px;
}

.side-custom-menu ul li a:hover {
    background: white;
    color: #0d9488;
}

.side-custom-menu ul li a img:hover {
    fill: #797ef7;
    color: #797ef7;
}

.side-menu-icon {
    width: 20px;
    font-size: 20px;
    margin-right: 10px;
}

.drop-img-btn input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 0px;
    cursor: pointer;
    color: blue;
}

.search-btn-top {
    border: #ced4da 1px solid;
    background: #fff;
    border-radius: 0px 16px 16px 0px;
    height: 38px;
}

.search-btn-top img {
    width: 50%;
    position: relative;
    top: -3px;
}

.search-cust-width {
    width: 25vw !important;
}

.search-cust-width input {
    height: 38px;
}

.lt-sec-top-main {
    margin: 0px;
}

.rt-sec-top-main {
    margin: 0px;
    padding: 0px 5px 0px 0px;
}

.rt-sec-top-main ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.rt-sec-top-main ul li {
    margin: 0px 10px;
    display: inline;
    font-size: 15px;
}

.rt-sec-top-main ul li img {
    width: 40px;
    height: 38px;
    margin: 0px;
    border-radius: 50%;
    object-fit: cover;
}

.top-user-profile-icon {
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    padding: 0px 0px 0px 2px;
    /* border-left: 1px #dcdcdc solid; */
}

.top-user-profile-icon .user-profile-icon {
    width: 40px;
    margin: 3px 10px 0px 0px;
    height: 40px;
    padding: 10px;
    border: 1px #eaeaea solid;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-user-profile-icon span {
    margin: 0px 5px 0px 0px;
}

.profile-dropdown {
    margin: 0px 0px;
    width: 188px;
    border: 1px #dcdcdc solid;
    background: #fff;
    box-shadow: 0px 0px 6px #dcdcdc;
    position: absolute;
    right: 0px;
    border-radius: 4px;
    display: none;
    padding: 15px;
    top: 50px;
    z-index: 9;
}

.profile-dropdown ul {
    margin: 0px 0px;
    list-style: none;
}

.profile-dropdown ul li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 14px 0px;
    border-bottom: 1px #dcdcdc solid;
}

.profile-dropdown ul li svg {
    margin: 0px 10px 0px 0px;
}

.profile-dropdown ul li:last-child {
    border: none;
    padding: 12px 0px 0px 0px;
}

.profile-dropdown ul li:first-child {
    padding: 0px 0px 14px 0px;
}

.top-search-sec {
    margin: 0px 0px 0px 20px;
}

.top-search-sec input {
    border-radius: 16px;
    font-size: 14px;
}

.content-head-section {
    width: 100%;
    margin: 0px;
    display: flex;
    position: relative;
    top: 8px;
    justify-content: space-between;
}

.content-head-section h2 {
    font-size: 18px;
}

.side-user-proifle-sec {
    border-bottom: 1px #dcdcdc solid;
    padding: 10px 0px 20px 0px;
    margin: 0px 20px 10px 6px;
    display: flex;
}

.side-user-proifle-sec figure {
    width: 60px;
    margin: 0px 10px 0px 0px;
}

.side-user-proifle-sec aside {
    margin: 0px;
    width: 100%;
}

.side-user-proifle-sec aside p {
    font-size: 12px;
    margin: 10px 0px 10px 0px;
}

.side-user-proifle-sec aside h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px;
    display: flex;
    justify-content: space-between;
}

.side-user-proifle-sec aside i {
    position: relative;
    top: 10px;
}

.type-select-top-sec {
    font-size: 14px;
    width: 16%;
    color: #a0a0a0;
}

.type-select-top-sec .fa-question-circle {
    position: relative;
    top: 4px;
    left: 8px;
}

.main-content-sec {
    width: 100%;
    padding: 15px 30px 30px;
}

.drop-img-btn {
    border: 1px #dcdcdc dotted;
    background: #f7f7f7;
    width: 100%;
    border-radius: 6px;
    padding: 14px 0px;
    text-align: center;
    font-size: 14px;
    color: #a0a0a0;
    margin: 20px 0px;
}

.drop-img-btn a {
    color: #797ef7;
}

.input-sec-main {
    width: 100%;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    color: #a0a0a0;
}

.input-sec-main input,
select,
button {
    font-size: 14px !important;
}

.input-sec-main select {
    color: #a0a0a0 !important;
}

.content-container {
    width: 90%;
    margin: 0px 0px;
    padding: 0px;
}

.table-content-container {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
}

.pos-set-add-sec {
    position: relative;
    left: 11%;
}

.track-select-sec {
    color: #a0a0a0;
}

.track-select-sec h3 {
    font-size: 18px;
    cursor: pointer;
    display: inline;
    margin: 0px 0px 0px 5px;
    color: #2c2c2c;
}

.track-select-sec span {
    font-size: 10px;
    margin: 0px 0px 0px 5px;
}

.shipping-address-sec {
    color: #a0a0a0;
}

.shipping-address-sec h3 {
    font-size: 18px;
    cursor: pointer;
    display: inline;
    margin: 0px 0px 0px 5px;
    color: #2c2c2c;
}

.shipping-address-sec label {
    font-size: 16px;
    margin: 0px 0px 0px 15px;
}

.input-sec-main .purchase-side-pannel {
    background: #f7f7f7;
    padding: 20px 10px 10px 10px;
    margin: 0px;
    border-radius: 8px;
}

.purchase-side-pannel-desc {
    width: 100%;
    margin: 0px 0px;
    padding: 10px;
    background: #eeeeee;
    border: 1px #dcdcdc solid;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
}

.address-side-pannel-desc {
    width: 100%;
    margin: 0px 0px;
    padding: 10px;
    background: #fff;
    border: 1px #dcdcdc solid;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
}

.description-side-pannel-desc {
    width: 100%;
    margin: 0px 0px;
    padding: 10px;
    background: #fff;
    border: 1px #dcdcdc solid;
    border-radius: 4px;
    font-size: 14px;
    min-height: 120px;
    line-height: 18px;
}

.item-box-sec-main {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 4px;
    display: flex;
}

.item-box-sec-main figure {
    width: 100px;
    margin: 0px 10px 0px 0px;
}

.item-box-sec-main aside {
    width: 60%;
    position: relative;
}

.item-box-sec-main aside h4 {
    font-size: 16px;
    color: #797ef7;
    margin: 8px 0px 5px 0px;
}

.item-box-sec-main aside p {
    font-size: 14px;
    color: #a0a0a0;
}

.item-box-sec-main aside svg {
    position: absolute;
    right: 3px;
    top: 3px;
    color: red;
}

.mobile-menu-icon {
    display: none;
}

.navbar-toggler {
    border: none;
}

.inventory-select-top-right-sec {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    color: #2c2c2c;
    float: left;
    width: 30%;
    text-align: left;
}

.inventory-select-top-right-sec select {
    margin: 0px 10px 0px 10px;
    padding: 6px 10px;
    background: #eaeaea;
    border: 1px #dcdcdc solid;
    border-radius: 4px;
}

.inventory-top-text-rt-sec {
    position: relative;
    top: 8px;
    font-size: 14px;
}

.inventory-add-delete-btn {
    position: relative;
    right: -60px;
    top: -110px;
    float: right;
    padding: 5px 8px;
    background: #eaeaea;
    color: #e75a5a;
    border-radius: 4px;
    border: none;
}


/*=============================*/

.fixed-top.with-shadow {
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); */
}

.fixed-bottom.with-shadow {
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 65px 0 65px 10px;
    width: 225px;
    background: #fff;
}

.sidebar .sidebar-sticky {
    position: relative;
    top: 0;
    height: 100%;
    padding-top: 0.5rem;
}


/*================items after add pages=========================*/

.content-head-section-tab {
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 8px;
    justify-content: space-between;
}

.content-head-section-tab h2 {
    margin-bottom: 0;
    padding: 5px 0px;
}

.header-text {
    float: left;
    text-align: left;
    text-transform: uppercase;
}

.content-head-section-tab h2 {
    font-size: 16px;
}

.content-head-section-tab aside {
    float: right;
    text-align: right;
    margin: 6px 0px 0px 0px;
}

.top-common-btn {
    background: #797ef7;
    font-size: 15px;
    color: #fff;
    padding: 8px 10px;
    margin: 0px 5px;
    border: #797ef7 1px solid;
    border-radius: 4px;
}

.top-common-btn i {
    margin: 0px 5px;
}

.blue-btn-border {
    border: 1px #797ef7 solid;
    border-radius: 50%;
    padding: 4px 5px;
}

.top-with-bor-btn {
    background: transparent;
    font-size: 15px;
    color: #797ef7;
    padding: 8px 10px;
    border: none;
    margin: 0px 5px;
}

.top-with-bor-btn i {
    margin: 0px 5px;
}

.item-select-top-right-sec {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    color: #2c2c2c;
    float: left;
    width: 25%;
    text-align: left;
}

.item-select-top-right-sec select {
    font-size: 18px !important;
    border: none;
    border-radius: 0px 20px 20px 0px;
    background: transparent;
    color: #3c3c3c;
    border-left: 0px;
    padding: 10px 10px;
}

.search-top-left-sec {
    float: right;
    width: 70%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.search-top-left-sec .input-group {
    width: 50%;
}

.search-top-left-sec .input-group input {
    border: 1px #dcdcdc solid !important;
    border-radius: 20px !important;
    border-right: none;
    font-size: 14px;
    margin-right: 10px;
    padding: 6px 10px !important;
    background: transparent !important;
}

.search-top-left-sec .input-group .input-group-append button {
    background: transparent;
    color: #3c3c3c;
    padding: 4px 12px;
    border: none !important;
}

.input-group .input-group-append {
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    z-index: 9;
}

.input-group input {
    padding-left: 30px;
}

.logo-input-section {
    position: relative;
}

.lo_eye {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.add-number-btn {
    background: transparent;
    padding: 10px 10px;
    position: relative;
    top: 22px;
    border: none;
    font-size: 14px !important;
    color: #797ef7;
}

.add-number-btn svg {
    margin-right: 10px;
}

.add-another-btn {
    background: #f7f7f7;
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px#F7F7F7 solid;
    font-size: 14px !important;
    color: #797ef7;
}

.inventor-add-product-box {
    border: 1px #dcdcdc solid;
    border-radius: 4px;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.inventor-add-product-box table {
    margin: 0px 0px;
    width: 100%;
}

.inventor-add-product-box table tr th {
    background: #f7f7f7;
    margin: 0px 0px;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.inventor-add-product-box table tr td {
    margin: 0px 0px;
    padding: 20px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.inventor-add-product-box table tr td input {
    height: 55px;
    padding: 10px 20px;
}

.inventor-add-product-box table tr td select {
    height: 55px;
    padding: 10px 20px;
}

.inventor-first-td span {
    width: 56px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.inventor-first-td aside {
    width: 70%;
    display: inline-block;
}

.footer-btn-sect {
    box-shadow: 0px -6px 10px #dcdcdc;
    border: none;
    position: fixed;
    bottom: 0px;
    padding: 10px 20px 10px 38px;
    width: 84%;
    z-index: 10;
    background: #fff;
    right: 0px;
}

.footer-save-btn {
    background: #797ef7;
    border: 1px #797ef7 solid;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 2px;
    margin: 0px 10px;
}

.footer-cancel-btn {
    background: #e75a5a;
    border: 1px #e75a5a solid;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    text-align: center;
    margin: 0px 10px;
}

.add-vendors-message-box {
    justify-content: center;
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.add-vendor-mes-box {
    width: 540px;
    background: #f7f7f7;
    padding: 20px;
    margin: 0px;
    text-align: center;
    border-radius: 4px;
}

.add-vendor-mes-box h4 {
    font-size: 20px;
    font-weight: 600;
}

.add-vendor-mes-box .add-new-vendor-mes-btn {
    background: #797ef7;
    padding: 12px 20px;
    color: #fff;
    margin: 10px 0px 10px 0px;
    border: 1px #797ef7 solid;
}

.add-item-group-sec-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px #dcdcdc solid;
    padding: 30px;
    font-size: 14px;
    border-radius: 8px;
}

.add-item-group-sec-box .add-new-vendor-mes-btn {
    background: #797ef7;
    padding: 12px 20px;
    color: #fff;
    margin: 10px 0px 10px 0px;
    border: 1px #797ef7 solid;
}

.item-group-sec-box {
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
    margin: 0px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.item-group-sec-box label {
    margin: 0px;
}

.item-group-sec-box figure {
    width: 50%;
    margin: 0px auto;
}

.item-group-sec-box figure img {
    width: 70%;
}

.item-group-sec-box h4 {
    font-size: 18px;
    margin: -4px 0px 5px 0px;
    font-weight: 600;
}

.item-group-sec-box input {
    align-items: flex-end;
    position: absolute;
    top: 12px;
    left: 16px;
}

.item-group-sec-box p {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}

.add-vendor-mes-box .add-new-vendor-mes-btn svg {
    margin-right: 6px;
}

.add-phone-close-btn {
    position: relative;
    top: 36px;
    left: -7px;
    color: red;
}

.custom-switch b {
    font-size: 16px;
    padding-right: 7px;
}

#emergency-active-show {
    display: none;
}

.custom-switch-set .slider:before {
    background-color: #797ef7;
}

.custom-switch-set input:checked+.slider {
    background-color: #797ef7;
}

.custom-switch-set input:focus+.slider {
    box-shadow: 0 0 1px #797ef7;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
    margin: 7px 0px 0px 10px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    box-shadow: 0px 0px 4px #dcdcdc;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3.4px;
    background-color: #d85151;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #d85151;
}

input:focus+.slider {
    box-shadow: 0 0 1px #d85151;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    background-color: #fff;
    transform: translateX(20px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*============== modal ===========================*/

.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus,
.blue-btn {
    background: transparent;
    border-radius: 3px;
    color: #fff;
    background: #c9cbfb;
    font-size: 14px;
    outline: none !important;
    padding: 10px 20px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    height: 40px;
    margin-top: 0;
    padding: 8px 10px;
    border-radius: 4px;
}

.fileUpload span svg {
    background-color: #fff;
    color: #797ef7;
    width: 25px !important;
    height: 25px;
    padding: 6px;
    border-radius: 50%;
    vertical-align: bottom;
}

.fileUpload:hover {
    padding: 8px 10px;
    border-radius: 4px;
}

.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 42px;
}


/*Chrome fix*/

input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%;
}

.modal-header-sec {
    display: flex;
    padding: 12px 25px 0px 25px;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
    align-items: center;
}

.modal-header-sec h2 {
    font-size: 22px;
    color: #53d95c;
}

.modal-header-sec svg {
    font-size: 20px;
    color: tomato;
}

.modal-content-sec {
    padding: 0px 25px 0px 25px;
    margin: 0px 0px 0px 0px;
}

.switch-gird-btn-top {
    box-shadow: 0px 0px 4px #dcdcdc;
    padding: 2px 12px !important;
    height: 38px;
    margin-top: 5px;
}

.switch-gird-btn-top:active {
    background: #797ef7 !important;
    border: 1px #797ef7 solid;
    color: #fff;
}

.switch-gird-btn-top:hover {
    background: #797ef7 !important;
    border: 1px #797ef7 solid;
    color: #fff;
}

.switch-gird-btn-top:focus {
    background: #797ef7 !important;
    border: 1px #797ef7 solid;
    color: #fff;
}

.add-new-employee input,
.add-new-employee select {
    background: #fafafa;
}


/*================ table =========================*/

.title-head-flex {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 5px;
}

.title-head-flex input[type="checkbox"] {
    margin: 0px 10px 0px 5px;
}

.product-table-container {
    margin: 0px;
}

.product-table-container input[type="checkbox"] {
    margin: 0px 8px 0px 5px;
}


/* .top-name-select-label{
	margin: 0px 0px;
	position: relative;
	top: 2px;
	left: 0px;
	display: flex;
	gap: 10px;
	justify-content: end;
	align-items: center;
} */

.label-dis-flex {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
}

.product-items-sec aside {
    float: right;
    margin: 0px 5px 0px 0px;
}

.product-items-sec aside h3,
.product-items-sec label h3 {
    color: #797ef7;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0px 6px 0px;
}

.product-items-sec aside p {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 6px 0px;
}

.product-items-sec aside p:nth-of-type(1) {
    margin: 0px 0px 10px 0px;
}

.product-items-sec aside p b {
    color: #2c2c2c;
}

.product-table-container table {
    border-collapse: collapse;
    table-layout: auto;
    position: relative;
    padding: 1px;
    width: 100%;
}

.product-table-container table tr {
    border-bottom: 1px solid #dcdcdc;
}

.product-table-container thead th {
    border-bottom: none !important;
    text-transform: capitalize;
}

.product-table-container table thead tr th {
    text-align: left;
    background: #e2e3ff;
    padding: 12px 10px;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 600;
}

.product-table-container table td {
    padding: 12px 10px;
    vertical-align: top;
    display: table-cell;
    color: #a0a0a0;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.product-table-container table td:first-child {
    border-left-color: #dcdcdc;
}

.product-table-container table td:last-child {
    border-right-color: #dcdcdc;
}

.table-edit-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}

.table-delete-btn {
    border: none;
    background: transparent;
    margin: 0px 0px;
    cursor: pointer;
}

.custom-table-title {
    font-size: 14px;
    font-weight: 600;
}

.dataTables_paginate {
    margin: 0px;
    padding: 10px 0px;
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
    margin: 0 10px !important;
    cursor: pointer !important;
    background: rgb(13, 148, 136) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    display: inline-block !important;
    padding: 0 !important;
    padding-top: 2px !important;
}

.dataTables_paginate span .paginate_button {
    cursor: pointer !important;
    background: #e4e5ff !important;
    border-radius: 5px !important;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    color: #797ef7 !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    text-align: center !important;
}

.dataTables_paginate span,
.dataTables_paginate a {
    display: inline-block !important;
    vertical-align: middle !important;
}

.dataTables_paginate .previous svg,
.dataTables_paginate .next svg {
    color: white !important;
    font-size: 10px !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    padding: 4px 10px !important;
    border-radius: 4px !important;
    margin: 0 2px !important;
    border: none !important;
    background-color: rgb(13, 148, 136) !important;
    cursor: pointer !important;
    color: #fff !important;
}

.dataTables_paginate span .current {
    background: rgb(238, 238, 238);
}

.service-img-sec {
    width: 20%;
    float: left;
    margin: 0px 7px 0px 0px;
}

.service-aside-sec {
    width: 76%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.service-aside-sec p {
    margin: 0px 0px 4px 0px;
    color: #3c3c3c;
}

.service-aside-sec p:first-child {
    color: #797ef7;
    margin: -5px 0px 4px 0px;
}

.service-aside-sec p:last-child {
    color: #797ef7;
    background-color: #f7f7f7;
    padding: 5px 10px;
    font-size: 12px;
}

.rol_tbl .table-edit-btn {
    margin-left: 5px;
    padding-top: 0px;
}

@media only screen and (max-width: 50em) {
    .product-table-container table td .avatar {
        width: 3.2em;
        height: 3.2em;
        margin: 0;
    }
}

@media only screen and (max-width: 50em) {
    .product-table-container table td {
        padding-left: 5.5em;
        display: block;
        border: none;
    }
    .product-table-container table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        margin: 0 0.1em 0 -5.5em;
        display: inline-block;
        float: left;
        width: 4.5em;
        font-size: 90%;
    }
    .product-table-container table td[data-th="Avatar"] {
        padding-left: 0.4em;
        display: inline-block;
    }
    .product-table-container table td[data-th="Avatar"]:before {
        content: "";
    }
    .product-table-container table td[data-th="Name"] {
        padding-left: 0;
        display: inline-block;
    }
    .product-table-container table td[data-th="Name"]:before {
        content: "";
    }
}

@media only screen and (max-width: 50em) {
    .product-table-container table td[data-th="Email"] {
        word-break: break-all;
    }
}

@media only screen and (max-width: 50em) {
    .product-table-container table thead tr {
        display: none;
    }
}

@media only screen and (max-width: 50em) {
    .product-table-container table {
        border: none;
    }
}

@media only screen and (min-width: 37em) and (max-width: 50em) {
    .product-table-container table {
        display: flex;
    }
}

@media only screen and (max-width: 50em) {
    .product-table-container table tr {
        display: block;
        border: none;
        padding: 0.8em;
        margin-bottom: 0.8em;
        background-color: #fff;
        border-radius: 4px;
    }
    .product-table-container table tr td {
        width: 100%;
        color: #3c3c3c;
    }
    .product-table-container table tr td:last-child {
        border: none;
    }
}

@media only screen and (min-width: 37em) and (max-width: 50em) {
    .product-table-container table tr {
        flex: 0 0 80px;
        display: block;
    }
}


/*================ media query start here =========================*/

@media screen and (max-width: 768px) {
    .home-custom-menu {
        margin: 0px;
    }
    .home-custom-menu ul li {
        margin: 0px 10px 0px 0px;
        padding: 10px 10px;
        border-bottom: 1px #dcdcdc solid;
    }
    .home-custom-menu ul li:last-child {
        margin: 0px 10px 0px 0px;
        padding: 10px 10px;
        border-bottom: 0px;
    }
    .home-item-bg-left {
        height: 200px;
        margin-bottom: 20px;
        background-size: cover;
    }
    .home-item-bg-right {
        height: 200px;
        margin-bottom: 0px;
        background-size: cover;
    }
    .home-top-item-section {
        margin: 30px 0px;
        padding: 0px 6%;
    }
    .home-best-seller-section {
        margin: 10px 0px 0px 0px;
        padding: 10px 6%;
    }
    .home-mid-card-section {
        margin: 20px 0px 0px 0px;
        padding: 10px 6%;
    }
    .iteam-mid-card-main {
        border: 1px #dcdcdc solid;
        box-shadow: 0px 0px 6px #dcdcdc;
    }
    .home-pixels-connect-section {
        margin: 10px 0px 20px 0px;
    }
    .footer-support-section {
        margin: 0px 6%;
        padding: 20px 0px;
    }
    .foot-support-card-section {
        margin: 0px 0px 20px 0px;
    }
    .footer-home-main {
        padding: 4% 6% 10px 6%;
    }
    .footer-home-menu {
        margin: 20px 0px 20px 0px;
    }
    .carousel-inner {
        height: 220px;
    }
    .carousel-inner .carousel-item img {
        height: 220px;
    }
    .mobile-mt-4 {
        margin: 0px !important;
    }
    .pixel-img-slider ul li {
        height: 100px;
    }
    .mobile-search-hide {
        display: none;
    }
    .mobile-search-show {
        display: block;
        position: absolute;
        top: 19px;
        right: 53px;
    }
    .search-top-box-show {
        top: 63px;
        top: 90px;
        border-radius: 0px 0px 10px 10px;
        margin: -20px 0px 0px 0px;
        padding: 10px 10px;
    }
    .search-top-box-show input {
        width: 90%;
    }
    /*================ home end here =========================*/
    .login-content-box {
        width: 88%;
    }
    .login-center-container {
        padding: 0px 25px 30px 25px;
    }
    .login-center-logo-sec {
        width: 70%;
    }
    .login-content-box {
        top: 8vh;
    }
    .main-content-section {
        flex: 1 0 75%;
        max-width: 100%;
    }
    .main-content-sec {
        width: 100%;
        padding: 20px 0px;
    }
    .top-logo {
        width: 22%;
    }
    .top-logo img {
        width: 100%;
    }
    .content-container {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .type-select-top-sec {
        width: 30%;
    }
    .content-head-section {
        top: 3px;
    }
    .top-search-sec {
        margin: 0px 0px 0px 0px;
    }
    .search-cust-width {
        width: 90vw !important;
        margin: 10px 0px 0px 0px;
    }
    .lt-sec-top-main {
        margin: 0px;
        border-left: none !important;
        padding: 0px 0px 0px 0px !important;
        margin: 20px 0px 0px 0px;
    }
    .rt-sec-top-main ul li {
        margin: 0px 10px 0px 15px;
    }
    .top-user-profile-icon {
        margin: 20px 20px 0px 0px;
        border-left: none;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        width: 100%;
        /* position: absolute;
	top: 6px;
	right: 3px; */
    }
    /* .top-user-profile-icon span{
	display: none;
} */
    .mobile-menu-icon {
        display: inline-block;
        width: 30px;
        margin: 0px 6px 0px 0px;
    }
    .sidebar {
        width: 38%;
        display: none;
    }
    /* .sidebar-toggled{
		display: block;
		padding-left:260px;
		-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	} */
    .add-number-btn {
        padding: 10px 0px;
        position: relative;
        top: 3px;
    }
    .search-top-left-sec {
        width: 44%;
    }
    .mobile-view-with-btn {
        width: 100% !important;
        margin: 0px 0px 20px 0px;
        justify-content: center;
    }
    .mobile-view-with-btn .input-group {
        width: 48%;
    }
    .w-15 {
        width: 100%;
    }
    .pos-set-add-sec {
        position: relative;
        left: 0%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    table {
        display: table !important;
    }
    table th,
    table td {
        display: table-cell !important;
        width: 150px !important;
        font-size: 14px !important;
    }
    table td:before {
        display: none !important;
    }
    table td {
        padding: 12px 10px !important;
    }
    table tr {
        display: block !important;
        border-bottom: 1px solid #ccc !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
        background-color: transparent !important;
        border-radius: 0px !important;
    }
    table thead tr {
        display: block !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .top-logo {
        width: 4%;
        margin: 0px;
    }
    .top-logo img {
        width: 100%;
    }
}

.ehve_io {
    background-color: #797ef7;
    color: #fff;
    width: 14px !important;
    height: 14px;
    object-fit: contain;
    border-radius: 50%;
    padding: 3px;
    margin-top: 2px;
    margin-left: 3px;
    padding-top: 3.5px;
}

.top-user-profile-icon h5 {
    font-size: 14px;
    color: #000;
    line-height: 18px !important;
    margin-bottom: 0;
    margin-top: -5px;
    font-weight: 600;
}

.top-user-profile-icon span {
    font-size: 10px;
    color: #a3a3a3;
}

.tab_dashbrd {
    background-color: #fff;
}

.product-table-container table thead tr th {
    background-color: #e2e3ff !important;
    color: #000 !important;
    font-size: 14px;
    padding: 8px 10px !important;
}

.wrap_table table tr th,
.wrap_table table tr td {
    white-space: nowrap !important;
}

.tab_dashbrd tr td {
    color: #000 !important;
    font-size: 14px;
    border-bottom: none !important;
    padding: 8px 15px !important;
}

.tab_dashbrd tr {
    border-bottom: none !important;
}

.tab_dashbrd tr td:last-child {
    text-align: right;
}

.tab_dashbrd tr td.tab_inact {
    color: #e22d2d !important;
}

.tab_dashbrd tr td.tab_act {
    color: #5ee22d !important;
}

.tab_dashbrd tr td.tab_medi {
    color: #eed361 !important;
}

.tab_dashbrd tr:nth-child(odd) {
    background-color: #fff !important;
}

.tab_dashbrd tr:nth-child(even) {
    background-color: #fcfcfe !important;
}

.das_sel select {
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 5%);
    background-color: #fff;
}

.dash_tab_l ul {
    display: block;
    text-align: center;
    /* border-bottom: 1px solid #cdcdcd; */
    background-color: #fff;
    border-radius: 50px;
    padding-top: 15px;
    display: flex;
    padding: 3px;
    justify-content: space-between;
}

.dash_tab_l ul li {
    display: inline-block;
}

.dash_tab_l .nav-link {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}

.dash_tab_l .nav-link:after {
    display: none;
}

.margincontent {
    margin-left: 10px;
}

.dash_tab_l ul .nav-link.active {
    color: #000;
    cursor: default;
    background-color: #797ef7;
    border-bottom: 1px solid #797ef7;
    border-radius: 50px;
    padding-left: 35px;
    padding-right: 30px;
}

.card1 {
    background-color: black;
    color: white;
    padding: 15px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transition for background-color and color */
}

.card1:hover {
    background-color: red;
    color: white;
    /* Maintain text color as white on hover */
}

.card1.active {
    background-color: white;
    color: blue;
}

.da_card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 5%);
    background-color: #fff;
    border-radius: 5px;
}

.seo_stat li {
    /* margin-right: 20px;
    margin-left: 20px; */
}

.seo_dashbrd {
    background-color: #fff;
}

.seo_dashbrd thead {
    display: block;
}

.seo_dashbrd tbody {
    max-height: 415px !important;
    height: 415px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    display: block;
}

.seo_dashbrd tr th {
    background-color: #fff !important;
    border-bottom: 1.7px solid #cdcdcd !important;
    color: #000 !important;
    font-size: 14px;
    padding: 15px 15px 8px !important;
}

.seo_dashbrd tr th:first-child,
.seo_dashbrd tr td:first-child {
    min-width: 200px;
    width: 200px;
}

.seo_dashbrd tr th:nth-child(2),
.seo_dashbrd tr td:nth-child(2) {
    min-width: 40px;
    width: 40px;
}

.seo_dashbrd tr td {
    color: #000 !important;
    font-size: 14px;
    padding: 8px 8px !important;
}

.seo_dashbrd tr {
    border-bottom: none !important;
}

.seo_dashbrd tr td:last-child {
    text-align: right;
}

.seo_dashbrd tr td.tab_inact {
    color: #e22d2d !important;
}

.seo_dashbrd tr td.tab_act {
    color: #5ee22d !important;
}

.seo_dashbrd tbody {
    padding-right: 10px;
}

.seo_dashbrd tbody::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.seo_dashbrd tbody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #797ef7;
}

.seo_dashbrd tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.contr_tab tr td:first-child {
    min-width: 600px;
}

.contr_tab tr td:last-child {
    text-align: left;
}

.page_sel {
    display: inline-flex !important;
    width: 50px !important;
    padding: 0 !important;
    margin-left: 10px;
}

.key_tabl tr td {
    text-align: left !important;
}

.blog_tabl tr td,
.blog_tabl tr th {
    font-size: 13px !important;
    padding: 8px !important;
}

.blog_tabl tr td:last-child {
    text-align: left !important;
}

.meta_d_tabl tr td,
.blog_tabl tr th {
    font-size: 13px !important;
}


/* .meta_d_tabl tr td:nth-child(2),.meta_d_tabl tr td:nth-child(3),.meta_d_tabl tr th:nth-child(2),.meta_d_tabl tr th:nth-child(3),.meta_d_tabl tr td,.meta_d_tabl tr th {
	width: 220px!important;
} */

.meta_d_tabl tr td:last-child {
    text-align: left !important;
}

.support_sel select,
.support_sel input {
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 5%);
    background-color: #fff;
    padding: 0px 10px;
}

.what_s_btn {
    background: #6ad176;
    font-size: 16px;
    color: #fff !important;
    padding: 5px;
    border: #6ad176 1px solid;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    transition: 0.5s;
}

.what_s_btn:hover {
    color: #6ad176 !important;
    background: #fff;
}

.fa-solid {
    font-size: 8px !important;
    padding-right: 4px;
    display: inline-block;
    line-height: 2px;
    text-align: center;
}

.drop_domain {
    position: relative;
    display: inline-block;
    width: 100%;
    /* Adjust width */
}

.drop_domain select {
    width: 100%;
    padding-right: 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 8px !important;
    font-size: 12px !important;
    box-shadow: 0.5px 3px 4px rgba(205, 207, 212, 0.3);
    border: none;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: white;
}

.drop_domain i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px !important;
    pointer-events: none;
}

.fa-solid {
    font-size: 8px !important;
    padding-right: 4px;
    display: inline-block;
    line-height: 2px;
    text-align: center;
}

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

.drop_domain1 {
    position: relative;
    display: inline-block;
    /* width: 100%; Adjust width */
}

.drop_domain1 select {
    width: 88%;
    padding-right: 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* border-radius: 8px!important; */
    font-size: 12px !important;
    /* box-shadow: 0.5px 3px 4px rgba(205, 207, 212, 0.3);
    border: none;  */
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 8px;
    /* background-color: white; */
}

.drop_domain1 i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px !important;
    pointer-events: none;
}

.sel_opt {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-bodyvr {
    padding: 10px !important;
}

.bg-custom-green {
    background-color: #00800012 !important;
    color: #008000 !important;
}

.bg-custom-orange {
    background-color: #FFA50012 !important;
    color: #FFA500 !important;
}

.bg-custom-red {
    background-color: #FF000012 !important;
    color: #FF0000 !important;
}

.bg-custom-sec {
    background-color: #8B8B8B12 !important;
    color: #8B8B8B !important;
}

.badgeovr {
    color: #008000!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: normal!important;
    border-radius: 6px!important;
}

.txtbroad {
    color: #7C41FF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px!important;
}

.text-mutedss {
    color: #00000099;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #00000020;
    margin-bottom: -5px !important
}

.text-mutedspan {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.edit-btnn {
    display: flex;
    width: 73px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 7px;
    border: 1px solid #7C41FF;
    text-decoration: none;
    color: #7C41FF;
    font-weight: 500;
    font-size: 14px;
}

.edit-btndown {
    display: flex;
    width: 256px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    flex-shrink: 0;
    border-radius: 7px;
    border: 1px solid #7C41FF;
    background: #7C41FF;
}

.edit-btndown:hover {
    color: #000;
}

.my-green-border {
    border: 3px solid #F1F1F1!important;
    border-radius: 12px!important;
}

.cardover {
    max-height: max-content!important;
    background: #fff;
    padding: 6px;
}

.mtt {
    margin-top: 5px!important;
}

.card-Graph {
    background: #fff;
    height: 70px;
    padding: 6px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .xsflex {
        display: flex!important;
        flex-direction: column!important;
        align-items: self-start;
    }
    .edit-btndown {
        display: flex;
        width: 230px;
        height: 44px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #fff;
        flex-shrink: 0;
        border-radius: 7px;
        border: 1px solid #7C41FF;
        background: #7C41FF;
    }
    .seo_stat li {
        margin-right: 14px;
    }
    .dash_tab_l .nav-link {
        font-size: 14px;
    }
    .seo_dashbrd tbody,
    .seo_dashbrd thead {
        display: table-row-group;
    }
    .seo_dashbrd tr th:first-child,
    .seo_dashbrd tr td:first-child {
        min-width: 100%;
        width: 100%;
    }
    .seo_dashbrd tr td:last-child,
    .tab_dashbrd tr td:last-child {
        text-align: left;
    }
    .seo_dashbrd table tr {
        border-bottom: 1px solid #dcdcdc !important;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .edit-btndown {
        display: flex;
        width: 230px;
        height: 44px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #fff;
        flex-shrink: 0;
        border-radius: 7px;
        border: 1px solid #7C41FF;
        background: #7C41FF;
    }
    .sm\:col-span-6 {
        grid-column: span 6 / span 6 !important;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .col-sm-6 {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50%!important;
        max-width: 50% !important;
    }
    .seo_dashbrd tr th:first-child,
    .seo_dashbrd tr td:first-child {
        min-width: auto;
        width: 60% !important;
    }
    .seo_dashbrd tbody,
    .seo_dashbrd thead {
        display: table-row-group;
    }
    .seo_dashbrd tr td:last-child,
    .tab_dashbrd tr td:last-child,
    .seo_dashbrd tr th:last-child {
        text-align: left !important;
    }
    .seo_dashbrd tr th {
        padding: 8px 8px !important;
    }
    .contr_tab tr th:first-child,
    .contr_tab tr td:first-child {
        min-width: 400px;
    }
    .meta_d_tabl tr th:first-child,
    .meta_d_tabl tr th:nth-child(2),
    .meta_d_tabl tr td:first-child,
    .meta_d_tabl tr td:nth-child(2) {
        width: 200px !important;
    }
}