
:root {
    --fontInsta: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    --mainBorderColor : #5377f3;
    --mainColor : #2054bd;/*#3865ff;*/
    --mainBackgroundColor : #90a9ff;
    --darkTextColor: #353535;
}

body {
    margin:0;
}

.pageContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fontInstaPost {
    font-family : var(--fontInsta);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    white-space: pre-line;
    color: var(--darkTextColor);
}

.postContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 34.6875rem;
    border-radius: 2px;
    background-color: #fff;
    height:fit-content;
}

.instaPostTitleContainer {
    display: flex;
    padding: .875rem .25rem .875rem 1rem;
}

.instaProfilPicture {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 100%;
    border: .0625rem solid rgba(0, 0, 0, .1);
}

.instaPostContainer {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 400;
}


.linkdinProfilePic {
    margin-right: 5px;
    width: 48px;
    height: 48px;
}

.instaImgContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profilHeaderInsta {
    display:flex;
    font-family : var(--fontInsta);
}

.HeaderInsta {
    padding: 12px 8px 0 16px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.profilStyleInsta {
    font-family : var(--fontInsta);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    color: rgba(0, 0, 0, .6);
}

.instaPostTitleContent {
    margin-left: .875rem;
}

.instaFollowLink {
    color: #0095f6;
}

.instaAccountNameContainer {
    font-weight: 600;
}

.instaPostTitleContent {
    margin-left: .875rem;
}

.instaFollowLink {
    color: #0095f6;
}

.instaAccountNameContainer {
    font-weight: 600;
}

.responseContainer {
    padding-left: 1rem;
    padding-right: 1rem;
}

.isLoading {
    filter: blur(3px);
}

/* MainBTN */

.MainBTN {
    font-weight: 800;
    border: 2px solid var(--mainColor); /*var(--mainBorderColor);*/
    color: var(--mainColor);
    border-radius: 2px;
    padding: 10px;
    height: fit-content;
    background: white;
    text-decoration: none;
    cursor:pointer;
    transition: transform 0.2s, filter 0.2s, scale 0.2s;
    font-family: "Space Grotesk";
}

.MainBTN:hover {
    transform: translateY(2px);
    filter: drop-shadow(0px 3px 4px #00000050);
}

.MainBTN:active {
    scale: 1.03;
}

.MainINPUT {
    font-weight: 600;
    border: 2px solid #ababab;
    color: var(--darkTextColor);
    border-radius: 2px;
    padding: 10px;
    height: fit-content;
    background: white;
    text-decoration: none;
    cursor:pointer;
    transition: transform 0.2s, filter 0.2s, scale 0.2s;
}

/* Insta POST */

.imagePreviewInsta {
    max-width: 100%;
    max-height: 350px;
    height: auto;
    cursor:pointer;
}

.instaPostBottomContainer {
    width: 100%;
}

.instaPostLikeContainer {
    height: 1.5rem;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    border-top: .0625rem solid rgba(0, 0, 0, .05);
}

.instaPostLikeContainerStart {
    display: flex;
    gap:16px;
}

.instaPostStatsContainer {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .25rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.instaPostStatsContainerLikes {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.125rem;
}

.instaPostCommentsContainer {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: fit-content;
}

.instaComment {
    margin: .25rem .25rem .25rem 1rem;
    padding-right: 1rem;
}

.instaPostCommentTitleContent {
    width: 100%;
    padding-right: 1rem;
}

.instaCommentContent {
    white-space: pre-line;
}

.instaCommentContentStart {
    border-color: white;
}

.instaAccountNameContainer {
    font-weight: 600;
    white-space: normal;
}

.instaSeeComment {
    color: #737373;
}

.instaFooter {
    margin: .25rem .25rem .25rem 1rem;
    padding-right: 1rem;
    width: 100%;
}

.instaCommentDate {
    font-size: .75rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    color: #737373;
}

.instaSeeTranslate {
    color: #262626;
    font-weight: 600;
}

.footerHeaderInsta{
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    color: rgba(0, 0, 0, .6);
    display: flex;
    margin: 0 1rem;
    padding: .5rem 0;
    border-bottom: .0625rem solid hsla(0, 0%, 8%, .2);
    gap: 10px;
    margin-bottom:10px;
}

.footerHeaderInstaButton {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.InstaButton{
    background: unset;
    border: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .6);
}

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

/* Loader */

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

.loaderChild {
    position: absolute;
}

.loaderChild svg {
    width: 3.25em;
    transform-origin: center;
    animation: rotate4 2s linear infinite;
}          

.loaderChild circle {
    fill: none;
    stroke: hsl(214, 97%, 59%);
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

.formContainer {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 10px;
    border-radius:2px;
    /* margin: 20px; */
    align-items: center;
    width: 100%;
    gap: 10px;
}

.formContainerChild {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    gap:10px;
}

.formContainerChild p {
    text-align: justify;
}

.navbar{
    position: fixed;
    height: 60px;
    width: 100%;
    background-color:var(--mainColor);/* #2054bd;*/
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding-left: 30px;
    z-index: 1;
}

.logo {
    width: 40px;
    height: 40px;
}

.logo-text {
    color: white;
    font-size: 32px;
    font-family: "Space Grotesk";
    letter-spacing: -1px;
}

.logoContainer {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.mainContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

h1 {
    font-family: "Space Grotesk";
    text-wrap: wrap;
    /* max-width: 34.6875rem; */
    letter-spacing: -1px;
    /* width: 21.25rem; */
    color: var(--darkTextColor);
    text-align: left;
}

.presContinainer {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
    max-width: 34.6875rem;
    text-align: -webkit-center;
    /* margin-top: 100px; */
}

.form-error {
    color: red;
    margin: 0px;
    font-family: "Space Grotesk";
    font-size: 14px;
    text-align: left;
    display: none;
}

.form-component {
    display: flex;
    flex-direction: column;
}

.instaPostContainer {
    border-radius: 0 .25rem .25rem 0;
    width: 100%;
    max-width: 34.6875rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pageMainContainer {
    gap:40px;
}


/* Facebook POST */

.postFacebook {
    background-color: #fff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 34.6875rem;
    /* margin-top: 100px; */
    height: fit-content;
}

.profilPictureFacebook {
    margin-right: 5px;
    width: 48px;
    height: 48px;
    border-radius:50%;
}

.footerFacebookButton {
    display: flex;
    justify-content: space-around;
    height: 2.75rem;
}

.smallButtonFacebook {
    display: flex;
    align-items: center;
    font-size: .9375rem;
    font-weight: 600;
    color: #65676b;
    background: transparent;
    border: none;
}

.editFacebook {                
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: unset;
}

.footerInputsFacebook {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-top: .5rem;
    margin-bottom: .5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-top: .0625rem solid hsla(0, 0%, 8%, .2);
}

.footerIMGFacebook{
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
}

.footerInputFacebook {
    font-family: var(--fontInsta);
    font-size: .9375rem;
    font-weight: 400;
    color: #65676b;
    background-color: #f0f2f5;
    border-radius: 1.125rem;
    padding: .5rem .75rem;
    flex-grow: 2;
}

.socialIcon {
    width: 50px;
    height: 50px;
    border-radius: 2px;
}

.fullContainer {
    filter: drop-shadow(2px 4px 6px #00000020);
    margin-top: 100px;
}

.socialTitleContainer {
    display: flex;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: linear-gradient(180deg, #f6f6f6, white);
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.presAlignCenter {
    margin-top:100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presAlignCenter h1 {
    text-align:center;
    max-width: 370px;
}

#scrollToBottomBtn {
    display: block; /* Always shown by default */
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; 
    padding: 15px; 
    border-radius: 2px; 
}

@media (max-width: 1704px) {
    .presContinainer {
        margin-top: 100px;
    }
}

@media (max-width:1300px) {
    #pageMainContainer {
        flex-direction: column-reverse;
    }  

    #scrollToBottomBtn {
        display: none !important;
    }

}  

@media (max-width:1200px) {
    .postInsta {
        margin-top:60px;
    }

    .fullContainer {
        margin-top:70px;
    }
}

@media (max-width: 1149px) {

    /* h1 {
        text-align: center;
        margin-top: 0px;
    } */

    .formContainerChild p {
        text-align: center;
    }

    .fullContainer h1 {
        width: unset;
    }

    .socialTitleContainer {
        justify-content: center;
    }

    .presContinainer{
        /* margin-top: 30px; */
        align-items: center;
    }

    .presContinainer h1 {
        text-align: center;
    }
}

@media (max-width: 800px) {

    .fullContainer {
        margin-top:0px;
    }
    
    .presAlignCenter {
        margin-top: 70px;
    }

}

@media (max-width: 500px) {

    .logo-text {
        font-size: 25px;
    }

    h1 {
        font-size: 25px;
    }
}
