﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 0px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
        background: rgba(2,31,72,0.6);
    }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
}

label {
    display: block;
}

.validation-message {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
}

.text-center {
    width: 100%;
    position: relative;
    height: 100%;
}

.spinner-border {
    display: block;
    position: fixed;
    top: calc(50% - (58px / 2));
    right: calc(50% - (58px / 2));
    color: #021F48;
}

#backdrop {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 1999;
    background-color: rgb(0,0,0,0.2);
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-ExtraBoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-BoldItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-BlackItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-Italic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-MediumItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-LightItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/subset-Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins/subset-Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-ExtraBoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/subset-Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat/subset-Montserrat-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/subset-Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/subset-Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/** Trumbowyg v2.27.3 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg/ - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons, .trumbowyg-icons {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
}

    #trumbowyg-icons svg, .trumbowyg-icons svg {
        height: 0;
        width: 0;
    }

.trumbowyg-box *, .trumbowyg-box ::after, .trumbowyg-box ::before, .trumbowyg-modal *, .trumbowyg-modal ::after, .trumbowyg-modal ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trumbowyg-box svg, .trumbowyg-modal svg {
    width: 17px;
    height: 100%;
    color: #222;
    fill: #222;
}

.trumbowyg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px;
}

.trumbowyg-editor-box {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.trumbowyg-box, .trumbowyg-editor-box {
    position: relative;
    width: 100%;
    border: 1px solid #d7e0e2;
}

    .trumbowyg-box .trumbowyg-editor {
        min-height: 100%;
        margin: 0 auto;
    }

    .trumbowyg-box.trumbowyg-fullscreen {
        background: #fefefe;
        border: none !important;
    }

.trumbowyg-editor-box, .trumbowyg-textarea {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    border-style: none;
    resize: none;
    outline: 0;
    overflow: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

    .trumbowyg-editor-box.trumbowyg-autogrow-on-enter, .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
        -webkit-transition: height 0.3s ease-out;
        -o-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
    }

.trumbowyg-editor-box {
    padding: 0;
}

.trumbowyg-editor {
    outline: 0;
    padding: 20px;
}

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
    color: transparent !important;
    text-shadow: 0 0 7px #333;
}

@media screen and (min-width: 0 \0 ) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, 0.6) !important;
    }
}

@supports (-ms-accelerator: true) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, 0.6) !important;
    }
}

.trumbowyg-box-blur .trumbowyg-editor hr, .trumbowyg-box-blur .trumbowyg-editor img {
    opacity: 0.2;
}

.trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: none;
    font-size: 14px;
    font-family: Consolas, Courier, "Courier New", monospace;
    line-height: 18px;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px !important;
    width: 25%;
    min-height: 0 !important;
    padding: 0 !important;
    background: 0 0;
    opacity: 0 !important;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1px;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor-box {
    display: none;
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: 0.8;
    background: 0 0;
}

.trumbowyg-editor-box[contenteditable=true]:empty:not(:focus)::before {
    content: attr(placeholder);
    color: #999;
    pointer-events: none;
    white-space: break-spaces;
}

.trumbowyg-button-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 36px;
    background: #ecf0f1;
    border-bottom: 1px solid #d7e0e2;
    margin: 0;
    padding: 0 5px;
    position: relative;
    list-style-type: none;
    line-height: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    z-index: 11;
}

    .trumbowyg-button-pane::after, .trumbowyg-button-pane::before {
        content: " ";
        display: block;
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #d7e0e2;
    }

    .trumbowyg-button-pane::after {
        top: 71px;
    }

    .trumbowyg-button-pane .trumbowyg-button-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
            color: transparent;
        }

        .trumbowyg-button-pane .trumbowyg-button-group::after {
            content: " ";
            display: block;
            width: 1px;
            background: #d7e0e2;
            margin: 0 5px;
            height: 35px;
            vertical-align: top;
        }

        .trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
            content: none;
        }

    .trumbowyg-button-pane button {
        display: block;
        position: relative;
        width: 35px;
        height: 35px;
        padding: 1px 6px !important;
        margin-bottom: 1px;
        overflow: hidden;
        border: none;
        cursor: pointer;
        background: 0 0;
        vertical-align: middle;
        -webkit-transition: background-color 150ms, opacity 150ms;
        -o-transition: background-color 150ms, opacity 150ms;
        transition: background-color 150ms, opacity 150ms;
    }

        .trumbowyg-button-pane button.trumbowyg-textual-button {
            width: auto;
            line-height: 35px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .trumbowyg-button-pane button.trumbowyg-disable, .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active), .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
            opacity: 0.2;
            cursor: default;
            pointer-events: none;
        }

    .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before, .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
        background: #e3e9eb;
    }

    .trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
        background-color: #fff;
        outline: 0;
    }

    .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
        display: block;
        content: " ";
        position: absolute;
        top: 27px;
        right: 3px;
        height: 0;
        width: 0;
        border: 3px solid transparent;
        border-top-color: #555;
    }

    .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
        padding-left: 10px !important;
        padding-right: 18px !important;
    }

        .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
            top: 17px;
            right: 7px;
        }

    .trumbowyg-button-pane .trumbowyg-right {
        margin-left: auto;
    }

.trumbowyg-dropdown {
    max-width: 300px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    border: 1px solid #d7e0e2;
    padding: 5px 0;
    border-top: none;
    background: #fff;
    color: #222;
    margin-left: -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
    z-index: 12;
}

    .trumbowyg-dropdown button {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        text-decoration: none;
        background: #fff;
        padding: 0 20px 0 10px;
        color: #222;
        border: none;
        cursor: pointer;
        text-align: left;
        font-size: 15px;
        -webkit-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
    }

        .trumbowyg-dropdown button:focus, .trumbowyg-dropdown button:hover {
            background: #ecf0f1;
        }

        .trumbowyg-dropdown button svg {
            float: left;
            margin-right: 14px;
        }

.trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    height: 350px;
    z-index: 12;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 500px;
    width: calc(100% - 20px);
    padding-bottom: 45px;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .trumbowyg-modal-box .trumbowyg-modal-title {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 20px;
        padding: 15px 0 13px;
        display: block;
        border-bottom: 1px solid #d7e0e2;
    }

    .trumbowyg-modal-box .trumbowyg-progress {
        width: 100%;
        height: 3px;
        position: absolute;
        top: 58px;
    }

        .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
            background: #2bc06a;
            width: 0;
            height: 100%;
            -webkit-transition: width 150ms linear;
            -o-transition: width 150ms linear;
            transition: width 150ms linear;
        }

    .trumbowyg-modal-box .trumbowyg-input-row {
        position: relative;
        margin: 15px 12px;
        border: 1px solid #dedede;
        overflow: hidden;
    }

    .trumbowyg-modal-box .trumbowyg-input-infos {
        text-align: left;
        -webkit-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
        width: 150px;
        border-right: 1px solid #dedede;
        padding: 0 7px;
        background-color: #fbfcfc;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

        .trumbowyg-modal-box .trumbowyg-input-infos label {
            color: #69878f;
            overflow: hidden;
            height: 27px;
            line-height: 27px;
        }

            .trumbowyg-modal-box .trumbowyg-input-infos label, .trumbowyg-modal-box .trumbowyg-input-infos label span {
                display: block;
                height: 27px;
                line-height: 27px;
                -webkit-transition: all 150ms;
                -o-transition: all 150ms;
                transition: all 150ms;
            }

        .trumbowyg-modal-box .trumbowyg-input-infos .trumbowyg-msg-error {
            color: #e74c3c;
        }

    .trumbowyg-modal-box .trumbowyg-input-html {
        padding: 1px 1px 1px 152px;
    }

        .trumbowyg-modal-box .trumbowyg-input-html, .trumbowyg-modal-box .trumbowyg-input-html input, .trumbowyg-modal-box .trumbowyg-input-html select, .trumbowyg-modal-box .trumbowyg-input-html textarea {
            font-size: 14px;
        }

            .trumbowyg-modal-box .trumbowyg-input-html input, .trumbowyg-modal-box .trumbowyg-input-html select, .trumbowyg-modal-box .trumbowyg-input-html textarea {
                -webkit-transition: all 150ms;
                -o-transition: all 150ms;
                transition: all 150ms;
                height: 27px;
                line-height: 27px;
                border: 0;
                width: 100%;
                padding: 0 7px;
            }

                .trumbowyg-modal-box .trumbowyg-input-html input:focus, .trumbowyg-modal-box .trumbowyg-input-html input:hover, .trumbowyg-modal-box .trumbowyg-input-html select:focus, .trumbowyg-modal-box .trumbowyg-input-html select:hover, .trumbowyg-modal-box .trumbowyg-input-html textarea:focus, .trumbowyg-modal-box .trumbowyg-input-html textarea:hover {
                    outline: 1px solid #95a5a6;
                }

                .trumbowyg-modal-box .trumbowyg-input-html input:focus, .trumbowyg-modal-box .trumbowyg-input-html select:focus, .trumbowyg-modal-box .trumbowyg-input-html textarea:focus {
                    background: #fbfcfc;
                }

                .trumbowyg-modal-box .trumbowyg-input-html input[type=checkbox] {
                    width: 16px;
                    height: 16px;
                    padding: 0;
                }

    .trumbowyg-modal-box .trumbowyg-input-html-with-checkbox {
        text-align: left;
        padding: 3px 1px 1px 3px;
    }

    .trumbowyg-modal-box .trumbowyg-input-error input, .trumbowyg-modal-box .trumbowyg-input-error select, .trumbowyg-modal-box .trumbowyg-input-error textarea {
        outline: 1px solid #e74c3c;
    }

    .trumbowyg-modal-box .trumbowyg-input-error .trumbowyg-input-infos label span:first-child {
        margin-top: -27px;
    }

    .trumbowyg-modal-box .error {
        margin-top: 25px;
        display: block;
        color: red;
    }

    .trumbowyg-modal-box .trumbowyg-modal-button {
        position: absolute;
        bottom: 10px;
        right: 0;
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100px;
        height: 35px;
        line-height: 33px;
        margin: 0 10px;
        background-color: #333;
        border: none;
        cursor: pointer;
        font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
        font-size: 16px;
        -webkit-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
    }

        .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
            right: 110px;
            background: #2bc06a;
        }

            .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
                background: #40d47e;
                outline: 0;
            }

            .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
                background: #25a25a;
            }

        .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
            color: #555;
            background: #e6e6e6;
        }

            .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
                background: #fbfbfb;
                outline: 0;
            }

            .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
                background: #d5d5d5;
            }

.trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10;
}

body.trumbowyg-body-fullscreen {
    overflow: hidden;
}

.trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

    .trumbowyg-fullscreen .trumbowyg-editor-box, .trumbowyg-fullscreen.trumbowyg-box {
        border: none;
    }

    .trumbowyg-fullscreen .trumbowyg-editor-box, .trumbowyg-fullscreen .trumbowyg-textarea {
        height: auto !important;
        overflow: auto;
    }

    .trumbowyg-fullscreen .trumbowyg-overlay {
        height: 100% !important;
    }

    .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
        color: #222;
        fill: transparent;
    }

.trumbowyg-editor embed, .trumbowyg-editor img, .trumbowyg-editor object, .trumbowyg-editor video {
    max-width: 100%;
}

.trumbowyg-editor img, .trumbowyg-editor video {
    height: auto;
}

.trumbowyg-editor img {
    cursor: move;
}

.trumbowyg-editor canvas:focus {
    outline: 0;
}

.trumbowyg-editor.trumbowyg-reset-css {
    background: #fefefe !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    color: #333 !important;
    font-weight: 400 !important;
}

    .trumbowyg-editor.trumbowyg-reset-css a {
        color: #15c !important;
        text-decoration: underline !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css blockquote, .trumbowyg-editor.trumbowyg-reset-css div, .trumbowyg-editor.trumbowyg-reset-css ol, .trumbowyg-editor.trumbowyg-reset-css p, .trumbowyg-editor.trumbowyg-reset-css ul {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: 0 0 !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
        line-height: 1.4em !important;
        font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
        font-size: 14px !important;
        border: none !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css hr, .trumbowyg-editor.trumbowyg-reset-css iframe, .trumbowyg-editor.trumbowyg-reset-css object {
        margin-bottom: 15px !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css blockquote {
        margin-left: 32px !important;
        font-style: italic !important;
        color: #555 !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css ul {
        list-style: disc !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css ol {
        list-style: decimal !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css ol, .trumbowyg-editor.trumbowyg-reset-css ul {
        padding-left: 20px !important;
    }

        .trumbowyg-editor.trumbowyg-reset-css ol ol, .trumbowyg-editor.trumbowyg-reset-css ol ul, .trumbowyg-editor.trumbowyg-reset-css ul ol, .trumbowyg-editor.trumbowyg-reset-css ul ul {
            border: none !important;
            margin: 2px !important;
            padding: 0 !important;
            padding-left: 24px !important;
        }

    .trumbowyg-editor.trumbowyg-reset-css hr {
        display: block !important;
        height: 1px !important;
        border: none !important;
        border-top: 1px solid #ccc !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css h1, .trumbowyg-editor.trumbowyg-reset-css h2, .trumbowyg-editor.trumbowyg-reset-css h3, .trumbowyg-editor.trumbowyg-reset-css h4 {
        color: #111 !important;
        background: 0 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-weight: 700 !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css h1 {
        font-size: 32px !important;
        line-height: 38px !important;
        margin-bottom: 20px !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css h2 {
        font-size: 26px !important;
        line-height: 34px !important;
        margin-bottom: 15px !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css h3 {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 7px !important;
    }

    .trumbowyg-editor.trumbowyg-reset-css h4 {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 7px !important;
    }

.trumbowyg-dark .trumbowyg-textarea {
    background: #222;
    color: #fff;
    border-color: #343434;
}

.trumbowyg-dark .trumbowyg-box {
    border: 1px solid #343434;
}

    .trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
        background: #111;
    }

    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        text-shadow: 0 0 7px #ccc;
    }

@media screen and (min-width: 0 \0 ) {
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important;
    }
}

@supports (-ms-accelerator: true) {
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important;
    }
}

.trumbowyg-dark .trumbowyg-box svg {
    fill: #fff;
    color: #fff;
}

.trumbowyg-dark .trumbowyg-button-pane {
    background-color: #222;
    border-bottom-color: #343434;
}

    .trumbowyg-dark .trumbowyg-button-pane::after, .trumbowyg-dark .trumbowyg-button-pane::before {
        background: #343434;
    }

    .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
        background-color: #343434;
    }

    .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
        color: transparent;
    }

    .trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
        background-color: #2a2a2a;
    }

    .trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
        background-color: #333;
    }

    .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
        border-top-color: #fff;
    }

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: #ecf0f1;
    fill: transparent;
}

.trumbowyg-dark .trumbowyg-dropdown {
    border-color: #343434;
    background: #333;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

    .trumbowyg-dark .trumbowyg-dropdown button {
        background: #333;
        color: #fff;
    }

        .trumbowyg-dark .trumbowyg-dropdown button:focus, .trumbowyg-dark .trumbowyg-dropdown button:hover {
            background: #222;
        }

.trumbowyg-dark .trumbowyg-modal-box {
    background-color: #333;
    color: #fff;
}

    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
        border-bottom: 1px solid #555;
        color: #fff;
        background: #3c3c3c;
    }

    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row {
        border-color: #222;
    }

    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos {
        color: #eee;
        background-color: #2f2f2f;
        border-right-color: #222;
    }

        .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span {
            color: #eee;
            background-color: #2f2f2f;
            border-color: #343434;
        }

            .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span.trumbowyg-msg-error {
                color: #e74c3c;
            }

    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error input, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error select, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error textarea {
        border-color: #e74c3c;
    }

    .trumbowyg-dark .trumbowyg-modal-box input, .trumbowyg-dark .trumbowyg-modal-box select, .trumbowyg-dark .trumbowyg-modal-box textarea {
        border-color: #343434;
        color: #fff;
        background: #222;
    }

        .trumbowyg-dark .trumbowyg-modal-box input:focus, .trumbowyg-dark .trumbowyg-modal-box input:hover, .trumbowyg-dark .trumbowyg-modal-box select:focus, .trumbowyg-dark .trumbowyg-modal-box select:hover, .trumbowyg-dark .trumbowyg-modal-box textarea:focus, .trumbowyg-dark .trumbowyg-modal-box textarea:hover {
            border-color: #626262;
        }

        .trumbowyg-dark .trumbowyg-modal-box input:focus, .trumbowyg-dark .trumbowyg-modal-box select:focus, .trumbowyg-dark .trumbowyg-modal-box textarea:focus {
            background-color: #2f2f2f;
        }

    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
        background: #1b7943;
    }

        .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
            background: #25a25a;
        }

        .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
            background: #176437;
        }

    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
        background: #333;
        color: #ccc;
    }

        .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
            background: #444;
        }

        .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
            background: #111;
        }

.trumbowyg-dark .trumbowyg-overlay {
    background-color: rgba(15, 15, 15, 0.6);
}

.title-def {
    font-family: Poppins;
    font-weight: 600;
}

.title-def_main {
    color: #FFF;
    font-size: 22px;
}

.link-def {
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.avatar {
    line-height: 35px;
    height: 35px;
    width: 35px;
    background-color: #021F48;
    color: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

div.modal-show-history-email__content p, div.ck-editor p, div.projectHistoryEmail p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
}

.profile-menu {
    padding: 15px;
    display: none;
}

    .profile-menu a {
        color: #021F48;
        font-size: 14px;
    }

.file-inp.modal-invite__file {
    cursor: pointer;
}

.descrp-el__right a {
    color: #021F48;
}

.btn-def {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: #021F48;
    height: 65px;
}

.btn-def_bg {
    background: #DFDFDF;
    color: #676767;
}

.btn-def_red {
    background: #FF6565;
}

.btn-def_grn {
    background: #24AD5F;
}

.btn-def-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    background: #021F48;
    height: 30px;
    padding: 5px 21px;
}

.form-edit__work-line.work-btn {
    justify-content: end;
    margin-right: 0;
    margin-left: 0;
}

.btn-text {
    color: #021F48;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
}

.wrap-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-btns__btn {
    margin-left: 15px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs__el {
    cursor: pointer;
    line-height: 1;
    color: #676767;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
    margin-right: 26px;
}

    .tabs__el.active {
        color: #021F48;
        font-size: 18px;
        font-weight: 600;
        border-color: #021F48;
    }

.btn-border {
    color: #021F48;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #021F48;
    background: #F7FAFF;
}

    .btn-border svg {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 5px;
    }

.history-info__title {
    color: #676767;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 23px;
}

.history-info__els {
    color: #676767;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
}

    .history-info__els li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 24px;
    }

        .history-info__els li::before {
            content: "";
            position: absolute;
            top: 6px;
            left: 6px;
            width: 3px;
            height: 3px;
            border-radius: 100%;
            background: #676767;
        }

    .history-info__els a {
        color: #021F48;
        text-decoration: underline;
    }

.history-info__img {
    width: 100%;
    height: 160px;
    margin-top: 22px;
}

.center {
    text-align: center;
}

.form-edit__block-content.work-item {
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: white;
    padding: 30px 20px 1px 20px;
}

.btn-border-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1.5px solid #021F48;
    background: #F7FAFF;
    padding: 13px 55px;
}

.text-info {
    color: #676767 !important;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.trumbowyg-editor-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 500px;
}

    .trumbowyg-editor-box .trumbowyg-editor {
        width: 100%;
    }

.trumbowyg-button-pane {
    background: #EBEEF3;
}

.trumbowyg-box {
    border-radius: 10px;
    overflow: hidden;
}

.inp-def {
    border: 0;
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.08);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    height: 65px;
    padding: 0 23px;
}

    .inp-def::-webkit-input-placeholder {
        color: #949494;
        font-style: italic;
    }

    .inp-def::-moz-placeholder {
        color: #949494;
        font-style: italic;
    }

    .inp-def:-ms-input-placeholder {
        color: #949494;
        font-style: italic;
    }

    .inp-def::-ms-input-placeholder {
        color: #949494;
        font-style: italic;
    }

    .inp-def::placeholder {
        color: #949494;
        font-style: italic;
    }

.inp-def-2 {
    border: 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    background: #FFF;
    height: 34px;
    display: block;
    width: 100%;
    padding: 0 9px;
    color: #000;
}

    .inp-def-2::-webkit-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-2::-moz-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-2:-ms-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-2::-ms-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-2::placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

.inp-def-3 {
    padding: 0 18px;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    color: #000;
}

    .inp-def-3::-webkit-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-3::-moz-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-3:-ms-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-3::-ms-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .inp-def-3::placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

.textarea-def {
    padding: 10px 18px;
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    color: #000;
    resize: none;
}

    .textarea-def::-webkit-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .textarea-def::-moz-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .textarea-def:-ms-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .textarea-def::-ms-input-placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

    .textarea-def::placeholder {
        color: #A4A4A4;
        font-style: italic;
    }

.block-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.08);
    max-width: 450px;
    width: 100%;
}

.block-search__inp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100px;
    border: 0;
    background: #042554;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
}

    .block-search__inp::-webkit-input-placeholder {
        font-style: italic;
    }

    .block-search__inp::-moz-placeholder {
        font-style: italic;
    }

    .block-search__inp:-ms-input-placeholder {
        font-style: italic;
    }

    .block-search__inp::-ms-input-placeholder {
        font-style: italic;
    }

    .block-search__inp::placeholder {
        font-style: italic;
    }

.block-search__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 55px;
    background: #FFF;
}

.checkbox-def {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    border: 1px solid #021F48;
    border-radius: 1px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-def__inp {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    z-index: -999;
}

.checkbox-def__dec {
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background: #021F48;
    display: none;
}

.checkbox-def__inp:checked + .checkbox-def__dec {
    display: block;
}

.checkbox-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkbox-el__text {
    color: #021F48;
    font-size: 10px;
    font-weight: 400;
    display: block;
    font-family: "Inter";
    line-height: 1;
    margin-left: 3px;
}

.checkbox-el_2 .checkbox-el__text {
    font-size: 12px;
}

.wrap-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-checkboxes__el {
    margin-right: 41px;
}

.select-def {
    position: relative;
    z-index: 100;
}

    .select-def.active {
        z-index: 200;
    }

.select-def__top {
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.validation-error {
    border: 1px solid red;
}

.select-def__val {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40px;
}

.select-def__text, .select-def .select-def__dropdown-el {
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

.select-def__placeholder {
    color: #A4A4A4;
    font-weight: 400;
}

.select-def__val {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select-def__arr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 0;
    margin-left: 10px;
}

.select-def__block {
    position: absolute;
    display: none;
    background: #FFF;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    z-index: 1000;
    width: 100%;
    height: 800%;
    overflow: hidden;
}

    .select-def__block input {
        margin: 5px 5px 0 5px;
        border: 0.5px solid #D4D4D4;
        font-size: 12px;
        width: 95%;
    }

.select-def__dropdown {
    left: 0;
    width: 100%;
    margin-top: 10px;
    overflow: auto;
    height: 100%;
}

.select-def__dropdown-el {
    cursor: pointer;
    padding: 10px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .select-def__dropdown-el:hover, .select-def__dropdown-el.active {
        background: #F7FAFF;
    }

.form-el__text {
    margin-top: 10px;
}

.form-el__title {
    color: #A4A4A4;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 4px;
    min-height: 18px;
}

.form-el__title2 {
    color: #021F48;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
}

.form-el__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-el__content .form-el__title {
        margin-bottom: 0;
        margin-right: 18px;
    }

.form-el__els {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -10px;
    margin-right: -10px;
}

.form-el__els-el {
    width: 100%;
    padding: 0 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.select-inp {
    position: relative;
}

.select-inp__select {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 74px;
}

    .select-inp__select .select-def {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .select-inp__select .select-def__val {
        width: 10px;
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .select-inp__select .select-def__text, .select-inp__select .select-def__dropdown-el {
        font-size: 12px;
    }

    .select-inp__select .select-def__top {
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        border: 0;
        padding: 0;
        height: auto;
        background: transparent;
    }

    .select-inp__select .select-def__arr {
        margin-left: 5px;
    }

.select-inp__inp {
    padding-left: 80px;
}

.file-inp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.file-inp__inp {
    display: none;
}

.file-inp__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5px;
}

.file-inp__text {
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
}

button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
    line-height: 1;
    text-align: left;
}

img {
    -o-object-fit: contain;
    object-fit: contain;
}

.block-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-form__title {
    color: #021F48;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 7px;
}

.block-form__text {
    color: #676767;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
}

.block-form__el {
    margin-bottom: 30px;
}

.block-form__link {
    margin-left: auto;
    margin-top: 20px;
}

.block-form__btn {
    margin-top: 23px;
}

.block-form__textbottom {
    text-align: center;
    margin-top: 60px;
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}

    .block-form__textbottom a {
        color: #021F48;
        font-weight: 500;
    }

.profile-btn {
    border-radius: 21.5px;
    border: 1.5px solid #021F48;
    background: #FFF;
}

.profile-btn__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 43px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

.profile-btn__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.profile-btn__arr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5px;
}

.logo-def {
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.logo-def__img {
    width: 176px;
    height: 56px;
}

.block-info {
    border-radius: 10px;
    background: #021F48;
    padding: 33px 35px;
    padding-right: 48px;
}

.block-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-block {
    border-radius: 10px;
    background: #DFE4EC;
    padding: 8px 18px;
}

    .filter-block.hide .filter-block__inp {
        margin-bottom: 0;
    }

    .filter-block.hide .filter-block__arr {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .filter-block.hide .filter-block__checkbox {
        display: none;
    }

    .filter-block.hide .filter-block__checkboxes {
        display: none;
    }

    .filter-block.hide .filter-block__btns {
        display: none;
    }

.filter-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 8px;
}

.filter-block__title {
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

.filter-block__dec {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100px;
    height: 1px;
    background: #021F48;
    margin: 0 8px;
}

.filter-block__arr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.filter-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-block__inp {
    margin-bottom: 10px;
}

.filter-block__block {
    margin-right: 6px;
}

.filter-block__block_1 {
    width: 120px;
}

.filter-block__block_2 {
    width: 120px;
}

.filter-block__block_3 {
    width: 153px;
}

.filter-block__block_4 {
    text-align: center;
    width: 165px;
    padding-top: 6px;
}

    .filter-block__block_4 label {
        color: #021F48;
        font-size: 10px;
    }

    .filter-block__block_4 .checkbox-def {
        border: 1px solid #021F48;
    }

    .filter-block__block_4 .checkbox-el__text {
        color: #021F48;
    }

    .filter-block__block_4 .filter-block__checkboxes {
        column-gap: 10px;
        justify-content: center;
        margin-top: 1px;
        margin-left: 0px;
    }

    .filter-block__block_4 .wrap-checkboxes__el {
        margin-right: 0px;
    }

.filter-block__block_5 {
    width: 65px;
}

.filter-block__block_6 {
    width: 160px;
}

.filter-block__block_7 {
    width: 150px;
}

.filter-block__block_8 {
    width: 130px;
}

    .filter-block__block_8 input {
        margin-bottom: 5px;
    }

    .filter-block__block_8 .select-def__block {
        display: block;
        font-size: 12px;
        width: 110px;
    }

.filter-block__block:last-child {
    margin-right: 0 !important;
}

.filter-block__checkboxes {
    margin-left: 10px;
}

.filter-block__checkbox {
    margin-left: 3px;
    margin-bottom: 4px;
}

    .filter-block__checkbox:last-child {
        margin-bottom: 0 !important;
    }

.filter-block__btns {
    margin-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.acts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

.acts__btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.descrp__el {
    margin-bottom: 16px;
}

.descrp-el__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.descrp-el__title {
    color: #676767;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
}

.descrp-el__val {
    color: #021F48;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.descrp-el__right {
    text-align: right;
}

.descrp-el__text {
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.descrp-el__content {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.descrp-el__date {
    color: #676767;
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}

.descrp-el__left {
    max-width: 273px;
}

.projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.projects__el {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

    .projects__el .projects-el {
        min-height: 100%;
    }

.projects-el {
    border-radius: 10px;
    border: 1px solid #D7E4FB;
    background: #F7FAFF;
    padding: 25px 25px;
}

.projects-el__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.projects-el__content-block:not(:first-child) {
    display: none;
}

.projects-el__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
}

.projects-el__btns-btn {
    width: 50%;
    margin-right: 10px;
    height: 40px;
}

    .projects-el__btns-btn:last-child {
        margin-right: 0 !important;
    }

.projects-el__history {
    margin-top: 27px;
}

.form-edit__btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 441px;
    width: 100%;
    padding: 10px;
    height: 60px;
}

.form-edit__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    background: #DFE4EC;
    height: 60px;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 30px;
}

    .form-edit__top.work {
        justify-content: flex-start;
        border-radius: 0px;
        background: white;
        gap: 10px;
        margin-bottom: 0;
    }

.form-edit__arr {
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-edit__title {
    color: #021F48;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

    .form-edit__title.work {
        width: 100%
    }

.form-edit__general {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 20px;
}

.form-edit__general-el {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 7.5px;
}

.form-edit__general-el_1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 15%;
}

.form-edit__contacts {
    margin-bottom: 20px;
}

.form-edit__contacts-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.form-edit__contacts-el {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 7.5px;
    margin-bottom: 20px;
}

.form-edit__work {
    margin-bottom: 20px;
}

.form-edit__work-ques {
    margin-bottom: 15px;
    min-height: 100px;
}

.form-edit__work-choose {
    margin-top: 9px;
}

.form-edit__work-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}

    .form-edit__work-top .form-el__title {
        margin-bottom: 0;
    }

.form-edit__work-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .form-edit__work-line .form-edit__work-line .form-edit__work-el {
        margin-bottom: 0;
    }

.form-edit__work-line-ques .form-edit__work-el:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .form-edit__work-line-ques .form-edit__work-el:first-child .form-el {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .form-edit__work-line-ques .form-edit__work-el:first-child .form-el .textarea-def {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

.form-edit__work-line-ques__el {
    margin-bottom: 10px;
}

    .form-edit__work-line-ques__el .textarea-def {
        height: 119px;
    }

.form-edit__work-line-ques__btn {
    margin-top: 0px;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 12px;
}

.btn_red_empty {
    color: red;
    border: 1px solid red;
    background: white;
    width: 10%;
}

.btn-empty {
    background: white;
    width: 10%;
}

.form-edit__work-el {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 7.5px;
    margin-bottom: 20px;
}

.form-edit__block {
    margin-bottom: 29px;
}

    .form-edit__block.hide .form-edit__arr {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .form-edit__block:last-child {
        margin-bottom: 0 !important;
    }

.form-edit__block-block {
    margin-bottom: 41px;
}

    .form-edit__block-block:last-child {
        margin-bottom: 0 !important;
    }

.form-edit__block-block-title {
    color: #021F48;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 18px;
}

.choose-ques {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .choose-ques .wrap-checkboxes__el:last-child {
        margin-right: 0 !important;
    }

.choose-ques__text {
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    width: 328px;
    line-height: 1.7;
    padding-right: 20px;
}

.block-upload {
    text-align: center;
}

.block-upload__inp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
    display: none;
}

.block-upload__icon {
    display: block;
}

.block-upload__form {
    display: block;
    position: relative;
    border-radius: 10px;
    border: 1px dashed #021F48;
    background: #F7FAFF;
    max-width: 254px;
    padding: 14px 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.block-upload__title {
    color: #021F48;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.block-upload__text {
    color: #021F48;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
}

.hidden {
    display: none;
}

.trumbowyg-modal-box .trumbowyg-modal-button {
    padding: 0 10px;
}

.block-editor {
    font-family: Poppins;
    color: #676767;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

    .block-editor h1, .block-editor h2, .block-editor h3, .block-editor h4, .block-editor h5, .block-editor h6 {
        font-weight: 600;
        color: #021F48;
    }

    .block-editor h1 {
        font-size: 22px;
    }

    .block-editor h2 {
        font-size: 20px;
    }

    .block-editor h3 {
        font-size: 18px;
    }

    .block-editor h4, .block-editor h5, .block-editor h6 {
        font-size: 16px;
    }

    .block-editor strong {
        font-weight: 600;
    }

    .block-editor em {
        font-style: italic;
    }

    .block-editor ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
    }

        .block-editor ul li {
            display: list-item;
            list-style-type: disc;
            unicode-bidi: isolate;
        }

    .block-editor ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
    }

        .block-editor ol li {
            display: list-item;
            list-style-type: decimal;
            unicode-bidi: isolate;
        }

    .block-editor p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
    }

.wrap-btns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}

.wrap-btns-2__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    border-radius: 5px;
}

.noscroll {
    overflow: hidden;
}

.btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    height: 25px;
}

.overlay {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal-def {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    display: none;
}

.modal-def__wrap {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-def__content {
    position: relative;
    z-index: 10;
    width: 100%;
}

.modal-def__close {
    cursor: pointer;
}

.modal-def__overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}

.modal-content {
    width: 100%;
    max-width: 974px;
    padding: 79px 34px;
    background: #F7FAFF;
}

.modal-content__close {
    position: absolute;
    top: 28px;
    right: 22px;
}

.modal-invite {
    max-width: 1080px;
    padding: 74px 34px;
    padding-bottom: 50px;
    border-radius: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.modal-invite__title {
    color: #021F48;
    font-style: italic;
    margin-bottom: 55px;
}

.modal-invite__content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 792px;
}

.modal-invite__file {
    margin-top: 28px;
}

.modal-invite__btns {
    margin-top: 64px;
}

.modal-delete {
    max-width: 1150px;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
}

.modal-delete__title {
    text-align: center;
    color: #021F48;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.modal-delete__text {
    text-align: center;
}

.modal-delete__btns {
    margin-top: 32px;
}

.modal-delete__content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 902px;
}

body {
    font-family: "Poppins", "Arial", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.26;
}

a {
    font-family: "Poppins", Arial, sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

input, input::pleceholder {
    font-family: "Poppins", "Arial", sans-serif;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper-def {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.container-def {
    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
    max-width: 1199px;
}

.sec-login__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.sec-login__left2 {
    width: 50%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-login__left2-img {
    max-width: 100%;
    width: 350px;
    height: 340px;
}

.sec-login__left {
    width: 50%;
    background: #021F48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    padding-top: 53px;
}

.sec-login__left-text {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.563;
}

.sec-login__right {
    width: 50%;
    padding: 40px 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-login__img {
    margin-bottom: 29px;
    width: 291px;
    height: 239px;
}

.sec-login__form {
    margin-top: 44px;
}

.top-menu {
    background: #FFF;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.top-menu__wrap {
    padding: 32px 0;
}

.top-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec-dashboard__wrap {
    padding: 38px 0;
}

.sec-dashboard__top {
    margin-bottom: 11px;
}

.sec-dashboard__filter {
    margin-bottom: 12px;
}

.ai-helper-shortcut {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    position: fixed;
    top: 158px;
    right: 0px;
    height: 132px;
    width: 45px;
    border-bottom-left-radius: 10px;
    border-start-start-radius: 10px;
    background-image: linear-gradient(#A653DD, #228CDB);
    cursor: pointer;
    z-index: 100;
}

    .ai-helper-shortcut h1 {
        writing-mode: sideways-lr;
        font-size: 16px;
        color: white;
        font-weight: 500;
        font-family: 'Poppins';
    }

.ai-helper {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    position: fixed;
    top: 120px;
    right: 0px;
    height: 80vh;
    width: 840px;
    z-index: 10;
}

    .ai-helper .ai-helper-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-image: linear-gradient(#A653DD, #228CDB);
        color: white;
        font-size: 16px;
        min-height: 35px;
        padding: 0 20px;
        border-start-start-radius: 10px;
    }

        .ai-helper .ai-helper-header .history-new-chat-container {
            display: flex;
            flex-direction: row;
            column-gap: 15px;
        }

            .ai-helper .ai-helper-header .history-new-chat-container div {
                display: flex;
                flex-direction: row;
                column-gap: 5px;
                cursor: pointer;
            }

                .ai-helper .ai-helper-header .history-new-chat-container div span {
                    font-family: Poppins;
                    font-weight: 500;
                    font-size: 15px;
                    line-height: 25px;
                    letter-spacing: 0%;
                    color: white;
                }

        .ai-helper .ai-helper-header div {
            display: flex;
            flex-direction: row;
            column-gap: 8px;
            align-items: center;
        }

        .ai-helper .ai-helper-header h1 {
            font-size: 18px;
            color: white;
            font-weight: 400;
            font-family: 'Poppins';
        }

        #ai-helper-history svg{
            height: 18px;
        }

.history-new-chat-container div svg {
    height: 18px;
}

    .ai-helper .ai-helper-body {
        display: flex;
        flex-direction: column;
        height: 100%;
        background-color: white;
        border-bottom-left-radius: 10px;
        box-shadow: 0px 8px 30px 0px #00000026;
        padding: 20px 20px;
    }

        .ai-helper .ai-helper-body .ai-helper-body-empty {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            align-items: center;
        }

            .ai-helper .ai-helper-body .ai-helper-body-empty span {
                font-family: Poppins;
                font-weight: 400;
                font-size: 14px;
                line-height: 25px;
                letter-spacing: 0%;
            }

.ai-helper-body.subpage {
    box-shadow: 0px 20px 30px 0px #00000026;
    overflow-y: auto;
}

.ai-helper-body ol {
    list-style: auto;
}

.ai-helper-body li {
    list-style: auto;
    margin-left: 15px;
}

.ai-helper-body strong {
    font-weight:600;
}

.ai-helper-body p {
    margin-top: 10px;
    text-align: justify;
}

.ai-helper .ai-helper-body .ai-question-input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 0 10px;
}

    .ai-helper .ai-helper-body .ai-question-input input {
        width: 90%;
        border: none;
    }

        .ai-helper .ai-helper-body .ai-question-input input::placeholder {
            font-family: Poppins;
            font-weight: 400;
            font-style: italic;
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 0%;
        }

.ai-helper-header.subpage {
    background-image: linear-gradient(white, white);
    color: #021F48;
    box-shadow: 0px 8px 30px 0px #00000026;
}

    .ai-helper-header.subpage div {
        column-gap: 18px;
    }

    .ai-helper-header.subpage div svg{
        height: 16px;
    }

    .ai-helper-header.subpage h1 {
        color: #021F48;
        font-size: 17px;
    }

.chat-loader {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 10px;
}

    .chat-loader img {
        height: 30px;
    }

.history-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.history-loader {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

    .history-loader img {
        width: 40px;
    }

.history-content hr {
    border: 1px;
}
    /*.history-content hr:last-child {
    display: none;
}*/

    .history-content-load-more {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 10px 0;
}

    .history-content-load-more .btn-border {
        padding: 0 20px
    }

