@font-face {
	font-family: 'peyda';
	src: url("../fonts/PeydaFaNum-Regular.ttf"), url("../fonts/PeydaFaNum-Regular.woff");
} 
@font-face {
	font-family: 'kalameh';
	src: url("../fonts/KalamehFaNum-Regular.ttf"), url("../fonts/KalamehFaNum-Regular.woff");
} 
@font-face {
	font-family: 'kalameh-bold';
	src: url("../fonts/KalamehFaNum-Bold.ttf"), url("../fonts/KalamehFaNum-Bold.woff");
} 
@font-face {
	font-family: 'rokh';
	src: url("../fonts/RokhFaNum-Medium.ttf"), url("../fonts/RokhFaNum-Medium.woff");
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
}

:root {
    color-scheme: light !important;
}
html {
    color-scheme: light !important;
}



:after {
	font-family: 'Font Awesome 5 Free';
}
:before {
	font-family: 'Font Awesome 5 Free';
}
i {
	font-style: unset !important;
}
::placeholder {
	color: #ccc !important;
	font-size: 14px !important;
}

a:hover {
	cursor: pointer;
}
button {
	background: none !important;
	border: none !important;
	padding: 5px !important;
}

a {
	text-decoration: none !important;
	text-shadow: none !important;
}
a:focus {
	box-shadow: none !important;
}
button:focus {
	border: none !important;
	box-shadow: none !important;
}
button:active {
	background: unset !important;
}
i {
	font-weight: bold !important;
}
i.raty-star--off {
	opacity: 0.3;
}
.btn-primary:focus {
	background: unset !important;
}
ul {
	padding: 0px !important;
	margin: 0px !important;
}
ul li {
	list-style: none;
}
body {
	background: #f8f8f8;
}
body,a,h1,h2,h3,h4,h5,h6,div,li,p,span,button,span {
	font-family: kalameh !important;
	text-align: right;
	direction: rtl;
	color: #000 !important;
	letter-spacing: -0.5px;
}


.form-check.form-switch {
	display: none;
}


#ar-1528971561366 {
	padding-top: 0;
}

.mod-breadcrumbs {
	border: none !important;
	padding: 0 10px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: right !important;
	margin-left: 10px;
	margin-top: 2px !important;
	font-size: 18px;
}
.mod-breadcrumbs li {
	display: flex;
	align-items: center;
}
.mod-breadcrumbs li:last-child span {
	direction: ltr;
}
button.back-step {
	margin-left: 15px;
	background: #eee !important;
	padding: 10px 20px !important;
	border-radius: 10px;
	display: none;
}
button.back-step:before {
	content: "";
	display: block;
	float: right;
	background-image: url('/images/icon/right-side.png') !important;
    background-repeat: no-repeat !important;
    background-position: 6px 4px !important;
	height: 20px;
	width: 20px;
	background-size: 16px;
}
.home-start {
	display: flex;
	justify-content: space-around;
}
.home-start .box {
	width: 30%;
	height: 200px;
	position: relative;
	background: #ccc;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 15px;
	box-shadow: 0px 10px 80px -65px #000;
}
.home-start .box a {
	font-size: 32px;
	position: absolute;
	top: 70px;
}
.home-start .box a:after {
	font-size: 32px;
	position: absolute;
	background: red;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}
.home-start .box.loan {
	background: #d5e3ff;
}
.home-start .box.loan a {
	color: rgb(72 105 248) !important;
}
.home-start .box.sell {
	background: #ffe0ea;
}
.home-start .box.sell a {
	color: rgba(192, 87, 60, 1) !important;
}
.home-start .box.buy {
	background: #c3ffd7;
}
.home-start .box.buy a {
	color: rgb(35 136 58) !important;
}
.home-start .box p {
	margin-bottom: -20px;
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}


span.nav-title-text {
	font-size: 20px !important;
}



.profile-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100px;
	margin-left: 20px;
}
.profile-menu a {
	font-size: 17px;
	background: rgb(213 227 255);
	color: #4869f8 !important;
	padding: 15px 20px;
	border-radius: 55px;
	box-shadow: 0px 5px 30px #d5e3ff;
}


.loan-label span {
    float: left;
    font-weight: normal;
    font-size: 13px;
    margin-right: 5px;
}
.extraloan {
    font-size: 12px;
    margin-top: 15px;
    display: block;
    color: rgb(73 102 225) !important;
}

.loan-amount-section h3.module-title {
    text-align: center;
    background: #d5e3ff;
    margin: -16px -20px 20px -20px;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
}







.homecodes {
	width: 80%;
	margin: 100px auto;
}
.homecodes .code {
	display: flex;
	font-size: 20px;
	width: 100%;
	justify-content: space-between;
	border-radius: 25px;
	background: #fff;
	height: 80px;
	align-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.homecodes .code .link {
	width: 15%;
	text-align: center;
}
.homecodes .code .link a {
	font-size: 16px;
	background: #c5eeff;
	padding: 10px;
	border-radius: 15px;
	color: #4869f8 !important;
}
.homecodes .code .loan {
	width: 40%;
	text-align: center;
}
.homecodes .code .loan strong {
	color: rgb(23, 162, 184) !important;
	letter-spacing: 5px !important;
	display: inline-block;
	border-bottom: 1px dashed;
	margin: 0 10px;
}
.homecodes .code .title {
	width: 40%;
	text-align: center;
}
.homecodes .code .number {
	font-size: 24px;
	width: 5%;
	text-align: center;
	background: rgb(197 238 255);
	border-radius: 15px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}










.loan-calculator {
    direction: rtl;
    font-family: inherit;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 16px 20px;
    max-width: 420px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    box-sizing: border-box;
    margin: auto;
}

.loan-section {
    margin-bottom: 16px;
}

.loan-label {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}
.loan-amount-section h3.module-title {
    text-align: center;
}
.karmozdbox {
        background: #f7f7f7;
    padding: 10px 10px 5px;
    border-radius: 10px;
}
.loan-amount-display {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    direction: rtl;
}

.fee-type-option {
    display: block;
    font-size: 15px;
    margin: 4px 0 12px;
    cursor: pointer;
    color: #444;
}
.fee-type-option input[type="radio"]:checked {
    accent-color: #4a6bf8;
}
.fee-type-option input {
    margin-left: 6px;
    width: 20px;
    height: 20px;
    vertical-align: -6px;
}

.installment-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.installment-box {
    flex: 1 1 calc(50% - 8px);
    min-width: 90px;
    text-align: center;
    padding: 8px 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    transition: all 0.2s ease;
    background-color: #fafafa;
}

.installment-box:hover {
    border-color: #2196f3;
    background-color: #f0f8ff;
}

.installment-box.active {
    border-color: #2196f3;
    background-color: #e3f2fd;
    color: #0d47a1;
    font-weight: 600;
}

.result-box {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f2fd;
    padding: 13px 0;
    border-radius: 10px;
}

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #2196f3;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    animation: loan-spinner 0.8s linear infinite;
    margin-right: 4px;
}

@keyframes loan-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.result-value {
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.result-value .currency {
    margin-right: 9px;
    font-size: 24px;
    color: #555;
    font-weight: normal;
}

#installmentAmount {
    direction: ltr;
    display: inline-block;
    min-width: 90px;
    text-align: left;
}

@media (max-width: 480px) {
    .loan-calculator {
        max-width: 100%;
        padding: 12px 14px;
    }

    .installment-box {
        flex: 1 1 48%;
    }
}






.fast-loan nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: none !important;
	padding: 0 !important;
}
.fast-loan nav a {
	padding: 15px !important;
	background: #eee !important;
	text-align: center;
	font-size: 20px;
}
.fast-loan nav a.active {
	background: rgb(101 19 182) !important;
	color: #fff !important;
}


