:root {
    --font-size-standard: 14px;
    --font-family: Roboto;
    --background-standard: #132c4a;
    --link-hover-background: #dc1d0c;
    --bs-dark: #132c4a;
    --inputs-font-size: 1rem;
    --inputs-height: 2.8rem;
    --inputs-padding: 0.8rem;
    --inputs-border-width: 2px;
    --bs-light: #f5f5f5;
    --bs-font-sans-serif: "Roboto", sans-serif;
    --bs-body-color: #132c4a;
    --bs-danger: #cc1100;
    --bs-red: #cc1100;
    --bs-danger-rgb: 204, 17, 0;
    --color-context: #869BB5;
    --color-mark-green: #82AF1C;
    --color-mark-red: #F00303;
    --color-bg-alternate: #E6E9EC;
    --bs-body-font-size: 14px;
    --stats-table-head-height: 40px;
}

.custom-spinner {
    position: absolute;
    height: 100%;
    width: 100vw;
    padding-top: 400px;
    justify-content: center;
    z-index: 10000;
    background: linear-gradient(180deg, rgba(170,170,170,0.5) 0%, rgba(238,238,238,0.5) 100%);
}

    .custom-spinner > div {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: -0.125em;
        border: 0.3em solid #fc466b;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: 0.75s linear infinite spinner-border;
        animation: 0.75s linear infinite spinner-border;
    }

html {
    font-weight: 400;
    position: relative;
    min-height: 100%;
    line-height: 22px;
    color: var(--bs-body-color);
}

#topSitesRange {
    font-size: var(--font-size-standard);
    border-radius: 0.25rem;
    text-align: center;
    border: 1px solid var(--bs-dark);
}

.color-mark-green {
    color: var(--color-mark-green);
}

.font-size-standard {
    font-size: var(--font-size-standard);
}

.color-mark-red {
    color: var(--color-mark-red);
}

.color-bg-alternate {
    background-color: var(--color-bg-alternate);
}

.row-bottom-line {
    border-bottom: solid 1px #becbdb;
}

.flex-width-25 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .flex-width-25 {
        width: 25% !important;
    }
}

.flex-width-50 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .flex-width-50 {
        width: 50% !important;
    }
}

