@charset "UTF-8";
:root {
    --c-white: #fff;
    --c-black: #000;
    --c-dark: #4F4F4F;
    --c-blue: #C3CBF3;
    --c-blue-light: #F4F6FF;
    --c-blue-dark: #3F51B5;
    --c-orange: #F66803;
    --c-light: #F3F3F3;
    --c-red: #ed3434;
    --c-green: #08DBB5;
    --c-gray: #BDBDBD;
    --font-sans-serif: "Poppins", sans-serif;
    --font-sans-serif-header: "Poppins", sans-serif;
    --font-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --base-bg: var(--c-blue-light);
    --base-ff: var(--font-sans-serif);
    --base-fz: 1.2rem;
    --base-lh: 1.66;
    --base-tc: var(--c-dark);
    --base-lc: inherit;
    --base-mw: 320px;
    --base-ts: 0.2s;
    --base-rd: 0.8rem;
    --gap: 1.4rem;
    --h-s-h1: 2.8rem;
    --h-s-h2: 2.2rem;
    --h-s-h3: 1.8rem;
    --h-s-h4: 1.4rem;
    --h-s-h5: 1.3rem;
    --h-s-h6: 1.2rem;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

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

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--base-tc);
    min-width: var(--base-mw);
    font-weight: 400;
    overflow-anchor: none;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    margin: 0;
    line-height: 1.2;
    font-family: var(--font-sans-serif-header);
    font-weight: 600;
}
h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child),
h6:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child) {
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: var(--h-s-h1);
}

h2,
.h2 {
    font-size: var(--h-s-h2);
    line-height: 1.1;
}

h3,
.h3 {
    font-size: var(--h-s-h3);
    line-height: 1.1;
}

h4,
.h4 {
    font-size: var(--h-s-h4);
    line-height: 1.42;
}

h5,
.h5 {
    font-size: var(--h-s-h5);
}

h6,
.h6 {
    font-size: var(--h-s-h6);
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul {
    padding-left: 1.25em;
}

strong {
    font-weight: 600 !important;
}

.lt {
    font-weight: 300 !important;
}

.rg {
    font-weight: 400 !important;
}

.md {
    font-weight: 500 !important;
}

.sbd {
    font-weight: 600 !important;
}

.bd {
    font-weight: 700 !important;
}

.under {
    text-decoration: underline;
}

.ttu {
    text-transform: uppercase;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.icon {
    --i-size: 2rem;
    fill: currentColor;
    stroke: currentColor;
    color: inherit;
    min-width: var(--i-size);
    width: var(--i-size);
    height: var(--i-size);
    display: inline-block;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: currentColor;
    -webkit-mask-image: none;
    mask-image: none;
}
.icon-star {
    -webkit-mask-image: url("../images/icons/icon-star.svg");
    mask-image: url("../images/icons/icon-star.svg");
}
.icon-document {
    -webkit-mask-image: url("../images/icons/icon-document.svg");
    mask-image: url("../images/icons/icon-document.svg");
}
.icon-send {
    -webkit-mask-image: url("../images/icons/icon-send.svg");
    mask-image: url("../images/icons/icon-send.svg");
}
.icon-edit {
    -webkit-mask-image: url("../images/icons/icon-edit.svg");
    mask-image: url("../images/icons/icon-edit.svg");
}
.icon-info {
    -webkit-mask-image: url("../images/icons/icon-info.svg");
    mask-image: url("../images/icons/icon-info.svg");
}
.icon-close {
    -webkit-mask-image: url("../images/icons/icon-close.svg");
    mask-image: url("../images/icons/icon-close.svg");
}
.icon-eye--lined {
    -webkit-mask-image: url("../images/icons/icon-eye--lined.svg");
    mask-image: url("../images/icons/icon-eye--lined.svg");
}
.icon-reply {
    -webkit-mask-image: url("../images/icons/icon-reply.svg");
    mask-image: url("../images/icons/icon-reply.svg");
}
.icon-chevron--right {
    -webkit-mask-image: url("../images/icons/icon-chevron--right.svg");
    mask-image: url("../images/icons/icon-chevron--right.svg");
}
.icon-arrow--up-down {
    -webkit-mask-image: url("../images/icons/icon-arrow--up-down.svg");
    mask-image: url("../images/icons/icon-arrow--up-down.svg");
}
.icon-calendar {
    -webkit-mask-image: url("../images/icons/icon-calendar.svg");
    mask-image: url("../images/icons/icon-calendar.svg");
}

.icon-like {
    -webkit-mask-image: url("../images/icons/icon-like.svg");
    mask-image: url("../images/icons/icon-like.svg");
}

.icon-menu--response-templates {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--response-templates.svg");
    mask-image: url("../images/icons/menu/icon-menu--response-templates.svg");
}
.icon-menu--tools-reporting {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--tools-reporting.svg");
    mask-image: url("../images/icons/menu/icon-menu--tools-reporting.svg");
    filter: contrast(0.85) brightness(1.1);
    transform: scale(0.9);
}
.icon-menu--summary {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--summary.svg");
    mask-image: url("../images/icons/menu/icon-menu--summary.svg");
}
.icon-menu--reviews {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--reviews.svg");
    mask-image: url("../images/icons/menu/icon-menu--reviews.svg");
}
.icon-menu--tools {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--tools.svg");
    mask-image: url("../images/icons/menu/icon-menu--tools.svg");
}
.icon-menu--templates {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--templates.svg");
    mask-image: url("../images/icons/menu/icon-menu--templates.svg");
}
.icon-menu--profile {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--profile.svg");
    mask-image: url("../images/icons/menu/icon-menu--profile.svg");
}
.icon-menu--more {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--more.svg");
    mask-image: url("../images/icons/menu/icon-menu--more.svg");
}
.icon-menu--gear {
    -webkit-mask-image: url("../images/icons/menu/icon-menu--gear.svg");
    mask-image: url("../images/icons/menu/icon-menu--gear.svg");
}
.icon-review--pending {
    -webkit-mask-image: url("../images/icons/review/icon-review--pending.svg");
    mask-image: url("../images/icons/review/icon-review--pending.svg");
}
.icon-review--removed {
    -webkit-mask-image: url("../images/icons/review/icon-review--removed.svg");
    mask-image: url("../images/icons/review/icon-review--removed.svg");
}
.icon-review--requests {
    -webkit-mask-image: url("../images/icons/review/icon-review--requests.svg");
    mask-image: url("../images/icons/review/icon-review--requests.svg");
}
.icon-review--average {
    -webkit-mask-image: url("../images/icons/review/icon-review--average.svg");
    mask-image: url("../images/icons/review/icon-review--average.svg");
}
.icon-review--new {
    -webkit-mask-image: url("../images/icons/review/icon-review--new.svg");
    mask-image: url("../images/icons/review/icon-review--new.svg");
}
.icon-review--total {
    -webkit-mask-image: url("../images/icons/review/icon-review--total.svg");
    mask-image: url("../images/icons/review/icon-review--total.svg");
}
.icon-tool {
    --w: 17.9rem;
    --h: calc(var(--w) * 0.4022346369);
    min-width: var(--w);
    width: var(--w);
    height: var(--h);
}
.icon-tool--sms {
    -webkit-mask-image: url("../images/icons/tool/icon-tool--sms.svg");
    mask-image: url("../images/icons/tool/icon-tool--sms.svg");
}
.icon-tool--reviews {
    -webkit-mask-image: url("../images/icons/tool/icon-tool--reviews.svg");
    mask-image: url("../images/icons/tool/icon-tool--reviews.svg");
}
.icon-tool--mails {
    -webkit-mask-image: url("../images/icons/tool/icon-tool--mails.svg");
    mask-image: url("../images/icons/tool/icon-tool--mails.svg");
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: inherit;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    transition: all var(--base-ts) ease-in-out;
    color: inherit;
    max-width: 6rem;
}
.logo picture {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: inherit;
    flex-wrap: nowrap;
    flex-direction: row;
}
.logo img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.image {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
}
.image picture {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: inherit;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 1;
}
.image img {
    width: 100%;
}
.image--block-title picture {
    justify-content: flex-start;
}
.image--block-title img {
    object-fit: contain;
    width: auto;
    max-height: 11.5rem;
}

.image--cover {
    min-height: 100%;
    height: auto;
}
.image--cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image--1-1 picture {
    padding-top: 100%;
}
.image--3-2 picture {
    padding-top: 66.66%;
}
.image--3-4 picture {
    padding-top: 75%;
}
.image--4-5 picture {
    padding-top: 120%;
}
.image--16-9 picture {
    padding-top: 56.25%;
}

.btn-blue {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: var(--c-white);
}
.btn-blue:hover {
    background: var(--c-blue-dark);
    border-color: var(--c-blue-dark);
    color: var(--c-white);
}

body {
    position: relative;
    width: 100%;
}

.wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    padding-left: 10rem;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 0;
}

.sc {
    --sc-pd: 1rem 0;
    --sc-bg: transparent;
    position: relative;
    width: 100%;
    padding: var(--sc-pd);
    background: var(--sc-bg);
}
.sc img {
    pointer-events: none;
}
.sc_text {
    position: relative;
}
.sc_text:not(:last-child) {
    margin-bottom: 4.5rem;
}

.login {
    --sc-pd: 6rem 0;
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    align-items: center;
    align-content: center;
}
.login .row {
    align-items: center;
    align-content: center;
    --bs-gutter-x: 5rem;
}
.login .row > div {
    position: relative;
}
.login .logo {
    max-width: 44rem;
}
.login .image {
    max-width: 50rem;
}
.login .sc_form, .login .sc_text {
    max-width: 37rem;
    margin: 0 auto;
}
.login .sc_text {
    margin-bottom: 4.2rem;
}
.login .sc_form form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: -2rem;
}
.login .sc_form form > * {
    margin-bottom: 2rem;
}
.login .sc_form form .form-floating {
    width: 100%;
}
.login .sc_form form .checkbox,
.login .sc_form form .forgot {
    font-size: 1.4rem;
    width: 50%;
}
.login .sc_form form .checkbox_content {
    color: #1c1c1c;
}
.login .sc_form form .checkbox_content:before {
    background: rgba(0, 0, 0, 0.2);
}
.login .sc_form form .forgot {
    width: 50%;
    text-align: right;
    color: #000000;
}
.login .sc_form form .btn {
    padding: 1rem 2rem;
    height: 5.2rem;
}
.login .sc_form form .btn[type=submit] {
    width: 25rem;
    flex: none;
    margin-right: 1rem;
}
.login .sc_form form .btn.google-login {
    flex: 1;
}
.login h1 {
    color: var(--c-blue-dark);
}
.login-page .wrapper {
    padding-left: 0;
}

