*::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

@media screen and (min-width: 1024px) {
    .cookie-bar-popup-2-full-html-title {
        position: absolute;
        border-radius: 5px 5px 0 0;
        overflow-y: hidden;
    }
}

.cookie-bar-popup-full-html-content {
    padding: 20px;
    width: calc(100% - 40px);
}

.cookie-bar-popup-2-full-html-content {
    padding: 10px 20px 10px;
    width: calc(100% - 40px);
}

/* .g-signin2 {
    width: 200px !important;
    display: block;
    margin: 0 auto;
}

.abcRioButton.abcRioButtonBlue {
    color: #fff;
    width: 200px !important;
}

.abcRioButton.abcRioButtonBlue>div>span>span {
    font-size: 15px;
    font-weight: bold;
}

.orRegister {
    color: #fff;
} */

/* ???? */
#loginForm .register a,
#toggleForm {
    color: #BABCB7;
    text-decoration: underline;
    cursor: pointer;
}
#loginForm > div.formaZaPrijavu > button {
    background: #D72020;
    color: #fff;
    border: 1px solid #D72020;
    transition: 0.2s;
}
#loginForm > div.formaZaPrijavu > button:hover {
    background: transparent;
    color: #D72020;
}
/* ???? */


#gSignInWrapper,
#gSignInWrapper_2,
#gSignInWrapper_3 {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 5px;
    background: #fff;
    overflow: visible;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    /* vertical-align: top; */
    -webkit-tap-highlight-color: transparent;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 6px, rgba(0, 0, 0, .117647) 0 1px 4px;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    transition: all .25s;
    box-sizing: border-box;
}

#customBtn,
#customBtn_2,
#customBtn_3 {
    text-align: center;
    padding: 15px 40px;
}

#gSignInWrapper span,
#gSignInWrapper_2 span,
#gSignInWrapper_3 span {
    padding-left: 0px;
    font-weight: normal;
    color: #000;
    white-space: break-spaces;
    text-align: center;
    position: relative;
    left: 20px;

}

#gSignInWrapper::before,
#gSignInWrapper_2::before,
#gSignInWrapper_3::before {
    position: absolute;
    content: '';
    background-image: url(../img/img_google.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
}

#gSignInWrapper:hover,
#gSignInWrapper_2:hover,
#gSignInWrapper_3:hover {
    background-color: #ECECFB;
}