/*!
  Theme Name: Zakat App - Lokus UI
  Theme URI: https://lokusui.com/themes/zakatapp/
  Author: the Lokus team
  Author URI: https://lokusui.com/
  Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
  Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
  Version: 1.0
  Requires at least: 5.0
  Tested up to: 5.4
  Requires PHP: 7.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: twentytwenty
  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.io-subheading {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #404252;
    margin-bottom: 0.75rem;
}

.io-btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: white;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 600;
    border-radius: 0.25rem;
    height: auto;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.io-btn.io--primary {
    background-color: #ffa53c;
}

.io-btn.io--primary:hover,
.io-btn.io--primary:focus {
    background-color: #ff941a;
}

.io-btn.io--secondary {
    background-color: #20a1ff;
}

.io-btn.io--secondary:hover,
.io-btn.io--secondary:focus {
    background-color: #0597ff;
}

#root {
    min-height: 100vh;
}

.io-main {

    padding-bottom: 1.5rem;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
}

.io-header {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: center;
}

.io-toolbar {
    position: fixed;
    z-index: 20;
    min-width: 450px;
    height: 2.75rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #e5e8eb;
}

.io-toolbar~.io-main {
    padding-top: 2.75rem;
}

.io-toolbar .io__back {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #5b5d6b;
}

.io-toolbar .io__back i {
    display: flex;
    align-items: center;
    margin-right: 0.75rem;
}

.io-toolbar .io__back em {
    font-style: normal;
}

.io-toolbar .io__filter {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #20a1ff;
    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
}

.io-toolbar .io__filter i {
    display: flex;
    align-items: center;
}

.io-toolbar .io__share {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #20a1ff;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.io-toolbar .io__share em {
    font-style: normal;
}

.io-toolbar .io__share i {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
}

.io-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.io-brand .io__image {
    width: 3rem;
    height: 3rem;
    background-color: #e5e8eb;
    border-radius: 9999px;
    margin-right: 0.5rem;
}

.io-brand .io__name {
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 700;
}

.io-brand .io__name span {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.io-logo {
    width: 3rem;
    height: 3rem;
    display: block;
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 0;
}

.io-search-bar {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}

.io-search-bar input {
    width: 100%;
    height: 2.75rem;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    box-shadow: none;
    outline: none;
}

.io-search-bar i {
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: white;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.io-search-bar i svg {
    width: 1rem;
    height: 1rem;
}

.io-service {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding-right: 3rem;
}

.io-service-caousel {
    position: relative;
    width: 100%;
}

.io-service-caousel .io__item {
    padding-left: 1rem;
}

.io-service-caousel a {
    display: block;
    text-decoration: none;
}

.io-service-caousel a .io__icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.io-service-caousel a .io__icon img {
    width: 2rem;
    height: 2rem;
    display: block;
}

.io-service-caousel a .io__title {
    color: #101223;
    font-size: 0.625rem;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 0.25rem;
}

.io-program {
    width: 100%;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}

.io-program .io__content {
    padding-right: 3rem;
}

.io-program-carousel {
    position: relative;
    width: 100%;
}

.io-program-carousel .io__item {
    padding-left: 1rem;
}

.io-program-carousel .io__foundation {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid #E5E7EB;
    margin-bottom: 0.5rem;
}

.io-program-carousel .io__foundation a {
    display: block;
}

.io-program-carousel .io__foundation a img {
    width: 100%;
}

.io-program-carousel .io__foundation a p {
    font-size: 0.625rem;
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.25rem;
    background-color: #f3f4f8;
    display: flex;
    align-items: center;
    margin: 0;
}

.io-program-carousel .io__title {
    display: block;
    margin-bottom: 0.25rem;
}

.io-program-carousel .io__title a {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    align-items: flex-start;
}

.io-program-carousel .io__title a span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #ffa53c;
}

.io-program-carousel .io__desc {
    font-size: 0.6875rem;
    color: #9496a1;
    margin: 0;
}

.io-program-carousel .io__progress {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.io-program-carousel .io__progress span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #20a1ff;
    font-weight: 600;
    margin-right: 0.5rem;
}

.io-program-carousel .io__progress>div {
    width: 100%;
    flex: 1 1 0%;
    background-color: #e5e8eb;
    height: 6px;
    border-radius: 0.25rem;
}

.io-program-carousel .io__progress>div>div {
    height: 6px;
    background-color: #20a1ff;
    border-radius: 0.25rem;
}

.io-program-carousel .io__alms {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.io-program-carousel .io__alms h6 {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #ffa53c;
    flex: 1 1 auto;
}

.io-program-carousel .io__alms h6:first-child {
    text-align: left;
}

.io-program-carousel .io__alms h6:last-child {
    text-align: right;
}

.io-program-carousel .io__alms h6 span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    color: #777986;
}

.io-result {
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.io-program-list {
    position: relative;
    width: 100%;
}

.io-program-list .io__item {
    display: flex;
    margin-bottom: 1rem;
}

.io-program-list .io__item>button {
    display: block;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-right: 0.5rem;
    padding: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    min-width: 130px;
    flex: 1;
    cursor: pointer;
}

.io-program-list .io__item>button>img {
    width: 130px;
    min-width: 130px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.io-program-list .io__item .io__foundation {
    position: relative;
}

.io-program-list .io__item .io__foundation>h4 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
}

.io-program-list .io__item .io__foundation>h4>button {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-align: left;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
}

.io-program-list .io__item .io__foundation>p {
    display: flex;
    margin-top: 0.25rem;
    margin-bottom: 0;
    align-items: center;
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 600;
    color: #5b5d6b;
}

.io-program-list .io__item .io__progress {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.io-program-list .io__item .io__progress span {
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #20a1ff;
    font-weight: 600;
    margin-right: 0.5rem;
}

.io-program-list .io__item .io__progress>div {
    width: 100%;
    flex: 1 1 0%;
    background-color: #e5e8eb;
    height: 6px;
    border-radius: 0.25rem;
}

.io-program-list .io__item .io__progress>div>div {
    background-color: #20a1ff;
    height: 6px;
    border-radius: 0.25rem;
}

.io-program-list .io__item .io__desc {
    font-size: 0.625rem;
    line-height: 0.75rem;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #5b5d6b;
    margin: 0;
}

.io-program-list .io__item .io__desc span {
    font-weight: 400;
    margin-left: 0.5rem;
}

.io-backdrop {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b3;
}

.io-backdrop.hidden {
    display: none;
}

.io-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 450px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.io-modal.hidden {
    display: none;
}

.io-modal>span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.io-modal .io__wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
}

.io-modal .io__content {
    position: relative;
    border: none;
    border-radius: 0.5rem;
    width: 100vw;
    max-width: 460px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    background-color: white;
    outline: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.io-modal .io__modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 1rem;*/
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.io-modal .io__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #070707b3;
}

