/*!
Theme Name: COOS 2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coos-2025
Tags: custom-background, custom-logo, custom-menu, featuvar(--primary)-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

COOS 2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* root variabled */
:root {
    --font: 'Montserrat', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-family: var(--font);
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: var(--font);
}

body {
    line-height: 1;
    font-family: var(--font);
}

ol,
ul {
    list-style: none;
    font-family: var(--font);
}

blockquote,
q {
    quotes: none;
    font-family: var(--font);
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
    font-family: var(--font);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: var(--font);
}

:root {
    --top-offset: 107px;
    --menu-width: 260px;
}

div#page {
    position: fixed;
    left: var(--menu-width);
    height: 100vh;
    top: 0px;
    left: var(--menu-width);
    background-color: #f0f0f1;
    width: calc(100% - var(--menu-width));
    z-index: 9;
    box-sizing: border-box;
    padding: 30px;
    overflow-y: scroll;
    padding-top: var(--top-offset);
    padding-bottom: 150px;
}

div#coos_menu {
    position: fixed;
    width: var(--menu-width);
    left: 0px;
    top: 0;
    background-color: rgb(25 25 25);
    height: 100vh;
    z-index: 9999999;
    padding: 20px;
    padding-top: var(--top-offset);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div#coos_menu {
    transition-timing-function: cubic-bezier(0.291, 0.004, 0.037, 1.042);
    transition-duration: .7s;
}

.coos_minimize_inset {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 20px;
    background-color: #00000000;
}

.coos_toolbar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 70px;
    background-color: #ffffffd6;
    z-index: 999999999;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) -4px 9px 25px -6px;
    backdrop-filter: blur(8px) brightness(1) saturate(2);
}

.coos_logo {
    width: 120px;
    height: 40px;
    position: fixed;
    left: 15px;
    top: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.coos_profile {
    height: 45px;
    /* background-color: rgba(0,0,0,0.05); */
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    color: var(--black);
    font-weight: 700 !important;
    font-family: 'Montserrat';
    padding: -1px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
    /* backdrop-filter: brightness(0.98); */
    box-shadow: inset -2px -6px 8px 3px rgba(0, 0, 0, 0.05), inset 0px 17px 15px -3px rgba(255, 255, 255, 0.3);
    border: 1px solid var(--lightgrey-dark);
}

.coos_menubtn {
    width: 40px;
    height: 40px;
    background-color: #363636;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/coos-2025/channel-fallback.webp');
}

.coos_profile_name {
    float: right;
    height: 35px;
    line-height: 35px;
    padding-right: 15px;
    margin-left: 2px;
    font-weight: 700;
}

.coos_profile_img {
    position: relative;
    left: unset;
    top: unset;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: white;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.coos_menu_content>ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}

.coos_menu_content>ul>li {
    padding: 0px;
    background-color: #36363600;
    box-sizing: border-box;
    cursor: pointer;
    color: #ffffffd4;
    font-size: 15px;
    border-bottom: 1px solid #343434;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}

.coos_menu_content>ul>li>a>span.coos_alert {
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    transform: translate(4px, -6px) scale(0.76);
}

.coos_card {
    background-color: white;
    position: relative;
    padding: 1px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 4px;
    /*box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgb(225, 225, 225) 0px 0px 0px 1px inset;*/
    /*box-shadow: 5px 5px 11px #ebebec,
        -5px -5px 11px #f5f5f6;*/
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    min-height: 230px;
}

.coos_cardheader {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 2px solid #f5f5f5;
}

.coos_cardheader>.coos_cardheader_title>strong {
    font-weight: 700;
    color: var(--grey);
}

.coos_cardcontent {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 100px;
    overflow: hidden;
}

.ctxt_header,
.ctxt_subheader,
.ctxt_moduleheader,
.ctxt_bodytext {
    font-weight: 400;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1rem);
    line-height: 1.25;
    color: rgb(67, 67, 67);
}

.ctxt_header {
    color: black;
    font-weight: 800;
    font-size: clamp(2rem, 3vw + 1rem, 3rem);
}

.ctxt_subheader {
    font-weight: 600;
    font-size: clamp(1.5rem, 2vw + 0.5rem, 2rem);
}

.ctxt_moduleheader {
    font-weight: 600;
    font-size: clamp(1.1rem, 1.2vw + 0.4rem, 1.3rem);
}

.ctxt_bodytext {
    font-weight: 400;
    font-size: clamp(1rem, 1vw + 0.3rem, 1.125rem);
}

.coos_stripe {
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    margin: 0px 0px;
}

.coos_section {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    align-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.coos_row.coos_divider {
    display: grid;
    align-items: center;
    gap: 20px;
    margin: 10px 0px;
    max-width: 100% !important;
    grid-template-columns: auto 1fr;
}

div.coos_col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.coos_cardheader_actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

button.coos_cardaction {
    background-color: #f5f5f5;
    border: none;
    width: 35px;
    height: 33px;
    border-radius: 4px;
    cursor: pointer;
    color: #333333;
    font-weight: 600;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.coos_cardheader_actions>button:hover {
    background-color: #f8f8f8;
}

.coos_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.coos_table thead {
    background-color: #ffffff;
    color: #333;
    font-weight: 600;
}

.coos_table thead tr {
    border-bottom: 2px solid #f5f5f5;
}

.coos_table thead tr th {
    padding: 10px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
}

.coos_table tbody {
    background-color: #fff;
}

.coos_table>tbody>tr:last-of-type {
    border: 0px solid red !important;
}

.coos_table tbody tr {
    border-bottom: 1px solid #ebebeb;
    transition: background-color 0.3s ease;
}

.coos_table tbody tr:hover {
    background-color: #f9f9f9;
}

.coos_table tbody tr td {
    padding: 10px 15px;
    color: #555;
    vertical-align: middle;
}

.coos_table tbody tr:last-child td {
    border-bottom: none;
}

.coos_table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr>td>input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}

td.coos_table_actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding;
    contain-intrinsic-block-size: auto 100px;
    vertical-align: middle;
}

td.coos_table_actions>button {
    width: 20px;
    height: 20px;
}

.coos_menu_content>ul>li>a>img {
    width: 23px;
    display: inline;
    transform: translate(-4px, 5px);
}

.coos_row {
    max-width: 1420px;
}

div#coos_menu.coos_toolbar_minimized {
    padding: 0px;
}

div#coos_menu.coos_toolbar_minimized>.coos_menu_content {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

div#coos_menu.coos_toolbar_minimized>.coos_menu_content>ul>li {
    font-size: 0px !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 0px solid var(--primary) !important;
}

div#coos_menu>.coos_menu_content>ul>li>a {
    font-size: 15px;
    color: var(--lightgrey);
    padding: 0px;
    text-decoration: none !important;
    padding: 5px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

div#coos_menu.coos_toolbar_minimized>.coos_menu_content>ul>li>a>img {
    transform: translate(0px, 0px) scale(1.2);
    width: 30px;
    height: 30px;
}

div#coos_menu.coos_toolbar_minimized>.coos_menu_content>ul>li>a {
    font-size: 0px !important;
}

button.coos_cardaction>img {
    width: 30px;
    transform: translateY(0px);
}

.coos_card_dark {
    overflow: hidden;
    position: relative;
    background-color: #303030;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.coos_card_dark>.coos_cardheader {
    background-color: rgb(30, 30, 30);
    border-radius: 4px 4px 0px 0px;
    border-bottom: 2px solid #121212;
}

.coos_card_dark>.coos_cardheader>* {
    color: white;
}

.coos_card_dark>.coos_cardheader>.coos_cardheader_actions>button {
    background: black;
    box-shadow: 5px 5px 16px #222222, -5px -5px 16px #3e3e3e;
}

.coos_card.coos_card_dark::after {
    content: "";
    width: 250px;
    height: 250px;
    background-color: #adadad;
    position: absolute;
    bottom: -120px;
    right: -130px;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.6;
}

pre {
    padding: 20px;
    background-color: #2a2a2a;
    color: white;
    font-family: monospace;
    font-size: 17px;
    text-align: center;
}