.djform_row.title input {
	direction: ltr !important;
	text-align: left !important;
	height: 60px !important;
}

.dj-additem .classifieds_buttons a {
	background: #ccc !important;
	border: none;
	padding: 10px 20px !important;
}
.dj-additem .classifieds_buttons button {
	background: #28bf38 !important;
	border: none;
	padding: 10px 40px !important;
	color: #fff !important;
}
.dj-additem .classifieds_buttons {
	width: 100%;
	padding: 0 20px 20px;
}
.djform_row.title input::placeholder{
    text-align: right;
}

.sim-addinfo {
	margin-top: 10px;
}
.sim-addinfo span {
	font-size: 12px !important;
}
.djform_row {
	display: flex !important;
}
.djform_row label {
	width: 50% !important;
}
.djform_row .djform_field {
	width: 50% !important;
}
.djform_row .djform_field input {
	width: 100% !important;
	height: 60px !important;
}
.djform_row .djform_field select {
	width: 100% !important;
	height: 60px !important;
}
.dj-additem form {
	max-width: 500px;
	border-radius: 15px;
	margin: auto !important;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0px 20px 30px -27px #444;
}
.additem_djform {
	border: none !important;
}


.additem_djform .title_top  {
	padding: 20px !important;
	font-size: 20px;
	background: #d5e3ff !important;
	border-radius: 15px 15px 0 0;
}

.input-error {
    border: 2px solid #ff2d2d !important;
    background: #fff6f6;
}


.duplicate-error {
	color: red !important;
}

.user-item-mod {
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px 20px !important;
	margin-bottom: 40px !important;
	box-shadow: 0px 20px 30px -27px #444;
}

.user-item-mod h3.module-title {
	font-size: 20px;
	background: #d5e3ff;
	border-radius: 15px 15px 0 0;
	padding: 15px;
	margin: -20px -20px 15px;
}
.user-item-mod ul li {
	margin-bottom: 10px;
}










.userdrop {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
}
.astroid-header-sticky .user-drop-position button.dropdown-toggle {
	margin: 5px 0 0 0 !important;
}
.astroid-header-sticky .user-drop-position {
	margin: 0 0 0 7px !important;
	padding: 0 !important;
}
.astroid-header-sticky #themeModeToggle {
	margin-left: 10px !important;
}
.astroid-header-sticky .user-drop-position p {
	margin: 0  !important;
}
.user-drop-position .dropdown button.dropdown-toggle {
	padding: 10px 20px !important;
	border-radius: 55px;
	background-color: #d5e3ff !important;
	background-image: url('/images/icon/user-icon.png') !important;
    background-repeat: no-repeat !important;
    background-position: 9px 8px !important;
	height: 50px;
	width: 50px;
	font-size: 0;
	margin-left: 15px;
}
.user-drop-position {
	margin: 0;
}
.userdrop {
	padding-top: 15px;
}
.userdrop .dropdown ul , .astroid-header-sticky .dropdown ul {
	padding: 20px 10px 15px !important;
}

.userdrop .dropdown ul li a , .astroid-header-sticky .dropdown ul li a {
	font-size: 18px;
}
.userdrop .dropdown-menu {
	margin-top: 30px !important;
	margin-left: 10px !important;
	box-shadow: 0px 20px 30px -27px #444;
	border: 1px solid #eee;
	border-radius: 15px;
}
.astroid-header-sticky .dropdown-menu {
	margin-top: 30px !important;
	margin-left: 0px !important;
	box-shadow: 0px 20px 30px -27px #444;
	border: 1px solid #eee;
	border-radius: 15px;
}
.dropdown-menu li.logout {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.container {
	--bs-gutter-x: 50px !important;
}
.dropdown-menu.show {
    animation: dropdownFadeUp 0.5s ease forwards;
}

@keyframes dropdownFadeUp {
    from {
        opacity: 0;
        transform: translateY(42px);
    }
    to {
        opacity: 1;
        transform: translateY(32px);
    }
}



.item_row_in {
	background: #fff !important;
	margin-bottom: 25px;
	padding: 20px 25px !important;
	border-radius: 15px;
	position: relative;
	box-shadow: 0px 20px 30px -27px #444;
	display: flex;
	flex-direction: column;
}
.item_row_in .item_details_in {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between;
	align-items: center;
}
.item_row_in .item_content_in .item_title h3 {
	direction: ltr !important;
	font-size: 32px !important;
	margin-bottom: 0;
	/background: #f4f4ff82 !important;
	border-right: 4px solid #ffcf00 !important;
	padding: 8px 10px;
	/border-radius: 10px;
	color: #000 !important;
}

.dj-items-rows {
	margin-top: 20px;
}
.item_row_in .item_content_in .item_title span.new_icon {
	position: none !important;
	right: -20px;
	top: 15px;
	padding: 5px 5px !important;
	background: #ffcf00 !important;
	border-radius: 5px !important;
	font-size: 18px !important;
	font-weight: normal !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.item_row_in .item_price {
	margin: 10px 0;
}
.item_row_in .item_price span.price_val {
	font-size: 26px !important;
}
.item_row_in .item_price .currency-unit {
	font-size: 16px !important;
}



.dj-items_order_by_in {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px !important;
	padding: 0 !important;
	border:  none !important;
}
.dj-items_order_by_in .dj-items_order_by_label {
	font-weight: bold;
	border-left: 1px solid #444;
	padding-left: 15px;
	margin-left: 15px;
	border-right: none !important;
}
.dj-items_order_by_in .dj-items_order_by_values a {
	padding: 5px 10px;
}
.dj-items_order_by_in .dj-items_order_by_values a.active {
	background: #d5e3ff !important;
	border-radius: 15px;
}

.item_orderby_separator {
	display: none !important;
}



.modal-backdrop {
    z-index: 1 !important;
}


body.modal-open .astroid-logo img {
	opacity: 0.1;
}

body.modal-open .dropdown {
	opacity: 0.1 !important;
}
.item_outer .item_category {
	display: none !important;
}
.item_details {
	width: 100% !important;
}
#dj-classifieds .dj-items .item_row .item_outer_in .item_content_in {
	padding-right: 0 !important;
}
.item_cat_region_separator {
	display: none !important;
}
#dj-classifieds .dj-items .item_row .item_details .item_price {
	margin-bottom: 0 !important;
}
#dj-classifieds .dj-items .item_row .item_details .item_date_start {
	margin-bottom: 0 !important;
}


.dj-items-rows .titlebox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#dj-classifieds .dj-items .item_row .item_outer {
	width: 100% !important;
}


.logged-in .login-btn {
	display: none;
}










.logged-in .userdrop {
	display: flex;
	justify-content: flex-end;
}




.login-btn {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	font-size: 18px;
	background: #cbdef1;
	padding: 7px !important;
	border-radius: 15px;
	border: 1px solid #0d6efd24;
	box-shadow: none;
	margin-left: 5px;
}
.login-btn a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}



.com-users-login {
	background: #fff;
	padding: 35px !important;
	border-radius: 15px;
	box-shadow: 0px 20px 30px -20px #444;
}
.com-users-login .control-label label {
	font-size: 18px;
}
.com-users-login .btn-lg {
	background: rgb(213 227 255) !important;
	width: 150px !important;
	margin: auto !important;
	padding: 15px !important;
}
.com-users-login__submit .controls {
	text-align: center !important;
}
.com-users-login__options a {
	border: none;
}
.com-users-login__remember .form-check {
	display: flex !important;
}
.com-users-login__remember .form-check .form-check-label {
	margin-right: 35px;
}
.com-users-login__remember .form-check input {
	width: 25px;
	height: 25px;
	margin-top: 0px;
	border: 1px solid #888;
}
.com-users-login input.form-control {
	height: 50px !important;
}
.com-users-login .input-password-toggle {
	display: none;
}













