.container {
    margin-bottom: 50px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid var(--secondary-color); /* Purple */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

#search-input-group {
    width:80%;
    max-width: 800px;
}

#main-loader .loader {
    position: absolute;
}

#main-loader {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

#ad-generator-header {
    margin-bottom:30px;
    font-weight: bold;
    color: #48486c;
}

.result-container {
    padding:15px;
}

.result-container h3 {
    margin: 0 0 20px 0px;
    text-align:left;
}

.result-container {
   text-align:left;
}

.right-section .result-container {
    text-align:center;
}

#audio-select {
    margin-bottom:15px;
}

#audio-container h3 {
    margin-bottom: 5px;
}

.bensound {
    font-size:0.9em;
    color:#999;
    margin-bottom: 20px;
}

select {
    height: 29px;
    width: 100%;
}

#advanced-container select {
    margin-top:5px;
    margin-bottom: 20px;
}

#text-container input:not(#brand-text-box-option), #advanced-container input {
    width: 100%;
    margin-bottom: 20px;
    margin-top:5px;
    height: 29px;
    padding: 5px;
}

#video-container {
    display:none;
}

#generate-container {
    display:none;
}

.selected-order {
    color: white;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0088cc;
    display:none;
}

/* Mobile */

@media screen and (max-width: 600px) {
    #search-input-group {
        width:100%;
    }
}