:root {
    --gradient: linear-gradient(135deg, #000000, #000000);
}

@font-face {
    font-family: "e-ukraine";
    font-style: normal;
    src: url("/style/fonts/e-Ukraine/e-Ukraine-Light.woff") format("woff");
    font-weight: 300
}

@font-face {
    font-family: "e-ukraine";
    font-style: normal;
    src: url("/style/fonts/e-Ukraine/e-Ukraine-Regular.woff") format("woff");
    font-weight: 400
}

@font-face {
    font-family: "e-ukraine";
    font-style: normal;
    src: url("/style/fonts/e-Ukraine/e-Ukraine-Medium.woff") format("woff");
    font-weight: 500
}

@font-face {
    font-family: "e-ukraine-heading";
    font-style: normal;
    src: url("/style/fonts/e-Ukraine/e-UkraineHead-Regular.woff") format("woff");
    font-weight: 400
}

html {
    min-height: 100vh
}

html {
    overflow-x: hidden;
    touch-action: pan-y;
}

body {
    min-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    overflow-x: hidden;
    font-family: "e-ukraine";
    font-weight: 400;
    background: #F5F5F5;
    color: #000;
    touch-action: pan-y;
}

* {
    font-family: "e-ukraine";
}

textarea {
    resize: none; 
}

.input-error {
    box-shadow: 0 0 5px darkred;
    margin-bottom: 10px;
}

a:hover {
    text-decoration: none; 
}

a {
    text-decoration: none; 
}

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 0px;
    height: 0px; 
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #000000;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 3px;
    height: 0px; 
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
} 

.btn {
    padding: 0.5rem 0.75rem; 
    border-radius: 1.25em;; 
}

.navbar-brand {
    font-size: 1.75rem; 
    font-weight: 500; 
}

.mh-2 {
    min-height: 2em; 
    overflow: hidden; 
} 
.mh-3 {
    min-height: 3em; 
    overflow: hidden; 
}

.bs-tooltip-right {
    left: 5px !important; 
}

.bs-tooltip-left {
    right: 5px !important; 
}

.modal-lg {
    max-width: 1024px; 
}


/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    min-width: 320px; 
}

@media (max-width: 425px) {
    .modal.fade:not(.in).left .modal-dialog {
        min-width: 100%; 
    }  
}
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.button-scrool-top {
    position: fixed; 
    bottom: 2em; 
    right: 2em; 
}

.button-close-sidebar {
    position: absolute; 
    left: 25px; 
    top: 7px; 
}

.modal.right .modal-dialog {
    position:absolute;
    top:0;
    right:0;
    margin:0;
}

.modal.left .modal-dialog {
    position:absolute;
    top:0;
    left:0;
    margin:0;
}

.modal.left .modal-dialog.modal-sm {
    max-width:300px;
}

.modal.left .modal-content, .modal.right .modal-content {
    min-height:100vh;
    border:0;
}
.bs-tooltip-bottom {
    top: 5px !important; 
}

.card-title {
    color: black; 
}

.card-title:hover {
    text-decoration: none; 
}

.alert {
    background-color: #fff !important;
}

.tooltip-inner {
    background-color: #1240ab;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #1240ab !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #1240ab !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #1240ab !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #1240ab !important;
}

.badge-outline-primary {
    border: 1px solid #1240ab; 
}
.dropdown-menu {
    padding: 15px; 
    width: calc(100% - 30px); 
} 

main {
    min-height: calc(100vh - 156px);
    overflow-x: hidden; 
}

/* END BOOTSTRAP */
p {
    font-size: 1.15em; 
}

.mobile-menu i {
    font-size: 20px; 
}

.logo-icon {
    transform: scale(-1, 1); position: relative; left: 0.2em;
}

.card-icons {
    position: absolute; 
    width: 100%; 
}

/* PRODUCT CARD */ 


.product_card-title {
    max-height: 1.25em;
    overflow: hidden; 
}

.category_card-title {
    min-height: 2.5em;
    overflow: hidden; 
}

.product-card:hover {
    box-shadow: 0 0 25px gray; 
    transition: .25s; 
} 

.country-icon {
    max-height: 40px; 
    border-radius: 10px; 
    display: inline-block; 
}

/* PRODUCT CARD end*/ 