.mainhome .main.top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	min-height: 500px;
}
.mainhome .main.top .box {
	width: 48%;
}
.mainhome .main.top .box.left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainhome .main.top .box.right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mainhome .main.top .box.right h1 {
    background: linear-gradient(90deg, #670e9b, #ffcf00);
    background-size: 200% 200%;
    font-size: 75px;
	font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: gradientMove 8s ease infinite;
}

@keyframes gradientMove {
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}
.mainhome .main.top .box.right h2 {
	font-size: 34px;
	font-weight: bold;
	margin: 30px 0;
	line-height: 55px;
}

.mainhome .main.top .box.right .topbtns {
	margin-top: 100px;
	display: flex;
}
.mainhome .main.top .box.right .topbtns a {
	background: #ccc;
	font-size: 20px;
	padding: 15px;
	border-radius: 55px;
}
.mainhome .main.top .box.right .topbtns a.add {
    background: #ffcf00 !important;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
	display: inline-block;
}

.mainhome .main.top .box.right .topbtns a.add::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%; 
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    transform: skewX(-25deg);
    animation: shineBounce 4.5s linear infinite;
}

@keyframes shineBounce {
    0% {
        left: -120%;
    }
    15% {
        left: 130%;
    }

    16% {
        left: 130%; 
    }
    31% {
        left: -120%;
    }
    100% {
        left: -120%;
    }
}

.mainhome .main.top .box.right .topbtns a.list {
	background: #fff !important;
	display: inline-block;
}






.mainhome .main {
	margin-bottom: 100px;
}

.mainhome .main.why h2 {
	text-align: center;
	font-size: 44px;
	margin-bottom: 30px;
	font-weight: bold;
}
.mainhome .main.why .boxes {
	display: flex;
	gap: 25px;
	justify-content: space-between;
}
.mainhome .main.why .boxes .box {
	background: #ffffff;
	box-shadow: 0px 10px 35px -30px #000;
	border-radius: 25px;
	padding: 15px;
	min-height: 250px;
	width: 23%;
	min-width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainhome .main.why .boxes .box .icon img {
	width: 64px;
	margin-top: 15px;
}

.mainhome .main.why .boxes .box .title {
	font-size: 22px;
	margin: 10px 0;
	font-weight: bold;
}
.mainhome .main.why .boxes .box .desc {
	text-align: right;
}








.mainhome .main.seller {
	background: rgb(213 227 255);
	padding: 35px;
	border-radius: 25px;
	box-shadow: 8px 8px #062a5f;
}
.mainhome .main.seller .title h2 {
	font-size: 44px;
	font-weight: bold;
	color: #1b4a8f !important;
}
.mainhome .main.seller .title h3 {
	color: #1b4a8f !important;
}

.mainhome .main.seller .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mainhome .main.seller .title .link a {
	margin-left: 20px;
	background: #1b4a8f;
	font-size: 22px;
	padding: 15px;
	border-radius: 55px;
	color: #fff !important;
}
.mainhome .main.seller .title .link a:after {
    content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â";
    width: 46px;
	font-size: 38px;
	vertical-align: -6px;
	margin-right: 5px;
}
.mainhome .main.seller .steps {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    margin-top: 60px;
}

.mainhome .main.seller .steps::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 10%;
    width: 80%;
    height: 5px;
    background: linear-gradient(90deg,#2b7cff,#ffcf00);
    z-index: 0;
}

.mainhome .main.seller .steps .box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 14px;
    text-align: center;
    position: relative;
    flex: 1;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.mainhome .main.seller .steps .number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg,#2b7cff,#00c6ff);
    color: #fff !important;
    font-size: 26px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 15px auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.mainhome .main.seller .steps .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center;
	display: block;
}

.mainhome .main.seller .steps .detail {
    font-size: 18px;
    color: #666;
	text-align: center;
}








.mainhome .main.counter .sections {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	gap: 5px;
}
.mainhome .main.counter .sections .section {
	display: flex;
	align-items: center;
	flex-direction: column;
	border-left: 1px solid #888;
	width: 24%;
}
.mainhome .main.counter .sections .section:last-child {
	border: none;
} 
.mainhome .main.counter .sections .section .counter {
	direction: ltr;
	font-size: 40px;
	font-weight: bold;
}






#themeModeToggle span:before {
	display: none;
}






#ar-1529472563843 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.user-logged-in .nav-item-id-125 {
	/display: none;
}


.sellers-panel-wrapper {
	background: #eeeeee9c;
	max-width: 800px;
	margin: auto;
	padding: 25px;
	border-radius: 15px;
}
.sellers-panel-wrapper h2 {
	background: #ffcf00;
	padding: 35px 0;
	margin: -25px -25px 25px -25px;
	border-radius: 15px 15px 0 0;
	font-size: 24px;
	color: #000 !important;
	text-align: center !important;
}
.sellers-panel-wrapper .seller-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sellers-panel-wrapper .seller-info .infobox {
	display: flex !important;;
	flex-direction: column;
	background: #fff;
	min-width: 30%;
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}
.sellers-panel-wrapper .seller-info .infobox strong {
	font-size: 16px !important;
	font-weight: normal !important;
	margin-bottom: 10px;
}
.sellers-panel-wrapper .fast-access {
	display: flex;
	justify-content: space-between;
}
.sellers-panel-wrapper .fast-access .box {
	width: 40%;
	position: relative;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.sellers-panel-wrapper .fast-access .box a {
	background: rgb(213 227 255);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 20px;
	color: #000 !important;
}




.marketers-panel-wrapper {
	background: #eeeeee9c;
	max-width: 800px;
	margin: auto;
	padding: 25px;
	border-radius: 15px;
}
.marketers-panel-wrapper h2 {
	background: #ffcf00;
	padding: 35px 0;
	margin: -25px -25px 25px -25px;
	border-radius: 15px 15px 0 0;
	font-size: 24px;
	color: #000 !important;
	text-align: center !important;
}
.marketers-panel-wrapper .marketer-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.marketers-panel-wrapper .marketer-info .infobox {
	display: flex !important;;
	flex-direction: column;
	background: #fff;
	min-width: 30%;
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}
.marketers-panel-wrapper .marketer-info .infobox strong {
	font-size: 16px !important;
	font-weight: normal !important;
	margin-bottom: 10px;
}
.marketers-panel-wrapper .fast-access {
	display: flex;
	justify-content: space-between;
}
.marketers-panel-wrapper .fast-access .box {
	width: 40%;
	position: relative;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	background: rgb(213 227 255);
	border-radius: 15px;
}
.marketers-panel-wrapper .fast-access .box a {
	background: rgb(213 227 255);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 20px;
	color: #000 !important;
}

.marketers-panel-wrapper .fast-access .box .ref-code-section button {
	background: #1b136e !important;
	border-radius: 20px;
	width: 100% !important;
	height: 100% !important;;
	display: flex !important;;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 24px;
	color: #ffcf00 !important;
	margin: 0 !important;
}
.ref-code-section {
	margin: 0 !important;
	width: 100% !important;
	height: 100%;
}


#refCodeLoader {
	position: absolute;
	top: calc(50% - 20px);
	background: #1b136e;
	width: 200px;
	right: calc(50% - 100px);
	height: 40px;
	display: flex;
	justify-content: center;
}
#refCodeLoader span {
color: #fff !important;
}


.ref-code-section .infobox {
	background: #d5e3ff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 15px;
}
.ref-code-section .infobox span {
	font-size: 24px;
}




