/*
Theme Name: Nextcoin
Author: Themefix
Description: Nextcoin - Bitcoin And Crypto Currency Mobile Template
Version: 1.0.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 */
:root {
    --color1: #17161b;
    --color2: #BD75FF;
    --color3: #2a2d3c;
    --color4: #edf1f9;
    --color5: #fff;
    --color6: #3366ff;
    --color7: #97a3b9;
    --color8: #22B973;
    --color9: #B92269;
    --pill: 2.5rem;
    --round: 50%;
    --full: 100%;
}
* {
    margin: 0;
    padding: 0; }
body,
html {
/*    background-color: var(--color1); */
/*    background-color: #EFF1FA;  */
    margin: 0;
    padding: 0;
    font-family: NotoSans, Nunito;
    font-size: 16px;
    color: #222;
    line-height: 1.4;
    font-weight: 400;
    box-sizing: border-box;
	font-size: 100%;
    background: linear-gradient(0deg, #e9e9e9, #eff1f5);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}
body {top:0!important}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: NotoSans, Nunito;
    color: #222;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}
.fs-10{
    font-size: 10px!important;
}
.fs-11{
    font-size: 11px!important;
}
.fs-12{
    font-size: 12px!important;
}
.fs-14{
    font-size: 14px!important;
}
.fs-16{
    font-size: 16px!important;
}
.fs-18{
    font-size: 18px!important;
}
.fs-20{
    font-size: 20px!important;
}

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

.wd-30 {
    width: 30px;
}
.ht-30 {
    height: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
hr:not([size]) {
    background: #999;
}
p {
    font-family: Nunito;
    line-height: 1.5rem;
    font-size: 1.1rem;
}
.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: 1.5rem;
    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: 10px;
	height: 41px;
}

.btn-secondary {
    color: var(--color5);
    background-image: linear-gradient(rgb(85,177,255) 0%, rgb(2, 132, 241) 100%); 
    border:none;
}

.btn-dark {
    color: #FFF;
	background: #000;
    border:none;
}

.btn-blue {
    color: #FFF;
	background: #0531A9;
    border:none;
}

.btn-main {
    color: var(--color5);
/*    background-image: linear-gradient(rgb(85,177,255) 0%, rgb(2, 132, 241) 100%); */
	background: #212E61;
    border:none;
}
.btn-main:hover {
/*    color: var(--color3); */
}
.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 {
    margin-bottom: 1.2rem;
    line-height: 1;
}
.form-control {
/*    background: var(--color3);
    color: var(--color4); */
    color: #333; 
    border: none;
    padding: .5rem 1rem;
    height: 41px;
    max-height: 41px;
    font-size: 16px;
    border-radius: 10px;
}

.box {border: 1px solid #C7C7C7;}
.under {border-bottom: 0.5px solid #999!important;}
.under1 {border-bottom: 1px solid #999!important;}
.ico_text {background: transparent /*url(../img/icon/ico_del.png) no-repeat right center!important;*/ }


.form-control:focus {
/*    background: var(--color3);
    color: var(--color4); 
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #ebebeb !important; */
}
.form-select {
    background: url(../img/icon/ico_select.png) no-repeat right center!important;
}
.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: #212E61;
    border-color: #212E61;
}
.form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.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: #fff;
    border-radius: 12px;
}
.text-gray {
    color: var(--color1);
}
.text-primary{
    color: #212E61 !important;
}
.bg-gray {
    background: #212E61;
}
.bg-lightblue{
/*    background: #000 */
}
.table>:not(:last-child)>:last-child>* {
    color: var(--color5);
}
.table-borderless>:not(caption)>*>* {
    color: var(--color4);
}
/* 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;
}

.fade-out-box {
  display: inline-block;
  background: #fff;
  padding: 10px;
  /*
    -webkit-animation: fadeOut 4s 1s infinite linear alternate;
    -moz-animation: fadeOut 4s 1s infinite linear alternate;
    -ms-animation: fadeOut 4s 1s infinite linear alternate;
    -o-animation: fadeOut 4s 1s infinite linear alternate;
    animation: fadeOut 4s 1s infinite linear alternate;
*/

  animation: fadeout 1.5s;
  -moz-animation: fadeout 1.5s;
  -webkit-animation: fadeout 1.5s;
  -o-animation: fadeout 1.5s;

  
  
  animation-fill-mode: forwards;
/*  background: url(../img/logo-main.png) no-repeat;  */
  width:100%;
  height:100vh;
}
@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes fadeout { /* Firefox */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeout { /* Safari and Chrome */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes fadeout { /* Opera */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*  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;
    z-index: 9999;
}
/*
#line {
    top: 40px;
    left: -2.5px; 

}
*/
/*
#line span{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: var(--color2);
}
#line span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
}
#line span:nth-child(2){
    animation: grow 1s ease-in-out 1s 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-color: #fff; 
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 290px;
    padding: 35px 20px;
    -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;
}
.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);
}
.profile-img-item{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.menu-sidebar ul li a {
    color: var(--color1); 
    font-size: 17px;
    font-weight: 500;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
.menu-sidebar ul li a svg{
    margin-right: 1rem;
}
.copyright-item {
    padding-top: 2rem;
    text-align: center;
    color: var(--color1);
}
/*  Logo Main */
.logo-item .logo-main{
    width: 120px;
	max-width:45%;
}
/*  Header Main */
.header-main {
/*    background-color: #000; */
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
/*    border-bottom: 1px solid #444658; */
}
.header-main a{
 color: var(--color4);
}
.content-header {
    height: 60px;
}
.item-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avatar-item a {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.count-notif {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #FFB306;
    position: absolute;
    display: block;
    top: -4px;
    right: -6px;
	text-align: center;
    color: #fff;
    font-size: 12px;
}
/*  Main Section */
.main-content {
    position: relative;
    margin-top: 80px;
    margin-bottom: 82px;
}
.card-content {
    text-align: left;
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 15px;
    border-radius: 10px;
}
.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: var(--color4);
    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: var(--color4);
    font-size: 14px;
}
.crypto-card {
    position: relative;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
	border:0px solid #999;
	box-shadow: 0px 7px 8px -3px rgb(0 0 0 / 20%);
}
.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: 25px;
    max-height: 25px;
}
.transaction-list .list-item{
    display: flex;
    margin-bottom: 20px;
	-webkit-box-shadow: 0px 7px 8px -3px rgba(0,0,0,0.2); 
	box-shadow: 0px 7px 8px -3px rgba(0,0,0,0.2);
	/*background: #fff; */
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 5px 10px;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
    margin-left: 5px;
}
.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, .clipboard-icon{
    padding: .75rem .75rem;
    font-size: .875rem;
    border-radius: 0 4px 4px 0!important;
}
/*
.wallet-item .input-group .form-control{
    background: #fff;
    color: var(--color4);
    border: none;
} */
.qrcode-item {
    background: #fff;
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    padding: 15px;
    border-radius: 12px;
}
.qrcode-item img {
    max-width: 140px;
}
.market-list .coin-name{
    font-size: 16px;
}
.profile-thumbnail-item .thumbnail img {
    max-height: 85px;
    max-width: 85px;
    border-radius: 50%;
}
.profile-thumbnail-item .change-thumbnail {
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    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 button {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 0;
    left: 30px;
    margin: auto;
    background-color: var(--color2);
    color: var(--color4);
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    z-index: 1;
}
.exchange-item .exchange-card {
    position: relative;
}
.exchange-select .form-select {
    background-color: var(--color3);
    color: var(--color5);
    border-width: 1px;
    border-color: var(--color3);
    height: 41px;
    border-radius: 0 5px 5px 0
}
.exchange-card .exchange-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 45px;
    width: 45px;
    background: var(--color8);
    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 {
    background: #fff;
    border: 0px solid rgba(0,0,0,.125);
/*    border-radius: 12px; */
    padding: 0.5rem 1rem;
}
.list-group-item {
    border-radius: 10px; 
	box-shadow: 0px 7px 8px -3px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.8);
    padding: 1.2rem 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: 100%;
    height: 65px;
    background: #f9f9f9;
    border-top: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    z-index: 999;
    overflow: hidden;
}
.footer-bar a {
    width: 20%;
    float: left;
    padding: 0;
    font-size: 12px;
    color: #000;
    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 {
    color: #3172B5;
}
/*  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;
}

.form-control:disabled, .form-control[readonly] {
    background: #fff;
    opacity: 1;
}

.page-item.active .page-link {
    background-color: #212E61; 
    border-color: #212E61;
/*	background-image: linear-gradient(rgb(145,92,255) 0%, rgb(118, 75, 225) 100%); */
/*    background-image: linear-gradient(rgb(85,177,255) 0%, rgb(2, 132, 241) 100%); */
}

.page-link {
    color: #777;
	}

.top-icon {font-size:28px!important;}
.bott-icon {font-size:25px!important;}

.form-check-lang {
    width: 15px!important;
    height: 15px!important;
}

.main-ttl {margin-top:-17px}

.mt-0	{margin-top:0rem!important;}
.mt-05	{margin-top:0.5rem!important;}
.mt-1	{margin-top:1rem!important;}
.mt-2	{margin-top:2rem!important;}
.mt-3	{margin-top:3rem!important;}
.mt-4	{margin-top:4rem!important;}
.mt-5	{margin-top:5rem!important;}

.mb-0 {margin-bottom:0rem!important;}
.mb-05 {margin-bottom:0.5rem!important;}
.mb-1 {margin-bottom:1rem!important;}
.mb-2 {margin-bottom:2rem!important;}
.mb-3 {margin-bottom:3rem!important;}
.mb-4 {margin-bottom:4rem!important;}
.mb-5 {margin-bottom:5rem!important;}

.ml-0 {margin-left:0rem!important;}
.ml-05 {margin-left:0.5rem!important;}
.ml-1 {margin-left:1rem!important;}
.ml-2 {margin-left:2rem!important;}
.ml-3 {margin-left:3rem!important;}
.ml-4 {margin-left:4rem!important;}
.ml-5 {margin-left:5rem!important;}

.mr-0 {margin-right:0rem!important;}
.mr-05 {margin-right:0.5rem!important;}
.mr-1 {margin-right:1rem!important;}
.mr-2 {margin-right:2rem!important;}
.mr-3 {margin-right:3rem!important;}
.mr-4 {margin-right:4rem!important;}
.mr-5 {margin-right:5rem!important;}

.pl-0 {padding-left:0rem!important;}
.pl-05 {padding-left:0.5rem!important;}
.pl-1 {padding-left:1rem!important;}
.pl-2 {padding-left:2rem!important;}
.pl-3 {padding-left:3rem!important;}
.pl-4 {padding-left:4rem!important;}
.pl-5 {padding-left:5rem!important;}


.text-left {text-align:left!important}
.text-right {text-align:right!important}
.text-center {text-align:center!important}

.menu-sidebar .lnr {color:#78809F;font-weight: 800;}
.fw-800 {font-weight:800!important}
.fw-600 {font-weight:600!important}
.fw-500 {font-weight:500!important}
.fw-400 {font-weight:400!important}


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

.btn-gary {
    color: #fff;
    background-color: #B6B6B6;
    border-color: #B6B6B6;
}

.fs-12 {font-size:12px!important;}
.fs-13 {font-size:13px!important;}
.fs-14 {font-size:14px!important;}

.br-25 {border-radius:25px!important;}

.p-15 {padding:1.5rem!important}

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

/*  bootstrap */
.form-switch .form-check-input {
    width: 35px!important; 
    min-width: 35px;
}

.table {background:#fff; border-radius: 10px;}
td, th {font-size:1.1rem; white-space:nowrap;}

.sub-menu-dropdown .active {background:#eee}

.header-main h5 {position:absolute; top:28px; left: 50%; transform: translate(-50%, -50%); color:#fff; white-space:nowrap;}

a h1 img {width:30px;}

.alert{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(2px);
    z-index: 9999;
}
.inner-alert{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 202px;
    height: fit-content;
    transform: translate(-50%, -50%);
    padding: 14px;
    background: #fff;
	border-radius:10px;
	box-shadow: 0px 7px 8px -3px rgba(0,0,0,1);
}
.inner-alert .row{
    display: flex;
    flex-direction: column;
}
.inner-alert .row .inner-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert h5{
    font-size: 16px;
    word-break: keep-all;
    margin-bottom: 14px;
    text-align: center;
}
.alert a{
    margin: 0 20px;
    border: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 2px 2px 4px #b8b8b8, -2px -2px 4px #ffffff;
    font-family: 'Pretendard-Medium';
    font-size: 14px;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.alert a::before{
    content: '';
    background: transparent;
    box-shadow: inset 2px 2px 4px #b8b8b8, inset -2px -2px 4px #ffffff;
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 0.1s linear;
}
.alert a:active::before{
    opacity: 1;
}
.alert a span{
    font-family: 'Pretendard-SemiBold';
    color: #777;
    transition: 0.3s;
	font-weight:600
}
.alert a:active span{
    position: relative;
    top: 1px;
    left: 1px;
}
.news td {font-size:14px;}

.flex-direction-column {flex-direction: column;}
.align-items-center {align-items: center}
