body{
font-family: cairo;
background-color: #f6f4ef;
}
hr{
    opacity: 1;
    border-color: #d9d6cc;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a{color: #0b3d91;transition:0.5s;text-decoration: none;}
a:hover{transition:0.5s;}
img.sb_site_logo {
    width: 100%;
}
.btn.btn-primary {
    background: #0b3d91;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    padding: 10px 14px;
    border-color: #fff;
}
.btn.btn-primary a{
    color: #fff;
}
.btn.btn-theme{
    background: #0b3d91;
    border-radius: 12px;
    color: #fff;
    padding: 10px 14px;
    border-color: #fff;
}
.btn.btn-secondary {
    background: #efd9a7;
    border-radius: 12px;
    color: #2b2b2b;
    font-size: 14px;
    padding: 10px 14px;
    border-color: #fff;
}
.btn.btn-secondary a{
    color: #2b2b2b;
}
i {
    margin: 0px 5px;
}
ul.list-sign-in li {
    margin: 5px;
}
ul.list-sign-in li.ad-post-btn {
    width: 55px;
    float: inline-end;
}
.form-control.search-input {
    border-color: #d9d6cc;
    color: #0b3d91;
    border-radius: 12px;
    padding: 8px 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' class='iconify iconify--fe srh-icon' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' data-icon='fe:search'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m16.325 14.899l5.38 5.38a1.008 1.008 0 0 1-1.427 1.426l-5.38-5.38a8 8 0 1 1 1.426-1.426ZM10 16a6 6 0 1 0 0-12a6 6 0 0 0 0 12Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
    background-size: 20px;
    padding-right: 50px;
}
.sb-header-container {
    padding: 20px 0px;
    border-bottom: 1px solid #d9d6cc;
    margin-bottom: 15px;
}
footer.wheel-footer {
    padding: 50px 0px;
}
.footer-black {
    background-color: #242424;
}
.copyright-heading {
    background: #1a1a1a;

}
.row.theme-created {
    width: 100%;
}
.cpy_right {
    text-align: center;
    padding: 15px;
}
.copyright-heading p a{color: #df0024;}
.copyright-heading p a:hover{color: #005dff;}

.copyright-heading p {
    color: #ffff;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}
footer .menu-footer-menu-container ul.menu li {
    padding: 6px 0px;
}
footer .menu-footer-menu-container ul.menu li a {
    color: #fff;
    font-weight: 600;
}
footer .menu-footer-menu-container ul.menu li a:hover {color: #e40c2e;padding-right: 0px;padding-left: 10px;}
.rtl footer .menu-footer-menu-container ul.menu li a:hover {color: #e40c2e;padding-right: 10px;padding-left: 0px;}
footer .footer-p-heading p {
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
}
footer ul.socials-links li{
        display: inline-block;
        padding: 6px 10px;
        background: #fff;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        margin-top: 5px;
        font-size: 20px;
}
footer h2{
	    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
footer ul.socials-links li:hover{
        background: #8d8d8d;
}
footer ul.socials-links li a{
    color: #242424;
}
section.page_top_title ul li {
    display: inline-block;
}
section.page_top_title ul li::after {
  content: " /";
  margin-left: 5px;
  color: #7a7a7a;
}
.sign-in-up {
    width: 110%;
}
section.page_top_title ul li:last-child::after {
  content: "";
}
section.page_top_title a{
    color: #7a7a7a;
}
section.page_content {
    padding: 15px 0px;
    background-color: #f6f4ef;
}
section.page_content .page_content_form,section.page_content .page_sgin_form{
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
    position: relative;
}
section.page_content .page_content_form::after,section.page_content .page_sgin_form::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 33px;
    height: 4%;
    width: 88%;
    background: rgba(255,255,255,0.3);
    border-radius: 8px;
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
}

section.page_content .page_content_form input:not([type='checkbox']),section.page_content .page_content_form textarea,section.page_content .page_sgin_form input:not([type='checkbox']),section.page_content .page_sgin_form textarea {
    background: #fbfdff;
    height: 50px;
    margin-bottom: 20px;
    color: #737373;
    padding: 0 20px;
    margin-top: 10px;
}
section.page_content .page_content_form textarea,section.page_content .page_sgin_form textarea {
     height: auto;
}
section.page_content .page_content_form button#submit,section.page_content .page_sgin_form button#submit {
    margin-top: 20px;
    width: 100%;
    height: 60px;
}
section.page_content .page_content_form h3,section.page_content .page_sgin_form h3{
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
section.page_content .page_content_image h2,section.page_content .page_sgin_image h2{
    text-align: center;
    font-weight: bold;
    margin: 20px 0px;
}

section.page_content .page_content_image ul.socials-links{
    text-align: center;
}
section.page_content .page_content_image ul.socials-links li:hover {
    background: #e70b2e;
}
section.page_content .page_content_image ul.socials-links li {
    display: inline-block;
    padding: 6px 10px;
    background: #242424;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
}
section.page_content .page_content_image ul.socials-links li a {
color:#fff;
}


section.page_content .page_sgin_form input:not([type='checkbox']), section.page_content .page_sgin_form textarea {
    background: #fbfdff;
    height: 50px;
    margin-bottom: 20px;
    color: #737373;
    padding: 0 20px;
    margin-top: 10px;
}
.password_group {
    position: relative;
}
span.show_pass {
    position: absolute;
    font-size: 18px;
    top: 48px;
    cursor: pointer;
}

.rtl span.show_pass {
    right: inherit;
    left: 32px;
}


input[type="radio"].box_radio_account_input {
  display: none;
}
label.box_radio_account {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid hsla(150, 75%, 50%, 1);
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  margin: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
      cursor: pointer;
}
label.box_radio_account:hover {
    background:#fbfbfb;
}
input[type="radio"].box_radio_account_input:checked + label.box_radio_account {
  background: hsla(150, 75%, 50%, 1);
  color: hsla(215, 0%, 100%, 1);
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
    }

input[type="radio"].box_radio_account_input:checked + label.box_radio_account::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(150, 75%, 45%, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
  }
.all_box_radio {
  display: flex;
  flex-flow: row wrap;
}
.all_box_radio .box_radio {
flex: 1;
    padding: 0.5rem;
    height: 150px;
    margin-bottom: 40px;
}
.all_box_radio .box_radio p{
	font-weight:900;
	margin: 0px;
}
.all_input{
	display:none;
}

button.btn-close {
    margin-left: auto;
    margin-right: 0;
}
.rtl button.btn-close {
    margin-left: 0;
    margin-right: auto;
}
.box-cat {
    background: #fff none repeat scroll 0 0;
    color: #666;
    float: left;
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-cat img{
    margin-bottom: 15px;
}
.box-cat:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.box-cat::after {
    border-bottom: 50px solid #f9f9f9;
    border-right: 50px solid #f6f4ef;
    box-shadow: -8px 3px 9px -8px rgb(0 0 0 / 10%);
    content: "";
    height: 0;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0;
    width: 0;
    z-index: 9;
}
.box-cat h2{
color: #1d3867;
font-weight: bold;
}
.box-cat:hover h2{
    color: #df0023;
}

.rtl .box-cat::after {
    left: 0px;
    right: auto;
    border-left: 50px solid #f6f4ef;
    border-right: 0px;
    box-shadow: 8px 3px 9px -8px rgb(0 0 0 / 10%);
}
section.page_top_title h1 {
    color: #0b3d91;
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
}
.captcha-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 100%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#loader{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffffbf;
    z-index: 10000;
}
.loader {
    width: 120px;
    height: 120px;
    border: 10px solid #0028eb;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
.sidebar-nav-wrapper {
    background: #fff;
    width: 300px;
    padding: 60px 20px;
    height: 100vh;
    position: fixed;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar-nav-wrapper {
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.sidebar-nav-wrapper.active {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar-nav-wrapper.active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.sidebar-nav-wrapper .navbar-logo {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 30px;
}

.sidebar-nav-wrapper .sidebar-nav .divider {
    padding: 5px 25px;
    width: 100%;
}
.sidebar-nav-wrapper .sidebar-nav > ul {
    padding: 0;
    margin-bottom: 30px;
}

.sidebar-nav-wrapper .sidebar-nav .divider hr {
    height: 1px;
    background: #e2e2e2;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item {
    position: relative;
    margin: 5px 0px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a {
    color: #262d3f;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a::before {
    opacity: 1;
    visibility: visible;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a::after {
    content: "\ea5e";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed {
    color: #5d657b;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed::before {
    opacity: 0;
    visibility: hidden;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul {
    padding: 0px 15px;
    padding-left: 30px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li {
    position: relative;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a {
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active, .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover {
    color: #0d6efd;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a i {
    font-size: 16px;
    margin-right: 15px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.pro-badge {
    background: #0d6efd;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 10px;
    margin-left: 10px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
    display: flex;
    align-items: center;
    color: #5d657b;
    font-size: 14px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #0d6efd;
    border-radius: 0 3px 3px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.pro-badge {
    background: #0d6efd;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 10px;
    margin-left: 10px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon {
    margin-right: 12px;
    font-size: 18px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a.collapsed, .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a.collapsed {
    color: #262d3f;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a::before,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a.collapsed::before, .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a::before,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a.collapsed::before {
    opacity: 1;
    visibility: visible;
}
.sidebar-nav-wrapper {
    background: #fff;
    width: 300px;
    padding: 60px 20px;
    height: 100vh;
    position: fixed;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar-nav-wrapper {
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.sidebar-nav-wrapper.active {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar-nav-wrapper.active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.sidebar-nav-wrapper .navbar-logo {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.sidebar-nav-wrapper .sidebar-nav .divider {
    padding: 5px 25px;
    width: 100%;
}
.sidebar-nav-wrapper .sidebar-nav > ul {
    padding: 0;
    margin-bottom: 30px;
}

.sidebar-nav-wrapper .sidebar-nav .divider hr {
    height: 1px;
    background: #e2e2e2;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item {
    position: relative;
    margin: 5px 0px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a {
    color: #262d3f;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a::before {
    opacity: 1;
    visibility: visible;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a::after {
    content: "\ea5e";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed {
    color: #5d657b;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed::before {
    opacity: 0;
    visibility: hidden;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul {
    padding: 0px 15px;
    padding-left: 30px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li {
    position: relative;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a {
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active, .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover {
    color: #0d6efd;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a i {
    font-size: 16px;
    margin-right: 15px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.pro-badge {
    background: #0d6efd;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 10px;
    margin-left: 10px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
    display: flex;
    align-items: center;
    color: #5d657b;
    font-size: 14px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: bold;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #0d6efd;
    border-radius: 0 3px 3px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0px 10px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.pro-badge {
    background: #0d6efd;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 10px;
    margin-left: 10px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon {
    margin-right: 12px;
    font-size: 18px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a.collapsed, .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a.collapsed {
    color: #262d3f;
    background: #dee2e6;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a::before,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a.collapsed::before, .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a::before,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a.collapsed::before {
    opacity: 1;
    visibility: visible;
}
.promo-box .btn.btn-primary {
    padding: 12px;
    width: 100%;
}
.sidebar-nav-wrapper .sidebar-nav {
    margin: 30px 0;
}
.header {
    padding: 20px 30px;
    background: #fff;
}

.header .header-left .menu-toggle-btn .main-btn {
    padding: 0px 15px;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
}

.header .header-left .header-search form {
    max-width: 270px;
    position: relative;
}

.header .header-left .header-search form input {
    width: 100%;
    border: 1px solid #efefef;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 10px;
    height: 46px;
    padding-left: 44px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header .header-left .header-search form input:focus {
    border-color: #242424;
    background: #fff;
}

.header .header-left .header-search form button {
    position: absolute;
    border: none;
    background: transparent;
    left: 16px;
    top: 0;
    height: 46px;
    color: #5d657b;
    font-weight: 700;
}

.header .header-right {
    display: flex;
    justify-content: flex-end;
}

.header .header-right button {
    border: 1px solid #efefef;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 10px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px 10px;
}

.header .header-right button::after {
    display: none;
}

.header .header-right button span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #242424;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8px;
    right: -6px;
    font-size: 12px;
    font-weight: 500;
}

.header .header-right .dropdown-menu {
    width: 350px;
    border: none;
    padding: 10px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 15px !important;
    right: 0;
    position: absolute;
    transform: translate3d(0px, 60px, 0px);
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.header .header-right .dropdown-menu li {
    padding: 3px 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 2;
}

.header .header-right .dropdown-menu li:hover a {
    color: #ff002e;
}

.header .header-right .dropdown-menu li:last-child {
    border-bottom: none;
}

.header .header-right .dropdown-menu li a {
    padding: 8px 12px;
    display: flex;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
}

.header .header-right .dropdown-menu li a .image {
    max-width: 35px;
    width: 100%;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.header .header-right .dropdown-menu li a .image img {
    width: 100%;
}

.header .header-right .dropdown-menu li a .content {
    width: 100%;
}

.header .header-right .dropdown-menu li a .content h6 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1;
}

.header .header-right .dropdown-menu li a .content p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0px;
    line-height: 1.4;
}

.header .header-right .dropdown-menu li a .content span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.header .header-right .dropdown-box {
    position: relative;
}

.header .header-right .notification-box,
.header .header-right .header-message-box {
    position: relative;
}

.header .header-right .notification-box .dropdown-menu.dropdown-menu-end {
    transform: translate3d(0px, 60px, 0px);
}

.header .header-right .header-message-box .dropdown-menu.dropdown-menu-end {
    transform: translate3d(0px, 60px, 0px);
}

.header .header-right .profile-box {
    display: flex;
    position: relative;
}

.header .header-right .profile-box button {
    width: auto;
}

.header .header-right .profile-box .dropdown-menu {
    width: 230px;
}

.header .header-right .profile-box .dropdown-menu.dropdown-menu-end {
    transform: translate3d(0px, 60px, 0px);
}

.header .header-right .profile-box .dropdown-menu li {
    border-bottom: none;
}

.header .header-right .profile-box .dropdown-menu li a {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.header .header-right .profile-box .dropdown-menu li a i {
    margin-right: 15px;
    font-weight: 700;
}

.header .header-right .profile-box .profile-info {
    margin: 0 5px;
}

.header .header-right .profile-box .profile-info .info {
    display: flex;
    align-items: center;
}

.header .header-right .profile-box .profile-info .info .image {
    border: 2px solid #f9f9f9;
    -webkit-box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.8);
    -moz-box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.8);
    box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.8);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-left: 16px;
    position: relative;
}

.header .header-right .profile-box .profile-info .info .image .status {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background: #219653;
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
}

.header .header-right .profile-box .profile-info .info .image img {
    width: 100%;
    border-radius: 50%;
}

.header .header-right button span {
    background: #ff002e;
}
.dashboard-section {
    padding: 30px;
    position: relative;
    background: #f1f5f9;
}
.dashboard-section .title{
        text-align: center;
}
.dashboard-section .title h2 {
    border-bottom: 5px solid #0028eb;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 20px;
}
.card-style {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.input-style-1 {
    position: relative;
    margin-bottom: 30px;
}
.input-style-1 label {
    font-size: 17px;
    font-weight: 700;
    color: #262d3f;
    display: block;
    margin-bottom: 10px;
}
.input-style-1 input, .input-style-1 textarea, textarea {
    width: 100%;
    background: rgba(239, 239, 239, 0.5);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 15px;
    color: #5d657b;
    resize: none;
    transition: all 0.3s;
}
.input-style-1 label .color-red {
    color: red;
}
.input-style-1 select {
    width: 100%;
    background-color: #F7F7F7;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 15px;
    padding-right: 38px;
    color: #5d657b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.3s 
ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s 
ease-out 0s;
}
.select-position {
        position: relative;
}
.input-style-1 .select-position::after {
    border-bottom: 2px solid #5d657b;
    border-right: 2px solid #5d657b;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s 
ease-in-out;
    transition: all 0.15s 
ease-in-out;
}
div#messages ul{
padding: 0px 2rem;
    list-style: auto;
}
.conditions_new_product{
height: 350px;
width: 100%;
overflow: auto;
white-space: pre-wrap;
margin-bottom: 30px;
}
.table-responsive .product {
    display: flex;
    align-items: center;
    min-width: 150px;
}
.table-responsive .product .image {
    border-radius: 4px;
    overflow: hidden;
    margin-left: 15px;
    max-width: 50px;
    width: 100%;
    height: 50px;
}
.table-responsive .product .image img {
    width: 100%;
    height: 100%;
}
 .table-responsive .product p {
    margin-bottom: 5px;
    color: #242424;
}
.table-responsive .product p.ad-date {
    color: #999;
    margin-bottom: 0;
}
.content_bg_wh {
    padding: 16px;
    background: #fff;
    border: 1px solid #d9d6cc;
    border-radius: 12px;
    margin-bottom: 20px;
}
.list_product_grid_top {
    color: #7a7a7a;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d6cc;
}
.bb_color {
    color: #0b3d91;
}
select#sort_by {
    color: #0b3d91;
    border: 1px solid #d9d6cc;
    padding: 10px 12px;
    border-radius: 12px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    background-position: 12px 13px;
    width: 165px;
}

.list_product_grid_show .list_product_grid_box:hover {
    background: #f6f4ef;
}
.list_product_grid_show .list_product_grid_box{
background: #fff;
border: 1px solid #d9d6cc;
border-radius: 12px;
margin-bottom: 20px;
}
.list_product_grid_show .list_product_grid_box .product_img{
    margin-bottom: 5px;
}
.list_product_grid_show .list_product_grid_box .product_img img{
width: 100%;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
height: 250px;
}
.list_product_grid_show .list_product_grid_box .product_details{
    padding: 12px;
}
.list_product_grid_show .list_product_grid_box .product_details h2{
    color: #0b3d91;
    font-size: 20px;
    font-weight: bold;
}


.list_product_grid_show .list_product_grid_box .product_buttons{
    padding: 12px;
}
.list_product_grid_show .list_product_grid_box .product_buttons .col{
    padding: 0px 1px;
}
.list_product_grid_show .list_product_grid_box .product_buttons .btn{
    width: 100%;
}
.product_details_cat_price {
display: block;
text-align: center;
}
.product_details_cat_price .product_details_cat {
    width: 70%;
    float: right;
}
.product_details_cat_price .product_details_cat ul{
}
.product_details_cat_price .product_details_cat ul li{
    background-color: #f0ece6;
    border-radius: 48px;
    color: #7a7a7a;
    font-size: 13px;
padding: 4px 8px;
margin: 5px;
display: inline-block;
}

.product_details_cat_price .product_details_price {
    color: #df0024;
    font-size: 18px;
    font-weight: 700;
}
.section_title_filtar {
    color: #0b3d91;
    font-size: 16px;
    font-weight: 600;
}
.filter_products_lists{

}
.filter_products_list{
    margin: 20px 0px;
}

.filter_products_list label{
color: #7a7a7a;
margin-bottom: 5px;
}
.form-check {
    padding: 8px;
    border: 1px solid #d9d6cc;
    border-radius: 6px;
    margin-bottom: 5px;
}
.form-check:hover {
    background: #f6f4ef;
}
.form-check label{
    color: #0b3d91;
}
.filter_products_list .form-control{
    padding: 8px;
    border: 1px solid #d9d6cc;
}
.form-check .form-check-input {
float: none;
margin-left: 0px;
}
[dir="rtl"]  .input-group-text {
border-radius: .375rem 0 0 .375rem  !important;
}
[dir="rtl"]  .input-group > .form-control {
border-radius: 0 .375rem .375rem 0 !important; 
}
.top_page_title{
    position: relative;
}
.top_page_title .review{
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    position: absolute;
    left: 0;
    top: 5px;
}
.product_one_page_details .product_details_price {
font-size: 18px;
    font-weight: 600;
    color: #0b3d91;
    text-align: left;
}
.product_one_page_details .product_details_cat{
    width: 70%;
    float: right;
}

.product_one_page_details .product_details_cat ul li {
    background-color: #f0ece6;
    border-radius: 48px;
    color: #7a7a7a;
    font-size: 13px;
    padding: 4px 8px;
    margin: 5px;
    display: inline-block;
}

.product_one_page_details .product_details_product ul{
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, 145px);
    grid-auto-rows: 100px;
    width: 100%;
    justify-content: center;
    margin: 30px 0px;
}
.product_one_page_details .product_details_product ul li{
    padding: 12px;
    border-radius: 12px;
    background: #efd9a7;
    text-align: center;
    color: #2b2b2b;
    transition:0.5s;
}
.product_one_page_details .product_details_product ul li:hover{
    background: #0b3d91;
    color: #fff;
}
.product_one_page_details .product_details_product ul li span.title{
    font-size: 16px;
    font-weight: 600;
}
.product_one_page_details .product_details_product ul li i{
    font-size: 25px;
}
.product_one_page_details .purchase_order{
    padding: 0px 30px;
    text-align: center;
}
.product_one_page_details .purchase_order a{
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
}
.product_one_page_details_text{

}
.product_one_page_details_text .title{
color: #0b3d91;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 5px;
    border-bottom: 1px solid #d9d6cc;
    padding-bottom: 20px;
}

.seller_details{

}
.seller_details .image_seller{
display: inline-block;
width: 50px;
}
.seller_details .image_seller img{
    width: 45px;
    border-radius: 12px;
}
.seller_details .name_seller{
color: #0b3d91;
font-weight:600;
font-size: 14px;
display: inline-block;
}
.seller_details .name_seller span.address{
color: #7a7a7a;
font-size: 12px;
font-weight:400;
}

.seller_details .details_commercial{
    margin: 20px 0px;
}
.seller_details .details_commercial ul{

}
.seller_details .details_commercial ul li{
background-color: #f0ece6;
    border-radius: 48px;
    color: #7a7a7a;
    font-size: 13px;
    padding: 4px 8px;
    margin: 5px 0px;
    display: inline-block;
}
.details_commercial_more{

}
.details_commercial_more p{
color: #0b3d91;
font-size:14px;
font-weight: 400;
border:1px solid #d9d6cc;
border-radius: 12px;
margin: 8px 0px;
padding: 10px 12px;
}
.list_product_by_cat {

}
.list_product_by_cat .title_cat,.list_partners_of_success .title_cat{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 25px;
    color: #0b3d91;
}
.list_product_by_cat,.list_partners_of_success {
    margin-bottom: 50px;
}
button.btn.btn-theme.search-btn:hover {
    background: #efd9a7;
    color:#2b2b2b
}
.owl-carousel.main-slider.owl-rtl.owl-loaded.owl-drag a img{
    height: 350px;
}
.product_extra_info {
    background: #f8f9fa;
    padding: 8px;
    border-radius: 8px;
}
.product_details_product.capacity ul{
    grid-template-columns: repeat(auto-fill, 35%);
}

.content_bg_wh.product_one_page_details .btn{
    width: 100%;
}

.content_bg_wh.product_one_page_details .btn {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.btn:hover {
    opacity: 0.7;
}