* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.container {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 100%;
    margin: 0 auto;
}
h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
h3 {
    color: #252628;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 2px;
}
h4 {
    color: #252628;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.title-component {
    color: #252628;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
p {
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}
li {
    font-family: "Open Sans", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
td {
    font-family: "Open Sans", sans-serif;
}
.padding-40 {
    padding: 40px;
}
.padding-t-40 {
    padding-top: 40px;
}
.padding-b-40 {
    padding-bottom: 40px;
}
.padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-t-20 {
    padding-top: 20px;
}
.padding-l-25 {
    padding-left: 25px;
}
.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-lr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="submit"],
input[type="file"],
input[type="button"] {
    cursor: pointer;
}
input,
select,
textarea,
::placeholder {
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}
::placeholder {
    opacity: 0.8;
}
.sidebar-component {
    padding: 0 0 35px 15px;
    background: #132144;
    box-shadow: -1px 0px 0px 0px rgba(85, 110, 230, 0.25) inset;
    max-width: 275px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0;
    z-index: 99;
}
.sidebar-component .logo {
    /* border-bottom: 1px rgba(79, 104, 224, 0.1) solid; */
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.sidebar-component .logo::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: -50px;
    display: block;
    width: 50px;
    height: 100%;
    z-index: -1;
}
.sidebar-component .logo img {
    transition: all 0.3s ease-in-out;
}
.sidebar-component ul {
    list-style-type: none;
}
.sidebar-component ul li {
    margin-top: 8px;
    font-family: "Poppins", sans-serif;
}
.sidebar-component ul li a {
    text-decoration: none;
    padding: 12px 18px;
    display: block;
    color: #E9ECEF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.266px;
    transition: all 0.3s ease-in-out;
}
.sidebar-component ul li.active a,
.sidebar-component ul li:hover a {
    background: #F6FAFF;
    color: #252628;
    box-shadow: -3px 0px 0px 0px #556EE6 inset;
}
.sidebar-component ul li.active a img,
.sidebar-component ul li:hover a img {
    filter: brightness(0.5);
}
.sidebar-component ul {
    padding-left: 0;
}
.sidebar-component ul li img {
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
}

.sidebar-component.active ul li a {
    font-size: 0;
    color: #fff;
}
.sidebar-component.active {
    max-width: 75px;
    padding-left: 8px;
}
.sidebar-component.active .logo img {
    max-width: 58px;
}
.sidebar-component.active .logo {
    margin-bottom: 10px;
    border: 0;
    padding: 20px 5px;
}

/*  */
.header-component {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 10px;
}
.header-component h2 {
    margin-bottom: 0;
}
.header-component .box-header {
    background: transparent;
    padding: 0;
}
.header-component a {
    text-decoration: none;
}

/*  */
.login-component {
    background: #E9EFF8;
    background-size: cover;
    /* height: 100vh; */
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 150px 0;
}
/* .login-component::after {
    content: '';
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */
.login-component .login-box-wrapper {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 28px -1px rgba(175, 182, 201, 0.10);
    padding: 80px 78px;
    max-width: 662px;
    position: relative;
    z-index: 1;
}
.login-component .logo {
    margin-bottom: 20px;
}
.login-component .logo img {
    /* max-width: 180px; */
}
.login-component p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-component .default-btn {
    min-width: 150px;
}

.login-component-style-2 {
    display: flex;
    gap: 120px;
    text-align: left;
}
.login-component-style-2 .logo {
    margin-top: 20px;
    margin-bottom: 0;
}

/*  */
.button-outer {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
}
.button-outer .default-btn {
    margin-top: 0 !important;
}
.default-btn {
    border-radius: 4px;
    background: #556EE6;
    color: #F7FAFF !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.266px;
    text-decoration: none;
    padding: 12px 45px;
    margin-top: 30px;
    display: inline-block;
    border: 0 !important;
    outline: 0;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.default-btn:hover {
    opacity: 0.9;
}
.white-btn {
    color: #252628 !important;
    background: transparent;
    border: 1px #252628 solid !important;
}
.default-btn.link-btn {
    color: #556EE6 !important;
    border-radius: 4px;
    border: 1px solid #556EE6 !important;
    background-color: transparent;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.action-btn {
    cursor: pointer;
}
.action-btn.more-right-btn img {
    margin-right: 0;
    margin-left: 5px;
}
.back-btn {
    background: transparent;
    border: 0 !important;
    width: auto !important;
    padding: 0 !important;
    margin-right: 10px;
}


/*  */
.admin-dashboard-component {
    position: relative;
    margin-left: 275px;
    transition: all 0.3s ease-in-out;
    background: #FDFDFD;
}
.admin-dashboard-component .menu-btn {
    display: inline-block;
    cursor: pointer;
}
.admin-dashboard-component.active {
    margin-left: 75px;
}
.admin-dashboard-component.active .menu-btn {
    transform: rotate(180deg);
}
.top-dashboard-component {
    background: #FDFDFD;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px rgba(79, 104, 224, 0.1) solid;
}
.top-dashboard-component .top-dashboard-wrapper {
    display: flex;
    justify-content: space-between;
}
.top-dashboard-component .top-user-component {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.top-dashboard-component .top-user-component .list-grid-modal {
    left: auto;
    right: 0;
    top: 30px;
}
.top-dashboard-component .top-user-component .list-grid-modal li img {
    max-width: 14px;
}

.search-component {
    border-radius: 18px;
    background: #EEF4FE;
    padding: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*  */
.traffic-overview-component {
    border-radius: 4px;
    background: linear-gradient(103deg, #425BD3 0.86%, #556EE6 105.46%);
    padding: 24px 20px 0;
}
.traffic-overview-component h3,
.traffic-overview-component h2,
.traffic-overview-component p,
.traffic-overview-component li {
    color: #F7FAFF;
}

.traffic-recent-box-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.traffic-overview-component .chart-wrapper {
    display: flex;
    /* gap: 20px; */
}
.traffic-overview-component .chart-wrapper img {
    vertical-align: bottom;
    width: 100%;
    flex: 1;
}
.traffic-overview-component ul {
    list-style-type: none;
    padding-left: 0;
    flex: 1;
    margin-bottom: 0;
    padding-right: 10px;
}
.traffic-overview-component ul li {
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.traffic-overview-component p {
    margin-bottom: 30px;
}
.traffic-overview-component .green-bg {
    background-color: #B5E201;
}
.traffic-overview-component .red-bg {
    background-color: #FD6068;
}
.traffic-overview-component .yellow-bg {
    background-color: #FFCB6A;
}
.traffic-overview-component .brown-bg {
    background-color: #E39A4D;
}
.traffic-overview-component .circ-box {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: inline-block;
}

.user-name-info-component {
    display: flex;
    align-items: flex-start;
}
.user-name-info-component p {
    font-size: 12px;
}

.box-header {
    background: #F9FAFD;
    padding: 12px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.box-header .right-box {
    position: relative;
}
.box-header .right-box .list-grid-modal {
    right: 0;
    left: auto;
    top: 30px;
}

/*  */
.recent-total-box-outer {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
}

/*  */
.default-table-component {
    background: #F7FAFF;
}
.default-table-component tr th,
.default-table-component tr td {
    background-color: #fff;
    box-shadow: none !important;
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
}
.default-table-component tr td {
    font-weight: 400 !important;
    position: relative;
}
.default-table-component th:hover,
.default-table-component th:hover {
    outline: 0 !important;
}
.default-table-component tr,
.default-table-component tr th,
.default-table-component tr td {
    border: 0 !important;
    border-bottom: 0.5px solid #E7E7E7 !important;
}
.default-table-component tr td img {
    margin-right: 10px;
}
.default-table-component tr td.multiple-imgs img {
    background: #E6E8FF;
    border-radius: 50px;
    border: 2px #fff solid;
    margin-right: 0;
}
.default-table-component tr td.multiple-imgs img:not(:first-child) {
    margin-left: -20px;
}
.default-table-component .status {
    border-radius: 4px;
    font-size: 13px;
    font-style: normal;
    line-height: 1.2;
    padding: 6px 8px;
}
.default-table-component .not-available {
    background: #FFF2ED;
    color: #FF5200;
}
.default-table-component .available {
    background: #F0FDF4;
    color: #22C55E;
}
.default-btn-small {
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    background: #EEF4FE;
    cursor: pointer;
}
.default-btn-small img {
    margin-right: 0 !important;
    max-width: 16px;
    transition: all 0.3s ease-in-out;
}
.default-btn-small:hover {
    background: #176eff;
}
.default-btn-small:hover img {
    filter: brightness(0) invert(1);
}
.delete-btn-component {
    background: #FEE5E5;
    margin-left: 2px;
}
.delete-btn-component:hover {
    background: #F94F4F;
}
.block-btn-component {
    background-color: #F9EBCC;
    margin-right: 2px;
}
.block-btn-component:hover {
    background-color: #ffb000;
}
.edit-btn-component {
    background-color: #DFF9ED;
    margin-right: 2px;
}
.edit-btn-component:hover {
    background: #2CD888;
}

.default-box-component {
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    height: 100%;
}
.default-box-component .dt-info {
    color: #95989D !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding-left: 10px;
}
.default-box-component .dt-layout-row button.dt-paging-button.current {
    border-radius: 16px;
    background: #556EE6;
    border: 0;
    color: #fff !important;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.75px;
}
.default-box-component .dt-layout-row button.dt-paging-button.current:hover {
    border: 0;
    background: rgb(70 95 215 / 30%);
}
.default-box-component .head-text {
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: #252628 !important;
}

/*  */
.copyright-component {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 20px;
}
.copyright-component p {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.green-clr {
    color: #0DA759 !important;
}
.red-clr {
    color: #F94F4F !important;
}
.blue-clr {
    color: #556EE6;
}
.blue-circ {
    width: 10px;
    height: 10px;
    background: #556EE6;
    border-radius: 50px;
}
.gray-circ {
    width: 10px;
    height: 10px;
    background: #E1E6FF;
    border-radius: 50px;
}
.customer-graph-component {
    padding: 20px;
}
.customer-graph-component img {
    width: 100%;
}
.list-box-component {
    display: flex;
    justify-content: space-between;
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 15px;
}
.list-box-component .list-item {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.list-box-component .list-item img {
    width: auto;
}
.full-row-component {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.recently-activity-component {
    padding: 10px 10px;
}
.recently-activity-component .list-box-component {
    padding: 12px;
}
.recently-activity-component .list-box-component:not(:last-child) {
    border-bottom: 0.5px #E7E7E7 solid;
}
.add-btn-component {
    border-radius: 4px;
    background: #fff;
    color: #252628;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.266px;
    padding: 10px 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: 0;
    cursor: pointer;
    border: 1px solid #aaa;
    transition: all 0.3s ease-in-out;
}
.add-btn-component img {
    filter: brightness(0.4);
}
.add-btn-component:hover {
    background: #556EE6;
    color: #F7FAFF;
    border: 1px solid #556EE6;
}
.add-btn-component:hover img {
    filter: brightness(1);
}

.sort-by-component {
    color: #252628;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.266px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.default-form-component .input-box-outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 40px;
    margin-bottom: 20px;
}
.default-form-component .input-box-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
}
.default-form-component .input-box-row .input-box {
    flex-basis: calc(50% - 7px);
}
.default-form-component label {
    display: block;
    margin-bottom: 8px;
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.default-form-component input,
.default-form-component select,
.default-form-component textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #8C8C8C;
    color: #252628;
}
.default-form-component select {
    background: rgba(0, 0, 0, 0) url(../images/arrowDown.svg) 98% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 14px;
}
.default-form-component form {
    margin-top: 30px;
}
.default-form-component .default-btn {
    margin-top: 50px;
    display: inline-block;
    width: auto;
    padding: 10px 45px;
}

.default-form-component input[type="radio"],
.default-form-component input[type="checkbox"] {
    width: auto;
    margin-right: 4px;
}
.default-form-component .checkbox-box {
    margin-top: 20px;
}
.default-form-component .title-component {
    margin-bottom: 15px;
}
.default-form-component .btn-box {
    display: flex;
    justify-content: space-between;
}
.default-form-component .checkbox-box .intend-box {
    padding-left: 20px;
    margin-top: 15px;
} 

.header-component .box-header .tab-component {
    display: flex;
    gap: 12px;
    height: 100%;
}
.header-component .box-header .right-box {
    display: flex;
    gap: 12px;
}

.default-tab-component .tab-content {
    display: none;
    width: 100%;
    overflow-x: auto;
}
.default-tab-component .tab-content.visible {
    display: block;
}

.tab-component .tab-btn {
    border-radius: 4px;
    border: 1px solid #252628;
    text-decoration: none;
    color: #252628;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.266px;
    padding: 6px 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
}
.tab-component .tab-btn img {
    transition: all 0.3s ease-in-out;
}
.tab-component .tab-btn:hover,
.tab-component .tab-btn.active {
    border-radius: 4px;
    background: #252628;
    color: #F7FAFF;
}
.tab-component .tab-btn:hover img,
.tab-component .tab-btn.active img {
    filter: invert(1);
}
.product-component {
    position: relative;
}
.product-component-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.product-component h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-component .product-img {
    border-radius: 4px;
    background: #F7FAFF;
    text-align: center;
    margin-bottom: 20px;
    /* min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.product-component p {
    margin-bottom: 15px;
}
.product-component .price {
    color: #3954D3;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    margin-top: 30px;
}
.product-component .product-img img {
    width: 100%;
    border-radius: 5px;
}
.product-component:hover .edit-component {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.product-component .stock-price-component {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-component .status-box {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-component .in-stock .status-box {
    color: #24A700;
}
.product-component .out-stock .status-box {
    color: #D42920;
}
.product-component .price-box {
    text-align: right;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.product-component .price-box .new-price {
    color: #3954D3;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}
.product-component .price-box .old-price {
    color: #252628;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
}
.product-component .price-box .old-price::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -3px;
    width: 110%;
    height: 1px;
    background-color: #252628;
    transform: rotate(10deg);
}
.product-component .input-box label {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 4px;
}
.product-component .default-form-component {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.product-component .default-form-component input,
.product-component .default-form-component select,
.default-form-component textarea {
    width: 100%;
    padding: 6px 15px;
    border-radius: 4px;
    border: 1px solid #8C8C8C;
    color: #252628;
    font-size: 12px;
}
.product-component .default-form-component .input-box.flex-box {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-component .default-form-component .input-box .add-btn-component {
    color: #F7FAFF;
}
.product-component .default-form-component .add-btn-component {
    font-size: 12px;
    width: 100%;
}

.edit-component {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
}

.add-items-component .left-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid;
    padding-bottom: 30px;
}
.uploading-component {
    border-radius: 8px;
    border: 2px dashed #A3C4FB;
    background: #F7FAFF;
    padding: 70px 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}
.uploading-component p {
    margin-top: 17px;
}
.uploading-component input {
    display: none;
}
.default-form-component .uploading-component .default-btn {
    margin-top: 30px;
}

/*  */
.tab-component-style-2 {
    border-bottom: 1px #E7E7E7 solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    gap: 25px;
}
.tab-component-style-2 .tab-title {
    color: #252628;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.266px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.tab-component-style-2 .tab-title.active {
    color: #556EE6;
    font-weight: 500;
    cursor: default;
}
.tab-component-style-2 .tab-title.active::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #556EE6;
}

.list-block-component {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
}
.list-block-component ul {
    list-style-type: none;
}
.list-block-component .list-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.list-block-component .list-block li {
    font-size: 14px;
}
.list-block-component .default-btn-small {
    margin-right: 8px;
}

/*  */
.project-view-col-component {
    display: flex;
    margin-top: 45px;
    margin-bottom: 45px;
}
.project-view-col-component .col-box {
    padding: 1px;
    position: relative;
    flex-basis: 50%;
}
.project-view-col-component .content-block {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.project-view-col-component .col-box::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project-view-col-component .col-box-outer {
    display: flex;
    flex-wrap: wrap;
}
.project-view-col-component .col-box-outer .col-box {
    flex-basis: 50%;
}
.project-view-col-component img {
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
    height: 100%;
}
.project-view-col-component h4 {
    color: #F7FAFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.view-sync-component {
    display: flex;
    gap: 20px;
    border-bottom: 1px #E7E7E7 solid;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.view-sync-component .text-icon-outer {
    position: relative;
}
.view-sync-component .text-icon {
    color: #252628;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.view-sync-component .text-icon:hover {
    color: #556EE6;
}
.view-sync-component .text-icon img {
    margin-right: 5px;
}
.view-sync-component .view-box img {
    max-width: 12px;
}
.view-sync-component .text-icon:not(:last-child) {
    border-right: 1px rgb(37 38 40 / 30%) solid;
    padding-right: 20px;
}

.document-box-component-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.document-box-component {
    border-radius: 4px;
    background: #F4F9FF;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
}
.document-box-component .file-name {
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}
.document-box-component .bottom-text {
    color: #252628;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
}
.document-box-component .bottom-text img {
    margin-right: 3px;
}
.document-box-component .img-box {
    margin: 8px 0 18px;
}
.document-box-component .img-box img {
    width: 100%;
}
.document-box-component .action-btn-outer {
    position: relative;
}
.document-box-component .action-btn {
    padding: 0 5px;
}
.document-box-component .list-grid-modal {
    left: auto;
    right: 0;
}

.list-grid-modal {
    display: none;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
    padding: 17px;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top: 5px;
    min-width: 130px;
    max-width: 180px;
    width: 100%;
}
.list-grid-modal.active {
    display: block;
}

.list-grid-modal li {
    list-style-type: none;
    text-align: left;
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}
.list-grid-modal li a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.list-grid-modal li:not(:first-child) {
    margin-top: 10px;
}
.list-grid-modal li img {
    margin-right: 4px !important;
}

.share-form-component-outer {
    position: fixed;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
    display: none;
}
.share-form-component-outer.active {
    display: flex;
}
.share-form-component {
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding: 50px 42px;
    max-width: 500px;
    width: 100%;
}
.share-form-component.default-form-component form {
    margin-top: 20px;
}
.share-form-component .input-box:not(:first-child) {
    margin-top: 25px;
}

.header-col-component {
    display: flex;
    justify-content: space-between;
}
.header-col-component .round {
    background-color: #ECEFFE;
    border-radius: 50px;
    color: #556EE6;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header-col-component .right-block {
    display: flex;
    gap: 15px;
}

.footer-component {
    padding: 76px 0;
    text-align: center;
}
.footer-component .footer-wrapper {
    max-width: 723px;
    margin: 0 auto;
    width: 100%;
}
.footer-component p {
    color: rgb(37 38 40 / 70%);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.footer-component .login-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    border-top: 1px rgb(37 38 40 / 20%) solid;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-component .login-list li {
    color: #556EE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    list-style-type: none;
    border-right: 2px #556EE6 solid;
    padding-right: 20px;
}
.footer-component .login-list li:not(:first-child) {
    border-right: 0;
}
.footer-component .login-list li a {
    text-decoration: none;
}
/*  */
.user-info-component {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
}
.user-info-component .user-info-box {
    display: flex;
    gap: 15px;
}
.user-info-component .user-info-box .image {
    width: 50px;
}
.user-info-component .user-info-box .text-box {
    padding-right: 10px;
}
.user-info-component .title {
    color: #252628;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.user-info-component .detail {
    color: rgb(37 38 40 / 80%);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}
.order-details-component {
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
}
.order-details-component .order-details-list {
    display: flex;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px rgb(231 231 231 / 50%) solid;
}
.order-details-component .order-details-list:not(:first-child) {
    padding-top: 20px;
}
.order-details-component .img-box {
    border-radius: 2px;
    background: #F7FAFF;
    padding: 20px;
}
.order-details-component .img-box img {
    max-width: 110px;
}
.order-details-component .list-box li {
    list-style-type: none;
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
}
.order-details-component .list-box li:first-child {
    color: rgb(37 38 40 / 80%);
}
.order-details-component .title {
    color: #252628;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}
.add-email-user-component h3 {
    margin-top: 22px;
}
.add-email-user-component h3 span {
    color: #FF2929;
}
.add-email-user-component p {
    margin-top: 8px;
}
.add-email-user-component .input-box {
    max-width: 513px;
    margin-top: 20px;
}
.space-between-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}
.space-between-center .default-btn {
    margin-top: 0;
}
.add-user-outer .back-btn {
    color: #556EE6;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.266px;
}

.add-user-outer {
    max-width: 660px;
}

.step-top-component {
    max-width: 900px;
    margin: auto;
    margin-bottom: 60px;
}
.step-top-component .numbering {
    color: #556EE6;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #EBEEFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin-bottom: 8px;
    z-index: 1;
}
.step-top-component ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.step-top-component ul li {
    text-align: center;
    color: #252628;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.step-top-component ul li.active {
    color: #556EE6;
}
.step-top-component ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.step-top-component ul li::before {
    content: '';
    width: 40%;
    height: 1px;
    background-color: #556EE6;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 0;
}
.step-top-component ul li::after {
    content: '';
    width: 40%;
    height: 1px;
    background-color: #556EE6;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 0;
}
.step-top-component ul li:first-child::before {
    width: 0;
}
.step-top-component ul li:last-child::after {
    width: 0;
}
.step-top-component .active .numbering {
    background: #556EE6;
    color: #fff;
}

.edit-user-component {
    margin-top: 20px;
    max-width: 300px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
.edit-user-component .edit-user-inner {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.edit-user-component .edit-btn {
    color: #556EE6;
}
.edit-user-component ul li {
    list-style-type: none;
    font-weight: 400;
    margin-top: 6px;
}
.edit-list-component ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
}


.quantity-box-component {
    color: #131313;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.quantity-box-component .quantity {
    border: 1px solid #2874F0;
    border-radius: 5px;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding-top: 3px;
}
.quantity-box-component .number {
    position: relative;
}
.quantity-box-component .number::before {
    left: -15px;
}
.quantity-box-component .number::before,
.quantity-box-component .number::after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 0;
    background: rgb(115 119 108 / 40%);
}
.quantity-box-component .number::after {
    right: -20px;
}
.quantity-box-component .plus,
.quantity-box-component .minus {
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
}
.add-clear-cart-btn-component {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.your-cart-component {
    border-radius: 4px;
    background: #EEF4FE;
    box-shadow: 0px 4px 83px 0px rgba(0, 0, 0, 0.10);
    max-width: 360px;
    min-width: 360px;
    top: 40px;
    right: 0;
    left: auto;
}
.your-cart-component .cart-top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.your-cart-component .right-block.clear-cart {
    color: #2874F0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.your-cart-component .clear-cart span {
    text-decoration: underline;
}
.your-cart-component .clear-btn {
    cursor: pointer;
}
.your-cart-component .cart-list-outer {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
}
.your-cart-component ::-webkit-scrollbar {
    width: 2px;
}
.your-cart-component ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.your-cart-component ::-webkit-scrollbar-thumb {
    background: #556EE6;
}

.your-cart-component .cart-item-list {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    border-bottom: 1px rgb(52 52 52 / 20%) solid;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.your-cart-component .left-block {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}
.your-cart-component .left-block img {
    border-radius: 8px;
    object-fit: contain;
}
.your-cart-component .cart-item-list li {
    list-style-type: none;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
}
.your-cart-component .cart-item-list .price {
    color: #556EE6;
}
.your-cart-component .right-block {
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.your-cart-component .sub-total {
    color: #3954D3;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.your-cart-component .cart-item-list:last-child {
    border-bottom: 0;
}

/*  */
.place-order-component {
    margin-top: 20px;
}
.place-order-component .cart-header {
    border-radius: 4px;
    background: #132144;
    color: #FFF;
    padding: 12px 105px 12px 32px;
    margin-bottom: 30px;
}
.place-order-component .cart-top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.place-order-component .cart-list-outer {
    padding: 0 20px;
}
.place-order-component .cart-item-list {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.place-order-component .cart-item-list .product-info li {
    color: #252628;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.place-order-component .cart-item-list .product-info li span {
    font-weight: 400;
}
.place-order-component .left-block {
    display: flex;
    gap: 13px;
}
.place-order-component .right-block {
    display: flex;
    gap: 50px;
}
.place-order-component .right-block .price {
    color: #384860;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.place-order-component .right-block .delete-btn {
    border-radius: 2px;
    background: #F1F3FF;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.place-order-component .right-block .delete-btn img {
    filter: hue-rotate(230deg);
    transition: all 0.3s ease-in-out;
}
.place-order-component .right-block .delete-btn:hover img {
    filter: none;
}
.place-order-component .left-block img {
    border-radius: 8px;
}
.place-order-component .cart-item-list li {
    color: #121A26;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    list-style-type: none;
    margin-top: 5px;
}
.place-order-component .cart-item-list .title {
    color: #556EE6;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.place-order-component .cart-subtotal {
    border-top: 1px #E2E8F0 solid;
    padding-top: 20px;
    margin-top: 20px;
}
.place-order-component .sub-total {
    color: #121A26;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.2px;
}
.place-order-component .cart-item-list:last-child {
    border-bottom: 0;
}
.place-order-component .cart-total {
    font-size: 20px;
}
.place-order-component .cart-total .total {
    font-size: 20px;
    font-weight: 600;
}
.place-order-component .button-outer {
    justify-content: flex-end;
}

/* Media Query */
@media (max-width:1200px) {
    h2 {
        font-size: 22px;
    }
    .padding-40 {
        padding: 20px;
    }
    .sidebar-component {
        padding: 35px 0 35px 15px;
        max-width: 220px;
    }
    .sidebar-component ul li a {
        padding: 10px 8px;
        font-size: 14px;
    }
    .admin-dashboard-component {
        margin-left: 220px;
    }
    .traffic-overview-component .chart-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .traffic-overview-component p {
        margin-bottom: 15px;
    }
    .box-header {
        padding: 10px 15px;
    }
    .customer-graph-component {
        padding: 15px;
    }
    .customer-graph-component .list-box-component {
        padding: 0;
    }
    .tab-component .tab-btn {
        font-size: 14px;
        padding: 8px 10px;
    }
    .default-btn-small {
        width: 24px;
        height: 24px;
    }
    .default-btn-small img {
        max-width: 12px;
    }
    .product-component-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .product-component .default-form-component {
        gap: 6px;
    }
    .product-component .price {
        font-size: 22px;
        margin-top: 12px;
    }
    .product-component .default-form-component select{
        padding: 5px 8px;
        background-size: 12px;
    }
    .product-component .default-form-component .add-btn-component {
        padding: 8px 4px;
        font-size: 11px;
    }
    .product-component .price-box {
        font-size: 18px;
    }
    .header-component .box-header .tab-component {
        gap: 5px;
    }
    .header-component {
        padding: 20px 0;
    }
    .list-block-component .default-btn-small {
        margin-right: 2px;
    }
    .list-block-component .list-block {
        gap: 14px;
        padding-right: 10px;
    }
    .project-view-col-component .content-block {
        padding: 10px;
    }
    .project-view-col-component h4 {
        font-size: 13px;
    }
    .quantity-box-component .quantity {
        width: 70px;
    }
    .quantity-box-component .plus,
    .quantity-box-component .minus {
        padding: 0 3px;
    }
    .quantity-box-component .number::before {
        left: -12px;
    }
    .quantity-box-component .number::after {
        right: -14px;
    }
    .document-box-component-outer {
        gap: 10px;
    }
    .document-box-component .file-name {
        font-size: 12px;
    }
    .document-box-component .bottom-text {
        font-size: 10px;
    }
    .document-box-component .bottom-text img {
        margin-right: 1px;
    }
    .document-box-component .file-name img {
        max-width: 14px;
    }
    
    .add-btn-component {
        font-size: 14px;
        padding: 8px 10px;
    }
    .traffic-recent-box-outer {
        gap: 10px;
    }
    .recent-total-box-outer {
        margin-top: 15px;
        gap: 10px;
    }
    .user-info-component .title {
        font-size: 15px;
    }
    .list-grid-modal {
        padding: 15px 10px;
    }
    .user-info-component .user-info-box {
        gap: 8px;
    }
    .user-info-component .user-info-box .image {
        width: 30px;
    }

}

@media (max-width:1024px) {
    h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .document-box-component-outer {
        grid-template-columns: repeat(3, 1fr);
    }
    .list-box-component {
        font-size: 12px;
    }
    .recently-activity-component .list-box-component {
        padding: 8px 5px;
    }
    .default-btn-small img {
        max-width: 12px !important;
    }
    .default-form-component .input-box-outer {
        gap: 14px 30px;
    }
    .default-form-component select {
        background-position: 95%;
    }
    .default-table-component tr td img {
        margin-right: 4px;
        max-width: 25px;
    }
    .default-table-component .status {
        font-size: 12px;
    }
    .default-table-component tr td.multiple-imgs img:not(:first-child) {
        margin-left: -10px;
    }
}

@media (max-width:991px) {
    .footer-component {
        padding: 60px 0;
    }
    .login-component {
        padding: 80px 0;
    }
    .header-component .box-header {
        flex-direction: column;
        gap: 20px;
    }
    .tab-component .tab-btn {
        flex-direction: column;
    }
    .product-component-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .list-block-component {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0;
    }
    .view-sync-component {
        gap: 10px;
        margin-bottom: 20px;
    }
    .view-sync-component .text-icon:not(:last-child) {
        padding-right: 6px;
    }
    .document-box-component-outer {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-view-col-component {
        flex-direction: column;
        margin-top: 30px;
    }
    .traffic-recent-box-outer {
        grid-template-columns: 1fr;
    }
    .recent-total-box-outer {
        grid-template-columns: 1fr;
    }
    .sidebar-component {
        max-width: 75px;
        padding-left: 8px;
        padding-top: 0;
    }
    .sidebar-component ul li a {
        font-size: 0;
    }
    .sidebar-component .logo img {
        max-width: 58px;
    }
    .admin-dashboard-component {
        margin-left: 75px;
    }
    .admin-dashboard-component .menu-btn {
        visibility: hidden;
    }
    .sidebar-component .logo {
        padding: 10px 0;
    }

}

@media (max-width:767px) {
    .padding-40 {
        padding: 15px;
    }
    .padding-lr-25 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .login-component {
        padding: 50px 0;
    }
    .login-component .login-box-wrapper {
        padding: 40px 20px;
    }
    .login-component p {
        font-size: 18px;
    }
    .footer-component p {
        font-size: 14px;
    }
    .footer-component {
        padding: 40px 0;
    }
    .footer-component .login-list li {
        font-size: 14px;
        padding-right: 10px;
    }
    .footer-component .login-list {
        gap: 10px;
    }
    .login-component-style-2 {
        flex-direction: column;
        gap: 30px;
    }
    .traffic-recent-box-outer {
        grid-template-columns: 1fr;
    }
    .recent-total-box-outer {
        grid-template-columns: 1fr;
    }
    .header-component .box-header .tab-component {
        flex-direction: column;
    }
    .header-component .box-header .right-box {
        flex-direction: column;
        width: 100%;
    }
    .product-component-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .list-block-component {
        grid-template-columns: repeat(1, 1fr);
    }
    .view-sync-component {
        flex-direction: column;
    }
    .view-sync-component .text-icon {
        text-align: left;
    }
    .view-sync-component .text-icon:not(:last-child) {
        border-right: 0;
    }
    .document-box-component-outer {
        grid-template-columns: repeat(1, 1fr);
    }
    .default-form-component .input-box-outer {
        grid-template-columns: 1fr;
    }
    .step-top-component ul li {
        font-size: 12px;
        line-height: 1.2;
    }
    .step-top-component .numbering {
        font-size: 12px;
        padding-top: 3px;
    }
    .add-user-outer .back-btn {
        font-size: 13px;
        margin-right: 5px;
    }
    .default-form-component .default-btn {
        padding: 10px 30px;
    }
    /*  */
    .default-btn {
        padding: 12px 15px;
    }
    .place-order-component .cart-header {
        padding: 12px 12px;
        padding-right: 40px;
        margin-bottom: 20px;
    }
    .place-order-component .cart-top-block {
        font-size: 14px;
    }
    .place-order-component .cart-list-outer {
        padding: 0;
    }
    .place-order-component .left-block {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .place-order-component .left-block img {
        max-width: 100px;
        height: auto;
        object-fit: contain;
        vertical-align: top;
    }
    .place-order-component .right-block .price {
        font-size: 14px;
    }
    .place-order-component .right-block {
        gap: 10px;
    }
    .place-order-component .right-block .delete-btn {
        width: 25px;
        height: 25px;
        padding: 6px;
    }
    .place-order-component .cart-item-list li {
        color: #121A26;
        font-size: 14px;
    }
    .place-order-component .cart-item-list {
        font-size: 14px;
    }
    .place-order-component .sub-total {
        font-size: 14px;
    }
    .place-order-component .cart-total .total {
        font-size: 16px;
    }
    .place-order-component .cart-item-list:last-child {
        margin-top: 0;
    }
    .place-order-component .button-outer {
        flex-direction: column;
    }
    .button-outer .default-btn {
        width: 100%;
    }

}