.coos_modal {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background-color: rgb(20 20 20 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

.coos_modal_body {
    background-color: white;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    max-widtH: 600px;
    max-height: 800px;
}

.coos_modal.coos_modal_side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px;
    backdrop-filter: blur(0px);
}

.coos_modal.coos_modal_side>.coos_modal_body {
    height: 100%;
    max-height: 100%;
    width: 400px;
}

.coos_modal_body {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.coos_modal_body .coos_modal_body_content {
    width: 100%;
    height: calc(100% - 60px - 50px);
    position: absolute;
    left: 0px;
    top: 50px;
    padding: 20px;
    overflow-y: scroll;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.coos_modal_body .coos_modal_body_content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

.coos_modal_body .coos_modal_body_content::-webkit-scrollbar-thumb {
    background: transparent;
}

.coos_modal_body .coos_modal_body_timeline {
    bottom: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 0px 10px;
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next,
.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_prev {
    width: 110px;
    height: 40px;
    background-color: #585858;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.2) 0px 7px 13px -3px, rgba(0, 0, 0, 0.1) 0px -5px 0px inset;
    position: Relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0px 10px;
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next:before,
.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_prev:before {
    position: absolute;
    content: '';
    left: 10px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M15.5857864%2C12%20L7.29289322%2C20.2928932%20C6.90236893%2C20.6834175%206.90236893%2C21.3165825%207.29289322%2C21.7071068%20C7.68341751%2C22.0976311%208.31658249%2C22.0976311%208.70710678%2C21.7071068%20L17.7071068%2C12.7071068%20C18.0976311%2C12.3165825%2018.0976311%2C11.6834175%2017.7071068%2C11.2928932%20L8.70710678%2C2.29289322%20C8.31658249%2C1.90236893%207.68341751%2C1.90236893%207.29289322%2C2.29289322%20C6.90236893%2C2.68341751%206.90236893%2C3.31658249%207.29289322%2C3.70710678%20L15.5857864%2C12%20Z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    top: 0px;
    width: 20px;
    height: 100%;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    transform: rotate(180deg) translateY(2px);
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next:before {
    right: 10px;
    left: unset;
    transform: rotate(0deg) translateY(-2px);
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_prev:active,
.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next:active {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_timeline .coos_timeline_body {
    width: 100px;
    height: 9px;
    float: left;
    background-color: #e6e6e6;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_timeline .coos_timeline_inner {
    background-color: var(--primary);
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border-radius: 5px;
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next {
    background-color: var(--primary);
    align-items: flex-start;
}

.coos_nav>span {
    color: white;
    font-weight: 600;
    font-size: 14px;
    transform: translateY(-2px);
    pointer-events: none;
}

.coos_nav:active>span {
    transform: translateY(0px);
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next:before,
.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_prev:active:before {
    transform: rotate(180deg) translateY(0px)
}

.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next:before,
.coos_modal_body .coos_modal_body_timeline .coos_nav.coos_next:active:before {
    transform: rotate(0deg) translateY(2px);
}

.coos_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

.coos_modal_header span {
    font-size: 1.1rem;
    font-weight: 800;
    color: #333;
}

.coos_modal_header .coos_modal_close {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #e6e6e6;
    border-radius: 50%;
    border: 0px solid var(--primary);
}

.coos_modal_header .coos_modal_close img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.coos_form_group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.coos_form_group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.coos_form_group textarea,
.coos_form_group select,
.coos_form_group input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease;
}

.coos_form_group input:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}

.checkbox {
    display: none;
}

.slider {
    width: 50px;
    height: 25px;
    background-color: lightgray;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 3px solid transparent transition: .3s;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.25) inset;
    cursor: pointer;
}

.slider::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-25px);
    border-radius: 20px;
    transition: .3s;
    box-shadow: 0 0 10px 3px rgb(0, 0, 0, 0.25);
}

.checkbox:checked~.slider::before {
    transform: translateX(25px);
    box-shadow: 0 0 10px 3px rgb(0, 0, 0, 0.25);
}

.checkbox:checked~.slider {
    background-color: var(--primary);
}

.checkbox:active~.slider::before {
    transform: translate(0);
}

.coos_checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.coos_row>p {
    font-size: 15px;
    line-height: 1.3em;
    margin-bottom: 20px;
    width: 100%;
}

div.coos_center {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.coos_error {
    /* background-color: var(--danger); */
    color: white;
    padding: 15px;
    font-weight: 600;
    border-radius: 2px;
}

.pd20 {
    padding: 20px;
}

.coos_socials_carrousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 20px;
}

.coos_socials_item {
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    background-color: white;
    padding: 20px;
    cursor: pointer;
    border-radius: 4px;
}

.coos_socials_item>img {
    width: 40px;
}

.coos_socials_item>div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.coos_socials_item>div>span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.coos_socials_item>div>.coos_network_error {
    color: var(--danger);
    font-weight: 600;
    margin-top: 5px;
    font-size: 14px !important;
}

.coos_social_static {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.coos_profile_pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #f5f5f5;
    background-color: var(--grey-lighter);
    line-height: 35px;
    font-size: 22px;
    text-align: center;
}

.coos_w40 {
    width: 40px;
    height: 40px;
}

.coos_w50 {
    width: 50px;
    height: 50px;
}

.coos_w60 {
    width: 60px;
    height: 60px;
}

.v-align {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 5px;
}

.h-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 5px;
}

:root {
    --button-action-travel: 4px;
}

a.coos_button,
button.coos_button {
    background-color: #494949;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 0px 8px 0px 10px;
    gap: 7px;
    border: 0px solid var(--primary);
    border-radius: 4px;
    color: white;
    justify-content: center;
}

a.coos_button,
button.coos_cardaction,
button.coos_button {
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

a.coos_button>*,
a.coos_button,
button.coos_cardaction,
button.coos_cardaction>*,
button.coos_button,
button.coos_button>* {
    transition-timing-function: linear(0, 0.003 0.2%, 0.011 0.4%, 0.024 0.6%, 0.052 0.9%, 0.121 1.4%, 0.212 1.9%, 0.419 2.8%, 0.99 5%, 1.146 5.7%, 1.259 6.3%, 1.348 6.9%, 1.403 7.4%, 1.428 7.7%, 1.446 8%, 1.458 8.3%, 1.464 8.6%, 1.465 8.8%, 1.463 9%, 1.459 9.2%, 1.448 9.5%, 1.42 10%, 1.38 10.5%, 1.276 11.5%, 0.999 13.8%, 0.927 14.5%, 0.876 15.1%, 0.835 15.7%, 0.81 16.2%, 0.794 16.7%, 0.788 17%, 0.784 17.3%, 0.785 17.8%, 0.793 18.3%, 0.806 18.8%, 0.825 19.3%, 0.869 20.2%, 1.003 22.6%, 1.031 23.2%, 1.056 23.8%, 1.075 24.4%, 1.087 24.9%, 1.096 25.5%, 1.1 26.1%, 1.1 26.5%, 1.097 27%, 1.091 27.5%, 1.082 28%, 1.06 29%, 1 31.3%, 0.973 32.6%, 0.959 33.7%, 0.955 34.2%, 0.953 34.8%, 0.955 35.8%, 0.962 36.8%, 1.001 40.1%, 1.012 41.3%, 1.019 42.4%, 1.022 43.5%, 1.019 45.2%, 0.996 49.7%, 0.992 51%, 0.99 52.2%, 0.991 54%, 1.002 58.4%, 1.005 60.9%, 0.998 69.6%, 1.001 78.3%, 1 86.9%, 1);
    transition-duration: 1600ms;
}

a.coos_button>span,
a.coos_button>span,
button.coos_button>span {
    float: left;
    display: block !important;
    font-family: 'Montserrat';
    font-weight: 600;
    color: inherit;
    padding-right: 6px;
}

a.coos_button>span,
button.coos_button>span {
    padding-right: 6px;
}

a.coos_button>img,
button.coos_button>img {
    height: 28px;
}

a.coos_button:hover,
button.coos_cardaction:hover,
button.coos_button:hover {
    color: white;
    transform: scale(1.05);
    box-shadow: inset 0px calc(0px - var(--button-action-travel) * 1) 0px 0px rgba(0, 0, 0, 0.2);
}

a.coos_button:hover>*,
button.coos_cardaction:hover>*,
button.coos_button:hover>* {
    transform: translateY(calc(0px - var(--button-action-travel)));
}

a.coos_button:active,
button.coos_cardaction:active,
button.coos_button:active {
    transform: scale(0.98);
    box-shadow: inset 0px calc(var(--button-action-travel) * 1) 0px 0px rgba(0, 0, 0, 0.2);
}

a.coos_button:active>*,
button.coos_cardaction:active>*,
button.coos_button:active>* {
    transform: translateY(calc(var(--button-action-travel) * 0.5));
}

.coos_primary {
    background-color: var(--primary) !important;
}

a.coos_primary>span {
    color: white;
}

.coos_agenda_content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.coos_agenda_items,
.coos_agenda_header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: var(--primary);
    color: white;
}

.coos_agenda_daynames {
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.coos_agenda_daynames:nth-child(even) {
    background-color: var(--primary-dark);
}

.coos_agenda_item {
    border: 1px solid #e9e9e9;
    min-height: 170px;
    background-color: white;
    position: relative;
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    gap: 5px;
}

.coos_agenda_item:nth-child(even) {
    background-color: #f7f7f7;
}

.coos_agenda_items {
    background-color: white;
}

.coos_agenda_item_date {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    /* backdrop-filter: blur(3px) brightness(0.9) saturate(0.6); */
    border-radius: 0px 0px 0px 10px;
}

.coos_agenda_item_date,
.coos_agenda_item_date>span {
    font-weight: 600;
    color: white;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.31);
}

.coos_agendacontent_item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    /* background-color: var(--grey); */
    margin-bottom: 2px;
}

.coos_agendacontent_item .coos_agenda_item_img {
    height: 140px;
    background-color: var(--lightgrey);
    position: relative;
    background-size: cover;
    background-position: center;
}

.coos_agendacontent_item .coos_agenda_item_img .coos_agenda_social_icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coos_agendacontent_item .coos_agenda_item_content {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 3px;
    margin-bottom: 2px !important;
    flex-wrap: nowrap;
    overflow: hidden;
    box-sizing: content-box;
}

.coos_agendacontent_item .coos_agenda_item_content .coos_agenda_item_logo {
    width: 20px;
    height: 20px;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.coos_agendacontent_item .coos_agenda_item_content .coos_agenda_item_name {
    font-size: 13px;
    max-width: 10px;
    word-wrap: normal;
}

.coos_item_instagram>.coos_agenda_item_content {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.coos_item_linkedin>.coos_agenda_item_content {
    background: linear-gradient(to right, #1e3c72, #1e3c72, #2a5298);
}

.coos_item_facebook>.coos_agenda_item_content {
    background: #00c6ff;
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.coos_agenda_item.coos_agenda_item_passed {
    opacity: 0.5;
    filter: saturate(0);
}

.coos_agenda_item.coos_agenda_item_today.coos_agenda_item_passed,
.coos_agenda_item.coos_agenda_item_passed:hover {
    opacity: 1;
    filter: saturate(1);
}

.coos_agenda_item.coos_agenda_item_today.coos_agenda_item_passed {
    border: 2px solid var(--primary);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 7px 5px -3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
    transform: scale(0.98);
    z-index: 9000;
    border-radius: 6px;
    background-color: white;
}

button.coos_cardaction.coos_cardaction_active {
    background-color: var(--black);
}

button.coos_cardaction.coos_cardaction_active img {
    filter: invert(1);
}

.coos_cardheader_title>strong>* {
    display: block;
}

.coos_loader_gif {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: var(--white-dark);
}

.coos_loader_gif>img {
    width: 300px;
}

.coos_loade_gifr>span {
    font-size: 30px;
    font-weight: 800;
    color: var(--dark);
    margin-top: 20px;
}

.coos_agenda_item_today>.coos_agenda_item_date {
    background-color: white;
    color: var(--primary);
}

.calendar>.days-grid>.day.selected {
    background-color: var(--primary);
    color: white;
}

.coos_datepicker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    background-color: #ffffff;
    border-radius: 5px;
}

.coos_datepicker>#datepicker {
    padding: 10px 15px;
    border-radius: 4px;
    border: 0px solid red;
    background-color: var(--lightgrey);
    font-weight: 600;
    display: none;
}

.coos_social_inputs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-direction: column;
    gap: 10px;
}

.coos_social_input:checked+.coos_social_tile {
    border-color: var(--primary);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: var(--primary);
}

.coos_social_input:checked+.coos_social_tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: var(--primary);
    border-color: var(--primary);
    width: 4px;
    height: calc(100% - 5px);
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.coos_social_input:checked+.coos_social_tile .radio-icon svg {
    fill: #2260ff;
}

.coos_social_input:checked+.coos_social_tile .radio-label {
    color: var(--grey-dark);
}

.coos_social_input:focus+.coos_social_tile {
    border-color: var(--primary-dark);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px var(--primary-light);
}

.coos_social_input:focus+.coos_social_tile:before {
    transform: scale(1);
    opacity: 1;
}

.coos_social_tile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 270px;
    min-height: 50px;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    padding: 10px;
    gap: 10px;
}

.coos_social_tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}

.coos_social_tile:hover {
    border-color: var(--primary-dark);
}

.coos_social_tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.radio-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}

.radio-label {
    color: var(--grey);
    transition: 0.375s ease;
    text-align: center;
    font-family: "Montserrat";
    font-size: 13px;
}

.coos_social_input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

span.radio-icon>img {
    width: 38px;
}

.coos_textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    outline: none;
    resize: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.coos_imgs_canvas {
    width: 100%;
}

.coos_visuals {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 10px;
}

.coos_visual {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--lightgrey-light);
    cursor: pointer;
    height: 300px;
}

