body{
    overflow-x: hidden;
    scrollbar-widrh: 1px;
}

body::-webkit-scrollbar {
    width: 1px;
}

.template{
    display:none!important;
}
.iq-box {
    padding-top: 10px !important;
}

.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255 / 20%) !important;
}
.main-article-wrapper .list-available-platforms .list-available-platform a {
    display: block;
}
.main-article-wrapper .list-available-platforms .list-available-platform {
    margin: 0 6px;
}
.main-article-wrapper .list-available-platforms {
    text-align: center;
    margin-top: 20px;
}
.main-article-wrapper {
    position: absolute;
    top: 32%;
    width: 100vw;
}
blockquote, .wp-block-quote.is-style-large {
    margin-bottom: 30px;
    text-align: center;
}
blockquote cite {
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 3px solid var(--iq-primary);
}
.iq-main-slider blockquote {
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 32px;
    line-height: 1.4;
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
}
blockquote p b {
    color: #000;
    background: var(--iq-primary);
    padding: 0px 5px;
    display: inline-block;
    text-shadow: none;
    line-height: 1.1;
}
cite a {
    color: var(--iq-primary);
}

#playlist-header img{
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.movie-time .badge.stars{display: none;}
li.slide-item .badge.hdr{background-color: var(--iq-gold) !important; color: black}
li.slide-item .badge.free{background-color: green !important; padding: 6px 20px 6px 20px!important}

li.slide-item:not([hdr="1"]) .badge.hdr{display:none;}
li.slide-item:not([free="1"]) .badge.free{display:none;}
li.slide-item:not([locked="1"]) i.fa-lock{display:none;}
li.slide-item[locked="1"] i.fa-play{display:none;}
li.slide-item{
    margin-left: 0;
    list-style-type: none;
}

.planTypes .custom-control:not(:last-child){
    margin-right: 20px;
}

.plans, .planTypes {
    margin-bottom: 10px;
}

.plans{
    min-height: 128px;
}

#regform[page="1"] [page]:not([page="1"]),
#regform[page="2"] [page]:not([page="2"]),
#regform[page="3"] [page]:not([page="3"]),
#regform[page="4"] [page]:not([page="4"]),
#regform[page="5"] [page]:not([page="5"]),
#regform[page="6"] [page]:not([page="6"]),
#regform[page="7"] [page]:not([page="7"]),
#regform[page="8"] [page]:not([page="8"]),
#regform[page="9"] [page]:not([page="9"]),
#regform[page="10"] [page]:not([page="10"])
{display: none;}

#regform .plans .custom-control{
    width: 100%;
}

#cardholder-name{
    margin-top: 0.4em;
    background: var(--iq-white);
    color: var(--iq-body-bg);
}

#card-element{
    padding: 15px;
    background-color: #ffffff;
    border: 1px #404043 solid;
    margin-top: 0.4em;
}


body:not([trialImpossible="1"]) .trialImpossibleOnly,
body[trialImpossible="1"] .trialPossibleOnly,
body:not([followus="1"]) .followUsOnly,
body:not([platforms="1"]) .platformsOnly,
body[locked="1"] .notLockedOnly,
body:not([locked="1"]) .lockedOnly,
body[canceled="0"] .canceledOnly,
body[canceled="1"] .notCanceledOnly,
body[subscribed="0"] .subscribedOnly,
body[subscribed="1"] .notSubscribedOnly,
body[logged="1"] .notLoggedOnly,
body[logged="0"] .loggedOnly,
body[card="0"] .withCardOnly,
body[card="1"] .withoutCardOnly,
body[unseen="0"] .hasUnseenOnly,
body[platformPaid="website"] .notWebsiteOnly,
body[subscribed="1"]:not([platformPaid="website"]) .websiteOnly,
body:not([translator="1"]) .translatorsOnly
body:not([trailer="1"]) .hasTrailer
{
    display: none !important;
}

