/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 24 2025 | 11:15:38 */
.container-wrapper {
        padding: 10px;
    }
    .contactTabItem, .contactTabItemActive {
        height: 64px;
        background-color: var(--tab-color);
        color: white;
        padding: 10px;
        border-radius: 5px;
        margin: 10px 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
    }
    .contactTabItem svg, .tabItemActive svg{
        margin: 0 5px;
    }
    .contactTabItem {
        cursor: pointer;
    }
    .contactTabItemActive {
        cursor: default;
        background-color: #868fc1;
    }
    .contactContainer .wpforms-container-full {
        width: 100%;

    }
    .contactContentWrap {
        animation-name: openContacts;
        animation-duration: 0.3s;
        background-color: #adb5bd;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: 0 10px;
    }
    @keyframes openContacts {
        0% {opacity: 0%; }
        100% {opacity: 100%; }
    }
    .pgp {
        display: grid;
        justify-content: center;
        font-weight: bold;
        color: white;
        cursor: pointer;
    }
    .pgpArrow {
        display: grid;
        justify-content: center;
    }
    .pgpWrap {
        border-radius: 5px;
        color: white;

    }
    .keyNotice {
        margin: 10px;
        justify-content: center;
        text-align: justify;
    }
    .mono {
        font-family: monospace;
        font-size: 20px;
        padding: 3px 5px;
        background-color: #adb5bd;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .downloadKey, .pgpPopUpWindowClose {
        display: flex;
        justify-content: center;
    }
    .downloadKey a, .pgpPopUpWindowClose a {
        text-align: center;
        background-color: #233670;
        margin: 0 3px;
        padding: 5px 15px;
        border-radius: 5px;
        color: white;
        cursor: pointer;
    }
    .pgpPopUp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: grid;
        justify-content: center;
        align-content: center;
        z-index: 1000;
        background-color: #83838352;
    }
    .pgpPopUpWindow {
        padding: 15px;
        width: auto;
        height: auto;
        background-color: white;
        border-radius: 15px;
        -webkit-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.5);
    }

    .pgpPopUpWindow textarea {
        background-color: white;
        font: revert;
        padding: 10px;
        resize: none;
        overflow: hidden;
    }
    .pgpPopUpWindowButtons {
        display: flex;
        justify-content: center;
    }

    .otherContacts {
        background-color: #ebebeb;
        padding: 10px;
        border-radius: 10px;
    }
    .copyIcon {
        padding: 0 5px;

    }
    .copiedWrapp {
        position: fixed;
        display: grid;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-content: center;
        z-index: 1001;
    }
    .copied {
        color: dodgerblue;
        padding: 10px;
        background-color: white;
        border-radius: 10px;
        -webkit-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.5);
    }

    .label {
        display: flex;
        font-size: 18px;
        color: white;
        cursor: pointer;
        justify-content: center;
    }
    .label a {
        color: white;
    }

    @media (min-width: 980px) {
        .contact-wrap {
            display: grid;
            grid-template-columns: 60% 40%;
        }
        .contactContainer {
            display: grid;
            margin: 15px;
        }
        .contactTabs {
            display: grid;
        }
        .contactTabItem:hover {
            background-color: #1e1e1e;
        }

    }

    @media (max-width: 766px) { /* Mobile */
        .contactTabItem, .tabItemActive {
            width: auto;
        }
        .contactContainer {
            display: grid;
            margin: 0;

        }
        .contactTabs {
            display: grid;
            margin-bottom: 30px;
        }
        .keyNotice {
            margin: 10px;
        }
        .pgpPopUpWindow {
            padding: 6px;
        }
        .pgpPopUpWindow textarea {
            padding: 3px 3px 10px;
            overflow-wrap: normal;
            overflow: visible;
            font-size: 13px !important;
        }
    }

    .telegramBody {
        display: grid;

        grid-template-columns: auto 1fr;
    }
    .telegramBody, .pgp, .otherPlatforms {
        border-radius: 4px;
        padding: 5px;
        margin: 10px;
        min-height: 42px;
        font-size: 14px;

    }
    .telegramBody, .pgp {
        display: grid;
        align-items: center;
    }
    .otherPlatforms {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .telegramIcon {
        display: grid;
        align-content: center;
    }
    .telegramIcon a, .telegramIcon span {
        display: flex;
        color: white;
        font-weight: bold;
        text-decoration: none;

        align-content: center;
    }
    .telegramIcon .icon, .telegramIcon {
        display: grid;
        padding-left: 3px;
        padding-right: 5px;
        align-self: center;
    }

    .telegramBot {
        display: grid;
        justify-content: end;
        align-content: center;

    }
    .telegramBot a {
        text-decoration: none;
        background-color: #04002a;
        color: white;
        text-transform: capitalize;
        padding: 5px 15px;
        border-radius: 5px;
    }
    .telegramBot a:hover, .contactTabItem:hover {
        background-color: #6c5656;
        color: white;
    }