/* Fonts */

@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');
@font-face {
    font-family: 'FONTSPRING DEMO - Nordique Pro';
    src: url('../fonts/FONTSPRINGDEMO-NordiqueProSemiboldRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-NordiqueProSemiboldRegular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Nordique Pro';
    src: url('../fonts/FONTSPRINGDEMO-NordiqueProBold.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-NordiqueProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Nordique Pro';
    src: url('../fonts/FONTSPRINGDEMO-NordiqueProRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-NordiqueProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Nordique Pro';
    src: url('../fonts/FONTSPRINGDEMO-NordiqueProLightRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-NordiqueProLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Nordique Pro Inline';
    src: url('../fonts/FONTSPRINGDEMO-NordiqueProInlineRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-NordiqueProInlineRegular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* Default CSS */

* {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    background: #F8F8F8;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--heading-font);
}

p {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 500;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

title {
    text-transform: capitalize;
}

:root {
    --heading-font: 'FONTSPRING DEMO - Nordique Pro';
    --body-font: 'FONTSPRING DEMO - Nordique Pro';
    --primary-color: #367BF5;
    --secondary-color: #F3AA18;
    --black-color: #000;
    --lightblack: #222222;
    --white-color: #fff;
    --darkgrey: #868686;
    --lightgrey: #636363;
    --green: #069697;
    --red: #EA3D2F;
}

.green {
    color: var(--green) !important;
}

.lightblack {
    color: var(--lightblack) !important;
}

.blue {
    color: var(--primary-color) !important;
}

.red {
    color: var(--red) !important;
}


/* main css start */

.login-section {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 40px 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #F8F8F8 !important;
}

.login-section::before {
    content: '';
    position: absolute;
    background: url(../img/home/left-vector.png);
    top: 0px;
    left: 0px;
    width: 376px;
    height: 376px;
    background-size: 376px 376px;
}

.login-section::after {
    content: '';
    position: absolute;
    background: url(../img/home/right-vector.png);
    bottom: 0px;
    right: 0px;
    width: 376px;
    height: 376px;
    background-size: 376px 376px;
}

.login_content-form-sec.max-login-500 {
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.login_content-form-sec.max-login-1200 {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.login_content-form-sec .singup-form-sec {
    background: linear-gradient(121deg, #FFF 10.96%, #FFF 72%, #FFF 99.98%);
    box-shadow: 0px 5px 60px 5px rgba(0, 51, 85, 0.10);
    border-radius: 10px;
    padding: 40px 30px;
}

.login_content-form-sec .login-header {
    text-align: center;
    padding: 40px 0px 20px;
}

.singup-form-sec .sec-title h2 {
    color: #000000;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CB3974;
    margin-bottom: 20px;
}

.singup-form-sec .form-group {
    margin-bottom: 1.2rem;
    position: relative;
}

.singup-form-sec .form-group .lab-style {
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.singup-form-sec .form-group .lab-style a {
    color: #24CAD2;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.singup-form-sec .form-group .form-select,
.singup-form-sec .form-group .form-control {
    background-color: #F5F5F5;
    border: none;
    border-radius: 30px;
    padding: 0.8rem 3rem;
    font-family: "Poppins", sans-serif;
}

.singup-form-sec .form-group.email:before {
    content: "";
    position: absolute;
    top: 44px;
    left: 18px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/home/email.png);
}

.singup-form-sec .form-group.password:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 18px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/home/key.png);
}

.singup-form-sec .form-group.name:before {
    content: "";
    position: absolute;
    top: 44px;
    left: 18px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/home/profile-circle.png);
}

.singup-form-sec .form-group.web:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 18px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/home/web.png);
}

.singup-form-sec .form-group.company:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 18px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/home/company.png);
}

.singup-form-sec .form-check-label {
    color: #636363;
    font-family: "Poppins", sans-serif;
}

.singup-form-sec .btn-primary {
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    background: #650260;
    border-color: #650260;
}
.singup-form-sec .account-register {
    position: relative;
    margin-top: 20px;
}

.singup-form-sec .account-register:before {
     content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #868686;
    width: 16%;
    height: 1px;
}
.singup-form-sec .account-register:after {
      content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #868686;
    width: 16%;
    height: 1px;
}
.singup-form-sec .form-group p {
   color: #868686; 
}
@media screen and (max-width: 576px) {
    .singup-form-sec .account-register:before,
    .singup-form-sec .account-register:after {
      width: 10%;   
    }
    .singup-form-sec .form-group p {
       font-size: 14px;
    }
}

.singup-form-sec .account-register p {
    color: #636363;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: "Poppins", sans-serif;
     width: auto;
    background: #ffffff;
    font-size: 14px;
}
.singup-form-sec .account-register p span {
    margin-left: 10px;
}
.singup-form-sec .account-register p a {
    color: #CB3974;
        font-weight: 600;
}

.singup-form-sec .form-group .form-select:focus,
.singup-form-sec .form-group .form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(101, 2, 96, 0.2);
}


/* Dashboard page CSS start  */

.app-sidebar {
    position: fixed;
    left: 10px;
    top: 10px;
    width: 300px;
    height: calc(100% - 20px);
    transition: all 0.3s ease-in-out;
    padding: 20px 20px;
    border-radius: 10px;
    background: linear-gradient(175deg, #CB3974 0%, #F93 100%);
    z-index: 11;
}

.app-sidebar .logo-sec {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
}

.app-sidebar.hidden {
    margin-left: -320px;
}

.app-sidebar .logo-sec img {
    width: 160px;
}

.main-content.app-content.full-width {
    margin-left: 0;
    max-width: 100%;
}

.app-sidebar .profile-header {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin: 20px 0px;
    border-bottom: 1px solid #181818;
}

.app-sidebar .profile-header img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.app-sidebar .profile-header h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    padding-top: 15px;
}

.app-sidebar .profile-header p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.app-sidebar .sidebar-nav {
    position: relative;
    margin-top: 40px;
    overflow-y: auto;
    height: calc(100vh + -40px);
}

.app-sidebar nav.sidebar-nav.bottom-nav {
    border-top: 1px solid #4c5a743d;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 240px;
}

.app-sidebar nav.sidebar-nav::-webkit-scrollbar {
    width: 4px;
    border-radius: 8px;
}

.app-sidebar nav.sidebar-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px #E94E2D;
    border-radius: 8px;
}

.app-sidebar nav.sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #E94E2D;
    outline: 1px solid #E94E2D;
    border-radius: 8px;
}

.sidebar-nav .list-inline li {
    margin-bottom: 20px;
}

.sidebar-nav .list-inline li a {
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.sidebar-nav .list-inline li.active a .icon-round {
    background: #ffffff;
}

.sidebar-nav .list-inline .dropdown-menu .dropdown-item.active {
    background-color: transparent;
}

.sidebar-nav .list-inline li.active a {
    color: #ffffff;
}

.sidebar-nav .list-inline li a .icon-round {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav .list-inline li a .icon-round svg {
    width: 20px;
    height: 20px;
    margin-top: 14px;
}
.sidebar-nav .list-inline li a .icon-round svg path {
   stroke: #ffffff;
}
.sidebar-nav .list-inline li.active a .icon-round svg path {
   stroke: #CB3974;
}
/*.sidebar-nav .list-inline li a svg path,*/
/*.sidebar-nav .list-inline li a svg rect {*/
/*    fill: #ffffff;*/
/*    opacity: 1;*/
/*}*/

/*.sidebar-nav .list-inline li.active a svg path,*/
/*.sidebar-nav .list-inline li.active a svg rect {*/
/*    fill: #d0426e;*/
/*    opacity: 1;*/
/*}*/

.sidebar-nav .list-inline li.active .dropdown-item svg path {
    fill: #CB3974;
}

.sidebar-nav.bottom-nav .list-inline li {
    padding: 0px;
    margin-bottom: 15PX;
}

.sidebar-nav.bottom-nav .list-inline li a {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-color: #ffffff;
}

.sidebar-nav.bottom-nav .list-inline li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-nav.bottom-nav .list-inline li a.btn-affiliate {
    background: rgba(255, 255, 255, 0.1);
}

.main-content.app-content {
    width: 100%;
    max-width: calc(100% + -330px);
    position: relative;
    margin: 15px 15px 15px 320px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.header-1 {
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    filter: drop-shadow(-5px 0px 20px rgba(0, 0, 0, 0.07));
}

.header-1 .header-content .sidemenu-toggle h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #121212;
}

.header-1 .header-content .sidemenu-toggle p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

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

.header-1 .header-content .profile-dropdown a {
    display: flex;
    align-items: center;
    border: none;
    color: #414141;
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
}

.header-1 .header-content .profile-dropdown a.dropdown>img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.header-1 .header-content .profile-dropdown p {
    font-size: 16px;
    color: #ffffff;
}

.header-1 .header-content .top-header-rightmenu .list-inline {
    display: flex;
    align-items: center;
}

.account-dashboard .account-status {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

.account-dashboard .subscription-details .heading-title h4,
.account-dashboard .account-status .heading-title h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.account-dashboard .account-status .heading-title i {
    color: #00AA73;
}

.account-status .copy-text textarea {
    border: 2px dashed #CDCDCD;
    width: 100%;
    border-radius: 10px;
    resize: none;
    text-align: center;
    /*height: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #636363;
    margin: 20px 0;
        padding: 20px 0 0;
            font-weight: 500;
}

.account-status .copy-text button {
    border: none;
    background: transparent;
    color: var(--650260, #650260);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.account-status .info-text {
    margin-top: 60px;
    background: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    color: #636363;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.subscription-details {
    border-radius: 10px;
    background: rgba(36, 202, 210, 0.1);
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

.subscription-details .accountID {
    border-radius: 10px;
    background: linear-gradient(121deg, #FFF 10.96%, #FFF 72%, #FFF 99.98%);
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 15px;
    margin-bottom: 15px;
}

.subscription-details .accountID .col-9 p {
    font-size: 14px;
    line-height: 18px;
    color: #636363;
    font-weight: 400;
}

.subscription-details .update-plan .btn-primary {
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    background: #650260;
    border-color: #650260;
}

.subscription-details .update-plan .btn-primary img {
    width: 50px;
}

.subscription-details .update-plan p {
    font-size: 16px;
    line-height: 18px;
    color: #636363;
    font-weight: 400;
    text-align: right;
}

.checklist-install .checklist-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

.checklist-install .checklist-card .heading-title h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.checklist-install .checklist-card .list-inline li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checklist-install .checklist-card .list-inline li p {
    color: #636363;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0px 10px;
}

.checklist-install .checklist-card .list-inline li>.d-flex {
    flex: initial;
}

.checklist-install .checklist-card .list-inline li .btn-outline-primary {
    border-radius: 25px;
    border: 1px solid var(--650260, #650260);
    background: #FFF;
    color: #650260;
    padding: 0.4rem 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.product-section .heading-title h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.product-section .product-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

.product-section .product-box h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.36px;
    padding-bottom: 10px;
}

.product-section .product-box p {
    color: #636363;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 15px;
}

.product-section .product-box .btn-primary {
    width: max-content;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    background: #650260;
    border-color: #650260;
}

.seller-dashboard .account-button .btn-outline-primary {
    padding: 0px;
    border-radius: 30px;
    border: 1px solid var(--650260, #650260);
    color: var(--650260, #650260);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.seller-dashboard .account-button .btn-outline-primary:hover {
    border: 1px solid var(--650260, #650260);
    background-color: #ffffff;
}

.heading-section .back-page a {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.cust-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px;
    border: 1px solid #ce3e712b;
    background: rgba(206, 62, 113, 0.05);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
}

.cust-table .table thead th {
    border: none;
}

.cust-table .table {
    border-radius: 0px;
    border-collapse: collapse;
}

.cust-table .table thead {
    background: #650260;
}

.cust-table .table thead th {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.cust-table .table-bordered>:not(caption)>* {
    border-width: 0px;
}

.cust-table .table> :not(caption)>*>* {
    background-color: inherit;
    border: none;
    vertical-align: middle;
}

.cust-table .table thead th {
    padding: 16px;
}

.cust-table .table tbody td {
    padding: 12px 16px;
}

.cust-table .table thead th:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cust-table .table thead th:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cust-table .table tbody {
    background: #ffffff;
}

.cust-table tbody tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.cust-table tbody tr:first-child td:last-child {
    border-top-right-radius: 20px;
}

.cust-table tbody tr td:last-child {
    text-align: center;
}

.cust-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.cust-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}


/* 
#sellerAccountsTable {
    border-collapse: separate;
    border-spacing: 0 15px;
} */

#sellerAccountsTable tbody tr {
    position: relative;
}

#sellerAccountsTable tbody tr::after,
#sellerAccountsTable thead::after {
    content: "";
    display: block;
    height: 15px;
    background: #f6eef1;
}

.profile-section .singup-form-sec {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 25px;
}

.singup-form-sec .form-group.phone:before {
    content: "";
    position: absolute;
    top: 44px;
    left: 18px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/home/mobile.png);
}

.singup-form-sec .form-group.location-pin:before {
    content: "";
    position: absolute;
    top: 44px;
    left: 18px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/home/location-pin.png);
}

.modal .modal-body .modal-footer .btn-primary,
.cust-table .table tbody td .btn-primary {
    background-color: #650260;
    border-color: #650260;
}

.modal .modal-body .form-label {
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

div.dt-container div.dt-length select,
div.dt-container div.dt-search input,
.modal .modal-body .form-control,
.modal .modal-body .form-select {
    background-color: #F5F5F5;
    border: none;
    border-radius: 30px;
    padding: 0.8rem 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.modal .modal-body .modal-footer {
    padding: 20px 0 0;
}

div.dt-container div.dt-length select:focus,
div.dt-container div.dt-search input:focus,
.modal .modal-body .form-control:focus,
.modal .modal-body .form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(101, 2, 96, 0.25);
    border-color: #650260;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background-color: #650260;
    border-color: #650260;
}

.pagination .disabled>.page-link,
.pagination .page-link.disabled {
    background-color: #ffffff;
}

.seller-dashboard .singup-form-sec .form-group.login-submit {
        width: 240px;
}


/* === Responsive CSS Start */

@media screen and (max-width: 1440px) and (min-width: 992px) {
    .product-section .row>* {
        padding-right: calc(var(--bs-gutter-x) * .3);
        padding-left: calc(var(--bs-gutter-x) * .3);
    }
}

@media screen and (max-width: 1440px) {
    .product-section .product-box {
        padding: 15px;
    }
}

@media screen and (min-width: 992px) {
    .header-1 .header-content #menu-toggle,
    .app-sidebar #close {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .product-section .product-box {
        margin-bottom: 20px;
    }
    .account-dashboard .account-status {
        margin-bottom: 20px;
    }
    .header-1 {
        border-radius: 0px;
    }
    .header-1 .header-content .sidemenu-toggle h4 {
        display: none;
    }
    .app-sidebar.hidden #close {
        position: absolute;
        top: 10px;
        right: 15px;
    }
    .app-sidebar.hidden #close i {
        width: 20px;
        height: 20px;
        border: 1px solid;
        line-height: 20px;
        text-align: center;
        border-radius: 100%;
        font-size: 12px;
        color: #ffffff;
    }
    .app-sidebar.hidden {
        margin-left: 0;
        z-index: 11;
        border-radius: 20px;
        border: none;
    }
    .main-content.app-content {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .app-sidebar {
        width: 300px;
        margin-left: -320px;
    }
    .login_content-form-sec .login-header img {
        width: 180px;
    }
    .login_content-form-sec .login-header {
        padding: 0px 0px 20px;
    }
    .login-section {
       padding: 20px 15px;
       justify-content: flex-start;
    }
    .login-section::before,
    .login-section::after {
        display: none;
    }
    .cust-table .table thead th,
    .cust-table .table tbody td {
        white-space: nowrap;
    }
}