.init-hidden
{
    display: none;
}

.hello{
    display: inline-block;
    margin: 10px;
}

.hello .fullname{
    color: var(--iq-primary);
    font-size: 1.2em;
}

/* fixed by terry 
.container-fluid {
    padding: 0 40px;
}*/

/* created by terry */
.row.alertMessage {
    color: var(--red);
}
.platformAlertMessage {
    color: var(--red);
}
/* created by terry */
.site-main  {
    background-size: cover;
}

div#comments .main-title {
    /* font-size: 11px; */
    margin-top: 20px;
}

/*span.client_name*/
div#comments .comment .ri-user-3-fill {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    background: var(--iq-body-bg);
}

div#comments .comment span.client_name,
div#comments .comment span.date_created {
    color: var(--iq-body-bg);
    margin-left: 10px;
    font-size: 12px !important;
}
div#comments .comment {
    background: rgba(255, 255, 255, 0.80);
    padding: 20px;
    border-radius: 6px;
    max-width: 60%;
    box-sizing: border-box;
    color: var(--iq-body-bg);
}
div#comments .comment .text {
    margin-top: 10px;
    font-weight: 100;
    line-height: 1.4;
}



.main-page-banner {
    order: 40;
}

.main-page-banner img {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.main-page-banner p {
    text-align: center
}

i.fa.fa-plus {
    color: var(--iq-white)!important;
}

i.fa.fa-minus.active {
    color: var(--iq-secondary)!important;
}

p a {
    color: var(--iq-primary);
}

.map-container {
    margin-bottom: 20px;
    padding: 50px 0px 50px 0px;
}

.btn.btn-hover .fa {
    color: var(--iq-white);
}

.main-page-footertab {
    order: 1000000;
}

.map-container {
    background-color: var(--iq-bg1);
}

.iq-title-box b {
    color: var(--iq-primary);
}

a.ml-3.app-image {
    margin-bottom: 1rem;
}

.counter {
    color: var(--iq-primary);
}

h4.main-title b {
    color: var(--iq-primary);
}


.row.devices {
    margin-bottom: 20px;
}

.comment {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* end created by terry */

@media (max-width:1300px) {
    .min-width-1300{
        display: none;
    }
}


.loginGoogleButton,
.continueGoogleButton
{
    background: #dd4b39 url(../images/social/google.png);
}
.loginFacebookButton,
.continueFacebookButton{
    background: #3b66c4 url(../images/social/facebook.png);
}

.loginAmazonButton,
.continueAmazonButton{
    background: #efc146 url(../images/social/amazon.svg);
    background-size: 23px 23px;
    color: #000000 !important;
}

.loginAppleButton,
.continueAppleButton{
    background: #000000 url(../images/social/apple.svg);
    background-size: 23px 23px;
}

.loginEmailButton{
    background-color: #34ce57;
}

.loginAppleButton,
.continueAppleButton,
.loginGoogleButton,
.loginAmazonButton,
.loginFacebookButton,
.continueAmazonButton,
.continueFacebookButton,
.continueGoogleButton{
    background-position: 8px center;
    background-repeat: no-repeat;
    color: white;
    padding: 8px 35px 7px 50px !important;    
}
.sign-in-page .btn {
    padding: 8px 35px 7px 35px !important;
    border-radius: 2px!important;
}
.sign-in-page button.loginGoogleButton,
.sign-in-page button.continueGoogleButton {
    background: #fff !important;
    box-shadow: none !important;    
    border-radius: 2px !important;
    padding: 8px 35px;
    padding-left: 50px !important;
    font-weight: 500;
    position: relative;
    color: rgba(0,0,0,0.54);
}
.sign-in-page button.loginGoogleButton:after,
.sign-in-page button.continueGoogleButton:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background: #fff url(../images/social/google.svg) center no-repeat !important;
    left: 2px;
    top: 2px;
}

.fill-card-type{
    text-transform: capitalize;
}

.iq-select-price .iq-trial{
    display:block;
}

.label{
    margin-right: 10px;
    vertical-align: middle;
    padding-top:12px;
}

.img-fluid{
    width: 100%;
    min-width: 0;
}

.img-box .img-fluid{
    aspect-ratio: 16/9;
}

.image-1920{
    width: 100%;
    /** removed by terry height: 100%; **/
    object-fit: cover;    
    opacity: 0.9;
}
.locked-video-info{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
}

body[locked="1"] .video-container{
    width: 100%; 
    margin-left:0;
}

span{
    font-size: inherit!important;
}

.fill-channel-name{
    color: var(--iq-primary);
}


.gauge{
    bottom:0;
    position:absolute;
    z-index: 10;
    left:0;
    width: 100%;
    height: 2px;
    background-color: black;
}

.gauge .progress{
    background-color: #ffc107;
    bottom:0;
    position:absolute;
    z-index: 10;
    left:0;
    height: 2px;
}
.share-icons.music-play-lists li span.count-box {
    width: auto!important;
    min-width: 15px!important;
    height: 32px;
    padding: 0 3px;
    border-radius: 16px;
}

.share-icons.music-play-lists li span.count-box[value="0"] {
    display:none;
}

#loading{
    background-image: none;
}