div.coos_loading {
    position: relative;
}

div.coos_loading::after {
    background-color: #f0f0f1;
    opacity: 1;
    background-size: 40px 40px;
    background-image: repeating-linear-gradient(45deg, #e6e6eb 0, #e6e6eb 4px, #f0f0f1 0, #f0f0f1 50%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% * 2);
    z-index: -1;
}

@keyframes coos_loading {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.coos_loading::after {
    animation: coos_loading 20s linear infinite;
    animation: halftone-move 1s steps(4) infinite;
}

.coos_visuals {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
    position: relative;
}

.coos_visual {
    width: 100%;
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    position: relative;
    cursor: grab;
}

.coos_visual.coos_bigger {
    grid-column: span 3;
    width: 100%;
    aspect-ratio: 1/1;
}

.coos_droppable {
    grid-column: 1;
    bottom: 0px;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 4px dashed var(--danger);
}

.coos_droppable>span {
    color: var(--danger);
}

.coos_droppable.hover {
    background-color: #ffffff;
    opacity: 1;
    background: repeating-linear-gradient(45deg, #ff8c8c, #ff8c8c 5px, #ffffff 5px, #ffffff 25px);
}

.coos_card_overlay_loader {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #ffffffd6;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    gap: 20px;
}

.coos_loader_text {
    color: var(--black);
    font-weight: 800;
    font-size: 26px;
}

.coos_agenda_item_date {
    cursor: pointer;
}

.coos_cardaction>img {
    filter: saturate(0) brightness(0.5);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.coos_cardaction:hover>img {
    filter: saturate(1) brightness(1);
    opacity: 1;
}

.coos_modal_body_content>p {
    line-height: 1.4em;
}

.coos_loader {
    width: 260px;
    margin: 30px;
    font-size: 18px;
    height: 30px;
    border-radius: 20px;
    background: repeating-linear-gradient(135deg, var(--primary) 0 10px, var(--primary-dark) 0 20px) 0/0% no-repeat, repeating-linear-gradient(135deg, #ddd 0 10px, #eee 0 20px) 0/100%;
    animation: l3 2s infinite;
    color: white;
    font-weight: 800;
    line-height: 1.6em;
}

@keyframes l3 {
    100% {
        background-size: 100%
    }
}

.coos_loader_gif>span {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    margin-top: 20px;
}

.coos_loading::after,
.ui-droppable-hover,
.Pattern--typeHalftone {
    background-image: radial-gradient(var(--grey-light) 24%, transparent 25%), radial-gradient(var(--grey-light) 24%, transparent 25%);
    background-position: 0 0, 0.6rem 0.6rem;
    background-size: 0.8rem 0.8rem;
    -webkit-animation: halftone 0.48s steps(3) infinite both;
    animation: halftone 0.48s steps(3) infinite both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    transition: transform 0.3s ease, background-size 0.3s ease;
}

.coos_loading::after,
.ui-droppable-hover:hover,
.Pattern--typeHalftone:hover {
    transform: scale(1.05);
    filter: saturate(1);
    background-size: 0.8rem 0.8rem;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes halftone {
    0% {
        background-size: 0.8rem 0.8rem;
    }

    100% {
        background-size: 0.8rem 0.8rem;
    }
}

@keyframes halftone {
    0% {
        background-size: 0.8rem 0.8rem;
    }

    100% {
        background-size: 0.8rem 0.8rem;
    }
}

.coos_loading::after,
.ui-droppable-hover,
.Pattern--typeHalftone {
    background-image: radial-gradient(var(--primary) 24%, transparent 25%);
    filter: saturate(1);
    background-size: 0.8rem 0.8rem;
    animation: halftone-move 0.5s steps(2) infinite;
}

@keyframes halftone-move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0.8rem 0.8rem;
    }
}

button#dropToDelete {
    opacity: 1;
    pointer-events: none;
    transition-timing-function: linear(0, 0.003 0.3%, 0.011 0.6%, 0.025 0.9%, 0.044 1.2%, 0.068 1.5%, 0.105 1.9%, 0.187 2.6%, 0.271 3.2%, 0.363 3.8%, 0.764 6.2%, 0.907 7.1%, 1.035 8%, 1.144 8.9%, 1.232 9.8%, 1.271 10.3%, 1.296 10.7%, 1.318 11.1%, 1.338 11.6%, 1.349 12%, 1.357 12.5%, 1.358 12.8%, 1.358 13.1%, 1.356 13.4%, 1.349 13.8%, 1.331 14.5%, 1.3 15.3%, 1.271 15.9%, 1.234 16.6%, 1.084 19.1%, 1.028 20.1%, 0.978 21.1%, 0.94 22%, 0.914 22.8%, 0.894 23.6%, 0.88 24.4%, 0.872 25.3%, 0.871 25.9%, 0.873 26.5%, 0.878 27.1%, 0.885 27.7%, 0.908 29.1%, 0.982 32.6%, 1.013 34.3%, 1.027 35.3%, 1.036 36.2%, 1.042 37.1%, 1.046 38.1%, 1.046 39.3%, 1.041 40.6%, 1.033 42%, 1.006 45.5%, 0.995 47.2%, 0.987 49%, 0.984 50.9%, 0.985 53.5%, 1.001 60%, 1.006 63.7%, 1.005 66.4%, 1 72.8%, 0.998 76.3%, 1.001 88.8%, 1);
    transition-duration: 1600ms;
}

button#dropToDelete.ui-droppable-active {
    width: 190px;
    background-color: var(--danger);
    opacity: 1;
    pointer-events: all;
}

button#dropToDelete.ui-droppable-active>img {
    filter: saturate(0) brightness(10) invert(0);
    opacity: 1;
}

input.card_field {
    border: 0px solid red;
    background-color: Var(--lightgrey-light);
    height: 35px;
    width: 140px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    box-sizing: border-box;
}

.easepick-wrapper>.container {
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0), 0 3px 6px 0 rgba(0, 0, 0, 0) !important;
}

.coos_socials_item.coos_social_item_inline {
    box-shadow: none;
    background-color: var(--lightgrey);
    filter: saturate(0);
}

.coos_socials_item.coos_social_item_active {
    background-color: white;
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.15), 0px 33px 32px -9px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 1px var(--primary-light);
    border-radius: 6px;
    filter: saturate(1);
}

.coos_klant_caroussel {
    padding: 20px;
}

.coos_klant_caroussel_item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    float: left;
    width: 120px;
}

.coos_klant_caroussel_item_text {
    display: flex;
    flex-direction: column;
}

.coos_klant_caroussel_item_text>.ctxt_bodytext {
    font-size: 14px;
    font-weight: 700;
    color: var(--grey-dark);
    margin-top: 10px;
    text-align: center;
    max-width: 130px;
}

.coos_klant_caroussel_item_text>.ctxt_moduletext {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
}

.login-as-user.login-as-user-bottom {
    z-index: 9999999999;
    top: 0px;
    left: 160px;
    height: 70px;
    overflow: hidden;
    display: flex;
    width: calc(100% - 460px);
}

.login-as-user-content {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px !important;
    height: 100%;
}

