/*
/* TinyMCE dark style
*/
#mceu_6 {
    background: transparent;
}

#mceu_8 {
    border-bottom: 1px solid #dcdcde;
    background: #102530 !important;
    padding: 0;
    position: relative;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#mceu_11 iframe {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mce-toolbar .mce-ico {
    color: #ffffff !important;
}

.mce-toolbar .mce-btn-group .mce-btn:hover,
.mce-btn.mce-disabled:hover {
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    transform: scale(1.2);
}

.mce-toolbar .mce-btn-group .mce-btn.mce-active {
    background: none !important;
    border: none !important;
}

.wp-editor-container {
    border-radius: 20px;
}

.mce-container {
    border-radius: 20px;
}

.mce-container * {
    border-radius: 20px;
}


/*
/* Custom Switcher
*/
.custom-switcher {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    width: 200px;
    height: 46px;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: .3s;
}

.custom-switcher.state2 {
    background-color: #FFD668;
}

.custom-switcher .options {
    position: relative;
    z-index: 2;
    display: flex;
    width: 196px;
    justify-content: space-around;
    font-size: 13px;
}

.sliding-bg {
    width: 102px;
    height: 44px;
    background-color: #102430;
    position: absolute;
    border-radius: 10px;
    transition: 0.3s;
}

.custom-switcher.state1 .sliding-bg {
    left: 1px;
}

.custom-switcher.state2 .sliding-bg {
    transform: translateX(97px);
}

.custom-switcher .option {
    transition: 0.3s;
}

.custom-switcher.state1 .option1 {
    color: #fff;
}

.custom-switcher.state1 .option2 {
    color: #000;
}

.custom-switcher.state2 .option1 {
    color: #000;
}

.custom-switcher.state2 .option2 {
    color: #FFD668;
}




/**
 * Buttons
 */
.yellow-button {
    background-color: #FFD668 !important;
    color: #021623 !important;
    border: 0 !important;
    user-select: none;
    -webkit-user-select: none;
}

.yellow-button:hover {
    background-color: #FFD668 !important;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0) !important;
}

.blue-button {
    background-color: #7CD9FF !important;
    color: #021623 !important;
    border: 0 !important;
    user-select: none;
    -webkit-user-select: none;
}

.blue-button:hover {
    background-color: #7CD9FF !important;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0) !important;
}

.button.primary.reveal-icon.yellow-button i,
.button.primary.reveal-icon.blue-button i,
.button.success.reveal-icon.simple-blue-button i {
    background-image: url('/wp-content/themes/portal/assets/images/icon-arrow-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 11px;
    height: 11px;
    content: "";
    top: -1px;
}

.button.primary.reveal-icon.yellow-button i::before,
.button.primary.reveal-icon.blue-button i::before,
.button.success.reveal-icon.simple-blue-button i:before {
    content: none;
}

@media only screen and (max-width: 450px) {
    .button.primary.reveal-icon {
        width: 100%;
    }
}



/*
/* Links
*/
.blue-link {
    color: #7CD9FF !important;
    transition: .3s;
}

.blue-link:hover {
    color: #fff !important;
}



/*
/* Home
*/
@media screen and (max-width: 450px) {
    .home-quick-links {
        margin-top: 20px;
    }
}



/* Footer */
.copyrights {
    font-size: 13px;
    margin-top: 10px;
}

.copyrights .secondary-copyright {
    display: flex;
    margin-top: 4px;
}

.copyrights .flags {
    display: flex;
    margin-left: 20px;
}

.copyrights .flag {
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.copyrights .flag.pl {
    background-image: url('/wp-content/themes/portal/assets/images/flag-pl.svg');
    margin-right: 10px;
}

.copyrights .flag.eu {
    background-image: url('/wp-content/themes/portal/assets/images/flag-eu.svg');
}

@media only screen and (max-width: 849px) {
    .copyrights .secondary-copyright {
        justify-content: center;
    }
}

@media only screen and (max-width: 450px) {
    .copyrights {
        font-size: 10px;
    }

    .copyrights .secondary-copyright {
        flex-direction: column;
        align-items: center;
    }

    .copyrights .flag {
        width: 20px;
        height: 15px;
    }

    .copyrights .flags {
        margin-top: 12px;
    }
}