html, body, #content-holder {
    overflow-x: hidden!important;
    height: 100%;
    width: 100%;
    font-family: Roboto, sans-serif;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
}

#logout-btn {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #e6e6e8;
    background-color: #c43235;
    padding: 7px;
    font-size: 1.1em;
}

.price-container {
    border: 1px solid #000;
    padding: 10px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
}

#content-holder, #voices-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#voices-container, #main-query-holder {
    width: 60%;
}

#clip-type, .custom-select, #first-voice, #clip-length {
    width: 100%;
    position: relative;
    min-height: 30px;
    display: flex;
    margin: 7px 0 0;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6em;
}

#clip-type, #clip-length {
    font-size: 1.8em;
}

.voice {
    padding: 5px;
    width: calc(98% - 35px);
    height: 100%;
    display: inline-block;
    font-size: inherit;
}

.remove-voice-track {
    margin-right: 5px;
    width: 6%;
    height: 42px;
    max-width: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("gross-dark-cross.svg");
}

#add-voice-track {
    margin-top: 7px;
    /* background-image: url("add-filled-cross-sign.svg"); */
    width: 33px;
    height: 33px;
    position: relative;
    white-space: nowrap;
    font-size: 1.3em;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: auto;
    padding: 5px 20px 0px;
}

#add-voice-track, .remove-voice-track {
    cursor: pointer;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

#first-voice .voice {
    width: 100%;
}

#total-price, #clip-price, #rep-price {
    font-weight: bold;
    float: right;
}

#static-header-holder {
    background-color: #4dade9;
    display: flex;
    justify-content: center;
    width: 110%;
    padding: 0 5%;
    position: fixed;
    top: 0;
    left: -10%;
    z-index: 10
}

#static-header-holder div {
    padding: 19px 0 20px;
    display: flex;
    justify-content: space-between;
    align-content: center
}

#static-header-holder div img {
    margin: 2px 0 1px;
    height: 18px;
    display: inline-block
}

#static-header-holder div img:nth-of-type(2) {
    height: 16px;
    margin: 3px 0 2px
}

#static-header-holder div p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px 0;
    position: absolute;
    margin: 0;
}

#footer div, #static-header-holder div {
    text-align: justify;
    display: inline-block;
    max-width: 1000px;
    min-width: 320px;
    width: calc(100vw * 994 / 1024)
}

#footer {
    display: flex;
    width: 100%;
    background-color: #f8f8f8;
    justify-content: center;
    flex-wrap: wrap
}

#footer div {
    padding: 51px 0;
    text-align: initial;
    color: #999!important;
    display: flex;
    align-content: center;
    justify-content: space-between
}

#footer p {
    display: inline-block;
    font-size: 12px
}

#footer p:nth-of-type(1) {
    font-weight: 700;
    display: initial
}

.tab {
    display: inline-block;
    width: 20px;
    height: 1px;
    content: ""
}

#price-containers {
    width: 28%;
    margin-top: 55px;
    min-width: 250px;
}

.price-container:nth-of-type(2) {
    border-top: 0;
    border-bottom: 0;
}