@import url('./page-mode.css');
@import url('./box-ac.css');
@import url('./chart.css');
* {
  font-family: 'Prompt';
}
:root{
  --color-t:#0c81ff;
  --color-t_:#000b76;
  --color-add:#2948ff;
  --color-dark:#181818;
}
::-webkit-scrollbar {
  display: none;
}
.d {
  display: flex;
}
.d_c {
  display: flex;
  flex-direction: column;
}
.d_r {
  display: flex;
  flex-direction: row;
}
.sc {
  width: 100vw;
  height: 100vh;
}
.mx-sc {
  max-width: 950px;
  min-width: 200px;
}
.mx-sc-main {
  max-width: 1680px;
 
}
.mx-sc-post {
  max-width: 750px;
}
.mx-sc-post-1 {
  max-width: 550px;
}
.mx-sc-post-img{
  max-width: 600px;
}
.mx-sc-post-b{
  max-width: 400px;
  min-width: 200px;   
}
.mx-sc-post-c{
  max-width: 300px;
  min-width: 200px;   
}
.my-sc-post{
  max-height: 400px;
  min-height: 150px;
}
.mh-post-img{
  max-height: 350px;
  min-height: 150px;
}
.bg-t-l{
  background-image: linear-gradient(to top,#396afc, #2948ff );
}
.bg-t-2{
  background-image: linear-gradient(to top,#2948ff, #000f66db );
}
.bg-t1{
  background-color:var(--color-t) ;
}
.bg-t2{
  background-color:var(--color-t_) ;
}
.c-t{
  color: var(--color-t);
}
.c-t2{
  color: var(--color-t_);
}
.bg-login{
  background-image: linear-gradient(45deg, #52c234, #2e7b0f);
}
.s-img-post {
  height: 500px;
}
.none-img {
  background-color: rgb(238, 238, 238);
}
.none-bg{
  background-color: #6c6c6c6b;
}
.radius {
  border-radius: 20px;
}
.radius-2 {
  border-radius: 10px;
}
.p-c{
  cursor: pointer;
}
.radius-btn{
  border-radius: 10px;
}
.radius-top {
  border-radius: 15px 15px 0px 0px;
}
.radius-bottom {
  border-radius: 0px 0px 15px 15px;
}
.radius-right {
  border-radius: 0px 15px 15px 0px;
}
.f-w-200{
  font-weight: 200;
}
.f-w-300{
  font-weight: 300;
}
.f-14 {
  font-size: 14px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-60-w {
font-weight: 200;
  font-size: 60px !important;
}
.f-20 {
  font-size: 20px !important;
  
}
.f-24 {
  font-size: 24px !important;
}
.font-p{
  font-family: 'Prompt';
}
.text-t {
  color: var(--color-t);
}
.radius-30 {
  border-radius: 30px;
}
.bg-blur-s {
  box-shadow: rgb(191 191 191 / 30%) 4px -1px 90px,
    rgb(126 126 126 / 22%) 63px 42px 9px;
}
.bg-t_g {
animation: bg-t_g 200ms ;
background-color: rgba(82, 82, 82, 0.6);
}
.bg-box-1{
  background-color: #e9f1ff;
  transition: all 300ms;
  cursor: pointer;
}
.bg-box-1:hover{
  background-color: #d2e3ff;
}
.bg-add{
  background-color: #d3d3d3;
}
.bg-nav{
  /* backdrop-filter: blur(3px);
  -webkti-backdrop-filter: blur(5px); */
  background-color: white
}
.flex-1 {
  flex: 1;
}
.flex-1-5 {
  flex: 1.5;
}
.flex-2 {
  flex: 2;
}
.flex-2-5 {
  flex: 2.5;
}
.flex-3 {
  flex: 3;
}
.flex-3-5 {
  flex: 3.5;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-5-5 {
  flex: 5.5;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.s-img {
  width: 50px;
  height: 50px;
}
.s-img-s {
  width: 40px;
  height: 40px;
}
.s-img-add {
  width: 60px;
  height: 60px;
}
/* textarea:focus, input:focus{
  transition:outline 150ms ;
  outline: #396afc9a solid 5px;
  border: none;
} */
.mx-main {
  max-width: 1500px;
  min-width: 400px;
}
.center-a{
  position: absolute;
  top: 50%;
 left: 50%;
  transform: translate(-50%,-50%);
}
.center-ax-c{
  position: absolute;
  top: -50%;
 left: 50%;
  transform: translate(-50%,-50%);
}
.in-loading{
  border-radius: 16px;
}
.loading-page{
  animation: wellcome-3  2000ms;
  height: 15px;
  border-radius: 16px;
  padding: 2px;
  border:white solid 2px;
 overflow: hidden;
}
.detall-loading{
  animation: wellcome-2  2500ms;
}
.text-loading{
  animation: wellcome-2  1500ms;
}
.wellcome{
  animation-name:wellcome;
  animation-duration: 950ms;
 
}
.wellcome-2{
  animation:wellcome-2 3000ms;
}
.center-ax{
  position: absolute;
  bottom: 0%;
 left: 50%;
  transform: translate(-50%,0%);
}
.center-ay{
  position: absolute;
  top: 50%;
 
  transform: translate(-50%,-50%);
}
.color-fb{
  background-color: #4267B2;
}
.box-s {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  transition: all 200ms ;
}

.box-s-t:hover{
  box-shadow: var(--color-add) 0px 0px 33px 2px;
}
.box-s-green:hover{
  box-shadow: #28a745 0px 0px 33px 2px;
}
.box-s-red:hover{
  box-shadow: #dc3545 0px 0px 33px 2px;
}
.bg-img-l_r {
  background-image: url(./img/bg-img.jpg);
  background-size: cover;
  transition: transform 0.5s ease;
}
.pointer{
  cursor: pointer;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.select-add{
 
  transition: color 300ms ease-in-out;
  overflow: hidden;
}
.select-add:hover{
  
  color: white !important;
}
.select-add::before{
  content: '';
  z-index: -1;
width: 0;
  position: absolute;
  height: 0%;
  top: 50%;
  left: -120%;
  transform: translate(0%,-50%);
  border-radius: 50%;
  background-color:black;
  transition: all 300ms ease-in-out;
  width: 102%;
  height: 102%;
}
.color-s-noti{
  color: #B0DB7D;
}
.bg-dark-animation{
  animation: bg-dark-animation 800ms ;
  backdrop-filter: blur(2px);
  -webkti-backdrop-filter: blur(2px);
  background-color: #18181861;
}
.bg-dark-animation-2{
  animation:  bg-dark-animation-2 800ms ;
 
}
.bg-success-noti{
  background-image: linear-gradient(to bottom right,#B0DB7D 40%, #99DBB4  100%);
}
.bg-error-noti{
  background-image: linear-gradient(to bottom right,#f44336 40%, #c11454 100%);
}
.bg-warning-noti{
    background-image: linear-gradient(to bottom right,#ffc107 40%, #f59638 100%);
 
}
 .btn-op-t{
   opacity: 0.5;
   transition: all 300ms;
 }
 .btn-op-t:hover{
   opacity: 1;
 }
.select-add:hover::before {
  /* top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
  transform: scale(3.7);

}
.select-point{
  position: relative;
  
}
.select-point:hover{
  color: var(--color-t);
}
.select-point::before {
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  opacity: 0;
  border-radius: 0;
  bottom: -16px;
  left: 50%; 
  transform: translateX(-50%);
  background-color: var(--color-t);
  transition: all 200ms ease-in;

}
.select-point:hover::before{
  width: 45%;
  opacity: 1;

}
.separator::before,
.separator::after {
  content: "";
  flex: 1;
  
  border-bottom: 1px solid white;
}

.separator:not(:empty)::before {
  margin-right: 0.25em;
}

.separator:not(:empty)::after {
  margin-left: 0.25em;
}
.cover {
  background-size: cover;
}
.story {
  width: 120px;
  height: 190px;
}
.op-0 {
  opacity: 0;
}
.padding_c-btn{
  padding: 12px;
}
.padding_c{
  padding: 15px;
}
.overflow-x {
  overflow-x: scroll;
}
.animation-c-flex{
  animation-name: b-t-x;
  animation-duration: 450ms;
}
.animation-c-flex-out{
  animation-name: b-t-x-out;
  animation-duration: 450ms;
}
.n_out_line {
  outline: none;
  border: none;
}
.form-div {
  max-width: 553px;
}
[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);

  color: gray;
  background-color: transparent;
}
.btn_t {
  transition: 200ms ease;
}
.t-0{
  top: 0;
}
.t-1{
  top: 0.5rem;
}
.t-2{
  top: 3rem;
}
.l-0 {
  left: 0;
}
.l-1 {
  left: 1.5rem;
}
.l-2 {
  left: 3rem;
}
.l-3 {
  left: 4.5rem;
}
.r-0 {
  right: 0;
}
.r-1 {
  right: .5rem;
}
.r-2 {
  right: 3rem;
}
.b-0{
  bottom: 0;
}
.b-1{
  bottom: 0.5rem;
}
.b-2{
  bottom: 3rem;
}
.p-c_input{
  top: 14px;
  left: 12px;
}
.s-img-post {
  height: 150px;
  width: 150px;
}
.c_m_t-s {
  top: 3.5%;
  left: 3.5%;
}
.n_g {
  width: 40px;
  height: 40px;
}
.bg-white-c_op {
  background-color: rgba(0, 0, 0, 0.391);
}
.new-line {
  word-wrap: break-word;
}
img {
  object-fit: cover;
}
.t-0 {
  top: 0;
}
.trand-box {
  height: 130px;
  transition: transform 0.5s ease;
}
.post-animation-z {
  transition: all 200ms ease;
}
input[type=text],input[type=password] ,input[type=email]{
  background-color: #e9f1ff;
  transition: all 300ms;
}
input[type=text]:focus,input[type=password]:focus ,input[type=email]:focus{
  background-color: #d2e3ff;
}
.animation-box{
  transition: all 300ms;
}
.p-c_m_t {
  bottom: 0;
  left: 0;
}
.m_n_t-c {
  top: 42px;
  right: 40px;
}
.m_n_l-c {
  top: 35px;
  left: 40px;
}
.p-c_l_m {
  width: 100%;
  bottom: 0;
  left: 0;
  position: relative;
}
.p-c_l_m:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  background-image: linear-gradient(0deg, #000000 30%, #00000000);
  transition: opacity 0.35s ease-in-out;
}
.radius-c_list{
    border-radius: 50px;
}
.btn_list_post{
    transition: background-color 300ms ease;
}
.s-img-c_logo{
  width: 120px;
  height: 120px;
}
.s-img-c_list{
    width: 45px;
    height: 45px;
}
.s-img_qrcode{
  width: 300px;
  height: 300px;
}
.border-d-c{
  border-top: 0.1mm solid white;
  
}
.out-loading{
  animation: out-loading 1500ms  ;
  opacity: 0;
}
.l-c_list {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
.p-c_l_m:hover:before {
  opacity: 1;
}
.c-btn {
  border: 1px solid #dc3545;
}
.bg-blur {
  backdrop-filter: blur(2px);
  -webkti-backdrop-filter: blur(2px);
}
.bg-animation-blur{
  animation: bg-animation-blur 650ms;
}
.co-btn {
  border: 1px solid var(--color-t);
  background-color: var(--color-t);
  transition: background-color 200ms;
  color: white;
}
.b-gradient {
  background-image: linear-gradient(0deg, #471ae8, #55527c);
}
.l-h-c-w {
  transition: background-color 0.35s;
}
.l-h-c-w:hover {
  background-color: white;
}
.out_box {
  animation-name: animation-box-out;
  animation-duration: 500ms;
}
.c-h-g {
  transition: color 0.1s;
}
.c-h-g:hover {
  color: green;
}
.h-h-g {
  transition: color 0.1s;
}
.qr-out{
  animation: qr-out 400ms ;
  transform: translateX(-100%);
}
.qr-in{
  animation: qr-in 400ms ;
}
.h-h-g:hover {
  color: rgb(255, 0, 55);
}
.co-h-g {
  transition: color 0.1s;
}
.co-h-g:hover {
  color: rgb(0, 102, 255);
}
 
.co-btn-out{
  transition: all 200ms;
  color: white;
  background-color: #f93535;
  border: 0.7px #f93535 solid !important;
}
.z-index-3 {
  z-index: 3;
}
.s-img-post-c{
  height: 370px;
}
 
.animation-c-s{
  transition: all 350ms ;
}
.btn_t_a{
  transition:  300ms;
}
.p-c_menu{
  top: 14px;
  right: 12px;
}
.icon-mode{
width: 25px;
height: 25px;
z-index: 1;
}
.co-btn_none-border{
  transition: all 200ms;
}
.animation_opacity{
  animation-name: animation_opacity;
  animation-duration: 650ms;
}
.animation_opacity-in{
  animation-name: animation_opacity-in;
  animation-duration: 650ms;
}
.animation-edit-profile{
  transition: all 250ms ;
  opacity: 0.1 ;
  color: white;
  background-color: rgba(0, 0, 0, 0.426);
}
.menu{
  transition: all 200ms;
  position: relative;
}
.menu::before{
  content: '';
  position: absolute;
  transition: all 200ms;
  top: 0;
  left: 0;
  width: 0px;
  background-color: var(--color-add);
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
.menu:hover:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50%;
  background-color: var(--color-add);
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
.menu:hover{
  background-color: white;
  color: var(--color-add);
}
.animation_like{
  color: white;
  background-color: #ff0044;
  transition: all 220ms;
}
.wave{
  animation: wave 740ms ;
  background-image: url('../FILES/image/wave.svg');
  background-size: cover;
  z-index: -1;
  height: 50vh;
}
.wave-1{
  animation: wave 740ms ;
  background-image: url('../FILES/image/wave.svg');
  background-size: cover;
 
  height: 50vh;
}
.dot-1 {
  transition: all 350ms;
  animation: dot-1  500ms  ;
}
.dot-2 {
  transition: all 350ms;
  animation: dot-1  600ms  ;
}
.dot-3 {
  transition: all 350ms ;
  animation: dot-1  700ms  ;
}
.dot-4 {
  transition: all 350ms ;
  animation: dot-1  800ms  ;
}
.dot-5 {
  transition: all 350ms ;
  animation: dot-1  900ms  ;
}
.in-page{
  animation:  in-page 350ms;
  transform: scale(1);
  opacity: 1;
}
.out-page{
  animation:  out-page 350ms;
 
  opacity: 0;
}
.drop-down-out{
  position: absolute;
  top: 65px;
  left: 0;
  opacity: 0;
}
.drop-down-in{
  opacity: 1;
  position: absolute;
  top: 55px;
  left: auto;
  transition: all 250ms;
}
.drop-down{
  transition: all 250ms;
}
.drop-down::after{
  content: '';
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background-color: white;
  position: absolute;
  top: -4px;
  left: 15px;
  z-index: -1;
}
.selcet-drop-down{
  transition: all 250ms;
}
.selcet-drop-down:hover{
  background-color: var(--color-t) !important;
  height: 110%;
  color: white !important;
}
.notificat-1{
  animation:  notificat-1 250ms;
}
.notificat-2{
  animation:  notificat-2 250ms;
  transform:  scale(0);
}
.animation-sc-1{
  animation:animation-sc-1 300ms;
}
.dot-loading-1{
  animation: loadin-dot-s 500ms  linear 0s infinite ;
}
.dot-loading-2{
  animation: loadin-dot 500ms  linear 0s infinite ;
}
.dot-loading-3{
  animation: loadin-dot 500ms  linear 0s infinite ;
}
.dot-loading-4{
  animation: loadin-dot-e 500ms  linear 0s infinite ;
}
@media only screen and (max-width: 941px) {
  .d_r-res {
    display: flex;
    flex-direction: column !important;
  }
 
}
@media only screen and (max-width: 470px) {
  .M3 {
    display: none !important;
  }
  .d{
    flex-direction: column !important;
  }
  .s-img_qrcode{
    margin-left: auto;
    margin-right: auto;
  }
}