.my-jquery-slider,
.price-js-slider {
    position: relative;
    max-width: 500px;
    margin: 10px auto;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/r/old/font/glyphicons-halflings-regular.eot');
    src: url('/r/old/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/r/old/font/glyphicons-halflings-regular.woff') format('woff'), url('/r/old/font/glyphicons-halflings-regular.ttf') format('truetype');
}

@font-face {
    font-family: "wiki";
    src: url("/r/old/font/wiki1.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "wiki";
    src: url("/r/old/font/wiki2.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "wiki";
    src: url("/r/old/font/wiki3.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "wiki";
    src: url("/r/old/font/wiki4.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "wiki";
    src: url("/r/old/font/wiki5.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

body {
    background-color: #f2f3f4;
    direction: rtl;
    text-align: right;
    font-family: "wiki";
    font-size: 13px;
    line-height: 1.8;
    font-weight: normal;
    color: gray;
}

.title {

    margin-bottom: 50px;
    text-transform: uppercase;
}

.card-block {
    font-size: 12px;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    box-shadow: none;

}

.card {
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-bottom: 20px;
    margin-left: -12px;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}

.carousel-indicators .active {
    background-color: white;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.btn {
    margin-top: auto;
}

/****** Bootstrap Colors ******/
.primary {
    min-height: 800px;
}

/*** Accordion Toggles ***/
.panel-heading {
    position: relative;
    font-size: 13px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    position: absolute;
    left: 16px;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
}

/*** Filter Menu ***/
/* Panels */
.filter-menu .panel {
    border-radius: 0;
    border: 1px solid #eeeeee;
}

.filter-menu .panel-heading {
    background: #fff;
    padding: 0;
}

.filter-menu .panel-title {
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 16px;
}

.filter-menu a.panel-title {
    color: #333333;
}

.filter-menu a.panel-title:hover,
.filter-menu a.panel-title:focus {
    color: #333333;
    text-decoration: none;
}

.filter-menu .panel-body {
    padding: 16px;
}

/* Inner Panels */
.filter-menu .panel-group {
    margin: -16px;
}

.filter-menu .panel-group .panel-title {
    background: #eee;
    transition: color, 0.5s, ease;
}

.filter-menu .panel-group .panel-title:hover {
    color: #333333;
    text-decoration: none;
    background: #777777;
}

.filter-menu .panel-group .panel + .panel {
    margin-top: 0;
}

/*** Filter Menu - Mobile ***/
/* Panels - Mobile */
.filter-menu.mobile .btn-link {
    color: #f9f9f9;
}

.filter-menu.mobile hr {
    margin-top: 0;
    border-top-color: #4B6473;
}

.filter-menu.mobile .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-color: #4B6473;
}

.filter-menu.mobile .panel {
    border-color: #4B6473;
    background: #30404a;
    color: #f9f9f9;
}

.filter-menu.mobile .panel-heading {
    background: #30404a;
}

.filter-menu.mobile a.panel-title {
    color: #f9f9f9;
}

.filter-menu.mobile a.panel-title:hover {
    color: #f9f9f9;
}

.filter-menu.mobile .panel-group .panel {
    border-color: #4B6473;
}

.filter-menu.mobile .panel-group .panel-title {
    background: #3f5460;
}

.filter-menu.mobile .panel-group .panel-title:hover {
    color: #f9f9f9;
    background: #30404a;
}

html {
    position: relative;
    min-height: 100%;
}

.navbar {
    font-size: 14px;
}

.dropdown-menu {
    font-size: 14px;
    text-align: right;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #224e50;
    font-family: wiki;
}

h5 {
    font-size: 13px;
    font-weight: bold;
    color: #224e50;
    font-family: wiki;
}

h6 {
    font-size: 10px;
    font-weight: bold;
    color: #224e50;
    font-family: wiki;
}

.css-rgjcjr {
    font-size: 10px;
    font-weight: 100;
    color: #31406F;
    padding-left: 0.8rem;
}

.css-k008qs {
    display: flex;
}

.css-2xqpf4 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1.2rem;
    min-height: 96px;
}

.css-pz2eqh {
    background: #F5F7FB;
    padding: 0.5rem;
}

.css-oomysf {
    background: #F5F7FB;
    border-radius: 0.4rem;
}

.css-yz4vrc {
    padding: 0.8rem 1.2rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}

.css-1btxmn8 {
    padding-right: 1.6rem;
    border-right: 1px solid #D7E1EF;
}

.css-1tdxlp3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.4rem;
    border-radius: 0.4rem;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.css-196zhmg {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.css-yz4vrc {
    padding: 0.8rem 1.2rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}

.chakra-icon {
    max-width: 20px;
}

.wiki-ui-blocker {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #001a33;
    opacity: 50%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1100;
    display: none;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*, ::after, ::before {
    box-sizing: border-box;
}


.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1;
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #148469;
    border-color: #148469;;
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check-wiki:active + .btn-outline-wiki-success, .btn-check-wiki:checked + .btn-outline-wiki-success, .btn-outline-wiki-success.active, .btn-outline-wiki-success.dropdown-toggle.show, .btn-outline-wiki-success:active {
    color: #fff;
    background-color: #148469;
    border-color: #148469;
    border-radius: 15px;
    padding: 5px;
    width: 80px;
    margin-right: 10px;
}

.gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.gradient-custom-2 {
    background: #fccb90;
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    background: linear-gradient(to right, #084f51, #89c6c8, #2a7577, #084f51);
}

.wiki-terms {
    width: 70%;
    background-color: #F9F8F8;
    padding: 10px;
    border-radius: 15px;
}

.about-certificates {
    max-width: 85px;
    border: 1px Solid aliceblue;
    border-radius: 15px;
    padding: 5px;
}

.w3-col {
    float: right;
}

.gray {
    color: grey;
    font-size: 0.8rem;
}

.plate-wrapper {
    text-align: center;
}

.plate-ui {
    /*background: #fff;*/
    padding: .25em .5em .15em 1.75em;
    font-size: 24px;
    border-radius: 5px;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
}

.plate-ui:before {
    content: '.I.R';
    display: block;
    height: 100%;
    background: #003399;
    background-image: url(/r/image/Iran.png);
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 10px;
    line-height: 75px;
    padding-right: 15px;
    padding-left: 2px;
    background-position: 2px 6px;
    background-size: 27px;
    background-repeat: no-repeat;
}

.plate-ui:after {
    content: 'IRAN';
    position: absolute;
    top: 0;
    left: 2px;
    width: 23px;
    font-size: 10px;
    line-height: 99px;
    color: white;
}

.plate-1 {
    float: left;
    height: 46px;
}

.plate-2 {
    float: right;
    padding-left: 10px;
    border-left: 1px solid black;
    margin-left: 10px;
}

.plate-1 > input, .plate-2 > input {
    border: 0;
    outline: none;
    text-align: center;
}

.plate-1 > input:focus, .plate-2 > input:focus {
    border-bottom: 2px solid #0C9EF5;
}

.plate-2 > span {
    font-size: 0.5em;
    display: block;
    line-height: 1em;
    text-align: center;
}