.login-as-user-content>* {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

div.login-as-user-inner {
    border: 0px solid red !important;
    backdrop-filter: blur(10px);
    background: none !important;
    height: 100%;
}

a.button.w357-login-as-user-btn.w357-login-as-user-frontend-btn {
    padding: 10px 15px !important;
    font-size: 11px !important;
    color: white !important;
    background-color: var(--primary) !important;
}

.coos_social_feed {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.coos_social_feed .coos_socialfeed_post .coos_socialfeed_post_header,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialheader {
    display: flex;
    align-items: center;
    padding: 13px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    align-content: center;
}

.coos_social_feed .coos_socialfeed_post .coos_socialfeed_post_header .coos_social_status,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_post_header .coos_social_channel,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_post_header .coos_socialfeed_channel_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.coos_social_feed .coos_socialfeed_post .coos_socialfeed_post_header img {
    width: 30px;
    height: 30px;
    border-radius: 0px;
}

.coos_social_feed .coos_socialfeed_post .coos_socialfeed_post_header span {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
}

.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialcontent,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialstory {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialcontent .coos_socialfeed_media,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialcontent .coos_socialfeed_text,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialcontent .coos_socialfeed_video,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialcontent .coos_socialfeed_carrousel,
.coos_social_feed .coos_socialfeed_post .coos_socialfeed_socialcontent .coos_socialfeed_image {
    margin: 0px;
    width: 100%;
}

.coos_social_feed .coos_socialfeed_post {
    background: white;
    width: 100%;
    max-width: 650px;
    padding: 5px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    border-radius: 3px;
    overflow: hidden;
}

.coos_social_avatar {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.coos_social_avatar_img {
    width: 60px;
    height: 60px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}

.coos_social_avatar_img.coos_story_glow::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 50%;
    position: relative;
}


.coos_social_evt {
    float: left;
    padding: 10px 15px;
}

.coos_socialfeed_text {
    padding: 15px;
}

.coos_social_avatar_title {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
}

.coos_social_avatar_meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.coos_social_avatar_date {
    color: grey;
}

.coos_socialfeed_text>div {
    line-height: 1.3rem;
    font-size: 15px;
}

.coos_social_avatar_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.coos_socialfeed_post.coos_socialfeed_platform_instagram>.coos_socialfeed_socialheader>.coos_social_avatar {
    gap: 5px;
}

.coos_socialfeed_post.coos_socialfeed_platform_instagram>.coos_socialfeed_socialheader>.coos_social_avatar>.coos_social_avatar_img {
    width: 30px;
    height: 30px;
}

.coos_socialfeed_post.coos_socialfeed_platform_instagram>.coos_socialfeed_socialheader>.coos_social_avatar>.coos_social_avatar_meta {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
}

.coos_socialfeed_post.coos_socialfeed_platform_instagram>.coos_socialfeed_socialheader>.coos_social_evt {
    display: none !important;
}

.coos_socialfeed_post.coos_socialfeed_platform_instagram>.coos_socialfeed_socialheader>.coos_social_avatar>.coos_social_avatar_meta>* {
    font-size: 14px !important;
}

.coos_social_feed .coos_socialfeed_post .coos_socialfeed_post_header {
    border-bottom: 2px dashed var(--lightgrey-dark);
}

ul.slick-dots {
    position: relative;
    top: unset;
    bottom: unset;
    margin-top: 5px;
}

.coos_socialfeed_feedback {
    background: linear-gradient(180deg, var(--lightgrey-light) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.coos_socialfeed_feedback_inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.coos_socialfeed_feedback_inner>p {
    font-weight: 700;
    color: var(--grey-dark);
}

.coos_modal_tiny>.coos_modal_body {
    padding: 10px;
    width: 300px;
    height: 240px;
}

.coos_socialfeed_feedback_inner.feedback_history {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
}

ul.coos_feedback_list {
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    position: relative;
}

ul.coos_feedback_list:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--lightgrey-light);
    z-index: -1;
}

ul.coos_feedback_list>li {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 5px;
    align-content: center;
    align-items: center;
}

.feedback_avatar {
    background-color: var(--white);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.feedback_content {
    font-size: 15px;
    display: flex;
    gap: -1px;
    flex-direction: column;
    align-items: flex-start;
}

.feedback_content>.feedback_name {
    font-weight: 600;
    color: var(--black);
}

.feedback_content>.feedback_text {
    font-size: 15px;
    line-height: 1.15rem;
    color: var(--black);
}

.feedback_tag {
    display: inline-block;
    background-color: var(--grey-light);
    padding: 4px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 11px;
    transform: translate(-4px, -5px);
    font-weight: 600;
    color: var(--grey-dark);
}

textarea.coos_textarea_external,
textarea.coos_textarea_internal {
    width: 100%;
    height: 140px;
    border: 0px solid red;
    background-color: rgba(2255, 255, 255, 0.7);
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    color: var(--black) !important;
    backdrop-filter: saturate(2) blur(20px) brightness(2);
}

textarea.coos_textarea_external {
    box-shadow: inset 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    border: 3px dashed var(--primary);
    color: var(--primary-dark) !important;
    font-weight: 700;
}

.feedback_text.feedback_internal {
    background-color: var(--lightgrey);
    color: var(--black);
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 3px 10px 10px 10px;
    font-weight: 600;
    border: 2px dashed var(--lightgrey-dark);
}

.coos_status_externe_feedback {
    background-color: var(--black);
    color: white;
}

.coos_status_goedgekeurd {
    background: var(--success-gradient-light20);
    color: var(--white) !important;
}

.coos_status_aangemaakt {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0);
}

.coos_status_aangemaakt {
    opacity: 1;
    background-color: var(--fav-lighter);
    color: var(--fav-darker);
}

.coos_status_contentfase {
    background-color: var(--primary);
    color: white !important;
}

.coos_status_interne_controle {
    color: var(--primary-dark);
    background: var(--primary-lighter);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, var(--primary-light) 0px 0px 0px 1px inset;
}

.coos_status_afgekeurd {
    background: var(--danger-gradient-light20);
    color: white;
}

.show_on_hover_parent_parent {
    display: none;
}

*:hover>*>*>.show_on_hover_parent_parent {
    display: inline;
}

button.inline {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid red;
    padding: 5px;
    transform: translate(4px, -1px);
    font-size: 14px;
    font-family: 'Montserrat';
    color: var(--info);
}

.coos_linkedin_volgerbtn.coos_show_linkedin {
    color: #0a66c2;
    font-size: 15px;
    font-weight: 700;
}

.coos_socialfeed_platform_linkedin>.coos_socialfeed_socialheader>.coos_social_avatar>.coos_social_avatar_img {
    border-radius: 2px !important;
}

.coos_agenda_items.coos_agenda_items_week>.coos_agenda_item_today {
    transform: scale(1) !important;
    border: 2px solid var(--primary-light);
}

.coos_socialfeed_story_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.feedback_tag.coos_status_interne_check {
    background: var(--info-gradient-light50);
    color: white;
}

.coos_collega_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 20px;
    width: 100%;
}

.coos_collega_list>.coos_profile>.coos_profile_name {
    font-size: 14px;
}

.coos_socialfeed_socialstory {
    display: none !important;
}

.coos_modal_body_content>div.coos_row>table.coos_table {
    width: 100% !important;
}

.coos_modal_body_content>div.coos_row>table.coos_table>tbody>tr>td>input {
    width: 100px;
    padding: 10px 5px;
    border: 0px solid red;
    background-color: var(--lightgrey) !important;
    border-radius: 3px;
    padding-left: 10px;
}

.coos_modal_body_content>div.coos_row>table.coos_table>tbody>tr>td {
    padding: 15px 5px;
}

td.coos_table_actions>button>img {
    width: 23px;
}

td.coos_table_actions>button {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--lightgrey) !important;
    border: 0px solid red;
    border-radius: 4px;
}

.coos_visual_videos {
    display: flex;
    flex-direction: column;
}


.coos_status_badge {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary);
    color: white !important;
    padding: 4px 10px;
}

div.coos_visual>button.coos_delete_button {
    width: 34px;
    height: 34px;
    background-color: var(--danger);
    border: 0px solid red;
    top: 10px;
    position: absolute;
    right: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

div.coos_visual>button.coos_delete_button>img {
    width: 20px;
}

label.coos_cardaction {
    display: grid;
    grid-template-columns: 1fr 27px;
    align-content: center;
    align-items: center;
}

:root {
    --tracker-line-height: 5px;
    --tracker-icon-size: 44px;
    --tracker-icon-bg: var(--lightgrey-dark);
    --tracker-text-size: 14px;
    --tracker-text-color: var(--black);
    --tracker-step-height: 80px;
    --tracker-min-width: 150px;
    --tracker-line-bg: var(--grey-light);
}

.coos_post_tracker {
    display: grid;
    grid-template-columns: repeat(auto-fit, var(--tracker-min-width));
}

.coos_post_tracker_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    align-content: center;
}

.coos_post_tracker_step_content {
    width: 100%;
    height: var(--tracker-step-height, 80px);
}

.coos_post_tracker_step_text {
    font-size: var(--tracker-text-size, 13px);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.coos_post_tracker_step_icon {
    width: var(--tracker-icon-size, 40px);
    height: var(--tracker-icon-size, 40px);
    background-color: var(--tracker-icon-bg, var(--grey-dark));
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.coos_post_tracker_step_line {
    height: var(--tracker-line-height, 10px);
    width: 100%;
    position: absolute;
    right: -50%;
    top: calc(50% - var(--tracker-line-height, 5px) / 2);
    background-color: var(--tracker-line-bg, var(--primary));
    z-index: 1;
}

div.coos_tracker_done>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    background-color: var(--white-dark);
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

div.coos_tracker_done>.coos_post_tracker_step_line {
    background-color: var(--lightgrey);
}

.coos_tracker_done>.coos_post_tracker_step_content>.coos_post_tracker_step_text {
    color: var(--grey);
}

div.coos_tracker_next_progress>.coos_post_tracker_step_line {
    background: var(--grey-light);
    background: linear-gradient(90deg, var(--lightgrey) 70%, var(--primary) 100%);
}

div.coos_tracker_progress>.coos_post_tracker_step_line {
    background: var(--grey-light);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 70%, var(--primary) 100%);
}

.coos_tracker_progress>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    background-color: var(--primary);
}

.coos_tracker_progress>.coos_post_tracker_step_content>.coos_post_tracker_step_text {
    color: var(--primary);
}

.coos_post_tracker_step.coos_tracker_inactive>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    background-color: var(--lightgrey);
}

.coos_post_tracker_step.coos_tracker_inactive>.coos_post_tracker_step_content>.coos_post_tracker_step_text {
    color: var(--grey);
}

.coos_post_tracker_step.coos_tracker_inactive>.coos_post_tracker_step_line {
    background-color: var(--lightgrey);
    opacity: 0;
}

.coos_tracker_done>.coos_post_tracker_step_content>.coos_post_tracker_step_icon>img,
.coos_tracker_inactive>.coos_post_tracker_step_content>.coos_post_tracker_step_icon>img {
    opacity: .6;
}

