:root {
    --f7-theme-color: #ff414b;
    --f7-theme-color-rgb: 146, 55, 227;
    --f7-theme-color-shade: #ff414b;
    --f7-theme-color-tint: #ff2b35;
    --f7-theme-color-light: #fafefc;
    --f7-theme-color-white: #fff;
    --re-bg-secondary: #8a7c7d;
}


/* Reset */

::selection {
    color: #fff;
    background: var(--f7-theme-color);
}

body {
    overflow-x: hidden;
    height: 100%;
    position: relative;
    color: #636363;
    max-width: 100%;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1e1e1e;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #1e1e1e;
}

h1,
.h1 {
    font-size: 2.625rem;
}

h2,
.h2 {
    font-size: 2.25rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h5,
.h5 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.bg-primary {
    background: var(--f7-theme-color) !important;
}

.text-primary {
    color: var(--f7-theme-color) !important;
}

.text-success {
    color: #37b7af !important;
}

.text-info {
    color: #6798ff !important;
}

.text-warning {
    color: #ff9838 !important;
}

.text-secondary {
    color: #7c479d !important;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.bg-info {
    background: #6798ff !important;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}


/* Opacity */

.op1 {
    opacity: 0.1;
}

.op2 {
    opacity: 0.2;
}

.op3 {
    opacity: 0.3;
}

.op4 {
    opacity: 0.4;
}

.op5 {
    opacity: 0.5;
}

.op6 {
    opacity: 0.6;
}

.op7 {
    opacity: 0.7;
}

.op8 {
    opacity: 0.8;
}

.op9 {
    opacity: 0.9;
}


/* Font Size */

.fs-12 {
    font-size: 12px !important;
    line-height: 1.3;
}

.fs-13 {
    font-size: 13px !important;
    line-height: 1.4;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 1.5;
}

.fs-15 {
    font-size: 14px !important;
    line-height: 1.5;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 1.5;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 1.5;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 1.5;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 1.5;
}

.fs-24 {
    font-size: 24px !important;
    line-height: 1.4;
}

.fs-26 {
    font-size: 26px !important;
    line-height: 1.4;
}

.fs-28 {
    font-size: 28px !important;
    line-height: 1.4;
}

.fs-30 {
    font-size: 30px !important;
    line-height: 1.4;
}

.fs-32 {
    font-size: 32px !important;
    line-height: 1.25;
}

.fs-35 {
    font-size: 35px !important;
    line-height: 1.25;
}

.fs-36 {
    font-size: 36px !important;
    line-height: 1.25;
}

.fs-46 {
    font-size: 46px !important;
    line-height: 1.25;
}

.fw1 {
    font-weight: 100;
}

.fw2 {
    font-weight: 200;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw8 {
    font-weight: 800;
}

.fw9 {
    font-weight: 900;
}


/* Spacing */


/* Padding Around */

.pa-0 {
    padding: 0;
}

.pa-5 {
    padding: 5px;
}

.pa-10 {
    padding: 10px;
}

.pa-15 {
    padding: 15px;
}

.pa-20 {
    padding: 20px;
}

.pa-25 {
    padding: 25px;
}

.pa-30 {
    padding: 30px;
}

.pa-40 {
    padding: 40px;
}

.pa-50 {
    padding: 50px;
}

.pa-60 {
    padding: 60px;
}

.pa-70 {
    padding: 70px;
}

.pa-80 {
    padding: 80px;
}

.pa-90 {
    padding: 90px;
}

.pa-100 {
    padding: 100px;
}


/* Padding Top */

.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}


/* Padding Bottom */

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}


/* Padding Left */

.pl-0 {
    padding-left: 0;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}


/* Padding Right */

.pr-0 {
    padding-right: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}


/* Padding left Right */

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}


/* Padding Top Bottom */

.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}

.py-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.py-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.py-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.py-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}


/* Margin Around */

.m-auto {
    margin: auto;
}

.ma-0 {
    margin: 0;
}

.ma-5 {
    margin: 5px;
}

.ma-10 {
    margin: 10px;
}

.ma-15 {
    margin: 15px;
}

.ma-20 {
    margin: 20px;
}

.ma-30 {
    margin: 30px;
}

.ma-40 {
    margin: 40px;
}

.ma-50 {
    margin: 50px;
}

.ma-60 {
    margin: 60px;
}

.ma-70 {
    margin: 70px;
}

.ma-80 {
    margin: 80px;
}

.ma-90 {
    margin: 90px;
}

.ma-100 {
    margin: 100px;
}


/* Margin Top */

.mt-auto {
    margin-top: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}


/* Margin Bottom */

.mb-auto {
    margin-bottom: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}


/* Margin left */

.ml-auto {
    margin-left: auto;
}

.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}


/* Margin Right */

.mr-auto {
    margin-right: auto;
}

.mr-0 {
    margin-right: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}


/* Margin Left Right */

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mx-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mx-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mx-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.mx-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.mx-100 {
    margin-left: 100px;
    margin-right: 100px;
}


/* Margin Top Bottom */

.my-auto {
    margin-bottom: auto;
    margin-top: auto;
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0;
}

.my-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.my-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.my-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.my-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.my-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.my-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.my-60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.my-70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.my-80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.my-90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.my-100 {
    margin-bottom: 100px;
    margin-top: 100px;
}


/* Content Bottom Space */

.bottom-sp100:after {
    height: 100px;
    content: "";
    display: block;
}

.bottom-sp90:after {
    height: 90px;
    content: "";
    display: block;
}

.bottom-sp80:after {
    height: 80px;
    content: "";
    display: block;
}

.bottom-sp70:after {
    height: 70px;
    content: "";
    display: block;
}

.bottom-sp60:after {
    height: 60px;
    content: "";
    display: block;
}

.bottom-sp50:after {
    height: 50px;
    content: "";
    display: block;
}

.bottom-sp40:after {
    height: 80px;
    content: "";
    display: block;
}


/* Framework */

.block-title-medium {
    font-size: 18px;
    font-weight: 600;
}


/* button loader */

.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: var(--f7-theme-color);
}

.loader-screen .laoderhorizontal {
    position: relative;
    width: 64px;
    height: 64px;
    display: block;
    margin: auto;
    position: absolute;
    left: calc(50% - 32px);
}

