html {
    scroll-behavior: smooth;
}
.p-badge {
    background: #64b5f6;
    color: #212529;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 0.5rem;
}
.p-divider-horizontal {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}
.p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem;
}
.p-divider-horizontal:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
}
.p-divider.p-divider-horizontal:before {
    border-top: 1px #dee2e6;
}
.p-divider-solid.p-divider-horizontal:before {
    border-top-style: solid;
}
.p-divider-content {
    z-index: 1;
}
.p-divider .p-divider-content {
    background-color: white;
}
.p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
}
.overlay-link {
    z-index: 1;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0);
}
.p-slider-horizontal .p-slider-range {
    top: 0;
    left: 0;
    height: 100%;
}
.p-slider-horizontal .p-slider-handle {
    top: 50%;
}
.p-divider-vertical {
    min-height: 100%;
    margin: 0 1rem;
    display: flex;
    position: relative;
    justify-content: center;
}
.p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
}
.p-divider-vertical.p-divider-center {
    align-items: center;
}
.p-divider-vertical:before {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    height: 100%;
    content: "";
}
vertical:before {
    border-left: 1px #e5e7eb;
}
.p-divider-solid.p-divider-vertical:before {
    border-left-style: solid;
}
.p-slider .p-slider-range {
    background: #ba68c8;
}
.p-slider .p-slider-handle {
    border: 2px solid #ba68c8;
    cursor: grab;
    touch-action: none;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #ba68c8;
    border-color: #ba68c8;
}
.card-img-left {
    position: relative;
    flex: 0 0 50%;
    max-width: 30%;
    min-height: 1px;
    border-radius: 0.375rem 0 0 0.375rem;
    padding-right: 0;
    padding-left: 0;
}
.image-block {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    color: #fff;
}
.image-block>* {
    display: block;
    position: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    transform-origin: center left;
    width: auto;
    height: 100%;
    transform: scale(2);
}
.btn {
    display: inline-block;
    font-weight: 600;
    color: #161c2d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8125rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.6;
    border-radius: 0.375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not([class*=btn-outline]) {
    border-color: transparent!important;
}
.lift {
    transition: box-shadow .25s ease,transform .25s ease;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96;
    box-shadow: none;
}
.btn-success:hover {
    color: #fff;
    background-color: #389e7f;
    border-color: #359478;
}
.lift:focus, .lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
    transform: translate3d(0,-3px,0);
}
.main-content {
    width: 83.3333%;
}
@media (max-width: 1600px) {
    .main-content {
        width: 100%;
    }
}
.btn-primary {
    color: #ffffff;
    background: #9c27b0;
    border: 1px solid #9c27b0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
}
.btn-primary:hover, .btn-primary:focus {
    background: #8c239e;
    color: #ffffff;
    border-color: #8c239e;
}
.btn-primary:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #df9eea !important;
}
.btn-unlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.vs-circle {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
}
.p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
}
.modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}
#modal-toggle:checked ~ .modal {
    display: flex;
}
.modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
}
.close-btn {
    color: #ffffff;
    background: #64748b;
    border: 1px solid #64748b;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    position: sticky;
    bottom: -10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.close-btn:hover {
    background: #475569;
    color: #ffffff;
    border-color: #475569;
}
#modal-toggle {
    display: none;
}
.margin-block {
    margin-top: 1.5rem;
}
#geoChart {
    display: block;
}
.country {
    stroke: #333;
    stroke-width: 0.5px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 1s ease;
}
.geo-tooltip {
    position: absolute;
    background: white;
    pointer-events: none;
    font-family: sans-serif;
    font-size: 14px;
    display: none;
    line-height: 1.3;
    opacity: 1;
    border-radius: 0.375rem;
    overflow: hidden;
}
.country:hover {
    filter: brightness(1.1);
    transition: all 0.3s;
}
@media (min-width: 1200px) {
    .margin-block {
        margin-top: 0 !important;
    }
    .card-img-left {
        max-width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .layout-topbar {
        height: 4rem;
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .layout-content-wrapper {
        padding-top: 4rem;
    }
}
.modal-content {
    max-width: 40%;
    max-height: 90vh;
    overflow-y: auto;
}
@media screen and (max-width: 991px) {
    .modal-content {
        max-width: 80%;
    }
}
@media screen and (max-width: 750px) {
    .card-img-left {
        height: 200px;
        position: initial;
        max-width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .layout-content-wrapper .layout-content {
        height: 100%;
    }
}