@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@300;400;500;600;700;800;900&family=Raleway:wght@100&family=Roboto:wght@400;500&display=swap");

@font-face {
    font-family: "SF Pro Text";
    src: url("/fonts/SFProDisplay-Regular.woff2") format("woff2"),
        url("/fonts/SFProDisplay-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Inter";
    font-weight: normal;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-color: #f7f9fc;
    opacity: 0;
}

body.is-loaded {
    opacity: 1;
}

body.theme--authentication {
    background-color: #0a2540;
}

body.theme--white {
    background-color: #ffffff;
}

body.is-hidden,
body.is-popup,
body.is-overview {
    overflow: hidden;
}

body.is-notes {
    overflow: hidden;
    height: 100vh;
}

@media screen and (min-width: 1025px) {
    body.is-notes {
        overflow: visible;
    }
}

a {
    color: #3fa9f5;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.28571;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

html {
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
}

.cr.header {
    background-color: #0a2540;
    position: relative;
}

.cr.header .header__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 0;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .cr.header .header__wrapper {
        padding: 1.125rem 0;
    }
}

.cr.header .header__block {
    display: flex;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .cr.header .header__block {
        margin-left: 4.75rem;
        margin-right: 5.0625rem;
    }
}

@media screen and (min-width: 992px) {
    .cr.header .header__block {
        justify-content: space-between;
    }
}

.cr.header .header__logo {
    max-width: 7.13375rem;
    min-width: 7.13375rem;
    height: auto;
}

@media screen and (min-width: 480px) {
    .cr.header .header__logo {
        max-width: 9.00875rem;
        min-width: 9.00875rem;
    }
}

@media screen and (min-width: 768px) {
    .cr.header .header__logo {
        max-width: 12.13375rem;
    }
}

.cr.header .header__logo img {
    width: 100%;
}

.cr.header .header__panel {
    margin-right: 0.9375rem;
}

@media screen and (min-width: 992px) {
    .cr.header .header__panel {
        flex: 1;
        margin-right: 1.5rem;
    }
}

@media screen and (min-width: 1025px) {
    .cr.header .header__panel {
        position: relative;
    }
}

.cr.header .header__panel .header__trigger {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    position: relative;
    border: 0;
}

@media screen and (min-width: 768px) {
    .cr.header .header__panel .header__trigger {
        border-radius: 2.25rem;
        width: 2.25rem;
        height: 2.25rem;
    }
}

.cr.header .header__panel .header__trigger i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
    .cr.header .header__panel .header__trigger {
        display: none;
    }
}

.cr.header .header__panel .header__search {
    display: none;
    background-color: #fff;
    border: 0.0625rem solid #b7c2cf;
    border-radius: 0 0 0.375rem 0.375rem;
    padding: 1.125rem 0.875rem;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
}

@media screen and (min-width: 1025px) {
    .cr.header .header__panel .header__search {
        border-radius: 0.375rem;
        display: block;
        flex: 1;
        position: relative;
        padding: 0.75rem 1.5rem;
        width: auto;
    }
}

.cr.header .header__panel .header__search input {
    border: 0;
    background-color: transparent;
    font-size: 1em;
    line-height: 1.25;
    padding: 0 1.875rem 0 0;
    height: auto;
}

.cr.header .header__panel .header__search button {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
}

.cr.header .header__panel .header__search button svg path {
    transition: 0.3s ease-in-out;
}

.cr.header .header__panel .header__search button:hover svg path {
    stroke: #214c89;
}

.cr.header .header__panel .header__result {
    display: none;
    background-color: #ffffff;
    height: 0;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 6.625rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    border: 0.0625rem solid #e7ebf0;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 4px 16px rgba(33, 76, 137, 0.2);
}

@media screen and (min-width: 768px) {
    .cr.header .header__panel .header__result {
        top: 8.6875rem;
    }
}

@media screen and (min-width: 1025px) {
    .cr.header .header__panel .header__result {
        top: 2.875rem;
    }
}

.cr.header .header__panel .header__result h3 {
    padding: 1rem 0.9375rem 0 0.9375rem;
    margin-bottom: 0;
    line-height: 1.125rem;
    color: #66788b;
}

@media screen and (min-width: 992px) {
    .cr.header .header__panel .header__result h3 {
        padding: 1rem 1.5rem 0 1.5rem;
    }
}

.cr.header .header__panel .header__foot {
    min-height: 2.875rem;
    display: flex;
    align-items: center;
    background-color: #e7ebf0;
    padding: 0.3125rem 1.5rem;
}

.cr.header .header__panel .header__foot .l-link {
    color: #214c89;
    font-weight: 700;
}

.cr.header .header__panel .header__foot .l-link:hover {
    color: #3fa9f5;
}

.cr.header .header__panel.is-show .header__search {
    display: block;
}

.cr.header .header__panel.is-result .header__result {
    display: block;
}

.cr.header .header__panel.is-result .header__search {
    border-radius: 0;
}

@media screen and (min-width: 992px) {
    .cr.header .header__panel.is-result .header__search {
        border-radius: 0.375rem 0.375rem 0 0;
    }
}

.cr.header .header__notification {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    position: relative;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .cr.header .header__notification {
        width: 2.25rem;
        height: 2.25rem;
    }
}

.cr.header .header__notification:hover {
    background: rgba(255, 255, 255, 0.2);
}

.cr.header .header__notification i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    transform-origin: center center;
}

@media screen and (min-width: 768px) {
    .cr.header .header__notification i {
        transform: translate(-50%, -50%) scale(1);
    }
}