.coos_tracker_progress>.coos_post_tracker_step_content>.coos_post_tracker_step_icon>img {
    filter: invert(1) brightness(2);
}

.coos_tracker_mini,
.coos_tracker_compact {
    --tracker-icon-size: 36px;
    --tracker-step-height: 40px;
    --tracker-text-size: 0px;
    --tracker-min-width: 50px;
}

.coos_tracker_mini {
    --tracker-icon-size: 32px;
    --tracker-step-height: 35px;
    --tracker-text-size: 0px;
    --tracker-min-width: 32px;
    width: 270px;
    /* border: 1px solid red; */
    margin: -4px;
}

.coos_tracker_mini>.coos_post_tracker_step>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    border-radius: 0px;
    border: 0px !important;
    box-shadow: none !important;
}

.coos_tracker_mini>.coos_post_tracker_step>.coos_post_tracker_step_content>.coos_post_tracker_step_icon>img {
    width: 25px;
}

/* border radius first and last step */
.coos_tracker_mini>.coos_post_tracker_step:first-child>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    border-radius: 4px 0px 0px 4px;
}

.coos_tracker_mini>.coos_post_tracker_step:last-child>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    border-radius: 0px 4px 4px 0px;
}

.coos_post_tracker_step_icon>img {
    width: 30px;
    height: 40px;
}

.ctxt_bodytext>p {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    color: var(--grey);
}

select.coos_cardaction.coos_input {
    background-color: Var(--lightgrey);
    border: 0px solid red;
    padding: 7px 14px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 6px;
    color: var(--grey-dark);
}

.coos_iphone_modal_fade {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    backdrop-filter: saturate(0) brightness(0.5) contrast(0.8);
}

.coos_iphone_modal_body {
    width: 450px;
    height: 900px;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
}

.coos_iphone_modal_body::after {
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/coos-2025/iphone/phone.webp');
    pointer-events: none;
}

.coos_iphone_modal_body_content {
    background-color: black;
    position: absolute;
    left: 9.7%;
    top: 11.5%;
    width: calc(81.3%);
    height: 73%;
}

.coos_story {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #121212;
}

.coos_story_header {
    position: absolute;
    width: calc(100% - 24px);
    left: 12px;
    top: 15px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.coos_story_pf {
    background-color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.coos_story_avatar {
    display: flex;
    flex-direction: row;
    align-content: center !important;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
}

.coos_story_actions {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px;
}

.coos_story_btn {
    width: 20px;
    height: 20px;
    background-size: 27px;
    background-position: center;
}

.coos_story_txt {
    color: white;
    font-weight: 800 !important;
    font-size: 14px;
}

.coos_story_content {
    position: absolute;
    top: 57px;
    width: 100%;
    left: 0px;
    border-radius: 10px;
    height: calc(100% - 61px);
    z-index: 999999999999999;
}

.coos_socialfeed_private>.coos_socialfeed_post_header {
    border-bottom: 0px solid red !important;
}

/* post it */
.coos_socialfeed_private {
    width: 250px;
    /* height: 240px; */
    /* padding-bottom: 40px!important; */
    position: relative;
    background: #fafab3 !important;
    overflow: hidden;
    /* margin: 30px auto; */
    padding: 20px;
    border-radius: 0 0 0 30px/45px;
    box-shadow: inset 0 -40px 40px rgba(0, 0, 0, 0.001), inset 0 25px 10px rgba(0, 0, 0, 0.05), 0 5px 6px 5px rgba(0, 0, 0, 0.01) !important;
    font-family: 'Permanent Marker', cursive;
    line-height: -2.3em;
    font-size: 17px;
    color: #130d6b;
}

.coos_socialfeed_private li {
    cursor: pointer;
}

.coos_socialfeed_private:before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 25px;
    background: #e5e59b;
    /* box-shadow: 3px -2px 10px rgba(0, 0, 0, 0.2), inset 15px -15px 15px rgba(0, 0, 0, 0.3); */
    left: -50px;
    top: -28px;
    z-index: 2;
    transform: rotate(45deg);
}

.coos_socialfeed_private:after {
    content: "";
    display: block;
    position: absolute;
    width: 75%;
    height: 10px;
    border-top: 3px solid #e4e45c;
    border-radius: 50%;
    bottom: 0px;
    left: 10%;
    filter: blur(5px);
}

.done {
    text-decoration: line-through;
}

h1 {
    font-size: 25px;
    position: relative;
}

div.coos_socialfeed_post.coos_socialfeed_private>div.coos_socialfeed_post_header>div.coos_social_channel>span,
div.coos_socialfeed_private>div.coos_socialfeed_post_header>div.coos_social_status>span,
.comic-relief-regular {
    font-family: "Comic Relief", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.coos_socialfeed_private>.coos_socialfeed_post_header>.coos_social_channel {
    filter: saturate(0);
    mix-blend-mode: multiply;
}

.coos_story_slider_content {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div#page.site.fullpage {
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}

.coos_section.fullpage>.coos_row>.coos_social_feed>.coos_socialfeed_post {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    box-shadow: none;
}

.coos_status_ingepland,
.feedback_tag.coos_status_ingepland,
button.coos_button_inplan {
    background: #7F00FF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(30deg, #E100FF, #7F00FF);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(30deg, #E100FF, #7F00FF);
    color: white !important;
}

.coos_feedback_inplan {
    position: relative;
}

.coos_feedback_inplan::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ddc4f6;
    z-index: 1;
    filter: blur(87px);
    transform: scale(1.4) translateY(50%);
}

.coos_feedback_inplan>textarea,
.coos_feedback_inplan>div {
    z-index: 3;
}

.coos_menu_content.coos_menu_content_bottom {
    height: 50px !important;
}

.coos_socialfeed_socialcontent.social_content_inline {
    width: 280px !important;
    overflow: hidden;
    position: relative;
}

.coos_socialfeed_socialcontent.social_content_inline>.coos_socialfeed_media>img {
    width: 100%;
}


/* tippy to 999999999999999 */
.tippy-box {
    z-index: 999999999999999999999999 !important;
}

.tippy-box[data-theme~='coos'] {
    background-color: rgb(255 255 255 / 42%);
    color: var(--black);
    border: 1px solid var(--grey-light);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0px !important;
    font-size: 14px;
    backdrop-filter: blur(16px) saturate(1.4) brightness(1.1) contrast(1);
}

.tippy-box[data-theme~='coos'] .tippy-arrow {
    color: var(--white);
}

.tippy-box[data-theme~='coos'] .tippy-arrow::before {
    border-color: var(--white) transparent transparent transparent;
}

.tippy-box[data-theme~='coos'] .tippy-arrow::after {
    border-color: var(--white) transparent transparent transparent;
}

.tippy-box[data-theme~='coos'] .tippy-content {
    padding: 10px;
}

.tippy-box[data-theme~='coos'] .tippy-content strong {
    font-weight: bold;
}

.coos_post_day_label {
    padding: 10px;
    position: relative;
    background-color: white !important;
    background-color;
    padding-left: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    border-radius: 3px;
    position: relative;
    height: 50px;
    overflow: hidden;
}

.coos_post_day_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.coos_list_week {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0px;
    background-color: white !important;
}

.coos_post_day_meta {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
}

.coos_post_day_meta>div {
    font-size: 20px;
    font-weight: 800;
    color: var(--black);
}

.coos_list_week_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
    padding-left: 13px;
    position: absolute;
    top: 50px;
    overflow: hidden;
    padding-bottom: 11px;
    width: calc(100% - 40px);
    padding-left: 0px;
}

.coos_list_week_content::after {
    background-color: var(--grey-lighter);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    border-radius: 10px
}

.coos_postlist_post_content {
    display: grid;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
}

.coos_postlist_visual {
    /* border: 1px solid red; */
    width: 70px;
    height: 70px;
    position: relative;
    background-color: #f7f7f7;
}

.coos_postlist_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.coos_postlist_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: white;
    z-index: 3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.coos_postlist_title>strong {
    font-weight: 700;
    font-size: 18px;
}

.coos_postlist_info {
    display: grid;
    grid-template-columns: 270px 160px 160px auto;
}

.coos_postlist_info>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: nowrap;
}

span.coos_postlist_status_label {
    padding: 6px;
    font-size: 13px;
    border-radius: 3px;
}

div.coos_post_day_collapse>button {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--lightgrey);
    border: 0px solid red;
    padding: 0px;
}

div.coos_post_day_collapse>button>img {
    transition-duration: 1s;
    transition-timing-function: linear(0, 0.03 1.1%, 0.125 2.4%, 0.906 9.8%, 1.046 12.3%, 1.11 15%, 1.116 16.3%, 1.11 17.8%, 1.014 25.8%, 0.987 31.2%, 1.001 47.2%, 1);
}

button.coos_arrow_up>img {
    transform: rotate(90deg);
    width: 25px;
}

button.coos_arrow_down>img {
    transform: rotate(-90deg);
    width: 25px;
}