.loader-screen .laoderhorizontal div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.view-logo img {
    width: 185px;
}

.view-logo .logo-name {
    color: #fff;
    margin: 15px 0 10px;
    font-weight: 700;
    line-height: 38px;
}

.view-logo .logo-text {
    margin: 0;
}

.laoderhorizontal div:nth-child(1) {
    left: 6px;
    animation: laoderhorizontal1 0.6s infinite;
}

.laoderhorizontal div:nth-child(2) {
    left: 6px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(3) {
    left: 26px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(4) {
    left: 45px;
    animation: laoderhorizontal3 0.6s infinite;
}

@keyframes laoderhorizontal1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes laoderhorizontal3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes laoderhorizontal2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

#loading-area {
    opacity: 1;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
    align-items: center;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

#loading-area>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 35px;
    height: 35px;
    background: #fff;
    -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}


/* On Boading */

.footer-button {
    height: 80px;
    background-color: #fff;
    padding: 10px 30px !important;
    right: 0;
    left: 0;
}

.footer-button:after,
.footer-button:before {
    content: none;
}

.page,
.page-content {
    background: #fff;
}

.onboading-logo {
    margin: 25px auto;
    text-align: center;
}

.onboading-logo img {
    width: 70px;
}

.page-onboading .page-content {
    background-color: var(--f7-theme-color);
    display: flex;
    flex-direction: column;
    padding-bottom: 110px;
}

.page-onboading .footer-button {
    background: var(--f7-theme-color);
}

.theme-dark .page-onboading .page-content {
    background-color: var(--f7-theme-color);
}

.theme-dark .page-onboading .footer-button {
    background: var(--f7-theme-color);
}

.started-swiper-box {
    height: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.started-swiper-box .swiper-slide {
    height: 100%;
    position: relative;
}

.started-swiper-box .slide-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    z-index: 1;
    position: relative;
}

.started-swiper-box .slide-info:after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 1%, var(--f7-theme-color) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 1%, var(--f7-theme-color) 85%);
    /* Chrome10-25,Safari5.1-6 */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#0936c3', GradientType=0);
    /* IE6-9 */
}

.started-swiper-box .view-logo {
    margin: auto;
}

.started-swiper-box .view-logo+.slide-content {
    margin-top: 0;
}

.started-swiper-box .slide-content {
    margin-top: auto;
    z-index: 1;
    position: relative;
    padding: 0 45px;
}

.started-swiper-box .bg-icon {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0.1;
    transform: translateY(-50%);
}


/* Get Started */

.get-started {
    text-align: center;
    height: 100%;
}

.get-started .swiper-wrapper {
    margin-bottom: 15px;
}

.get-started .dz-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}

.get-started p {
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
}

.get-started .swiper-pagination {
    bottom: 0;
}

.get-started .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    border-radius: 5px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.get-started .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}


/* Login Register Account */

.account-area .logo {
    margin: 60px auto 40px;
    text-align: center;
}

.account-area .logo img {
    width: 150px;
}

.account-area .logo .logo-text {
    color: var(--f7-theme-color);
    margin: 0;
    font-weight: 700;
}

.account-area .logo .logo-icon path[fill] {
    fill: var(--f7-theme-color);
}

.account-area .logo .logo-icon path[fill].secondary {
    fill: #FF8900;
}

.account-area .logo .logo-icon path[fill].white {
    fill: #fff;
}

.account-area .flex-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-area .flex-logo .logo-icon {
    height: auto;
    width: 55px;
    margin-right: 18px;
}

.account-area .block {
    padding: 0 30px;
    margin: 25px 0;
}

.account-area .swiper-slide,
.account-area .swiper-wrapper,
.account-area .tabs-swipeable-wrap {
    height: auto;
}

.account-area p {
    color: #6B6B6B;
}

.account-area .title-head {
    margin-bottom: 40px;
}

.account-area .title-head p {
    margin: 0;
}

.account-area .title-head .title {
    margin-top: 0;
    margin-bottom: 5px;
}

.account-area .account-footer {
    margin-top: 60px;
    margin-bottom: 30px;
}

.account-area .form-text {
    font-size: 12px;
    color: #595959;
    margin: 20px 0 0;
}

.account-area .form-text a {
    font-weight: 600;
}

.success-screen {
    text-align: center;
}