.cr.header .header__notification span {
    background: #f32b67;
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.cr.header .header__notification.is-active span {
    display: block;
}

.cr.header .header__user {
    position: relative;
    cursor: pointer;
}

.cr.header .header__user .header__dropdown {
    display: none;
    padding: 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border: 0.0625rem solid #e7ebf0;
    box-shadow: 0px 4px 16px rgba(33, 76, 137, 0.2);
    border-radius: 0.25rem;
    min-width: 11.625rem;
    z-index: 11;
}

.cr.header .header__user .header__dropdown a {
    color: #0a2540;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5rem;
    display: block;
    transition: 0.3s ease-in-out;
}

.cr.header .header__user .header__dropdown a:hover {
    color: #214c89;
}

.cr.header .header__user .header__username {
    padding-right: 1.75rem;
    text-align: right;
}

.cr.header .header__user .header__username p,
.cr.header .header__user .header__username span {
    font-size: 0.75em;
    line-height: 1.33333;
    color: #ffffff;
}

@media screen and (min-width: 480px) {
    .cr.header .header__user .header__username p,
    .cr.header .header__user .header__username span {
        font-size: 0.875em;
        line-height: 1.42857;
    }
}

@media screen and (min-width: 768px) {
    .cr.header .header__user .header__username p,
    .cr.header .header__user .header__username span {
        font-size: 1em;
        line-height: 1.375;
    }
}

.cr.header .header__user .header__username p {
    font-weight: 600;
    max-width: 3.75rem;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (min-width: 480px) {
    .cr.header .header__user .header__username p {
        max-width: 2.8125rem;
    }
}

@media screen and (min-width: 768px) {
    .cr.header .header__user .header__username p {
        white-space: normal;
        max-width: none;
    }
}

.cr.header .header__user .header__username span {
    opacity: 0.75;
    display: block;
}

.cr.header .header__user .header__username i {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.cr.header .header__user .header__username i img,
.cr.header .header__user .header__username i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cr.header .header__user:hover .header__dropdown {
    display: block;
}

.cr.header .header__user:hover .header__username i {
    transform: rotate(180deg);
}

.cr.header--authentication {
    padding-top: 2.5rem;
    padding-bottom: 0.375rem;
}

@media screen and (min-width: 768px) {
    .cr.header--authentication {
        padding-top: 4.375rem;
    }
}

@media (min-width: 1299px) {
    .cr.header--authentication {
        padding-top: 8vh;
    }
}

@media (min-width: 1299px) {
    .cr.header--authentication {
        padding-top: 100px;
    }
}

@media screen and (min-width: 1441px) {
    .cr.header--authentication {
        padding-top: 8.75rem;
    }
}

.cr.header--authentication .header__logo {
    max-width: 11.7675rem;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .cr.header--authentication .header__logo {
        max-width: 18.0175rem;
    }
}

@media screen and (min-width: 992px) {
    .cr.header--authentication .header__logo {
        max-width: 24.2675rem;
    }
}

.cr.header--authentication .header__logo img {
    width: 100%;
}

.cr.footer {
    padding: 2.5625rem 0 1.25rem;
}

@media screen and (min-width: 768px) {
    .cr.footer {
        padding: 2.5625rem 0;
    }
}

.cr.footer .footer__wrap {
    display: flex;
    justify-content: space-between;
    color: #b7c2cf;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .cr.footer .footer__wrap {
        flex-direction: row;
    }
}

.cr.footer nav ul {
    display: flex;
    flex-wrap: wrap;
}

.cr.footer nav ul li {
    position: relative;
    padding: 0 0.625rem 0 0.375rem;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.footer nav ul li {
        margin-bottom: 0;
    }
}

.cr.footer nav ul li:after {
    color: #66788b;
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cr.footer nav ul li:last-of-type:after {
    display: none;
}

.cr.footer nav p,
.cr.footer nav a {
    color: #66788b;
    font-size: 0.875em;
    line-height: 1.28571;
    display: block;
    transition: 0.3s ease-in-out;
}

.cr.footer nav a:hover {
    color: #214c89;
}

.cr.footer.footer--authentication {
    text-align: center;
    padding: 2.3125rem 0;
}

.cr.footer.footer--authentication nav ul {
    justify-content: center;
}

.cr.footer.footer--authentication nav li:after {
    color: #b7c2cf;
}

.cr.footer.footer--authentication nav p,
.cr.footer.footer--authentication nav a {
    color: #b7c2cf;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

p {
    font-size: 1.5625em;
    line-height: 1.52;
    margin: 0 0 1.25rem;
}

p:last-of-type {
    margin: 0;
}

p:empty {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    margin: 0 0 1.25rem;
}

h1,
.title-h1 {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.375;
    letter-spacing: -0.025em;
}

h2,
.title-h2 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.16667;
    letter-spacing: -0.025em;
    color: #0a2540;
}

h3,
.title-h3 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.375;
    color: #0a2540;
}

h4,
.title-h4 {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.42857;
    color: #66788b;
}

h6,
.title-h5 {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.125;
    color: #425466;
}

.title--center {
    text-align: center;
}

.l-row {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .l-row {
        margin: 0 -0.75rem;
    }
}

.l-row .l-col--6 {
    flex-basis: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .l-row .l-col--6 {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 0.75rem;
    }
}

.l-row .l-row .l-col--6 {
    padding-top: 1.5rem;
}

.l-row .l-col-md--12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media screen and (min-width: 1199px) {
    .l-row .l-col-md--12.l-col--6 {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.l-board {
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(33, 76, 137, 0.2);
    border-radius: 0.5rem;
    padding: 1.25rem;
}

@media screen and (min-width: 992px) {
    .l-board {
        padding: 2.5rem;
    }
}

.l-board--performance {
    height: 100%;
    padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
    .l-board--performance {
        padding-right: 1.875rem;
    }
}

.l-board--count {
    margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    .l-board--count {
        padding: 2.0625rem 2.5rem;
    }
}

@media screen and (min-width: 1025px) {
    .l-board--count {
        margin-top: 0;
    }
}

.l-board--division {
    height: 100%;
}

.l-board--revenue {
    height: 100%;
}

.l-board--notifications {
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.l-status {
    background-color: #b7c2cf;
    border-radius: 6.25rem;
    color: #ffffff;
    font-size: 0.75em;
    line-height: 1.66667;
    letter-spacing: -0.009em;
    font-weight: 700;
    padding: 0 0.8125rem;
    display: inline-block;
    white-space: nowrap;
    min-width: 4.375rem;
    text-align: center;
}

.l-status.active {
    background-color: #3fa9f5;
}

.l-status.expired {
    background-color: #b7c2cf;
}

.l-status.void {
    background-color: #425466;
}

.l-tab .l-tab__nav {
    display: flex;
}

.l-tab .l-tab__nav li a {
    font-family: "Inter";
    font-size: 0.875em;
    line-height: 1.14286;
    font-weight: 500;
    color: #0a2540;
    padding: 1.125rem 0.8125rem;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.l-tab .l-tab__nav li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.3125rem;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    background-color: #214c89;
    border-radius: 0.3125rem;
    opacity: 0;
}

.l-tab .l-tab__nav li a:hover::after {
    opacity: 1;
}

.l-tab .l-tab__nav li.is-active a:after {
    opacity: 1;
}

.l-tab .l-tab__content {
    display: none;
}

.l-tab .l-tab__content.is-active {
    display: block;
}

.l-tab--users .l-tab__nav {
    margin-bottom: 2.8125rem;
}

.l-tab--notifications .l-tab__nav {
    padding: 0 1.25rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .l-tab--notifications .l-tab__nav {
        padding: 0 2.5rem;
    }
}

.l-progress {
    background: linear-gradient(270deg, #3fa9f5 0%, #76e6ff 100%);
    border-radius: 6.25rem;
    height: 100%;
    display: inline-block;
    transition: 1s ease-in-out;
    transition-delay: 0.5s;
    width: 0;
}

.l-accordion .l-accordion__title {
    position: relative;
    cursor: pointer;
}

.l-accordion .l-accordion__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.l-accordion .l-accordion__content {
    display: none;
}

.l-accordion.is-active .l-accordion__icon {
    transform: translateY(-50%) rotate(-180deg);
}

.l-info {
    display: flex;
    flex-direction: column;
}

.l-info li {
    display: flex;
    margin-bottom: 1rem;
}

.l-info li label {
    min-width: 8.5rem;
    color: #66788b;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    margin-right: 1.5rem;
}

.l-info li span {
    min-width: 8.5rem;
    color: #0a2540;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
}

.l-info li span span {
    color: #b7c2cf;
    margin-left: 0.125rem;
}

.l-info--aside {
    margin-bottom: 2rem;
}

.l-info--aside li label {
    min-width: 5rem;
    max-width: 5rem;
}

.l-info--profile {
    margin-bottom: 1rem;
}

.l-info--overview li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
    .l-info--overview li label {
        min-width: 15rem;
    }
}

.l-info--overview li span {
    text-align: right;
}

@media screen and (min-width: 1025px) {
    .l-info--overview li span {
        min-width: 8.75rem;
    }
}

.l-info--overview li span i {
    font-style: normal;
    float: left;
}

.cr.toast {
    background: #214c89;
    box-shadow: 0px 4px 16px rgba(33, 76, 137, 0.2);
    border-radius: 0.5rem;
    color: #ffffff;
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
    position: fixed;
    bottom: -100%;
    left: 0.9375rem;
    right: 0.9375rem;
    opacity: 0;
    transition: bottom 0.6s, opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
    .cr.toast {
        min-width: 22.125rem;
        left: 1.25rem;
        right: auto;
    }
}

.cr.toast.is-show {
    bottom: 1.25rem;
    opacity: 1;
    z-index: 1;
}

.cr.toast .toast__msg {
    display: flex;
    align-items: center;
}

.cr.toast .toast__msg i {
    margin-right: 0.5rem;
}

.cr.toast .toast__msg p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}

.cr.toast .toast__close {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.l-note {
    background-color: #3fa9f5;
    border-radius: 0.25rem;
    font-size: 1em;
    line-height: 1.125;
    color: #ffffff;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    display: inline-block;
}

.cr.l-table table thead th.sorting {
    position: relative;
}

.cr.l-table table thead th.sorting::after {
    position: absolute;
    content: "\2303";
    transform: rotate(180deg);
    right: 5px;
    top: 0.0625rem;
}

.cr.l-table table thead th.sorting::before {
    position: absolute;
    content: "\2303";
    right: 5px;
}

ul.pagination {
    justify-content: center !important;
}

.ajax-loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db !important;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    right: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.l-btn {
    background-color: #214c89;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
    color: #ffffff;
    font-family: "Inter";
    font-size: 1em;
    line-height: 1.375;
    font-weight: 400;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
}

.l-btn + .l-btn {
    margin-top: 0.8125rem;
}

@media screen and (min-width: 768px) {
    .l-btn + .l-btn {
        margin-bottom: 0;
        margin-left: 0.8125rem;
    }
}

.l-btn:hover {
    background-color: #e7ebf0;
    color: #0a2540;
    text-decoration: none;
}

.l-btn--grey {
    background-color: #e7ebf0;
    color: #0a2540;
}

.l-btn--grey:hover {
    background-color: #214c89;
    color: #ffffff;
}

.l-btn--grey:hover svg path {
    stroke: #ffffff;
}

.l-btn--grey:hover .is-svg img {
    filter: brightness(100);
}

.l-btn--grey-sec {
    background-color: #e7ebf0;
    color: #214c89;
}

.l-btn--grey-sec:hover {
    background-color: #214c89;
    color: #ffffff;
}

.l-btn--lg {
    font-family: "Inter";
    font-weight: 600;
    width: 100%;
    padding: 1rem 0 1rem 0;
}

.l-btn--icon {
    font-size: 0.875em;
    line-height: 1;
    display: flex;
    align-items: center;
    width: max-content;
}

.l-btn--icon i {
    width: 1rem;
    height: 1rem;
    margin-right: 0.9375rem;
}

.l-btn--outline {
    display: inline-block;
    background: #ffffff;
    color: #214c89;
    border: 2px solid #214c89;
    font-family: "Inter";
    font-weight: 600;
    padding: 6px 14px;
    font-size: 0.875em;
    line-height: 1.57143;
}

.l-btn--outline:hover {
    background-color: #214c89;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="color"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="number"],
input[type="tel"],
input[type="datetime"],
input[type="week"],
select,
textarea {
    border: 0.0625rem solid #b7c2cf;
    border-radius: 0.25rem;
    height: 46px;
    width: 100%;
    font-family: "Inter";
    font-weight: 400;
    font-size: 1.0625em;
    line-height: 1.29412;
    color: #66788b;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
    outline: none;
    -webkit-appearance: none;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="date"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="color"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="datetime"]::placeholder,
input[type="week"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #66788b;
}

.is-error input[type="text"],
.is-error input[type="email"],
.is-error input[type="search"],
.is-error input[type="date"],
.is-error input[type="password"],
.is-error input[type="tel"],
.is-error input[type="date"],
.is-error input[type="color"],
.is-error input[type="time"],
.is-error input[type="url"],
.is-error input[type="week"],
.is-error input[type="number"],
.is-error input[type="tel"],
.is-error input[type="datetime"],
.is-error input[type="week"],
.is-error select,
.is-error textarea {
    border-color: #ca0b00;
}

.is-error input[type="text"]::placeholder,
.is-error input[type="email"]::placeholder,
.is-error input[type="search"]::placeholder,
.is-error input[type="date"]::placeholder,
.is-error input[type="password"]::placeholder,
.is-error input[type="tel"]::placeholder,
.is-error input[type="date"]::placeholder,
.is-error input[type="color"]::placeholder,
.is-error input[type="time"]::placeholder,
.is-error input[type="url"]::placeholder,
.is-error input[type="week"]::placeholder,
.is-error input[type="number"]::placeholder,
.is-error input[type="tel"]::placeholder,
.is-error input[type="datetime"]::placeholder,
.is-error input[type="week"]::placeholder,
.is-error select::placeholder,
.is-error textarea::placeholder {
    color: #ca0b00;
}

textarea {
    resize: none;
}

.cr.form .form__field:not(:last-child) {
    margin-bottom: 1rem;
}

.cr.form .form__field.form__field--text {
    text-align: right;
    margin-bottom: 2rem;
}

.cr.form .form__field.form__field--text a:hover {
    color: #214c89;
}

.cr.form select {
    background-image: url("/images/chevron-down.svg");
    background-size: 0.75rem 0.5rem;
    background-position: calc(100% - 16px);
    background-repeat: no-repeat;
}

.cr.form .form__subheading {
    font-size: 1.125em;
    line-height: 1.33333;
    font-weight: 700;
    color: #425466;
    margin-bottom: 1rem;
}

.cr.form .form__input-label {
    font-size: 0.875em;
    line-height: 1.57143;
    font-weight: 400;
    color: #0a2540;
    margin-bottom: 0.25rem;
    display: block;
}

.l-password {
    position: relative;
}

.l-password input {
    color: transparent !important;
}

.l-password input:-internal-autofill-selected {
    font-size: 0;
}

.l-password input::selection {
    background-color: #b4d5fe;
}

.l-password input:-moz-selection {
    background-color: #b4d5fe;
}

.l-password .l-password__mask {
    color: #66788b;
    font-weight: 400;
    font-size: 1.0625em;
    line-height: 1.29412;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 1.125rem 0.75rem 0.75rem 1rem;
}

.l-link--icon span {
    display: none;
}

.l-link--icon .is-svg {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    margin: auto;
}

.l-link:hover .is-svg {
    opacity: 0.7;
}

.l-select {
    min-width: 10.3125rem;
}

.l-select select,
.l-select .l-select__hide {
    display: none;
}

.l-select .l-select__options {
    display: none;
    background: #ffffff;
    position: absolute;
    top: calc(100% - 1px);
    padding: 0;
    z-index: 2;
    width: 100%;
    border: 0.0625rem solid #b7c2cf;
    border-top: none;
    min-width: 15.625rem;
    right: 0;
}

@media screen and (min-width: 1025px) {
    .l-select .l-select__options {
        width: 100%;
    }
}

.l-select .l-select__options li {
    color: #66788b;
    font-weight: normal;
    font-size: 1.0625em;
    line-height: 1.29412;
    cursor: pointer;
    padding: 0.5rem 0.9375rem;
}

.l-select .l-select__options li:first-child {
    display: none;
}

.l-select .l-select__options li:last-of-type {
    margin-bottom: 0;
}

.l-select .l-select__options li:before {
    display: none;
}

.l-select .l-select__wrap {
    position: relative;
}

.l-select .l-select__selected {
    color: #66788b;
    position: relative;
    cursor: pointer;
    transition: width 0.3s ease-in;
    font-weight: 400;
    font-size: 1.0625em;
    line-height: 1.29412;
    min-height: 2.375rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    min-width: 17.25rem;
    border: 1px solid #b7c2cf;
    border-radius: 0.25rem;
}

.l-select .l-select__selected:after {
    content: "";
    background-image: url("/images/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.875rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.93125rem;
    transition: all 0.5s ease-in;
}

.l-select .l-select__selected.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.l-select .l-select__selected.is-open:after {
    transform: translateY(-50%) rotate(180deg);
}

.l-select--transparent .l-select__selected {
    justify-content: flex-end;
    padding-right: 1.875rem;
    font-size: 1em;
    line-height: 1.125;
    border: none;
}

.l-select--transparent .l-select__selected:after {
    width: 0.625rem;
    height: 0.375rem;
}

.l-select--transparent .l-select__options {
    border-top: 1px solid #b7c2cf;
}

.l-select--transparent .l-select__options li {
    font-size: 1em;
    line-height: 1.125;
}

.l-checkbox {
    display: flex;
    position: relative;
    padding-left: 0.75rem;
    margin: 0.3125rem 0;
}

.l-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0.3125rem;
}

.l-checkbox label {
    font-size: 1.0625em;
    line-height: 1.29412;
    font-weight: 400;
    font-family: "SF Pro Text";
    margin: 0;
    margin-left: 0.5rem;
}

.l-calendar {
    position: relative;
    background-color: #ffffff;
    border: 0.0625rem solid #b7c2cf;
    border-radius: 0.25rem;
}

.l-calendar .is-svg {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    line-height: 1;
}

.l-calendar input[type="text"] {
    padding: 0.4375rem 1rem 0.4375rem 2.25rem;
    min-height: 2.25rem;
    height: auto;
    border: 0.0625rem;
    color: #425466;
    min-width: 16.875rem;
    -webkit-appearance: none;
}

form .form__error label {
    background-color: #ca0b00;
    color: #fff;
    padding: 0.625rem;
    margin-bottom: 10px;
    display: none;
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
}

form .form__error label.is-error {
    display: block;
}

.form__error ul.mt-3 {
    margin-left: 0.625rem;
}

.form__error ul.mt-3 li {
    list-style: disc;
}

.container {
    margin: 0 auto;
    max-width: 90rem;
    padding: 0 0.875rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .container {
        padding: 0 1.125rem;
    }
}

@media screen and (min-width: 992px) {
    .container {
        padding: 0 1.75rem;
    }
}

@media screen and (min-width: 1025px) {
    .container {
        padding: 0 3rem;
    }
}

.container--lg {
    padding: 0 1.125rem;
    max-width: 98rem;
}

.container--fluid {
    padding: 0;
}

.container--search {
    max-width: 81.375rem;
}

.main-wrapper {
    padding: 1.5rem 0 0;
}

@media screen and (min-width: 768px) {
    .main-wrapper {
        padding: 3rem 0 0;
        min-height: calc(100vh - 305px);
    }
}

@media (min-width: 1399px) {
    .main-wrapper {
        min-height: calc(100vh - 262px);
    }
}

@media (min-width: 1599px) {
    .main-wrapper {
        min-height: calc(100vh - 305px);
    }
}

.main-wrapper--notifications {
    padding: 1.125rem 0 0;
}

.theme--default .main-wrapper {
    min-height: calc(100vh - 182px);
}

.section--blue {
    background-color: #0a2540;
}

.section--customer-package {
    min-height: 80vh;
}

.cr.l-table.users_listing,
.cr.l-table.locations_listing {
    width: 100%;
    overflow: auto;
}

@media screen and (min-width: 992px) {
    .cr.l-table.users_listing,
    .cr.l-table.locations_listing {
        overflow: auto;
    }
}

.cr.l-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse !important;
    table-layout: auto;
}

.cr.l-table table thead th {
    color: #66788b;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    padding-bottom: 0.625rem;
    white-space: nowrap;
}

.cr.l-table table tbody td.table__dealership a {
    color: #0a2540;
}

.cr.l-table table tbody td.table__dealership a:hover {
    color: #3fa9f5;
}

.cr.l-table table tbody td {
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    min-width: 7.5rem;
    padding-right: 0.625rem;
    color: #0a2540;
    padding: 0.6875rem 0;
}

@media screen and (min-width: 992px) {
    .cr.l-table table tbody td {
        min-width: auto;
    }
}

.cr.l-table table tbody td h5 {
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    margin: 0;
}

.cr.l-table table tbody td p {
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    margin: 0;
}

.cr.l-table table tbody tr {
    border-bottom: 0.0625rem solid #e7ebf0;
    transition: 0.3s ease-in-out;
}

.cr.l-table table tbody tr[data-href] {
    cursor: pointer;
}

.cr.l-table table tbody tr:hover {
    background-color: #f6f9fc;
}

.cr.l-table--box {
    padding: 0.625rem 0.3125rem;
}

.cr.l-table--box table {
    border-spacing: 0 0.25rem;
    border-collapse: separate;
}

.cr.l-table--box table thead th {
    color: #66788b;
    padding: 0 0.5rem 0.625rem;
    font-size: 1em;
    line-height: 1.125;
}

@media screen and (min-width: 768px) {
    .cr.l-table--box table thead th {
        padding: 0 1.25rem 0.625rem;
    }
}

@media screen and (min-width: 1025px) {
    .cr.l-table--box table thead th {
        padding: 0 3rem 1rem;
    }
}

.cr.l-table--box table tbody {
    background-color: #ffffff;
}

.cr.l-table--box table tbody tr {
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(33, 76, 137, 0.2);
    transition: background-color 0.5s ease;
}

.cr.l-table--box table tbody tr:hover {
    background-color: #f6f9fc;
}

.cr.l-table--box table tbody td {
    padding: 0.75rem 0.5rem;
}

@media screen and (min-width: 768px) {
    .cr.l-table--box table tbody td {
        padding: 0.75rem 1.25rem;
    }
}

@media screen and (min-width: 1025px) {
    .cr.l-table--box table tbody td {
        padding: 1.25rem 3rem 1.5rem;
    }
}

.cr.l-table--box table tbody td:first-of-type {
    border-radius: 0.25rem 0 0 0.25rem;
}

.cr.l-table--box table tbody td:last-of-type {
    border-radius: 0 0.25rem 0.25rem 0;
}

.cr.l-table--grid {
    max-width: calc(100% - 1px);
}

.cr.l-table--grid table thead th {
    padding: 0 1rem 0.625rem;
    border-bottom: 0.0625rem solid #b7c2cf;
}

.cr.l-table--grid table thead th:first-child {
    padding-left: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.l-table--grid table thead th:first-child {
        padding-left: 3rem;
    }
}

.cr.l-table--grid table thead th:last-child {
    padding-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.l-table--grid table thead th:last-child {
        padding-right: 3rem;
    }
}

.cr.l-table--grid table thead th button {
    background-color: transparent;
    border: none;
    margin-left: 0.5rem;
    position: relative;
    top: 3px;
}

.cr.l-table--grid table tbody tr {
    border: 0;
    background-color: #ffffff;
}

.cr.l-table--grid table tbody tr td {
    border: 0.0625rem solid #e7ebf0;
    padding: 0.6875rem 1rem;
    font-weight: 400;
    color: #0a2540;
    position: relative;
}

.cr.l-table--grid table tbody tr td:first-child {
    padding-left: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.l-table--grid table tbody tr td:first-child {
        padding-left: 3rem;
    }
}

.cr.l-table--grid table tbody tr td:last-child {
    padding-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.l-table--grid table tbody tr td:last-child {
        padding-right: 3rem;
    }
}

.cr.l-table--grid table tbody tr td .price {
    float: right;
}

.cr.l-table--grid table tbody tr td.table__btn {
    padding-top: 0;
    padding-bottom: 0;
}

.cr.l-table--bordered table {
    border: 0.0625rem solid #e7ebf0;
}

.cr.l-table--bordered table thead th {
    font-weight: 600;
    color: #425466;
    padding: 0.5rem 1.3125rem;
}

.cr.l-table--bordered table tbody td {
    color: #425466;
    padding: 0.5rem 1.3125rem;
    height: 1.375rem;
    width: 33.33%;
}

.cr.l-table--bordered table tbody tr {
    border-top: 0.0625rem solid #e7ebf0;
}

.cr.l-table--search {
    padding: 0;
}

.cr.l-table--search table {
    border-spacing: 0;
}

.cr.l-table--search table tbody tr {
    box-shadow: none;
}

.cr.l-table--search table tbody tr:hover {
    background-color: #f6f9fc;
}

.cr.l-table--search table tbody td {
    padding: 0.75rem 0.3125rem;
    min-width: 9.375rem;
    color: #66788b;
}

.cr.l-table--search table tbody td:first-child {
    padding-left: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.l-table--search table tbody td:first-child {
        padding-left: 1.5rem;
    }
}

.cr.l-table--search table tbody td:last-child {
    padding-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.l-table--search table tbody td:last-child {
        padding-right: 1.5rem;
    }
}

.cr.l-table--search table tbody td p {
    color: #66788b;
}

.cr.l-table--search table tbody td p strong {
    color: #0a2540;
}

.cr.l-table--accounts tbody tr td .l-link {
    padding: 0.625rem 0.9375rem;
    min-width: 5.6875rem;
    display: inline-block;
    font-size: 1.125em;
    line-height: 1.33333;
}

@media screen and (min-width: 768px) {
    .cr.l-table--accounts tbody tr td .l-link {
        padding: 0.625rem 1.5rem;
    }
}

.cr.l-table--accounts tbody tr:hover td {
    background: rgba(63, 169, 245, 0.1);
}

.billing .cr.l-table {
    min-height: 25rem;
}

.daterangepicker {
    display: none;
    padding: 1rem;
    border: 0.0625rem solid #b7c2cf;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    margin-top: 0.625rem;
}

.daterangepicker * {
    font-family: "SF Pro Text";
}

@media screen and (max-width: 1025px) {
    .daterangepicker.show-calendar {
        left: auto !important;
        right: 0 !important;
    }
}

.daterangepicker:after,
.daterangepicker:before {
    display: none;
}

.daterangepicker .input-mini {
    font-size: 1.0625em;
    line-height: 1.29412;
    font-weight: 400;
}

.daterangepicker .ranges {
    margin: 0 1.25rem 1.25rem;
}

@media screen and (min-width: 1025px) {
    .daterangepicker .ranges {
        margin-bottom: 0;
    }
}

.daterangepicker .ranges ul li {
    font-size: 1.0625em;
    line-height: 1.29412;
    font-weight: 400;
    margin: 0;
    background-color: transparent;
    border: none;
    color: #0a2540;
    padding: 0.3125rem 0.625rem 0.3125rem 1.5625rem;
    position: relative;
}

.daterangepicker .ranges ul li:before {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    border: 0.0625rem solid #b7c2cf;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.daterangepicker .ranges ul li:after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #3fa9f5;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.1s ease-in-out;
}

.daterangepicker .ranges ul li:hover:after,
.daterangepicker .ranges ul li:focus:after {
    opacity: 1;
}

.daterangepicker .ranges ul li:hover:before,
.daterangepicker .ranges ul li:focus:before {
    border-color: #3fa9f5;
}

.daterangepicker .range_inputs {
    margin-top: 1rem;
}

.daterangepicker .range_inputs .btn {
    transition: 0.3s ease-in-out;
    border-radius: 0.25rem;
    letter-spacing: 0.38px;
    padding: 0.5rem 0.625rem;
    border: none;
    cursor: pointer;
    width: calc(50% - 8px);
    display: inline-block;
    background-color: #214c89;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 400;
    text-decoration: none;
    -webkit-appearance: none;
}

.daterangepicker .range_inputs .applyBtn:hover {
    background-color: #e7ebf0;
    color: #0a2540;
}

.daterangepicker .range_inputs .cancelBtn {
    background-color: #e7ebf0;
    color: #0a2540;
}

.daterangepicker .range_inputs .cancelBtn:hover {
    background-color: #214c89;
    color: #ffffff;
}

.daterangepicker .glyphicon-calendar:before {
    content: "";
    background-image: url("/images/calendar.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    top: 50%;
}

.daterangepicker .input-mini.active {
    border-color: #214c89;
}

.daterangepicker .calendar td {
    height: 2rem;
    border-radius: 50% !important;
    font-size: 1em;
    line-height: 1.25;
    letter-spacing: 0.38px;
    color: #66788b;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #3fa9f5;
    color: #ffffff;
}

.daterangepicker .calendar-table .glyphicon-chevron-left {
    left: 0.625rem;
}

.daterangepicker .calendar-table .glyphicon-chevron-left:before {
    top: 50%;
    transform: translateY(-50%);
}

.daterangepicker .calendar-table .glyphicon-chevron-right {
    right: 1.25rem;
}

.daterangepicker .calendar-table .glyphicon-chevron-right:before {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.daterangepicker .calendar-table th.month {
    font-size: 1.125em;
    line-height: 1.33333;
    letter-spacing: 0.038em;
    color: #0a2540;
    font-weight: 600;
}

.daterangepicker .calendar-table th.available {
    position: relative;
}

.daterangepicker .calendar-table th.available .glyphicon {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.daterangepicker .calendar-table th.available .glyphicon:before {
    content: "";
    background-image: url("/images/chevron.backward.svg");
    background-repeat: no-repeat;
    width: 0.625rem;
    height: 1.0625rem;
    background-size: contain;
    position: absolute;
}

.daterangepicker .calendar-table thead tr:nth-child(2) th {
    font-size: 0.8125em;
    line-height: 1.38462;
    letter-spacing: -0.078px;
    color: #b7c2cf;
    font-weight: 600;
    padding: 0.875rem 0 0.625rem;
    text-transform: uppercase;
}

.daterangepicker .calendar-table tbody td.off {
    opacity: 0.5;
}

.cr.accounts-data--client-info,
.cr.accounts-data--revenue,
.cr.accounts-data--admin-fees,
.cr.accounts-data--terms {
    padding: 3.125rem 0;
    border-bottom: 0.0625rem solid #b7c2cf;
}

.cr.accounts-data--accounts {
    padding: 3.125rem 0;
}

@media screen and (min-width: 1025px) {
    .cr.accounts-data--client-info,
    .cr.accounts-data--revenue {
        padding: 0 0 3.125rem;
    }

    .cr.accounts-data--terms,
    .cr.accounts-data--accounts {
        padding: 3.125rem 0;
        border: 0;
    }
}

.cr.accounts-data li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.cr.accounts-data li:last-child {
    margin-bottom: 0;
}

.cr.accounts-data li span {
    min-width: 8.75rem;
    text-align: right;
}

.cr.accounts-data li span i {
    font-style: normal;
    float: left;
}

.cr.accounts-data .accounts-data__action {
    display: flex;
    align-items: center;
}

.cr.accounts-data .accounts-data__action a {
    margin: 1.5rem 0 0 2.5rem;
    color: #214c89;
    cursor: pointer;
    font-weight: 600;
}

.cr.accounts-data .accounts-data__action a:hover {
    color: #3fa9f5;
}

.cr.authentication {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    padding: 0.9375rem;
    margin: 0 0.9375rem 4.125rem;
}

@media screen and (min-width: 699px) {
    .cr.authentication {
        max-width: 39.75rem;
        padding: 1.5rem;
        margin: 0 auto 10.375rem;
    }
}

@media screen and (min-width: 768px) {
    .cr.authentication {
        padding: 3rem;
    }
}

.cr.authentication .authentication__header {
    margin-bottom: 3.125rem;
}

.cr.authentication .authentication__header h2 {
    font-size: 2em;
    line-height: 1.375;
    margin: 0;
}

.cr.authentication p {
    font-size: 1em;
    line-height: 1.375;
    color: #425466;
    margin-bottom: 0;
}

.cr.authentication p:last-of-type {
    margin-bottom: 3.125rem;
}

.cr.authentication--resetmail .authentication__header {
    margin-bottom: 1.5rem;
}

.cr.authentication--resetmail .authentication__header h2 i {
    margin-left: 2rem;
    max-width: 2rem;
}

.cr.authentication--login {
    margin-bottom: 0;
}

.cr.client-details {
    padding-top: 2.5rem;
    border-top: 0.0625rem solid #b7c2cf;
}

@media screen and (min-width: 1025px) {
    .cr.client-details {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1025px) {
    .cr.client-details .client-details__col {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    .cr.client-details .client-details__col .client-details__info-wrap {
        max-width: 25.25rem;
    }
}

.cr.client-details .client-details__col h3 {
    font-size: 1.25em;
    line-height: 1.1;
    color: #0a2540;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.cr.client-details .client-details__col .l-btn {
    margin-top: 1.5rem;
}

.cr.client-details .client-details__col .l-btn span {
    font-weight: 600;
    color: #214c89;
}

.cr.count {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .cr.count {
        flex-direction: row;
        text-align: right;
    }
}

.cr.count .count__item {
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0 0.625rem;
}

@media screen and (min-width: 768px) {
    .cr.count .count__item {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .cr.count .count__item {
        flex: 1;
    }
}

@media screen and (min-width: 768px) {
    .cr.count .count__item.is-divider {
        margin-right: 1.875rem;
    }
}

@media screen and (min-width: 1025px) {
    .cr.count .count__item.is-divider {
        margin-right: 0;
    }
}

@media screen and (min-width: 1281px) {
    .cr.count .count__item.is-divider {
        margin-right: 1.875rem;
    }
}

.cr.count .count__item.is-divider:after {
    content: "";
    width: 1px;
    height: 66px;
    background-color: #d9d9d9;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .cr.count .count__item.is-divider:after {
        right: -55px;
    }
}

@media screen and (min-width: 992px) {
    .cr.count .count__item.is-divider:after {
        right: -20px;
    }
}

@media screen and (min-width: 1025px) {
    .cr.count .count__item.is-divider:after {
        right: -1.5vw;
    }
}

@media screen and (min-width: 1281px) {
    .cr.count .count__item.is-divider:after {
        right: -42px;
    }
}

.cr.count h2 {
    font-weight: 400;
    font-size: 3em;
    line-height: 1;
    color: #0a2540;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .cr.count h2 {
        font-size: 2.125em;
        line-height: 1;
    }
}

@media screen and (min-width: 1025px) {
    .cr.count h2 {
        font-size: 3em;
        line-height: 1;
    }
}

.cr.count h3 {
    font-size: 0.875em;
    line-height: 1.28571;
    color: #425466;
    margin: 0;
}

.cr.division {
    height: 100%;
}

.cr.division .title-h2 {
    margin-bottom: 3.6875rem;
}

.cr.division .division__data {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #b7c2cf;
    margin-bottom: 1.5625rem;
}

.cr.division .division__data:last-child {
    margin-bottom: 0;
}

.cr.division .division__data h5 {
    position: relative;
    padding-left: 1.625rem;
    margin-bottom: 1.0625rem;
    color: #425466;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.28571;
}

.cr.division .division__data h5::before {
    position: absolute;
    background-color: #214c89;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    transform: translateX(-50%);
    top: 5%;
    left: 0.1875rem;
}

.cr.division .division__data--sales h5::before {
    background-color: #e7ebf0;
}

.cr.division .division__data--services h5::before {
    background-color: #214c89;
}

.cr.division .division__scale {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cr.division .division__scale h3 {
    color: #0a2540;
    font-size: 2em;
    line-height: 0.875;
    margin: 0;
    font-weight: normal;
}

.cr.division .division__scale h4 {
    color: #425466;
    font-size: 1em;
    line-height: 1.75;
    margin: 0;
    font-weight: normal;
}

.cr.division .division__scale .division__change {
    background-color: #e7ebf0;
    border-radius: 6.25rem;
    padding: 0.125rem 0.25rem;
}

.cr.division .division__scale .division__change i {
    top: 0.125rem;
    position: relative;
}

.cr.division .division__scale .division__change img,
.cr.division .division__scale .division__change svg {
    vertical-align: top;
    display: inline-block;
}

.l-chart {
    margin: 0 auto 3.6875rem;
}

.l-dropdown {
    position: relative;
    transition: 0.3s ease-in-out;
}

.l-dropdown .l-dropdown__select {
    display: flex;
    background-color: #ffffff;
    border: 0.0625rem solid #b7c2cf;
    border-radius: 0.25rem;
    align-items: end;
    padding: 0.4375rem 0.75rem 0.4375rem 0.875rem;
    min-height: 2.375rem;
    cursor: pointer;
}

.l-dropdown .l-dropdown__select span {
    font-size: 1.0625em;
    line-height: 1.29412;
    color: #425466;
    font-family: "SF Pro Text";
}

.l-dropdown .is-svg {
    margin-right: 0.58125rem;
    width: 0.875rem;
}

.l-dropdown .l-dropdown__options {
    display: none;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 1rem;
    margin-top: 0.625rem;
    border: 0.0625rem solid #b7c2cf;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .l-dropdown .l-dropdown__options {
        min-width: 21.4375rem;
    }
}

.l-dropdown .l-dropdown__footer {
    display: flex;
    padding-top: 1rem;
    border-top: 0.0625rem solid #b7c2cf;
}

.l-dropdown .l-dropdown__footer .l-btn {
    flex: 1;
}

.l-dropdown .l-dropdown__footer .l-btn + .l-btn {
    margin-top: 0;
    margin-left: 0.75rem;
}

.l-dropdown--top .l-dropdown__options {
    top: auto;
    bottom: 100%;
}

.l-dropdown--table {
    padding: 0 0.625rem;
    display: inline-block;
    top: 0.125rem;
}

.l-dropdown--table svg path {
    transition: 0.3s ease-in-out;
}

.l-dropdown--table .is-svg {
    margin: 0;
}

.l-dropdown--table .l-dropdown__select {
    border: none;
    background: transparent;
    padding: 0;
    min-height: auto;
}

.l-dropdown--table .l-dropdown__options {
    min-width: 13rem;
    padding: 1rem 0;
    border: none;
    box-shadow: 0px 4px 16px rgba(33, 76, 137, 0.2);
    border: 0.0625rem solid #e7ebf0;
    left: auto;
    right: 100%;
}

.l-dropdown--table .l-dropdown__options ul li {
    padding: 0 1rem;
}

.l-dropdown--table .l-dropdown__options ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.l-dropdown--table .l-dropdown__options ul li:hover a {
    color: #3fa9f5;
}

.l-dropdown--table .l-dropdown__options ul li.is-line {
    border-top: 0.0625rem solid #e7ebf0;
    padding-top: 0.5rem;
}

.l-dropdown--table .l-dropdown__options ul li a {
    color: #425466;
    font-size: 1em;
    line-height: 1.375;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    text-align: left;
}

.l-dropdown--table .l-dropdown__options ul li svg {
    margin-right: 0.25rem;
}

.l-dropdown--billing .l-dropdown__options {
    left: -5rem;
    top: 2.5rem;
}

.cr.filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cr.filter > label {
    font-size: 1em;
    line-height: 1.375;
    color: #0a2540;
    font-family: "SF Pro Text";
    font-weight: 500;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 480px) {
    .cr.filter > label {
        margin-bottom: 0;
    }
}

.cr.filter .filter__item {
    display: inline-block;
    flex-basis: 100%;
}

@media screen and (min-width: 480px) {
    .cr.filter .filter__item {
        flex-basis: auto;
    }
}

.cr.filter .filter__item:not(:last-child) {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 480px) {
    .cr.filter .filter__item:not(:last-child) {
        margin-right: 0.375rem;
        margin-bottom: 0;
    }
}

.cr.filter--notifications > label {
    display: none;
}

.cr.note {
    background: #ffffff;
    border: 1px solid #e7ebf0;
    box-shadow: 0px 4px 8px rgba(33, 76, 137, 0.2);
    border-radius: 0.25rem;
    padding: 1rem;
    margin: 0 0 0.5rem;
}

.cr.note .note__head {
    display: flex;
    position: relative;
    margin-bottom: 0.875rem;
}

.cr.note .note__head time {
    font-weight: 500;
    color: #3fa9f5;
    margin-right: 1rem;
}

.cr.note .note__title {
    margin-bottom: 0.875rem;
}

.cr.note .note__title p {
    font-weight: 500;
    color: #66788b;
}

.cr.note .note__title p strong {
    color: #0a2540;
}

.cr.note .note__desc p {
    font-weight: 400;
    color: #0a2540;
}

.cr.note p,
.cr.note time {
    font-size: 1em;
    line-height: 1.125;
}

.cr.notification-panel {
    max-width: 100%;
    overflow: auto;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: height 0.6s ease-in-out;
}

@media screen and (min-width: 1025px) {
    .cr.notification-panel {
        padding-top: 1.625rem;
        height: calc(100vh - 82px);
    }
}

.is-sticky .cr.notification-panel {
    height: 100vh;
}

.is-sticky .cr.notification-panel .notification-panel__composer {
    margin-bottom: 0;
}

.cr.notification-panel.is-notes .notification-panel__item {
    display: block;
}

.cr.notification-panel .notification-panel__close {
    font-size: 0;
    color: transparent;
    width: 1.25rem;
    height: 1.25rem;
    top: 1.25rem;
    right: 1.25rem;
    opacity: 1;
    transition: 0.3s ease-in-out;
    position: absolute;
    background-color: transparent;
    border: none;
}

@media screen and (min-width: 1025px) {
    .cr.notification-panel .notification-panel__close {
        display: none;
    }
}

.cr.notification-panel .notification-panel__close:before,
.cr.notification-panel .notification-panel__close:after {
    content: "";
    width: 1.1875rem;
    height: 0.125rem;
    border-radius: 0.625rem;
    background-color: #0a2540;
    position: absolute;
    top: 50%;
    left: 50%;
}

.cr.notification-panel .notification-panel__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cr.notification-panel .notification-panel__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cr.notification-panel .notification-panel__close:hover {
    opacity: 0.7;
}

.cr.notification-panel .notification-panel__list {
    max-height: calc(100vh - 270px);
    overflow: auto;
}

@media screen and (min-width: 1025px) {
    .cr.notification-panel .notification-panel__list {
        max-height: calc(100vh - 320px);
        overflow: auto;
        margin: 0 -0.625rem;
    }
}

@media screen and (min-width: 992px) {
    .cr.notification-panel .notification-panel__item {
        padding: 0 0.625rem;
    }
}

.cr.notification-panel h2 {
    font-size: 1.5em;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #0a2540;
    margin-bottom: 1.875rem;
}

.cr.notification-panel .notification-panel__wrap {
    padding: 1.25rem;
}

@media screen and (min-width: 1025px) {
    .cr.notification-panel .notification-panel__wrap {
        padding: 0 1.25rem 0 2.5rem;
    }
}

.cr.notification-panel .notification-panel__composer {
    padding: 1.5rem;
    background-color: #e7ebf0;
    /* margin-top: 1.875rem; */
}

@media screen and (min-width: 1025px) {
    .cr.notification-panel .notification-panel__composer {
        margin-bottom: 1.25rem;
    }
}

.cr.notification-panel .notification-panel__composer time {
    font-size: 1em;
    line-height: 1.125;
    font-weight: 500;
    color: #66788b;
    margin-right: 1rem;
    margin-bottom: 0.625rem;
    display: inline-block;
}

.cr.notification-panel .notification-panel__composer form {
    position: relative;
}

.cr.notification-panel .notification-panel__composer form textarea {
    height: 3.125rem;
    padding: 0.5625rem 3.375rem 0.5625rem 0.5625rem;
    font-size: 1em;
    line-height: 1.125;
    font-weight: 400;
    color: #0a2540;
    max-height: 4.5rem;
}

.cr.notification-panel .notification-panel__composer form button {
    position: absolute;
    right: 0.5625rem;
    bottom: 0.8125rem;
    background-color: #214c89;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.cr.notification-panel .notification-panel__composer form button:hover {
    background-color: #3fa9f5;
}

.cr.notification {
    padding: 0.9375rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .cr.notification {
        padding: 1.5rem;
    }
}

.cr.notification:hover {
    background: rgba(63, 169, 245, 0.05);
}

.cr.notification.is-active {
    background: rgba(63, 169, 245, 0.05);
}

.cr.notification .notification__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.0625rem;
}

.cr.notification .notification__title {
    display: flex;
    align-items: center;
    margin-bottom: 1.0625rem;
}

@media screen and (min-width: 768px) {
    .cr.notification .notification__title {
        margin-bottom: 0;
    }
}

.cr.notification .notification__title svg {
    margin-right: 1.0625rem;
}

.cr.notification .notification__title h3 {
    font-size: 1em;
    line-height: 1.125;
    font-weight: 600;
    color: #0a2540;
    margin: 0.25rem 0;
}

.cr.notification .notification__label time {
    font-size: 1em;
    line-height: 1.125;
    font-weight: 500;
    color: #66788b;
    margin-right: 1rem;
}

.cr.notification .notification__body {
    border-top: 1px solid #e7ebf0;
    padding-top: 1.0625rem;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .cr.notification .notification__body {
        margin-left: 2.1875rem;
    }
}

.cr.notification .notification__col {
    flex-basis: 50%;
    margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
    .cr.notification .notification__col {
        margin-bottom: 0;
    }
}

.cr.notification .notification__col:last-child {
    margin-bottom: 0;
}

.cr.notification .notification__col label {
    font-size: 0.875em;
    line-height: 1.28571;
    font-weight: 500;
    color: #66788b;
    margin-bottom: 0.25rem;
    display: block;
}

.cr.notification .notification__col p {
    font-size: 1em;
    line-height: 1.375;
    color: #0a2540;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.cr.notification .notification__col p:last-child {
    margin-bottom: 0;
}

.cr.notification .notification__footer {
    display: none;
}

.cr.notification .notification__btn {
    padding: 1.0625rem 0;
}

@media screen and (min-width: 768px) {
    .cr.notification .notification__btn {
        padding: 1.0625rem 0 0 2.1875rem;
    }
}

.cr.notifications {
    display: flex;
    flex-wrap: wrap;
}

.cr.notifications .notifications__block {
    flex-basis: 100%;
}

@media screen and (min-width: 1025px) {
    .cr.notifications .notifications__block {
        max-width: 65.92057761732852%;
        flex-basis: 65.92057761732852%;
    }
}

.cr.notifications .notification__aside {
    flex-basis: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
    .cr.notifications .notification__aside {
        background-color: transparent;
    }
}

.is-notes .cr.notifications .notification__aside {
    right: 0;
}

@media screen and (min-width: 1025px) {
    .cr.notifications .notification__aside {
        position: sticky;
        flex-basis: 34.0794223827%;
        max-width: 34.0794223827%;
    }
}

.cr.notifications .cr.footer {
    padding-bottom: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .cr.notifications .cr.footer {
        padding-left: 2.9375rem;
        padding-right: 2.9375rem;
    }
}

.cr.notifications .notifications__item {
    border-top: 0.0625rem solid #b7c2cf;
}

.cr.notifications .notifications__item:last-child {
    border-bottom: 0.0625rem solid #b7c2cf;
}

.cr.notifications .notifications__list {
    min-height: 20vh;
}

@media screen and (min-width: 1025px) {
    .cr.notifications .notifications__list {
        min-height: 50vh;
    }
}

.cr.overview {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    right: -100%;
    transition: all 0.5s ease-in-out;
    z-index: 10;
    min-width: 100%;
    min-height: 46.8125rem;
    top: 0;
}

@media screen and (min-width: 1025px) {
    .cr.overview {
        top: auto;
        left: auto;
        min-width: 34.25rem;
        min-height: 46.8125rem;
        bottom: -0.0625rem;
        border: 0.0625rem solid #b7c2cf;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 1025px) and (max-height: 700px) {
    .cr.overview {
        max-height: 90vh;
        min-height: auto;
    }
}

.cr.overview.is-show {
    right: 0;
}

@media screen and (min-width: 1025px) {
    .cr.overview.is-show {
        right: -0.0625rem;
    }
}

.cr.overview .overview__wrap {
    padding: 1.25rem;
}

@media screen and (min-width: 1025px) {
    .cr.overview .overview__wrap {
        padding: 3rem;
    }
}

.cr.overview .overview__header {
    position: relative;
}

.cr.overview .overview__header .overview__back {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

@media xl {
    .cr.overview .overview__header .overview__back {
        top: 0.625rem;
    }
}

.cr.overview .overview__header .overview__back:hover {
    opacity: 0.7;
}

.cr.overview .overview__block {
    max-height: 100vh;
    overflow: auto;
}

@media screen and (min-width: 1025px) {
    .cr.overview .overview__block {
        max-height: 33.8125rem;
        max-height: 36.25rem;
    }
}

@media (min-width: 1025px) and (max-height: 700px) {
    .cr.overview .overview__block {
        max-height: 60vh;
    }
}

.cr.overview .overview__content h3 {
    margin-bottom: 1.5rem;
}

.cr.overview .overview__item {
    padding-top: 1.875rem;
}

@media screen and (min-width: 1025px) {
    .cr.overview .overview__item {
        padding-top: 3.125rem;
    }
}

.cr.overview .overview__item:not(:last-child) {
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #b7c2cf;
}

@media screen and (min-width: 1025px) {
    .cr.overview .overview__item:not(:last-child) {
        padding-bottom: 3.125rem;
    }
}

.cr.overview .overview__actions {
    margin-top: 3.125rem;
}

.cr.overview .overview__actions a {
    transition: 0.3s ease-in-out;
}

.cr.overview .overview__actions:hover a {
    color: #214c89;
}

@media screen and (min-width: 992px) {
    .cr.package-sidebar {
        padding-left: 2.8125rem;
    }
}

.cr.package-sidebar h3 {
    font-size: 1.5em;
    line-height: 1.16667;
    letter-spacing: -0.025em;
}

.cr.package .l-board {
    padding-top: 0;
    padding-bottom: 0;
}

.cr.package .l-accordion__title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 0;
}

.cr.package .l-accordion__title .package__title {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cr.package .l-accordion__title h2 {
    margin-right: 0.75rem;
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

@media screen and (min-width: 768px) {
    .cr.package .l-accordion__title h2 {
        margin-right: 1.6875rem;
    }
}

.cr.package .l-accordion__content {
    margin-top: 0.5rem;
}

.cr.package .package__usage {
    display: flex;
    align-items: center;
    margin-right: 1.25rem;
}

@media screen and (min-width: 768px) {
    .cr.package .package__usage {
        margin-right: 4.375rem;
    }
}

.cr.package .package__usage li {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 0.25rem;
    display: inline-block;
    background-color: #ffffff;
    border: 0.0625rem solid #b7c2cf;
}

.cr.package .package__usage li.active {
    background-color: #3fa9f5;
    border: none;
}

.cr.package .package__claim h3 {
    margin-bottom: 1.0625rem;
}

.cr.package .package__row {
    display: flex;
    flex-wrap: wrap;
    border-width: 0.0625rem 0.0625rem 0 0.0625rem;
    border-color: #e7ebf0;
    border-style: solid;
}

.cr.package .package__row:last-child {
    border-bottom: 0.0625rem solid #e7ebf0;
}

.cr.package .package__row .package__col {
    flex-basis: 100%;
    padding: 0 0.3125rem;
    min-height: 2.375rem;
}

@media screen and (min-width: 480px) {
    .cr.package .package__row .package__col {
        flex-basis: 33.33%;
        padding: 0 1.3125rem;
    }
}

.cr.package .package__row .package__col h4 {
    font-weight: 600;
    color: #425466;
    margin: 0.5rem 0;
}

.cr.package .package__row .package__col p {
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    color: #425466;
    font-family: "Inter";
    margin: 0.5rem 0;
}

.cr.package .package__content {
    padding-bottom: 3rem;
}

.cr.package .package__detail {
    padding-bottom: 2.5rem;
}

.cr.package .package__detail h3 {
    margin-bottom: 1rem;
}

.cr.package .package__detail ul {
    column-count: 1;
    display: block;
    position: relative;
    margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
    .cr.package .package__detail ul {
        column-count: 2;
    }
}

.cr.package .package__detail ul:after {
    content: "";
    width: 0.0625rem;
    height: calc(100% - 16px);
    background-color: #b7c2cf;
    position: absolute;
    top: 0;
    left: calc(50% - 24px);
    transform: translateX(-50%);
    display: none;
}

@media screen and (min-width: 1025px) {
    .cr.package .package__detail ul:after {
        display: block;
    }
}

.cr.package .package__detail ul li span {
    color: #425466;
}

.cr.package .package__detail ul li span span {
    color: #b7c2cf;
    display: inline-block;
}

.cr.package .package__detail .l-btn {
    display: inline-block;
}

.cr.packages h3 {
    font-weight: 600;
}

.cr.packages .packages__item {
    margin-bottom: 2rem;
}

.cr.packages .l-row--packages {
    margin: 0;
}

.cr.packages .l-row--packages .l-col--package {
    flex-basis: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .cr.packages .l-row--packages .l-col--package {
        flex-basis: calc(100% - 315px);
        max-width: calc(100% - 315px);
    }
}

.cr.packages .l-row--packages .l-col--aside {
    flex-basis: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .cr.packages .l-row--packages .l-col--aside {
        flex-basis: 19.6875rem;
        max-width: 19.6875rem;
    }
}

.cr.page-title {
    margin-bottom: 2.5625rem;
}

@media screen and (min-width: 768px) {
    .cr.page-title .page-title__wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .cr.page-title .page-title__wrap--justify-end {
        align-items: flex-end;
    }
}

.cr.page-title h1 {
    letter-spacing: -0.025em;
    color: #0a2540;
}

.cr.page-title h1,
.cr.page-title h3 {
    margin: 0;
}

.cr.page-title h3 {
    font-weight: 500;
    margin: 0.625rem 0 0;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    color: #425466;
}

.cr.page-title h4 {
    font-size: 1.125em;
    line-height: 1.33333;
    color: #425466;
    margin-bottom: 0.5rem;
}

.cr.page-title .page-title__text {
    margin-bottom: 1.5625rem;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .cr.page-title .page-title__text {
        margin-bottom: 0;
    }
}

.cr.page-title .page-title__text--flex {
    display: flex;
}

.cr.page-title .page-title__text .l-btn--credit {
    margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
    .cr.page-title .page-title__text .l-btn--credit {
        margin-top: 1.875rem;
    }
}

.cr.page-title .page-title__text .l-btn--account {
    margin-top: 3.125rem;
    display: flex;
    align-items: center;
    outline: unset;
}

.cr.page-title .page-title__text .l-btn--account i {
    line-height: 1;
    margin-right: 0.625rem;
}

.cr.page-title .page-title__text .l-btn--account:hover svg path {
    stroke: #000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.cr.page-title .page-title__text .l-btn-link {
    font-size: 0.875em;
    line-height: 1.28571;
    color: #66788b;
    margin-bottom: 2.5625rem;
    display: flex;
    align-items: center;
}

.cr.page-title .page-title__text .l-btn-link:hover {
    color: #214c89;
}

.cr.page-title .page-title__text .l-btn-link:hover svg path {
    fill: #214c89;
    transition: all 0.3s ease-in-out;
}

.cr.page-title .page-title__text .l-btn-link svg {
    margin-right: 0.375rem;
}

.cr.page-title .page-title__text .l-btn-link svg path {
    transition: all 0.3s ease-in-out;
}

.cr.page-title--sm h1 {
    font-size: 1.5em;
    line-height: 1.16667;
}

.cr.page-title .page-title__actions {
    margin-bottom: 1.75rem;
}

.cr.page-title--packages {
    margin-bottom: 2rem;
}

.cr.page-title--dashboard {
    margin-bottom: 3.0625rem;
}

.cr.page-title--users {
    margin-bottom: 1.25rem;
}

.cr.page-title--users h3 {
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    color: #425466;
}

.cr.page-title--notifications {
    padding: 0 1.25rem;
}

@media screen and (min-width: 992px) {
    .cr.page-title--notifications {
        padding: 0 2.5rem;
    }
}

.cr.page-title--a-top .page-title__wrap {
    align-items: flex-start;
}

.cr.page-title .page-title__update {
    margin-bottom: 1.0625rem;
}

@media screen and (min-width: 768px) {
    .cr.page-title .page-title__update {
        text-align: right;
    }
}

.cr.page-title .page-title__update label {
    font-size: 400;
}

.cr.page-title .page-title__update span {
    font-weight: 500;
    margin-left: 0.75rem;
}

.cr.page-title .page-title__update span,
.cr.page-title .page-title__update label {
    font-size: 0.875em;
    line-height: 1.28571;
    color: #66788b;
}

.cr.page-title .page-title__btn {
    display: flex;
    justify-content: end;
    margin-top: 1.1875rem;
}

.cr.page-title .page-title__pkg {
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    color: #66788b;
    margin-top: 0.5rem;
}

.cr.page-title .page-title__pkg label {
    min-width: 12rem;
    display: inline-block;
}

.cr.page-title .page-title__pkg span {
    color: #0a2540;
}

.cr.page-title .page-title__balance {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
}

.cr.page-title .page-title__balance label {
    color: #66788b;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    margin-right: 1.25rem;
    margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
    .cr.page-title .page-title__balance label {
        margin-right: 8.75rem;
    }
}

.cr.page-title .page-title__balance p {
    font-size: 1em;
    line-height: 1.375;
    color: #0a2540;
    font-weight: 700;
}

.cr.page-title .page-title__balance p span {
    font-weight: 500;
    margin-right: 0.375rem;
    display: inline-block;
}

@media screen and (min-width: 1025px) {
    .cr.page-title .page-title__balance p span {
        margin-right: 2.5rem;
    }
}

.cr.page-title .page-title__balance--spacing {
    margin-top: 0.5rem;
}

.cr.page-title .page-title__balance--credit label {
    margin-right: 1.25rem;
}

@media screen and (min-width: 768px) {
    .cr.page-title .page-title__balance--credit label {
        margin-right: 9.125rem;
    }
}

.cr.page-title .page-title__balance--credit a {
    font-size: 1em;
    line-height: 1.375;
    font-weight: 700;
    margin-left: 2.75rem;
}

.cr.page-title .page-title__right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.cr.page-title .page-title__right .page-title__update {
    margin-bottom: 2.375rem;
}

@media screen and (min-width: 768px) {
    .cr.page-title--accounts .page-title__wrap {
        align-items: stretch;
    }
}

@media screen and (min-width: 1025px) {
    .cr.page-title--accounts-detail {
        margin: -1.9375rem 0 4.6875rem;
    }
}

.cr.page-title--accounts-detail .page-title__right {
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .cr.page-title--accounts-detail .page-title__right {
        align-items: flex-end;
    }
}

.cr.pagination {
    overflow: hidden;
    margin-top: 2.5625rem;
}

.cr.pagination ul {
    display: flex;
    justify-content: center !important;
}

.cr.pagination a {
    border-radius: 0.25rem;
    color: #0a2540;
    font-size: 1em;
    line-height: 1.375;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
}

.cr.pagination a:hover {
    color: #0a2540;
    background-color: #e7ebf0;
}

.cr.pagination a.pagination__arrow {
    background: #e7ebf0;
}

.cr.pagination a.pagination__arrow svg {
    display: block;
}

.cr.pagination a.pagination__arrow svg path {
    transition: 0.3s ease-in-out;
}

.cr.pagination a.pagination__arrow:hover {
    background: #214c89;
}

.cr.pagination a.pagination__arrow:hover svg path {
    stroke: #ffffff;
}

.cr.pagination a.pagination__arrow span {
    display: block;
    text-indent: -999em;
}

.cr.pagination a.pagination__arrow.pagination__arrow--next {
    transform: rotate(180deg);
    margin-left: 0.625rem;
}

.cr.pagination a.pagination__arrow.pagination__arrow--prev {
    margin-right: 0.625rem;
}

.cr.pagination a.is-active {
    color: #ffffff;
    background-color: #214c89;
}

.cr.performance {
    height: 100%;
}

.cr.performance .performance__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.75rem;
}

.cr.performance .performance__head h2 {
    margin: 0 0 0.5rem;
}

.cr.performance .performance__total {
    background-color: #e7ebf0;
    border-radius: 0.25rem;
    padding: 0.625rem;
    height: auto;
}

@media screen and (min-width: 992px) {
    .cr.performance .performance__total {
        padding: 1rem;
        height: 3.75rem;
    }
}

.cr.performance .performance__total h3 {
    font-weight: 400;
    color: #0a2540;
    font-size: 1em;
    line-height: 1.125;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .cr.performance .performance__total h3 {
        font-size: 1.5em;
        line-height: 1.16667;
    }
}

.cr.performance .performance__total h3 span {
    font-size: 0.875em;
    line-height: 1.42857;
    margin-left: 0.125rem;
}

@media screen and (min-width: 992px) {
    .cr.performance .performance__total h3 span {
        margin-left: 4px;
    }
}

.cr.performance .performance__board {
    width: 100%;
}

.cr.performance .performance__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    flex-direction: column;
}

@media screen and (min-width: 376px) {
    .cr.performance .performance__list {
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    .cr.performance .performance__list {
        margin-bottom: 0.875rem;
    }
}

.cr.performance .performance__list--head {
    margin-bottom: 1.25rem;
    flex-direction: row;
}

@media screen and (min-width: 1025px) {
    .cr.performance .performance__list--head {
        margin-bottom: 0.625rem;
    }
}

.cr.performance .performance__list ul li {
    display: flex;
    justify-content: flex-end;
    color: #66788b;
    font-size: 1em;
    line-height: 1.125;
    font-weight: 500;
}

.cr.performance .performance__list ul li span {
    padding-right: 0.375rem;
}

.cr.performance .performance__list ul li i {
    display: flex;
    align-items: center;
}

.cr.performance .performance__list ul .is-sort {
    cursor: pointer;
}

.cr.performance .performance__list ul .is-sort.is-toggle .is-svg {
    transform: rotate(-180deg);
}

.cr.performance .performance__list select {
    padding: 0;
    font-size: 0.875em;
    line-height: 1.28571;
    min-width: 6.25rem;
    text-align: right;
    height: auto;
    font-weight: 500;
    padding-right: 1.25rem;
    border: none;
    color: #66788b;
    background-image: url(/images/down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
}

@media screen and (min-width: 768px) {
    .cr.performance .performance__list select {
        min-width: 9.375rem;
        font-size: 1em;
        line-height: 1.125;
    }
}

.cr.performance .performance__count {
    padding-top: 0.625rem;
}

.cr.performance .performance__progress {
    height: 1rem;
    align-self: center;
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .cr.performance .performance__progress {
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .cr.performance .performance__progress {
        max-width: 60%;
    }
}

.cr.performance .performance__user {
    max-width: 90%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .cr.performance .performance__user {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .cr.performance .performance__user {
        max-width: 30%;
    }
}

.cr.performance .performance__user h3,
.cr.performance .performance__user h4 {
    margin: 0;
}

.cr.performance .performance__label {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.125;
    color: #66788b;
    width: 100%;
    margin: 0;
}

.cr.performance .performance__label--sales {
    max-width: 10%;
}

.cr.performance .l-tab {
    max-height: 20.625rem;
    overflow: auto;
    padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
    .cr.performance .l-tab {
        max-height: 34.0625rem;
    }
}

.cr.performance .l-tab::-webkit-scrollbar {
    width: 3px;
    left: -10px;
    position: relative;
}

.cr.performance .l-tab::-webkit-scrollbar-track {
    background-color: #e7ebf0;
}

.cr.performance .l-tab::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.cr.popup {
    background-color: #ffffff;
    max-width: 90%;
    margin: 1.25rem auto;
    padding: 1.25rem;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .cr.popup {
        max-width: 39.75rem;
        padding: 3rem;
    }
}

.cr.popup .popup__header {
    margin-bottom: 3.125rem;
}

.cr.popup .popup__header h2 {
    font-size: 2em;
    line-height: 1.375;
    color: #0a2540;
    margin-bottom: 0;
    padding-right: 1.5625rem;
}

.cr.popup .popup__header p {
    font-size: 1em;
    line-height: 1.375;
    color: #425466;
}

.cr.popup .popup__content p {
    font-size: 1em;
    line-height: 1.375;
    color: #425466;
}

.cr.popup .popup__btn {
    margin-top: 2rem;
    display: flex;
}

.cr.popup .popup__btn .l-btn {
    flex: 1;
    min-height: 3.375rem;
    font-family: "Inter";
    font-weight: 600;
    cursor: pointer;
}

.cr.popup .popup__btn .l-btn + .l-btn {
    margin-top: 0;
    margin-left: 1.5rem;
}

.cr.popup .mfp-close {
    font-size: 0;
    color: transparent;
    width: 1.25rem;
    height: 1.25rem;
    top: 1.875rem;
    right: 1.25rem;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .cr.popup .mfp-close {
        top: 3rem;
        right: 3rem;
    }
}

.cr.popup .mfp-close:before,
.cr.popup .mfp-close:after {
    content: "";
    width: 1.1875rem;
    height: 0.125rem;
    border-radius: 0.625rem;
    background-color: #0a2540;
    position: absolute;
    top: 50%;
    left: 50%;
}

.cr.popup .mfp-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cr.popup .mfp-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cr.popup .mfp-close:hover {
    opacity: 0.7;
}

.cr.popup--void .popup__btn {
    margin-top: 3.125rem;
}

.cr.popup--void .popup__header {
    margin-bottom: 1.5rem;
}

.cr.popup form .form__field:last-child {
    margin-bottom: 0;
}

.cr.popup form .form__field .l-btn {
    margin-top: 1rem;
}

.cr.popup form .form__field p {
    font-size: 0.875em;
    line-height: 1.28571;
    font-weight: 500;
    color: #66788b;
    margin-top: 2rem;
}

.cr.popup .l-select .l-select__selected {
    padding: 0.75rem 0.75rem 0.75rem 1rem;
}

.cr.popup .popup__credits {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #e7ebf0;
}

.cr.popup .popup__credits h3 {
    font-size: 1.25em;
    line-height: 1.1;
    font-weight: 600;
}

.cr.popup .popup__credits .popup__row {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .cr.popup .popup__credits .popup__row {
        flex-wrap: wrap;
    }
}

.cr.popup .popup__credits .popup__row:not(:last-child) {
    margin-bottom: 0.875rem;
}

.cr.popup .popup__credits .popup__col p {
    font-size: 1em;
    line-height: 1.375;
}

.cr.popup .popup__credits .popup__col--title {
    flex-basis: 100%;
}

@media screen and (min-width: 768px) {
    .cr.popup .popup__credits .popup__col--title {
        flex-basis: 50%;
    }
}

.cr.popup .popup__credits .popup__col--title p {
    color: #66788b;
    font-weight: 500;
}

.cr.popup .popup__credits .popup__col--cost {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .cr.popup .popup__credits .popup__col--cost {
        flex-basis: 50%;
        justify-content: flex-end;
    }
}

.cr.popup .popup__credits .popup__col--cost p {
    color: #0a2540;
    font-weight: 500;
    min-width: 9.375rem;
}

.cr.popup .popup__credits .popup__col--cost span {
    float: right;
    padding-left: 0.3125rem;
}

.cr.popup .popup__credits .popup__col--cost button {
    background-color: transparent;
    padding: 0;
    border: none;
    height: 1.5rem;
    cursor: pointer;
    margin-left: 1.75rem;
    transition: 0.3s ease-in-out;
}

.cr.popup .popup__credits .popup__col--cost button:hover {
    opacity: 0.7;
}

.cr.popup .popup__credits .popup__col--btn {
    flex-basis: 1.5rem;
}

.cr.popup--credit .credit-action {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    padding: 1rem 0;
}

.cr.popup--credit .credit-action a {
    font-size: 1em;
    line-height: 1.375;
}

.cr.profile {
    margin-top: 2.875rem;
}

.cr.profile .profile__footer {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .cr.profile .profile__footer {
        flex-direction: row;
        align-items: flex-end;
    }
}

.cr.profile .profile__footer .l-btn {
    font-family: "Inter";
    font-size: 0.875em;
    line-height: 1.57143;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .cr.profile .profile__footer .l-btn + .l-btn {
        margin-top: 0;
    }
}

.cr.redirection {
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
}

.cr.redirection .redirection__header {
    margin: 10% auto;
}

.cr.redirection .redirection__header span {
    font-size: 6.25em;
    line-height: 0.64;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .cr.redirection .redirection__header span {
        font-size: 12.5em;
        line-height: 0.5;
    }
}

.cr.redirection .redirection__header h1 {
    font-size: 2em;
    line-height: 1.375;
    margin: 3.125rem;
    color: #fff;
}

.cr.revenue h2 {
    margin-bottom: 2.8125rem;
}

.cr.revenue--advisor .cr.l-box {
    padding: 0.75rem 0.75rem 1.25rem 0.75rem;
}

.cr.revenue--advisor .revenue__title {
    display: flex;
    align-items: center;
}

.cr.revenue--advisor .revenue__title h3 {
    font-size: 0.875em;
    line-height: 1.28571;
}

.cr.revenue--advisor .revenue__count .revenue__name {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 11px;
}

.cr.revenue--advisor .revenue__count .is-counter {
    font-size: 80px;
    line-height: 1;
    display: block;
}

.cr.revenue--advisor .revenu__tag {
    display: flex;
    background-color: #fff;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 500;
    font-family: "Inter";
    color: #3fa9f5;
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-right: 0.9375rem;
}

.cr.revenue--advisor .revenue__item--leader .revenu__tag {
    padding: 0.3125rem;
}

.cr.l-box {
    min-height: 14.375rem;
    margin: 0 auto 2.375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.375rem 1.6875rem 2rem 1.375rem;
    color: #ffffff;
    border-radius: 0.25rem;
    background-color: #3fa9f5;
}

.cr.l-box h3 {
    font-size: 1.25em;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.cr.l-box p {
    font-size: 3em;
    line-height: 1;
    font-weight: 500;
}

.cr.l-box p sup {
    font-size: 1.5rem;
    line-height: 3rem;
}

.cr.l-box:last-child {
    margin: 0;
}

.cr.l-box--blue {
    background-color: #3fa9f5;
}

.cr.l-box--dark-blue {
    background-color: #214c89;
}

.cr.search {
    padding-top: 1.25rem;
    margin-bottom: 2.75rem;
}

@media screen and (min-width: 1025px) {
    .cr.search .l-table--box table td,
    .cr.search .l-table--box table th {
        padding: 1.25rem 2.375rem;
    }
}

.cr.subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.cr.subtitle h2 {
    margin: 0;
}

.cr.users {
    padding-bottom: 3.125rem;
}

.error__container table {
    border-collapse: separate;
    border-spacing: 10px 30px;
}

.error__data {
    word-break: break-all;
    font-size: 14px;
}

.error__incident {
    width: 200px;
}

.error__log {
    width: 250px;
}

.popup_json-data {
    word-wrap: break-word;
}
.highlighted {
    background-color: red;
    color: black;
    padding: 5px;
    border-radius: 3px;
}

.error__container tr {
    position: relative;
}

.error__container tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e7ebf0;
    bottom: -10px;
    left: 0;
}

.ro_log_search_bar {
    width: 400px;
}

.ro_log_search_button {
    width: 40px;
    background: #fff;
    text-align: center;
    border-color: #b7c2cf;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

.ro_log_search_button .ro_log_search_icon img {
    margin: auto;
}
.contact_support_area{
    background-color: #e7ebf0;
    border: 0.2px solid #e7ebf0;
    border-radius: 4%;
    margin: 0 -10px;
}
.have_questions_area{
    padding:10px 10px 0px 10px;
}
.contact_support_area p{
    font-size: 15px;
}
.ro_filter__item{
    margin-left: auto;
    margin-right: 20px;
}

.ro_filter__item .l-select__selected{
    padding: 0.7rem 1.5rem;
}

.disabled_click {
    pointer-events: none;
    opacity: 0.5;
}
.terms_and_conditions_link {
    text-align: right;
}
.l-tab--users .cr.l-table table thead th:not(:first-child) {
    padding-left: 30px;
}
.l-tab--users .cr.l-table table tbody td:not(:first-child) {
    padding: 0.6875rem 10px 0.6875rem 30px;
}
.contact_support_area{
    background-color: #e7ebf0;
    border: 0.2px solid #e7ebf0;
    border-radius: 4%;
    margin: 0 -10px;
}
.have_questions_area{
    padding:10px 10px 0px 10px;
}
.contact_support_area p{
    font-size: 15px;
}
.ro_filter__item{
    margin-left: auto;
    margin-right: 20px;
}

.ro_filter__item .l-select__selected{
    padding: 0.7rem 1.5rem;
}
.privacy_policy_table th, .privacy_policy_table td{
    border: 1px solid black;
    padding: 10px;
}

.section--terms_and_conditions ul li{
    list-style: disc;
    margin-left: 20px;
}

.section--terms_and_conditions ul{
    margin-bottom: 15px;
}
.privacy_policy_table_wrapper{
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 15px;
}

/* wed 31 july */
.package-wrapper .page-title__text span, 
.package-wrapper .page-title__update label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #66788B;
}
.package-wrapper .page-title__update {
    margin-bottom: 19px;
}
.package-wrapper .cr.page-title .page-title__text .l-btn-link {
    margin-bottom: 28px;
}
.main-wrapper:has(.package-wrapper) {
    padding-top:16px;
}
.package-wrapper .l-btn{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #214C89;
    border-radius: 4px;
    border: 2px solid #214C89;
    background-color: #ffffff;
    box-shadow: none;
    outline-color: #214C89;
    cursor: pointer;
    padding: 8px 16px;
}

.pac-popup .form__field{
    margin-bottom: 16px !important;    
}

.pac-height .form__field textarea{
    height: 222px;
}

.save-end-btn .l-btn{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #214C89;
    border-radius: 4px;
    border: 1px solid #214C89;
    background-color: #ffffff;
    box-shadow: none;
    outline-color: #214C89;
    cursor: pointer;
    padding: 16px;
    width: 100%;
}

.cr.accounts-data--packages {
    padding: 3.125rem 0;
    border-top: 0.0625rem solid #b7c2cf;
}

.select-dropdown span.select2-selection.select2-selection--multiple {
    height: 46px;
    overflow: scroll;
}

.cr.accounts-data .accounts-data__action .l-btn:hover span {
    color: #ffffff;
}

.ms-action{
    margin-left: 0px !important;
}

@media screen and (min-width: 1024px) {
    .cr.accounts.pu-section {
        overflow-x: auto;
        max-width: 100%;
    }
    .cr.accounts.pu-section table {
        min-width: 110vw;
    }
    .cr.accounts.pu-section table th {
        min-width: 110px;
    }
}

.display-feedback{
    display: block;
}
.make-overflow-hidden{
    overflow: hidden;
}

.page-title__text .header__search input{
    width: 303px;
    height: 38px;
}
.page-title__text .header__search {
    margin-top: 16px;
}

.page-title__options .page-title__update.timestamp {
    margin-bottom: 40px;
}
.form__field--payment input {
    position: relative;
    margin: 0;
    width: 0;
}

.form__field--payment input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #c0c4c8;
    cursor: pointer;
}

.form__field--payment input:checked::before {
    background-color: #214C89;
    border-color: #214C89;
}

.form__field--payment input::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 5px;
}

.form__field--payment input:checked::after {
    border: 1.5px solid white;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg) translate(-1px, 4px);
    cursor: pointer;
}

.cr.package .l-board.no-package {
    padding: 20px;
    background-color:  #E7EBF0;
    padding-left: 40px;
    font-weight: 600;
}


.customer__container table {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.customer__container tbody tr {
    box-shadow: 0 4px 8px 0 #214C8933;
    background-color: #ffffff;
}

.customer__container tr td{
    padding: 20px 16px;
    font-weight: 500;
    color: #425466;
}

.customer__container tr th {
    padding: 16px;
    font-weight: 500;
    color: #66788B
}

.customer__container tr td:first-child,
.customer__container tr th:first-child {
    padding-left: 39px;
}

.customer__container tr td:first-child {
    color: #0A2540;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.customer__container tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.customer__container tr td:last-child,
.customer__container tr th:last-child {
    padding-right: 39px;
}

.customer__container tr:after {
    display: none;
}

.cr-performace--accordion .performance__list .l-accordion{
    width: 100%;
    padding: 0;
    box-shadow: none;
}
.cr-performace--accordion .performance__list .l-accordion .l-accordion__title .package__title{
   border-bottom: 1px solid #B7C2CF;
}
.cr-performace--accordion .performance__list .l-accordion .l-accordion__title .package__title h2{
   font-size: 16px;
   margin-bottom: 8px;
}
.cr-performace--accordion .performance__list .l-accordion .l-accordion__title .package__title h2 span{
   color: #66788B;
   font-weight: 500;
}
.cr-performace--accordion .performance__list .l-accordion .l-accordion__title .l-accordion__icon{
   top: 25%;
}
.cr-performace--accordion .performance__list .l-accordion .l-accordion__content{
   padding-top:28px;
   padding-bottom: 22px;
}