.popupClose,.popupShield{
    position: fixed;
    display: inline-block;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.popupShield{
    z-index: 10000000;
    background-color: #00000077;
}

.popup { 
    position: absolute; 
    background: rgba(0, 0, 0, 0.6); 
    -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px); 
    padding: 25px; 
    box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); 
    -webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); 
    display: block; margin: 0 auto; 

    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
}

.search-item{
    height: 56px;
    position: relative;
    background-color: black;
    color: white;
    overflow: hidden;
}

.search-item * {
    position: absolute !important;
    padding: 10px!important;
}

.search-item img{
    height: 56px;
    width: 100px;
    left:0;
    top:0;
    object-fit: cover;
}

.search-item .name{
    top:0;
    left: 110px;
    right:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-item .duration{
    bottom: 0px;
    left: 110px;
    right:10px;
    white-space: nowrap;
    text-align: left;
    font-size: 0.6em;
    color: var(--iq-primary-hover);
}

#no-results{
    margin: 20px;
    font-size: 2em;
    text-align: center;
}

li.slide-item:hover .block-images {
    overflow: visible;
    border-left: 5px solid  var(--iq-primary);
}
.movie-detail .trending-info { padding: 0 0 20px 0; border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 0; }
.movie-detail .trending-info.g-border {border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0)); }

.show-only-first:not(:first-child){
    display:none;
}

.space-before::before{
    content:" ";
}
.space-after::after{
    content:" ";
}

.list-available-platform img.small {
    height: 30px;
    width: 30px;
}
.footer-platforms img.small {
    height: 60px;
    width: 60px;
}
.footer-platforms a{
    display: inline-block;
}

.list-available-platform{
    display: inline-block;
}

.list-available-platform img.big{
    width: 160px;
    height: 36px;
    margin: 15px;
}

.slider-overlay{
    height: 100%;
    aspect-ratio: 16/9;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}

#tvshows-slider .premium .list-available-platforms{
    position: absolute;
    width: 30px;
    left: 10px;
    top:80px;
    height: 100%;
    z-index: 2;
}

.shows-img:before,
#tvshows-slider .premium:not(.slick-current){
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.4) 60%, var(--iq-body-bg) 100%);
}

#tvshows-slider .premium:not(.slick-current) .list-available-platforms{
    display: none;
}
.main-content{
    display: flex;
    flex-direction: column;
}
.playlists{
    display: block;
}

.explore-0{
    order: -100;
}

.explore-start-trial{
    order: 15;
}

.trialImpossible{
    margin-bottom: 1em;
    color: red;
}

#becomeTranslator{
    width: 16px;
    height: 16px;
    position: relative;
}