.history-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: justify;    
    cursor: pointer;
}

.history-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: justify;    
    color: #676767;
    margin-top: 7px;
    cursor: pointer;
}

.ai-helper .ai-helper-body .ai-helper-body-chat {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: end;
    align-items: center;
    padding: 20px 0;
    row-gap: 20px;
    overflow-y: auto;
}

    .ai-helper .ai-helper-body .ai-helper-body-chat .ai-helper-body-chat-question {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: end;
        align-items: center;
    }

    .ai-helper .ai-helper-body .ai-helper-body-chat .ai-helper-body-chat-answer {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: stretch;
        align-items: end;
    }

#copy-to-clipboard svg:hover {
    color: #228CDB;
}

.answer-copy{
    padding-right: 12px;
}

.answer-copy span{
    padding: 0px 5px;
    font-size: 13px;
}

.chat-dialog-wrapper {
    background-color: #DFE4EC99;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #021F48;
    padding: 5.5px 12px;
    border-radius: 10px;
    overflow-wrap: break-word;
    max-width: 400px;
}

.ai-helper-body-chat-answer .chat-dialog-wrapper {
    background-color: white;
    color: black;
    max-width: none;
    width: 100%;
    padding: 5.5px 12px 0px 12px;
}

    .ai-helper-body-chat-answer .chat-dialog-wrapper .quotes-wrapper {
        background-color: #D3E8F8;
        color: #228CDB;
        border-radius: 4px;
        padding: 3.5px 9px;
        width: fit-content;
        cursor: pointer;
    }

