body,
html {
    font-family: sans-serif;
    color: white;
    margin: 0;
}

.page-banner {
    width: 100%;
    height: 100px;
    background-color: green;
}

h1 {
    font-weight: 700;
}

.logo {
    width: 96px;
    height: auto;
}

a#home-link {
    margin-left: 15px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    font-size: 15px;
    border: 3px solid rgb(96, 163, 16);
    padding: 4px 8px;
    border-radius: 4px;
}

a#home-link:hover {
    opacity: 0.8;
}

.concurs-content {
    display: blocK;
    width: 98%;
    padding: 15px 30px;
    margin: auto;
}

.concurs-result {
    display: block;
    height: auto;
    background-color: #b6d5b6;
    border-radius: 6px;
    padding: 15px;
    width: 80%;
}

video {
    width: 90%;
    margin: 2% 5%;
}

#video-cover {
    width: 72%;
    position: absolute;
    padding-left: 7%;
    z-index: 1000;
    padding-top: 5%;
    cursor: pointer;
}

.guests {
    font-size: 36px;
 }


.list {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}

.bgimg {
    background-image: url('../img/resultat2.jpeg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.hr-green {
    margin: auto;
    border: 2px solid #00ffad;
}

.concurs {
    margin-top: 20px;

}

.title {
    white-space: nowrap;
}

@media only screen and (max-width: 420px) {
    .logo {
        width: 64px;
        height: auto;
    }

    .title {
        font-size: 23px !important;
        margin: botom 20px !important;
    }

    .list {
        font-size: 18px;
    }
}

@media only screen and (min-width: 421px) {
    a#home-link {
        font-size: 18px;
    }

    .concurs-content {
        width: 100%;
    }

    .title {
        font-size: 24px !important;
        margin: botom 20px !important;
    }

    .list {
        font-size: 18px;
        ;
    }
}

@media only screen and (min-width: 591px) {
    a#home-link {
        font-size: 20px;
    }

    .concurs-content {
        width: 90%;
    }

    .title {
        font-size: 32px !important;
        margin: botom 20px !important;
    }

    .list {
        font-size: 20px;
    }

    #video-cover {
        width: 64%;
        padding-left: 6%;
        padding-top: 4%;
    }
}

@media only screen and (min-width: 768px) {
    .concurs-content {
        width: 80%;
    }

    .title {
        font-size: 36px !important;
        margin: botom 20px !important;
    }

    #video-cover {
        width: 58%;
        padding-left: 5%;
        padding-top: 3%;
    }   
}

@media only screen and (min-width: 1200px) {
    .concurs-content {
        width: 60%;
    }

        #video-cover {
            width: 44%;
            padding-left: 3%;
            padding-top: 2%;
        }
}

.container {
    width: 500px;
    display: flex;
    flex-wrap: nowrap;
}

.cont-img {
    margin: 7px;
    width: 90px;
    object-fit: contain;
    align-self: flex-start;
}

.banner-content {
    position: absolute;
    top: 120px;
    left: 70px;
}

/*****************************************************************
    MODAL
*****************************************************************/
* .modal {
    position: relative;
    z-index: 1050;
    visibility: hidden;
    width: 285px;
    overflow: hidden;
    outline: 0;
    background-color: rgb(96, 163, 16);
    border-radius: 4px;
    top: -248px;
}

.modal-content {
    padding: 2px 10px;
    background-color: #cdc7c7;
    font-size: 13.5px;
}

.hr-modal {
    border: 0;
    border-top: 3px solid #ff9800;
    margin: 1px 0;
}

.concurs {
    text-align: right;
    font-size: 16px;
    margin: 2px;
}

.concurs a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.concurs a:hover {
    color: #FF9800;
}

#info {
    display: none;
    font-family: inherit;
    width: 768px;
    margin-left: calc((100% - 768px)/2);
    margin-top: 15px;
    top: 0;
    border: 2px solid #54c1c1;
    border-radius: 7px;
}

#header-close {
    background-color: #1a9c9c;
    color: white;
    text-align: right;
    font-size: 18px;
}

#close {
    cursor: pointer;
}

pre {
    margin: 0;
    background-color: #145858;
    color: white;
    font-size: 16px;
}

.select-tag,
.input {
    font-size: 10px;
    height: 24px;
    width: 100%;
    background-color: rgb(232, 240, 254);
    border: none;
}

.btn {
    border-radius: 5px;
    color: white;
    cursor: pointer;
    width: 85px;
    margin: 4px;
}

.btn:hover {
    opacity: 0.6;
}

.btn-submit {
    background-color: #269826;
    border: 2px solid green;
}

.btn-close {
    background-color: gray;
    border: 2px solid #6b6b6b;
}

.img-icon {
    width: 50%;
    margin-left: 25%;
    margin-top: 5px;
}

div.btn-wrapper {
    display: flex;
    justify-content: flex-end;

}

.call-section {
    visibility: visible;
}

#countrycode {
    font-family: arial;
    font-weight: bold;
    color: green;
    margin-left: 5px;
    padding-top: 2px;
}

#img-clicable {
    width: 150px;
    cursor: pointer;
    position: absolute;
    top: -21%;
    left: 30px;
}

#img-clicable:hover {
    opacity: 0.8;
}

#confirm {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    display: none;
}

#spinner {
    width: 145px;
    position: relative;
    top: -136px;
    left: -40px;
    visibility: hidden;
}

.img-close {
    cursor: pointer;
    width: 30px;
    height: 20px;
}