.icon-card{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius:3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.icon-card-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 150px;
    border-radius: 3px 0 0 3px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.icon-card-content{
    padding: 25px 30px;
}

.icon-card-title{
    font-size: 20px;
}

.icon-card-link{
    text-decoration: none;
}

.nav[aria-orientation="vertical"] .nav-link.active{
    box-shadow: 3px 4px 7px 0px rgba(0,0,0, .14);
}

.nav[aria-orientation="vertical"] .nav-link{
    transition: all .15s ease-in-out;
}

.nav-pills .nav-link.border.active {
	border-color: var(--bs-nav-pills-link-active-bg) !important;
}

.tox .tox-promotion,
.tox-statusbar__branding {
	display: none !important;
}

.tagify__tag {
	margin-inline: 9px 0 !important;
	margin-block: 9px !important;
}

.tagify__input {
	margin: 9px !important;
}

.circle-img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.image-preview {
	width: 300px;
	height: 300px;
	object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.conca-image-upload-container{
    max-width: 250px;
}

@media (max-width: 1399px) {
    .conca-image-upload-container{
        max-width: 100%;
    }
}


.theme-thumb{
    overflow: hidden;
    width: 100%;
    display: block;
}

.theme-card{
    border-radius: 8px;
    background-color: var(--bs-white);
}

.theme-content{
    padding: 20px 26px;
}

.theme-thumb img{
    object-fit: cover;
    overflow: hidden;
    transition: transform 5s ease-in-out;
    width: 100%;
}


.theme-card:hover .appearance-theme-active-btn{
    opacity: 1;
    visibility: visible;
    bottom: 18%;
}

.theme-card-title{
    min-height: 20px;
}

.appearance-theme-active-btn{
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.settings-card{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius:3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    padding: 40px 26px;
}

.settings-card-icon{
    --card-side: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--card-side);
    height: var(--card-side);
    border-radius: 50%;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}


.settings-card-title{
    font-size: 20px;
}

.settings-card-link{
    text-decoration: none;
}

.settings-card-link svg{
    transition: all .15s ease-in-out;
}

.settings-card-link:hover svg{
    transform: translateX(6px);
}

.google-tag-manager{
    display: none;
    visibility: hidden;
}

.app-header-search-list {
    max-height: 270px;
    scrollbar-width: thin;
    padding: 10px 14px;
    border-radius: 0 0 6px 6px;
    background-color: var(--bs-white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.app-header-search-list a{
    color: var(--bs-body-color);
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
}

.app-header-search-list a:hover{
    background-color: rgba(95, 74, 254, .1);
    color: var(--bs-primary);
}

.dashboard-card{
    box-shadow: 0 2px 2px -1px rgba(25, 24, 34, 0.06), 0 1px 3px 0 rgba(25, 24, 34, 0.06);
    background-color: #fff;
    border-radius: 12px;
    border: none;
    position: relative;
    padding: 30px 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


/*
    max width and min width for the dashboard card
*/

@media (min-width: 1400px) and (max-width: 1600px){
    .dashboard-card{
        padding: 20px;
    }
}


.dashboard-card-icon span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(95, 74, 254, .1);
    color: #5F4AFE;
    font-size: 20px;
}
.dashboard-card-icon.green span{
    background-color: #F2FBED;
    color: #47B611;
}

.dashboard-card-title{
    font-size: 36px;
    font-weight: 600;
}

.dashboard-card-subtitle{
    font-size: 14px;
    font-weight: 500;
    color: #6F767E;
}

.dashboard-welcome-card{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.32), 0 0 1px 0 rgba(40, 41, 61, 0.08);
    background: linear-gradient(168deg, #3b23f2 0%, #844afe 100%);
    height: 100%;
    border-radius: 12px;
    padding: 30px 30px;;
}

.dashboard-welcome-card p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    opacity: 0.8;
}


.dashboard-welcome-card-btn{
    display: inline-block;
    padding: 11px 20px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #191822;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(3, 18, 51, 0.2);
    border-radius: 6px;
    text-decoration: none;
}

.dashboard-welcome-card-icon{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.dashboard-item-card-title a{
    font-size: 15px;
    font-weight: 600;
    color: #191822;
    text-decoration: none;
}

.dashboard-item-avatar{
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.error-page-content svg{
    max-width: 100%;
    height: auto;
}


.img-thumbnail-wrapper {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    padding: 5px;
}

.img-thumbnail-wrapper img{
    max-width: 100%;
    height: auto;
}

.img-thumbnail-wrapper:not(.default-size) {
    max-height: 240px !important;
    max-height: 240px !important;
    min-height: 240px !important;
    object-fit: contain;
    max-width: 260px;
    min-width: 260px;

}

@media (max-width: 1399px) and (min-width: 992px) {
    .img-thumbnail-wrapper:not(.default-size){
        max-height: 180px !important;
        min-height: 180px !important;
        max-width: 220px;
        min-width: 220px;
    }
}

@media (max-width: 991px) {
    .img-thumbnail-wrapper:not(.default-size){
        max-height: 180px !important;
        min-height: 180px !important;
        max-width: 180px;
        min-width: 180px;
    }
}



.gallery-image-preview:not(.default-size) {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.gallery-image-preview:not(.default-size) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.remove-image,
.remove-single-image {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--bs-danger);
    background-color: transparent;
    border: 1px solid var(--bs-danger);
    cursor: pointer;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.remove-image:hover,
.remove-single-image:hover {
    color: var(--bs-white);
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}


.app-content-wrapper:has(.app-content-pb-0){
    padding-bottom: 0 !important;
}


/*
* Custom Badge Style
*/

span.custom-badge {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  text-transform: capitalize;
  color: #fff;
}
span.custom-badge.draft {
  background-color: #6364DB;
}
span.custom-badge.pending {
  color: #000;
  background-color: #FFC312;
}
span.custom-badge.process,
span.custom-badge.processing {
  background-color: #4b7bec;
}
span.custom-badge.success {
  background-color: #009432;
}
span.custom-badge.refund {
  background-color: #ea6b35;
}
span.custom-badge.rejected {
  background-color: #dc2243;
}

.price-box{
    min-width: 120px;
}


.ss-dashboard-order-details-summary strong{
    min-width: 120px;
    display: inline-block;
    text-align: right;
}

.app-wrapper {
	transition: margin 0.3s ease;
}

html[dir="rtl"] .app-wrapper {
	margin-right: var(--app-sidebar-width);
    margin-left: 0;
}

html[dir="rtl"] .app-sidebar {
	left: auto;
    right: 0;
}

html[dir="rtl"] .app-wrapper .app-sidebar.collapsed {
	transform: translateX(100%);
}


html[dir="rtl"] .app-wrapper:has(.app-sidebar.collapsed) {
	margin-left: 0;
    margin-right: 0;
}

html[dir="rtl"] .me-4 {
	margin-right: 0 !important;
    margin-left: 1rem !important;
}

html[dir="rtl"] .ms-auto {
	margin-left: 0 !important;
    margin-right: auto !important;
}

html[dir="rtl"] .table > :not(caption) > tr > th:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0.375rem;
}

html[dir="rtl"] .table > :not(caption) > tr > th:last-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0.375rem;
}

html[dir="rtl"] .text-start{
    text-align: right !important;
}

html[dir="rtl"] .form-check .form-check-input {
	float: right;
    margin-left: 0;
    margin-right: -3rem;
}

html[dir="rtl"] .form-switch {
    padding-right: 3rem;
}

html[dir="rtl"] .app-sidebar-menu ul li a .menu-icon {
	margin-right: 0;
    margin-left: 3px;
}

html[dir="rtl"] .app-sidebar-menu ul li .app-sidebar-submenu li a::before {
	margin-right: 0;
	margin-left: 6px;
}

html[dir="rtl"] .modal-header .btn-close {
	margin-left: 0;
	margin-right: auto;
}

html[dir="rtl"] .swal2-modal.swal2-popup .swal2-actions button + button {
	margin-left: 0;
    margin-right: .375rem;
}

html[dir="rtl"] .demo-card-title {
	padding-left: 0;
    padding-right: 23px;
}

html[dir="rtl"] .demo-card-title::before {
	left: auto;
    right: 0;
}

html[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 0;
	margin-right: calc(var(--bs-border-width) * -1);
	border-top-left-radius: var(--bs-border-radius);
	border-bottom-left-radius: var(--bs-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir="rtl"] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control-icon, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
	border-top-right-radius: var(--bs-border-radius);
	border-bottom-right-radius: var(--bs-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


html[dir="rtl"] .page-item:not(:first-child) .page-link {
	margin-left: 0;
    margin-right: 0.375rem;
}


html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: auto;
    left: 1px;
}

html[dir="rtl"] .tox:not([dir="rtl"]) {
	direction: rtl;
	text-align: right;
}