.login--extra .sc_form:not(:last-child) {
    margin-bottom: 5rem;
}
.login--extra .sc_form form .btn[type=submit] {
    width: 100%;
}
.login--extra .sc_form form > *:last-child {
    margin-bottom: 0;
}

.content-sc .container > *:not(:last-child) {
    margin-bottom: 4.5rem;
}
.content-sc .row {
    --bs-gutter-x: 3rem;
}
.profile_thumb {
    position: relative;
}
.profile_thumb > picture {
    position: relative;
    display: flex;
    width: 100%;
    height: 30rem;
    border-radius: var(--base-rd);
    overflow: hidden;
    z-index: 0;
}
.profile_thumb > picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.profile_thumb > picture:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--c-white);
    opacity: 0.5;
    z-index: 1;
}
.profile_thumb > .btn {
    position: absolute;
    top: 3.5rem;
    right: 5rem;
    z-index: 1;
}

.profile .user {
    position: relative;
}
.profile .user_image {
    position: absolute;
    width: 16rem;
    height: 16rem;
    min-width: 16rem;
    left: -18rem;
    top: -8rem;
    border-radius: 100%;
    border: 0.8rem solid var(--c-blue-light);
    background: var(--c-gray);
}
.profile .user_image picture {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}
.profile .user_image picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.profile .user_image picture:before {
    content: attr(data-content);
    position: relative;
    font-weight: 600;
    font-size: 8rem;
    color: var(--c-white);
}
.profile .user_info {
    position: relative;
    padding-top: 4rem;
}
.profile .user-name {
    position: relative;
    color: var(--c-blue-dark);
    margin-bottom: 1.6rem;
}
.profile_fields, .profile_photo-upload {
    position: relative;
    background: var(--c-white);
    padding: 3.5rem 5rem;
    border-radius: var(--base-rd);
    min-height: 100%;
}
.profile_fields > *:not(:last-child) {
    margin-bottom: 2rem;
}
.profile_photo-upload {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.profile_photo-upload .user_image {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 5rem;
}
.profile form .col-12 {
    margin-top: 6rem;
}
.profile form .btn {
    min-width: 17.5rem;
}

.er_block {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.er_block-head, .er_block-body, .er_block-footer {
    position: relative;
    width: 100%;
}
.er_block-head, .er_block-body {
    background: var(--c-white);
}
.er_block-head {
    padding: 1.4rem 3.5rem;
    border-radius: 0.8rem 0.8rem 0 0;
    margin-bottom: 0.3rem;
}
.er_block-body {
    padding: 3rem 3.5rem;
    border-radius: 0 0 0.8rem 0.8rem;
}
.er .row {
    margin-bottom: -4.5rem;
}
.er .row > div {
    margin-bottom: 4.5rem;
}
.er .editor {
    width: 100%;
    min-height: 50rem;
    border: 1px solid #dedede;
}
.er .editor_placeholders {
    position: relative;
    padding: 4rem 0 3rem 0;
    color: var(--c-black);
}
.er .editor_placeholders a {
    color: var(--c-blue-dark);
    text-decoration: underline;
}
.er .editor_placeholders ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.er .placeholders {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
}
.er .placeholders .item {
    position: relative;
    display: flex;
}
.er .placeholders .item-text {
    flex: 1;
    height: 4rem;
    border-radius: 0.8rem 0 0 0.8rem;
    border: 1px solid #c3cbf3;
    padding: 1rem 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.er .placeholders .item .btn {
    width: 7.8rem;
    min-width: 7.8rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 0 0.8rem 0.8rem 0;
}
.er .placeholders .item .btn.copied:after {
    content: "✓";
    font-size: 1.2rem;
    margin-left: 0.2rem;
}
.er .textarea-max {
    position: relative;
    text-align: right;
    padding-top: 0.5rem;
    color: var(--c-blue);
}
.er .textarea textarea {
    color: var(--c-blue-dark);
}
.er .textarea textarea::-webkit-input-placeholder {
    opacity: 0.5;
}
.er .textarea textarea::-moz-placeholder {
    opacity: 1;
    opacity: 0.5;
}
.er .textarea textarea:-moz-placeholder {
    opacity: 0.5;
}
.er .textarea textarea:-ms-input-placeholder {
    opacity: 0.5;
}
.er .textarea textarea.placeholder {
    opacity: 0.5;
}

.aside {
    --w: 10rem;
    --h: calc(var(--vh, 1vh) * 100);
    --bg: var(--c-white);
    --pd: 0 1.2rem 3rem 1.2rem;
    position: fixed;
    left: 0;
    top: 0;
    width: var(--w);
    height: var(--h);
    z-index: 1;
}
.aside-overlay {
    position: absolute;
    width: calc(var(--vw));
    height: 100%;
    z-index: -1;
    background: var(--c-black);
    opacity: 0.75;
}

.aside_inner {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: var(--pd);
    background: var(--bg);
    z-index: 1;
}

.aside .logo {
    margin: 0 auto;
}
.aside .logo_wrap {
    padding-top: 2rem;
    position: sticky;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 0;
    background: var(--c-white);
}
.aside_profile {
    width: 100%;
}
.aside_profile .dropdown-toggle {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    aspect-ratio: 1/0.85;
    border-radius: var(--base-rd);
    font-size: 0.8rem;
    line-height: 1;
    color: var(--c-blue-dark);
    text-transform: uppercase;
    padding: 1rem;
    transition: all var(--base-ts) ease-in-out;
    text-decoration: none !important;
    outline: none;
    background: var(--c-blue-light);
    border: none;
    width: 100%;
}
.aside_profile .dropdown-toggle:after {
    display: none;
}
.aside_profile .dropdown-toggle .icon {
    --i-size: 3.2rem;
    margin-bottom: 0.5rem;
}
.aside_profile .dropdown-menu {
    --h-s-h3: 1.6rem;
    width: 17rem;
    background: var(--c-blue-dark);
    color: var(--c-white);
    padding: 1.7rem 1rem 3rem 1.8rem;
    bottom: 0.5rem !important;
}
.aside_profile .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 2.65rem;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    background: var(--c-blue-dark);
    bottom: -0.8rem;
}
.aside_profile .dropdown-menu li h3 {
    margin-bottom: 0.6rem;
    line-height: 1.1;
    color: var(--c-blue-light);
}
.aside_profile .dropdown-menu li:first-child {
    margin-bottom: 1rem !important;
}
.aside_profile .dropdown-menu li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.aside_profile .dropdown-menu .dropdown-item {
    color: inherit;
    padding: 0;
    line-height: 1.4;
    font-size: 1.3rem;
}
.aside_profile .dropdown-menu .dropdown-item:hover {
    background: none;
    color: var(--c-orange);
}

.aside_submenu {
    width: 100%;
    position: relative;
}
.aside_submenu .dropdown-toggle {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: var(--base-rd);
    font-size: 0.8rem;
    line-height: 1;
    color: var(--c-blue-dark);
    text-transform: uppercase;
    padding: 1.5rem;
    transition: all var(--base-ts) ease-in-out;
    text-decoration: none !important;
    outline: none;
    background: none;
    border: none;
    width: 100%;
}
.aside_submenu .dropdown-toggle:after {
    display: none;
}
.aside_submenu .dropdown-toggle .icon {
    --i-size: 3.2rem;
    margin-bottom: 0.5rem;
}
.aside_submenu .dropdown-menu {
    --h-s-h3: 1.6rem;
    width: max-content;
    background: var(--c-blue-dark);
    color: var(--c-white);
    padding: 1.7rem 1rem 3rem 1.8rem;
    bottom: 0.5rem !important;
    top: auto !important;
    transform: none !important;
    left: calc(100% + 2rem) !important;
}
.aside_submenu .dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: 2.35rem;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    background: var(--c-blue-dark);
    left: -0.8rem;
}
.aside_submenu .dropdown-menu li h3 {
    margin-bottom: 0.6rem;
    line-height: 1.1;
    color: var(--c-blue-light);
}
.aside_submenu .dropdown-menu li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.aside_submenu .dropdown-menu a {
    position: relative;
    display: block;
    color: inherit;
    padding: 0;
    line-height: 1.4;
    font-size: 1.3rem;
    white-space: inherit;
}
.aside_submenu .dropdown-menu a:hover {
    background: none;
    color: var(--c-orange);
}

.aside-btn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.5rem;
    aspect-ratio: 1/1;
    width: 3.2rem;
    align-items: center;
    align-content: center;
}
.aside-btn_wrap {
    margin-left: auto;
}
.aside-btn .l {
    position: relative;
    display: block;
    width: 100%;
    height: 0.2rem;
    background: currentColor;
    border-radius: calc(var(--base-rd) / 2);
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 1rem 2rem;
    border-radius: var(--base-rd);
    background: var(--c-white);
    color: var(--c-gray);
    border: 0.1rem solid var(--c-blue);
    outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
}
input[type=text].placeholder,
input[type=email].placeholder,
input[type=password].placeholder,
textarea.placeholder {
    color: inherit;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: var(--c-blue-dark);
}

