@charset "UTF-8";

:root {
    --bs-primary: #07f;
    --bs-secondary-background: #F2F3F4;
    --bs-secondary-background-hover: #E5E7E9;
    --bs-secondary-background-active: #DBE0E2;
    --bs-secondary-color: #111;
    --bs-dark: #000;

    --bs-img-radar-bg: url("/cdn/img/radar/radar-bg-light.svg");
    --bs-img-radar-welcome: url("/cdn/img/radar/radar-welcome-light.png");

    --bs-border-color: #ECEDEF;
    --bs-red: #EB5353;
    --bs-danger: #EB5353;
    --bs-danger-text: #EB5353;
    --bs-danger-hover: #E83D3D;
    --bs-danger-active: #E62929;

    --bs-border-radius: .6rem;
    --bs-border-radius-img: .4rem;
    --bs-success: #07CC5D;
}

.bg-success {
    background-color: var(--bs-success) !important
}

.bg-telegram  {
    background-color: #2AABEE!important;
}
.bg-danger {
    background-color: var(--bs-danger);
}

[data-bs-theme=dark] {
    --bs-body-bg: #141414;
    --tw-bg-opacity: 1;
    --bs-secondary-color: #f0f0f0;
    --bs-secondary-background: #2e2e2e;
    --bs-secondary-background-hover: #4C4C4C;
    --bs-secondary-background-active: #272727;

    --bs-img-radar-bg: url("/cdn/img/radar/radar-bg-dark.svg");
    --bs-img-radar-welcome: url("/cdn/img/radar/radar-welcome-dark.png");
}


[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility:hidden;
}

.ng-anchor {
    position:absolute;
}