.breadcrumb li { 
    padding: 0 5px; 
}


.divider-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    padding: 24px 0 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    vertical-align: baseline
}

.divider-wrapper:before,.divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    height: .5em;
    margin: 0
}

.divider {
    text-align: center;
    flex: .2 0 auto;
    margin: 0;
    height: 12px
}

#modal-sidebar .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-width: 300px;
    width: 100%;
    margin: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1055;
}

#modal-sidebar.modal.show .modal-dialog {
    transform: translateX(0);
}

#modal-sidebar .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

#modal-sidebar .modal-body {
    overflow-y: auto;
}

.text-gradient {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    background: var(--gradient);
    color: white;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-gradient:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    color:white;
}

.btn-gradient:active {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.bg-gradient {
    background: var(--gradient) !important;
    color: white !important;
}


.accordion-button.bg-gradient::after {
    font-family: 'Font Awesome 6 Free'; /* Актуальний шрифт Font Awesome */
    content: '\f107'; /* Код стрілки вниз */
    font-weight: 900; 
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 1.25rem; /* Задає відступ від правого краю */
    top: 50%;
    transform: translateY(-50%);
}
.accordion-button.bg-gradient:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}

.block-gradient {
    width: 510px;
    height: 510px;
    background: var(--gradient);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18rem;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.step {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-10px);
}

.step h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.step p {
    font-size: 14px;
}

.form-control {
    transition: box-shadow 0.3s ease;
}

.form-control:focus {
    box-shadow: 0 0 8px 2px rgba(22, 173, 28, 0.5), 0 0 10px 2px rgba(37, 117, 252, 0.5);
}

.accordion-button:focus {
    box-shadow: none;
}

.dropdown-language-menu {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    border: none;
}

.dropdown-language-menu li {
    margin: 0;
}

.dropdown-language-menu a {
    display: block;
    color: #333;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s, color 0.2s;
}

.dropdown-language-menu a:hover {
    background-color: #f1f1f1;
    color: #007bff;
}

.dropdown-language {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.navbar-toggler-icon {
    color: white;
}

.navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 8px 10px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.navbar-toggler i {
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.navbar-toggler.collapsed i {
    color: #ffffff;
}

.navbar-toggler:not(.collapsed) i {
    color: #ff5722;
    transform: rotate(90deg);
}

.autocomplete-suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.icon-advantage-wrapper {
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: unset;
}

.card-example-text {
    min-height: 80px;
}

.dropdown-notifications {
    min-width: 480px;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #ddd;
    border-radius: 0.375rem;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 0 8px 2px rgba(22, 173, 28, 0.5), 0 0 10px 2px rgba(37, 117, 252, 0.5);
}

.form-check-input:checked {
    background: var(--gradient);
    border: none;
    box-shadow: 0 0 8px 2px rgba(22, 173, 28, 0.5), 0 0 10px 2px rgba(37, 117, 252, 0.5);

}

.form-check-input:focus {
    outline: none;
    border: none;
    box-shadow: 0 0 8px 2px rgba(22, 173, 28, 0.5), 0 0 10px 2px rgba(37, 117, 252, 0.5);

}

.form-check-label {
    margin-left: 1rem;
    color: #333;
    transition: color 0.3s ease;
}

.form-check-input:checked + .form-check-label {
    color: var(--gradient);
}

.btn-register-icon {
    min-width: 45px;
    text-align: right;
}
.copy-tooltip {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    animation: fadeInOut 2s ease;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

table td,
table th {
    vertical-align: middle;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    background: transparent;
    border: 1px solid #16ad1c;
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    border-color: #16ad1c;
}

.page-link:hover {
    background: transparent;
    color: transparent;
    background-image: linear-gradient(135deg, #16ad1c, #2575fc);
    -webkit-background-clip: text;
    background-clip: text;
    border-color: #16ad1c;
}


.page-item.active .page-link {
    background: linear-gradient(135deg, #16ad1c, #2575fc);
    border-color: transparent;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background: #e9ecef;
    border-color: #e9ecef;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    background: var(--gradient);
    color: white;
}
.nav-link {
    color: #020202;
}

.offcanvas-backdrop {
    z-index: 1040 !important;
    overflow: hidden;
}

.offcanvas {
    z-index: 1050 !important;
    height: 100%;

}