textarea {
    resize: none;
    width: 100%;
    min-height: 22rem;
}

select {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: var(--base-rd);
    background: url("../images/icons/icon-arrow--up-down.svg"), var(--c-white);
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: center right 1rem;
    color: var(--c-gray);
    border: 0.1rem solid var(--c-blue);
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
select:focus {
    border-color: var(--c-blue-dark);
}
select option {
    color: var(--c-blue-dark);
}
main select {
    padding: 1rem 4rem 1rem 2rem;
}

label {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: var(--c-black);
}
label:not(:last-child) {
    margin-bottom: 1.6rem;
}

.form-floating {
    height: 7.2rem;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: 100%;
    padding-top: 3.8rem;
    padding: 2rem;
    color: #1C1C1C;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    background: var(--c-white);
    padding-top: 3.8rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
    top: 1.6rem;
}
.form-floating > .form-select ~ label {
    top: 1.6rem;
}
.form-floating > label {
    width: 100%;
    top: 3.8rem;
    height: 3.4rem;
    padding: 0 2rem;
    font-size: 1.4rem;
}

.form_text {
    position: relative;
    width: 100%;
    color: var(--c-black);
    font-size: 1.4rem;
}
.form_text a:hover {
    color: var(--c-orange);
}

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.checkbox input:checked ~ .checkbox_content {
    color: var(--c-blue-dark);
}
.checkbox input:checked ~ .checkbox_content:before {
    background: var(--c-blue-dark);
    border-color: var(--c-blue-dark);
    color: var(--c-white);
    -webkit-mask-image: url("../images/icons/icon-check--true.svg");
    mask-image: url("../images/icons/icon-check--true.svg");
}
.checkbox input:checked ~ .checkbox_content:after {
    opacity: 1;
}
.checkbox_content {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    color: var(--c-blue);
}
.checkbox_content:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 1.8rem !important;
    min-width: 1.8rem !important;
    height: 1.8rem !important;
    margin-right: 1rem;
    z-index: 1;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/icons/icon-check--false.svg");
    mask-image: url("../images/icons/icon-check--false.svg");
    background: currentColor;
}
.checkbox_content:after {
    content: "";
    position: absolute;
    left: 0.6rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 1.1rem;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    border-radius: 0.4rem;
}

