#LandingCvParent {
    display: flex;
    justify-content: center;
}

.showContainer {
    background-color: #F5F2F0;
    border-radius: 3%;
    padding: 3% !important;
    overflow-x: auto;
    overflow-y: auto;
    height: 350px;
    width: 600px;
    flex-basis: 100%;
    text-align: left;
    margin-left: 18px;
}

#notLoggedTry{
    display:none;
}

#LandingTextAdd, #LandingTextEdit {
    display:none;
}

#botCVLanding {
    overflow: hidden;
    border-radius: 5px;
}

.notShown {
    display: none;
}

.shown{
    display:block;
}

#editCVFields{
    display: none;
}

.enterSec {
    padding-top: 10px;
}

.cvOverlay {
    opacity: 0.9;
    background-color: rgb(255, 255, 255);
}

#cvLoaderContainer{
    display:flex;
    justify-content:center;
}

#cvLoader {
    display: block;
}

#cvSelect {
    width: 100%;
    display: none;
}

#loadCVbutton {
    display: none;
}

.fileInp {
    margin-top: 10px;
    margin-bottom: 0;
}

#name {
    resize: none;
    margin-top: 15px;
}

#cvDisplay {
    font-family: inherit;
    margin-bottom: 0;
    padding: 5px;
    white-space: pre-wrap;
}

#newCvButton{
    display: none;
}

#cvName{
    display: none;
}

#LandingCVbuttons {
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
    .showContainer {
        width: 500px;
    }
}
@media (max-width: 1000px) {
    #LandingCvParent {
        flex-direction:column;
        justify-content:center;
    }

    .centeringItems {
        display: flex;
        justify-content: center;
    }

    .showContainer {
        width: 100% !important;
    }

    .forTextLanding {
        padding-top: 10px;
    }

    #botCVLanding{
        width: 100% !important;
        height: 225px !important;
    }

    .showContainer {
        flex-basis: auto;
        height: 350px !important;
        width: 60%;
    }
}