#dj-classifieds .dj-additem .djform_row {
	background: #eee;
	padding: 15px !important;
	border-radius: 10px;
	border: none !important;
}
#dj-classifieds .dj-additem .djform_row.extra_fields {
	padding: 0 !important;
	margin-bottom: 20px !important;
}
#dj-classifieds .dj-additem .djform_row.title {
	flex-direction: column;
}
#dj-classifieds .dj-additem .djform_row.title label {
	width: 100% !important;
	margin: 0 0 10px;;
	text-align: center;
}
#dj-classifieds .dj-additem .djform_row.title label {
	width: 100% !important;
	margin: 0 0 10px !important;
	text-align: center;
}
#dj-classifieds .dj-additem .djform_row label {
		margin: 0 !important;
		display: flex;
		align-items: center;
}
#dj-classifieds .dj-additem .djform_row.title .djform_field {
	width: 100% !important;
	margin: 0;
}
.extra_fields_category:has(#ex_fields:empty) {
    display: none !important;
}
.extra_fields_contact:has(#contact_ex_fields:empty) {
    display: none !important;
}
.points_info_row {
	display: none !important;
}

#price_words {
	font-size: 12px !important;
}

.seller-register-redirect h3 {
	text-align: center;
}


.seller-login-required {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.seller-login-required .infobox p {
	text-align: center;
}
.seller-login-required .infobox .proccess {
	font-size: 14px;
}



.topbanner {
	padding: 25px 0;
	position: relative;
}
.topbanner h1 {
	font-size: 32px;
	font-weight: bold !important;
	margin-bottom: 15px;
	color: #2c57ad !important;
}
.topbanner h2 {
	font-size: 20px;
}
.topbanner:before {
	content: "Sim35";
	font-size: 125px;
	position: absolute;
	left: 0;
	font-weight: bold !important;
	font-family: handwash !important;
	color: #f2f2f2 !important;
}
.itemid-118 .topbanner:before {
	/content: "My List";
}
.itemid-117 .topbanner:before {
	/content: "Add Simcard";
}





.title_top.info .add-title {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.title_top.info .add-title span {
	font-size: 34px;
	margin-right: 10px;
}

.title_top.info .add-title h2 {
	font-size: 34px !important;
	font-weight: normal !important;
}



.djform_field .validation-error {
	color: red !important;
	margin-top: 10px !important;
}
.djform_field .normal-sim {
	color: #000 !important;
	font-weight: normal !important;
}

.rond-sim {
	background: rgb(40 167 69 / 11%) !important;
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
}
.rond-info .rond-sim strong {
	margin-bottom: 10px !important;
	display: block;
	color: rgb(10 96 30) !important;
}
.rond-info .rond-sim ul li {
	color: rgb(10 96 30) !important;
	font-size: 15px !important;
	margin-bottom: 5px;
}
.rond-info .rond-sim ul li:before {
	content: "";
	margin-left: 5px;
	width: 10px;
	height: 10px;
	background: rgb(10 96 30) ;
	display: block;
	float: right;
	border-radius: 55px;
	margin-top: 4px;
}



.djform_row.category {
	flex-direction: column !important;
}
.djform_row.category .djform_field {
	margin-top: 15px;
	width: 100% !important;
}


.djform_row.djtype_selectlist {
	width: 100% !important;
	margin-bottom: 0 !important;
}
.djform_row #ex_fields {
	width: 100% !important;
}



.duplicate-error {
	padding: 0 !important;
}
.duplicate-report {
	background: #ffd4d4;
	padding: 15px 15px 20px;
	border-radius: 10px;
}
.duplicate-title {
	color: red !important;
	font-size: 18px;
	margin-bottom: 15px;
}
.duplicate-info {
	color: #000 !important;
	margin-bottom: 15px;
}
.duplicate-btn a {
	background: #f7a2a2 !important;
	padding: 5px 10px;
	border-radius: 10px;
	color: #000 !important;
}




#dj-classifieds .dj-useradverts .main_title {
	display: flex;
	align-items: center;
	align-content: center;
}
.dj-useradverts .main_title .main_title_box {
	width: fit-content !important;
	/overflow: hidden;
	margin-bottom: -30px;
}
.dj-useradverts .main_title .main_title_box input {
	display: none;
}
.dj-useradverts .main_title .main_title_box a img {
	display: none !important;
}
.dj-useradverts .main_title .main_title_box .main_title_box_in a {
	background: #eee !important;
	font-weight: normal !important;
	padding: 15px 30px !important;
	border-radius: 10px;
	margin-left: -10px !important;
}
.dj-useradverts .main_title .main_title_box.active .main_title_box_in {
	background: none !important;
}
.dj-useradverts .main_title .main_title_box.active a {
	background: #bfd9ff !important;
}


.dj-useradverts .main_title .main_title_box .main_title_box_in {
	background: none !important;
	border: none !important;
	padding: 0px !important;
	margin-left: 20px;
	margin-top: 20px !important;
	overflow: unset !important;
	margin-bottom: 20px;
}



#dj-classifieds .dj-useradverts .row_ua .row_ua1_in {
	display: flex !important;
	align-items: center;
	height: 100% !important;
}
#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua_chx {
	position: relative !important;
	background: none !important;
	height: 100% !important;
	display: flex !important;
	align-items: flex-start !important;
}
#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua_chx input {
	border: 1px solid #888;
	width: 20px;
	height: 20px;
	margin: 0px 15px 0 0;
}
#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua_chx .col_ua_in {
	height: 100% !important;
}




#dj-classifieds .dj-useradverts .row_ua {
	display: flex !important;
	background: #fff !important;
	align-items: center;
	border: 1px solid #ddd !important;
	margin-bottom: 20px !important;
	border-radius: 15px;
}
#dj-classifieds .dj-useradverts .row_ua div {
	border: none !important;
}
#dj-classifieds .dj-useradverts .row_ua .row_ua1 {
	width: 70% !important;
	border: none !important;
}
#dj-classifieds .dj-useradverts .row_ua .row_ua2 {
	width: 30%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.dj-useradverts .row_ua .row_ua2 .row_ua2_in {
	display: flex !important;
	gap: 5px;
	background: none !important;
}
.dj-useradverts .row_ua .row_ua2 .row_ua2_in a {
	background-color: #ddd !important;
	text-align: center !important;
	margin: 0 !important;
	float: none !important;
	padding: 10px 10px 10px 30px !important;
	background-position: 9px 15px !important;
}

.dj-useradverts .row_ua .row_ua2 .row_ua2_in a.promote {
	display: none;
}
.dj-useradverts .row_ua .row_ua2 .row_ua2_in a.edit {
	background-color: #defbdb !important;
	color: green !important;
}
.dj-useradverts .row_ua .row_ua2 .row_ua2_in a.delete {
	background-color: #fbdbdb !important;
	color: #000 !important;
}
.advert_active_title {
	display: none;
}
.col_ua.icon_name a.title {
	font-size: 24px !important;
	direction: ltr;
}



.col_ua.active_status .col_ua_in {
	display: flex;
	justify-content: center;
}
.col_ua.active_status .col_ua_in span {
	margin-left: 10px;
}


.rules-violated {
	font-weight: normal !important;
	color: red !important;
	margin-right: 5px;
	border-radius: 55px;
	font-size: 14px !important;
}
.col_ua_row.status span {
	margin-left: 5px;
}

.col_ua.active_status .col_ua_in .inactive {
	background: #fbdbdb;
	padding: 10px 15px;
	border-radius: 55px;
	min-width: 150px;
	display: flex;
	justify-content: center;
}
.col_ua.active_status .col_ua_in .inactive span {
	color: red !important;
}

.col_ua.active_status .col_ua_in .active {
	background: #defbdb;
	padding: 10px 15px;
	border-radius: 55px;
	min-width: 150px;
	display: flex;
	justify-content: center;
}
.col_ua.active_status .col_ua_in .active span {
	color: #1e8e06 !important;
}


.useritems_search.action-buttons {
	background: none !important;
	border-radius: 10px;
	padding: 0 !important;
	display: block;
	width: fit-content;
	clear: both;
	margin-bottom: 15px !important;
	margin-top: 25px;
}
.useritems_search.action-buttons .button {
	background: #ccc !important;
	padding: 10px 20px !important;
}
.useritems_search.action-buttons .button.delete {
	background: #fbdbdb !important;
}