.io-modal .io__close {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background-color: #ffa53b1a;
    color: black;
    border: none;
    border-radius: 9999px;
    float: right;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.io-modal .io__close span {
    background-color: transparent;
    opacity: 0.7;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
    outline: none;
}

.io-modal .io__modal__body {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    flex: 1 1 auto;
}

.io-form {
    position: relative;
    width: 100%;
}

.io-form .io__group {
    margin-bottom: 1rem;
}

.io-form .io__label {

    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #404252;
    display: block;
    margin-bottom: 0.5rem;
}

.io-form .io__input {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}

.io-form .io__textarea {
    width: 100%;
    height: auto;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    padding-top: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}

.io-form .io__inlineradio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.io-form .io__inlineradio input {
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    background-color: white;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
}

.io-form .io__inlineradio input:checked {
    background-color: #ffa53c;
    border-color: #ffa53c;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjgzMzMgMy4yNUw0Ljg3NSA5LjIwODMzTDIuMTY2NjcgNi41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.io-nav-tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    padding-right: 8rem;
    padding-bottom: 1rem;
    background-color: white;
}

.io-nav-tab .io__item {
    padding-left: 0.75rem;
}

.io-nav-tab .io__item a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #101223;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 9999px;
    height: 2.5rem;
    background-color: #ececec;
}