@supports (left: env(safe-area-inset-left)) {
    :root {
        --app-safe-area-top: env(safe-area-inset-top);
        --app-safe-area-bottom: env(safe-area-inset-bottom);
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    :root {
        --app-device-pixel-ratio: 2;
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
    :root {
        --app-device-pixel-ratio: 3;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    padding-top:  var(--app-safe-area-top);
    padding-bottom: var(--app-safe-area-bottom);

    overflow-x: hidden;
    overflow-y: auto;
    position: relative;

    background-color: #fff;
    height: 100%;
}

[data-bs-theme=dark] {
    body {
        background-color: #141414;
    }
}

/*.overflow-y-auto {*/
/*    overflow-x: hidden;*/
/*    scroll-behavior: smooth;*/
/*    width: 100%;*/
/*    overflow-y: auto !important;*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/

.fs-md {
    font-size: .9rem;
    line-height: 1.25rem;
}

.fs-sm {
    font-size: .8rem;
    line-height: 1rem
}

.fs-lg {
    font-size: 1.2rem;
}

.icon {

}

.icon-14 {
    font-size: .8rem;
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
}

.icon-16 {
    font-size: 1rem;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
}

.icon-18 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    width: 1.25rem!important;
    height: 1.25rem!important;
}

.icon-24 {
    width: 2rem;
    height: 2rem;
}

.text-gray {
    color: #747474;
    fill: #747474;
}

.text-danger {
    color: var(--bs-danger);
    fill: var(--bs-danger);
}

.text-white {
    fill: #fff;
}

.text-muted {
    color: #7E8CA0!important;
    fill: #7E8CA0;
}

.text-primary {
    color: var(--bs-primary) !important;
    fill: var(--bs-primary);
}

.text-neon {
    color: #4361ee;
    fill: #4361ee;
}

[data-bs-theme=dark] {
    .text-gray {
        color: #9A9A9A;
        fill: #9A9A9A;
    }

    .text-muted {
        color: #9A9A9A!important;
        fill: #9A9A9A;
    }

    .text-black {
        fill: #A5A5A5
    }

    .text-dark {
        fill: #A5A5A5
    }
}

.page-title {
    font-size: 1.46rem;
    font-weight: 600;
}



.section-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-line-height: 1.6;
    border-radius: .5rem;
}

.btn-light,
.btn-secondary {

    --bs-btn-color: var(--bs-secondary-color);
    --bs-btn-hover-color: var(--bs-secondary-color);

    --bs-btn-bg: var(--bs-secondary-background);
    --bs-btn-hover-bg: var(--bs-secondary-background-hover);


    --bs-btn-border-color: var(--bs-secondary-background);
    --bs-btn-hover-border-color: var(--bs-secondary-background-hover);;

    --bs-btn-active-color: var(--bs-dark);
    --bs-btn-active-bg: var(--bs-secondary-background-active);
    --bs-btn-active-border-color: var(--bs-secondary-background-active);
}

.bg-secondary {
    background-color: var(--bs-secondary-background) !important;
    border-color: var(--bs-secondary-background)!important;
}

[data-bs-theme=dark] {
    .btn-light {
        --bs-btn-color: #000;
        --bs-btn-bg: #f8f9fa;
        --bs-btn-border-color: #f8f9fa;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #d3d4d5;
        --bs-btn-hover-border-color: #c6c7c8;
        --bs-btn-focus-shadow-rgb: 211, 212, 213;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #c6c7c8;
        --bs-btn-active-border-color: #babbbc;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #000;
        --bs-btn-disabled-bg: #f8f9fa;
        --bs-btn-disabled-border-color: #f8f9fa;
    }

    .bg-gray-dark {
         background-color: var(--bs-secondary-background);
    }
}




.bg-img-radar {
    background-repeat: no-repeat;
    background-size: 98%;
    background-position: center 30%;
    background-image: var(--bs-img-radar-bg);
}



@media (max-width: 380px) and (max-height: 670px) {
    .bg-img-radar {
        background-size: 82%;
    }
}

@media (min-width: 660px) {
    .bg-img-radar {
        background-size: 48%;
    }
}

.bg-img-radar.top-position {
    background-position: center 20%;
    background-image: var(--bs-img-radar-welcome);
}


.spinner-img{
    height: 1.8rem;
    width:  1.8rem;
    background-image: url("/cdn/img/spinner.svg");
    background-repeat: no-repeat;
    background-size: 1.8rem;
}

.spinner-img.position-bottom {
    left: calc(52% - 1.8rem);
    bottom: 15%;
}


.circle-container {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
}

.circle:nth-child(1) {
    width: 300px;
    height: 300px;
}

.circle:nth-child(2) {
    width: 240px;
    height: 240px;
}

.circle:nth-child(3) {
    width: 180px;
    height: 180px;
}

.circle:nth-child(4) {
    width: 120px;
    height: 120px;
}

.circle:nth-child(5) {
    width: 60px;
    height: 60px;
}

.mb-logo {
    margin-bottom: 16rem;
}

.bg-dark {
    background-color: var(--bs-body-bg)!important;
}

/*.form-search-fake .form-control:focus {*/
/*    color: var(--bs-body-color);*/
/*    background-color: var(--bs-bg-secondary);*/
/*    border-color: transparent;*/
/*    outline: 0;*/
/*    box-shadow: none;*/
/*}*/



header .btn-circle {
    border-radius: 100%
}

.header-shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);  /* Легкая тень */
    transition: box-shadow 0.3s ease;           /* Плавный переход */
}





.card-secondary {
    border-radius: .6rem;
    background-color: var(--bs-secondary-background);
    border-color: var(--bs-secondary-background);
}

.btn-header {
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem
}

.btn-header svg {
    width: .95rem;
    height: .95rem;
}

[data-bs-theme=dark] {
    .btn-header svg{
        fill: #A5A5A5;
    }

    .border-top,
    .border-bottom,
    .modal-footer {
        border-color: rgba(255,255,255,0.1)!important;
        --bs-border-color: rgba(255,255,255,0.1) !important
    }
}

.btn-fake {
    width: 2.5rem;
    height: 2.5rem;
}

.form-control {
    border-color: var(--bs-secondary-background);
    background-color: var(--bs-secondary-background);
}




@media (max-height: 640px) {
    .hide-on-small-screen {
        display: none;
    }
}


@media (min-height: 760px) {
    .map {
        height: 60vh
    }
}

@media (min-height: 830px) {
    .map {
        height: 63vh
    }
}

@media (min-height: 910px) {
    .map {
        height: 65vh
    }
}

@media (min-height: 1200px) {
    .map {
        height: 75vh
    }
}

@media (max-width: 360px) {
    .p-3 {
        padding: .8rem !important;
    }

    .btn {
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-padding-y: 0.5rem;
        --bs-btn-line-height: 1.4;
        border-radius: .5rem;
    }

}


.map-center-pin {
    background-image: url("/cdn/img/pin.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.4rem;
    height: 3rem;
    top: calc(47% - 1.5rem);
    left: calc(50% - 1.2rem);
    position: absolute;
}





[data-bs-theme=dark] {

    .zoom-out-btn{
        border-color: #fff!important;
        background-color: #0a53be!important;
    }
}

.input-spinner {
    position: relative;
    background-color: transparent;
    padding-left: .8rem;
    padding-right: .8rem;
}

.input-spinner i.loader {
    position: relative;
    height: 1.3rem;
    width: 1.3rem;
    display: inline-block;
    animation: around 1s linear infinite;
    margin: 0;
    background-image: url("/cdn/img/loader.svg");
    background-size: contain;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}



.toast-wrapper {
    position: fixed;
    z-index: 1060; /* Ensure it's above most UI elements */
    top: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .5rem;
    pointer-events: none; /* Prevent blocking clicks behind */
}

/* Toast Message */
.toast-message {
    width: 100%;
    padding: .66rem .9rem;
    border-radius: .5rem;
    font-size: .9rem;
    line-height: 1.16rem;
    color: #111;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    animation-duration: 0.4s;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin: auto;
}

[data-bs-theme=dark] {
    .toast-message {
        background-color: var(--bs-secondary-background);
        color: #fff;
    }
}

.tabs {
    background-color: #fff;
    border-top: 1px solid rgba(223, 228, 230, .5);
}

.platform-ios .tabs {
    padding-bottom: 1rem;
}

[data-bs-theme=dark] {
    .tabs {
        background-color: var(--bs-secondary-background);
        border-color: transparent;
    }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .tabs {
        padding-bottom: calc(env(safe-area-inset-bottom));
    }
}

.tabs .tab .item {
    padding: .5rem;
}
.tabs .tab .item .item-label{
    color: #728297;
    font-size: .8rem;
    padding-top: .3rem;
}

.tabs .tab .item .item-icon {

}

.tabs .tab .item .item-icon svg{
    fill: #728297;
    width: 1.2rem;
    height: 1.2rem;
}

.tabs .active .item .item-label {
    color: var(--bs-primary);
}
.tabs .active .item .item-icon svg{
    fill: var(--bs-primary);
}

[data-bs-theme=dark] {
    .tabs .tab .item .item-icon svg{
        fill: #A5A5A5;
    }

    .tabs .tab .item .item-label{
        color: #A5A5A5;
    }


    .tabs .active .item .item-icon svg{
        fill: #fff;
    }

    .tabs .active .item .item-label{
        color: #fff;
    }

}

/* Toast Types */
.toast-message.top-right {
    .toast-wrapper {

    }
}


.toast-message.success {
    background-color: #28a745; /* Green for success */
    color: #fff!important;
}
.toast-message.error {
    background-color: #DE4655;
    color: #fff;
}
.toast-message.warning {
    background-color: #ffc107; /* Yellow for warnings */
}

.animate__fadeIn {
    opacity: 0;
    transform: translateY(-10px);
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.margin-header {
    margin-top: 3.5rem;
}

.margin-tab {
    margin-bottom: 4rem;
}

.icon-arrow svg{
    fill: #728297;
}

.text-fade {
    fill: #728297;
}

.text-warning {
    color: coral !important;
    fill: coral !important;
}

.text-success {
    color: #06AD4F !important;
    fill: #06AD4F !important;
}


.list {
    width: 100%;
}

.list .item .item-label {
    padding: .8rem 0;
}

.list .item .item-icon .icon {

}

.list .item .border-bottom {
    border-color: rgba(223, 228, 230, .5)!important;
}

[data-bs-theme=dark] {
    .bg-white {
        background-color: #141414!important
    }

    .list .item .border-bottom {
        border-color: var(--bs-secondary-background) !important
    }
}


.spinner-infinity {
    --bs-spinner-width: 1.4rem;
    --bs-spinner-height: 1.4rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.15em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.badge-verified {
    margin-left: 1rem;
    margin-top: -3rem;
}

.fixed-footer {
    width: 100%;
    height: 4.6rem;
}

.swiper-horizontal {
    overflow: hidden;
}

img:not([src]) {
    display: none;
}

img.error {
    display: none;
}

.z-10 {
    z-index: 10;
}

.highlight {
    font-weight: bold;
}


.border-bottom {
    --bs-border-width: 0.05rem;
    --bs-border-color: rgba(223, 228, 230, .5)!important;
}

.bg-premium {
    fill: #FF8A60;
}

.bg-gray {
    background-color: var(--bs-secondary-background);;
}

.p-2-1 {
    padding: .7rem .8rem;
}

.py-2-1 {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}

.pb-2-1 {
    padding-bottom: .7rem !important;
}

.px-2-1 {
    padding-right: .7rem !important;
    padding-left: .7rem !important;
}

footer.bottom-0 {
    z-index: 1;
}

.star-rating {
    line-height: .8rem ;
}

.star-rating .icon {
    fill: #ccc;
    margin-right: 2px;
}

.star-rating .icon.filled {
    fill: #FFD700;
}

.wr-70 {
    width: 70% !important;
}

.wr-30 {
    width: 30% !important;
}

.min-h-7 {
    min-height: 7rem
}

.min-width-2 {
    min-width: 2.6rem
}

.accordion-item {
    border-radius: 0;
    border: none !important;
}