.row_ua_box {
	display: block;
	clear: both;
}






.useritems-modal .modal-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #bfd9ff;
}
.useritems-modal .modal-header h3 {
	font-size: 22px;
	text-align: center !important;
	color: #000 !important;
}
.useritems-modal .modal-header .btn-close {
	display: none !important;
}


.useritems-modal .modal-content {
	min-height: 400px;
	margin-top: calc(50% + 50px) !important;
}
.archive-modal-body img , .delete-modal-body img {
	width: 64px !important;
}
.archive-modal-body p.archive-title , .delete-modal-body p.delete-title {
	font-size: 20px !important;
	text-align: center;
	font-weight: bold;
}
.archive-modal-body p.archive-notify , .delete-modal-body p.delete-notify  {
	font-size: 18px !important;
	text-align: center;
	margin: 0 20px;
}


.useritems-modal .modal-footer button {
	background: #eee !important;
	font-size: 18px;
	padding: 15px 20px !important;
	color: #000 !important;
}
.useritems-modal .modal-footer button.action-button {
	background: #ffcf00 !important;
}

.useritems .title_top {
	display: none;
}









.dj-useradverts .icon_name .col_ua_in {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.dj-useradverts .icon_name .col_ua_in a {
	width: 50%;
}
.dj-useradverts .icon_name .col_ua_in .status {
	width: 50%;
	display: flex;
}

.dj-useradverts .col_ua.public_status {
	width: 20% !important;
}
.dj-useradverts .col_ua.icon_name {
	width: 60% !important;
}

.dj-renewitem .promotions_box {
	display: none;
}
.dj-renewitem .additem_djform {
	width: 100% !important;
}


.item_row_in .item_custom_fields {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	bottom: 10px;
	align-items: center;
}
.item_row_in .item_custom_fields .item_cf_box.simstatus {
	margin-left: 10px !important;
	background: #f5f5f5;
	padding: 5px 10px;
	border-radius: 9px;
}
.item_custom_field_separator {
	display: none !important;
}
.item_cat_region_outer {
	display: flex;
	justify-content: flex-end;
	transform: translateY(-30px);
}





.item-fav-box {
    display: flex;
    justify-content: flex-end;
}



.item-fav-box span.fav_box {
	margin-bottom: 10px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.item-fav-box span.fav_box span {
	width: 100px !important;
	padding: 10px 5px;
	height: unset !important;
	text-align: center !important;
	margin: 0 !important;
	border-radius: 10px;
	color: #fff !important;
}
.item-fav-box span.fav_box .fav_icon_na {
	background: #6c757d !important;
}
.item-fav-box span.fav_box .fav_icon_a {
	background: #36a81e !important;
}
.item-fav-box span.fav_box .fav_icon_na:empty {
    display: none !important;
}

.item-fav-box span.own_ad_label {
	margin-bottom: 10px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: #f5f5f5;
	width: 100px !important;
	padding: 10px 5px;
	height: unset !important;
	text-align: center !important;
	margin: 0 !important;
	border-radius: 10px;
	color: #000 !important;
}






.number-search .dj_cf_search {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0px 20px 30px -27px #444;
}
.number-search .dj_cf_search select {
	height: 60px;
}
.number-search .dj_cf_search input {
	height: 60px;
}

.number-search .dj_cf_search .se_checkbox_v {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.number-search .dj_cf_search .se_checkbox_v input {
	width: 25px !important;
	height: 25px !important;
	margin: 0 0 0 5px;
}




.fast-sim-access {
	margin: -30px 0 40px 0;
}
.fast-sim-access ul {
	display: flex;
	gap: 10px;
}
.fast-sim-access ul li:first-child a {
	padding: 10px 30px !important;
}
.fast-sim-access a {
	background: #eee;
	font-size: 20px !important;
	padding: 10px 20px;
	border-radius: 55px;
}
.fast-sim-access li.active a {
	background: #c8bfe7 !important;
	color: #fff !important;
}




.simcard-template-in {
	display: flex;
	gap: 25px;
}
.simcard-template-in .template-in-box {
	width: 50%;
}





.sim-number {
	display: flex;
	background: #cbdef1;
	font-weight: normal !important;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-radius: 15px;
	margin: 20px;
}
.sim-number .title {
	font-size: 22px !important;
	color: #32719a !important;
}
.sim-number .title_top.info .add-title h2 {
	font-size: 28px !important;
	margin: 0 !important;
	color: #32719a !important; 
}





.simcard-info .custom_det h2 {
	display: none;
}
.simcard-info .custom_det_content {
	background: #fff;
	border-radius: 15px;
	margin: 20px;
}
.simcard-info .custom_det_content .row {
	display: flex !important;
	flex-direction: row !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin: 0 20px !important;
	padding: 10px 0 !important;
}
.simcard-info .custom_det_content .row:last-child {
	border: none !important;
}
.simcard-info .custom_det_content .row span {
	width: fit-content !important;
	font-size: 18px;
}
.simcard-info .custom_det_content .row span.row_label {
	font-weight: bold;
	padding: 0;
}
.simcard-info .custom_det_content .row span.row_label:after {
	content:":";
	margin-right: 5px;
}


.sim-details .row.item_id {
	display: flex !important;
	flex-direction: row !important;
}
.sim-details .row.item_id span {
	width: fit-content;
	font-size: 18px;
}
.sim-details .row.cats {
	display: none;
}

.mci-add-detail {
	background: #fff;
	border-radius: 15px;
	margin: 20px;
	padding: 10px 20px;
}

.mci-add-detail h2 {
	display: none;
}
.sim-details .row.item_id span.row_label {
	font-weight: bold !important;
}





.mci-local .localization_det {
	display: flex;
	background: #fff;
	margin: 0 20px;
	border-radius: 15px;
	padding: 10px 20px;
}
.mci-local .localization_det h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 15px !important;
}




.mci-date .general_det_in {
	background: #fff;
	margin: 20px;
	padding: 10px 20px;
	border-radius: 15px;
}
.mci-date .general_det_in .row_gd {
	padding: 5px 0;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.mci-date .general_det_in .row_gd.modified {
	border: none !important;
}
.mci-date .general_det_in .row_gd .row_label {
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
}






.view-item .fast-sim-access {
	display: none;
}


.sim-tabs-nav {
	margin-top: 20px !important;
	gap: 15px;
	border: none !important;
	display: flex;
}
.sim-tabs-nav .sim-tab-link {
	background: #eee !important;
	width: 50%;
	text-align: center;
	padding: 25px !important;
	border-radius: 15px;
	font-size: 20px;
	font-weight: normal;
}
.sim-tabs-nav .sim-tab-link.active {
	background: #cbdef1 !important;
	border: none !important;
	box-shadow: 0px 10px 30px -25px #444;
	color: #32719a !important;
}
.sim-tab-content {
	padding: 30px;
	background: #fff;
	margin-top: 20px;
	border-radius: 15px;
}







#price-tab.sim-tab-content .price .row_label {
	display: none;
}
#price-tab.sim-tab-content .pricebox {
	display: flex;
	justify-content: center;
	align-items: center;
}

#price-tab.sim-tab-content .price .row_value {
	font-size: 32px;
	font-weight: bold;
}
#price-tab.sim-tab-content .price-currency-suffix {
	font-size: 26px;
	
}

.vip-seller-section {
	max-width: 800px;
	margin: 30px  auto;
}
.vip-seller-section .vip-promo {
	font-size: 22px !important;
}
.vip-info-btn {
	background: #ffcf00 !important;
	border-radius: 55px;
	padding: 5px 10px !important;
}
.vip-seller-section .vip-promo a {
	border-bottom: 2px dashed;
	font-size: 18px !important;
	margin-right: 5px;
}