@media screen and (max-width: 576px) {
    .sidebar-nav .list-inline li a .icon-round svg {
        width: 16px;
        height: 16px;
       }
    .sidebar-nav .list-inline li a .icon-round {
        width: 44px;
        height: 44px;
       }
    .app-sidebar .logo-sec {
        padding-bottom: 22px;
    }
    .app-sidebar .logo-sec img {
        width: 130px;
    }
    .account-status .info-text {
      margin-top: 20px;
    }
    .checklist-install .checklist-card .list-inline li>.d-flex {
        margin-bottom: 10px;
    }
    .checklist-install .checklist-card .list-inline li {
      display: block;
    }
    .login_content-form-sec .singup-form-sec {
         padding: 20px 20px;
    }
    .seller-dashboard .heading-section .back-page svg,
    .seller-dashboard .account-button .btn-outline-primary img {
        width: 40px;
        height: 40px;
    }
    .seller-dashboard .account-button .btn-outline-primary,
    .singup-form-sec .form-group .form-select,
    .singup-form-sec .form-group .form-control {
        font-size: 14px;
    }
    div.dt-container div.dt-length select,
    div.dt-container div.dt-search input,
    .modal .modal-body .form-control,
    .modal .modal-body .form-select {
        padding: 0.6rem 1rem;
        font-size: 14px;
    }
    .cust-table .table tbody td {
        padding: 10px 14px;
        font-size: 15px;
    }
    .cust-table .table thead th {
        padding: 14px;
        font-size: 16px;
    }
    .header-1 .header-content .profile-dropdown a.dropdown>img {
        width: 40px;
        height: 40px;
    }
    .account-dashboard .account-status,
    .subscription-details {
        padding: 15px;
    }
    .subscription-details .accountID {
        padding: 12px;
    }
    .header-1 .header-content .profile-dropdown a {
        font-size: 16px;
        padding-left: 10px;
    }
    .header-1 {
        padding: 10px 15px;
    }
    .heading-section .back-page a,
    .account-dashboard .subscription-details .heading-title h4,
    .account-dashboard .account-status .heading-title h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .subscription-details .update-plan p,
    .subscription-details .update-plan .btn-primary {
        font-size: 14px;
    }
    .account-dashboard .account-status .heading-title h4 svg {
        width: 50px;
    }
    .account-status .copy-text textarea {
        font-size: 14px;
        line-height: 18px;
    }
}