.ai-helper-body .quotes {
    position: absolute;
    top: 75px;
    left: -228px;
    display: flex;
    flex-direction: column;
    width: 228px;
    height: 195px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 8px 30px 0px #00000026;
}

    .ai-helper-body .quotes .quotes-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

        .ai-helper-body .quotes .quotes-header span {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0%;
        }

    .ai-helper-body.subpage .quotes-body,
    .ai-helper-body .quotes .quotes-body {
        display: flex;
        flex-direction: column;
        width: 95%;
    }

        .ai-helper-body.subpage .quotes-body .quote,
        .ai-helper-body .quotes .quotes-body .quote {
            display: flex;
            flex-direction: row;
            column-gap: 10px;
            overflow-x: hidden;
            padding: 0 10px;
        }

            .ai-helper-body.subpage .quotes-body .quote a,
            .ai-helper-body .quotes .quotes-body .quote a {
                font-weight: 400;
                font-size: 14px;
                line-height: 25px;
                width: 1000px
            }

@media screen and (max-height: 900px) {
    .ai-helper {
        height: 70vh;
    }
}

@media screen and (max-width: 1199px) {
    .container-def {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1100px) {
    .container-def {
        max-width: 991px;
    }

    .sec-login__right {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 100px;
    }

    .block-form__textbottom {
        margin-top: 100px;
    }

    .sec-login__img {
        width: 250px;
        height: 200px;
    }

    .filter-block__block_5 {
        width: 120px;
    }

    .filter-block__block_7 {
        width: 210px;
    }
}

@media screen and (max-width: 991px) {
    .container-def {
        max-width: 768px;
    }

    .btn-def {
        height: 55px;
    }

    .block-form__textbottom {
        margin-top: 50px;
    }

    .sec-login__right {
        padding-top: 50px;
    }

    .inp-def {
        height: 50px;
    }

    .sec-login__img {
        height: 160px;
    }

    .title-def_main {
        font-size: 18px;
    }

    .block-info {
        padding: 30px 20px;
    }

    .block-search {
        max-width: 400px;
    }

    .filter-block__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-block__block {
        margin-bottom: 20px;
    }

    .filter-block__block_6 {
        width: 130px;
    }

    .filter-block__block_7 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .filter-block__block_8 {
        width: 252px;
    }

    .tabs__el.active {
        font-size: 16px;
    }

    .tabs__el {
        margin-right: 15px;
    }

    .descrp__el {
        margin-bottom: 10px;
    }

    .projects-el__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .projects-el__btns-btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 17px;
    }

        .projects-el__btns-btn:first-child {
            margin-bottom: 0 !important;
        }

    .descrp-el__date {
        white-space: nowrap;
    }

    .descrp-el__right {
        margin-left: 10px;
    }

    .top-menu__wrap {
        padding: 20px 0;
    }

    .form-edit__general {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-edit__general-el {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 20px;
    }

    .form-edit__block-block {
        margin-bottom: 20px;
    }

    .form-edit__contacts-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-edit__contacts-el {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .form-edit__contacts-line:last-child .form-edit__contacts-el {
        width: 100%;
    }

    .choose-ques__text {
        width: 200px;
    }

    .form-edit__work-ques {
        min-height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .container-def {
        max-width: 600px;
    }

    .sec-login__content {
        display: block;
    }

    .sec-login__left {
        width: 100%;
        padding: 30px 25px;
    }

    .sec-login__right {
        width: 100%;
    }

    .sec-login__right {
        padding: 50px 25px;
    }

    .block-search {
        max-width: 300px;
    }

    .title-def_main {
        font-size: 16px;
    }

    .filter-block__block_5 {
        width: 290px;
    }

    .filter-block__block_3 {
        width: 232px;
    }

    .filter-block__block_6 {
        width: 190px;
    }

    .projects__el {
        width: 100%;
    }

    .choose-ques__checkboxes .wrap-checkboxes__el {
        margin-right: 15px;
    }

    .choose-ques__text {
        font-size: 12px;
        padding-right: 10px;
        width: 164px;
    }

    .sec-login__left2-img {
        width: 100%;
    }

    .sec-login__left2 {
        width: 100%;
        padding: 85px 20px;
    }
}

@media screen and (max-width: 600px) {
    .sec-login__img {
        height: 138px;
        width: 100%;
        margin-bottom: 21px;
    }

    .sec-login__left-text {
        font-size: 14px;
    }

    .block-form__title {
        font-size: 22px;
    }

    .sec-login__right {
        padding: 30px 25px;
    }

    .block-form__text {
        font-size: 14px;
    }

    .inp-def {
        height: 65px;
    }

    .sec-login__form {
        margin-top: 25px;
    }

    .block-form__el {
        margin-bottom: 20px;
    }

    .block-form__btn {
        margin-top: 16px;
    }

    .btn-def {
        height: 65px;
    }

    .block-form__textbottom {
        margin-top: 30px;
    }

    .profile-btn__img {
        width: 25px;
        height: 25px;
    }

    .logo-def__img {
        width: 152px;
        height: 43px;
    }

    .profile-btn__top {
        height: 35px;
    }

    .profile-btn {
        border-radius: 21.5px;
        border: 1.5px solid #021F48;
    }

    .avatar {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .top-menu__wrap {
        padding: 28px 0;
    }

    .sec-dashboard__wrap {
        padding: 26px 0;
    }

    .block-info__content {
        display: block;
    }

    .title-def_main {
        font-size: 14px;
    }

    .block-info {
        padding: 19px 15px;
    }

    .block-info__title {
        margin-bottom: 18px;
    }

    .block-search {
        margin-left: auto;
        margin-right: auto;
        max-width: 274px;
        height: 40px;
        border-radius: 5px;
    }

    .block-search__inp {
        font-size: 12px;
        padding: 0 14px;
    }

        .block-search__inp::-webkit-input-placeholder {
            color: #FFF;
        }

        .block-search__inp::-moz-placeholder {
            color: #FFF;
        }

        .block-search__inp:-ms-input-placeholder {
            color: #FFF;
        }

        .block-search__inp::-ms-input-placeholder {
            color: #FFF;
        }

        .block-search__inp::placeholder {
            color: #FFF;
        }

    .sec-dashboard__top {
        margin-bottom: 21px;
    }

    .filter-block {
        padding: 20px 15px;
    }

    .filter-block__title {
        font-size: 12px;
    }

    .filter-block__top {
        margin-bottom: 12px;
    }

    .filter-block__block {
        margin-right: 10px;
        margin-right: 0;
        padding-right: 10px;
    }

    .filter-block__block_1 {
        width: 50%;
    }

    .filter-block__block_2 {
        padding-right: 0px;
        width: 50%;
    }

    .filter-block__block_3 {
        width: 60%;
    }

    .filter-block__block_4 {
        width: 50%;
        padding-right: 0;
    }

    .filter-block__block_5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .filter-block__block_5 .filter-block__inp {
            width: 100%;
            margin-bottom: 7px;
        }

        .filter-block__block_5 .filter-block__checkbox {
            margin-left: 8px;
            margin-right: 13px;
        }

    .filter-block__block_7 {
        padding-right: 0;
        margin-bottom: 0 !important;
    }

        .filter-block__block_7 .filter-block__inp {
            margin-bottom: 0;
        }

    .filter-block__checkboxes {
        margin-left: 0;
    }

    .filter-block__checkbox {
        margin-bottom: 3px;
    }

    .filter-block__block {
        margin-bottom: 12px;
    }

    .filter-block__block_5 {
        width: 40%;
        padding-right: 0px;
    }

    .filter-block__block_6 {
        padding-right: 10px;
        width: 50%;
    }

    .filter-block__block_8 {
        width: 50%;
    }

    .filter-block {
        padding-bottom: 10px;
    }

        .filter-block.hide .filter-block__content {
            display: none;
        }

    .sec-dashboard__filter {
        margin-bottom: 20px;
    }

    .projects-el {
        padding: 29px 24px;
        padding-right: 16px;
    }

    .tabs__el {
        padding-bottom: 6px;
        font-size: 12px;
        margin-right: 26px;
    }

        .tabs__el.active {
            font-size: 16px;
        }

    .descrp-el__val {
        font-size: 14px;
    }

    .descrp__el {
        margin-bottom: 17px;
    }

    .descrp-el__text {
        font-size: 12px;
        line-height: 1.7;
    }

    .descrp-el__date {
        font-size: 10px;
    }

    .descrp-el__left {
        max-width: 197px;
    }

    .projects-el__btns {
        margin-left: auto;
        margin-right: auto;
        max-width: 243px;
    }

    .projects-el__btns-btn {
        border-radius: 5px;
    }

    .projects-el {
        padding-bottom: 17px;
        min-height: 432px;
    }

    .projects__el .projects-el {
        min-height: 432px;
    }

    .history-info__els a {
        display: block;
        margin-top: 10px;
    }

    .history-info__els li {
        margin-bottom: 14px;
    }

        .history-info__els li:last-child {
            margin-bottom: 0 !important;
        }

    .sec-dashboard__btn {
        margin-top: 16px;
    }

    .modal-def__wrap {
        padding: 40px 25px;
    }

    .modal-content__close {
        top: 10px;
        right: 11px;
    }

    .form-edit__title {
        font-size: 14px;
    }

    .modal-content {
        padding: 45px 15px;
    }

    .form-edit__top {
        padding: 10px 16px;
    }

    .form-edit__top {
        margin-bottom: 15px;
    }

    .form-edit__block-content {
        padding: 0 15px;
    }

    .form-edit__general-el {
        width: 100%;
        margin-bottom: 12px;
    }

    .inp-def-3 {
        padding: 0 13px;
    }

    .form-edit__general {
        margin-bottom: 0;
    }

    .select-def__top {
        padding: 0 13px;
    }

    .form-edit__general-el_1 {
        width: 110px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .form-edit__block-block {
        margin-bottom: 5px;
    }

    .form-edit__block-block-title {
        margin-left: -5px;
        margin-bottom: 5px;
    }

    .form-edit__contacts-el {
        width: 100%;
        margin-bottom: 12px;
    }

    .form-el__title {
        min-height: 0;
    }

    .select-inp__inp {
        padding-left: 85px;
    }

    .form-el__content {
        display: block;
    }

        .form-el__content .form-el__title {
            margin-right: 0;
            margin-bottom: 4px;
        }

    .form-el__els {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-el__els-el {
        margin-bottom: 10px;
    }

        .form-el__els-el:last-child {
            margin-bottom: 0 !important;
        }

    .form-edit__contacts {
        margin-bottom: 0;
    }

    .form-edit__block {
        margin-bottom: 13px;
    }

    .form-edit__work-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .form-edit__work-line .form-edit__work-line {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .form-edit__work-line .form-edit__work-line .form-edit__work-el {
                -webkit-box-flex: 1;
                -ms-flex: auto;
                flex: auto;
            }

    .form-edit__work-el {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 14px;
    }

    .textarea-def {
        height: 230px;
    }

    .choose-ques__text {
        font-size: 14px;
        width: 204px;
    }

    .form-edit__work-ques {
        min-height: 0;
    }

    .form-edit__work-line-ques {
        margin-top: 20px;
    }

    .form-edit__work-ques {
        margin-bottom: 20px;
    }

    .form-edit__work-line-ques .form-edit__work-el:first-child .form-el .textarea-def {
        height: 283px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .form-edit__work-line_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-edit__btn {
        height: 60px;
        padding: 10px;
    }

    .modal-content {
        padding-bottom: 51px;
    }

    .modal-invite__title {
        margin-bottom: 46px;
    }

    .modal-invite__title {
        font-size: 18px;
    }

    .modal-invite {
        padding: 65px 28px;
        padding-bottom: 35px;
    }

    .modal-invite__file {
        margin-top: 24px;
    }

    .modal-invite__btns {
        margin-top: 54px;
    }

    .modal-invite__btns {
        margin-left: -10px;
        margin-right: -10px;
    }

    .wrap-btns-2__btn {
        height: 50px;
        font-size: 14px;
    }

    .modal-delete__title {
        font-size: 22px;
    }

    .modal-delete {
        padding: 30px;
    }

    .sec-login__left2-img {
        height: 165px;
    }

    .btn_red_empty {
        width: 100%;
    }

    .btn-empty {
        width: 100%;
    }

    .ai-helper-shortcut {
        top: auto;
        bottom: 50px;
        height: 120px;
        width: 30px;
        background-image: linear-gradient(rgb(166, 83, 221, 0.8), rgb(34, 140, 219, 0.8));
    }

        .ai-helper-shortcut h1 {
            font-size: 15px;
        }

    .ai-helper {
        top: 0px;
        right: 0px;
        height: 100%;
        width: 100%;
    }

        .ai-helper .ai-helper-body {
            height: calc(100vh - 75px);
        }
}

@media screen and (max-width: 400px) {
    .filter-block__btns {
        margin-top: 10px;
    }

    .projects-el {
        padding: 25px 15px;
    }

    .tabs__el {
        font-size: 12px;
        margin-right: 10px;
    }

        .tabs__el:last-child {
            margin-right: 0 !important;
        }

        .tabs__el.active {
            font-size: 14px;
        }

    .projects-el__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