.date_form {
    position: relative;
}
.date_form .item-size-reportrange {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 1.2rem 2rem;
    border-radius: var(--base-rd);
    background: var(--c-white);
    color: var(--c-gray);
    border: 0.1rem solid var(--c-blue);
}
.date_form .item-size-reportrange > *:not(:last-child) {
    margin-right: 0.4rem;
}
.date_form .item-size-reportrange .icon {
    --i-size: 2rem;
}
.date_form .item-size-reportrange .icon-arrow--up-down {
    margin-left: auto;
}
.date_form .item-size-reportrange input {
    color: inherit;
    border: none;
    padding: 0;
    outline: none;
}
.date_form .item-size-reportrange input::-webkit-input-placeholder {
    color: inherit;
}
.date_form .item-size-reportrange input::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
.date_form .item-size-reportrange input:-moz-placeholder {
    color: inherit;
}
.date_form .item-size-reportrange input:-ms-input-placeholder {
    color: inherit;
}
.date_form .item-size-reportrange input.placeholder {
    color: inherit;
}

.header {
    --pd: 3.5rem 0;
    --bg: transparent;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: var(--pd);
    background: var(--bg);
}
.header .row {
    margin-bottom: calc(-1 * var(--gap));
}
.header .row > div {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: calc(1 * var(--gap));
}
.header .text-side {
    justify-content: flex-start;
}
.header .actions-side {
    justify-content: flex-end;
}
.header_text h1 {
    color: var(--c-blue-dark);
}

.header_actions {
    display: flex;
    justify-content: flex-end;
}
.header_actions > *:not(:last-child) {
    margin-right: 1.2rem;
}

.menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 0;
    margin: 0;
}
.menu_wrap {
    position: relative;
    flex: 1;
}

.menu li:not(:last-child) {
    margin-bottom: 0.3rem;
}
.menu_link {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    aspect-ratio: 1/0.85;
    border-radius: var(--base-rd);
    font-size: 0.8rem;
    line-height: 2rem;
    color: var(--c-blue-dark);
    text-transform: uppercase;
    padding: 1rem 1.2rem;
    padding-bottom: 0.5rem;
    transition: all var(--base-ts) ease-in-out;
    text-decoration: none !important;
    outline: none;
}
.menu_link .icon {
    --i-size: 2.5rem;
    margin-bottom: 0.1rem;
}
.menu_link--home, .menu_link.active, .menu_link:hover {
    background: var(--c-blue-light);
}

.report_cards {
    position: relative;
    display: grid;
    grid-gap: 1.3rem calc(var(--gap) * 2);
    gap: 1.3rem calc(var(--gap) * 2);
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a b d e" "a c d f";
}
.report_cards .card {
    max-width: 100%;
}
.report_cards .card:nth-child(1) {
    grid-area: a;
}
.report_cards .card:nth-child(2) {
    grid-area: b;
}
.report_cards .card:nth-child(3) {
    grid-area: c;
}
.report_cards .card:nth-child(4) {
    grid-area: d;
}
.report_cards .card:nth-child(5) {
    grid-area: e;
}
.report_cards .card:nth-child(6) {
    grid-area: f;
}

.report_table {
    position: relative;
    width: 100%;
}
.report_table h2,
.report_table .h1 {
    color: var(--c-blue-dark);
}
.report-filters {
    position: relative;
    display: flex;
    padding: 2.4rem 3rem;
    border-radius: var(--base-rd);
    background: var(--c-white);
}

.report-filters_items {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex: 1;
    margin: -0.6rem -0.6rem;
}
.report-filters_items:not(:last-child) {
    margin-right: 0.6rem;
}
.report-filters_items > * {
    padding: 0.6rem;
}

.report-filter {
    height: 5.2rem;
}
.report-filter input,
.report-filter select {
    width: 100%;
    color: var(--c-blue);
}
.report-filter .item-size-reportrange {
    padding: 1rem 2rem;
    height: 4rem;
    min-width: 24rem;
    width: 100%;
    color: var(--c-blue);
}
.report-filter .checkbox {
    height: 4rem;
    font-size: inherit;
    font-weight: 400;
}
.report-filter:nth-child(1), .report-filter:nth-child(2), .report-filter:nth-child(3), .report-filter:nth-child(5) {
    flex: 1;
}

