.theme_triad #cm.bar #c-inr {
    max-width: inherit;
}

.theme_triad #c-bns .c-p-bn,
.theme_triad #c-bns .c-s-bn {
    color: #212139 !important;
    background: #ffffff;
}

.theme_triad #s-bns button {
    color:  #ffffff;
    background: #0066b3;
}

.theme_triad #c-bns .c-p-bn:active,
.theme_triad #c-bns .c-p-bn:hover,
.theme_triad #c-bns .c-s-bn:active,
.theme_triad #c-bns .c-s-bn:hover {
    background: #ffffff;
}

.theme_triad #s-bns button:active,
.theme_triad #s-bns button:hover {
    background: #00508d;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: #0066b3;
}

@media screen and (min-width: 992px) {
    .theme_triad #cm.bar #c-inr {
        display: flex;
    }
    .theme_triad #cm.bar #c-inr-i {
        flex: 1.5;
        padding-right: 1em;
        display: flex;
        align-items: center;
    }
    .theme_triad #cm.bar #c-bns {
        flex: 1;
        margin-top: 0;
    }
}

/* Curaprox style */
.theme_triad #cc_div #cm {
    background: #0066b3;
}

.theme_triad #c-txt {
    font-size: 14px;
    color: white;
}

.theme_triad #c-txt a {
    text-decoration: underline;
    border-bottom: none;
}

.theme_triad #c-txt a:hover,
.theme_triad #c-txt a:focus,
.theme_triad #c-txt a:active {
    color: inherit;
    text-decoration: none;
}

/* accept/deny btn */
.theme_triad #c-bns #c-p-bn,
.theme_triad #c-bns #c-s-bn {
    /* background: transparent linear-gradient(72deg, #ead393 0%, #bf8f39 100%); */
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 120px;
    height: 40px;
    border-radius: 0;
    margin-left: 1em;
    padding: 0;
}
/* Change pref btn */
.theme_triad #c-bns #c-t-bn {
    background: transparent;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 180px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #ffffff;
}

@media (max-width: 688px) {
    .theme_triad #c-bns #c-p-bn,
    .theme_triad #c-bns #c-s-bn,
    .theme_triad #c-bns #c-t-bn {
        width: 100%;
        padding: 1em 1.7em;
        margin-left: 0;
    }
    #cm.bar #c-bns {
        max-width: 100%;
    }
}

.floating {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #212139;
    border: none;
    z-index: 9999;
}

@media (max-width: 768px) {
    .floating {
        bottom: 10px;
        right: unset;
        left: 10px;
    }
}

.floating img {
    width: 70%;
}