#vip-main-buttons {
	background: #fff;
	max-width: 500px;
	margin: auto;
	padding: 25px;
	border-radius: 15px;
	border: 1px solid #eee;
	box-shadow: 0px 10px 30px -25px #444;
	    min-height: 400px;
}
#vip-main-buttons h3 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: 22px;
	background: #ffcf00;
	margin: -25px -25px 30px -25px;
	border-radius: 15px 15px 0 0;
	padding: 25px 0;
}
.vip-btn-group button {
	background: #d5e3ff !important;
	padding: 20px !important;
	max-width: 200px;
	width: 100%;;
	margin: auto;
	font-size: 20px;
	text-align: center !important;
}





.vip-already-registered:before {
	content:"";
	display: block;
	background-image: url(/images/icon/store.png) !important;
    background-repeat: no-repeat !important;
	background-size: 100px;
    height: 100px;
    width: 100px;
}
.vip-already-registered {
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 10px 30px -25px #444;
}
.vip-already-registered p {
	font-size: 20px !important;
	margin: 30px  0 !important;
}
.vip-already-registered a {
	background: #ffcf00 !important;
	font-size: 20px;
	color: #000 !important;
}








.vip-form-wrap {
	background: #fff;
	padding: 25px !important;
	border-radius: 15px;
	box-shadow: 0px 30px 30px -25px #444;
}
.vip-form-wrap .vip-hint {
	color: #32719a !important;
	font-size: 15px;
}
.vip-form-wrap h3 {
	text-align: center;
	background: #ffcf00;
	padding: 30px 0;
	margin: -25px -25px 25px;
	border-radius: 15px 15px 0 0;
	color: #000 !important;
	font-size: 26px;
}
#office-success-msg p {
	text-align: center !important;
}
#office-success-msg img {
	margin-bottom: 20px;
}
.vip-form-wrap label {
	font-size: 18px !important;
}
.vip-form-wrap input {
	height: 50px;
}
.vip-form-wrap select {
	height: 50px;
}
button.vip-submit-btn {
	background: #ffcf00 !important;
	font-size: 20px !important;
	padding: 10px 20px !important;
	width: fit-content;
}
.vip-back-btn {
	font-size: 22px !important;
}




.marketer-already-exists {
	background: #fff;
	max-width: 500px;
	margin: auto;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
	box-shadow: 0px 10px 30px -25px #444;
}
.marketer-already-exists img {
	margin-bottom: 20px;
}
.marketer-already-exists p {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 30px !important;
}
.marketer-already-exists a {
	background: #ffcf00 !important;
	font-size: 18px !important;
	padding: 10px 20px;
	border-radius: 10px;
	color: #000 !important;
}




.marketers-register-module {
	max-width: 500px;
	margin: auto;
}
.marketers-register-module form {
	background: #fff ;
	padding: 20px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 15px 30px -25px #444;
}
.marketers-register-module h3 {
	background: #ffcf00;
	text-align: center;
	color: #000 !important;
	padding: 30px 0;
	margin-bottom: -5px;
	border-radius: 15px 15px 0 0;
}
.marketers-register-module form select {
	height: 50px;
	border-radius: 5px;
	width: 100%;
    margin: 5px 0;
}
.marketers-register-module form input {
	height: 50px !important;
	border-radius: 5px;
	width: 100%;
    margin: 5px 0;
}
.marketers-register-module form button#marketer-submit {
	background: #ffcf00 !important;
	font-size: 20px !important;
	padding: 10px 30px !important;
	border-radius: 5px;
	color: #000 !important;
}
.marketers-register-module form textarea {
	width: 100% !important;
	border-radius: 5px;
}





#vipInfoCanvas {
	max-width: 500px;
	margin: auto;
	min-height: 400px;
	height: 50%;
	border-radius: 25px 25px 0 0;
	padding: 25px;
}
#vipInfoCanvas .offcanvas-body p {
	text-align: justify !important;
}
#vipInfoCanvas .offcanvas-header h5 {
	font-weight: bold;
}




#marketer-error {
	color: red !important;
	margin-bottom: 15px;
}




.no-expert-login {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}
.no-expert-login img {
	width: 100px;
	margin-bottom: 20px;
}
.no-expert-login h6 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
} 



.no-entry {
	width: 350px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.no-entry img {
	margin-bottom: 20px;
	width: 150px;
}
.no-entry h6 {
	font-weight: bold;
}


.no-user-login {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.no-user-login img {
	width: 150px;
}
.no-user-login h6 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}






.seller-already-exists {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.seller-already-exists img {
	width: 120px;
}
.seller-already-exists h6 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.seller-already-exists a {
	background: #ffcf00 !important;
	border-radius: 10px;
	padding: 10px 20px;
	color: #000 !important;
}






#simcard-wizard .step-indicator .step span {
	display: none;
}


.mci-template {
	margin-bottom: 50px;
}

.mci-header {
	background: #fff;
	border: 3px solid #1b136e;
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 10px;
	border-radius: 25px;
	margin-bottom: 50px !important;
	flex-direction: row-reverse;
}
.mci-header .header-in {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mci-header .mci-status .title {
	font-size: 22px !important;
	margin-bottom: 10px;
}
.mci-header .mci-status .value {
	font-size: 42px !important;
	direction: ltr;
	font-weight: bold !important;
	color: #1b136e !important;
}

.mci-header .mci-number .title {
	font-size: 22px !important;
	margin-bottom: 0px;
}
.mci-header .mci-number .number h2 {
	font-size: 42px !important;
	direction: ltr;
	font-weight: bold !important;
	color: #1b136e !important;
	margin: 10px 0 0 0 !important;
}

.mci-header .mci-price .title {
	font-size: 22px !important;
	margin-bottom: 10px;
}
.mci-header .mci-price .row_label {
	display: none;
}
.mci-header .mci-price .pricebox {
	display: flex;
	align-items: center;
}
.mci-header .mci-price .pricebox .price_val {
	font-size: 42px !important;
	direction: ltr;
	font-weight: bold !important;
	color: #1b136e !important;
}
.mci-header .mci-price .pricebox .price-currency-suffix {
	font-size: 34px !important;
	direction: ltr;
	font-weight: bold !important;
	color: #1b136e !important;
}


.mci-details {
	gap: 25px;
	display: flex;
	justify-content: space-between;
	border-radius: 25px;
	margin-bottom: 200px;
}
.mci-details .mci-right {
	width: 80%;
	border-radius: 25px;
	padding: 0 25px;
}
.mci-details .mci-left {
	width: 40%;
	border-radius: 25px;
	padding: 0px;
	display: flex;
	align-content: center;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	position: relative;
	border: 3px solid #1b136e;
}

.mci-right .credit-title {
	font-size: 40px;
	margin-bottom: 20px;
	color: #1b136e !important;
	font-family: kalameh-bold !important;
}
.mci-right .credit-box .credit-row {
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	padding: 15px 15px;
}

.mci-right .credit-box .credit-row.loan {
	background: #fff;
	border: 3px solid #1b136e;
	border-radius: 25px;
	padding: 30px 20px !important;
}
.mci-right .credit-box .credit-row.loan div {
	color: #1b136e !important;
	font-weight: bold;
	font-size: 24px;
}
.mci-right .credit-box .aghsat {
	background: #eee;
	border-radius: 15px;
}
.mci-right .credit-box .aghsat .credit-row {
	border-bottom: 1px solid #ccc;
}
.mci-right .credit-box .aghsat .credit-row:last-child {
	border: none;
}



.mci-left .title {
	font-size: 34px;
	text-align: center;
	margin-bottom: -20px;
	color: #fff !important;
	background: #1b136e;
	width: 100%;
	color: #ffcf00 !important;
	padding: 20px 0;
	top: 0;
	border-bottom: 3px solid #fff;
	border-radius: 20px 20px 0 0;
}
.mci-left .info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 24px;
	gap: 10px;
	position: absolute;
	top: calc(50% - 100px);
}
.mci-left .info div {
	color: #000 !important;
}
.mci-left .info .price {
	color: #1b136e !important;
	font-size: 36px !important;
	font-family: kalameh-bold !important;
	background: #f8f8f8;
	padding: 10px 20px;
	border-radius: 15px;
}
.mci-left .info .payment-link {
	margin-top: 70px;
	margin-bottom: -10px;
}
.mci-left .info .payment-link a {
	background: #ffcf00 !important;
	padding: 20px 40px;
	border-radius: 115px;
	color: #000 !important;
	box-shadow: 0px 8px 30px -25px #1b136e;
}







.modal-rond-status .modal-header {
	background: #ffcf00;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-rond-status .modal-header span {
	font-size: 28px !important;
	margin-top: 5px;
}
.modal-rond-status .modal-header h5 {
	font-size: 24px;
}
.modal-rond-status .modal-body ul {
	margin-top: 20px !important;
	padding-right: 20px !important;;
}
.modal-rond-status .modal-body ul li {
	font-size: 20px;
	margin-bottom: 10px !important;
}
.modal-rond-status .modal-body ul li:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #111;
	border-radius: 55px;
	float: right;
	margin: 10px 0 0 8px;
}
.modal-rond-status .modal-body {
	display: flex;
	align-items: center;
}
.modal-rond-status .modal-footer button {
	background: #ccc !important;
	font-size: 20px !important;
	padding: 15px 30px !important;
	margin-left: 10px !important;
}
.modal-rond-status .modal-body div {
	width: 100%;
}