.report-filters_actions {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.report-filters_actions > *:not(:last-child) {
    margin-right: 1.2rem;
}
.report-filters_actions .btn {
    font-size: 1.3rem;
    padding: 1rem 2rem;
    min-height: 4rem;
    width: 100%;
    min-width: 10.3rem;
}
.report-filters_actions .btn:first-child {
    padding: 1rem 4.28rem;
}
.report-filters_actions .btn:first-child {
    max-width: 13rem;
}
.report-filters_actions .btn:last-child {
    max-width: 10rem;
}

.report_tools {
    position: relative;
}
.report_tools .row {
    --bs-gutter-x: 4rem;
    margin-bottom: -1.2rem;
}
.report_tools .row > div {
    margin-bottom: 1.2rem;
}
.report_tools .item {
    position: relative;
    border-radius: var(--base-rd);
    min-height: 100%;
    background: var(--c-white);
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}
.report_tools .item > * {
    position: relative;
    z-index: 1;
}
.report_tools .item > *:not(:last-child) {
    margin-right: 1.3rem;
}
.report_tools .item h2 {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
    color: var(--c-blue-dark);
}
.report_tools .item small {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 1.2;
}
.report_tools .item .icon-review--total {
    --i-size: 3.2rem;
    color: var(--c-blue-dark);
}
.report_tools .item .icon-tool {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 0;
    color: var(--c-blue);
}
.report_tools .row > div:nth-child(2) .item {
    color: var(--c-white);
    background: var(--c-blue-dark);
}
.report_tools .row > div:nth-child(2) .item .icon-tool {
    opacity: 0.5;
}
.report_tools .row > div:nth-child(2) .item .icon-review--total {
    color: inherit;
}
.report_tools .row > div:nth-child(2) .item h2,
.report_tools .row > div:nth-child(2) .item small {
    color: inherit;
}

.report-bs .row {
    margin-bottom: -4.5rem;
}
.report-bs .row > div {
    margin-bottom: 4.5rem;
}
.report-bs .item {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.report-bs .item_head {
    border-radius: var(--base-rd) var(--base-rd) 0 0;
    background: var(--c-white);
    padding: 1.4rem 2.8rem;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 0.2rem solid var(--c-blue-light);
}
.report-bs .item_head h4 {
    margin-bottom: 0;
}
.report-bs .item_head p {
    color: var(--c-blue-dark);
}
.report-bs .item_body {
    position: relative;
    flex: 1;
    background: var(--c-white);
    padding: 1.4rem 2.8rem;
    border-radius: 0 0 var(--base-rd) var(--base-rd);
}
.report-bs .item_text {
    position: relative;
    color: var(--c-blue-dark);
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
}
.report-bs .item_table {
    position: relative;
    overflow: auto;
}
.report-bs .item_form {
    position: relative;
}
.report-bs .item_form:not(:last-child) {
    margin-bottom: 2rem;
}
.report-bs .item_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.6rem;
}
.report-bs .item_form .select {
    width: 100%;
}
.report-bs .item_form .form-floating {
    width: 100%;
}
.report-bs .item_form .file {
    flex: 1;
    height: 4rem;
}
.report-bs .item_form .file input {
    padding: 1rem 2rem;
    height: 100%;
}
.report-bs .item_form .radios {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
}
.report-bs .item_form .radios .btn {
    width: max-content;
}
.report-bs .item_form form > .btn {
    min-width: 17.5rem;
}
.report-bs .item_form form > .btn.btn-alt {
    min-width: inherit;
    width: 13.5rem;
    height: 4rem;
    padding: 1rem;
}
.report-bs .item .table th {
    border-bottom-color: var(--c-blue);
}
.report-bs .item .table th h4 {
    width: max-content;
}
.report-bs .item .table td,
.report-bs .item .table th {
    background: var(--c-blue-light);
    padding: 1.4rem 2.5rem;
}
.report-bs .item .table tr:not(:last-child) td {
    border-bottom: 0.2rem solid var(--c-blue);
}

.card {
    --pd: 1.4rem 3rem;
    --fz-title: 1.6rem;
    --fz-number: 4.2rem;
    --color: var(--c-white);
    position: relative;
    min-height: 100%;
    color: var(--color);
    padding: var(--pd);
    flex-direction: row;
    align-items: center;
    align-content: center;
    border: none;
    text-align: left;
}
.card .title {
    position: relative;
    font-size: var(--fz-title);
    font-weight: 400;
    line-height: 1.1875;
    min-width: 7.5rem;
}
.card .icon {
    --i-size: 3.8rem;
    color: inherit;
}
.card .number {
    position: relative;
    font-weight: 600;
    font-size: var(--fz-number);
    min-width: 8rem;
}
.card_text {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    align-content: center;
}
.card_text > *:not(:last-child) {
    margin-right: 1.2rem;
}

.alert {
    display: flex;
    align-items: baseline;
    align-content: center;
    font-size: 1.4rem;
    font-weight: 400;
}
.alert--sb {
    font-weight: 600;
}
.alert .icon {
    transform: translateY(0.5rem);
}
.alert > *:not(:last-child) {
    margin-right: 1rem;
}
.alert-success {
    color: var(--c-white);
}

.alert-primary {
    color: var(--c-white);
}

.alert-secondary {
    color: var(--c-white);
}

.alerts {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
}

.rating {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    line-height: 1;
}
.rating > *:not(:last-child) {
    margin-right: 1.2rem;
}
.rating_stars {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    color: var(--c-gray);
}
.rating_stars > *:not(:last-child) {
    margin-right: 0.5rem;
}
.rating-number {
    color: var(--c-dark);
}
.rating .icon {
    --i-size: 2rem;
}
.rating-1 .icon:nth-child(1) {
    color: var(--c-orange);
}
.rating-2 .icon:nth-child(1), .rating-2 .icon:nth-child(2) {
    color: var(--c-orange);
}
.rating-3 .icon:nth-child(1), .rating-3 .icon:nth-child(2), .rating-3 .icon:nth-child(3) {
    color: var(--c-orange);
}
.rating-4 .icon:not(:last-child) {
    color: var(--c-orange);
}
.rating-5 .icon {
    color: var(--c-orange);
}

.table thead th {
    padding: 1.4rem 2.8rem;
    background: var(--c-white);
    color: var(--c-dark);
    border-bottom: 0.2rem solid var(--c-blue-light);
    vertical-align: top;
}
.table thead th:first-child {
    border-radius: var(--base-rd) 0 0 0;
}
.table thead th:last-child {
    border-radius: 0 var(--base-rd) 0 0;
}
.table tbody {
    border: none !important;
}
.table tbody td {
    padding: 1.525rem 2.8rem;
    background: var(--c-white);
    vertical-align: middle;
    color: var(--c-dark);
}
.table tbody tr:not(:last-child) td {
    border-bottom: 0.2rem solid var(--c-blue-light);
}
.table tbody tr:last-child td {
    border-bottom: none;
}
.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 var(--base-rd);
}
.table tbody tr:last-child td:last-child {
    border-radius: 0 0 var(--base-rd) 0;
}
.table .link {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    color: var(--c-blue-dark);
}
.table .link > *:not(:last-child) {
    margin-right: 1.2rem;
}
.table .link > *:not(:last-child).link_logo {
    margin-right: 3.5rem;
}
.table .link_logo {
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    min-width: 4.8rem;
    background: var(--c-blue-light);
}
.table .link_logo picture {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.table .link_logo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.table .link_text {
    margin-bottom: 0;
}
.table .link .icon {
    --i-size: 1.4rem;
}
.table_actions {
    margin: -0.6rem;
    display: flex;
    flex-wrap: wrap;
}
.table_actions > * {
    margin: 0.6rem;
}
.table_actions .btn {
    padding-left: 2rem;
}
.table--reviews td,
.table--reviews th {
    vertical-align: top !important;
}
.table--reviews .checkbox_content:before {
    margin-right: 0;
}
.table--reviews h4 {
    width: max-content;
}
.table--reviews .link,
.table--reviews p,
.table--reviews .h3 {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--c-dark);
}
.table--reviews .link_logo {
    margin-right: 1rem !important;
}
.table--reviews .btn {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.2rem;
    height: 4rem;
    min-width: 17rem;
}
.table--reviews .btn .icon {
    --i-size: 2.8rem;
}
.table--reviews tbody tr:not(:first-child) .btn {
    padding: 1rem 1.5rem;
}
.table--reviews thead th {
    padding: 1.4rem;
}
.table--reviews tbody td {
    padding: 2.7rem 1.4rem 1.4rem 1.4rem;
}
.table--reviews tbody td:first-child {
    width: 3rem;
}
.table--reviews tbody td:nth-child(2) {
    padding-top: 1.4rem;
}
.table--reviews tbody td:nth-last-child(2) p, .table--reviews tbody td:nth-last-child(3) p {
    font-size: 1.2rem;
    max-width: 20rem;
}
.table--reviews tr:not(:first-child).active td .link,
.table--reviews tr:not(:first-child).active td p,
.table--reviews tr:not(:first-child).active td .h3,
.table--reviews tr:not(:first-child).active td .h4 {
    color: var(--c-white);
}
.table--reviews tr:not(:first-child).active td .btn {
    background: var(--c-orange);
    border-color: var(--c-orange);
}
.table--reviews tr:not(:first-child).active .checkbox_content:before {
    background-color: var(--c-white);
}
.table--reviews tr:not(:first-child).active .checkbox_content:after {
    display: none;
}
.table--reviews tr:not(:first-child).bg-danger td {
    background: var(--bs-danger);
}
.table--reviews tr:not(:first-child).bg-success td {
    background: var(--bs-success);
}
.table--reviews tr:not(:first-child).bg-primary td {
    background: var(--bs-primary);
}
.table--tools th {
    min-width: max-content;
}
.table--tools th h4 {
    min-width: max-content;
}
.table--tools td:last-child p {
    max-width: 35rem;
}
.table--templates .form-switch .form-check-input {
    width: 2.8rem;
    height: 1.6rem;
    background-color: var(--c-blue);
    border-color: var(--c-blue);
    outline: none !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.table--templates .form-switch .form-check-input:checked {
    background-color: var(--c-blue-dark);
    border-color: var(--c-blue-dark);
}
.table--templates .radios > *:not(:last-child) {
    margin-bottom: 1rem;
}
.table--templates .btns {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.table--templates .btns .btn {
    border-radius: 0;
    border: none !important;
}
.table--templates .btns .btn .icon {
    --i-size: 1.6rem;
}
.table--templates .btns .btn:first-child {
    border-radius: var(--base-rd) 0 0 var(--base-rd);
}
.table--templates .btns .btn:first-child:last-child {
    border-radius: var(--base-rd);
}
.table--templates .btns .btn:last-child {
    border-radius: 0 var(--base-rd) var(--base-rd) 0;
}
.table--templates .btns .btn:last-child:first-child {
    border-radius: var(--base-rd);
}
.table--templates th,
.table--templates td {
    vertical-align: top !important;
}
.table--templates thead th {
    padding: 1.7rem 1rem 3rem 1rem;
    border-bottom-width: 0.6rem;
}
.table--templates thead th:first-child {
    padding-left: 2.8rem;
}
.table--templates thead th:last-child {
    padding-right: 2.8rem;
}
.table--templates tbody td {
    padding: 1.4rem 1rem;
}
.table--templates tbody td:first-child {
    padding-left: 2.8rem;
}
.table--templates tbody td:last-child {
    padding-right: 2.8rem;
}
.table--templates td:first-child p {
    font-weight: 500;
    font-size: 1.3rem;
}
.table--templates td:nth-child(2) p {
    max-width: 16.5rem;
    min-width: 16.5rem;
}
.table--history thead th {
    padding: 1.4rem 1rem;
    border-bottom-width: 0.1rem !important;
}
.table--history thead th:first-child {
    padding-left: 3rem;
}
.table--history thead th:last-child {
    padding-right: 3rem;
}
.table--history tbody td {
    padding: 2rem 1rem;
    border-bottom-width: 0.1rem !important;
}
.table--history tbody td:first-child {
    padding-left: 3rem;
}
.table--history tbody td:last-child {
    padding-right: 3rem;
}

.pagination {
    justify-content: center;
}
.pagination_wrap {
    position: relative;
}
.pagination_wrap:last-child {
    margin-top: 4.5rem;
}
.pagination li {
    margin: 0.4rem;
}
.pagination li .icon {
    --i-size: 0.8rem;
}
.pagination li .page-link {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: var(--base-rd);
    border: none;
    background: transparent;
    color: var(--c-blue-dark);
}
.pagination li .page-link.active {
    background: var(--c-white);
    color: var(--c-blue-dark);
}
.pagination li:first-child .icon {
    transform: rotate(-180deg);
}
.pagination li:first-child .page-link, .pagination li:last-child .page-link {
    background: none;
    padding: 0;
    border: none;
}

.modal {
    background: rgba(63, 81, 181, 0.85);
}
.modal-dialog {
    max-width: 65.5rem;
    top: 50%;
    transform: translateY(-50%) !important;
}

.modal-content {
    --h-s-h4: 1.6rem;
    background: none;
    border-radius: var(--base-rd);
    overflow: hidden;
}
.modal-content h4 {
    font-weight: 400;
}
.modal-content h4 .icon {
    --i-size: 2.8rem;
}
.modal-content label {
    line-height: 1;
}
.modal-content .select-side {
    margin-bottom: 2.3rem !important;
}
.modal-content .btn {
    font-size: 1.3rem;
    font-weight: 400;
    height: 4rem;
    padding: 1rem 3rem;
    line-height: 1;
    min-width: 11rem;
}
.modal-content .btn:not(:last-child) {
    margin-right: 1.3rem;
}
.modal-content .btn-close {
    color: var(--c-white);
    background: none;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    opacity: 1;
}
.modal-content .btn-close .icon {
    --i-size: 2.4rem;
}
.modal-content textarea {
    padding: 1.6rem 2rem;
    color: var(--c-blue);
    font-size: 1.4rem;
}

.modal-header {
    color: var(--c-white);
    margin-bottom: 0.2rem;
    min-height: 6rem;
    display: flex;
    align-items: center;
    align-content: center;
}

.modal-body {
    padding: 3.5rem 3.2rem;
    background: var(--c-blue-light);
}
.modal-body p {
    font-size: 1.6rem;
}
.modal-body .row {
    align-items: center;
    align-content: center;
    margin-bottom: -2.5rem;
}
.modal-body .row > div {
    margin-bottom: 2.5rem;
}
.modal-body select {
    color: var(--c-blue);
}
.modal-body .image--user {
    width: 4.8rem;
    border-radius: 100%;
    background: var(--c-white);
    padding: 1rem;
}
.modal-body .rating {
    justify-content: flex-end;
}

.modal-footer {
    padding: 0 2.6rem 3.5rem 2.6rem;
    background: var(--c-blue-light);
    border: none !important;
    margin-top: -0.1rem;
}

.modal-title {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 0 !important;
}

.modal#reply-popup .modal-body {
    padding-top: 3rem;
    padding-bottom: 2.4rem;
}
.modal#reply-popup .modal-footer {
    padding-bottom: 4.5rem;
}
.modal#reply-popup textarea {
    min-height: 18rem;
}
.modal#reply-popup .rating_stars {
    color: var(--c-blue);
}
.modal#agree-popup .modal-header {
    padding: 2rem 3.5rem;
}
.modal#agree-popup .modal-body {
    padding: 5rem 3.5rem 3.5rem 3.5rem;
}
.modal#agree-popup .checkbox_content {
    align-items: baseline;
    align-content: inherit;
    color: var(--c-black);
    line-height: 1.5;
}
.modal#agree-popup .checkbox_content:before, .modal#agree-popup .checkbox_content:after {
    top: 0.4rem;
}
.modal#agree-popup .checkbox_content:before {
    background: #828282;
}
.modal#agree-popup .checkbox input:checked ~ .checkbox_content:before {
    background: var(--c-blue-dark);
}