.playlistsSmallSlider .p-name{
    white-space: nowrap;
    font-size: 3vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playlist-clickable{
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playlist-clickable:hover .p-name, .playlist-clickable[selected] .p-name{
    color: var(--iq-primary);
}

li.menu-item > .playlists-header-list
{
    display: inline-block;
    top: 140px;
    position: fixed;
    max-width: 40vw;
    min-width: 10vw;
    max-height: 50vh;
    opacity: 0;
    pointer-events: none;
    background-color: var(--iq-gray);
    overflow-y: auto;
    border-bottom: solid 20px var(--iq-gray);
    transition: 0.4s;
}

li.menu-item.iq-show > .playlists-header-list{
    
    top: 70px;
    opacity: 1;
    transition: 0.4s;
    pointer-events: auto;
}

li.menu-item.categories > .playlists-header-list{
    left: 50%;
    transform: translateX(-50%);
}

li.menu-item.part-watched > .playlists-header-list,
li.menu-item.favorites > .playlists-header-list{
    right: 30px;
}

li.menu-item.favorites a i {
    font-size: 1.25rem;
}

.playlists-header-list .playlist{
    width: 150px;
    display: inline-block;
}

.height-0{height:0}

#video-middle-tab{
    width: 100%;
    aspect-ratio: 16/9;
}
.block-images.block-images-on-home .iq-title a {
    display: block;
    height: 50px;
    line-height: 1.6;
}
.block-images.block-images-on-home .iq-title {
    padding: 10px;    
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}
.block-images.block-images-on-home .block-description .movie-length {
    position: absolute;
    right: 4%;
    bottom: 16px;
    z-index: 2;
}
.block-images.block-images-on-home .block-description .movie-time {
    position: absolute;
    right: 2%;
    top: 16px;
    z-index: 2;
}
.block-images.block-images-on-home .block-description .hover-buttons {
    position: absolute;
    left: 4%;
    bottom: 16px;
    z-index: 2;
}
.block-images.block-images-on-home .block-description {
    width: 96%;
    justify-content: space-between;
    flex-direction: row;
    bottom: 16px;
    top: auto !important;
    left: 4%;
    position: static;
}
li.slide-item .block-images .img-box {
    position: relative;
}
li.slide-item .block-images:before {
    display: none;
}
li.slide-item .epi-desc .videos-details {
    display: block;
}

.login-or-watch {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.login-or-watch a {
    border: 2px solid var(--iq-primary-hover);
    display: inline-block;
    color: var(--iq-primary-hover);
    font-size: 16px;
    height: 56px;
    line-height: 52px;
    border-radius: 6px;
    text-decoration: none;
    width: 320px;
    max-width: 100%;
    box-sizing: border-box;
}
@media (min-width: 768px){
    .mobileOnly{
        display:none !important;
    }
    div.main-content.top-up{
        margin-top: -280px
    }
    .playlists[playlistId="-1"]{
        display: none;
    }
}
@media (max-width: 768px) {
    .desktopOnly{
        display:none !important;
    }
    ul {
        padding-left: 0;
    }
    #tvshows-slider .NextArrow, #top-ten-slider .NextArrow {
        right: 0;
    }
    #tvshows-slider .PreArrow, #top-ten-slider .PreArrow {
        left: 0;
    }    
    .iq-main-slider div.main-article-wrapper {
        margin-top: 30px;
        width: 92vw;
        transform: none;
        margin-left: 4vw;
    }
    .iq-main-slider blockquote {
        font-size: 24px;
    }

    #tvshows-slider .NextArrow, #tvshows-slider .PreArrow {
        font-size: 24px;
    }
    blockquote cite {
        font-size: 16px;
    }  
    div li.slide-item .block-description, div li.slide-item .block-social-info {
        display: block !important;
    }
}




.shows-content{
    bottom:30vh;
}

#tvshows-slider img.w-100{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