@font-face {
    font-family: "Bebas Neue";
    src: url("/assets/fonts/BebasNeue-Regular.otf") format("opentype"), url("/assets/fonts/BebasNeue-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "BenchNine";
    src: url("/assets/fonts/BenchNine-Bold.ttf") format("truetype");
}

.main-header {
    font-family: "Bebas Neue";
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.main-header-mobile {
    font-family: "Bebas Neue";
    font-size: 32px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    text-align: center;
}

.three-reasonstojoin {
    font-family: "Poppins";
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #DA3F3F;
    margin-top: 16px;
}

.reason-1, .reason-2, .reason-3 {
    background-color: #FFFFFF;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 27px;
    min-height: 37px;
    margin-top: 16px;
    display: flex;
    padding: 5px 9px 5px 9px;
    box-shadow: 0px 4px 4px 0px #00000040;
    vertical-align: middle;
    border-radius: 6px;
}

    .reason-1 > img, .reason-2 > img, .reason-3 > img {
        margin-right: 4px;
        height: 24px;
        width: 24px;
    }

    .reason-2 > span > span, .reason-3 > span > span {
        font-size: 12px
    }

.search-magnifing-glass {
    height: 60%;
    margin-top: 20%;
    color: #132c4a;
}

body {
    margin-bottom: 60px;
    background-color: #F6F9FC;
}

.dataTables_filter {
    justify-content: right;
    display: flex;
}

    .dataTables_filter > label {
        width: 100%;
    }


.form-select {
    font-size: var(--font-size-standard);
}


.bg-dark {
    background-color: var(--bs-dark) !important;
}

.main-background-laptop-guy {
    background-image: url("/images/guywithlaptop.png");
    background-repeat: no-repeat;
    background-position-x: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1000;
    opacity: 0.4;
}

.guy-with-laptop {
    max-height: 500px;
    justify-content: right;
    object-fit: contain;
}

.color-context {
    color: var(--color-context);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background: var(--background-standard);
}

.hover-red:hover {
    color: var(--bs-danger) !important;
}

.text-white {
    color: var(--bs-light);
}

.gray-100 {
    color: #f8f9fa;
}

.gray-200 {
    color: #e9ecef;
}

.gray-300 {
    color: #dee2e6;
}

.gray-400 {
    color: #ced4da;
}

.gray-500 {
    color: #adb5bd;
}

.bg-gray-100 {
    background-color: #f8f9fa;
}

.bg-gray-200 {
    background-color: #e9ecef;
}

.bg-gray-300 {
    background-color: #dee2e6;
}

.bg-gray-400 {
    background-color: #ced4da;
}

.bg-gray-500 {
    background-color: #adb5bd;
}

.site-description {
    overflow: hidden;
    word-wrap: break-word;
    margin-right: 1em;
    margin-bottom: 0.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container-footer {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    max-width: none;
    text-align: center;
}

.nav-link {
    color: var(--bs-dark);
    font-weight: 600;
}

    .nav-link:hover {
        text-decoration-color: var(--bs-dark);
        text-decoration: underline;
    }

.text-dark {
    color: var(--bs-dark);
}

.btn {
    border-radius: 0.44em !important;
    font-size: 16px !important;
    border: none !important;
}

.btn-linkstyle {
    background: transparent !important;
    border: none !important;
}

.btn-dark {
    background-color: var(--background-standard);
}

    .btn-dark:hover {
        background-color: var(--bs-red) !important;
    }

.btn:hover {
    border: none;
}

.blink-button {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 0.4em;
    font-weight: bold;
    padding-top: 0.4em;
    border: 2px solid;
    color: var(--bs-light);
    border-radius: 8px;
    background-color: var(--background-standard);
    transition-property: background,border,box-shadow,color,opacity,transform;
    transition-duration: 0.3s;
}

    .blink-button:hover {
        background-color: var(--link-hover-background);
        border-color: var(--link-hover-background);
        color: var(--bs-light);
    }

.card {
    text-align: center;
    margin-bottom: 18px;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem 0.5rem 1rem 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-header {
    background: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    color: var(--color-mark-green);
}

.stats-group-header {
    font-weight: 700;
    font-size: 1em;
    border: 0;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    color: var(--color-mark-green);
}

.stats-group-body {
    flex: 1 1 auto;
    padding: 0rem 0.5rem;
}

.stats-list {
    text-align: start;
}

    .stats-list > li {
        font-size: 0.5em !important;
    }

.stats-header {
    padding: 12px;
}

.category-selected {
    color: var(--bs-danger) !important;
}

.stats-header-gradient {
    background: linear-gradient(180deg,rgba(8,43,98,0.15) 0%,rgba(255,255,255,0) 100%);
    position: fixed;
    left: 0;
    z-index: -100;
    height: 5rem;
    width: 100%;
}

.stats-graph-background {
    background: #D8E4FA;
    padding-top: 1rem;
    padding-left: 1rem;
    margin-bottom: -1rem;
}

.top-sites-site-name {
    font-size: 18px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: var(--bs-dark);
    text-decoration: none;
}

.top-sites-site-position {
    font-size: 18px;
    font-weight: bold;
    margin-right: 0.5rem;
}

.card-dark-header {
    background: var(--bs-dark);
    color: var(--bs-light);
    font-weight: 700;
    font-size: 16px;
    border: 0;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0rem;
    margin-left: 0rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: auto;
}

.top-sites-table-header {
    background: var(--bs-dark);
    color: var(--bs-light);
    font-weight: 400;
    font-size: 15px;
    border: 0;
    text-align: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 0.5rem;
    height: var(--stats-table-head-height);
}

.top-sites-site-link {
    vertical-align: top;
    color: var(--bs-danger);
    margin-left: 12px;
}

.top-sites-stats-link {
    vertical-align: top;
    color: var(--bs-success-rgb);
    margin-left: 12px;
}

.rounded-top-left {
    border-top-left-radius: 1rem !important;
}

.rounded-top-right {
    border-top-right-radius: 1rem !important;
}


.top-sites-table-data-header {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
    padding-left: 2rem;
    background: rgb(222,231,242);
    background: linear-gradient(0deg,rgba(222,231,242,1) 0%,rgba(255,255,255,1) 100%)
}

.top-sites-table-data-cols {
    background: rgb(246,255,227);
    background: linear-gradient(0deg,rgba(246,255,227,1) 0%,rgba(255,255,255,1) 100%);
    padding-bottom: 0.5rem;
    text-align: right !important;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .top-sites-table-data-cols > span {
        width: 100%;
        margin-top: auto;
    }

.top-sites-table-details {
    color: var(--bs-dark);
    font-weight: 400;
    font-size: var(--font-size-standard);
    border: 0;
    text-align: left;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0rem !important;
}

.top-sites-table-footer {
    color: var(--bs-dark);
    font-weight: 400;
    font-size: var(--font-size-standard);
    border: 0;
    text-align: left;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-top: 1rem;
    padding-left: 2rem;
}

    .top-sites-table-footer > p {
        margin-bottom: 0.5rem;
    }

.blink-button-hollow {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 0.4em;
    font-weight: bold;
    padding-top: 0.4em;
    border: 2px solid;
    color: var(--background-standard);
    border-radius: 8px;
    background-color: transparent;
    border-color: var(--background-standard);
    transition-property: background,border,box-shadow,color,opacity,transform;
    transition-duration: 0.3s;
}

    .blink-button-hollow:hover {
        border-color: var(--bs-red);
        color: var(--bs-red);
    }

.tab-number {
    color: #546D89;
    text-align: left;
    font-size: 0.8em;
}

.tab-number-current {
    color: var(--bs-light) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.subscription {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background: #F6F9FC;
    border-radius: 1em;
}

.card-checkbox-unsecleted {
    border-radius: 100%;
    border: solid 2px #216CC6;
    height: 20px;
    width: 20px;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-checkbox-selected {
    border-radius: 100%;
    border: solid 1px #216CC6;
    background: #216CC6;
    height: 12px;
    width: 12px;
}
/*    .subscription::before {
        display: none;
        position: absolute;
        text-align: center;
        content: "\2714";
        font-weight: 400;
        color: var(--bs-light);
        background-color: #2b8619;
        border-radius: 50%;
        font-size: 22px;
        height: 32px;
        width: 32px;
        margin-left: 45%;
        top: -20px;
    }*/
/*.before-visible::before{
    display: block !important;
}*/
.subscription-header {
    margin: 0em;
    padding: 1em;
    text-align: center;
    color: var(--bs-dark);
    font-size: 1em;
    font-weight: normal;
}

.subscription-period {
    font-weight: bolder;
}

.subcription-price {
    color: var(--bs-dark);
    font-size: 2em;
    text-align: center;
    font-weight: 700;
}


.subscription-footer {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    text-align: center;
    color: var(--bs-dark);
    font-size: 1em;
    font-weight: normal;
}

.payment_method {
    cursor: pointer;
    border-radius: 1rem;
    background: #F6F9FC;
}

    .payment_method > div:first-child {
        background: #2b8619;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        text-align: center;
        font-size: 2em;
        font-weight: 100;
        color: var(--bs-light);
    }

    .payment_method > div:nth-child(2) {
        text-align: center;
        font-size: 2em;
        font-weight: 700;
        color: var(--bs-dark);
    }

        .payment_method > div:nth-child(2) > div:first-child {
            padding: 30px;
        }

        .payment_method > div:nth-child(2) > div:nth-child(2) {
            font-size: 0.5em;
            font-weight: 400;
        }

            .payment_method > div:nth-child(2) > div:nth-child(2) > img {
                height: 4em;
                margin-top: -48px;
            }


.round_btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    border: solid 2px #333;
    display: inline-block;
    margin: 0 3px
}

    .round_btn:hover {
        border-color: #121212 !important;
        color: #121212 !important
    }

.btn_blue {
    border-color: #4287f5;
    color: #4287f5
}

.alert-ontop {
    position: fixed;
    top: 0px;
    margin-top: 12px;
    margin-left: 25%;
    width: 50%;
    z-index: 9999;
    border-radius: 12px;
}

.btn_green {
    border-color: #3da854;
    color: #3da854;
}

.btn_violet {
    border-color: #8F3A84;
    color: #8F3A84;
}


.btn_red {
    border-color: #f5424b;
    color: #f5424b
}

.scale-payment-method {
    zoom: 66%;
}

.span-like-link {
    cursor: pointer;
}

.no-underline {
    text-decoration: none;
}

.span-like-link:hover {
    text-decoration: underline;
}

.search-button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    height: 100%;
    border: transparent;
}

.fh-400 {
    height: 400px;
}

.fh-600 {
    height: 600px;
}

.fh-200 {
    height: 200px;
}

.fh-100 {
    height: 100px;
}

.site-categories-card-body {
    padding-right: 0;
    padding-left: 0.5rem;
    text-align: start;
}

.site-category, .site-county {
    margin-bottom: 0.1rem !important;
}

.site-county {
    font-weight: bold;
}

.site-county-selected {
    color: var(--bs-danger) !important;
}

.site-category-ident {
    margin-left: 16px;
}

.site-category-link, .site-county {
    color: #212529;
    cursor: pointer;
    text-decoration: none;
}

    .site-category-link:hover, .site-county:hover {
        color: var(--bs-danger) !important;
    }

    .site-category-link[data-parent-category="-1"] {
        font-weight: 600 !important;
    }

.has-children {
    font-weight: 600;
}

    .has-children::before {
        padding-right: 0.2rem;
        content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
    }

    .has-children[aria-expanded="true"]::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 448 512'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
    }

.stats-summary {
    background-color: #D8E4FA;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 1rem;
}

.stats-summary-cell {
    width: 50%;
    padding: 1em;
}

@media (min-width: 768px) {
    .stats-summary-cell {
        width: 25%;
        padding: 1em;
    }
}

@media (min-width: 1024px) {
    .stats-summary-cell {
        width: 25%;
        padding: 2em;
    }
}

.stats-summary-cell-inner {
    border-radius: 1rem;
    background: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    color: var(--bs-body-color);
}

    .stats-summary-cell-inner > span:first-child {
        font-size: 18px;
    }

    .stats-summary-cell-inner > span:nth-child(2) {
        font-size: 14px
    }

.stats-summary-up {
    background: linear-gradient(#FFFFFF, #F6FFE3);
}

    .stats-summary-up > span > span {
        color: var(--color-mark-green);
    }

.stats-summary-list-down-top-gradient {
    background: linear-gradient(#FFFFFF, #FFE9E9);
}

.stats-summary-list-down-bottom-gradient {
    background: linear-gradient(#FFE9E9, #FFE3E3);
}

.stats-summary-list-down {
    /*background: linear-gradient(#FFFFFF, #FFE3E3);*/
    position: relative;
    height: 100%;
}


.stats-summary-down {
    background: linear-gradient(#FFFFFF, #FFE3E3);
}

    .stats-summary-down > span > span {
        color: var(--color-mark-red);
    }

.stat-now-card {
    height: 206px;
}

    .stat-now-card > div:first-child,
    .site-summary-card > div:first-child,
    .site-summary-small-card > div:first-child {
        background: var(--bs-dark);
        color: var(--bs-light);
        font-weight: 400;
        font-size: 15px;
        border: 0;
        text-align: center;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        margin-top: -1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        padding: 0.5rem;
        height: var(--stats-table-head-height) !important;
    }

        .stat-now-card > div:first-child > span,
        .site-summary-card > div:first-child > span,
        .site-summary-small-card > div:first-child > span {
            align-items: center !important;
            display: flex !important;
            text-align: left !important;
            font-weight: 700 !important;
        }

.stat-now-table-rows-panel, .stat-site-summary-table-rows-panel {
    margin-bottom: -1rem;
    margin-left: 0.2rem;
    font-size: 15px;
    font-weight: bold;
    margin-right: -1.3rem;
}

.stat-now-table-rows-panel {
    height: 100% !important;
}

    .stat-now-table-rows-panel > div, .stat-site-summary-table-rows-panel > div {
        align-items: center !important;
        display: flex !important;
        text-align: left !important;
    }

        .stat-now-table-rows-panel > div:nth-child(2n+1), .stat-site-summary-table-rows-panel > div:nth-child(2n+1) {
            background-color: var(--color-bg-alternate);
        }

        .stat-now-table-rows-panel > div > div:nth-child(2), .stat-now-table-rows-panel > div > div:nth-child(3) {
            text-align: right !important;
        }

.stat-now-auto-size-card {
    height: auto !important;
}

    .stat-now-auto-size-card > div:nth-child(2) > div {
        height: 38px !important;
    }

        .stat-now-auto-size-card > div:nth-child(2) > div > div:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.my-col-20 {
    flex: 0 0 auto;
    width: 20%;
}

    .my-col-20 > div {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
    }

        .my-col-20 > div > div {
            text-align: left;
        }

            .my-col-20 > div > div > span {
                font-size: 13px;
                line-height: 18px;
            }
/*    @media (max-width: 1024px) {
        .my-col-20 {
            width: 100%;
        }
    }*/
.today-main-card {
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
    height: auto;
}

    .today-main-card > div:nth-child(2) {
        height: 168px;
        margin-left: -0.5rem;
        margin-right: -2.05rem;
    }

.today-visits-card {
    height: auto;
    padding-bottom: 0px;
    border-radius: 0px;
}

    .today-visits-card > div:first-child {
        border-radius: 0px;
    }

    .today-visits-card > div > div {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        border-bottom: 2px solid #becbdb;
    }

        .today-visits-card > div > div:nth-child(2n+1) {
            background-color: var(--color-bg-alternate);
        }

        .today-visits-card > div > div > div:nth-child(2) {
            display: flex;
            align-items: center;
            justify-content: right;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }

.value-progress-bar, .compareto-progress-bar {
    height: 4px;
}

.value-progress-bar {
    background-color: #8CAD3C;
    margin-bottom: 20px;
}

.compareto-progress-bar {
    background-color: #3C6BC0;
}

#divStatisticsData > thead > tr {
    border-radius: 2rem !important;
    background: var(--bs-dark);
    color: var(--bs-light);
    font-weight: 400;
    font-size: 15px;
    height: var(--stats-table-head-height) !important;
    padding: 1rem;
}

.lastsearches-main-card {
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
    height: auto;
}

    .lastsearches-main-card > div:first-child > div:first-child {
        justify-content: left;
        display: inline-flex;
    }

    .lastsearches-main-card > div:first-child > div:last-child {
        justify-content: right;
        display: inline-flex;
    }

    .lastsearches-main-card > div:nth-child(2) {
        background-color: #445B76;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        height: 37px;
        color: var(--bs-light);
        display: flex;
        align-items: center;
        font-weight: 500;
    }

    .lastsearches-main-card > div:nth-child(3) {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        .lastsearches-main-card > div:nth-child(3) > div {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 500;
            margin-left: 0rem;
            margin-right: 0rem;
            height: 96px;
        }

            .lastsearches-main-card > div:nth-child(3) > div:nth-child(2n+1) {
                background-color: var(--color-bg-alternate);
            }

.lastsearches-page > div {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}

.lastsearches-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
}

    .lastsearches-details > div:first-child {
        color: #216CC6;
    }

    .lastsearches-details > div:last-child {
    }

        .lastsearches-details > div:last-child > div > img {
            height: 16px;
        }



.toppages-main-card {
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
    height: auto;
}

    .toppages-main-card > div:first-child {
        height: auto !important;
    }

        .toppages-main-card > div:first-child > div:first-child {
            justify-content: left;
            display: inline-flex;
            align-items: center;
        }

        .toppages-main-card > div:first-child > div:last-child {
            justify-content: right;
            display: inline-flex;
            align-items: center;
        }

    .toppages-main-card > div:nth-child(2) {
        background-color: #445B76;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        height: 37px;
        color: var(--bs-light);
        display: flex;
        align-items: center;
        font-weight: 500;
    }

    .toppages-main-card > div:nth-child(3) {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        .toppages-main-card > div:nth-child(3) > div {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 500;
            margin-left: 0rem;
            margin-right: 0rem;
            height: 64px;
        }

            .toppages-main-card > div:nth-child(3) > div:nth-child(2n+1) {
                background-color: var(--color-bg-alternate);
            }

.toppages-page > div {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}

.toppages-source {
    text-align: right;
}

.blink-button-selected {
    background-color: var(--bs-light) !important;
    color: var(--background-standard) !important;
}

.blink-button-darkgb {
    border-color: var(--bs-light);
    color: var(--bs-light);
}

.site-summary-card {
    height: auto !important;
    text-align: start;
}

.site-summary-media-card > div:nth-child(2) > div {
    background-color: transparent;
    height: 150px;
    font-weight: normal;
    text-align: start;
    font-size: 14px;
    border-bottom: solid 1px #becbdb;
    padding-top: 1rem;
}

    .site-summary-media-card > div:nth-child(2) > div > div > a {
        text-decoration: unset;
        font-size: 14px;
        font-weight: 700;
        color: var(--bs-dark);
    }

        .site-summary-media-card > div:nth-child(2) > div > div > a:hover {
            color: var(--bs-danger);
        }

    .site-summary-media-card > div:nth-child(2) > div:last-child {
        border-bottom: none !important;
        margin-bottom: 1rem;
    }

.site-summary-small-card {
    height: 340px !important;
    text-align: start;
}

.stat-site-summary-info-line {
    height: 36px;
}

.stat-site-summary-contact-line {
    font-size: 13px;
    line-height: 18px;
    height: 48px;
    background-color: transparent !important;
}

.stat-site-summary-description {
    font-size: 13px;
    line-height: 18px;
    height: 100px;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stat-site-summary-table-rows-panel {
    margin-left: 1.5rem;
    margin-right: 0rem;
}

.stat-site-summary-compare-header {
    text-align: center;
    margin-bottom: 18px;
    border-radius: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: var(--bs-dark);
    color: var(--bs-light);
    font-weight: 400;
    font-size: 1rem;
    border: 0;
    padding: 1rem;
}

.site-summary-this-site {
    margin-right: 2rem;
    vertical-align: bottom;
}

    .site-summary-this-site::before {
        background-color: #27C784;
        border: solid #27C784;
    }

    .site-summary-this-site::before, .site-summary-other-site::before {
        content: "";
        margin-right: 0.2rem;
        display: inline-block;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        vertical-align: middle;
    }

.site-summary-other-site {
    text-decoration: none;
    color: var(--bs-dark);
}

    .site-summary-other-site:hover {
        color: var(--bs-danger);
    }

    .site-summary-other-site::before {
        border: solid #2758C7;
        background-color: #2758C7;
    }

#compareToSiteInterval {
    margin-right: 2rem;
}

.sorting_desc::after {
    content: "";
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    border-top: 10px solid var(--bs-light);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
}

th.sorting {
    cursor: pointer;
}

.sorting_asc::after {
    content: "";
    margin-left: 0.5rem;
    border-bottom: 10px solid var(--bs-light);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
}

#validationErrors > li {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 0em;
}

label:has(input[parent-category]) {
    font-weight: bold !important;
}

label:has(input[main-category]) {
    font-weight: bold !important;
    color: var(--bs-success);
}

.graph-totals {
}

    .graph-totals > div:first-child {
        color: darkblue;
        font-weight: bold;
    }

    .graph-totals > div:nth-child(2) {
        color: black;
        font-weight: bold;
        font-size: 1.5em;
    }

.stat-totals-down {
    color: var(--bs-red);
    font-weight: bold;
}

.stat-totals-up {
    color: var(--color-mark-green);
    font-weight: bold;
}

#sitesStatsRange {
    border-radius: 0.5rem;
    width: 13em;
    text-align: center;
}
.mandatory-asterisk::after {
    color: red;
    content: " (obligatoriu)";
    vertical-align: super;
    font-size: 0.75em;
}

.ms-search > input::placeholder {
    color: firebrick;
    background-color: antiquewhite;
}

.opetional-asterisk::after {
    color: green;
    content: " (optional)";
    vertical-align: super;
    font-size: 0.75em;
}
