/*
Theme Name: Nextcoin
Author: Themefix
Description: Nextcoin - Bitcoin And Crypto Currency Mobile Template
Version: 2.1.0
*/
/* ====================================================================
 Table of contents
====================================================================
-General Variables
-Theme default css
-Animated Css
-Page Loader
-Header
-Main Sidebar
-Logo Main
-Main Section
-Footer
-Demo Section
==================================================================== */
/* General Variables */
@font-face {
    font-family: 'YeongdeokSea';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/YeongdeokSea.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
:root {
    --color1: #26B7BC;
    --color2: #51a05f;
    --color3: #2a2d3c;
    --color4: #edf1f9;
    --color5: #fff;
    --color6: #3366ff;
    --color7: #9d9c98;
    --color8: #22B973;
    --color9: #B92269;
    --pill: 2.5rem;
    --round: 50%;
    --full: 100%;
}
* {
    margin: 0;
    padding: 0;
	}
body,
html {
	background: #fff;
    margin: 0;
    padding: 0;
    font-family: auto;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
	max-width: 425px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	background-size: contain;
    background-repeat: no-repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: auto;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.wd-30 {
    width: 30px;
}
.ht-30 {
    height: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
hr:not([size]) {
    background: #e0e2e7;
}
p {
    font-family: Nunito;
    line-height: 1.5rem;
    font-size: 1rem;
	color: #000;
}
.ms-6{
    margin-left: 4rem!important;
}
.ms-7{
    margin-left: 5rem!important;
}
.pt-6 {
    padding-top: 4rem!important;
}
ul {
    margin: 0;
    padding-left: 0;
}
ul li,
ol li {
    font-family: Nunito;
    font-size: 1rem;
    line-height: 0.9rem;
    list-style-type: none;
}
.table-custom-scrollbar {
    position: relative;
    display: block;
    height: 200px;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
}
.btn  {
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 12px;
}

button.btn-main {
	padding:0;
}

a.btn-main {
	padding:0.6rem;
}

.btn-main {
	display: block;
	color: #000;
    background: #e3f5f9;
	font-weight: bold;
    border: none;
	border-radius: 50px;
    height: 50px;
    width: 100%;
    margin: auto;
	text-align: center;
/*	padding: 1rem; */
}
.btn-main:hover {
    color: #fff;
}
.btn-main svg{
    vertical-align: baseline;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
a {color: inherit;
    text-decoration: none;
}
a:hover,
a:focus,
ins {
    text-decoration:none;
    outline:none;
	color: inherit;
}
.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.form-control {
	color: #000;
    border: 1px solid var(--color7);
    padding: .5rem 1rem;
    height: 50px;
    font-size: 16px;
    border-radius: 50px;
    background: transparent;
}
.form-control:focus ~ .form-label{
    transform: translateX(0px) translateY(-25px);
    font-size: 12px; 
	color: var(--color7);
	background: #fff;
	border-radius: 50px;
}
.form-control:valid ~ .form-label{
    transform: translateX(0px) translateY(-25px);
    font-size: 12px; 	
}
.form-label-readonly{
	position: absolute;
	left: 10px;
	padding: 5px;
	display: inline-block;
	color: var(--color7);
	background: #fff;
	transition: .5s;
	bottom: 20%;
	pointer-events: none;
    transform: translateX(0px) translateY(-25px);
    font-size: 12px; 
	border-radius: 50px;
}
.form-control:focus ~ .form-label-readonly {
	color: #000;
}
.form-control:focus {
	background: #fff;
	color: #000;
	border: 1px solid var(--color7);
}
.form-label {
    position: absolute;
    background: transparent;
    left: 10px;
    padding: 0px 5px;
    display: inline-block;
    color: #000;
	background: #fff;
    transition: .5s;
    bottom: 10%;
    pointer-events: none;
 }
.form-select {
/*    background-image: url(../img/icons/arrow-down-sign-to-navigate.svg);*/
}
.form-select:focus {
    border-color: var(--color3) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-input {
    width: 2.25rem !important;
    height: 1.55em !important;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:checked {
    background-color: #F0B90A;
    border-color: #F0B90A;
}
.form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-lang {
    width: 15px!important;
    height: 15px!important;
}
.form-check .form-check-input{
    margin-left: -1em;
    margin-right: 10px;
}
.input-group .input-group-text {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.input-line {
    border-radius: 50%;
    padding: 10px;
}
.input-form {
	color: #fff;
	background: transparent;
	font-size: 15px;
	padding: 5px;
}
.invalid-tooltip {
    margin-top: 0;
    background: #ff5959;
    color: #fff;
}
.input-group-text {
    background: var(--color3);
    color: var(--color5);
    border-width: 1px;
    border-color: var(--color3);
    height: 41px;
    border-radius: 0 5px 5px 0;
}
textarea.form-control {
    min-height: calc(3.75em + 3.75rem + 2px);
}
img {
    max-width: 100%;
    height: auto;
}
.card {
    background: var(--color3);
    border-radius: 12px;
}
.text-gray {
    color: var(--color7);
}
.text-primary{
    color: var(--color1) !important;
}
.bg-lightblue{
    background: #3366ff;
}
.table>:not(:last-child)>:last-child>* {
    color: #000;
	padding: 7px 30px;
}
.table-borderless>:not(caption)>*>* {
    color: #000;
	padding: 7px 30px;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cdcdcd;
    border-radius: 12px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 12px;
}
/*  Animated Css */
.icon-effect {
    -webkit-animation: tada 2s ease infinite;
    animation: tada 2s ease infinite;
}
/*  Page Loader */
#loader-page {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
	max-width: 425px;
	margin: 0 auto;
    z-index: 9999;
}
#line {
    top: 40px;
    left: -2.5px;
}
#line span{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #2a442d;
}
#line span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
}
#line span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
}
#line span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
}
#line span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow{
    0%, 100%{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    50%{
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}
/*  Main Sidebar */
.main-sidebar {
    background: #29496A;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 250px;
    padding: 35px 20px;
	border-radius: 0 20px 20px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.main-sidebar.active {
    left: 0;
}
.menu-sidebar li .active {
	color: #fff
}
.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}
.bg-overlay.active {
    visibility: visible;
    opacity: 1;
}
.sidebar-close-toggler{
    position: absolute;
    right: 20px;
    top: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--color4);
}
.menu-sidebar ul li a {
    color: #C1ECEE;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 0;
	font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-sidebar ul li a svg{
    margin-right: 1rem;
	color: #000;
}
.menu-logo {
	width: 2.5rem;
	height: 2.5rem; 
	border-radius: 5px; 
	background: linear-gradient(125deg, #23b2fe, #a4defd);
	padding: 1px;
}
.copyright-item {
    padding-top: 2rem;
    text-align: center;
    color: var(--color4);
}
.bg-home {
    background: #e6f7f5;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    margin-top: -60px;
	border-radius: 20px;
}
.bg-profile {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-top: -80px;
	background: #e9f7f9;
}
.home-wrapper {	
	position: relative;
	top: 20%; 
}
/*  Logo Main */
.logo-item .logo-main{
    width: 110px;
}
/*  Header Main */
header {
    background-color: #141414;
    width: 100%;
	height:50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	max-width: 425px;
    margin: 0 auto;
	padding: 20px 5px;
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:ease;
	transition-duration:0.4s;
	transition-timing-function:ease;
	z-index:9;
}
header:after {
  display:block;
  width:100%;
  content:"";
}
#header.active {
/*    background: #393939;
    color: white;*/
}
#header {
    background: transparent;
    transition: .5s;
}
.header-main a{
 color: #000000;
}
.header-outline {
	color: #475569;
	font-size: 13px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.content-header {
    height: 30px;
}
.header-alert {
	background: #fdf4ec; 
	border-radius: 10px; 
	padding: 10px;
	margin-top: 30px; 
	margin-bottom: 20px;"
}
.header-round-box {
	display: flex;
    justify-content: center;
    align-items: center;
	background: #333333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.menu-span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}
.logo-icon {
	height: 40px; 
	width: 40px; 
	background: #ff5426; 
	border-radius: 50%; 
	padding: 10px 15px; 
	white-space: nowrap; 
	color: #fff
}
.menu-button {
	background: #fff;
	border: 1px solid rgb(15 23 42 / 0.1); 
	border-radius: 10px; 
	padding: 5px;
	text-align: center;
}
.name {
	font-size: 15px; 
	margin-left: -30px;
	padding: 3px;
}
.level {
	background: #ece0f7; 
	border-radius: 10px; 
	color: #a67bcd;
	padding: 3px;
}
.item-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avatar-item {
    width: 3rem;
    height: 3rem;
	background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwme89cM8YZvHcybGrZl_Obd9U9p5QabozJQ&usqp=CAU);
	background-size: cover;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.count-notif {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #ffad3d;
    position: absolute;
    display: block;
    top: -3px;
    left: 13px;
	font-size:16px;
	padding: 0 0 0 5px;
}
/*  Main Section */
.main-content {
    position: relative;
    margin-top: 40px;
    margin-bottom: 82px;
}
.main-title {
	font-family: auto; 
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.main-wrapper {
	background: #fff;
	padding: .5rem;
	border-radius: 10px
}
.login-title {
	padding: 5px 10px;
	border-radius: 12px;
	font-size:30px;
}
.login-main-title {
	color: #2a442d;
	text-align: left;
	font-weight: bold;
	font-size: 80px; 
	line-height: 0.8
}

.login-semi-title {
	color: #ff5426;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
	margin-left: 20px;
	white-space: nowrap;
}
.card-content {
    text-align: left;
    width: 100%;
    display: block;
    border-radius: 22px;
    padding: 15px;
}
.logo-card {
    max-width: 55px;
    margin-bottom: 5px;
}
.card-content span{
    color: var(--color4);
    font-size: 14px;
    display: flex;
    margin-bottom: 10px;
    white-space: nowrap;
}
.main-slider .owl-dots {
    position: absolute;
    bottom: -1.525rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-slider .owl-dots .owl-dot.active {
    background-color: var(--color2);
}
.main-slider .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin-right: .375rem;
    width: .5rem;
    height: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 .5rem;
    flex: 0 0 .5rem;
    max-width: .5rem;
    background: var(--color7);
    border-radius: 50%;
}
.service-card .card {
    width: 4rem;
    height: 4rem;
    border-radius: 12px;
    background: var(--color3);
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem;
    border: none;
    margin-right: auto;
    margin-left: auto;
}
.service-card p {
    color: #000;
    font-size: 14px;
}
.crypto-card {
    position: relative;
	border: 1px solid black;
}
.crypto-card img{
    max-width: 30px;
    max-height: 30px;
}
.chart-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.chart-wrapper canvas , .compositebar canvas{
    width: 105% !important;
    max-height: 100% !important;
    margin: 0 0 -10px -10px;
}
.transaction-list img , .market-list img  {
    max-width: 30px;
    max-height: 30px;
}
.transaction-list .list-item{
    display: flex;
    margin-bottom: 20px;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
    margin-left: 15px;
}
.media-icon-wrapper {
	background: #e7f3e9; 
	border-radius: 10px; 
	color: #fff; 
	height: 4rem;
	width: 4rem;
}
.value-market-ticker {
    background: var(--color3);
}
.value-market-ticker ul li{
    margin:0 0.5rem ;
}
.value-market-ticker ul li span {
    color: var(--color4);
    font-size: 12px;
    display: flex;
    white-space: nowrap;
}
.apexcharts-menu-item {
    color: var(--color1);
}
.apexcharts-tooltip-box>div {
    color: var(--color1);
}
.wallet-item .clipboard-icon{
    padding: .75rem .75rem;
    font-size: .875rem;
    border-radius: 0 4px 4px 0!important;
}
.wallet-item .input-group .input-control{
    background: #f5f7f7;
    color: #000;
    border: 1px solid;
	display: flex;
}
.qrcode-item {
	background: #fff;
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    padding: 15px;
    border-radius: 12px;
	border: 1px double #5c5b5d;
}
.qrcode-item img {
/*    max-width: 140px;*/
}
.qrcode-border {
	--s: 20px;
    --t: 5px;
    --g: 10px;
    padding: calc(var(--g) + var(--t));
    outline: var(--t) solid #cbff0f;
    outline-offset: calc(-1* var(--t));
    -webkit-mask: conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 / calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
    transition: .4s;
    cursor: pointer;
}
.market-list .coin-name{
    font-size: 16px;
}
.round-white-bg {
	background: white; 
	height: 100%; 
	border-top-right-radius: 50px; 
	border-top-left-radius: 50px;
}
.profile-thumbnail-item .thumbnail img {
    max-height: 130px;
    max-width: 130px;
 /*   border-radius: 50%;*/
}
.profile-thumbnail-item .change-thumbnail {
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    top: auto;
    bottom: 55px;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 0;
}
.profile-thumbnail-item .thumbnail .form-control-file{
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 5px;
    right: 0;
    left:30px;
    z-index: 10;
    opacity: 0;
}
.profile-thumbnail-item .thumbnail .change-thumbnail a {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 40px;
    margin: auto;
    background-color: #30b8ac;
    color: var(--color4);
    width: 100%;
    height: 100%;
	padding: 5px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    z-index: 1;
}
.exchange-item .exchange-card {
    position: relative;
}
.exchange-card {
    position: relative;
}
.exchange-select .form-select {
    background-color: #fff;
    color: #000;
    border-width: 1px;
    height: 41px;
    border-radius: 12px;
    padding: 10px 5px 5px;
    text-align: center;
}
.exchange-card .exchange-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    background: #2fb9ad;
    border-radius: 50%;
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999;
}
.settings-item .settings-list .list-group-item ,.pages-list .list-group .list-group-item {
    background: var(--color3);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 12px;
    padding: 1rem 1rem;
}
.pages-list .list-group .list-group-item .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.news-list  .news-thumb{
    max-width: 95px;
    overflow: hidden;
    border-radius: 12px;
}
.news-details-item  .news-thumb{
    overflow: hidden;
    border-radius: 12px;
}
.news-details-item .card-news-body p {
 font-size: 14px;
}
.toast.toast-msg {
    position: absolute;
    bottom: 50%;
    top: auto;
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    padding: 1.5rem;
    color: #fff;
    pointer-events: auto;
    background-color: #055160;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 12px;
}
.toast.toast-msg.error {
    opacity: 1;
    display: block;
}
.toast.toast-msg.success {
    opacity: 1;
    display: block;
}
 /*  Footer Section */
.footer-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 95%;
    height: 65px;
    background: #29496A;
	max-width: 768px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    z-index: 999;
 /*   overflow: hidden;
	box-shadow: 0px 0px 5px #e3e1e1;*/
}
.footer-bar a {
    width: 20%;
    float: left;
    padding: 0;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-bar a.active {
/*    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));*/
    color: #fff;
	font-weight: bold;
}
.footer-bar .btn-main {
    color: var(--color1);
    font-size: 14px;
    padding: 0.5rem 1rem;
}
.footer-round-purple {
	width:4rem; 
	height:4rem;
	align-items:center;
	background: #fff;
	border-radius: 50%;
	margin: 15px;
}
/*  Demo Section */
.demo-content {
    background-image: url('../img/bg-demo.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
}
.demo-item iframe {
    max-width: 425px;
    height: 750px;
    width: 100%;
    border-radius: 25px;
    border: 5px solid var(--color4);
    box-shadow:  0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
}
.demo-item ul li {
    margin-right: 0.5rem;
    margin-left: .5rem;
}
.demo-item ul li img {
    max-height: 45px;
}
/*  Error Section */
.error-item{
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
}
.heroContainer {
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 15vh;
}

.navbarContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  z-index: 99;
}

.navbarContainer .navLinks {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.navbarContainer .navLinks .navLink {
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
  transition: border .2s ease-in;
}

.navbarContainer .navLinks .navLink:hover {
  border-bottom: 1.5px solid #fff;
}

.heroText {
  position: absolute;
/**  top: 40%;*/
  right: 30px;
  text-align: right;
}

.heroText .cityText {
  font-size: 15px;
  font-weight: normal;
}

.heroText .cityText.animate {
  animation: slide-down .5s ease;
}

.heroText .countryText {
  font-size: 50px;
}

.heroText .countryText.animate {
  animation: slide-up .5s ease;
}

.countries {
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
  height: 100vh;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(150, 246, 150, 0.1), rgba(155, 150, 252, 0.2));
}

.countries .options {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countries .options .option {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  transition: all .2s ease-in;
}

.countries .options .option:not(.active):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.countries .options .option.active {
  transform: scale(1.3) translateX(40px);
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .heroText .cityText {
    font-size: 24px;
  }
  
  .heroText .countryText {
    font-size: 100px;
  }
  
  .countries {
    width: auto;
  }
}
.bg-img-one	{
	background-image: url('https://t2.daumcdn.net/thumb/R720x0/?fname=http://t1.daumcdn.net/brunch/service/user/13f9/image/9nS-N2k7usHfFbq0QKSSF4sio1o.jpg');
	background-repeat: no-repeat;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}
.bg-img-two	{
	background-image: url('https://mblogthumb-phinf.pstatic.net/MjAxNzA3MTdfODgg/MDAxNTAwMjY0Mjc0MTA2.wLlyTxiPDPu4TCFingTSXgQpdlTN4uMx_ogE0QbUJH8g.fEcnx5nL2vyr1mIJ5Ddh8qss3ENiIpVjbZ-wSMvI5dEg.JPEG.asia_enjoy/%ED%95%B4%EC%99%B8%EC%97%AC%ED%96%89_%EB%86%80%EB%9F%AC%EA%B0%88%EB%A7%8C%ED%95%9C%EA%B3%B3_%ED%95%B4%EC%99%B8%EC%97%AC%ED%96%89%EC%A7%80%EB%B2%A0%EC%8A%A4%ED%8A%B81015.jpg?type=w800');
	background-repeat: no-repeat;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}
.bg-img-three	{
	background-image: url('https://www.agoda.com/wp-content/uploads/2019/03/Day-trips-from-Seoul-South-Korea-Yongin-Everland-Amusement-Park-Korean-Folk-Village.jpg');
	background-repeat: no-repeat;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}
.main-sm-circle {
	font-size: 5px; 
	color: #262626; 
	background: #262626;
	border-radius: 50%;
}
.center{
/**  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%,-50%);*/
  text-align: center;
}
.center h1{
  color: rgba(255,0,0,0.1);
/**  font-size: 50px;*/
  text-transform: uppercase;
  font-weight: 700;
  background-size: cover;
  background-image: url(https://mblogthumb-phinf.pstatic.net/20130703_106/ttl1125ejr_1372831203982tk4Mn_JPEG/%B9%E8%B0%E6.jpg?type=w420);
  -webkit-background-clip: text;
  animation: background-text-animation 15s linear infinite;
}
@keyframes background-text-animation {
  0%{
    background-position: left 0px top 50%;
  }
  50%{
    background-position: left 1500px top 50%;
  }
  100%{
    background-position: left 0px top 50%;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");

.tabs__buttons--container {
  display: flex;
  margin-bottom: 1rem;
}

.tabs__tab-btn {
  background: none;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  border-bottom: solid 2px #42b2b1;
}

.tabs__tab-btn--not-selected {
  border-bottom-color: #eeeeee;
}

.tabs__tab-btn:hover {
	background-color: #181717;
    transition: 0.3s;
	color: black;
    border-radius: 20px;
}
.aaa: hover::before{color: black;}

.tabs__tab--hide {
  display: none;
}

.tabs__tab--show {
  display: block;
}

.tabs__tab {
  animation: tabApear 0.6s;
}

@keyframes tabApear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.tabs {
	height: 60px;
	width: 70%;
}
.tab-menu {
  overflow:hidden;
  display: flex;
}
.tab-menu a {
	font-weight: bold;
	float:left;
	width:30%;
	height:35px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	line-height:30px;
	text-decoration: none;
	color: #43496a;
	border-bottom: 2px solid transparent;
	transition: 0.3s;
	display: flex; 
	justify-content: center; 
	align-items: center;
	letter-spacing: 3px;
}
.tab-menu a:first-child {
  border-left:0;
}
.tab-menu a.on {
	color: #fff;
    background: #43496a;
    border-radius: 50px;
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.hidden-area {
  display:none;
  background:#00000;
  font-size:20px;
}
.hidden-area.on {
  display:block;
}
.back-wrapper{
	width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.row-box {
    position: relative;
    background: #fff;
    width: 100%;
    outline: none;
    padding: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 20px;
}
.row-ml-box {
    position: relative;
    background: #fff;
    width: 100%;
    outline: none;
    padding: 10px;
    margin-top: 1rem;
    border-radius: 20px;
}
.row-sm-box {
	background: #E8F7F8; 
	border-radius: 20px; 
	margin-bottom: 1rem; 
	position: relative; 
	padding: 10px;
}
.row-sm-profile {
/*	width: 2rem;  */
	height: 2rem; 
/*	border-radius: 50%; */
}
.box-item {
	background: #fff;
	border-radius: 20px;
	color: #fff; 
	padding: 15px; 
	font-size: 15px;
}
.box-item_date {
	background: #5e63bf; 
	border-radius: 50px; 
	padding: 3px 5px; 
	font-size: 12px;
}
.list-item {
/*	padding-bottom: 1rem;
    padding: 1rem;
    margin-bottom: 0;
	margin-top: 1rem;
	background: #fff;
    box-shadow: 0 10px 20px rgb(205 205 205 / 19%), 0 6px 6px rgb(177 176 176 / 23%);
    border-radius: 10px;*/
}
.box-icon-wrapper {
	background: #e7f3e9; 
	border-radius: 50%; 
	color: #fff; 
	height: 3rem;
	width: 3rem;
}
@keyframes progress {
  0% { --percentage: 0; }
  100% { --percentage: var(--value); }
}

@property --percentage {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
/*
[role="progressbar"] {
  --percentage: var(--value);
  --primary: #7ee4f0;
  --secondary: #7067c7;
  --size: 110px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin: auto;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 50%, #000 0);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color:#fff
}
.progress-bar__wrapper {
  position: relative;
  padding: 5px;
}
.progress-bar__value {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.profile-box {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    top: -50px;
    margin-bottom: -30px;
    border-radius: 50%;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwme89cM8YZvHcybGrZl_Obd9U9p5QabozJQ&s);
    background-size: cover;
	border: 5px solid #eaedf2;
}
.profile-area{
	display: flex;
	justify-content: center;
	margin: 15px;
}
.profile-button{
	margin-top: 10px;
	background: #bec6c8;
	color: #fff;
	outline: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 30px;
	font-size: 16px;
	white-space: nowrap;
	width: 40%;
}
.box-profile {
	background: #c7b2fc;
	text-align: center;
	padding: 40px 90px;
	color: #fff;
	position: relative;
	border-radius: 0 0 20px 20px;
	margin-top: -70px;
}
.profile-img {
	box-shadow: 0 10px 20px rgb(111 109 109 / 19%), 0 6px 6px rgb(28 28 28 / 23%);
	border-radius: 75px 75px 0px 75px;
}
.social-media svg {
	width: 20px;
	margin: 30px 5px;
	cursor : pointer;
}
.timeline {
	margin: auto;
	width: 100%;
	max-width: 36em;
}
.timeline__arrow {
	background-color: transparent;
	border-radius: 0.25em;
	cursor: pointer;
	flex-shrink: 0;
	margin-inline-end: 0.25em;
	outline: transparent;
	width: 2em;
	height: 2em;
	transition:
		background-color calc(var(--trans-dur) / 2) linear,
		color var(--trans-dur);
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.timeline__arrow:focus-visible,
.timeline__arrow:hover {
	background-color: hsl(var(--hue),10%,50%,0.4);
}
.timeline__arrow-icon {
	display: block;
	pointer-events: none;
	transform: rotate(-90deg);
	transition: transform var(--trans-dur) var(--trans-timing);
	width: 100%;
	height: auto;
}
.timeline__date {
	font-size: 0.833em;
	line-height: 2.4;
}
.timeline__dot {
	background-color: #7165e3;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
	margin: 0.625em 0;
	margin-inline-end: 1em;
	position: relative;
	width: 1em;
	height: 1em;
}
.timeline__item {
	position: relative;
	padding-bottom: 2.25em;
}
.timeline__item:not(:last-child):before {
	background-color: #e4dfff;
	content: "";
	display: block;
	position: absolute;
	top: 1em;
	left: 2.755em;
	width: 0.125em;
	height: 100%;
	transform: translateX(-50%);
}
[dir="rtl"] .timeline__arrow-icon {
	transform: rotate(90deg);
}
[dir="rtl"] .timeline__item:not(:last-child):before {
	right: 2.625em;
	left: auto;
	transform: translateX(50%);
}
.timeline__item-header {
	display: flex;
}
.timeline__item-body {
	border-radius: 0.375em;
	overflow: hidden;
	margin-top: 0.5em;
	margin-inline-start: 4em;
	height: 0;
}
.timeline__item-body-content {
	background-color: #f5f6fa;
	color: #7165e3;
	opacity: 0;
	padding: 0.5em 0.75em;
	visibility: hidden;
	transition:
		opacity var(--trans-dur) var(--trans-timing),
		visibility var(--trans-dur) steps(1,end);
}
.timeline__item-p {
	margin: 5px;
}
.timeline__meta {
	width: 100%;
	color: black;
}
.timeline__title {
	font-size: 1.5em;
	line-height: 1.333;
}
/* Expanded state */
.timeline__item-body--expanded {
	height: auto;
}
.timeline__item-body--expanded .timeline__item-body-content {
	opacity: 1;
	visibility: visible;
	transition-delay: var(--trans-dur), 0s;
}
.timeline__arrow[aria-expanded="true"] .timeline__arrow-icon {
	transform: rotate(0);
}
#icons{
    display: flex;
    justify-content: center;
    margin: 15px;
}

#icons img{
    width: 80%;
    height: 90%;
}
ul .icon-check {
    color: #5fb671;
    padding: 5px;
    font-size: 8px;
	font-weight: bold;
}
ul .icon-cross2 {
    color: #ffffff;
    background: #fd3a73;
    border-radius: 50%;
    padding: 5px;
    font-size: 8px;
}
.slider {
  width: 90%;
  margin: 0px auto;
  overflow-x: auto;
}
.inv-card {
    flex-direction: column;
    min-width: 0;
    position: relative;
    width: 255px;
	border-radius: 20px;
	margin-right: 1rem;
	margin-left: 1rem;
	margin-top: 50px; 
	box-shadow: 0px 0px 5px #bdbdbd
}
.inv-card_title {
	position: relative; 
/*	top: -40px;*/
	color: #fff;
}
.inv-header {
	text-align: center;
	color: #fff;
	width: 100%;
	height: 120px;
	padding: .5rem;
	border-radius: 12px 12px 0 0
}
.inv-circle {
	border-radius: 50%; 
	background: #fff; 
	width: 30%; 
	height: 75%;
	margin: auto; 
	top: -50px; 
	position: relative; 
	padding: 20px;
	box-shadow: 0px 0px 5px #bdbdbd;
}
.inv-logo {
	width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;	
	background-size: cover;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px 0px transparent, 8px 8px 15px #333, -8px -8px 15px transparent !important;
/*	background-image: url(https://img.marieclairekorea.com/2021/04/mck_60822ac274fe0.jpg); */
}
.inv-term {
	text-align: center;
    font-size: 15px;
    white-space: nowrap;
    margin-top: 15px;
}
.inv-content {
	text-align: center;
	letter-spacing: 1px; 
	line-height: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.load-inner {
  width: 48px;
  height: 48px;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #ccc;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.inv-loader::after,
.inv-loader::before {
/*  content: '';  
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: #ccc;
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;*/
}
.inv-loader::before {
  background-color: #2fb9ad;
  transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}
.card-badge {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.card-badge::before {
  content: "Popular";
  position: absolute;
  width: 150%;
  height: 40px;
  background: yellow;
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.card-badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: lightgray;
  z-index: -1;
  box-shadow: 140px -140px lightgray;
}
.btn-profile {
	display: flex;
	width: 30%;
    background: #2f2f2f;
    display: block;
    color: white;
    padding: 10px;
    border-radius: 50px;
    margin: auto;
	white-space: nowrap;
}
.btn-click {
	position: relative; 
	float: right;
	margin: -35px 10px;
}
.btn-gray {
	background: #393939;
    color: white;
    padding: 10px 20px;
    display: block;
    color: #ffffff;
    border: none;
    margin: auto;
    text-align: center;
    padding: 1rem;
    border-radius: 50px;
}
.down {
	background-color:#cbff0f;
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:ease;
	transition-duration:0.4s;
	transition-timing-function:ease;
}
.down2 {
	background-color:#fff;
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:ease;
	transition-duration:0.4s;
	transition-timing-function:ease;
}

.contentSlide .firstBox {
	font-weight: bold;
	transform: translate3d(-30px, 0, 0);
	transition: all 2s ease-out;
	opacity: 0;
}

.contentSlide .firstBox.active {
	color: #000;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.contentSlide .secondBox {
	font-weight: bold;
	transform: translate3d(30px, 0, 0);
	transition: all 2s ease-out;
	opacity: 0;
}

.contentSlide .secondBox.active {
	color: #000;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.package-card {
    height: 200px;
	background: #fff;
    border-radius: 5px;
    padding: 30px 20px;
	margin-top: 10px;
}
.package-arrow {
	float: right;
	color: #838080;
    background: white;
    border-radius: 50%;	
    height: 50px;
    width: 50px;
    margin-top: -90px;
    margin-right: -40px;
    position: relative;
	padding: 15px;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
	border: 1px solid #ebebeb;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}
.close:hover,
.close:focus {
    color: #ff5b5b;
}
.graph-item {
	background: #fff;
	padding: 5px 15px; 
	border-radius: 10px; 
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.multigraph {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50% ;
  margin: -150px;
}
.multigraph:before {
  content: '';
  width: 300px;
  height: 150px;
  position: absolute;
  border: 15px solid rgba(0,0,0,0.1);
  border-radius: 300px 300px 0 0;
  border-bottom: none;
}
.multigraph-percent {
  width: 80px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin: -40px;
  transition: all 300ms ease-in-out;
  bottom: 75%;
  transform: scale(1);
}

.graph {
  width: 300px;
  height: 150px;
  position: absolute;
  overflow:hidden;

}
.graph:before, .graph:after {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 100%;
  border: 15px solid #58fcb9;
  content: '';
  border-radius:0 0 300px 300px;
  border-top: none;
  animation: demo 3s;
  transform-origin: center top;
}
.graph:after {
  transform: rotate(150deg);
}

@keyframes demo {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
}
.between-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.center-title {
	display: flex;
	justify-content: center;
}
.align-title {
	display: flex;
	align-items: center;
}
.midcenter-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.text-green {
	color: var(--color2);
}
.text-yellow {
	color: #feb53d;
}
.metric-box {
	background: #6102f9;
    width: 50%;
    border-radius: 20px;
    padding: 10px;
}
.metric-sm-box {
    width: 50%;
    border-radius: 20px;
	margin: 2px;
}
.metric-icon-wrapper {	
	border-radius: 50%; 
	color: #fff; 
	padding: 5px; 
	height: 3rem;
	width: 3rem;
	display: flex;
	justify-content: center;
    align-items: center;
	margin: auto;
}
.metric-icon {
	margin: .5rem
}
.metric-num{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}
.metric-staus {
	border-radius: 50px;
    background: #f3f6f9;
    border-radius: 50px;
    width: 80px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	margin-right: 5px;
	font-size: 13px;
}
.tooltip{
	border: 1px solid #000;
    display: inline-block;
    padding: 5px;
    -webki-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
	border: 1px solid #787878;
    border-radius: 5px;
    color: white;
}
.tooltip.abierto{
   visibility: visible;
   opacity: 1
}
.tippy-tooltip.tomato-theme .tippy-arrow {
  transform: scale(3) !important;
}
@keyframes txtReveal{
	0%{
		opacity:0
	}
	55%{
		opacity:1;
		transform: translateX(-70px);
	}
	70%{
		opacity:1;
		transform: translateX(-60px);
	}
	80%{
		opacity:0;
		transform: translateX(-40px);
	}
	100%{
		opacity:0;
		transform: translateX(-20px);
	}
}
 .txtReveal {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: txtReveal;
	animation-name: txtReveal;
	font-family: cursive;
	font-style: Italic;
}
.logo-ani{
	height: 240px;
	transform-origin: bottom;
}
#logo{
	opacity:0;
	margin-top: -23px;
	font-weigth: thin;
	margin-left: -20px;
	position: relative;
	z-index:999
}
#loader {
	width: 8rem;
	height: 8rem;
	position: relative;
	border-radius: 11px;
	margin: auto;
	animation: spin 1s ease infinite;
	&::before, &::after {
		content: '';
		width: 40%;
		height: 40%;
		display: block;
		position: absolute;
		border-radius: 9px;
	}
	&::before {
		top: 3px;
		left: 3px;
		background: #ff5426;
	}
	&::after {
		bottom: 3px;
		right: 3px;
		background: #f9c2b3;
	}
}

@keyframes spin {
	from {
		transform: rotate(135deg);
	}
	to {
		transform: rotate(495deg);
	}
}
.login-bg{
	background: #eae2fd;
	align-items: center;
	justify-content: center;
	align-content: center;
	position: fixed;
	display: flex;
	top: -10%;
	left: 0;
	right: 0;
	bottom: 0;
}
#asideProfile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
/*    margin-left: 20px;
    padding: 10px 20px;*/
}
#personalInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#personalInfo #personal {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
}
#personalInfo #personalDetail {
    font-size: 13px;
    padding: 4px 15px;
}
#personalInfo #personalDetail i{
    margin: 0 5px;
} 
.profilePicture {
    background-color: rgb(52, 134, 107);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    cursor: pointer;
}
.proBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.proBtn button {
    width: 100%;;
    border-radius: 4px;
    padding: 10px ;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-in-out;
}
.proBtn button:hover {
    background-color: rgb(236, 236, 236);
}
.asideListDevider {
    border-bottom: 1px solid  #dadada;
    box-shadow: none;
    border-radius: 0;
}
@keyframes rotate{
  0% {
    transform: rotate(0deg);
  }
}

@keyframes opacity {
  0% {
      opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.containar{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem 
	margin-top: 1rem 
}
.contatinar .cart{
	postion: relative;
	width: 270px;
	height: 270px;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.containar .cart .percent{
	position: relative;
	width: 270px;
	height: 270px;
/*	transform: rotate(270deg);*/
}

.containar .cart .percent svg{
	position: relative;
	width: 270px;
	height: 270px;
	transform: rotate(270deg);
}

.containar .cart .percent svg .circle1{
	width: 100%;
	height: 100%;
	fill: transparent;
	stroke-width:5;
	stroke: #c7dede;
	transform: translate(5px,5px);
}
.containar .cart .percent svg .circle1:nth-child(2){
	stroke: var(--clr);
	stroke-dasharray: 820;    
    stroke-dashoffset: calc(820 - (820*var(--num))/100);
	opacity: 0;
	animation: fadeIn 1s linear forwards;
	animation-delay: 2s;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.dot{
	position: absolute;
	inset: 5px;
	z-index: 10;
	transform: rotate(calc(3.6deg*var(--num)));
	animation: animateDot 2s linear forwards;
  &:after {
    width: 8px;
    height: 8px;
    top: 12px;
    left: 12px;
    background: #ffffff;
    border-radius: 8px;
  }
}
@keyframes animateDot{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(calc(3.6deg*var(--num)));
	}
}
.dot::before{
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--clr);
/*	box-shadow: 0 0 10px var(--clr), 0 0 30px var(--clr);*/
	z-index: 2;
}
.dot::after{
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
}
.progress-wrapper {
	width: 290px;
    height: 145px;
    border-radius: 145px 145px 0 0;
    border-top: 1px solid #b5b5b5;
    margin: 0 auto;
	margin-top: 30px;
}
.progress {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transform: rotate(25deg);
}

.progress .bar1 {
  stroke: #5680f9;
}
.progress .offline {
/*  stroke: #c2c2c2;*/
}
.progress .online {
    stroke: #cf0000;
}

.progress .offline,
.progress .online {
  stroke-width: 10px;
}
.progressdiv {
  position: relative;
  overflow: hidden;
}

.progressdiv:after {
/*  position: absolute;
  top: 40%;
  left: 48%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  content: attr(data-percent);
  z-index: 9;
  color: #fff;
  font-weight: bold;*/
}

.progressdiv:before {
  position: absolute;
  top: 53%;
  left: 48%;
  font-size: 12px;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 9;
  color: #7a7a7a;
}
.progress-main-all {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-top: 1rem;
	position: relative;
	left: 10px;
    
}

.progress-main-text .user-data {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.progress-main-text {
  margin-left: 50px;
}

.progress-main-text .user-div {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.d-div1 {
  background: #e3d9d9;
}
.d-div2 {
  background: #5680f9;
}
.d-div3 {
  background: #c2c2c2;
}

path {
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}
.grey-path-2 {
  stroke: #FFF;
  stroke-width: 10px;
}

path.white1 {
  stroke: #cf0000;
  stroke-width: 8px;
  filter: blur(1px);
}
path.white2 {
    stroke: #fff;
    stroke-width: 5px;
	filter: blur(1px);
}
.progress-number{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
}
.progress-number h2{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 30px;
	animation: fadeIn 1s linear forwards;
	opacity: 0;
	animation-delay: 2.5s;
}
.progress-number span{
	font-weight: 300;
	height: 30px;
	color: #a1acaa;
}
.progress-number p{
	font-weight: 300;
	font-size: 0.75em;
	margin-top: 5px;
	text-transform: uppercase;
}
.progress-number-box {
	background: #a9a9fa; 
	padding: 3px;
	border-radius: 50px; 
	color: #000; 
	font-size: 12px;
}
.progress-icon {
	background: #e6f7f5; 
	border-radius: 50%; 
	width: 30px; 
	padding: 5px 4px;
}
.bar-seconds, .number-hours {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.bar-seconds span {
    position: absolute;
    transform: rotate(calc(var(--index)* 6deg));
	inset: -20px;
    text-align: center;
    top: -15%;
}
.bar-seconds span p {
    display: inline-block;
    width: 2px;
    height: 5px;
    background: #e4e4e4;
    border-radius: 2px;
    box-shadow: 0 0 10px #e6f7f5;
}
.button-dial {
    background: #fbdeae;
    border-radius: 50%;
    width: 70%;
    height: 70%;
    margin: 0 auto;
    position: absolute;
	top: 10%;
    left: 13%;
    text-align: center;
    z-index: 5;
}
.button-dial-top {
    background: #f8fbfb;
    box-shadow: 0 8px 8px rgb(233 235 235), inset 0px 2px 2px rgb(235 241 245);
    border-radius: 50%;
    width: 65%;
    height: 65%;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 15.5%;
    text-align: center;
    z-index: 5;
}
.circle2 {
	fill: none;
	stroke: url(#GradientColor);
	stroke-width: 40px;
	stroke-dasharray: 562;
	stroke-dashoffset: 562;
	animation: anim 2s linear forwards;
}
.progress-svg {
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes anim {
	100% {
		stroke-dashoffset: 281; /*562-562*0.5*/
	}
}
.temp1 {
	position: absolute;
	top: 30%;
    margin-left: -5px;
    color: #b5b5b5;
	font-weight: bold;
}
.temp2 {
	position: absolute;
    top: 30%;
    margin-left: 275px;
    color: #b5b5b5;
	font-weight: bold;
}
.temp3 {
    position: absolute;
    color: #b5b5b5;
    bottom: 86%;
    background: #514f52;
    margin-left: 130px;
    font-weight: bold;
    padding: 5px;
}
.timer-wrapper {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.timer-box {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px; 
	padding: 0px 10px; 
	background: #fff;
}
.timer-icon {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #d3d3cf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.product-box {
	background: #0000004d; 
	border-radius: 50px;
	height: 40px; 
	margin-top: -50px; 
	position: relative; 
	z-index: 9; 
	color: #fff; 
	padding: 10px;
}
.product-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8b8888d1; 
	border-radius: 50px;
	padding: 2px 10px;
}
.score-icon-box {
	border-radius: 50%;
	background: #38383b;
	width: 2.5rem;
	height: 2.5rem;
	padding: 5px;
	margin-right: .5rem;
}
.search-group {
	display: flex;
    background: #eaf0ec;
    border-radius: 50px;
    height: 45px;
    width: 100%;
	margin-top: 30px;
}
.search-control {
	background: transparent;
}
.search-select {
	position: relative;
    float: left;
    margin: 12px 20px;
	font-size: 20px;
}


.inv-progress{
	height: 4px;
    border-radius: 2px;
	display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
/*	min-width:150px; */
}
.progress-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #42CB94;
    transition: width .6s ease;
}
.proc-danger{
    background-color:#FF6c5c;
}
.percent-progress {
    width: 45px;
    font-size: 12px;
}

.justify-between {justify-content: space-between;}

.zz {padding-left:25px!important}

.zz-1 {background:url(../img/i-1.png) no-repeat 8px center / 14px}
.zz-2 {background:url(../img/i-2.png) no-repeat 8px center / 14px}
.zz-3 {background:url(../img/i-3.png) no-repeat 8px center / 14px}
.zz-4 {background:url(../img/i-4.png) no-repeat 8px center / 14px}
.zz-5 {background:url(../img/i-5.png) no-repeat 8px center / 14px}
.zz-6 {background:url(../img/i-6.png) no-repeat 8px center / 14px}
.zz-7 {background:url(../img/i-7.png) no-repeat 8px center / 14px}
.zz-8 {background:url(../img/i-8.png) no-repeat 8px center / 14px}

.zz-11 {background:url(../img/i-11.png) no-repeat 8px center / 14px}
.zz-12 {background:url(../img/i-12.png) no-repeat 8px center / 14px}
.zz-13 {background:url(../img/i-13.png) no-repeat 8px center / 14px}

.zz-91 {background:url(../img/i-91.png) no-repeat 8px center / 14px}

.zz-97 {background:url(../img/i-97.png) no-repeat 8px center / 14px}
.zz-98 {background:url(../img/i-98.png) no-repeat 8px center / 14px}
.zz-99 {background:url(../img/i-99.png) no-repeat 8px center / 14px}