#tvshows-slider iframe{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}

.premium-controls{
    width: 42px;
    height: auto;
    top: 76px;
    right: 16px;
    position: absolute;
    display: inline-block;        
}

.premium-controls img{
    position: relative;
    display: none;
    width: 32px;
    height: 32px;
    margin: 5px;
}

@media (max-width: 991px){
    #tvshows-slider img.w-100{
        height: calc(100vh - 60px);
    }
    .premium-controls{
        top: 16px;
    }    
}

@media (max-width: 768px){
    #tvshows-slider img.w-100 {
        height: 80vw;
    }
    .locked-video-info .btn {
        padding: 9px 20px;
    }
    .locked-video-info {
        width: 96%
    }
}

.show-img{
    overflow: hidden;
}

a:focus{
    color: inherit;
}

li.iq-show a{
    color: var(--iq-primary)
}
.loginCode{
    font-size: 3em;
    text-align: center;
}

.qrDiv{
    text-align: center;
}
.qrImage{
    height: 130px;
    aspect-ratio:1;
}

.cookieWarning{
    position: fixed;
    bottom: 0;
    background: #c3c3c3;
    color: black;
    height: auto;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
}

.cookieWarningText {
    width: calc(100% - 100px);
    font-size: 15px;
}
.cookieWarningText p {
    margin-top: 0;
    margin-bottom: 0;
}
.cookieWarning button {
    position: static;
    background: var(--iq-primary-hover);
    color: var(--iq-white);
    padding: 4px 18px;
    border: 2px solid #000;
}

#appleid-signin{
    position:absolute;
    width: auto;
    height: auto;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-extra-info .video-duration {
    margin-right: 10px;
}
.video-extra-info .video-playlist-name a {
    color: var(--iq-primary);
}
.video-extra-info .video-playlist-name {
    margin-left: 10px;
}
.video-extra-info .separator {
    margin-top: -2px;
}
.video-extra-info {
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.trending-dec-wrapper {
    margin-bottom: 40px;
}
.trending-dec-wrapper .trending-dec {                             
    line-height: 1.8;                              
}
.trending-dec-wrapper.make-expandable .trending-dec {
    max-height: 82px;
    overflow: hidden;
}
.show-more-less-button {
    text-align: center;
    margin-top: 20px;
}
.show-more-less-button button {
    padding: 0;
    background: none;
    cursor: pointer;
    border: none;
    color: var(--iq-primary)
}
a.show-all-videos {
    font-size: 12px;
    color: var(--iq-primary);
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    li.slide-item.slick-current div.block-description {
        display: flex !important;
    }
}
@media only screen and (max-width: 760px) {
    h2, .h2 {
        font-size: 1.600em !important;
    }
    
}
@media only screen and (max-width: 480px) {
    h2, .h2 {
        font-size: 1.300em !important;
    }
    body[trailer="1"][locked="0"] .preview-our-video {
        display: none;
    }
    body[trailer="1"][locked="1"] .preview-our-video {
        width: 100%;
        height: 420px;
    }   
    .locked-video-info {
        padding-top: 60px;
    }
    .locked-video-info h3 {
        font-size: 1.4em;
    }
    .block-images.block-images-on-home .movie-time {
        margin-bottom: 0;
        margin-top: 0;
    }
    .block-images.block-images-on-home .iq-title a {
        height: auto;
        font-size: 14px;
    }
    .block-images .hover-buttons {
        margin-top: 0;
    }
    
}

#iq-favorites .upnext.inner-slider {
    padding-left: 0;
}
#iq-favorites .upnext.inner-slider .block-images.block-images-on-home .block-description .align-items-center {
    position: absolute;
    right: 2%;
    top: 16px;
    z-index: 2;
}
#iq-favorites .upnext.inner-slider .epi-desc {
    position: relative;
    z-index: 2
}
.main-content .iq-title-box {
    padding: 20px 0
}