.coos_post_day_header>.coos_post_day_meta>div {
    font-size: 18px;
    background-color: var(--primary);
    color: white;
    float: left;
    padding: 5px 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

strong.coos_week_label_list {
    font-size: 14px;
    color: var(--grey);
}

span.coos_postlist_status_label.coos_status_aangemaakt {
    background-color: var(--fav-light);
    color: black;
}

.cooslist_status_aangemaakt>div.coos_postlist_post_content>.coos_postlist_visual {
    border: 1px solid #dddddd;
    background-image: url('/wp-json/coos/v1/icon/vraagteken?color=lightgrey');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.coos_post_day_label {
    transition-timing-function: cubic-bezier(0.85, 0.09, 0.15, 0.91);
    transition-duration: .7s;
}

ul>li.active>a {
    color: var(--white) !important;
    font-weight: 600;
}

ul>li.active>a>img {
    filter: brightness(2);
}

.coos_post_tracker_step.coos_tracker_inactive.coos_tracker_done>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    background-color: var(--primary) !important;
}

.coos_post_tracker_step.coos_tracker_inactive.coos_tracker_done>.coos_post_tracker_step_content>.coos_post_tracker_step_icon>img {
    filter: invert(1) brightness(100) contrast(2);
    opacity: 1
}

.coos_socialfeed_private>.coos_socialfeed_post_header>.coos_post_tracker.coos_tracker_mini>.coos_post_tracker_step>.coos_post_tracker_step_content>.coos_post_tracker_step_icon {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: brightness(0.95) saturate(1.2);
}

div#coos_colors {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.coos_color_bg {
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.coos_color_value {
    font-size: 13px;
    backdrop-filter: brightness(0.9) saturate(1.2);
    padding: 5px;
    border-radius: 7px;
    color: #ffffffbd;
    font-weight: 700;
}

/* fix the problem with object-fit */

.coos_socialfeed_media.coos_socialfeed_grid>.coos_facebook_slider_hero {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: stretch; */
    /* border: 1px solid red; */
    overflow: hidden;
    aspect-ratio: 5/3;
    position: relative;
    /* float: left; */
}

.coos_socialfeed_media.coos_socialfeed_grid>img {
    object-fit: cover;
}

.coos_facebook_slider_hero>img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    max-height: unset !important;
    overflow: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
}

.coos_socialfeed_carrousel_item.coos_socialfeed_thumbs>div {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
}

.coos_socialfeed_carrousel_item.coos_socialfeed_thumbs {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 5px;
    margin-top: 5px;
}

.coos_socialfeed_carrousel_item.coos_socialfeed_thumbs>div:nth-child(1) {
    border: 1px solid red;
    display: none;
}

span.coos_post_inline_button {
    background-color: var(--lightgrey-light);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
    cursor: pointer;
}

span.coos_post_inline_button:hover {
    background-color: darken(var(--primary), 5%);
}

.coos_socials_item.coos_socials_cta {
    display: grid;
    grid-template-columns: 310px 1fr;
    padding: 0px;
    overflow: hidden;
    background-color: #ABD3ED;
    grid-gap: 40px;
    /* z-index: 999999!important; */
}

.coos_socials_cta_img {
    height: 210px;
    background-image: url('/wp-content/themes/coos-2025/steffie-eline.webp);');
    background-size: cover;
    background-position: center;
}

.coos_socials_text {
    gap: 10px !important;
}

.coos_socials_text>h3 {
    font-weight: 800;
    font-size: 23px;
}

.coos_profile.coos_profile_manager_role {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
    gap: 0px;
    padding: 10px;
    border-radius: 9px;
}

.coos_profile.coos_profile_manager_role>.coos_profile_img {
    width: 60px;
    height: 60px;
}

.coos_profile.coos_profile_manager_role>.coos_profile_name {
    color: var(--black);
    text-align: center;
    width: 100%;
    padding: 0px;
    font-size: 20px;
}

.coos_socialfeed_feedback_inner>p {
    font-size: 16px;
    color: Var(--black);
    line-height: 1.3em;
    text-align: center;
}

.coos_social_connect {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    padding: 40px;
}

.login-as-user-msg {
    font-size: 0px;
}









.coos_success {
    background: var(--success-lighter);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
    color: var(--success-darker);
    border: 1px solid var(--success-darker);
    font-weight: 700;
}

.coos_success span {
    font-weight: 700;
    color: white;
}

.coos_success img {
    width: 30px;
}

.coos_error {
    /* background: var(--danger-gradient-light50); */
    border: 1px solid var(--danger-dark);
    color: var(--danger-dark);
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
}

.coos_info {
    background: var(--info-light);
    border: 1px solid var(--info-dark);
    color: var(--info-dark);
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
    font-weight: 700;
}

.organization-card {
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
    background: white;
}

.organization-card.current {
    border: 2px solid var(--success-dark);
    background: #f8fff9;
}

.organization-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.organization-logo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #eee;
}

.organization-placeholder {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 20px;
}

.organization-info {
    flex: 1;
}

.organization-name {
    margin: 0 0 5px 0;
    color: #212529;
}

.organization-id {
    color: #6c757d;
}

.organization-connect {
    display: inline-block;
    padding: 8px 16px;
    background: #0077B5;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.organization-connected {
    display: inline-block;
    padding: 8px 16px;
    background: #28a745;
    color: white;
    border-radius: 4px;
    font-size: 14px;
}

.admin-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.debug-info {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-family: monospace;
    font-size: 12px;
}

.success-connected {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    border-radius: 6px;
    margin: 10px 0;
}

.current-org-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.current-org-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.coos_notice {
    background-color: var(--fav-light);
    padding: 20px;
    border-radius: 4px;
    border: 2px solid var(--fav-dark);
}

.auth-section {
    background-color: var(--lightgrey-light);
    padding: 30px;
    border-radius: 4px;
    border: 1px solid var(--grey-light);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.coos_status_interne_check {
    background: var(--info-gradient-base);
}

.coos_section.coos_section_header {
    border: 1px solid #FFD5D1;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-top: calc(0px - var(--top-offset));
    padding: 30px;
    padding-top: var(--top-offset);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 490px;
    height: 50vh;
    max-height: 700px;
    background-color: #FFD5D1;
    background-image: url("/wp-content/themes/coos-2025/header-imgs/privacy.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.coos_section.coos_section_header>div.coos_row>* {
    color: white;
    max-width: 600px;
}

.coos_section.coos_section_header>div.coos_row>* {
    text-shadow: 4px 4px 21px rgba(0, 0, 0, 0.21);
}

.coos_section.coos_section_header>div.coos_row {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.coos_section.coos_section_header::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #21212142;
    z-index: 1;
    backdrop-filter: brightness(0.8);
}

.coos_card_loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgb(180 180 180 / 13%) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: absolute;
    justify-content: center;
}

.coos_card_loader .coos_card_loader_inner {
    background-color: #ffffff;
    width: 100%;
    height: calc(100% / 2);
    max-width: 380px;
    border-radius: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, -0.9) 0px 2px 4px, rgba(0, 0, 0, 0.2) 0px 7px 23px -3px, rgba(0, 0, 0, 0.15) 0px -3px 0px inset;
    padding-bottom: 2px;
}

.coos_card_loader .coos_card_loader_inner .coos_card_loader_spinner {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 5px;
    margin-left: 5px;
    background:
        linear-gradient(90deg, #00000000 33%, var(--primary) 50%, #ffffff11 66%) #ffffff;
    background-size: 300% 100%;
    animation: l1 1s infinite linear;
    border-radius: 10px
}

@keyframes l1 {
    0% {
        background-position: right
    }
}

.coos_socialfeed_facebook>.coos_socialfeedcontent_items_5,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_4,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_3,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_2 {
    display: grid;
    grid-template-areas:
        "fb1 fb1 fb1 fb2 fb2 fb2"
        "fb3 fb3 fb4 fb4 fb5 fb5";
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: repeat(auto, 1fr);
    grid-gap: 3px;
    padding: 0px;
}

/* FACEBOOK GRID VARIATIONS */
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_5 {
    grid-template-columns: repeat(6, 1fr);
}

.coos_socialfeed_facebook>.coos_socialfeedcontent_items_4 {
    grid-template-areas: "fb1 fb2"
        "fb3 fb4";
    grid-template-rows: repeat(2, 1fr);
}

.coos_socialfeed_facebook>.coos_socialfeedcontent_items_3 {
    grid-template-areas: "fb1 fb1"
        "fb2 fb3";
    grid-template-rows: repeat(auto, 1fr);
}

.coos_socialfeed_facebook>.coos_socialfeedcontent_items_2 {
    grid-template-areas: "fb1 fb2";
    grid-template-rows: 1fr;
}

/* LINKEDIN GRID VARIATIONS */
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_5,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_4,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_3,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_2,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_1 {
    display: grid;
    grid-template-areas:
        "fb1 fb1 fb1 fb2 fb2 fb2"
        "fb3 fb3 fb4 fb4 fb5 fb5";
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: repeat(auto, 1fr);
    grid-gap: 5px;
    padding: 5px;
}

.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_5 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
        "fb1 fb1 fb1 fb1"
        "fb2 fb3 fb4 fb5";
}

.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_4 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        "fb1 fb1 fb1"
        "fb2 fb3 fb4";
}

.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        "fb1 fb1 fb2 "
        "fb1 fb1 fb3";
}

.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_2 {
    grid-template-columns: repeat(2, auto);
    grid-template-areas:
        "fb1 fb2"
}

/* SOCIAL GRID ITEMS */
.coos_socialfeed_media>.coos_socialfeed_carrousel_item>div {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
}

div.coos_socialfeed_media>div>.coos_socialfeedcontent_item_1 {
    grid-area: fb1;
}

div.coos_socialfeed_media>div>.coos_socialfeedcontent_item_2 {
    grid-area: fb2;
}

div.coos_socialfeed_media>div>.coos_socialfeedcontent_item_3 {
    grid-area: fb3;
}

div.coos_socialfeed_media>div>.coos_socialfeedcontent_item_4 {
    grid-area: fb4;
}

div.coos_socialfeed_media>div>.coos_socialfeedcontent_item_5 {
    grid-area: fb5;
}

/* aspect ratio fixes */
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_3>.coos_socialfeedcontent_item_1 {
    aspect-ratio: 1.91 / 1;
}

.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_4>div,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_5>div {
    aspect-ratio: 3 / 2;
}

/* anything above 5 items on linkedin or facebook is just a 3 x 3 grid with 1/1 aspect ratio */
/* set parents to grid */
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_6,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_7,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_8,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_9,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_10,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_6,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_7,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_8,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_9,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_10 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: repeat(auto, 1fr);
    grid-gap: 10px;
    padding: 5px;
}

.coos_socialfeed_facebook>.coos_socialfeedcontent_items_6>div,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_7>div,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_8>div,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_9>div,
.coos_socialfeed_facebook>.coos_socialfeedcontent_items_10>div,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_6>div,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_7>div,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_8>div,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_9>div,
.coos_socialfeed_linkedin>.coos_socialfeedcontent_items_10>div {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
}