.mci-rond-status {
	border-radius: 55px;
	width: fit-content;
    margin: 7px auto 0;
}
.mci-rond-status .simcard-status-info {
	margin: 0 0 0 0 !important;
	background: #d5e3ffa1;
	padding: 0 10px;
	border-radius: 55px;
}

.mci-rond-status .simcard-status-info.is-rond {
	background: #acf7bea1 !important;
}
.mci-rond-status .simcard-status-info.is-rond button {
	background: #74d38ba1 !important;
	color: #11711b !important;
}

.mci-rond-status .simcard-status-info.is-two span {
	font-size: 16px !important;
}

.mci-rond-status span {
	font-size: 18px !important;
	border-radius: 55px;
	width: fit-content;
	padding: 0 0px 0 0;
}
.mci-rond-status button {
	font-size: 16px !important;
	background: #c1d5ff !important;
	padding: 3px 15px !important;
	color: #000 !important;
	margin-left: -10px;
}
.mci-number.header-in {
	margin-top: -15px;
	margin-bottom: 10px;
}







.no-refcode {
	border: 3px solid #000;
	padding: 20px 0;
	margin-bottom: 30px;
	border-radius: 25px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.no-refcode span {
	font-size: 24px;
	margin: -20px 0px 20px 0px !important;
	background: #ffcf00;
	border-radius: 25px 25px 0 0;
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px 0;
	color: #000 !important;
}
.no-refcode .main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 30px;
}
.no-refcode p {
	font-size: 20px;
	margin: 8px 0 0 0 !important;
	color: #000 !important;
}
.no-refcode a {
	background: #ffcf00 !important;
	color: #000 !important;
	font-size: 18px !important;
	padding: 10px 25px ;
	border-radius: 55px;
}






.marketers-link {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.marketers-link button {
	background: #ffcf00 !important;
	font-size: 22px !important;
	padding: 15px 25px !important;
	border-radius: 55px;
	border: 3px solid #1b136e !important;
}


#ud-6513fbf8f5480439382429 .moduletable {
	padding: 0 !important;
}






