﻿* {
    font-feature-settings: "ss01", "ss02", "ss03", "ss04", "clig" off, "liga" off;
}

html {
    font-size: 150%;
    font-size: 14px;
}

body {
    background-color: #F0F0F0;
}

    body.modal-open {
        padding-right: 0 !important;
        overflow: hidden;
    }

.modal-padding {
    padding-right: 22px;
}

@font-face {
    font-family: 'CocoSharp';
    src: url('../fonts/CocoSharp-Regular.ttf');
}


html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 16px;
    font-family: 'CocoSharp' !important;
    color: #464646
}

.slider-container {
    margin-top: 30px !important;
    margin-right: 5px !important;
}

.ui-slider-handle {
    border-radius: 50% !important;
    background-color: #FFFFFF !important;
    border: 1px solid #A1A1A1 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.ui-slider {
    background: #ddd !important; /* Gray-colored slider line */
}

.btn-back {
    background-color: transparent;
    color: #230078;
    align-items: center;
    padding: 13px 32px 13px 32px;
    gap: 5px;
    left: 19px;
    top: 13px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 2px solid #27007D;
    border-radius: 50px;
    height: 50px;
}

    .btn-back:hover {
        box-shadow: rgba(101, 76, 160, 0.25) 0px 4px 4px;
        transition: 0.5s ease;
    }

    .btn-back:focus, .btn-back:active {
        outline: none !important;
        box-shadow: none;
        background-color: white;
    }

.btn-nlb-komercijalna {
    background-color: #230078;
    color: #FFFFFF;
    padding: 13px 32px 13px 32px;
    border-radius: 50px;
    border-color: transparent;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 700;
    height: 50px;
}

    .btn-nlb-komercijalna:hover {
        box-shadow: rgba(101, 76, 160, 0.25) 0px 4px 4px 0px;
        color: #FFFFFF;
        transition: 0.5s ease;
    }

    .btn-nlb-komercijalna:focus, .btn-nlb-komercijalna:active {
        outline: none !important;
        box-shadow: none;
        background-color: #130042;
    }

    .btn-nlb-komercijalna:disabled {
        opacity: 1;
        color: #919191;
        background-color: #DDDDDD;
    }

.borderm {
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    background-color: #FFFFFF;
}

.form-label {
    color: #666666;
    font-family: CocoSharp;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.07999999821186066px;
    text-align: left;
}

.paddinglabel {
    margin-bottom: 0px !important;
}

.form-control-static {
    font-family: CocoSharp;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -0.07999999821186066px;
    text-align: left;
}

.htitle {
    color: #666666;
    display: flex;
    align-items: center;
    font-family: CocoSharp;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
}

.progress-bar-container {
    text-align: center;
    margin-bottom: 20px;
}

.progress-bar-container {
    text-align: center;
    margin-bottom: 20px;
}

.progress-bar {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 100px;
}

.progress-circle {
    width: 30px;
    height: 30px;
    background-color: #130042;
    border-radius: 50%;
    margin-right: 20px; /* Increase the distance between circles */
    position: relative;
}

.progress-circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; /* Adjust the size of the inner circle */
    height: 18px; /* Adjust the size of the inner circle */
    background-color: #fff;
    border-radius: 50%;
}

.progress-line {
    width: 2px; /* Adjust the thickness of the line */
    height: 100%; /* Adjust the length of the line */
    background-color: #130042;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.custom-radio-group {
    display: flex;
    flex-direction: column;
}

.custom-radio {
    margin-bottom: 10px;
    margin-top: 10px;
    accent-color: green;
    display: flex;
    gap: 8px;
}

.input-currency {
    background-color: transparent;
    border: none;
    display: inline !important;
    margin-left: -80px;
    padding: 0;
    padding-left: 25px;
    font-size: 16px;
}

.nlb-numeric-label {
    display: inline !important;
}

.nlb-numeric-input {
    display: inline !important;
    text-align: left;
    padding-right: 80px;
}

.nlb-integer {
    text-align: left;
}

.nlbTooltip {
    background-color: #230078;
    color: white;
}

.ui-slider-range {
    background-color: #230078 !important;
}

.select2-codebook-item {
    border-bottom: 1px solid darkgray;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: -2px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-weight: bold !important;
    color: black !important;
    background-color: white !important;
}

.select2-container--default .select2-results > .select2-results__options {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.select2-results__option {
    padding: 0px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: white !important;
    font-weight: bold;
}

[type=search] {
    outline-offset: 0px !important;
    -webkit-appearance: textfield;
}

.select2-search--dropdown {
    display: block;
    padding: 0px !important;
    border-radius: 5px !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 37px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: 2px solid #27007D !important;
    border-radius: 8px !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 5px !important;
    margin-top: 3px !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: darkgrey;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
}

.select2-results__options::-webkit-scrollbar-button {
    background-color: transparent;
    height: 4px;
}

.page-link.disabled {
    pointer-events: none;
    color: #6c757d; /* Bootstrap's disabled color */
    background-color: #e9ecef; /* Bootstrap's disabled background color */
    cursor: not-allowed;
}

th.sortable {
    cursor: pointer;
}

    th.sortable i {
        margin-left: 5px;
    }

.request-card:hover .description-tooltip {
    display: block;
}

.description-tooltip {
    display: none;
    position: absolute;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 0.9em;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.btn-intesa {
    color: #fff;
    background-color: #ea600e !important;
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-sestovac {
    color: #fff;
    background-color: #f70d1a !important;
    font-weight: 500;
    letter-spacing: 1px;
}

.form-check-input:checked {
    border-color: transparent !important;
    background-color: #f70d1a !important;
}

.modal-xxl {
    max-width: 90%; /* You can adjust this percentage */
}

/**/

.currency-label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px; /* prilagodi prema potrebi */
    color: #495057; /* isti kao placeholder */
    pointer-events: none; /* da ne ometa unos */
}

input {
    padding-right: 50px; /* da se oslobodi prostor za oznaku */
}


.modal.modal-stack {
    z-index: 1060; /* Higher than the default modal z-index of 1055 */
}


.invalid-field {
    border-color: red;
}

.form-check.form-switch {
    display: flex;
    align-items: center; /* Poravnava labelu i dugme vertikalno */
}

.form-check-label {
    margin-right: 1rem; /* Dodaje razmak između labele i dugmeta */
}