.io-content-tab {}

.io-content-tab>div.hidden {
    display: none;
}

.io-content-tab .io__wrapper {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.io-calculator {
    position: relative;
    padding: 0.5rem;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    min-height: 87px;
    margin-bottom: 1rem;
}

.io-calculator>span {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.io-calculator>small {
    position: absolute;
    background-color: #20a1ff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 9999px;
    color: white;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0.5rem;
    bottom: 0.5rem;
}

.io-calculator>p {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #9496a1;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-align: right;
}

.io-calculator>h3 {
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    color: #3b3b3b;
    font-size: 1.875rem;
    line-height: 2.25rem;
    text-align: right;
}

.io-calculator>h3 sup {
    font-size: 0.75rem;
    line-height: 1rem;
}

.io-notes {
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.io-notes h6 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.io-notes p.io--arabic {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0;
}

.io-notes p.io--abjad {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.io-notes p.io--meaning {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.io-distribution {
    position: relative;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0.75rem;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
}

.io-distribution h5 {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #101223;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.io-distribution h5 a {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    color: #20a1ff;
}

.io-distribution .io__progress {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.io-distribution .io__progress span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #20a1ff;
    font-weight: 600;
    margin-right: 0.5rem;
}

.io-distribution .io__progress>div {
    width: 100%;
    flex: 1 1 0%;
    background-color: #e5e8eb;
    height: 6px;
    border-radius: 0.25rem;
}

.io-distribution .io__progress>div>div {
    background-color: #20a1ff;
    height: 6px;
    border-radius: 0.25rem;
}

.io-distribution .io__info {
    display: flex;
    justify-content: space-between;
}

.io-distribution .io__info p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
    font-weight: 600;
    color: #48b979;
    margin: 0;
}

.io-distribution .io__info p:last-child {
    text-align: right;
    color: #101223;
}

.io-distribution .io__info p span {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #777777;
}

.io-banner img {
    width: 100%;
}

.io-banner p {
    font-size: 0.625rem;
    line-height: 0.875rem;
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.25rem;
    background-color: #f3f4f8;
    display: flex;
    align-items: center;
    margin: 0;
}

.io-post {
    color: #0c0c0c;
}

.io-post .io__establishment {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.io-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.io-gallery span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e8eb;
    width: 100%;
    height: 4rem;
    cursor: pointer;
    border-radius: 0.75rem;
}

.io-gallery span:last-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #5b5d6b;
    font-weight: 600;
}

.io-report {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.io-report button {
    display: block;
    border-radius: 0.5rem;
    background-color: #f3f4f8;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
}

.io-report button h6 {
    font-size: 16px;
    line-height: 1.25rem;
    font-weight: 600;
    display: flex;
}

.io-report button h6 em {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    color: white;
    font-weight: 600;
    background-color: #ffa53c;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 1;
    border-radius: 0.75rem;
    margin-right: 8px;
}

.io-report button p {
    font-size: 14px;
    color: #777777;
    margin-top: 0.25rem;
    margin-bottom: 0;
    text-align: left;
}

.io-pills {
    border-radius: 0.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.75rem;
    background-color: #f3f5f7;
    border: 1px solid #f3f5f7;
    overflow: hidden;
}

.io-pills .io__nav__pills {
    position: relative;
    display: flex;
    background-color: #f3f5f7;
    width: 100%;
    border-bottom: 2px solid #e5e8eb;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding-left: 0;
    padding-right: 2.5rem;
    list-style: none;
    margin: 0;
}

.io-pills .io__nav__pills li {
    font-size: 0.75rem;
    font-weight: 600;
    color: #101223;
    line-height: 1rem;
    flex: 1 1 auto;
    width: 33.333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid transparent;
    margin-bottom: -0.125rem;
}

.io-pills .io__nav__pills li a {
    display: inline-flex;
    align-items: center;
}

.io-pills .io__nav__pills li a em {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    color: #757f87;
    pointer-events: none;
    font-weight: 600;
    background-color: #e5e8eb;
    padding-left: 0.5rem/* 8px */
    ;
    padding-right: 0.5rem/* 8px */
    ;
    padding-top: 0.125rem/* 2px */
    ;
    padding-bottom: 0.125rem/* 2px */
    ;
    font-size: 0.625rem;
    line-height: 1.5;
    border-radius: 0.75rem;
    margin-right: 0.25rem;
}

.io-pills .io__content__pills {
    background-color: white;
    padding: 0.75rem;
}

.io-pills .io__content__pills.hidden {
    display: none;
}

.io-pills .io__content__pills p {
    font-size: 0.625rem;
    font-weight: 600;
    color: #777777;
    line-height: 0.875rem;
    margin: 0;
}

.io-navigation {
    position: fixed;
    z-index: 20;
    min-width: 450px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f8;
    transition: all 0.5s ease-in-out;
}

.io-navigation.io-isshow {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.io-navigation.io-ishidden {
    transform: translateY(65.5px);
    opacity: 0;
    visibility: hidden;
}

.io-muzzakis {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.io-muzzakis span {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #d2d4da;
    display: block;
    border-radius: 9999px;
    border: 1px solid white;
    margin-left: -0.25rem;
}

.io-muzzakis span:first-child {
    margin-left: 0;
}

.io-muzzakis span:last-child {
    font-size: 0.625rem;
    line-height: 0.75rem;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin-left: -1rem;
    color: #9496a1;
}

.io-muzzakis span:nth-last-of-type(2) {
    background-color: white;
}

.io-society {
    flex: 1 1 auto;
}

.io-society h6 {
    font-size: 0.5rem;
    color: #9496a1;
    display: block;
    margin-bottom: 0.125rem;
}

.io-society .io__wrapper {
    display: flex;
}

.io-society .io__name {
    margin-left: -1rem;
}

.io-society .io__name h5 {
    font-size: 0.625rem;
    color: #101223;
}

.io-society .io__name p {
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 0.5rem;
    color: #ffa53c;
    margin: 0;
}

.io-circles {
    display: flex;
    margin-right: 0.25rem;
}

.io-circles span {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #d2d4da;
    display: block;
    border-radius: 9999px;
    border: 1px solid white;
    margin-left: -0.25rem;
}

.io-circles span:first-child {
    margin-left: 0;
}

.io-circles span:last-child {
    background-color: white;
}

.io-comments {
    position: relative;
    width: 100%;
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
}

.io-comments .io__item {
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.io-comments .io__userdesc {
    display: flex;
    align-items: center;
    padding: 0.75rem;
}

.io-comments .io__userdesc img {
    width: 3rem;
    height: 3rem;
    display: block;
    margin-right: 0.5rem;
}

.io-comments .io__userdesc>div {
    flex: 1 1 auto;
    overflow: hidden;
}

.io-comments .io__userdesc>div p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.625rem;
    line-height: 0.75rem;
    margin-bottom: 0px;
    font-weight: 600;
}

.io-comments .io__userdesc>div p span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #ffa53c;
}

.io-comments .io__userdesc>div h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.io-comments .io__message {
    position: relative;
    background-color: #fdfdfd;
    padding: 4px 12px;
    margin-top: 6px;
}

.io-comments .io__message small {
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

.io-comments .io__message small span {
    font-weight: 400;
}

.io-comments .io__message small span b {
    font-weight: 600;
}

.io-comments .io__message p {
    font-size: 0.625rem;
    line-height: 0.75rem;
    padding-right: 1.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.io-comments .io__message>span {
    position: absolute;
    right: 0.75rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.io-pagination {
    display: flex;
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}

.io-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.io-pagination ul li {
    margin-right: 0.25rem;
}

.io-pagination ul li a {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.25rem;
    color: #1f2937;
    background-color: #e5e8eb;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.io-pagination ul li.active a {
    color: white;
    background-color: #ffa53c;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.io-pagination ul li.disabled a {
    background-color: #e5e8eb4d;
    color: #282a3a;
    pointer-events: none;
}

.io-pagination ul li a .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.io-receipt-action {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.io-receipt-list {
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.io-receipt-list .io__item {
    padding: 0.75rem;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.io-receipt-list .io__item:last-child {
    margin-bottom: 0;
}

.io-receipt-list .io__desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.io-receipt-list .io__desc p:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #101223;
    margin: 0;
}

.io-receipt-list .io__desc p:first-child span {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #838383;
}

.io-receipt-list .io__desc p:last-child {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ffa53c;
    margin: 0;
}

.io-receipt-list .io__detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.io-receipt-list .io__detail a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #20a1ff;
}

.io-receipt-list .io__detail span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #838383;
}

.io-button-tabs {
    position: relative;
    display: flex;
}

.io-button-tabs button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    height: 2.5rem;
    color: #101223;
    background-color: #f3f4f8;
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border: none;
    outline: none;
    box-shadow: none;
}

.io-button-tabs button:first-child {
    margin-right: 0.75rem;
}

.io-button-tabs button.active {
    background-color: #ffa53c;
    color: white;
}

.io-method {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #f3f4f8;
    margin-top: 3rem;
}

.io-method .io__coin {
    position: relative;
    margin-top: -3rem;
}

.io-method .io__coin img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.io-method .io__coin span {
    font-family: 'Open Sans,' sans-serif;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.io-method .io__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #454545;
    margin-top: 0.5rem;
    margin-bottom: 0px;
    text-align: center;
}

.io-method .io__currency {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.io-method .io__currency small {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #454545;
    font-weight: 600;
    margin-right: 0.25rem;
}

.io-method .io__currency input {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    background-color: transparent;
    max-width: 160px;
    outline: none;
    box-shadow: none;
    border: none;
}

.io-selection {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f3f4f8;
}

.io-selection .io__item {
    padding-left: 0.75rem;
}

.io-selection .io__item a {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #101223;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.75rem;
    border-radius: 9999px;
    height: 2.5rem;
    padding-right: 0.75rem;
    background-color: white;
    border: 1px solid #e5e8eb;
}

.io-selection .io__item.active a {
    border-color: #ffa53b;
}


/*! Slick Carousel */

.slick-nohidden .slick-list {
    overflow: visible !important;
}

.slick-hidden .slick-list::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}


/* slide when not active/center*/

.testimonials .slick-slide,
.testimonials .slick-slide[aria-hidden='true']:not(.slick-cloned)~.slick-cloned[aria-hidden='true'] {
    transform: scale(0.7, 0.7);
    transition: transform 0.3s;
}


/* slide when active/center */

.testimonials .slick-center,
.testimonials .slick-slide[aria-hidden='true']:not([tabindex='-1'])+.slick-cloned[aria-hidden='true'] {
    transform: scale(1, 1);
}

.slick-next {
    z-index: 10;
    width: 48px;
    background-color: #f6f6f6 !important;
    right: -48px;
    height: 40px;
    top: 8px;
    bottom: 0;
    transform: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.slick-prev {
    z-index: 10;
    width: 48px;
    background-color: #f6f6f6 !important;
    left: -48px;
    height: 40px;
    top: 8px;
    bottom: 0;
    transform: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.slick-prev::before {
    content: '';
    height: 12px;
    display: block;
    width: 7px;
    color: #eee;
    margin: 0 18px 0 auto;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEzTDcuNTcxNDMgN0wxIDEiIHN0cm9rZT0iIzVCNUQ2QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.slick-next::before {
    content: '';
    height: 12px;
    display: block;
    width: 7px;
    color: #eee;
    margin: 0 18px 0 auto;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEzTDcuNTcxNDMgN0wxIDEiIHN0cm9rZT0iIzVCNUQ2QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
}

.filters .slick-list::before {
    display: none !important;
}

.filters .slick-next {
    top: 0;
    right: -128px;
}

.filters .slick-prev {
    top: 0;
    left: 0px;
}

.filters .slick-next.slick-disabled,
.filters .slick-prev.slick-disabled,
.slick-nonav .slick-next,
.slick-nonav .slick-prev {
    display: none !important;
}


.lui__card-container{
   padding:0 12px 16px;
}