@media (max-width: 600px) {
	.home-start {
		flex-direction: column;
		display: flex;
		align-items: center;
	}
	.home-start .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#ar-1529472563843 {
		flex-direction: row !important;
	}
	#ac-1529472563843 {
		width: 25% !important;
	}
	#ac-6517a55cf335d870129034 {
		width: 10%;
	}
	#ar-1529472563843 {
		display: flex;
		align-items: center;
	}
	#ac-6505f1119e0fe016887251 {
		width: 65% !important;
	}
	#mobileMenu {
		width: 280px !important;
		border-radius: 25px 0 0 25px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#mobileMenu .offcanvas-header {
		background: #eee;
		display: flex;
		justify-content: flex-end !important;
		height: 80px;
		border-radius: 25px 0 0 0px;
	}
	#mobileMenu .offcanvas-header h5 {
		display: none;
	}
	.mobilemenu-position .navbar-toggler {
		margin-top: 25px;
		font-size: 0;
	}
	.mobilemenu-position .navbar-toggler:before {
	    background-image: url('/images/icon/menu-black.png') !important;
        background-repeat: no-repeat !important;
        background-position: 9px 8px !important;
	    background-size: 30px;
	    height: 50px;
	    width: 50px;
	    margin-right: -15px;
	    display: block;
	    content: "";
	    float: right;
	}
	.navbar-toggler-icon {
		display: none;
	}


	.mainhome .main.top .box.right h1 {
		font-size: 44px;
		text-align: center;
	}
	.mainhome .main.top .box.right h2 {
		font-size: 26px;
		line-height: 40px;
		text-align: center;
	}
	.mainhome .main.top .box.right h3 {
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		margin-bottom: -50px;
	}
	
	#mobileMenu .offcanvas-header h5 {
		display: none;
	}
	.userdrop .dropdown button {
		margin-left: 0 !important;
	}
	.astroid-component-section {
		padding-top: 20px;
	}
	.item_row_in .item_details_in {
		flex-direction: column !important;
		display: flex;
		align-items: flex-start;
		margin-top:  0 !important;
	}
	.item_row_in .item_details {
		margin-top:  0 !important;
	}
	.item_cat_region_outer .item_region {
		position: absolute !important;
		top: unset !important;
		bottom: 15px !important;
		left: 0px !important;
		right: unset !important;
		width: fit-content !important;
	}
	.item_row_in .item_outer {
		margin-top: 5px !important;
	}
	.mainhome .main.why .boxes {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.mainhome .main.why .boxes .box {
		width: 48% !important;
		max-width: unset !important;
		min-width: unset !important;
	}
	.mainhome .main.seller .title {
		flex-direction: column;
	}
	.mainhome .main.seller .steps {
		flex-direction: column;
	}
	.mainhome .main.top {
		flex-direction: column;
	}
	.mainhome .main.top .box {
		width: 100%;
	}
	.mainhome .main.top .box.right .topbtns {
		flex-direction: column;
	}
	.mainhome .main.top .box.right .topbtns a {
		font-size: 18px;
		margin-bottom: 20px;
		margin-left: 0 !important;
		text-align: center;
	}
	.mainhome .main.counter .sections {
		flex-direction: column;
	}
	.mainhome .main.counter .sections .section {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #888;
		padding: 15px;
	}
	.menucanvas {
		margin-top: 30px !important;
	}

	.menucanvas li {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.sellers-panel-wrapper h2 {
		font-size: 16px;
		text-align: center;
	}
	.sellers-panel-wrapper .seller-info {
		flex-direction: column;
	}
	.sellers-panel-wrapper .seller-info .infobox {
		margin-bottom: 0px;
		border-radius: 0;
		flex-direction: row;
		justify-content: space-between;
		font-size: 14px;
		color: #000 !important;
	}
	.sellers-panel-wrapper .seller-info .infobox.seller-name {
		border-radius: 10px 10px 0 0;
	}
	.sellers-panel-wrapper .seller-info .infobox.register-date {
		border-radius: 0 0 10px 10px ;
	}
	.sellers-panel-wrapper .seller-info .infobox strong {
		font-size: 14px !important;
		margin: 0;
	}
	.sellers-panel-wrapper .fast-access {
		flex-direction: column;
		margin-bottom: -10px;
	}
	.sellers-panel-wrapper .fast-access .box {
		width: 100%;
		margin-bottom: 15px;
		height: 100px;
	}
	.sellers-panel-wrapper .fast-access .box a {
		background: #fff !important;
		border-radius: 10px !important;
	}
	.seller-register-redirect h3 {
		font-size: 16px;
		text-align: justify !important;
	}




	
	.item_row_in  .item_custom_fields {
		flex-direction: column-reverse !important;
	}
	.item_row_in .item_custom_fields {
		bottom: 5px;
	}
	.item-fav-box span.fav_box span {
		padding: 7px 5px !important;
		font-size: 15px !important;
	}
	.item_row_in .item_date_start {
		padding: 0 !important;
		text-align: left;
		background-image: none !important;
		font-size: 14px;
		margin-top: -5px;
	}
	.item_custom_fields .item_cf_box.checkrond {
		display: none !important;
	}
	.item_row_in .item_content_in .item_title h3 {
		font-size: 26px !important;
		padding: 3px 5px 0 0 !important;
	}
	.item_row_in .item_price {
		margin: 0 0 10px !important
	}
	.item_row_in .item_price span.price_val {
		font-size: 20px !important;
	}
	.item_cat_region_outer .item_region {
		top: -5px !important;

	}
	.item_row_in .item_content_in .item_title span.new_icon {
		position: absolute !important;
		right: -20px !important;
		border: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
		font-weight: normal !important;
		top: 15px !important;
		padding: 0 5px !important;
		transform-origin: center;
		background: #ffcf00 !important;
		border-radius: 5px !important;
		font-size: 14px !important;
	}
	.item_row_in .item_custom_fields .item_cf_box.simstatus {
		font-size: 14px;
		padding: 0 ;
		background: none;
	}
	.item_row_in {
		padding: 15px !important;
	}
	.item-fav-box span.fav_box {
		top: 18px;
		left: 10px;
		padding: 0px !important;
	}
	.item-fav-box span.own_ad_label {
		top: 25px;
		left: -5px;
		background: none !important;
		padding: 0 !important;
		color: #ccc !important;
	}
	.fast-sim-access {
        overflow: hidden; 
    }

    .fast-sim-access ul {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap; 
        padding-bottom: 10px;
        scrollbar-width: none; 
    }
    .fast-sim-access ul::-webkit-scrollbar {
        display: none;
    }
    .fast-sim-access li {
        flex-shrink: 0; 
    }
    .fast-sim-access a {
        display: block;
        font-size: 16px !important; 
    }
    .dj-items_order_by_in .dj-items_order_by_label {
		padding: 0 0 0 10px !important;
		font-size: 16px !important;
		margin: 0 0 0 10px !important;
		font-weight: normal;
	}
	.dj-items_order_by_in .dj-items_order_by_values a {
		padding: 0 !important;
		font-size: 14px;
		margin-left: 5px;
	}
	.dj-items_order_by_in .dj-items_order_by_values a.active {
		padding: 5px 0 !important;
		background: none !important;
		border-bottom: 1px dashed #444;
		border-radius: 0px;
	}
	.login-btn a {
		font-size: 0;
	}
	.topbanner h2 {
		font-size: 16px;
	}
	.topbanner {
		margin-bottom: 20px;
	}
	
	#dj-classifieds .dj-useradverts .row_ua {
		flex-direction: column !important;
		display: flex !important;
		align-items: center;
		align-content: center;
		flex-direction: column;
	}
	#dj-classifieds .dj-useradverts .row_ua .row_ua1_in {
		flex-direction: column !important;
	}
	.dj-useradverts .row_ua .row_ua2 .row_ua2_in {
	    display: flex !important;
		align-items: center;
		align-content: center;
	}
	#dj-classifieds .dj-useradverts .row_ua .row_ua2 {
		width: 100%;
		align-items: center;
		align-content: center;
		justify-content: center;
		border-top: 1px solid #ccc !important;
		border-radius: 0 0 15px 15px;
		margin-top: 10px !important;
		padding: 10px 0 !important;
	}
	#dj-classifieds .dj-useradverts .row_ua .row_ua1 {
		width: 100% !important;
		position: relative;
	}
	.dj-useradverts .col_ua.icon_name {
		width: 100% !important;
		flex-direction: column !important;
		padding: 0 !important;
	}
	.dj-useradverts .col_ua.icon_name .col_ua_in {
		flex-direction: column-reverse !important;
	}
	.dj-useradverts .col_ua.icon_name .col_ua_in a.title {
		text-align: center !important;
	}
	.dj-useradverts .col_ua.icon_name .col_ua_in .status {
		align-items: center;
		align-content: center;
		justify-content: center;
		margin-top: 10px;
	}
	#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua_in .date_start {
		text-align: center;
	}
	#dj-classifieds .dj-useradverts .row_ua .row_ua1 .col_ua_chx {
		margin: 0 !important;
		position: absolute !important;
		right: -10px !important;;
		top: 0px;
	}

	.dj-useradverts .main_title .main_title_box .main_title_box_in a {
		padding: 5px 10px !important;
		background: none !important;
		border-radius: 0;
	}
	.dj-useradverts .main_title .main_title_box .main_title_box_in a.active {
		border-bottom: 1px dashed #888;
	}
	.useritems_search {
		width: 100% !important;
	}
	.useritems_search input {
		height: 50px;
		width: 75% !important;
	}
	.useritems_search button {
		width: 20% !important;
		background: #d5e3ff !important;
		height: 50px !important;
	}	
	#simcard-wizard .step-indicator .step  {
		font-size: 0px !important;
	}
	#simcard-wizard .step-indicator .step.active  {
		font-size: 14px !important;
	}
	#simcard-wizard .step-indicator .step.active span {
		display: none;
	}
	.step-indicator .step span {
		display: block !important;
		font-size: 15px;
	}
	#simcard-wizard .step-indicator .step.active span {
		display: none !important;
	}
	#simcard-wizard .success-btns {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

}










#mod-custom142 p {
	margin-bottom: 0 !important;
}






#as-654aed6cb995b459859306 .container-fluid {
	padding: 0;
}

.footerbox {
	background: #fff;
	padding: 50px 0 0;
	border-top: 5px solid #7ac1de;
}
.footerbox .top {
	padding: 30px 0 70px;
	margin: 0 10%;
}
.footerbox .top .boxes {
	display: flex;
}
.footerbox .top .boxes .contact {
	width: 50%;
}
.footerbox .top .boxes .links {
	width: 25%;
}
.footerbox .top .boxes .other {
	width: 25%;
}
.footerbox .top .boxes .title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #7ac1de !important;
}
.footerbox .top .boxes ul li {
	font-size: 18px;
	margin-bottom: 10px;
}
.footerbox .bottom {
	padding: 50px 10% 50px;
	margin: auto;
	background: #f5f5f5;
}









.vip-registered {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.vip-registered h5 {
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
}
.vip-registered h6 {
	font-size: 20px;
	margin-bottom: 20px;
}
.vip-registered a {
	background: #7ac1de !important;
	font-size: 18px !important;
}



#vip-sellers-module .back-to-add {
	max-width: 500px;
	margin: 0 auto 30px;
}
#vip-sellers-module .back-to-add a {
	font-size: 20px;
}
#vip-sellers-module .back-to-add a:before {
	content: "";
	display: block;
	float: right;
	background-image: url('/images/icon/right-side.png') !important;
    background-repeat: no-repeat !important;
    background-position: 6px 8px !important;
	height: 24px;
	width: 24px;
	background-size: 16px;
}




















