* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    flex-grow: 0;
    flex-shrink: 0;
}

.root {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 50% 50%;
}

.root__left {
    background: #0458AD;
    padding-left: 243px;
    padding-top: 60px;
    background-image: url('../Mask\ group.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.root__left #title {
    margin-top: 300px;
}

.root__left #cr {
    margin-top: 300px;
}

.root__left h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.root__left h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 90px;
    /* identical to box height */
    color: #FFFFFF;
}

#cr span {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-items: center;
    margin-top: 20px;
}

#cr span img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
}

#cr span p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

#cr p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.root__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.root__wrapper label {
    margin-top: 10px;
    font-family: 'Roboto';
    color: #120D54;
    font-size: 16px;
    display: block;
    width: 370px;
}

.root__wrapper input {
    outline: none;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 5px;
    width: 370px;
    height: 50px;
    color: black;
    margin-top: 10px;
    font-size: 16px;
}

.root__wrapper h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
    color: #120D54;
    width: 400px;
    text-align: center;
}

.root__wrapper__dropdown {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 370px;
    height: 50px;
    justify-content: baseline;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: 16px;
    position: relative;
}

.root__wrapper__dropdown strong {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #A1A1A1;
}

@keyframes animateThis {
    0% {
        max-height: 0px;
    }

    100% {
        max-height: 1000px;
    }
}

#dropdown-item {
    margin-top: 5px;
    background: white;
    color: #120D54;
    padding: 3px;
    font-family: 'Roboto';
    cursor: pointer;
}

#dropdown-body {
    display: none;
    position: absolute;
    z-index: 1;
    animation: animateThis 1s linear;
    overflow: hidden;
    top: 50px;
    left: 0;
    background: #0458AD;
    padding: 5px;
    border-radius: 5px
}

#display-image,
#display-image img {
    width: 100%;
    height: 100%;
    display: none;
}

.root__wrapper textarea {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 370px;
    height: 96px;
    outline: none;
    color: #120D54;
    padding: 5px;
    font-size: 16px;
    font-family: 'Roboto';
}


#post-btn {
    cursor: pointer;
    font-size: 20px;
    background: #0458AD;
    border-radius: 3px;
    width: 369px;
    height: 66px;
    border: none;
    font-family: 'Roboto';
    font-weight: 700;
}

input[type="file"] {
    color: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border: none;
    color: #120D54;
    display: inline-block;
    padding: 16px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 370px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background-image: url('../Vector\ \(10\).png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-origin: content-box;
}

input[type="file"]::before {
    content: "Izaberite sliku";
    color: #C4C4C4;
    display: inline-block;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    width: 370px;
}

.imgname {
    display: none;
    color: green;
    font-family: 'Roboto';
    margin-top: 10px;
    border: 1px solid green;
    padding: 3px;
}

.selection {
    color: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border: none;
    color: #120D54;
    display: inline-block;
    padding: 16px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 370px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-origin: content-box;
}

option {
    color: black;
}

.msg {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: red;
    text-align: center;
}

@media screen and (max-width: 1331px) {
    .root__left {
        padding-left: 100px;
    }
}

@media screen and (max-width: 1049px) {
    .root__left {
        padding-left: 50px;
    }

    .root__left h1 {
        font-size: 40px;
    }

    .root__left h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 901px) {
    .root {
        grid-template-columns: 1fr;
    }

    .root__left {
        width: 100%;
    }

    .root__left #cr {
        margin-top: 250px;
        margin-bottom: 20px;
    }

    .root__wrapper {
        padding-top: 20px;
    }
}