@import url('width-all.css');
@import url('page-mode.css');
.main_menu {
    background-color: blueviolet;
    transition: 2s;
}

.main_menu:active~.facetor {
    background-color: blue;
    display: block;
    animation-name: in_menu;
    animation-duration: 400ms;
    transform: scale(1);
}
div {
  animation-timing-function: cubic-bezier(0.46, 0.04, 0, 0.92);
}
.size-img{
  width:55px ; 
  height:55px;
}
.top-2{
  top: 20px;
}.top-3{
  top: 30px;
}
.bg-nav{
  backdrop-filter: blur(25px);
  background-image: linear-gradient(45deg, #fffffff5, #ffffff66);
}
.out_menu {
    animation-name: out_menu;
    animation-duration: 400ms;
    transform: translate(-50px);
}

@keyframes out_menu {
    from {
        transform: translate(0px);
    }
    to {
        transform: translate(-50px);
    }
}

@keyframes in_menu {
    from {
        transform: translate(-50px);
    }
    to {
        transform: translate(0px);
    }
}

.in_menu {
    animation-name: in_menu;
    animation-duration: 400ms;
}

.bg-red {
    color: #f79b00;
    background-color: white;
    border-radius: 20px;
    transition: 200ms;
    border: 0.8px solid #f79b00;
}

.bg-r {
    color: white;
    background-color: #f78400;
    border-radius: 20px;
}

.bg-red:hover {
    border: 0.8px solid #f78400;
    color: rgb(0, 0, 0);
    transform: scale(1.02);
    background-color: #f79b00;
}

.bg-red:active {
    border: 0.8px solid #f78400;
    color: rgb(0, 0, 0);
    transform: scale(1.02);
    background-color: #f79b00;
}

.bg-q {
    background-color: white;
}

.title_q {
    color: #2b91da;
}

.bg-c {
    border: 0.8px solid #f78400;
    color: white;
    transform: scale(1.02);
    background-color: #f79b00;
}

.bg-red {
    color: #4c4c4c;
    background-color: white;
    border-radius: 20px;
    transition: 200ms;
    border: 0.8px solid #f79b00;
    cursor: pointer;
}

.bg-red_btn {
    color: #4c4c4c;
    background-color: white;
    border-radius: 20px;
    transition: 200ms;
    border: 0.8px solid #f79b00;
    cursor: pointer;
}

.bg-r {
    color: white;
    background-color: #f79b00;
    border-radius: 20px;
}

.bg-red_btn:hover {
    /* border: 0.8px solid #f79b00;
    color: rgb(0, 0, 0);
    transform: scale(1.02);
     background-color: #f79b00; 
    background-image: linear-gradient(to right, #ffc300, #ff8601); */
}

.bg-q {
    background-color: white;
}

.bg-c {
    border: 0.8px solid #f79b00;
    color: white;
    transform: scale(1.02);
    background-color: #f79b00;
}

.title_q {
    color: #2b91da;
}

.profiles {
    background-color: #fff;
    width: 100px;
    height: 100px;
}

.user {
    /* color: #f79b00; */
    font-size: 25px;
    color: #000;
}

.play-btn {
    color: white;
    /* background-color: #f79b00; */
    background-image: linear-gradient(to right, #ffc300, #ff8601);
    transition: 200ms;
    font-size: 22px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.score {
    /* color: #f79b00;
    background-color: white;
    border: 0.8px solid #f79b00;
    transition: 200ms;
    font-size: 22px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer; */
    color: #ffbc00;
    /* background-color: #2c2c2c; */
    /* background-image: linear-gradient(to right, #462e11d1, #000000db); */
    background-image: linear-gradient(to right, #080808d1, #830000db);
    border-radius: 20px;
    font-size: 22px;
    text-align: center;
    transition: 200ms;
    cursor: pointer;
}

.play-btn:hover,
.score:hover,
.a-t-scale:hover {
    transform: scale(1.02);
}

.play-one {
    /* background: rgb(247, 155, 0); */
    background-image: linear-gradient(to right, #ffc300, #ff8601);
    font-size: 22px;
    border-radius: 20px;
    text-align: center;
    color: white;
    border: none;
    transition: all 200ms ease 0s;
    cursor: pointer;
}

.play-multi {
    background: rgb(72 72 72);
    font-size: 22px;
    border-radius: 20 px;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(to right, #1b2c3e, #421100);
    border-radius: 20px;
    /* border: 0.8
px
solid #22211f; */
    transition: all 200ms ease 0s;
    cursor: pointer;
}

.play-one:hover,
.play-multi:hover {
    transform: scale(1.02);
}

.play-btn :hover {
    transform: scale(1.02);
}

.border-r {
    border: 0.8px solid #f79b00;
}

.animation-b {
    animation-name: animation-q;
    animation-duration: 300ms;
}

@keyframes animation-q {
    from {
        transform: translate(200px, 0px);
    }
    to {
        transform: translate(0px, 0px);
    }
}

.bg-t {
    background-color: #f79b00;
}

.bg-f {
    background-color: #0b82ed;
}

.t {
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    border-left: 50px solid #ffc107;
}

.t2 {
    top: 4px;
    left: 2.3px;
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
    border-left: 44px solid white;
}

.t3 {
    top: 19%;
    left: 35%;
}

.border-r {
    border: 0.8px solid #f79b00;
}

.bg-t {
    /* background-color: #f79b00; */
    /* background-image: linear-gradient(to right, #ff8901, #421100); */
    background-image: linear-gradient(to right, #ffc001, #ff8801);
}

.bg-f {
    background-image: linear-gradient(to right, #f3c737, #ffbb01);
}

.bg-s {
    background-image: linear-gradient(to right, #bec0c2, #a1a2a3);
}

.bg-ti {
    background-image: linear-gradient(to right, #c19a6c, #b37a5f);
}

.text-t {
    color: #f79b00;
}

.border-t {
    border: 0.8px solid rgb(247, 155, 0);
}

.animation_d {
    animation-name: animation-end;
    animation-duration: 200ms;
}

@keyframes animation-end {
    0% {
        transform: scale(0.5);
    }
    70% {
        transform: scale(1);
    }
    85% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.animation_lg {
    animation-name: example;
    animation-duration: 650ms;
    width: 85%;
    height: auto;
}

.loading_page {
    animation-name: loading_page;
    animation-duration: 1200ms;
    animation-iteration-count: infinite;
}

@keyframes loading_page {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 944px) {
    .reponsive_home {
        display: flex;
        flex-direction: column;
    }
}

.over-y {
    overflow-y: scroll;
}
.l_r {
    text-align: center;
    border-radius: 22px;
    background-color: #ffffff;
    color: #343a40;
    transition: 400ms;
}
.l_r:hover {
    transform: scale(1.1);
    
}

.box_a_l_r{
    animation-name: b_a_l_r;
    animation-duration: 1200ms;
}
@keyframes b_a_l_r {
    from{
        transform: translate(0, 100vh);
        opacity: 0;
    }
    to{
        opacity: 1;
        transform: translate(0);
    }
    
}
.box_a_l_r_l{
    animation-name: b_a_l_r_l;
    animation-duration: 1500ms;
}
@keyframes b_a_l_r_l {
    from{
        transform: translate(100vw, 50%);
        opacity: 0;
    }
    to{
        opacity: 1;
        transform: translate(0);
    }
    
}
.s_box_f{
    box-shadow: rgb(0 0 0 / 25%) 0px 13px 27px -5px, rgb(255 255 255 / 30%) 0px 8px 16px -8px;
}
/* index html */
.pointer {
    cursor: pointer;
}

#content-home {
    transform: scale(1);
}

blockquote {
    background: #eee;
    border-radius: 5px;
    margin: 16px 0;
}

.bg-body {
    background-color: rgb(255, 235, 200);
}

blockquote p {
    padding: 15px;
}

cite {
    margin: 16px 32px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}



[contenteditable] {
    outline: 0px solid transparent;
}

.bg-default {
    background: #3c4c6a;
}

.bg-theme {
    background: #4c4c4c;
}

.login-form {
    border-top: 3px solid #f7809c !important;
    border-bottom: 3px solid #df4268 !important;

}

span {
    font-family: 'Prompt', sans-serif;
    line-height: 28px;
}

.header-scrolled {
    background: rgba(40, 58, 90, 0.9);
    box-shadow: 1px 1px 26px #000;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #fafd54;
}

.get-started-btn:hover {
    background: #d6e131;
    color: #000 !important;

}

.get-started-btn {
    border-color: #d6e131;
    padding-top: 8px;
}

.mobile-nav .mobile-nav {
    opacity: 1;
    visibility: visible;
}

section {
    padding: 20px 0;
    overflow: hidden;
}

.section-title h2::after {

    background: #17a2b8;

}

.sweet-alert p {
    font-family: 'Prompt', sans-serif;
    color: #808080;
    font-size: 19px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.text-big {
    font-size: 10rem !important;
}

.ui.huge-big.statistic>.value,
.ui.huge-big.statistics .statistic>.value {
    font-size: 10rem !important;
}

.focus-input100 {
    border: 1px solid #f0bf6c !important;
}

.login100-form-btn {

    background-color: #e36d8f !important;

}

.bg-theme-img {
    /* background-image: url(/assets/Restaurant mural wallpaper.png); */
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gg:hover {
    color: white;
}

.color-pink-1 {
    color: #e36d8f !important;
}

.thumbnail {
    /* border-radius: 20px 20px 0px 0px; */
    border-radius: 20px;
    height: 310px !important;
}

@media only screen and (max-width: 1070px) {

    .check {
        padding: 1.5rem !important;
        /* p-4 */
    }

    /* .thumbnail{
    height: 250px;

  } */
}

@media only screen and (max-width: 990px) {
    .sidebarOption h2 {
        display: none;
    }

    .check {
        padding: 1rem !important;
        /* p-3 */
    }

    .bar {
        flex: 0.1 !important;
    }

    .sidebar__poll {
        border-radius: 50%;

        text-align: center;
        width: 64px;
        height: 64px;
        margin: auto;
    }
}

@media only screen and (max-width: 900px) {

    .check {
        padding: .5rem !important;
        /* p-2 */
    }

    .thumbnail {
        height: 250px !important;

    }
}

@media only screen and (max-width: 830px) {}

@media only screen and (max-width: 750px) {

    .trand {
        display: none;
        flex: 0;
    }

    .thumbnail {
        height: 220px !important;

    }
}

@media only screen and (max-width: 453px) {

    .background {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .container {
        padding: 1.5rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media only screen and (max-width: 375px) {
    .thumbnail {
        height: 199px !important;
    }
}

.background {
    padding: 3rem;
}

.container {
    padding: 3rem;
}



.sidebar__poll {


    text-align: center;

    margin: auto;
}

.blur-select-post {
    display: flex;
    margin: auto;
    border-radius: 20px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.39);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.radius {
    border-radius: 20px !important;
}

.radius_all {
    border-radius: 20px;
}

.pop-full {
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0px;
    width: 100%;
    height: 100%;
}.animaion_top_score{
    height: 303px;
    animation-name: a_t_s;
    animation-duration: 500ms;
}
@keyframes a_t_s {
    from{
        height:  0px;
    }
    to{
        height: 303px;
    }
}
.css-gradient {
    background: linear-gradient(270deg, #ff7300, #ffc300);
    background-size: 400% 400%;

    -webkit-animation: animation-gradient 11s ease infinite;
    -moz-animation: animation-gradient 11s ease infinite;
    animation: animation-gradient 11s ease infinite;
}
@-webkit-keyframes animation-gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes animation-gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes animation-gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/* style.css*/

:root{
  --color-t:#2948ff;
  --color-add:#2948ff;
}
::-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;
  animation-name: b-t;
  animation-duration: 350ms;
}
.mx-sc-post {
  max-width: 750px;
  animation-duration: 450ms;
}
.mx-sc-post-img{
  max-width: 600px;
}
.mx-sc-post-b{
  max-width: 400px;
  min-width: 200px;
  animation-name: b-t;
  animation-duration: 450ms;
}
.mh-post-img{
  max-height: 350px;
}
.bg-t-l{
  background-image: linear-gradient(to top,#396afc, #2948ff );
}
.bg-t1{
  background-color:var(--color-t) ;
}
.c-t{
  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;
}
.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-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-30 {
  font-size: 30px;
}
.f-60-w {
font-weight: 200;
  font-size: 60px;
}
.f-20 {
  font-size: 20px;
  
}
.f-24 {
  font-size: 24px;
}
.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 {
  background-color: #eee;
}
.bg-add{
  background-color: var(--color-add);
}
.bg-nav{
  /* backdrop-filter: blur(3px);
  -webkti-backdrop-filter: blur(5px); */
  /* background-color: white/ */
}
.flex-1 {
  flex: 1;
}
.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-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: #000000 solid 2px;
 overflow: hidden;
}
.detall-loading{
  animation: wellcome-2  2500ms;
}
.text-loading{
  animation: wellcome-2  1500ms;
}
.wellcome{
  animation-name:wellcome;
  animation-duration: 3000ms;
 
}
.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%);
}
.box-s {
  box-shadow: #b7b7b7b5 0px 0px 33px 2px;
}
.bg-img-l_r {
  background-image: url(./img/bg-img.jpg);
  background-size: cover;
  transition: transform 0.5s ease;
}
.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%;
}
.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%; 
  box-shadow: var(--color-t) 5px 9px 29px 8px;
  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 #7e757d;
}

.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: 750ms;
}
.animation-c-flex-out{
  animation-name: b-t-x-out;
  animation-duration: 650ms;
}
.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;
}
.p-c_input{
  top: 14px;
  left: 12px;
}
.s-img-post {
  height: 200px;
  width: 200px;
}
.c_m_t-s {
  top: 3.5%;
  left: 3.5%;
}
.n_g {
  width: 30px;
  height: 30px;
}
.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: transform 200ms ease;
}


.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;
}
.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);
}
.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;
}
.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);
}
.animation_like{
  color: white;
  background-color: #ff0044;
  transition: all 220ms;
}
@media only screen and (max-width: 941px) {
  .M1 ,.detail{
    display: none !important;
  }
 
}
@media only screen and (max-width: 870px) {
  .M3 {
    display: none !important;
  }
}.animation-nav-in{
  animation-name: animation-nav-in;
  animation-duration: 550ms;

}
@keyframes animation-nav-in {
  0%{
    transform: translateY(50vh);
  }
  100%{
    transform: translateY(0vh);
  }
}.animation-nav-out{
  animation-name: animation-nav-out;
  animation-duration: 550ms;

}
@keyframes animation-nav-out {
  0%{
    transform: translateY(0vh);
  }
  100%{
    transform: translateY(50vh);
  }
}
/* for noti */
.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 ;
 
}
.notificat-1 {
  animation: notificat-1 250ms;
}
.notificat-2{
  animation:  notificat-2 250ms;
  transform:  scale(0);
}
.color-s-noti{
  color: #B0DB7D;
}
@keyframes bg-animation-blur {
  0% {
      backdrop-filter: blur(2px);
      -webkti-backdrop-filter: blur(2px);
      background-color: rgba(82, 82, 82, 0.6);
  }

  100% {
      backdrop-filter: blur(0px);
      -webkti-backdrop-filter: blur(0px);
      background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes bg-dark-animation {
   0%{
      background-color: rgba(255, 255, 255, 0);
      backdrop-filter: blur(0px);
      -webkti-backdrop-filter: blur(0px);
  }
  100%{
      backdrop-filter: blur(2px);
      -webkti-backdrop-filter: blur(2px);
      background-color: #18181861;
  }
}
@keyframes bg-dark-animation-2 {
  0%{
      backdrop-filter: blur(2px);
      -webkti-backdrop-filter: blur(2px);
      background-color: #18181861;
  }
  100%{
     background-color: rgba(255, 255, 255, 0);
     backdrop-filter: blur(0px);
     -webkti-backdrop-filter: blur(0px);
 }
 
}
.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%);
 
}@keyframes notificat-1 {
  0%{
      transform:  scale(0);
  }
  70%{
      transform:  scale(1.05);
  }
  100%{
      transform:  scale(1);
  }
}
@keyframes notificat-2 {
  100%{
      transform:  scale(0);
  }
  70%{
      transform:  scale(1.05);
  }
  0%{
      transform:  scale(1);
  }
}.center-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mx-sc-post-c {
  max-width: 300px;
  min-width: 200px;
}