.success-screen .title {
    margin-top: 10px;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.success-screen p {
    margin: 0 12px;
}

.form-elements .list {
    margin-top: 0;
    margin-bottom: 20px;
}

.form-elements ul {
    background: transparent;
}

.form-elements ul:before,
.form-elements ul:after {
    content: none;
}

.form-elements ul .item-content {
    padding: 0;
}

.form-elements ul .item-content .item-inner {
    padding: 0;
}

.form-elements ul .item-content .item-inner .form-label {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

.form-elements ul .item-content .item-inner .item-input-wrap {
    margin-bottom: 12px;
}

.form-elements ul .item-content .item-inner .item-input-wrap.mb-0 {
    margin-bottom: 0;
}

.form-elements ul .item-content .item-inner .item-input-wrap:after {
    content: none !important;
}

.form-elements ul .item-content .item-inner .item-input-wrap .form-control {
    background: var(--f7-theme-color-white);
    height: 60px;
    padding: 15px 25px;
    border-radius: 2px;
    border: 1px solid #acacac;
    font-size: 14px;
}

.form-elements ul .item-content .item-inner .item-input-wrap .form-control:active,
.form-elements ul .item-content .item-inner .item-input-wrap .form-control:focus {
    border: 1px solid #0936C3;
    box-shadow: 0 0 8px -5px var(--f7-theme-color);
}

.form-elements ul .item-content .item-inner .item-input-wrap .form-control.input-with-value {
    border-color: #ff8900;
}

.form-elements ul .item-content .item-inner .item-input-wrap.item-input-group {
    display: flex;
}

.form-elements ul .item-content .item-inner .item-input-wrap .number-select {
    width: 90px;
    text-align: center;
    justify-content: center;
    height: 60px;
    border: 1px solid #acacac;
    margin-right: -1px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px 0 30px;
    position: relative;
    border-radius: 2px 0 0 2px;
}

.form-elements ul .item-content .item-inner .item-input-wrap .number-select:active,
.form-elements ul .item-content .item-inner .item-input-wrap .number-select:focus {
    border: 1px solid #0936C3;
    background-color: var(--f7-theme-color-light);
}

.form-elements ul .item-content .item-inner .item-input-wrap.input-dropdown-wrap:before {
    content: "\f078";
    position: absolute;
    right: 20px;
    top: 21px;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.form-elements ul .item-content .item-inner .item-input-wrap.input-dropdown-wrap.dropdown-left:before {
    right: auto;
    left: 16px;
}

.input-dropdown-wrap:before {
    content: "\f0d7";
    right: 40px;
    top: 18px;
    position: absolute;
    z-index: 99;
    border: 0;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    color: var(--f7-theme-color);
}

.checkbox-form-control {
    width: 100%;
    display: flex;
    align-items: center;
}

.checkbox-form-control .checkbox {
    float: left;
    margin-right: 15px;
}

.checkbox-form-control .checkbox-text {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin: 0;
}

.container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}


/* Home Page */

.back-login .navbar-bg {
    background: var(--f7-theme-color-light);
}

.back-login .navbar-bg:before,
.back-login .navbar-bg:after {
    content: none;
}

.searchbar input[type=search],
.searchbar input[type=text] {
    font-size: 16px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.button-light {
    background-color: #E8FFE0;
    color: var(--f7-theme-color);
}

.border-top {
    border-top: 1px solid;
    border-color: #F4F4F4;
}

.menubar-area {
    border-top: 1px solid #e8e8e8;
    background-color: var(--f7-theme-color-white);
    height: 75px;
}

.menubar-area:before,
.menubar-area:after {
    content: none;
}

.menubar-area .toolbar-inner {
    max-width: 1024px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
    padding-left: 15px;
    box-sizing: border-box;
    padding-right: 15px;
}

.menubar-area .toolbar-inner .tab-link {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: unset;
    color: #adadad;
    letter-spacing: unset;
}

.menubar-area .toolbar-inner .tab-link path[fill],
.menubar-area .toolbar-inner .tab-link path {
    fill: #adadad;
}

.menubar-area .toolbar-inner .tab-link i {
    color: #adadad;
}

.menubar-area .toolbar-inner .tab-link span {
    font-size: 12px;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}

.menubar-area .toolbar-inner .tab-link.active path,
.menubar-area .toolbar-inner .tab-link.active path[fill] {
    fill: var(--f7-theme-color);
}

.menubar-area .toolbar-inner .tab-link.active i {
    color: #adadad;
}

.menubar-area .toolbar-inner .tab-link.active span {
    color: var(--f7-theme-color);
}

.menubar-area .tab-link-highlight {
    display: none;
}

.write-reviews-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--f7-theme-color-white);
    padding-top: 20px;
}

.write-reviews-box textarea.form-control {
    height: 115px !important;
}

.tag-swiper.demo-swiper-multiple {
    margin-right: -30px;
    height: auto;
}

.tag-swiper.demo-swiper-multiple .swiper-slide {
    width: auto;
    border: 0;
    background: transparent;
    height: auto;
    display: block;
}

.title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.title-bar .dz-title,
.title-bar a {
    font-weight: 600;
    margin: 0;
}

.title-bar path[fill],
.title-bar path {
    fill: var(--f7-theme-color);
}

.title-bar i {
    font-size: 24px;
    color: var(--f7-theme-color);
}

.notification-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.notification-bar .title {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
}

.notification-bar .bell-icon {
    position: relative;
}

.notification-bar .bell-icon path[fill],
.notification-bar .bell-icon path {
    fill: var(--f7-theme-color);
}

.notification-bar .bell-icon i {
    color: var(--f7-theme-color);
}

.notification-bar .bell-icon .active {
    color: var(--f7-theme-color);
    font-size: 10px;
    border: 2px solid #fff;
    position: absolute;
    right: -3px;
    top: -2px;
    border-radius: 50%;
}

.button.button-large.add-wishlist-btn {
    padding: 15px 25px;
    height: 60px;
    width: 93px;
    min-width: 93px;
    background-color: var(--re-bg-secondary);
    margin-right: 20px;
}

.button.button-large.add-wishlist-btn .fas {
    display: none;
}

.button.button-large.add-wishlist-btn.active .far {
    display: none;
}

.button.button-large.add-wishlist-btn.active .fas {
    display: block;
}

.button.button-large.add-wishlist-btn i {
    font-size: 22px;
    margin: 0;
}

.item-details-btn {
    display: flex;
}

.item-details-btn .add-cart-btn {
    width: 100%;
}

.item-details-btn .item_block {
    width: 100%;
}

.review-list {
    margin: 0;
}

.review-list ul {
    background: transparent;
}

.review-list ul:after,
.review-list ul:before {
    content: none;
}

.review-list ul li .item-link {
    padding-left: 0;
}

.review-list ul li .item-link .item-media {
    width: 40px;
    margin-top: 5px;
}

.review-list ul li .item-link .item-media img {
    width: 100%;
    border-radius: 45px;
}

.review-list ul li .item-link .item-inner {
    padding-right: 0;
}

.review-list ul li .item-link .item-inner .item-subtitle {
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.7;
}

.review-list ul li .item-link .item-inner .item-text {
    font-size: 14px;
    color: #000;
}

.rating-box {
    text-align: center;
    margin: 40px 0;
}

.rating-box .rating-text {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    font-weight: 600;
}

.rating-box .rating-list {
    padding: 0;
    margin: 10px 0 0;
}

.rating-box .rating-list li {
    display: inline-block;
    font-size: 30px;
    margin: 0 5px;
    color: #FF8730;
}

.avatar-group {
    display: flex;
}

.avatar-group img {
    width: 40px;
    border: 3px solid #fff;
    border-radius: 50px;
    margin-left: -15px;
}

.avatar-group img:first-child {
    margin: 0;
}

.search-list ul:before,
.search-list ul:after {
    content: none;
}

.page-content .searchbar.search-box {
    height: 60px;
    box-shadow: unset;
    margin: 0 0 20px;
    border-radius: 20px;
}

.page-content .searchbar.search-box .searchbar-input-wrap input {
    background-color: var(--f7-theme-color-white);
    height: 60px;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 2px !important;
    border: 1px solid #eeeeee;
}

.page-content .searchbar.search-box .searchbar-input-wrap input-:placeholder {
    color: #7C7C7C;
}

.page-content .searchbar.search-box .searchbar-input-wrap .searchbar-icon {
    right: 20px;
    left: auto;
}

.page-content .searchbar.search-box .searchbar-input-wrap .searchbar-icon:after {
    font-size: 24px;
    color: #898989;
}

.swiper-slider-wrapper {
    position: absolute;
    top: 0;
    height: 350px;
}

.swiper-slider-wrapper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper-slider-wrapper .swiper-pagination {
    bottom: 50px;
}

.swiper-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 23px;
    height: 6px;
    background-color: #fff;
    opacity: 0.3;
    border-radius: 5px;
}