.coos_item_platform_unknown {
    background-color: var(--grey-lighter);
    color: var(--grey-darkest);
}

.coos_avatars_inline_wrapper {
    display: flex;
    flex-direction: row;
    margin-right: 12px;
    align-content: center;
    transform: translateY(2px);
}

.coos_avatars_inline_wrapper>.coos_avatar_inline>img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
}

.coos_avatar_inline {
    margin-right: -13px;
}

.coos_tagged_user>img {
    border-radius: 50%;
    width: 17px;
}

.coos_tagged_user {
    background-color: #d7d7d7;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px;
    border-radius: 50px;
    margin: -2px;
    transform: translateY(3px);
}

.coos_tagged_user>span {
    font-weight: 700;
}

button.coos_button.coos_danger {
    background-color: var(--danger);
}

button.coos_button.coos_black {
    background-color: var(--black);
}

button.coos_button.coos_success {
    background: Var(--success-gradient-base);
}

.coos_countdown_ticker {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.coos_countdown_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


span.coos_countdown_label {
    font-style: italic;
    font-size: 14px;
}

span.coos_countdown_number {
    font-size: 21px;
    width: 80px;
    padding: 10px 9px;
    margin-top: 20px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 2px;
    /* font-family: 'Seven Segment', sans-serif; */
    font-size: 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(64, 64, 64, 1) 53%, rgba(0, 0, 0, 1) 100%);
    color: white;
    position: relative;
    text-align: center;
}

span.coos_countdown_doublepoints {
    font-size: 30px;
    font-weighT: 800;
}

.coos_countdown_number::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    background-color: #686868;
    height: 3px;
}

/* Tick */

.tick {
    font-size: 1rem;
    white-space: nowrap;
    font-family: arial, sans-serif;
    width: 220px;
}

.tick-flip,
.tick-text-inline {
    font-size: 2.5em;
}

.tick-label {
    margin-top: 1em;
    font-size: 1em;
}

.tick-char {
    width: 1.5em;
}

.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left: -.325em;
}

.tick-group {
    margin: 0 .5em;
    text-align: center;
}

.tick-text-inline {
    color: rgb(230, 240, 255) !important;
}

.tick-label {
    color: rgb(230, 240, 255) !important;
}

.tick-flip-panel {
    color: rgb(0, 0, 0) !important;
}

.tick-flip {
    font-family: oswald-regular, sans-serif !important;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.4 !important;
}

.tick-flip-panel {
    background-color: rgb(255, 253, 245) !important;
}

.tick-flip {
    border-radius: 0.14em !important;
}

a.tick-credits {
    display: none !important;
}

.coos_social_connect_card {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 15px;
}

.coos_social_connect_card_icon>img {
    width: 90px;
}

.coos_social_connect_card_content {
    padding: 15px;
    background-color: var(--primary-lighter);
    border-left: 4px solid var(--primary);
    border-radius: 3px;
    display: block;
    flex-direction: column;
    align-items: stretch;
    line-height: 1.5em;
}

.coos_social_connect_card_content>strong {
    font-size: 18px;
    font-weight: 800;
    padding: 0px;
}

ul.ctxt_bodytext {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
    padding-left: 20px;
}

ul.ctxt_bodytext>li {
    position: relative;
}

ul.ctxt_bodytext>li::after {
    position: absolute;
    left: -9px;
    top: 4px;
    height: calc(100% - 8px);
    width: 4px;
    background-color: Var(--primary);
    content: "";
    border-radius: 6px;
}

ul.ctxt_bodytext>li>strong {
    font-weight: 700;
}

ul.ctxt_bodytext>li>ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    gap: 5px;
    padding: 10px;
}

ul.ctxt_bodytext>li>ul>li {
    padding-left: 10px;
    position: relative;
}

ul.ctxt_bodytext>li>ul>li::after {
    width: 20px;
    height: 4px;
    background-color: var(--primary);
    position: absolute;
    position: absolute;
    left: -15px;
    top: 10px;
    content: "";
}

ul.ctxt_bodytext>li>ul>li>code {
    font-family: monospace;
    color: var(--black);
    padding: 6px;
    background-color: var(--grey-lighter);
    font-size: 14px;
}




.coos_social_connect_debug_box {
    background: #f0f0f0;
    padding: 10px;
    margin: 10px 0;
    border-left: 4px solid #0073aa;
}

.coos_social_connect_debug_textarea {
    width: 100%;
    height: 60px;
}