.navbar .navbar-right .iq-sub-dropdown .img-fluid {
    max-width: 50%;
}
.navbar .navbar-right .iq-sub-dropdown {
    width: 500px;
    right: -4px;
}
header .navbar ul li.menu-item > a i {
    display: none;
}
.share-icons.music-play-lists li {
    margin-bottom: 0 !important;
}
div.share-box {
    width: 210px;
    right: -84px;
    top: 45px;
    height: 46px;
}
@media (max-width: 991px) {
    header .navbar ul li.menu-item {
        margin-top: 20px;
        text-align: left;
        padding-left: 30px;
    }

    header .navbar ul li.menu-item > a i {
        display: inline;
    }
    header .navbar ul li.menu-item > a {
        float: none;
        padding: 10px 30px 10px 10px !important;
    }
}
@media only screen and (min-width: 600px) {
    .mobile-slider {
        display: none;
    }
    .login-or-watch {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .mobile-slider img {
        max-width: 100%
    }
    #tvshows-slider {
        height: calc(100vh - 60px);
    }
    .mobile-slider .slide:after {
        content: "";
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        position: absolute;
        background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.4) 60%, var(--iq-body-bg) 100%);
    }
    .has-mobile-slider {
        display: none;
    }
    .iq-main-slider blockquote {
        font-size: 40px;
    }
    .footer-platforms img.small {
        height: 50px;
        width: 50px;
    }
}
@media only screen and (max-width: 556px) {
    .navbar .navbar-right .iq-sub-dropdown .media-body h6.mb-0 {
        line-height: 1.4;
        font-weight: 300;
    }
    .navbar .navbar-right .iq-sub-dropdown {
        width: calc(100vw - 22px);
    }

    .popupShield .popup .buttons {
        text-align: center;
    }
    .popupShield .popup {
        min-width: 96vw
    }
    .m-profile .sign-user_card img.logo-anim {
        max-width: 100px
    }
    div#comments .comment {
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #iq-favorites .row.col-md-9.col-12,
    #iq-favorites .upnext.inner-slider {
        padding: 0;
        margin: 10px 0;
    }
    #iq-favorites .upnext.inner-slider .epi-box {
        display: block;
    }
    .navbar-right.position-relative .iq-show .search-box {
        position: fixed;
        top: 62px;
    }
    .navbar-right.position-relative .iq-search-bar .search-input {
        height: 60px;
    }
    .iq-search-bar .searchbox .search-link {
        top: 17px;
    }
    section .sign-in-page-data .sign-in-from button.btn {
        width: 100%;
    }
    section.sign-in-page .height-self-center {
        height: auto !important;
    }
    section.sign-in-page {
        height: auto;
        padding-bottom: 20px;
    }
    section.sign-in-page .sign-user_card {
        margin-top: 90px;
    }
    .epi-box .epi-desc.p-3 a {
        display: block;
        margin-top: 14px;
    }
    .cookieWarning .flex {
        justify-content: center;
    }
    .cookieWarningText {
        width: 100%;
        font-size: 10px;
        margin-bottom: 10px;
        text-align: center;        
    }
    .footer-platforms a {
        margin-left: 0 !important;
        margin-right: 0.5em !important;
    }
    .navbar .navbar-right .iq-sub-dropdown .img-fluid {
        margin-right: 6px !important;
    }
    .navbar .navbar-right .iq-sub-dropdown {
        width: 100vw;
        right: -15px;
    }
    .navbar .navbar-right .iq-sub-dropdown .media-body h6.mb-0 {
        line-height: 1.2;
        font-size: 14px;
    }
    .main-article-wrapper .list-available-platforms .list-available-platform {
        margin: 0 4px;
    }
    .iq-main-slider blockquote {
        font-size: 26px;
    }
}


.custom-radio .custom-control-input:checked~.custom-control-label{
    color: var(--iq-primary);
}



#credential_picker_container{
    left: 50%;
    transform: Translate(-50%);
}