.btn {
    text-decoration: none !important;
}
.btn-success, .btn-primary, .btn-secondary {
    color: var(--c-white);
}
.btn-success:hover, .btn-success:focus, .btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus {
    color: var(--c-white);
}
.btn-check ~ label, .btn-check ~ label.btn {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    width: 8rem;
    height: 2.8rem;
    border: 1px solid var(--c-blue);
    background: transparent;
    color: var(--c-blue-dark);
    outline: none !important;
    box-shadow: none !important;
}
.btn-check:checked ~ label, .btn-check:checked ~ label.btn {
    background: var(--c-blue-dark);
    color: var(--c-white);
    border-color: var(--c-blue-dark);
}
.btn-just-icon {
    width: 3.4rem;
    height: 2.8rem;
    padding: 0.5rem;
}
.btn-white {
    background: var(--c-white);
    border-color: var(--c-white);
    color: var(--c-black);
}
.btn:disabled {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: var(--c-white);
}
.btn-default {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: var(--c-white);
    pointer-events: none;
}
@media (max-width: 1399px){
    .card {
        --fz-title: 1.4rem;
        --fz-number: 3.2rem;
    }
    .table--templates h4 {
        font-size: 1.2rem;
    }
    .table--templates td:first-child p {
        font-size: 1.1rem;
    }
    .table--templates td:nth-child(2) p {
        max-width: 10.5rem;
        min-width: 10.5rem;
        font-size: 1rem;
    }
}
@media (max-width: 1199px) and (min-width: 576px){
    .card_text {
        padding-left: 4rem;
    }
    .card_text .icon {
        --i-size: 3.2rem;
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width: 1199px){
    .sc_text:not(:last-child) {
        margin-bottom: 3.2rem;
    }
    .login .logo {
        max-width: 36rem;
    }
    .login .image {
        max-width: 40rem;
    }
    .login .image picture {
        background: var(--c-white);
    }
    .login .image picture img {
        mix-blend-mode: multiply;
    }
    .content-sc .container > *:not(:last-child) {
        margin-bottom: 3.2rem;
    }
    .profile .row > *:not(:last-child) {
        margin-bottom: 2rem;
    }
    .profile_fields, .profile_photo-upload {
        padding: 3rem;
    }
    .profile_photo-upload .user_image {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .profile_photo-upload {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }
    .profile form .col-12 {
        margin-top: 2rem;
    }
    .report_cards {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a a d d" "b c e f";
    }
    .report-filters_items {
        flex-wrap: wrap;
    }
    .report-filter:nth-child(1), .report-filter:nth-child(2), .report-filter:nth-child(3) {
        width: calc(100% / 3);
        flex: none;
    }
    .report-filters_actions {
        flex-wrap: wrap;
    }
    .report-filters_actions > *:not(:last-child) {
        margin-right: 0rem;
        margin-bottom: 1.2rem;
    }
    .report-filters_actions .btn {
        max-width: 100% !important;
    }
    .report-bs .row {
        margin-bottom: -3.2rem;
    }
    .report-bs .row > div {
        margin-bottom: 3.2rem;
    }
    .table--reviews tbody td {
        padding: 1.4rem;
    }
    .table--reviews thead th:not(:first-child) {
        display: none;
    }
    .table--reviews tbody tr {
        display: flex;
        flex-wrap: wrap;
    }
    .table--reviews tbody tr:first-child td {
        width: 100%;
        padding-left: 0.8rem !important;
    }
    .table--reviews tbody tr:last-child td:first-child {
        border-radius: 0 !important;
    }
    .table--reviews tbody tr:last-child td:nth-last-child(3) {
        border-radius: 0 0 0 var(--base-rd);
    }
    .table--reviews tbody td:first-child {
        width: 5rem;
    }
    .table--reviews tbody td:nth-child(2), .table--reviews tbody td:nth-child(3), .table--reviews tbody td:nth-child(4), .table--reviews tbody td:nth-child(5) {
        width: calc((100% - 5rem - 19.3rem) / 4);
    }
    .table--reviews tbody td:nth-child(6) {
        width: 19.3rem;
    }
    .table--reviews tbody td:nth-last-child(2), .table--reviews tbody td:nth-last-child(3) {
        flex: none;
        width: calc((100% - 19.3rem) / 2);
    }
    .table--reviews tbody td:nth-last-child(2) {
        padding-left: 4rem;
    }
    .table--reviews tbody td:nth-last-child(3) {
        padding-left: 6.4rem;
    }
    .table--tools thead {
        display: none;
    }
    .table--tools tbody tr {
        display: flex;
        flex-wrap: wrap;
    }
    .table--tools tbody tr td:not(:last-child) {
        width: 50%;
        border-bottom: none;
    }
    .table--tools tbody tr td:last-child {
        width: 100%;
    }
    .table--tools tbody tr td:last-child p {
        max-width: 100%;
    }
    .table--tools tbody tr:first-child td:first-child {
        border-radius: var(--base-rd) 0 0 0;
    }
    .table--tools tbody tr:first-child td:nth-child(2) {
        border-radius: 0 var(--base-rd) 0 0;
    }
    .table--tools tbody tr:last-child td:first-child {
        border-radius: 0;
    }
    .table--tools tbody tr:last-child td:last-child {
        border-radius: 0 0 var(--base-rd) var(--base-rd);
    }
    .table--templates {
        display: block;
    }
    .table--templates thead {
        display: block;
    }
    .table--templates thead tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .table--templates thead th {
        display: none;
        padding: 1.4rem 2.8rem;
    }
    .table--templates thead th h4 {
        margin-bottom: 1rem;
    }
    .table--templates thead th:nth-child(7), .table--templates thead th:nth-child(10) {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .table--templates thead th:nth-child(7) {
        border-radius: var(--base-rd) 0 0 0;
    }
    .table--templates thead th:nth-child(10) {
        border-radius: 0 var(--base-rd) 0 0;
    }
    .table--templates tbody {
        display: block;
    }
    .table--templates tbody tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .table--templates tbody td {
        width: 20%;
    }
    .table--templates tbody tr td {
        border-radius: 0;
    }
    .table--templates tbody tr:last-child td:nth-last-child(3) {
        border-radius: 0 0 0 var(--base-rd);
    }
}
@media (max-width: 991px) and (min-width: 576px){
    .card_text {
        padding-left: 0;
    }
    .card_text > *:not(:last-child) {
        margin-bottom: 0.4rem;
    }
    .card_text .icon {
        position: relative;
    }
}
@media (max-width: 991px){
    .image--block-title img {
        max-height: 7rem;
    }
    .profile_thumb > picture {
        height: 20rem;
    }
    .profile_thumb > .btn {
        right: 1.5rem;
        top: 1.5rem;
    }
    .profile .user_image {
        left: 1.5rem;
        top: -10rem;
    }
    .profile .user_info {
        padding-top: 8rem;
        padding-left: 1.5rem;
    }
    .er .placeholders {
        grid-template-columns: repeat(3, 1fr);
    }
    .er .placeholders-side {
        order: 1;
    }
    .er .content-side {
        order: 2;
    }
    .er .last-side {
        order: 3;
    }
    .table .link {
        --h-s-h3: 1.6rem;
    }
    .table--reviews tbody td:nth-child(2), .table--reviews tbody td:nth-child(3), .table--reviews tbody td:nth-child(4) {
        width: calc((100% - 5rem) / 3);
    }
    .table--reviews tbody td:nth-child(5), .table--reviews tbody td:nth-child(6) {
        width: calc((100%) / 2);
    }
    .table--reviews tbody td:nth-last-child(2), .table--reviews tbody td:nth-last-child(3) {
        flex: none;
        width: calc((100% - 19.3rem) / 2);
    }
    .table--reviews tbody td:nth-last-child(2) p, .table--reviews tbody td:nth-last-child(3) p {
        max-width: 100%;
    }
    .table--reviews tbody td:nth-last-child(3), .table--reviews tbody td:nth-child(5) {
        padding-left: 6.4rem;
    }
    .table--history thead {
        display: none;
    }
    .table--history tbody tr {
        display: flex;
        flex-wrap: wrap;
    }
    .table--history tbody tr:last-child td:nth-child(3) {
        border-radius: 0 0 var(--base-rd) var(--base-rd);
    }
    .table--history tbody tr:first-child td:first-child {
        border-radius: var(--base-rd) 0 0 0;
    }
    .table--history tbody tr:first-child td:nth-child(5) {
        border-radius: 0 var(--base-rd) 0 0;
    }
    .table--history tbody td {
        width: 25%;
        order: 0;
        padding: 2rem 3rem;
    }
    .table--history tbody td:not(:nth-child(3)) {
        border-bottom: none !important;
    }
    .table--history tbody td:nth-child(3) {
        width: 100%;
        order: 1;
    }
}
@media (max-width: 767px) and (orientation: portrait){
    .login {
        height: calc(var(--vh, 1vh) * 100);
    }
}
@media (max-width: 767px){
    .login {
        --sc-pd: 2rem 0 4rem 0;
        --sc-bg: var(--c-white);
        display: block;
    }
    .login .logo {
        max-width: 24rem;
        margin: 0 auto 2rem auto;
    }
    .login .sc_form form .btn.google-login {
        background: var(--c-blue-light);
        border-color: var(--c-blue-light);
    }
    .er .placeholders {
        grid-template-columns: repeat(1, 1fr);
    }
    .report_cards {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a a" "b c" "d d" "e f";
    }
    .report-filters {
        flex-direction: column;
    }
    .report-filters_items {
        min-width: 100%;
        flex: none;
    }
    .report-filters_items:not(:last-child) {
        margin-right: -0.6rem;
        margin-bottom: 1.2rem;
    }
    .report-filter:last-child {
        width: 100%;
    }
    .report-filters_actions {
        flex-wrap: nowrap;
        margin: -0.6rem;
    }
    .report-filters_actions .btn {
        flex: 1;
        margin: 0.6rem;
    }
    .report-bs .item_form select {
        width: 100%;
    }
    .report-bs .item_form > * {
        order: 0;
        width: 100%;
    }
    .report-bs .item_form form > .btn {
        width: 100% !important;
        order: 1;
    }
    .report-bs .item .table tr td {
        border-bottom: none !important;
    }
    .report-bs .item .table tr:first-child td:nth-child(2) {
        border-radius: 0 var(--base-rd) 0 0;
    }
    .report-bs .item .table tr:not(:first-child) td:first-child {
        border-radius: 0;
    }
    .report-bs .item .table tr:not(:last-child) td:last-child {
        border-bottom: 0.2rem solid var(--c-blue) !important;
    }
    .report-bs .item .table tr:last-child td:last-child {
        border-radius: 0 0 var(--base-rd) var(--base-rd);
    }
    .report-bs .item .table td:not(:last-child) {
        width: 50%;
    }
    .report-bs .item .table td:last-child {
        width: 100%;
    }
    .card--large {
        min-height: inherit;
    }
    .card--large .card_text {
        flex-direction: row;
        align-items: center;
        align-content: center;
    }
    .card--large .title br {
        display: none;
    }
    .card--large .number {
        margin-left: auto;
        text-align: right;
    }
    .rating .icon {
        --i-size: 1.2rem;
    }
    .table thead {
        display: none;
    }
    .table tbody h3 {
        line-height: 1;
    }
    .table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }
    .table tbody tr:first-child td:first-child {
        border-radius: var(--base-rd) 0 0 0;
    }
    .table tbody tr:first-child td:last-child {
        border-radius: 0 var(--base-rd) 0 0;
    }
    .table--summary tbody td {
        width: 50%;
    }
    .table--summary tbody td:first-child {
        border-bottom: none !important;
    }
    .table--summary tbody td:first-child {
        width: 100%;
    }
    .table--reviews tbody tr:last-child td:nth-last-child(2) {
        border-radius: 0 0 0 var(--base-rd);
    }
    .table--reviews tbody tr:last-child td:nth-last-child(3) {
        border-radius: 0;
    }
    .table--reviews tbody td:nth-child(2), .table--reviews tbody td:nth-child(3), .table--reviews tbody td:nth-child(4) {
        width: calc((100% - 5rem) / 3);
    }
    .table--reviews tbody td:nth-child(5), .table--reviews tbody td:nth-child(6) {
        width: calc((100%) / 2);
    }
    .table--reviews tbody td:nth-last-child(2), .table--reviews tbody td:nth-last-child(3) {
        flex: none;
        width: calc((100%) / 2);
    }
    .table--reviews tbody td:nth-last-child(1) {
        width: 100%;
    }
    .table--reviews tbody td:nth-last-child(2) {
        padding-left: 1.4rem;
        border-radius: 0 !important;
    }
    .table--reviews tbody td:nth-last-child(1) {
        padding-left: 6.4rem;
        border-radius: 0 0 var(--base-rd) var(--base-rd) !important;
    }
    .table--templates tbody {
        display: block;
    }
    .table--templates tbody tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .table--templates tbody td {
        width: calc(100% / 3);
        order: 2;
        padding-left: 2.8rem;
        padding-right: 2.8rem;
    }
    .table--templates tbody td:nth-child(2) {
        order: 1;
        width: 100%;
    }
    .table--templates tbody td:nth-child(2) p {
        max-width: 100%;
    }
    .table--templates tbody tr td {
        border-radius: 0;
        border-bottom: none !important;
    }
    .table--templates tbody tr td:nth-last-child(1), .table--templates tbody tr td:nth-last-child(2), .table--templates tbody tr td:nth-last-child(3) {
        border-bottom: 0.2rem solid var(--c-blue-light) !important;
    }
    .table--templates tbody tr:nth-child(1) td:first-child {
        border-radius: 0;
    }
    .table--templates tbody tr:last-child td:first-child {
        border-radius: 0;
    }
    .table--templates tbody tr:last-child td:nth-last-child(3) {
        border-radius: 0 0 0 var(--base-rd) !important;
    }
    .table--history tbody tr:first-child td:nth-child(2) {
        border-radius: 0 var(--base-rd) 0 0;
    }
    .table--history tbody tr:first-child td:nth-child(5) {
        border-radius: 0;
    }
    .table--history tbody td {
        width: 50%;
    }
    .modal-body select {
        width: 100%;
    }
    .modal-body .rating {
        justify-content: flex-start;
    }
    .modal-body .rating .icon {
        --i-size: 2rem;
    }
}
@media (max-width: 575px){
    .wrapper {
        padding-left: 0;
    }
    .aside {
        left: -100%;
        transition: all calc(var(--base-ts) * 2) ease-in-out;
    }
    .aside-open .aside {
        left: 0;
    }
    .date_form {
        width: 100%;
    }
    .header_actions {
        width: 100%;
    }
    .header_actions .btn {
        width: 100%;
    }
    .report_cards {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "a" "b" "c" "d" "e" "f";
        grid-gap: 1.2rem;
        gap: 1.2rem;
    }
    .card .number {
        margin-left: auto;
        text-align: right;
    }
    .card_text {
        padding-left: 0;
    }
}
@media (max-width: 567px){
    .table_actions .btn {
        width: 100%;
    }
    .table--reviews tbody td:nth-child(2) {
        width: calc(100% - 5rem);
    }
    .table--reviews tbody td:nth-child(3), .table--reviews tbody td:nth-child(4) {
        width: calc((100%) / 2);
    }
    .table--reviews tbody td:nth-child(3), .table--reviews tbody td:nth-last-child(2) {
        padding-left: 6.4rem;
    }
    .table--reviews tbody td:nth-last-child(3), .table--reviews tbody td:nth-last-child(2) {
        width: 100%;
    }
}
@media (max-width: 440px){
    .report-filter:nth-child(1), .report-filter:nth-child(2), .report-filter:nth-child(3) {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 991px){
    .card_text {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }
}
@media (min-width: 576px){
    .aside-overlay {
        display: none;
    }
    .card--large {
        --fz-title: 1.8rem;
        --fz-number: 4.4rem;
        min-height: 15rem;
    }
    .card--large .icon {
        --i-size: 5.2rem;
    }
}
@media (min-width: 768px){
    .login .image-side:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: var(--c-white);
        width: calc(var(--vw) / 2);
        height: calc(var(--vh, 1vh) * 100);
    }
    .card--large .icon {
        position: absolute;
        left: 0;
        top: 0;
    }
    .card--large .title {
        margin-right: 0;
        margin-top: 0.5rem;
        line-height: 1.090909091;
    }
    .card--large .card_text {
        padding-left: 6rem;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: column;
    }
}
@media (min-width: 1200px){
    .profile .row {
        --bs-gutter-x: 5rem;
    }
}
@media (min-width: 1400px){
    .card--large {
        --fz-title: 2.2rem !important;
        --fz-number: 6.4rem !important;
        min-height: 21.5rem !important;
        min-width: 32.5rem;
    }
}

.badge {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}

.badge-primary {
    background-color: #3a57e8;
    color: white;
}

.badge-secondary {
    background-color: #f8f9fe;
    color: #3a3a3a;
    border: 1px solid #e1e1e1;
}

.badge-success {
    background-color: #00D084;
    color: white;
}

.badge-danger {
    background-color: #FF6B6B;
    color: white;
}

.badge-warning {
    background-color: #FFB946;
    color: white;
}

.badge-info {
    background-color: #00CFDD;
    color: white;
}

.badge-light {
    background-color: #f8f9fe;
    color: #3a57e8;
}

.badge-dark {
    background-color: #333;
    color: white;
}
.aside .dropdown-item {
    white-space: initial;
    padding: 0.2rem 0 !important;
}