/* Profile Pictures */
.coos_social_connect_profile_error {
    background: var(--error);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coos_social_connect_profile_warning {
    background: var(--warning);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coos_social_connect_profile_success {
    background: var(--success);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.coos_social_connect_profile_primary {
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Table Styling */
.coos_social_connect_table_header_icon {
    width: 60px;
}

.coos_social_connect_actions_container {
    justify-content: flex-end;
}

.coos_social_connect_actions_container_gap {
    justify-content: flex-end;
    gap: 8px;
}

/* Text Styling */
.coos_social_connect_text_success {
    color: var(--success);
}

.coos_social_connect_text_warning {
    color: var(--warning);
}

.coos_social_connect_text_grey {
    color: var(--grey);
}

/* Details/Summary Styling */
.coos_social_connect_detail_list {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 12px;
}

/* Button Styling */
.coos_social_connect_button_success {
    background: var(--success-gradient-base);
}

.coos_social_connect_button_grey {
    background: var(--grey) !important;
}

.coos_social_connect_button_disabled {
    background: var(--grey);
    color: white;
}

/* Statistics Box */
.coos_social_connect_stats_container {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.coos_social_connect_stats_title {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #333;
}

.coos_social_connect_stats_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.coos_social_connect_stat_card {
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 6px;
}

.coos_social_connect_stat_number {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary);
}

.coos_social_connect_stat_label {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.coos_social_connect_stats_footer {
    margin-top: 10px;
    font-size: 11px;
    color: #999;
    text-align: center;
}

/* Admin Section */
.coos_social_connect_admin_section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.coos_social_connect_admin_table {
    font-size: 12px;
}

/* API Response Debug */
.coos_social_connect_api_response {
    background: #f9f9f9;
    padding: 8px;
    margin: 5px 0;
    font-family: monospace;
    font-size: 11px;
}

/* Warning Box */
.coos_social_connect_warning_box {
    margin-top: 15px;
    padding: 10px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    font-size: 12px;
}

.coos_social_connect_debug_info {
    background: #f0f0f0;
    padding: 10px;
    margin: 10px 0;
    border-left: 4px solid #0073aa;
}

.coos_social_connect_textarea {
    width: 100%;
    height: 60px;
}

.coos_social_connect_btn_debug {
    background-color: var(--grey) !important;
}

.coos_social_connect_table_thumb {
    width: 60px;
}

.coos_social_connect_status_error {
    background: var(--error);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coos_social_connect_ul {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 12px;
}

.coos_social_connect_fb_icon {
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.coos_social_connect_text_success {
    color: var(--success);
}

.coos_social_connect_text_warning {
    color: var(--warning);
}

.coos_social_connect_actions {
    display: flex;
    justify-content: flex-end;
}

.coos_social_connect_btn_connected {
    background: var(--success-gradient-base);
}

.coos_social_connect_btn_disabled {
    background: var(--grey);
    color: white;
}

.coos_social_connect_ig_icon {
    background: var(--success);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.coos_social_connect_btn_reauth {
    background: var(--grey-lighter);
    color: var(--grey-darker);
}

.coos_social_connect_stats {
    padding-top: 20px;
    /* padding: 15px; */
    background: #ffffff;
    border-radius: 0;
    border-top: 2px solid var(--lightgrey-lighter);
    text-align: center;
    font-size: 19px;
}

.coos_social_connect_stats_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.coos_social_connect_stats_item {
    text-align: center;
    padding: 30px;
    background: var(--lightgrey-light);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.coos_social_connect_stats_value {
    font-size: 2.3em;
    font-weight: 900;
    color: var(--primary);
}

.coos_social_connect_stats_label {
    font-size: 13px;
    color: var(--white);
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2px;
    background-color: var(--info);
    padding: 8px 12px;
    font-weight: 700;
    border-radius: 5px;
}

.coos_social_connect_stats_footer {
    margin-top: 14px;
    font-size: 14px;
    color: var(--tracker-text-color);
    text-align: center;
}

.coos_social_connect_admin_section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.coos_social_connect_admin_table {
    font-size: 12px;
}

.coos_social_connect_api_response {
    background: #f9f9f9;
    padding: 8px;
    margin: 5px 0;
    font-family: monospace;
    font-size: 11px;
}

a.coos_button.coos_social_connect_btn_reauth {
    background: var(--lightgrey-gradient-base);
    color: var(--grey);
}

.coos_social_connect_stats>h4 {
    font-weight: 700;
    font-size: 23px;
}

.coos_profile_pic.coos_w40>img {
    width: 100%;
}

.coos_post_day_label>span>.coos_list_week_content:last-of-type:after {
    display: none;
}



.coos_tip_notice {
    background: var(--info-light);
    padding: 15px;
    margin-bottom: 10px;
    border: 2px solid var(--info);
    border-radius: 4px;
    color: var(--info-darker);
    font-weight: 400;
}

.coos_tip_notice>pre {
    float: none;
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    margin: 2px;
    background-color: var(--info);
}

.coos_mobile_menu_toggle {
    transform: translateX(-100px);
    transition: transform 0.3s ease-in-out;
}

.hamburger {
    cursor: pointer;
    transform: translateY(3px);
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 3em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: var(--primary-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
    transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.coos_mobile_menu_toggle {
    position: absolute;
    left: 15px;
    top: 15px;
    transform: translateX(-100px);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999999 !important;
    display: flex;
    flex-wrap: nowrap;
}

div#coos_menu {
    transition: left 0.3s ease-in-out;
}

.coos_menu_fade {
    display: none;
}

.coos_socials_item>div>div>span {
    font-size: 17px !important;
    font-weight: 700;
    padding: 0px !important;
    background-color: #ffffff00 !important;
    color: var(--grey) !important;
}

.coos_socials_item>div>div>span.coos_status_badge {
    color: var(--primary) !important;
    font-size: 25px !important;
}

.coos_logo_caroussel {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}


@media (max-width: 1000px) {
    div#coos_menu {
        width: 260px;
        left: -260px;
    }

    div#page {
        left: 0px;
        width: 100vw;
    }


    .coos_toolbar>div.coos_logo {
        left: 65px;
        top: 15px;
    }


    .coos_mobile_menu_toggle {
        transform: translateX(0px);

    }

    div#coos_menu.coos_menu_mobile_active {
        left: 0px;
    }

    .coos_table th,
    .coos_table td {
        padding: 8px 6px;
    }

    .coos_menu_fade {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100vw;
        height: 100vh;
        background-color: #3a3a3ab5;
        z-index: 9999;
        display: none;
    }

    .coos_toolbar {
        background-color: #ffffffe0;
        backdrop-filter: blur(20px) brightness(2.5);
    }

    .coos_socials_item {
        padding: 5px;
        background-color: rgba(0, 0, 0, 0);
        gap: 1px;
    }

    .coos_socials_item>img {
        width: 40px;
        display: none;
    }

}





.coos_agenda_daynames_short {
    display: none;
}

@media (max-width: 700px) {
    :root {
        --top-offset: 85px;
    }

    div#page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .coos_socials_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .coos_socials_item>div {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
    }

    .coos_agenda_daynames {
        display: none;
    }

    .coos_agenda_daynames_short {
        text-align: center;
        padding: 10px 0px;
        font-size: 13px;
        font-weight: 600;
        display: block;
    }

    .coos_agenda_daynames_short:nth-child(even) {
        background-color: var(--primary-dark);
    }

    .coos_agenda_item_name {
        font-size: 0px !important;
    }

    .coos_agenda_item {
        min-height: 100px;
        padding: 0px;
    }

    .coos_agenda_item_date>span {
        font-size: 19px;
        /* color: white; */
    }

    .coos_agenda_item_date {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 0%);
        backdrop-filter: none !important;
        border-radius: 0px !important;
    }

    .coos_agenda_item_content {
        padding: 2px !important;
    }

    .coos_agenda_item_logo {
        width: 27px !important;
        height: 27px !important;
    }

    .coos_agenda_item.has_content {
        background-color: #ff7e4b;
        opacity: 1;
        background-image: repeating-linear-gradient(45deg, #ff672b 25%, transparent 25%, transparent 75%, #ff672b 75%, #ff672b), repeating-linear-gradient(45deg, #ff672b 25%, #ff7e4b 25%, #ff7e4b 75%, #ff672b 75%, #ff672b);
        background-position: 0 0, 10px 10px;
        background-size: 20px 20px;
    }

    .coos_agendacontent_item {
        display: none;
    }

    div.coos_agenda_item.has_content,
    .coos_agenda_item_today {
        border: 4px dashed var(--primary-dark) !important;
        border-radius: 4px !important;
    }

    div.coos_agenda_item_today {
        border: 4px solid var(--primary) !important;
    }

    .coos_agenda_item>.coos_agenda_item_date>span {
        color: var(--grey);
        text-shadow: none;
    }

    div.coos_agenda_item.coos_agenda_day_item.has_content>div>span {
        color: white !important;
    }

    .coos_agenda_item.coos_agenda_day_item {
        min-height: 0px !important;
        aspect-ratio: 1/1 !important;
    }

    .coos_agenda_item_passed {
        opacity: 0.4 !important;
    }

    .coos_agenda_item_today {
        opacity: 1 !important;
    }

    .coos_agenda_item_today>div>span {
        color: var(--primary) !important;
    }

    .coos_agenda_item.coos_agenda_day_item.coos_agenda_item_today>div.coos_agenda_item_date>span {
        color: var(--primary) !important;
    }

    .coos_list_week_content {
        top: unset !important;
        position: relative !important;
        width: 100%;
        /* border: 1px solid red; */
    }

    .coos_postlist_info {
        /* grid-template-columns: 1fr 100px; */
        width: 100%;
        /* border: 1px solid red; */
        grid-template-columns: auto 100px;
        grid-template-rows: 30px 30px;
    }

    .coos_postlist_title {
        grid-column: 1 / span 1;
        grid-row: 1 / span 2;
    }

    .coos_postlist_status {
        grid-column: 2 / span 1;
        grid-row: 1 / span 1;
    }

    .coos_postlist_status {}

    .coos_postlist_date {
        grid-row: 2 / psan 1;
        grid-column: 2 / span 1;
    }

    .coos_postlist_date,
    .coos_postlist_status {
        font-size: 0px;
    }

    .coos_postlist_date>span {
        font-size: 15px;
    }


    .coos_postlist_post_content {}

}





.som {
    display: none;
}




@media (max-width: 500px) {
    .coos_profile_name {
        display: none;
    }

    .coos_profile {
        margin-right: -30px;
    }

    button.coos_button {
        padding: 21px 5px;
        height: 34px;
        min-width: 50px;
        border-radius: 8px;
    }

    button.coos_button>img {
        width: 17px;
    }

    div.coos_card {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(220, 220, 220) 0px 0px 0px 1px inset;
    }

    .coos_card_loader {
        background-color: #ffffff00;
        height: 15px;
    }

    div.coos_card_loader_inner {
        width: calc(100% - 4px) !important;
        height: 100% !important;
        max-width: 100% !important;
        padding: 0px;
        border-radius: 0px !important;
        box-shadow: none !important;
        background-color: rgba(0, 0, 0, 0);
        padding: 0px !important;
        top: 2px;
    }

    .coos_card_loader_spinner {
        height: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
        border-radius: 3px !important;
        width: 100% !important;
    }

    .coos_cardscroll {
        display: block !important;
        overflow-x: scroll;
    }

    .hom {
        display: none !important;
    }

    .som {
        display: block !important;
    }

    .coos_socials_item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .coos_socials_item>div>p {
        display: none;
    }

    .coos_socials_item {
        background-color: rgba(0, 0, 0, 0) !important;

    }


    .coos_socials_carrousel.coos_details_widgets {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
        background-color: var(--lightgrey);
        padding: 5px;
        border-radius: 5px;
    }

    .coos_socials_item>img {
        display: none !important;
    }

    .coos_toolbar {
        height: 50px;
        padding: 0px 10px;
        display: flex;
    }

    .coos_mobile_menu_toggle {
        top: 5px;
        left: 5px;
    }

    :root {
        --top-offset: 70px;
    }

    .coos_toolbar>div.coos_logo {
        left: 50px;
        top: 5px;
    }

    .coos_logo_caroussel {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0px;
    }

    .coos_logo_caroussel>div {
        margin-right: -28px;
    }

    .coos_socials_item.coos_socials_cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .coos_socials_text {}

    .coos_socials_item.coos_socials_cta>div.coos_socials_text {
        padding: 20px;
        background-color: #ABD3ED;
        margin-top: -100px;
        width: calc(100% - 40px) !important;
        margin-left: 20px !important;
        border-radius: 6px;
    }

    .coos_socials_item.coos_socials_cta>div.coos_socials_text>p {
        display: block;
        /* background-color: var(--info); */
    }

    .coos_socials_cta_img {
        border-radius: 6px;
    }

    .coos_postlist_info {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .coos_post_day_collapse {
        display: none !important;
    }
}


.som {
    display: none;
}




@media (max-width: 500px) {
    .coos_profile_name {
        display: none;
    }

    .coos_profile {
        margin-right: -30px;
    }

    button.coos_button {
        padding: 21px 5px;
        height: 34px;
        min-width: 50px;
        border-radius: 8px;
    }

    button.coos_button>img {
        width: 17px;
    }

    div.coos_card {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(220, 220, 220) 0px 0px 0px 1px inset;
    }

    .coos_card_loader {
        background-color: #ffffff00;
        height: 15px;
    }

    div.coos_card_loader_inner {
        width: calc(100% - 4px) !important;
        height: 100% !important;
        max-width: 100% !important;
        padding: 0px;
        border-radius: 0px !important;
        box-shadow: none !important;
        background-color: rgba(0, 0, 0, 0);
        padding: 0px !important;
        top: 2px;
    }

    .coos_card_loader_spinner {
        height: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
        border-radius: 3px !important;
        width: 100% !important;
    }

    .coos_cardscroll {
        display: block !important;
        overflow-x: scroll;
    }

    .hom {
        display: none !important;
    }

    .som {
        display: block !important;
    }

    .coos_socials_item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .coos_socials_item>div>p {
        display: none;
    }

    .coos_socials_item {
        background-color: rgba(0, 0, 0, 0) !important;

    }


    .coos_socials_carrousel.coos_details_widgets {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
        background-color: var(--lightgrey);
        padding: 5px;
        border-radius: 5px;
    }

    .coos_socials_item>img {
        display: none !important;
    }

    .coos_toolbar {
        height: 50px;
        padding: 0px 10px;
        display: flex;
    }

    .coos_mobile_menu_toggle {
        top: 5px;
        left: 5px;
    }

    :root {
        --top-offset: 70px;
    }

    .coos_toolbar>div.coos_logo {
        left: 50px;
        top: 5px;
    }

    .coos_logo_caroussel {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0px;
    }

    .coos_logo_caroussel>div {
        margin-right: -28px;
    }

    .coos_socials_item.coos_socials_cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .coos_socials_item.coos_socials_cta>div.coos_socials_text {
        padding: 20px;
        background-color: #b4e1ffc4;
        margin-top: -100px;
        width: 80%;
        margin-left: 10%;
        border-radius: 6px;
        backdrop-filter: blur(10px) brightness(1.2);
    }

    .coos_socials_item.coos_socials_cta>div.coos_socials_text>p {
        display: block;
        /* background-color: var(--info); */
    }

    .coos_socials_cta_img {
        border-radius: 6px;
    }

    .coos_postlist_info {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }
    
    .coos_cardheader_actions {
        display: none;
    }
}