body
{
  font-family: "Poppins", sans-serif;

}

body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Montserrat;
}
.cards {
background: #171717;
display: grid;
place-items: center;
min-height: 100vh;
}

.outer {
display: flex;
align-items: center;
justify-content: center;
}

.cards .card {
background: #fff;
padding: 0.8rem;
width: 35rem !important;
border-radius: 2rem;
position: absolute;
pointer-events: none;
opacity: 0;
animation: animate 15s infinite linear;
animation-delay: calc(3s * var(--delay));
border:0px !important;
}

.profile,
.header {
display: flex;
align-items: center;
}
.header {
justify-content: space-between;
}
.profile {
margin-bottom: 0.5rem;
}
.profile .img {
height: 50px;
width: 50px;
border-radius: 50%;
padding: 5px;
background: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.178);
}
.profile .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.profile .details {
margin-left: 10px;
}
.op-star {
color: #28223f;
font-size: 1.1rem;
}

.outer:hover .card {
animation-play-state: paused;
}
.cards .card:last-child {
animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {
0% {
opacity: 1;
transform: translateY(100%) scale(0.5);
}
5%,
20% {
opacity: 1;
transform: translateY(100%) scale(0.7);
}
25%,
40% {
opacity: 1;
pointer-events: all;
transform: translateY(0%) scale(1);
}
45%,
60% {
opacity: 1;
transform: translateY(-100%) scale(0.7);
}
65%,
100% {
opacity: 0;
transform: translateY(-100%) scale(0.5);
}
}

@media (max-width: 767px) {

  .cards .card {
    width: 100% !important;
  }
/*Edited*/
.card {
font-size: 10px;
padding: 0.5rem !important;
margin: 0.5rem;
text-align: center;
}
.header,
.profile {
flex-direction: column;
margin-bottom: 0.5rem;
}
}


.user__picture {
width: 4rem;
height: 4rem;
margin-right: 1rem;
transition-duration: .3s;
transition-timing-function: cubic-bezier(.25,.8,.5,1);
}

.user__picture {
position: relative;
flex-shrink: 0;
width: 5rem;
height: 5rem;
border-radius: 50%;
padding: .25rem;
margin-right: 1.5rem;
background-image: linear-gradient(90deg, #ffc107, #f44336, #9c27b0);
overflow: hidden;
}




.zamupa__user {
font-size: 1.2rem;
line-height: 135%;
max-width: none;
position: relative;
}




.user {
display: flex;
align-items: center;
max-width: 20rem;
min-width: 0;
}

.user__img {
border-radius: inherit;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border: .25rem solid #fff;
background-color: #fff;
}


.zamupa__user-comment {
color:gray;
font-size:15px;
}



img {
max-width: 100%;
display: block;
height: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}

.zamupa__user {
font-size: 1.2rem;
line-height: 135%;
max-width: none;
position: relative;
}

.user__main {
flex: 1 1 0;
width: 1%;
text-align: start;
display: flex;
flex-direction: column;
}

.user__name {
font-size: 1rem;
font-weight: 600;
line-height: 135%;
transition-duration: .3s;
transition-timing-function: cubic-bezier(.25,.8,.5,1);
}


._it4vx {
height: 5px;
background: #27c4f5 -webkit-gradient(linear, left top, right top, from(#27c4f5), color-stop(#a307ba), color-stop(#fd8d32), color-stop(#70c050), to(#27c4f5));
background: #27c4f5 -webkit-linear-gradient(left, #27c4f5, #a307ba, #fd8d32, #70c050, #27c4f5);
background: #27c4f5 linear-gradient(to right, #27c4f5, #a307ba, #fd8d32, #70c050, #27c4f5);
background-size: 500%;
-webkit-animation: 2s linear infinite LoadingBarProgress, .5s ease-out LoadingBarEnter;
animation: 2s linear infinite LoadingBarProgress, .5s ease-out LoadingBarEnter;
-webkit-transform-origin: left;
transform-origin: left;
width: 100%;
display: none;
}
._72fik {
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 12;
}
@keyframes LoadingBarProgress {
0% {
background-position: 0% 0
}
to {
background-position: 125% 0
}
}
@keyframes LoadingBarEnter {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}




@-webkit-keyframes rotate {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}

@keyframes rotate {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}


.note{

text-decoration: none;
text-align:center;
width:100%;
font-size: 15px;
color:#ffffff;
}


.zamupa__link[data-v-0d068325] {
border-radius: 50px;
background: linear-gradient(90deg,#1adba1,#00aee4 58.85%,#009fd1);
box-shadow: 0 1.4rem 3.5rem -1rem rgba(17,119,139,.2);
color: #fff;
--tw-gradient-from: #6366f1 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;

    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);

justify-content: center;
grid-gap: 1rem;
align-items: center;
padding: 1rem 1.5rem;
min-height: 5rem;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: .6px;
text-decoration: none;

}



.zamupa__link{background:linear-gradient(144deg,#af40ff,#5b42f3 50%,#00ddeb)}

.zamupa__link svg
{
    width: 30px;
    top: 9px;
    position: relative;
}

.zamupa__link svg[data-v-0d068325] {
width: 1rem;
height: 1.7rem
}

.zamupa__girl[data-v-0d068325] {
display: flex;
align-items: flex-end;
margin-bottom: -4.4rem
}

.zamupa__likes[data-v-0d068325] {
position: absolute;
left: 23rem;
top: 9rem
}

.zamupa__likes-img[data-v-0d068325] {
position: absolute;
width: 4rem;
max-width: none
}

@-webkit-keyframes anin-like-left-0d068325 {
to {
    transform: translate(-150%,-180%) scale(1.5);
    opacity: 0
}
}

@keyframes anin-like-left-0d068325 {
to {
    transform: translate(-150%,-180%) scale(1.5);
    opacity: 0
}
}

@-webkit-keyframes anin-like-right-0d068325 {
to {
    transform: translate(150%,-240%) scale(2);
    opacity: 0
}
}

@keyframes anin-like-right-0d068325 {
to {
    transform: translate(150%,-240%) scale(2);
    opacity: 0
}
}


.loader2 {
position: relative;
width: 200px;
height: 200px;
border-radius: 10rem;
border: 3px solid white;
background: linear-gradient(#eb31b0, #e4c352, #7df8d6);
box-shadow: 0px 0px 100px -50px black;
animation: animate 1s linear infinite;
}

.loader2::before {
position: absolute;
content: "";
background: #fff;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 80%;
height: 80%;
border-radius: 10rem;
border: 3px solid white;
box-shadow: inset 0px 0px 100px -70px #111;
}


[hidden] {
    display: none;
}
*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
.flex {
    display: flex;
}
.h-12 {
    height: 3rem;
}
.h-4 {
    height: 1rem;
}
.w-12 {
    width: 3rem;
}
.w-\[170px\] {
    width: 170px;
}
.w-\[200px\] {
    width: 200px;
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.items-center {
    align-items: center;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-md {
    border-radius: 0.375rem;
}
.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

#comment_count
{
  font-size: 50px;
    font-weight: 500;
    width: 100%;
    float: left;
}

.card-2 .user__picture
{
  width: 20px !important;
  height: 20px !important;

}

.card-2 .zamupa__user-comment
{
  font-size:12px;
}

.card-2 .user__name
{
  font-size:12px;
}


.card-2 .zamupa__user
{
  line-height: 20px;
}

.card-2
{
  border-radius: 10px;
  margin-bottom:5px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff !important;
}

.modal-content {
  background: #000000;
}

.modal
{
  display: block !important;
}

.react-responsive-modal-root
{
  display: none;
}

.rounded-lg {
    border-radius: 2rem !important;
}

.-translate-y-28 {
    --tw-translate-y: 0rem !important;
}


.react-responsive-modal-modal
{
  margin:0px;
  margin-top:10px;
  margin-bottom:10px;
}


.card-instagram{
    position: relative;
    width: 360px;
    /*min-height: 400px;*/
    background: #fff;
    box-shadow: 15px 15px 60px rgba(0, 0, 0, .15);
    padding: 20px;
    border-radius: 20px;
    margin-top:100px;
    height: 200px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: inset -2px -41px 31px -30px rgba(0,0,0,0.53);
    -moz-box-shadow: inset -2px -41px 31px -30px rgba(0,0,0,0.53);
    box-shadow: inset -2px -41px 31px -30px rgba(0,0,0,0.53);
}
.card-instagram .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-instagram .top .userDeatils{
    display: flex;
    align-items: center;
}
.card-instagram .top .userDeatils .profileImg{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
}
.cover{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.card-instagram .top .userDeatils h3{
    font-size: 14px;
    color: #4d4d4f;
    font-weight: 700;
    line-height: 1rem;
    cursor: pointer;
    margin-left:-10px;
}
.card-instagram .top .userDeatils span{
    font-size: 0.75em;
    font-weight: 400;
}
.card-instagram .top .dot{
    transform: scale(0.6);
    cursor: pointer;
}
.imgBg{
    position: relative;
    width: 100%;
    height: 320px;
    margin: 10px 0 15px;

}

.imgBg img{
    border-radius: 5px;
    -webkit-box-shadow: inset -2px -41px 31px -30px rgba(0,0,0,0.53);
    -moz-box-shadow: inset -2px -41px 31px -30px rgba(0,0,0,0.53);
    box-shadow: inset -2px -41px 31px -30px rgba(0,0,0,0.53);
}
.btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btns img{
    max-width: 24px;
    cursor: pointer;
}
.btns .left img{
    margin-right: 8px;
    float: left;
}
.likes{
    margin-top: 5px;
    font-size: 1em;
    color: #4d4d4f;
}
.message{
    font-weight: 400;
    margin-top: 5px;
    color: #777;
    line-height: 1.5em;
}
.message b{
    color: #262626;
}
.message span{
    color: #1d92ff;
    cursor: pointer;
}
.comments{
    margin-top: 10px;
    align-items: center;
    color: #999;
}
.addComments{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.addComments .userImg{
    position: relative;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}
.addComments .text{
    width: 100%;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    color: #262626;
}
.addComments .text::placeholder{
    color: #777;
}
.postTime{
    margin-top: 10px;
    font-weight: 500;
    color: #777;
}

.dropdown-container .dropdown-trigger {
  font-size:17px !important;
}
