.title-bar{
    /*height: 32px;*/
    background-color: #cdcfd2;
    padding: 4px 0;
    color: #757779;
    text-align: center;
    font-size: 20px;
    margin-top: 4px;
}

.cust-btn,
.uploadButton {
    /*box-shadow: 0px 1px 0px 0px #f0f7fa;*/
    background:linear-gradient(to bottom, #a936eb 5%, #690ac2 100%);
    background-color:#a936eb;
    border-radius:4px;
    /*border:1px solid #057fd0;*/
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-weight:bold;
    padding:4px 15px;
    text-decoration:none;
    text-shadow:0px -1px 0px #5b6178;
    margin-right: 30px;
}
.cust-btn:hover,
.uploadButton:hover {
    background:linear-gradient(to bottom, #690ac2 5%, #a936eb 100%);
    background-color:#690ac2;
    color: white;
    text-decoration: none;
}
.cust-btn:active,
.uploadButton:active {
    position:relative;
    top:1px;
}

.uploadButton>i{
    padding-right: 6px;
    font-size: 15px;
}

/* --------------------------------- */
/* HEADER */
/* --------------------------------- */
.header-fixed{
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
}

.header{
    height: 72px;
    background-color: white;
    margin-bottom: 2px;
    padding-left: 45px;
    padding-right: 45px;
    transition: box-shadow .2s;
}

.header__shadow{
    box-shadow: 0 2px 10px 0px #757779;
}

.header > div {
    height: 100%;
}

/* HEADER MIDDLE */


.header-div-2 > form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

/* HEADER LEFT, RIGHT */

.header-div-1,
.header-div-3{
    padding: 7px 0px;
}

.header-div-1 *,
.header-div-3 img {
    height: 100%;
    vertical-align: middle;
    padding: 0;
}

.burger-menu{
    cursor: pointer;
    font-size: 30px;
    /*margin-top: 22px;*/
}

.burger-menu:hover{
    /*color: white;*/
}

.header-logo{
    margin-left: 10px;
}
.search{
    /*border: 1px solid #111111;*/
}
/*.search input{
    border-radius: 5px 0px 0px 5px;
}*/
.search>input,
.search>input:focus{
    border-color: transparent;
    background: #CDCFD2;
    /*height: 30px;*/
    color: black;
    border-radius: 3px 0px 0px 3px;
    outline: none;
}

.search>input::placeholder {
    color: #757779;
}

.search>.input-group-btn{
    /*border: 2px solid #111111;
    border-left: 3px solid #7b3cd6;*/
    color: #757779;
    border-left: 3px solid #757779;
    padding: 0px 5px;
    background-color: #cdcfd2;
    border-radius: 0px 3px 3px 0px;
}
.search>.input-group-btn>.btn {
    background-color: #cdcfd2;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
}

.search>.input-group-btn>button:focus{
    outline: none;
}

.header-div-3{
    display: flex;
    justify-content: flex-end;
}

.header-div-3 span {
    /*color: #757779 !important;*/
    align-items: center;
    display: flex;
    padding: 0px 15px;
    font-weight: bold;
}

.header-div-3 span.divider {
    padding: 0;
}
.header-div-3 span.divider::after {
    display: inline-block;
    content: ' ';
    height: 60%;
    border: 1px solid black;
}

.header-div-3 .btn-app {
    background-color: rgb(162, 1, 255);
    border: 1px solid rgb(162, 1, 255);
    border-radius: 15px;
    color: white;
    font-weight: bold;
    font-size: inherit;
}

.header-contest {
    /* background: -webkit-gradient(linear,left top, right top,from(#ff8a00), to(#e52e71));
    background: linear-gradient(90deg,#ff8a00, #e52e71);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent; */
    color: #E2117D !important;
}

.init-fs i {
    font-size: 150%;
    color: #757779;
    cursor: pointer;
}

.floating-search--div.open {
    opacity: 1;
    transform: scale(1);
    height: 100%;
}

.floating-search--div {
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}
.floating-search--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.floating-search--exit,
.floating-search--btn,
.floating-search--input {
    outline: none;
    border: none;
}

.floating-search--exit {
    position: absolute;
    top: 0;
    right: 10px;
    color: white;
    background-color: transparent;
    height: 60px;
    font-size: 30px;
}
.floating-search--div form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.floating-search--input {
    width: 70vw;
    color: white;
    background-color: transparent;
    border-bottom: 1px solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 60px;
    font-size: 30px;
}

.floating-search--btn {
    margin-top: 15px;
    border-radius: 0px;
    border: none;
    display: flex;
    align-items: center;
    padding: 10px;
    /* height: 40px; */
    font-size: 20px;
}

.floating-search--btn,
.floating-search--btn:hover,
.floating-search--btn:focus {
    background-color: white;
    color: #555555;
}

.floating-search--btn * {
    display: inline-block;
    vertical-align: middle;
}