.swiper-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.dz-meta ul {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.dz-meta ul li {
    display: inline-flex !important;
    margin-right: 20px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 16px;
}

.dz-meta ul li path[fill],
.dz-meta ul li path {
    fill: #6e6e6e;
}

.dz-meta ul li svg {
    margin-right: 6px;
}

.dz-meta ul li i {
    color: #6e6e6e;
    margin-right: 6px;
}

.dz-meta ul li:last-child {
    margin-right: 0;
}

.dz-meta ul .rating i {
    color: var(--f7-theme-color);
}

.course-list {
    padding: 0;
}

.course-list>ul>li {
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 30px;
}

.course-bx {
    position: relative;
}

.course-bx .categorie {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.course-bx .title {
    margin: 0;
    font-weight: 600;
    white-space: unset;
}

.course-bx .dz-meta {
    margin-top: 20px;
}

.course-bx .dz-media {
    position: relative;
}

.course-bx .dz-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.course-bx.style-1 {
    display: flex;
}

.course-bx.style-1 .dz-media {
    width: 92px;
    margin-right: 20px;
    min-width: 92px;
    border-radius: 2px;
    overflow: hidden;
}

.course-bx.style-1 .amount {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 35px;
    color: #fff;
    background-color: var(--f7-theme-color);
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
}

.course-bx.style-1 .dz-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-bx.style-2 {
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.course-bx.style-2 .dz-info {
    padding: 20px 18px;
    position: relative;
}

.course-bx.style-2 .play-btn {
    position: absolute;
    top: -24px;
    right: 20px;
}

.course-bx.style-2 .data-list li {
    display: flex;
    align-items: center;
    margin: 15px -18px 0;
    border-top: 1px solid #f1f1f1;
    padding: 15px 20px 0;
}

.course-bx.style-2 .data-list li .play-btn {
    position: unset;
}

.course-bx.style-2 .data-list li .number {
    background-color: var(--f7-theme-color-light);
}

.course-bx.style-3 {
    background-color: var(--f7-theme-color);
    padding: 20px;
    border-radius: 2px;
    overflow: hidden;
    width: 315px;
    box-sizing: border-box;
}

.course-bx.style-3 .title a {
    color: #fff;
}

.course-bx.style-3 .dz-meta {
    margin-top: 10px;
}

.course-bx.style-3 .dz-meta ul li {
    color: #fff;
}

.course-bx.style-3 .dz-meta ul li.course {
    width: 100%;
    margin-bottom: 20px;
}

.course-bx.style-3 .dz-meta ul li i {
    color: #fff;
}

.course-bx.style-3 .dz-meta ul li path[fill],
.course-bx.style-3 .dz-meta ul li path {
    fill: #fff;
}

.course-bx.style-3 .avatar-group img {
    border-color: var(--f7-theme-color);
}

.course-bx.style-3 .member-bx {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.course-bx.style-3 .member-bx p {
    color: #fff;
    margin: 0 0 0 12px;
}

.course-bx.style-3 .fix-img {
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.1;
    width: 140px;
    transform: rotate(-25deg);
}

.course-swiper {
    margin-left: -30px;
}

.course-swiper .swiper-slide {
    width: 265px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.course-swiper .swiper-slide:first-child {
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
    .course-swiper {
        margin-right: -30px;
    }
}

.course-swiper1 {
    margin-left: -30px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.course-swiper1 .swiper-slide {
    width: auto;
}

.course-swiper1 .swiper-slide:first-child {
    margin-left: 30px;
}

.course-swiper1 .swiper-pagination-bullets {
    bottom: 0;
}

.course-swiper1 .swiper-pagination-bullet {
    width: 16px;
    height: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.course-swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
}

@media only screen and (max-width: 991px) {
    .course-swiper1 {
        margin-right: -30px;
    }
}

.play-btn {
    height: 48px;
    width: 48px;
    min-width: 48px;
    line-height: 48px;
    border-radius: 50px;
    background-color: var(--f7-theme-color);
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
}

.play-lock {
    background-color: #e1e1e1;
    color: #838383;
    font-size: 18px;
}

.categories-swiper {
    margin-right: -30px;
}

.categories-swiper .swiper-wrapper {
    margin: 5px 0;
}

.categories-swiper .swiper-slide {
    width: auto !important;
}

.categories-swiper .swiper-slide.swiper-slide-next .categories-bx {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: #fff;
}

.categories-swiper .swiper-slide.swiper-slide-next .categories-bx span {
    color: #000;
}

.categories-bx {
    border: 1px solid #F0F0F0;
    border-radius: 2px;
}

.categories-bx span {
    color: #6f6f6f;
}

.categories-bx path[fill],
.categories-bx path {
    fill: var(--f7-theme-color);
}

.categories-bx i {
    color: var(--f7-theme-color);
}

.categories-bx.style-1 {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.categories-bx.style-1 .icon-bx {
    display: flex;
    margin-right: 12px;
}

.categories-bx.style-1 span {
    font-size: 16px;
}

.categories-bx.style-2 {
    padding: 15px 5px;
    text-align: center;
    width: 93px;
    box-sizing: border-box;
}

.categories-bx.style-2 span {
    display: block;
    margin-top: 5px;
}

.dz-banner-heading {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.dz-banner-heading .dz-meta ul li {
    color: #fff;
}

.dz-banner-heading .dz-meta ul li path[fill],
.dz-banner-heading .dz-meta ul li path {
    fill: #fff;
}

.dz-banner-heading .dz-meta ul li i {
    color: #fff;
}

.course-detail .dz-banner-heading {
    position: fixed;
    top: 0;
    height: 280px;
    padding: 60px 0 15px;
    display: flex;
    flex-direction: column;
}

.course-detail .dz-banner-heading:after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.course-detail .dz-banner-heading .head-content {
    margin-top: auto;
    padding-bottom: 30px;
    width: 100%;
}

.course-detail .dz-banner-heading .category {
    color: #fff;
    background-color: var(--f7-theme-color);
    padding: 10px 14px;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 14px;
}

.course-detail .fixed-content {
    position: relative;
    z-index: 1;
}

.course-detail .item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f4f4f4;
    padding: 25px 30px;
}

.course-detail .reviews-info {
    text-align: right;
}

.course-detail .reviews-info ul {
    padding: 0;
    margin: 0;
}

.course-detail .reviews-info ul li {
    display: inline-block;
}

.course-detail .reviews-info i {
    color: #ff8900;
    font-size: 18px;
}

.course-detail .reviews-info .reviews {
    font-weight: 600;
    color: #000;
    margin: 0 0 5px;
}

.course-detail .reviews-info .reviews-text {
    margin: 5px 0 0;
}

.course-detail .data-list-wraper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.course-detail .toolbar {
    margin-bottom: 25px;
    height: 30px;
}

.data-list {
    padding: 0;
    margin: 0;
}

.data-list li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.data-list li .number {
    height: 54px;
    width: 54px;
    line-height: 54px;
    color: var(--f7-theme-color);
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
    border: 1px solid;
    border-color: var(--f7-theme-color-light);
    font-size: 18px;
    font-weight: 600;
}

.data-list li .time {
    margin: 0;
}

.data-list li .title {
    margin: 0 0 10px;
}

.data-list li .play-btn {
    margin-left: auto;
}

.fixed-content {
    background-color: var(--f7-theme-color-white);
    border-radius: 20px 20px 0 0;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.dz-banner {
    height: 250px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: bottom;
}

.dz-banner-height {
    height: 235px;
    width: 100%;
    display: block;
}

.input-select {
    position: relative;
    padding-right: 20px;
}

.input-select:after {
    content: "\f0dd";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: var(--f7-theme-color);
    right: 0;
    top: 0;
    font-weight: 900;
    line-height: 14px;
}

.input-select select {
    font-size: 14px;
    color: var(--f7-theme-color);
    font-weight: 500;
}

.comment-list {
    padding: 0;
}

.comment-list>ul {
    padding: 0;
    margin: 0;
}

.comment-list>ul>li {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 30px;
    display: block;
}

.comment-list .comment .comment-body {
    display: flex;
}

.comment-list .comment .comment-author {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 20px;
}

.comment-list .comment .comment-author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-list .comment .author-name {
    margin-top: 0;
    margin-bottom: 10px;
}

.comment-list .comment .comment-text {
    color: #000;
}

.comment-list .comment .comment-meta {
    margin-top: 15px;
}

.comment-list .comment .comment-meta ul {
    padding: 0;
}

.comment-list .comment .comment-meta ul li {
    display: inline-block;
    margin-right: 25px;
}

.comment-list .comment .comment-meta ul li a {
    color: #000;
}

.comment-list .comment .comment-meta ul li i {
    font-size: 20px;
    margin-right: 5px;
}

.comment-list .comment .comment-meta ul li .like-btn i {
    color: #10b617;
}

.comment-list .comment .comment-meta ul li .like-btn.active {
    color: #10b617;
}

.comment-list .comment .comment-meta ul li .reply i {
    color: #ff8900;
}

.comment-list .comment .children {
    padding: 15px 30px 0 85px;
    border-top: 1px solid #f1f1f1;
    margin: 15px -30px 0;
}

.comment-list .comment .children li {
    display: block;
    margin-bottom: 25px;
}

.comment-list .comment .children li:last-child {
    margin-bottom: 0;
}

.like-btn .fas {
    display: none;
}

.like-btn.active .far {
    display: none;
}

.like-btn.active .fas {
    display: inline-block;
}

.achiev-bx {
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.achiev-bx .dz-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.achiev-bx .dz-head .title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #757575;
    line-height: 20px;
}

.achiev-bx .dz-head .icon-bx {
    width: 55px;
    height: 55px;
    margin-left: 20px;
}

.credit-bx {
    background-color: var(--f7-theme-color);
    border-radius: 2px;
    padding: 15px 15px 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.credit-bx p,
.credit-bx .balance {
    margin: 0;
    color: #fff;
}

.credit-bx .balance {
    font-size: 26px;
    line-height: 26px;
    margin-top: 5px;
}

.credit-bx .icon-bx {
    height: 70px;
    width: 70px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    box-sizing: border-box;
}

.credit-bx .icon-bx p {
    font-size: 12px;
}

.profile-bx .profile-banner {
    height: 175px;
}

.profile-bx .profile-banner img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-bx .author {
    height: 95px;
    width: 95px;
    border: 4px solid #fff;
    border-radius: 2px;
    margin-right: 15px;
}

.profile-bx .author img {
    height: 100%;
    width: 100%;
}

.profile-bx .profile-info {
    display: flex;
    align-items: flex-end;
    margin: -30px auto 30px;
    position: relative;
}

.profile-bx .profile-info .name {
    margin: 0;
}

.profile-bx .profile-info p {
    margin: 5px 0 0;
}

.profile-bx .profile-info .icon-bx {
    position: absolute;
    right: 30px;
    top: 5px;
    height: 48px;
    width: 48px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    font-size: 24px;
}

.profile-bx .profile-info .icon-bx i {
    color: #4d4d4d;
}

.profile-bx .profile-info .icon-bx path[fill],
.profile-bx .profile-info .icon-bx path {
    fill: #4d4d4d;
}

.profile-list-btn li a i {
    font-size: 28px;
    margin-right: 10px;
}


/* Profile Info */

.profile-info .media {
    width: 150px;
    height: 150px;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.profile-info .media img {
    width: 100%;
}

.profile-info .info {
    text-align: center;
}

.profile-info .info .item-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.profile-info .info span {
    display: block;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 20px;
    font-weight: 500;
}

.profile-info .info p {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
}

.download-cv {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    justify-content: space-between;
}

.download-cv .info {
    color: #fff;
}

.download-cv .info .item-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.download-cv .info span {
    font-size: 13px;
}

.skill-bar .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #999;
}

.skill-bar .progressbar {
    background: #eaeaea;
    height: 6px;
    border-radius: 4px;
}

.skill-bar .progressbar span {
    border-radius: 4px;
}

.profile-info-list ul {
    padding: 0;
}

.profile-info-list ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.profile-info-list ul li .title {
    font-weight: 600;
}

.profile-info-list ul li .value {
    text-align: right;
    margin-left: auto;
}

.profile-info-list ul li:last-child {
    border-bottom: 0;
}


/* Notification List */

.noti-area {
    margin: 0 0 20px 0;
    padding: 20px 20px;
    border-radius: 8px;
}

.noti-area .item-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.noti-area .item-title i {
    font-size: 14px;
    margin-right: 5px;
}

.noti-area .item-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.noti-area .item-time {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #787878;
}


/* Message List */

.message-search {
    background: var(--f7-theme-color-white);
    padding: 0px 30px 10px 30px;
    height: 60px !important;
}

.message-search:after,
.message-search:before {
    content: none;
}

.message-search .searchbar {
    border-radius: 12px;
    overflow: hidden;
}

.message-search .searchbar input {
    background-color: var(--f7-theme-color-white);
    height: 60px;
    font-size: 16px;
    border-radius: 2px !important;
    border: 1px solid #eeeeee;
}

.search-list-bar {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.search-list-bar ul {
    background: transparent;
}

.search-list-bar ul:after,
.search-list-bar ul:before {
    content: none;
}

.search-list-bar ul li {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
}

.search-list-bar .item-content {
    padding: 15px 0 15px 30px;
}

.search-list-bar .item-content .item-media {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.search-list-bar .item-content .item-media img {
    width: 100%;
}

.search-list-bar .item-content .item-inner {
    padding: 0 30px 0 0;
}

.search-list-bar .item-content .item-inner:after,
.search-list-bar .item-content .item-inner:before {
    content: none;
}

.search-list-bar .item-content .item-inner .item-text {
    font-size: 13px;
    margin-bottom: 5px;
    color: #000;
}

.search-list-bar .item-content .item-inner .item-title-row {
    padding-right: 0;
}

.search-list-bar .item-content .item-inner .item-title-row:after,
.search-list-bar .item-content .item-inner .item-title-row:before {
    content: none;
}

.search-list-bar .item-content .item-inner .item-title-row .item-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
}

.search-list-bar .item-content .item-inner .item-title-row .item-after {
    font-size: 12px;
    align-items: center;
    color: #898a8d;
}

.panel-open i {
    margin-left: -2px !important;
}

.home-search {
    padding: 0;
    position: unset;
    border-radius: 12px;
    overflow: hidden;
}

.home-search input[type=search] {
    padding: 0px 80px 0px 25px;
    border-radius: inherit;
    font-size: 14px;
}

.home-search i {
    font-size: 15px;
    right: 15px;
    left: auto !important;
    color: #b9b9b9;
}

.home-search i:after {
    color: inherit;
}

.home-search .if-not-aurora {
    left: auto !important;
    right: 0;
    transform: rotate(180deg) scale(1) !important;
    color: #b9b9b9;
}

.home-search .searchbar {
    margin: 0 !important;
    box-shadow: none !important;
}

.home-search .searchbar .input-clear-button:after {
    line-height: 50px;
    content: 'delete_md';
    opacity: 1;
    margin-left: -40px;
    font-size: 20px;
    color: #b9b9b9;
}

.card-bx {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
    border-radius: 1.5rem;
}

.card-bx.bg-primary {
    box-shadow: 0 8px 12px 0 rgba(9, 54, 195, 0.1);
}

.tag-swiper.demo-swiper-multiple {
    margin-right: -30px;
    height: auto;
}

.tag-swiper.demo-swiper-multiple .swiper-slide {
    width: auto;
    border: 0;
    background: transparent;
    height: auto;
    display: block;
}

.social-account {
    display: flex;
    align-items: center;
}

.social-account a {
    width: 36px;
    display: inline-block;
    margin-left: 20px;
}

.social-account a img {
    width: 100%;
}


/* Messages Navbar */

.messages-navbar .title {
    padding: 2px 0 2px 50px;
}

.messages-navbar .title .avatar {
    height: 37px;
    width: 37px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.messages-navbar .title .name {
    margin: 0;
}

.messages-navbar .title .online {
    color: #09c36a;
}

.messages-navbar .title p {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.messages-navbar .right .link i {
    font-size: 18px;
    margin-left: auto;
}


/* Message Toolbar */

.messagebar {
    height: 90px;
}

.messagebar .toolbar-inner {
    border: 1px solid #eeeeee;
    height: 62px;
    border-radius: 2px;
    padding: 7px 7px 7px 20px;
}

.messagebar .toolbar-inner textarea {
    max-height: 43px;
    height: 43px;
    padding: 10px 10px 10px 0px;
    border: 0px;
    font-size: 16px;
    min-height: 43px;
}

.messagebar .toolbar-inner .icon-only {
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 2px;
    font-size: 18px;
    color: var(--f7-theme-color);
    background-color: var(--f7-theme-color-light);
    text-align: center;
    opacity: 1 !important;
}


/* Message */

.messages {
    margin: 0 0 20px !important;
}

.messages .messages-title {
    font-weight: 600;
    position: relative;
    margin: 20px 0;
}

.messages .messages-title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 6px;
    background-color: #ebebeb;
    left: 0;
    z-index: -1;
}

.messages .messages-title span {
    background-color: var(--f7-theme-color-white);
    padding: 2px 8px;
}

.messages .message {
    margin-left: 0;
    margin-right: 0;
    max-width: 80%;
}

.messages .message .message-content .message-bubble {
    border-radius: 2px;
    font-size: 16px;
    padding: 18px;
    line-height: 22px;
}

.messages .message .message-content .message-bubble:before {
    height: 22px;
    width: 22px;
    border: 0;
    transform: rotate(45deg);
    position: absolute;
}

.messages .message .message-content .message-name {
    display: none;
}

.messages .message.message-received .message-content .message-bubble {
    background: #ebebeb;
    color: #353535;
}

.messages .message.message-received .message-content .message-bubble:before {
    top: -10px;
    bottom: auto;
    background: #ebebeb;
    left: 4px;
}

.messages .message.message-sent .message-content .message-bubble {
    color: #fff;
}

.messages .message.message-sent .message-content .message-bubble:before {
    bottom: -10px;
    background: var(--f7-theme-color);
    right: 4px;
    left: auto;
}


/* Theme Dark */

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h1 a,
.theme-dark h2 a,
.theme-dark h3 a,
.theme-dark h4 a,
.theme-dark h5 a,
.theme-dark h6 a,
.theme-dark .navbar .navbar-inner .title {
    color: #ffffff;
}

.theme-dark body {
    color: #969696;
}


/* Border Color */

.theme-dark .navbar,
.theme-dark .menubar-area,
.theme-dark .border-top,
.theme-dark .searchbar.search-box .searchbar-input-wrap input,
.theme-dark .form-elements ul .item-content .item-inner .item-input-wrap .form-control,
.theme-dark .categories-swiper .swiper-slide.swiper-slide-next .categories-bx,
.theme-dark .course-bx.style-2 .data-list li,
.theme-dark .messagebar .toolbar-inner,
.theme-dark .categories-bx,
.theme-dark .course-list>ul>li,
.theme-dark .course-detail .item-info,
.theme-dark .comment-list .comment .children,
.theme-dark .page-content .searchbar.search-box .searchbar-input-wrap input,
.theme-dark .form-elements ul .item-content .item-inner .item-input-wrap .number-select,
.theme-dark .data-list li .number,
.theme-dark .comment-list>ul>li,
.theme-dark .search-list-bar ul li {
    border-color: #424242;
}


/* Background Color */

.theme-dark body,
.theme-dark .page,
.theme-dark .page-content,
.theme-dark .tab-style-1,
.theme-dark .footer-button,
.theme-dark .course-list ul {
    background: #1c1c1d;
}


/* Color Fill */

.theme-dark .categories-bx path[fill].color-white,
.theme-dark .categories-bx path.color-white,
.theme-dark .account-area .logo .logo-icon path[fill].white {
    fill: #1c1c1d;
}


/* Background Color */

.theme-dark .navbar .navbar-bg {
    background: #1c1c1d !important;
}


/* Background Color Dark 2 */

.theme-dark .course-bx.style-2,
.theme-dark .messages .message.message-received .message-content .message-bubble,
.theme-dark .messages .message.message-received .message-content .message-bubble:before,
.theme-dark .profile-bx .profile-info .icon-bx,
.theme-dark .play-lock,
.theme-dark .achiev-bx {
    background-color: #121212;
}


/* Theme Color White */

.theme-dark .text-black,
.theme-dark .post-card .info .title a,
.theme-dark .profile-box .info span,
.theme-dark .noti-area .item-title,
.theme-dark .profile-box .info .title,
.theme-dark .form-elements ul .item-content .item-inner .item-input-wrap .form-control,
.theme-dark .categories-bx span,
.theme-dark .course-detail .reviews-info .reviews,
.theme-dark .navbar.navbar-transparent.navbar-transparent-visible .title,
.theme-dark .navbar.navbar-transparent.navbar-transparent-visible a,
.theme-dark .navbar.navbar-transparent.navbar-transparent-visible i,
.theme-dark .navbar a.link,
.theme-dark .tab-style-1 .tab-link.tab-link-active,
.theme-dark .profile-bx .profile-info .icon-bx i,
.theme-dark .search-list-bar .item-content .item-inner .item-title-row .item-title {
    color: #ffffff;
}


/* Theme Dark Color Fill White */

.theme-dark .profile-bx .profile-info .icon-bx path[fill],
.theme-dark .profile-bx .profile-info .icon-bx path {
    fill: #fff;
}


/* Theme Color Second */

.theme-dark .check-list li,
.theme-dark .post-card .info p,
.theme-dark .search-list-bar .item-content .item-inner .item-text,
.theme-dark .form-elements ul .item-content .item-inner .item-input-wrap .form-control::placeholder,
.theme-dark .categories-swiper .swiper-slide.swiper-slide-next .categories-bx span,
.theme-dark .messages .message.message-received .message-content .message-bubble,
.theme-dark .account-area p,
.theme-dark .account-area .form-text,
.theme-dark .comment-list .comment .comment-text,
.theme-dark .comment-list .comment .comment-meta ul li a {
    color: #969696;
}


/* Background Color White */

.theme-dark .swiper-pagination-bullet {
    background: #fff;
}


/* Theme Color Dark Variable */

.ios .theme-dark,
.ios.theme-dark {
    --f7-text-color: #fff;
    --f7-bars-bg-color: #121212;
    --f7-bars-bg-color-rgb: 22, 22, 22;
    --f7-bars-border-color: rgba(255, 255, 255, 0.16);
    --f7-page-bg-color: #040e01;
}

:root .theme-dark,
:root.theme-dark {
    --f7-bars-text-color: #fff;
    --f7-block-title-text-color: #fff;
    --f7-block-strong-border-color: rgba(255, 255, 255, 0.15);
    --f7-block-title-medium-text-color: #fff;
    --f7-block-title-large-text-color: #fff;
    --f7-block-strong-bg-color: #030b00;
    --f7-list-button-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-bg-color: #030b00;
    --f7-list-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-item-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-item-divider-border-color: rgba(255, 255, 255, 0.15);
    --f7-list-item-divider-bg-color: #232323;
    --f7-list-group-title-bg-color: #232323;
    --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
    --f7-card-bg-color: #030b00;
    --f7-bars-bg-color: #030b00;
    --f7-theme-color-light: #040e01;
    --f7-theme-color-white: #1c1c1d;
}

.navbar {
    background: var(--f7-theme-color-white);
    border-bottom: 1px solid #F4F4F4;
    height: 60px;
}

.navbar a.link {
    padding: 0 10px !important;
    justify-content: center;
    color: #1e1e1e;
}

.navbar a.link i {
    font-size: 32px;
}

.navbar .right i {
    font-size: 32px;
}

.navbar .title-large-text {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.navbar .navbar-inner {
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
}

.navbar .navbar-inner .left {
    width: 50px;
    justify-content: center;
}

.navbar .navbar-inner .title {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 20px;
    opacity: 1 !important;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar .navbar-inner .right {
    justify-content: center;
}

.navbar .navbar-bg {
    background: #fff !important;
}

.navbar .navbar-bg:after,
.navbar .navbar-bg:before {
    content: none;
}

.navbar.navbar-transparent {
    background-color: transparent;
    border-color: transparent;
}

.navbar.navbar-transparent [fill] {
    fill: #fff;
}

.navbar.navbar-transparent .title,
.navbar.navbar-transparent a,
.navbar.navbar-transparent i {
    color: #fff;
}

.navbar.navbar-transparent.navbar-transparent-visible {
    background: var(--f7-theme-color-white);
    border-color: 1px solid #F4F4F4;
}

.navbar.navbar-transparent.navbar-transparent-visible .title,
.navbar.navbar-transparent.navbar-transparent-visible a,
.navbar.navbar-transparent.navbar-transparent-visible i {
    color: #1e1e1e;
}

.navbar.navbar-transparent.navbar-transparent-visible [fill] {
    fill: #1e1e1e;
}

.navbar-list-1 ul {
    padding: 0;
}

.navbar-list-1 ul li {
    display: block;
    margin-bottom: 15px;
}

.navbar-list-1 ul li a {
    display: flex;
    justify-content: start;
}

.navbar-list-1 ul li a .icons {
    width: 24px;
    margin-right: 15px;
}

.tab-style-1 {
    background-color: transparent;
}

.tab-style-1:before,
.tab-style-1:after {
    content: none;
}

.tab-style-1 .tab-link-highlight {
    display: none;
}

.tab-style-1 .tab-link {
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 !important;
    margin-right: 20px;
    color: #a9a9a9;
    letter-spacing: unset;
    font-weight: 400;
}

.tab-style-1 .tab-link.tab-link-active {
    color: #1e1e1e;
}

.button {
    border-radius: 2px;
    letter-spacing: unset;
}

.button.button-large {
    font-size: 16px;
    padding: 20px 30px;
    height: auto;
    line-height: 1.2;
    font-weight: 600;
}

.button.color-light {
    background-color: var(--f7-theme-color-light);
    color: var(--f7-theme-color);
}


/* Red Courses */

.profile-store-name {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
}

.profile-store-name h3 {
    color: white;
}

.list ul.form::before,
.list ul.form::after {
    display: none;
}

ul.data-list li.theme {
    border-bottom: 1px dashed;
}

.theme-description {
    margin-bottom: 0px;
}

.cart-item-title,
.checkout-item-title {
    margin: 0px;
    width: calc(100% - 65px);
    max-height: 45px;
    font-size: 14px;
    overflow: hidden;
}

.checkout-item-title {
    width: 100%;
}

.cart-item-price,
.checkout-item-price {
    font-size: 12px;
}

.cart-item-qty,
.checkout-item-qty {
    font-size: 12px;
}

.cart-del-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 48px;
    width: 48px;
    min-width: 48px;
    line-height: 48px;
    border-radius: 50px;
    background-color: var(--f7-theme-color);
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
}

.cart-buy-btn {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    background-color: var(--f7-theme-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.cart-total {
    border-top: 1px solid var(--f7-theme-color);
}

.cart-total h5,
.cart-subtotal h5,
.cart-discount h5,
.cart-tax h5 {
    float: left;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart-subtotal h5,
.cart-discount h5,
.cart-tax h5 {
    font-weight: normal;
    font-size: 12px;
}

.cart-total h5.right,
.cart-subtotal h5.right,
.cart-discount h5.right,
.cart-tax h5.right {
    text-align: right;
}

.checkout-coupon-group {
    display: flex;
    align-content: stretch;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 3px 3px 3px 5px;
}

.checkout-coupon-group>input {
    flex: 1 0 auto;
}

.checkout-coupon-group>button {
    max-width: fit-content;
    color: #fff;
    font-size: 14px;
    background: var(--f7-theme-color);
    border: none;
    padding: 0px 10px 0px 10px;
}

.checkout-coupon-title,
.checkout-section-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.list ul.no-border::after,
.list ul.no-border::before {
    content: none;
}

.checkout-num-order {
    display: block;
    width: fit-content;
    height: 35px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.bg-blue {
    background-color: #1e87c9;
}

.bg-red {
    background-color: #ff414b;
}

.bg-green {
    background-color: #128819;
}

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

.file-button {
   position:relative;
   overflow:hidden;
}

.file-button input {
  font-size: 10000px;
  position: absolute;
  left:0;
  top:0;
  opacity:0;
}

.icon_search_text {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 13px;
	right: 15px;
	cursor:pointer;
}

.icon_search_text i {
	right: 5px !important;
}

.title_wa{
	width: auto !important;
}

.mb_a_logo{
	margin-top: 8px !important;
}

.icon_view_psw{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 5px;
	right: -10px;
	cursor: pointer;
}

.data-list li .reply-btn {
  margin-left: auto;
}

.reply-btn {
	height: 48px;
	width: 48px;
	min-width: 48px;
	line-height: 48px;
	border-radius: 50px;
	background-color: var(--f7-theme-color);
	color: #fff;
	text-align: center;
	display: block;
	font-size: 14px;
	margin-right: 2px;
}

.li_rating {
    font-size: 18px !important;
    margin: 0px !important;
    color: #ff8900 !important;
}

.li_rating.li_rating_hover {
    color: #cd8c3f !important;
}

.cda_inises{
	color: #000000ab;
}

.cda_inises:hover{
	color: #FF414B;
}

.text_bold {
	font-weight: bold;
}

.mt-0{
	margin-top: 0px;
}

.mb-0{
	margin-bottom: 0px;
}