﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root {
    --base-text-color: #707070;
    --input-text-color: #000;
    --red: #e2000e;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fafafa;
    font-family: 'Lato', sans-serif;
}

.form-control,
.form-control:focus {
    color: #000;
}

    .form-control::placeholder {
        color: var(--base-text-color);
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

p {
    font-size: 1.1em;
    line-height: 1.7em;
    color: var(--base-text-color);
}

    p.input-note {
        font-size: .9rem;
        line-height: 1.5;
        color: #0a5a8c
    }

    p.header {
        font-size: 1.25rem;
        color: #000;
        margin-top: 1.8rem;
        margin-bottom: 2.05rem;
        line-height: 1;
        font-weight: bold;
    }

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

select.form-control,
select[multiple].form-control {
    border-radius: 8px;
    height: calc(1.5em + 1.37rem + 2px);
    padding: 0.685rem 0.75rem;
    color: var(--base-text-color);
    border-color: #d7e9f5;
}

select.form-control {
    appearance: none;
}

@media (min-width: 576px) {
    .w-md-30 {
        width: 30% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 100vw;
    position: fixed;
    top: 5.15rem;
    height: calc(100% - 5.15rem);
    left: 0;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    -moz-box-shadow: 0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
    clip-path: inset(0px -15px 0px 0px);
    margin-left: calc(-100vw - 7px);
    overflow-y: hidden;
}

    #sidebar.active {
        margin-left: 0;
    }

@media (min-width: 576px) {
    #sidebar {
        width: 250px;
        margin-left: calc(-250px - 7px);
    }
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #222222;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 0.375rem 1.5rem;
    font-size: 0.9em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #fafafa;
        background: #8d8a8a;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #1a8fd9;
}

#sidebar .sidebar-menu {
    color: #000000;
    overflow-y: auto;
    height: calc(100% - 4.8rem - 5rem);
    border-top: 1px solid #eee;
}

#sidebar .nav-link {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0.2rem 4rem .2rem 6rem;
}

@media (min-width: 576px) {
    #sidebar .sidebar-menu {
        border-top: 0;
        height: calc(100% - 4rem);
    }

    #sidebar .nav-link {
        padding: .5rem 1rem;
    }
}

#sidebar .nav-link:hover {
    background-color: #eeeeee;
    color: #000000;
}

#sidebar .nav-link.active {
    background-color: #1a8fd9;
    color: #fff;
}

#sidebar ul {
    margin: 0;
}

    #sidebar ul .nav-link {
        padding-left: 8.5rem;
    }

#sidebar .nav-link > .fa-icon-right {
    position: absolute;
    right: 3.6rem;
}

#sidebar .nav-link > .fa-lock.fa-icon-right {
    right: 4.05rem;
}

@media (min-width: 576px) {
    #sidebar ul .nav-link {
        padding-left: 3.5rem;
    }

    #sidebar .nav-link > .fa-icon-right {
        right: 1rem;
    }

    #sidebar .nav-link > .fa-lock.fa-icon-right {
        right: 1.45rem;
    }
}

#sidebar-logoimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
}

    #sidebar-logoimg > img {
        width: 180px;
    }

.sidebar-section-title {
    display: flex;
    justify-content: center;
    color: var(--base-text-color);
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar-section-buttons {
    display: flex;
    margin-top: .3rem;
    padding: 0 5rem;
    justify-content: space-between;
}

.sidebar-section-title-container {
    padding: .675rem 0;
    border-bottom: 1px solid #eee;
}

@media (min-width: 576px) {
    .sidebar-section-buttons {
        padding: 0 1.25rem;
    }

    .sidebar-section-title-container {
        padding: .825rem 0;
    }
}

.navbar-agency-name {
    color: #0a5a8c;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    margin-left: 3.1rem;
    text-transform: uppercase;
    font-weight: bold;
}

#sidebar-collapse-mirror,
#sidebarCollapse {
    color: #0a5a8c;
    padding: 1.48rem;
    position: relative;
}

@media (min-width: 576px) {
    #sidebar {
        top: 0;
        height: 100vh;
    }
}

/*boczne menu*/
@media (max-width: 576px) {
    #sidebar-logoimg {
        display: none;
    }

    #wrapper {
        width: 100%;
    }

        #wrapper.active {
            width: 100%;
        }

    #sidebar {
        top: 5.1rem;
        height: calc(100% - 5.1rem);
    }

    #navbarSupportedContent {
        display: none !important;
    }

    .navbar-agency-name-container {
        display: none !important;
    }

    #sidebar-buttons {
        display: flex !important;
        justify-content: space-evenly;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    #sidebar-agency-name-container {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.85rem;
        background: #fafafa;
        height: 4.8rem;
    }

        #sidebar-agency-name-container .dropdown.dropdown-icons-only {
            margin-left: .75rem;
        }

    #sidebar-logout-button {
        display: flex !important;
        position: sticky;
        bottom: 0;
        width: inherit;
    }

    .sidebar-logout-button-style {
        color: #0a5a8c;
        height: 5rem;
        font-size: 1.15rem;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #d7e9f5;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        border-radius: 0;
    }
}

.agency-action-button {
    border-radius: 25px;
    border: 1px solid var(--base-text-color);
    color: var(--base-text-color);
    height: 1.65rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .725rem;
    text-transform: uppercase;
}

    .agency-action-button:hover {
        background: #eee;
        color: var(--base-text-color);
    }

#navbar-logoimg {
    display: flex;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    width: 11.5rem;
}

    #navbar-logoimg > a > img {
        width: 100%;
    }

@media (min-width: 576px) {
    #navbar-logoimg {
        display: none;
    }
}

#sidebar-buttons {
    display: none;
}

#sidebar-agency-name-container {
    display: none;
}

#sidebar-logout-button {
    display: none;
}

#sidebar .btn-link {
    color: #0a5a8c;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    background: #f5f5f5;
    margin-left: 10px;
    margin-right: 10px;
    color: black;
}

#pagecontent {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#wrapper {
    width: calc(100% - 250px);
    padding-bottom: 0;
    padding-top: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

    #wrapper.active {
        width: 100%;
    }

#layoutpagecontent {
    flex: 1 0 auto;
}

    #layoutpagecontent > .container-fluid {
        margin-top: 1rem;
    }

.top-navbar {
    background-color: #ffffff;
    -moz-box-shadow: 0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
    height: 5.1rem;
    color: #0a5a8c;
    z-index: 1001;
}

@media (min-width: 576px) {
    .top-navbar {
        height: 4rem;
        padding-left: 1rem;
        padding-right: 1.85rem;
        z-index: 998;
    }

    #layoutpagecontent > .container-fluid {
        margin-top: 1.8rem;
        padding-left: 1.85rem;
        padding-right: 1.85rem;
    }
}

.top-navbar-language-dropdown-offers {
    color: #0a5a8c !important;
    border-radius: 25px;
    border: 1px solid #0a5a8c;
    height: 2.25rem;
}

    .top-navbar-language-dropdown-offers:hover {
        cursor: pointer;
    }

.top-navbar-logout-button-style {
    text-transform: uppercase;
    font-size: .875rem;
    border-radius: 25px;
    border: 1px solid #0a5a8c;
    color: #0a5a8c;
    height: 2.25rem;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0.375rem 1.275rem;
}

    .top-navbar-logout-button-style:hover {
        background: #0a5a8c;
        color: #fff;
    }

#sidebar-collapse-mirror {
    visibility: hidden;
}

@media (min-width: 576px) {
    #sidebar-collapse-mirror {
        display: none;
    }

    #navbarSupportedContent {
        margin-left: auto;
    }

        #navbarSupportedContent .dropdown.dropdown-icons-only {
            margin: 0 3.75rem 0 3.25rem;
        }
}

#sidebar-collapse-mirror .fas,
#sidebarCollapse .fas {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    #sidebar-collapse-mirror .fas.active,
    #sidebarCollapse .fas.active {
        display: inline-block;
    }

@media (max-width: 576px) {
    #sidebar-collapse-mirror .fas,
    #sidebarCollapse .fas {
        display: inline-block;
        transition: 1s;
    }

        #sidebar-collapse-mirror .fas.active,
        #sidebarCollapse .fas.active {
            transform: translate(-50%,-50%) rotate(90deg);
            opacity: 0;
        }

    #sidebar {
        margin-left: 0;
    }

        #sidebar.active {
            margin-left: calc(-100vw - 7px);
        }

    #wrapper {
        width: 100%;
    }

    #sidebar-collapse-mirror span,
    #sidebarCollapse span {
        display: none;
    }
}

/* style */
.btn-menu {
    width: 100%;
    text-align: left;
    color: #fff;
    border-radius: 0;
    padding-left: 1rem;
}

    .btn-menu:hover,
    .btn-menu.active {
        color: #fff;
        text-decoration: none;
        background: #333;
    }

#sidebar h3 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

h4.alt {
    color: #9e9e9e;
    padding: 0.375rem 0.75rem;
    margin: 2rem 0 0 0;
    font-size: 1rem;
    text-transform: uppercase;
}

#sidebar h4:first-of-type {
    margin-top: 1rem;
}

h4 > .btn {
    float: right;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
}

#sidebar a[href=""] {
    cursor: not-allowed;
}

.custom-file-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
}

.cutom-dropdown-toggle {
    border: 1px solid #d7e9f5 !important;
    font-weight: bold;
    text-align: left;
    border-radius: 10px;
}

    .cutom-dropdown-toggle:after {
        right: 10px;
        color: #1a8fd9;
    }

.cutom-dropdown-toggle-other:after {
    position: relative !important;
    display: inline-block !important;
    right: 0px !important;
}

.cutom-dropdown-toggle-navbar:after {
    right: -5px !important;
}

.cutom-dropdown-toggle-navbar {
    background: none !important;
}

#toasts-container .toast {
    background-color: #fff;
}

.custom-div-invoice {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

[src=""] {
    display: none;
}

#PhotoPreviewContainer {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
}

#ImagePreviewContainer {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
}

#IconPreviewContainer {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
}

.note-editor .note-editing-area {
    font-size: 16px;
}

    .note-editor .note-style p,
    .note-editor .note-editing-area p {
        line-height: 1;
        margin-bottom: 0.35cm;
        color: black
    }

    .note-editor .note-editing-area center > table p {
        line-height: 0.6;
        margin-bottom: 0.21cm;
    }

        .note-editor .note-editing-area center > table p > strong {
            line-height: 1;
        }

.note-editor .note-btn.btn-light {
    border-color: #ccc;
}

.note-editor center > table {
    width: 100%;
}

.note-popover .popover-content .dropdown-menu.dropdown-menu-tag, .card-header.note-toolbar .dropdown-menu.dropdown-menu-tag {
    max-height: 142px;
    overflow-y: scroll;
}

.note-editable .page-break {
    position: relative;
    height: 1px;
    width: 100%;
    border-top: dashed #8d8a8a;
    margin: 10px 0;
    clear: both;
}

    .note-editable .page-break:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f3be";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
    }

.note-editable a {
    color: #1a8fd9 !important;
}

.note-customtags {
    display: inline-block !important;
}

.table-custom {
    table-layout: fixed;
    width: 100%;
    page-break-inside: avoid !important;
    padding-bottom: 0px;
    margin-bottom: 0px
}

    .table-custom th {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .table-custom td {
        border: 1px solid #e5e5e5;
        padding: 0 0 0 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .table-custom p {
        padding: 1px 0 1px 0 !important;
        margin: 0 0 0 0 !important;
        width: 100% !important;
        line-height: 120% !important;
    }

.summernote-table-bordered th {
    border: 1px solid black !important;
}

.summernote-table-bordered td {
    border: 1px solid black !important;
}

.summernote-table-borderless td {
    border: 1px solid #e5e5e5 !important;
}

.summernote-table-borderless td {
    border: 1px solid #e5e5e5 !important;
}

.dropdown-table-style {
    padding-left: 10px;
    padding-right: 10px;
}

.table-messenger-orders .product-price,
.table-messenger-orders .product-comment {
    font-size: .8rem;
}

@media (min-width: 576px) {
    .table-messenger-orders th.limit-width,
    .table-messenger-orders td.limit-width {
        min-width: 200px;
        width: 200px;
        max-width: 200px;
        word-break: break-word;
    }
}

.payment-logos {
    text-align: right;
}

    .payment-logos img {
        max-height: 40px;
    }

.dropzone {
    border: 2px dashed #d7e9f5;
    border-radius: 15px;
    background: #fff
}

    .dropzone .dz-preview .dz-error-message {
        top: 150px !important;
    }

.media-preview {
    display: flex;
    justify-content: center;
    width: 466px;
    height: 262px;
    margin-bottom: 10px;
}

    .media-preview img {
        max-width: 466px;
        max-height: 262px;
    }

.btn-media-preview {
    margin: 10px auto;
    cursor: pointer;
    position: relative;
    padding-bottom: 10rem;
    width: 100%;
    height: 0;
    max-width: 150px;
}

    .btn-media-preview img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.btn-media-preview-container {
    height: 100%;
    display: inline-flex;
    text-align: center;
    align-items: center;
}

.btn-copy-to-clipboard {
    position: relative;
}

    .btn-copy-to-clipboard > .toast {
        position: absolute;
        top: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
        color: #000;
    }

.media-thumbnail-container {
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #d7e9f5;
    border-radius: 15px;
    height: 25.5rem;
}


.filecontainer-style .media-thumbnail-container {
    height: auto;
}

td.tdbutton {
    word-break: break-word;
}

    td.tdbutton:hover {
        cursor: pointer;
        background: #d5d5d5;
    }

th.tdbutton.comments {
    min-width: 179px !important;
}

.move-to-right {
    float: right !important;
}

.select2-results__option--selected .remove {
    display: none;
}

.js-example-basic-single {
    width: 100%;
}

.filter-date-from-padding {
    padding-right: 0;
    margin-top: auto;
}

.filter-date-to-padding {
    padding-left: 0;
    margin-top: auto;
}

.terms-of-service-link {
    color: #0000EE;
}

.picker-dialog-bg {
    z-index: 20000 !important;
}

.picker-dialog {
    z-index: 20001 !important;
}

#autoComplete_list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: .5rem;
    border-radius: .6rem;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(149,157,165,.15);
    border: 1px solid rgba(33,33,33,.07);
    z-index: 1000;
    outline: 0
}

.autoComplete_result {
    margin: .3rem;
    padding: .3rem .5rem;
    list-style: none;
    text-align: left;
    font-size: 1rem;
    transition: all .1s ease-in-out;
    border-radius: .35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease
}

    .autoComplete_result:hover {
        cursor: pointer;
        background-color: lightgray
    }

.autoComplete_wrapper {
    position: relative;
    display: inline-block;
}

@media only screen and (max-width:600px) {
    #autoComplete_list {
        margin: 10px
    }
}

.selectpickerSendSelected {
    display: none;
}

.selectpickerSearchDropdown {
    display: none;
}

/* STOPKA */
#footer {
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 0;
    flex-shrink: 0;
    color: #1a8fd9;
    font-size: .75rem;
    text-align: center;
    box-shadow: 0 3px 7px #ccc;
}

    #footer > .img {
        margin-top: .85rem;
        margin-bottom: 1.725rem;
    }

        #footer > .img > img {
            max-width: 19.65rem;
            width: 100%;
            margin: 0 auto;
            display: block;
        }

    #footer > .links {
        margin-bottom: .75rem;
    }

    #footer > .copy {
        margin-bottom: 1.75rem;
    }

.account-container #footer {
    box-shadow: none;
}

    .account-container #footer > img {
        max-width: 480px;
        width: 100%;
    }

@media (min-width: 576px) {
    #footer {
        align-items: center;
    }

        #footer > .img {
            margin-top: 0;
            margin-bottom: 0;
        }

            #footer > .img > img {
                max-width: 23.4rem;
                margin: 0 auto;
            }

        #footer > .links {
            text-align: left;
            padding-left: 1.85rem;
            margin-bottom: 0;
        }

        #footer > .copy {
            text-align: right;
            padding-right: 1.85rem;
            margin-bottom: 0;
        }
}
/* STOPKA - KONIEC */

.custom-control-input-product:checked ~ .custom-control-label-product::before {
    border-color: red !important;
    background-color: red !important;
}

.custom-control-input-product:not(:checked) ~ .custom-control-label-product::before {
    border-color: green !important;
    background-color: green !important;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.small-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.qr-menu-logo {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (min-width: 600px) {
    .qr-menu-logo {
        max-width: 500px;
        max-height: 500px;
    }
}

.category-card {
    margin-bottom: 10px;
    border: 0px;
}

.category-card-header {
    padding: 0 0 0 0;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem !important;
}

.category-header {
    width: 100%;
}

.product-descritpion-label {
    font-size: 14px;
}

.product-row {
    margin-bottom: 15px;
}

.card-body-product {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.product-variant-label {
    font-style: italic;
}

.qr-menu-product-image {
    max-width: 100%;
    max-height: 100%;
}

.qr-menu-width {
    max-width: 100%;
}

@media only screen and (min-width: 600px) {
    .qr-menu-product-image {
        max-width: 200px;
        max-height: 200px;
    }

    .qr-menu-product-image-container {
        width: 200px;
    }

    .qrChangeProductParent {
        max-width: 200px;
        margin-left: auto;
    }

    .qr-menu-width {
        width: 60%;
    }

    .qr-menu-parent {
        align-items: center;
    }
}

.offers-map {
    height: 600px;
    width: 100%;
}

.terms-text-area {
    width: 100% !important;
    height: 75vh !important;
    overflow-y: scroll;
}

    .terms-text-area > p {
        color: black
    }

    .terms-text-area > table > tbody > tr > td > p {
        color: black
    }

.custom-control-input-block-call:checked ~ .custom-control-label-block-call::before {
    border-color: red !important;
    background-color: red !important;
}

.custom-control-input-block-call:not(:checked) ~ .custom-control-label-block-call::before {
    border-color: green !important;
    background-color: green !important;
}

.custom-control-input-offer-portal:checked ~ .custom-control-label-offer-portal::before {
    border-color: green !important;
    background-color: green !important;
}

.custom-control-input-offer-portal:not(:checked) ~ .custom-control-label-offer-portal::before {
    border-color: red !important;
    background-color: red !important;
}

div.dataTables_wrapper div.dataTables_length select {
    font-size: 1rem;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #dee2e6;
    background: #fff;
}

.paginate_button {
    margin-left: .2rem;
}

@media (min-width: 576px) {
    .paginate_button {
        margin-left: .425rem;
    }
}

.paginate_button:first-child {
    margin-left: 0;
}

.pagination-layout .dataTables_paginate .page-item.ellipsis:not(.previous, .next, .active) .page-link {
    width: auto;
}

div.dataTables_wrapper div.dataTables_paginate .paginate_button.ellipsis > a > .fa {
    font-size: .35rem;
    padding: 0 .25rem;
}

div.dataTables_wrapper .first-page-length {
    display: none;
}

div.dataTables_wrapper .second-page-length {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (min-width: 576px) {
    div.dataTables_wrapper .first-page-length {
        display: flex;
        align-items: center;
        visibility: hidden;
        margin-left: 1.3rem;
    }

    div.dataTables_wrapper .second-page-length {
        margin-right: 1.3rem;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin-left: auto;
    }
}

div.dataTables_wrapper .second-page-length div.dataTables_length {
}

div.dataTables_wrapper div.dataTables_length .fa {
    position: absolute;
    right: .5rem;
    top: calc(50% - .375rem);
    color: #1a8fd9;
    font-size: .75rem;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0;
}

table.dataTable {
    width: 100% !important;
    background-color: #fff;
}

/*nowy układ*/
.input-with-placeholder-no-width {
    border-radius: 25px;
    border: 2px solid #0a5a8c;
    color: #0a5a8c;
    height: 3rem;
    padding-left: 1.3rem !important;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.7);
}

    .input-with-placeholder-no-width::placeholder {
        color: #0a5a8c;
    }

.input-with-placeholder {
    border-radius: 25px;
    border: 2px solid #0a5a8c;
    color: #0a5a8c;
    height: 3rem;
    padding-left: 1.3rem !important;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.7);
}

    .input-with-placeholder::placeholder {
        color: var(--base-text-color);
    }

    .input-with-placeholder,
    .input-with-placeholder:focus {
        color: #0a5a8c;
    }

.button-style {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 2px solid #1a8fd9;
    background-color: #1a8fd9;
    color: white;
    height: 3rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.register-font {
    color: #1a8fd9;
    font-size: 0.7rem;
    font-weight: bold;
}

.register-info-font {
    color: #0a5a8c;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1.175rem;
}

.title-style {
    font-size: 22px;
    color: #0a5a8c;
    font-weight: bold;
    text-transform: uppercase;
}

.inner-frame-style {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.8);
}

.button-style-back {
    border-radius: 25px;
    color: white;
    height: 3rem;
    font-size: 0.7rem;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.login-via-button-style {
    border-radius: 25px;
    border: 2px solid #38749a;
    color: #0a5a8c;
    height: 3rem;
    text-align: left;
    font-size: 0.8rem;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.7);
}

.language-dropdown-offers {
    color: #0a5a8c !important;
    border-radius: 25px !important;
    border: 2px solid #0a5a8c !important;
    height: 3rem !important;
    width: 8.5rem;
    appearance: auto !important;
}

label.hidden-label {
    display: none;
}

.margin-bottom-title {
    margin-bottom: 2.55rem;
}

.language-dropdown-offers-parent {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 576px) {
    .language-dropdown-offers-parent {
        left: unset;
        right: 1rem;
        transform: none;
    }
}

.footer-logo-img {
    height: 2.5rem;
}

.offers-footer-text {
    font-size: 0.8rem;
}

.footer-third-column {
    width: 100%;
    justify-content: center;
}

.footer-fourth-column {
    width: 100%;
    justify-content: center;
}

.footer-fifth-column {
    width: 100%;
    justify-content: center;
}

.footer-sixth-column {
    width: 100%;
    justify-content: center;
    padding-bottom: 3rem;
}

.foter-inner-padding {
    padding-top: 2rem;
}

@media (max-width: 300px) {
    .account-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .row-no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #logoimg {
        text-align: center;
        padding-top: 4.9rem;
        margin: 0 0 3.5rem 0
    }

        #logoimg img {
            max-width: 60%;
            object-fit: contain;
        }

    .inner-frame-style {
        width: 100%;
    }

    .input-with-placeholder {
        width: 100%;
    }

    .input-with-placeholder-no-width-parent {
        width: 100%;
    }

    .button-style {
        width: 100%;
    }

    .button-style-back {
        width: 100%;
    }

    .login-via-button-style {
        width: 100%;
    }

    .full-width {
        width: 18rem;
    }

    .layout-text-left {
        text-align: left !important;
        margin-right: 0 !important;
    }

    .layout-text-right {
        text-align: right !important;
        margin-left: 0 !important;
    }

    .jobboard-go-to-offers {
        text-align: left;
        margin-bottom: 0px;
        padding-left: 0px !important;
    }

    .layout-row {
    }

        .layout-row .col-left {
            width: 100%;
            margin-bottom: 0.75rem;
        }

        .layout-row .col-right {
            width: 100%;
        }

        .layout-row .col-left-equal {
            width: 100%;
            margin-bottom: 0.75rem;
        }

        .layout-row .col-right-equal {
            width: 100%;
        }

    .margin-bottom-normal {
        margin-bottom: 2.8rem !important;
    }

    .margin-bottom-small {
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 300px) {
    .account-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .row-no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #logoimg {
        text-align: center;
        padding-top: 5.8rem;
        margin: 0 0 3.675rem 0
    }

        #logoimg img {
            max-width: 54%;
            object-fit: contain;
        }

    .inner-frame-style {
        width: 100%;
    }

    .input-with-placeholder {
        width: 100%;
    }

    .input-with-placeholder-no-width-parent {
        width: 100%;
    }

    .button-style {
        width: 100%;
    }

    .button-style-back {
        width: 100%;
    }

    .login-via-button-style {
        width: 100%;
    }

    .full-width {
        width: 20.875rem
    }

    .layout-text-left {
        text-align: left !important;
        margin-right: 0 !important;
    }

    .layout-text-right {
        text-align: right !important;
        margin-left: 0 !important;
    }

    .layout-row {
    }

        .layout-row .col-left {
            margin-bottom: 0.75rem;
            width: 100%;
        }

        .layout-row .col-right {
            width: 100%;
        }

        .layout-row .col-left-equal {
            margin-bottom: 0.75rem;
            width: 100%;
        }

        .layout-row .col-right-equal {
            width: 100%;
        }

    .margin-bottom-normal {
        margin-bottom: 2.875rem !important;
    }

    .margin-bottom-small {
        margin-bottom: 0.8rem !important;
    }

    .margin-bottom-normal-last {
        margin-bottom: 4.05rem !important;
    }

    .login-method-spacing {
        margin-top: 2.8rem;
        margin-bottom: 0;
    }
}

@media (min-width: 400px) {
    .account-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .row-no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #logoimg {
        text-align: center;
        padding-top: 4.9rem;
        margin: 0 0 3.5rem 0
    }

        #logoimg img {
            max-width: 60%;
            object-fit: contain;
        }

    .inner-frame-style {
        width: 100%;
    }

    .input-with-placeholder {
        width: 100%;
    }

    .input-with-placeholder-no-width-parent {
        width: 100%;
    }

    .button-style {
        width: 100%;
    }

    .button-style-back {
        width: 100%;
    }

    .login-via-button-style {
        width: 100%;
    }

    .full-width {
        width: 25rem;
    }

    .layout-text-left {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-text-right {
        text-align: right !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .jobboard-go-to-offers {
        text-align: left;
        margin-bottom: 0px;
        padding-left: 0px !important;
    }

    .layout-row {
    }

        .layout-row .col-left {
            margin-bottom: 0.75rem;
            width: 100%;
        }

        .layout-row .col-right {
            width: 100%;
        }

        .layout-row .col-left-equal {
            margin-bottom: 0.75rem;
            width: 100%;
        }

        .layout-row .col-right-equal {
            width: 100%;
        }

    .login-row-no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 576px) {
    .account-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .row-no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #logoimg {
        text-align: center;
        padding-top: 4.9rem;
        margin: 0 0 3.5rem 0
    }

        #logoimg img {
            max-width: 60%;
            object-fit: contain;
        }

    .inner-frame-style {
        width: 100%;
    }

    .input-with-placeholder {
        width: 100%;
    }

    .input-with-placeholder-no-width-parent {
        width: 100%;
    }

    .button-style {
        width: 100%;
    }

    .button-style-back {
        width: 100%;
    }

    .login-via-button-style {
        width: 100%;
    }

    .full-width {
        width: 35rem;
    }

    .layout-text-left {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-text-right {
        text-align: right !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-row {
    }

        .layout-row .col-left {
            margin-bottom: 0.75rem;
            width: 100%;
        }

        .layout-row .col-right {
            width: 100%;
        }

        .layout-row .col-left-equal {
            margin-bottom: 0.75rem;
            width: 100%;
        }

        .layout-row .col-right-equal {
            width: 100%;
        }

    .margin-bottom-normal {
        margin-bottom: 2.8rem !important;
    }

    .margin-bottom-small {
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 768px) {
    .account-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .row-no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #logoimg {
        text-align: center;
        padding-top: 6.425rem;
        margin: 0 0 6.575rem 0
    }

        #logoimg img {
            max-width: 60%;
            object-fit: contain;
        }

    .inner-frame-style {
        width: 100%;
    }

    .input-with-placeholder {
        width: 100%;
    }

    .input-with-placeholder-no-width-parent {
        width: 100%;
    }

    .button-style {
        width: 100%;
    }

    .button-style-back {
        width: 100%;
    }

    .login-via-button-style {
        width: 100%;
    }

    .full-width {
        width: 31.5rem;
    }

    .layout-text-left {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-text-right {
        text-align: right !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .jobboard-go-to-offers {
        text-align: left;
        margin-bottom: 0px;
        padding-left: 0px !important;
    }

    .layout-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .layout-row .col-left {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            padding-left: 0 !important;
            padding-right: 10px !important;
            margin-bottom: 0;
            width: 100%;
        }

        .layout-row .col-right {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
        }

        .layout-row .col-left-equal {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0 !important;
            padding-right: 10px !important;
            margin-bottom: 0;
            width: 100%;
        }

        .layout-row .col-right-equal {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
        }

    .margin-bottom-normal {
        margin-bottom: 2.8rem !important;
    }

    .margin-bottom-small {
        margin-bottom: 0.75rem !important;
    }

    .footer-columns-parent {
        height: 12.5rem;
    }

    .footer-first-column {
        width: 16.25%;
        justify-content: start;
    }

    .footer-second-column {
        width: 10.5%;
        justify-content: start;
    }

        .footer-second-column .offers-footer-text-small {
            justify-content: start;
            font-size: 0.6rem;
        }

    .footer-logo-img {
        height: 1.5rem;
    }

    .offers-footer-text {
        font-size: 0.6rem;
    }

    .footer-third-column {
        width: 10.5%;
        justify-content: start;
    }

    .footer-fourth-column {
        width: 10.5%;
        justify-content: start;
    }

    .footer-fifth-column {
        width: 26.25%;
        justify-content: start;
    }

    .footer-sixth-column {
        width: 10.5%;
        padding-bottom: 0rem;
        justify-content: start;
    }

    .foter-inner-padding {
        padding-top: 3.5rem;
    }
}

@media (min-width: 992px) {
    #logoimg {
        text-align: center;
        padding-top: 6rem;
        margin: 0 0 6.5rem 0
    }

    .inner-frame-style {
        width: 35rem;
    }

    .input-with-placeholder {
        width: 100%;
    }

    .input-with-placeholder-no-width-parent {
        width: 100%;
    }

    .button-style {
        width: 100%;
    }

    .button-style-back {
        width: 100%;
    }

    .login-via-button-style {
        width: 100%;
    }

    .full-width {
        width: 29rem;
    }

    .layout-text-left {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-text-right {
        text-align: right !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-bg-image {
        position: absolute;
        background-image: url(/img/bg.jpg);
        width: 100%;
        height: 100%;
        z-index: -2;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .layout-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .layout-row .col-left {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            padding-left: 0 !important;
            padding-right: 10px !important;
            width: 100%;
        }

        .layout-row .col-right {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
        }

        .layout-row .col-left-equal {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0 !important;
            padding-right: 10px !important;
            margin-bottom: 0;
            width: 100%;
        }

        .layout-row .col-right-equal {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
        }

    .margin-bottom-normal {
        margin-bottom: 2.8rem !important;
    }

    .margin-bottom-small {
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1200px) {
    .advanced-offers-padding {
        padding-right: 8rem;
    }

    .advanced-offers-inner-padding {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    #logoimg {
        text-align: center;
        padding-top: 6.4rem;
        margin: 0 0 3.1rem 0;
    }

    .inner-frame-style {
        width: 34.875rem;
    }

    .input-with-placeholder {
        width: 100%;
    }

    .input-with-placeholder-no-width-parent {
        width: 100%;
    }

    .button-style {
        width: 100%;
    }

    .button-style-back {
        width: 100%;
    }

    .login-via-button-style {
        width: 100%;
    }

    .full-width {
        width: 28.5rem;
    }

    .layout-text-left {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-text-right {
        text-align: right !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .layout-bg-image {
        position: absolute;
        background-image: url(/img/bg.jpg);
        width: 100%;
        height: 100%;
        z-index: -2;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .layout-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .layout-row .col-left {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            padding-left: 0 !important;
            padding-right: 10px !important;
            width: 100%;
        }

        .layout-row .col-right {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
        }

        .layout-row .col-left-equal {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0 !important;
            padding-right: 10px !important;
            margin-bottom: 0;
            width: 100%;
        }

        .layout-row .col-right-equal {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
        }

    .margin-bottom-normal {
        margin-bottom: 2.9rem !important;
    }

    .margin-bottom-normal-last {
        margin-bottom: 2rem !important;
    }

    .margin-bottom-small {
        margin-bottom: 0.85rem !important;
    }

    .margin-bottom-title {
        margin-bottom: 2.625rem;
    }
}

@media (min-width: 1400px) {
    #logoimg {
        padding-top: 7.65rem;
        margin: 0 0 6.25rem 0
    }

    .inner-frame-style {
        width: 40.5rem;
    }

    .full-width {
        width: 28.5rem;
    }

    .margin-bottom-normal-last {
        margin-bottom: 4rem !important;
    }
}

.cookieMessage {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 25px;
    border: 2px solid #0a5a8c;
    z-index: 2000;
}

    .cookieMessage a {
        color: darkblue !important;
        text-decoration: underline;
    }

.cookieTextMessage {
    color: #0a5a8c !important;
    display: flex;
    text-align: justify;
    text-justify: inter-word;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cookieButtonMessage {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: end;
}

.accept-cookie {
    border-radius: 25px;
    border: 2px solid #1a8fd9;
    background-color: #1a8fd9;
    color: white;
    height: 3rem;
    font-size: 0.8rem;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    width: 7rem;
}

.input-center-label {
    color: #0a5a8c;
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
    font-weight: bold;
    color: #0a5a8c;
    padding-bottom: 0;
}

.select-parent-div {
    width: 100%;
    color: #0a5a8c;
}

    .select-parent-div .bootstrap-select {
        border-radius: 25px;
        background-color: rgba(255, 255, 255, 0.7);
        color: #0a5a8c;
    }

    .select-parent-div .filter-option {
        color: #0a5a8c;
        padding-left: 0.6rem !important;
        display: flex;
        align-content: center;
    }

        .select-parent-div .filter-option .filter-option-inner {
            margin-bottom: auto;
            margin-top: auto;
        }

.normalselectpicker {
    border-radius: 25px;
    color: #0a5a8c;
    height: 3rem;
    font-size: 0.8rem;
    border: 2px solid #0a5a8c;
    background: none;
}

.custom-nav-tabs {
    margin: 0 1rem .875rem 1rem;
    justify-content: center;
    border-bottom: 1px solid #d7e9f5;
    padding-bottom: .8rem;
}

.nav-tabs .nav-link.custom-nav-link {
    border-color: transparent;
    font-size: .9rem;
    padding: .5rem .95rem;
}

.custom-nav-link.active {
    color: #1a8fd9 !important;
}

@media (min-width: 576px) {
    .custom-nav-tabs {
        margin: 0 1.85rem 1.8125rem 1.85rem;
        justify-content: start;
        padding-bottom: 0;
    }

    form .custom-nav-tabs {
        margin: 0;
    }

        form .custom-nav-tabs + .tab-content {
            border: 1px solid #d7e9f5;
            border-top: 0;
            padding: 0.685rem 0.75rem;
        }

    .nav-tabs .nav-link.custom-nav-link {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: .4rem .95rem;
    }

        .nav-tabs .nav-link.custom-nav-link:hover {
            color: #1a8fd9;
        }

    .custom-nav-link.active {
        border-color: #d7e9f5 #d7e9f5 #fff !important;
    }
}

.table-layout-custom {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    margin-top: .6rem;
}

.thead-layout-custom {
    color: #ffffff;
    font-size: .9rem;
}

    .thead-layout-custom tr {
        padding: .95rem .5rem 1.2rem .5rem;
    }

    .thead-layout-custom th {
        border: none !important;
        padding: 0 .5rem;
        margin-top: .25rem;
        line-height: 1.5rem;
    }

@media (min-width: 576px) {
    .thead-layout-custom {
        font-size: 1rem;
    }

        .thead-layout-custom th {
            padding: 0.75rem;
            margin-top: 0;
            line-height: 1.5;
        }
}

.thead-layout-custom .custom-control-label,
.tbody-layout-custom tr td:first-child .custom-control-label {
    cursor: pointer;
}

    .thead-layout-custom .custom-control-label::before,
    .tbody-layout-custom tr td:first-child .custom-control-label::before {
        width: 1.5rem;
        height: 1.5rem;
        border-width: 2px;
        top: 0;
        border-radius: 6px;
    }

    .thead-layout-custom .custom-control-label::after,
    .tbody-layout-custom tr td:first-child .custom-control-label::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 0;
    }

.thead-layout-custom .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.tbody-layout-custom tr td:first-child .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.table-layout-custom-tr th {
    border-radius: unset !important;
}

.table-layout-custom-tr {
    border-radius: unset !important;
}

.table-layout-custom-th {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.tbody-layout-custom tr td {
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
}

    .tbody-layout-custom tr td:first-child {
        border-left: 1px solid #d7e9f5;
        padding-top: 1rem;
        word-break: break-word;
    }

    .tbody-layout-custom tr td:last-child {
        border-right: 1px solid #d7e9f5;
        padding-bottom: 1rem;
    }

@media (min-width: 576px) {
    .tbody-layout-custom tr td:first-child {
        padding-top: .375rem;
        padding-left: 1.75rem;
    }

    .tbody-layout-custom tr td:last-child {
        padding-bottom: .375rem;
    }
}

.table-layout-custom .btn-outline-secondary {
    padding: .3rem .6rem;
}

.table-layout-custom.table-dark {
    background-color: #454d55;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

    .table-layout-custom.table-dark .thead-layout-custom tr th:first-child {
        border-top-left-radius: 25px;
        padding-left: 1.25rem;
        width: 0.5rem !important;
    }

    .table-layout-custom.table-dark .thead-layout-custom tr th:last-child {
        border-top-right-radius: 25px;
    }

    .table-layout-custom.table-dark .thead-layout-custom th {
        background-color: #454d55;
    }

    .table-layout-custom.table-dark > tbody > tr:nth-child(odd) > td,
    .table-layout-custom.table-dark > tbody > tr:nth-child(odd) > th {
        background-color: #32383e !important;
    }

        .table-layout-custom.table-dark > tbody > tr:nth-child(odd) > td .btn-link {
            color: #d7e9f5;
        }

        .table-layout-custom.table-dark > tbody > tr:nth-child(odd) > td .fa-envelope {
            color: #fff;
        }

    .table-layout-custom.table-dark > tbody > tr:nth-child(even) > td {
        color: #000;
    }

    .table-layout-custom.table-dark .tbody-layout-custom tr td:first-child {
        border-left: 1px solid #454d55;
        padding-left: 1.25rem;
        border-radius: 0px !important;
    }

    .table-layout-custom.table-dark .tbody-layout-custom tr td:last-child {
        border-right: 1px solid #454d55;
        border-radius: 0px !important;
    }

    .table-layout-custom.table-dark .tbody-layout-custom tr:last-child {
        border-radius: 0px !important;
    }

.table-layout-custom-conversations {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    margin-top: 1.875rem;
}

    .table-layout-custom-conversations + .pagination-layout {
        min-height: 0;
    }

.thead-layout-custom-conversations {
    color: #ffffff;
}

    .thead-layout-custom-conversations th {
        background-color: #0a5a8c;
        border: none !important;
    }

    .thead-layout-custom-conversations tr th:first-child {
        border-top-left-radius: 25px;
        padding-left: 1.75rem;
        width: 0.5rem !important;
    }

    .thead-layout-custom-conversations tr th:last-child {
        border-top-right-radius: 25px;
    }

.tbody-layout-custom-conversations tr td {
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .tbody-layout-custom-conversations tr td {
        padding: .375rem .75rem;
    }
}

.tbody-layout-custom-conversations tr td:first-child {
    border-left: 1px solid #d7e9f5;
    padding-left: 1.25rem;
}

.tbody-layout-custom-conversations tr td:last-child {
    border-right: 1px solid #d7e9f5;
}

@media (min-width: 768px) {
    .tbody-layout-custom-conversations tr td:first-child {
        padding-left: 1.9rem;
    }

    .tbody-layout-custom-conversations tr td:last-child {
        padding-right: 1.9rem;
    }
}

.toggleable-table-container {
    position: relative;
}

.toggleable-table {
    position: absolute;
    top: 0;
    right: 0;
}

.thead-layout-custom > tr {
    display: flex;
    flex-wrap: wrap;
    background: #0a5a8c;
    border-radius: 25px 25px 0 0;
}

.toggleInnerTable{
    cursor: pointer;
}
.inner-table-td {
    padding-left: 0 !important;
    background-color: inherit !important;
}

    .inner-table-td::before {
        display: none;
    }

.tbody-layout-custom > tr > td {
    display: block;
    position: relative;
    padding-left: 50%;
    text-align: right;
    min-height: 1.9rem;
    border-left: 1px solid #d7e9f5;
    border-right: 1px solid #d7e9f5;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.tbody-layout-custom td::before {
    position: absolute;
    left: .75rem;
    width: calc(50% - .75rem);
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_asc::after,
table.dataTable > thead .sorting_desc::before,
table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_asc_disabled::after,
table.dataTable > thead .sorting_desc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::after {
    bottom: .2rem;
}

table.dataTable thead th.dt-checkboxes-select-all, table.dataTable tbody td.dt-checkboxes-cell {
    min-width: 1.5rem;
    text-align: right;
}

@media (min-width: 576px) {
    .thead-layout-custom > tr {
        display: table-row;
        background: transparent;
        border-radius: 0;
    }

        .thead-layout-custom > tr > th {
            background: #0a5a8c;
        }

            .thead-layout-custom > tr > th:first-child {
                border-top-left-radius: 25px;
                padding-left: 1.75rem;
            }

            .thead-layout-custom > tr > th:last-child {
                border-top-right-radius: 25px;
            }

    .inner-table-td {
        padding-left: 0 !important;
        background-color: inherit !important;
        padding-left: 0.75rem !important;
    }

    .inner-table-td::before {
        display: none;
    }

    .tbody-layout-custom > tr > td {
        display: table-cell;
        position: static;
        padding-left: .75rem;
        text-align: unset;
        min-height: unset;
        border-left: unset;
        border-right: unset;
        padding-top: .375rem;
        padding-bottom: .375rem;
    }

    .tbody-layout-custom td::before {
        content: none;
    }

    table.dataTable > thead .sorting::before,
    table.dataTable > thead .sorting::after,
    table.dataTable > thead .sorting_asc::before,
    table.dataTable > thead .sorting_asc::after,
    table.dataTable > thead .sorting_desc::before,
    table.dataTable > thead .sorting_desc::after,
    table.dataTable > thead .sorting_asc_disabled::before,
    table.dataTable > thead .sorting_asc_disabled::after,
    table.dataTable > thead .sorting_desc_disabled::before,
    table.dataTable > thead .sorting_desc_disabled::after {
        bottom: .9em;
    }

    table.dataTable thead th.dt-checkboxes-select-all, table.dataTable tbody td.dt-checkboxes-cell {
        min-width: 0;
        text-align: left;
    }
}

.breadcrumb-style {
    color: #ffffff;
}

    .breadcrumb-style > ol {
        background-color: #0a5a8c !important;
        color: #ffffff;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        text-transform: uppercase;
        padding: .95rem 1.85rem;
        font-weight: bold;
        font-size: 1.2rem;
    }

@media (min-width: 576px) {
    .breadcrumb-style > ol {
        margin-bottom: 1.875rem;
    }
}

.breadcrumb-style > ol > li {
    color: #ffffff !important;
}

.page-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
    .page-content {
        padding-left: 1.85rem;
        padding-right: 1.85rem;
        padding-bottom: 1.85rem;
    }
}

.page-container {
    background-color: #ffffff;
    border-radius: 25px;
    -moz-box-shadow: 0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
    margin-bottom: 1rem;
}

    .page-container h1 {
        text-overflow: ellipsis;
        overflow: hidden;
    }

.pagination-layout {
    position: relative;
    border: 1px solid #d7e9f5;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 4.25rem;
}

.pagination-layout-previous {
}

.pagination-layout-next {
}

@media (min-width: 576px) {
    .pagination-layout {
        justify-content: center;
        min-height: 3.7rem;
    }

        .pagination-layout.empty {
            min-height: .25rem;
        }
}

.pagination-layout-selected {
    color: #ffffff !important;
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    background: #1a8fd9;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 13px;
    opacity: 1 !important;
}

.pagination-layout-page-number {
    color: #000 !important;
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 13px;
}

    .pagination-layout-page-number:hover {
        color: #fff !important;
        background: #1a8fd9;
    }

.layout-table-custom-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #0a5a8c;
    color: #0a5a8c;
    background: rgba(255, 255, 255, 1);
    font-size: .8rem;
    text-transform: uppercase;
    padding: .2rem 1.325rem;
    height: 2.25rem;
    font-weight: bold;
}

    .layout-table-custom-button:hover,
    .layout-table-custom-button:focus,
    .layout-table-custom-button.active {
        color: #fff;
        background-color: #0a5a8c;
    }

    .layout-table-custom-button.substitution-toggle.active {
        color: white !important;
        background-color: var(--red);
    }

@media (min-width: 576px) {
    .layout-table-custom-button.searchButton,
    .layout-table-custom-button.clearButton {
        margin-left: 1.875rem;
    }
}

.layout-table-custom-button-media {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #0a5a8c;
    color: #0a5a8c !important;
    background: rgba(255, 255, 255, 1);
    width: 2.25rem;
    height: 2.25rem;
}

.layout-table-custom-small-action-button-media {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #0a5a8c;
    color: #fff !important;
    background: #1a8fd9;
    width: 2.25rem;
    height: 2.25rem;
}

.custom-media-title-button {
    background: rgba(255, 255, 255, 1);
    font-size: .8rem;
    text-transform: uppercase;
    padding: .2rem 1.3rem;
    height: 2.25rem;
    font-weight: bold;
    position: relative;
    z-index: 991;
    word-break: break-word;
}

.custom-media-title-button-base-color {
    color: #000000;
}

.custom-media-title-button-edited-color {
    color: var(--base-text-color);
}

.custom-media-title-button:hover {
    color: #1a8fd9;
}

    .custom-media-title-button:hover .custom-media-title-addtional {
        display: inline-flex;
    }

.custom-media-title-addtional {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #1a8fd9;
    color: #1a8fd9 !important;
    background: rgba(255, 255, 255, 1);
    width: 2.25rem;
    height: 2.25rem;
    display: none;
    transform: translateX(-50%);
    position: absolute;
}

.custom-media-title-addtional-icon {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid var(--base-text-color);
    color: var(--base-text-color) !important;
    background: rgba(255, 255, 255, 1);
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    transform: translateX(-50%);
    position: absolute;
    z-index: 2000;
}

.media-file-date {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .media-file-date > input {
        width: 100%;
        text-align: center;
        border: none;
        color: var(--base-text-color);
    }

.media-thumbnail-header-style {
    height: 4rem;
    padding-top: 0.5rem;
}

/* STYLE ZWIĄZANE Z TABELAMI */
.layout-table-custom-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: end;
}

    .layout-table-custom-buttons-container > .btn {
        margin-bottom: .75rem;
    }

        .layout-table-custom-buttons-container > .btn:last-child {
            margin-bottom: 0;
        }

@media (min-width: 576px) {
    .layout-table-custom-buttons-container {
        flex-direction: row;
        align-items: start;
    }

        .layout-table-custom-buttons-container > .btn {
            margin-right: .85rem;
            margin-bottom: 0;
        }
}

/* STYLE ZWIĄZANE Z TABELAMI - KONIEC */

.layout-table-custom-action-button {
    border-radius: 25px;
    border: 1px solid #1a8fd9;
    background-color: #1a8fd9;
    color: #fff;
    min-height: 2rem;
    height: 3rem;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 8.5rem;
    text-transform: uppercase;
    font-size: .8rem;
    margin: .9rem 0 0 0;
}

    .layout-table-custom-action-button:hover,
    .layout-table-custom-action-button:focus,
    .btn-group.filtersSaveButton > .dropdown-toggle:hover {
        color: #1a8fd9;
        background-color: #fff;
    }

.table-buttons-row {
    text-align: center;
}

    .table-buttons-row .layout-table-custom-action-button {
        padding: .2rem 1.3rem;
        height: 2.25rem;
        margin-top: 0;
        margin-bottom: .9rem;
    }

#filter-actions.with-labels .labelSpacing {
    margin-top: .9rem;
    margin-bottom: .9rem;
    justify-content: center;
}

@media (min-width: 576px) {
    .table-buttons-row {
        text-align: unset;
    }

    .layout-table-custom-action-button {
        margin: 0;
        min-width: 12.5rem;
    }

        .layout-table-custom-action-button.btn-long {
            min-width: 18.875rem;
        }

        .btn-group.filtersSaveButton,
        .layout-table-custom-action-button.filtersSaveButton {
            min-width: 6.25rem;
        }

    #filter-actions.with-labels .labelSpacing {
        margin-top: 1.8rem;
        margin-bottom: 0;
        justify-content: start;
    }

    .btn-group.filtersSaveButton > .layout-table-custom-action-button {
        min-width: 0;
        padding-right: 0;
    }

    .table-buttons-row .layout-table-custom-action-button {
        min-width: 0;
    }
}

.layout-table-custom-action-button.sm-full-width {
    width: 100%;
}

#addVariant.layout-table-custom-action-button,
#addCategory.layout-table-custom-action-button,
#addTemplate.layout-table-custom-action-button {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .layout-table-custom-action-button.sm-full-width {
        width: auto;
    }

    #addVariant.layout-table-custom-action-button,
    #addCategory.layout-table-custom-action-button,
    #addTemplate.layout-table-custom-action-button {
        margin-bottom: 1.85rem;
    }
}

.layout-custom-input {
    border-radius: 10px;
    border: 1px solid #d7e9f5;
    color: #000;
    padding-left: .95rem !important;
    background: rgba(255, 255, 255, 0.7);
    height: calc(1.5em + 1.37rem + 2px);
}

.selectpickerstyle {
    border: 1px solid #d7e9f5;
}

.bootstrap-select > button.dropdown-toggle.selectpickerstyle.bs-placeholder,
.bootstrap-select > button.dropdown-toggle.selectpickerstyle.bs-placeholder:active,
.bootstrap-select > button.dropdown-toggle.selectpickerstyle.bs-placeholder:focus,
.bootstrap-select > button.dropdown-toggle.selectpickerstyle.bs-placeholder:hover {
    color: var(--base-text-color);
}

.selectpickerwithoutsearchstyle {
    border: 1px solid #d7e9f5;
}

.selectpickersendselectedstyle {
    border: 1px solid #d7e9f5;
}

.selectpickerNumberOfAvailableOptionsstyle {
    border: 1px solid #d7e9f5;
}

.selectpickerajaxwithfiltersstyle {
    border: 1px solid #d7e9f5;
}

.layout-dropdown-custom-additional-button {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #1a8fd9;
    background-color: #1a8fd9;
    color: #fff;
    min-height: 2rem;
    height: 3rem;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: start;
    border-width: 1px;
    margin: .9rem 0 0 0;
}

    .layout-dropdown-custom-additional-button:hover,
    .layout-dropdown-custom-additional-button:focus {
        background-color: #fff;
        color: #1a8fd9;
    }

.btn-group.filtersSaveButton {
    justify-content: center;
    margin-bottom: 1.5rem;
}

.btn-group > .layout-table-custom-action-button,
.btn-group > .layout-dropdown-custom-additional-button {
    flex-grow: 0;
}

.btn-group > .layout-dropdown-custom-additional-button {
    padding-left: 0;
    padding-right: .9rem;
}

.btn-group > .layout-table-custom-action-button {
    padding-right: 0;
    padding-left: 1.5rem;
}

@media (min-width: 576px) {
    .layout-dropdown-custom-additional-button {
        margin: 0;
    }

    .btn-group.filtersSaveButton {
        margin-bottom: 0;
    }

    .btn-group > .layout-table-custom-action-button,
    .btn-group > .layout-dropdown-custom-additional-button {
        flex-grow: 1;
    }
}

.contact-style {
    border: 1px solid #d7e9f5;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px
}

.layout-custom-card {
    border: none;
}

.layout-custom-card-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom: 1px solid #d7e9f5;
    background-color: #d7e9f5;
    color: #000;
    height: 3rem;
    padding: 0 .5rem 0 1rem;
    display: flex;
    align-items: center;
}

#attributes .layout-custom-card-header,
#accordionName .layout-custom-card-header,
#accordion .layout-custom-card-header,
#accordionBaseTradeAttributes .layout-custom-card-header {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.layout-custom-card-header-round-bottom-edges {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.layout-custom-card-header-round-bottom-edges-unset {
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.layout-custom-card .card-body {
    border: 1px solid #d7e9f5;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    padding: .7rem .9rem .9rem .9rem;
}

    .layout-custom-card .card-body.regular {
        border: 0;
    }

    .layout-custom-card .card-body .form-group {
        margin-bottom: .15rem;
    }

        .layout-custom-card .card-body .form-group.bigger {
            margin-bottom: .85rem;
        }

#OriginaItemsGroup .layout-custom-card .card-body,
#OriginalItemsGroup .layout-custom-card .card-body,
#InvoiceItemsGroup .layout-custom-card .card-body,
#AccountingNoteItemsGroup .layout-custom-card .card-body {
    border: 0;
}

.layout-custom-card-title {
    color: #000;
    position: relative;
    width: 100%;
    padding-left: .85rem;
    font-weight: bold;
}

    .layout-custom-card-title:focus {
        box-shadow: none;
    }

    .layout-custom-card-title > .fas {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
    }

.layout-custom-card-with-footer {
    border: none;
}

    .layout-custom-card-with-footer .layout-custom-card-header {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom: 1px solid #d7e9f5;
        background-color: #d7e9f5;
        color: #000;
        height: 2.5rem;
        padding: 0 0 0 1rem;
        display: flex;
        align-items: center;
    }

    .layout-custom-card-with-footer .layout-custom-card-title {
        color: #000;
    }

    .layout-custom-card-with-footer .card-body {
        border: 1px solid #d7e9f5;
    }

    .layout-custom-card-with-footer .card-footer {
        border: 1px solid #d7e9f5;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

.layout-table-custom-small-action-button {
    border-radius: 25px;
    border: 1px solid #1a8fd9;
    background-color: #1a8fd9;
    color: #fff;
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .2rem 1.325rem;
    height: 2.25rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
}

    .layout-table-custom-small-action-button:hover {
        background-color: #fff;
        color: #1a8fd9;
    }

.layout-custom-card .card-body .layout-table-custom-small-action-button {
    height: 2.25rem;
    width: 2.25rem;
    padding: 0.375rem 0.75rem;
    margin: 1rem auto 0 auto;
    display: block;
}

.layout-table-custom-small-action-button-outline {
    border-radius: 25px;
    border: 1px solid #0a5a8c;
    background-color: #fff;
    color: #0a5a8c;
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .2rem 1.325rem;
    height: 2.25rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
}

    .layout-table-custom-small-action-button-outline:hover {
        background-color: #0a5a8c;
        color: #fff;
    }

.layout-custom-delete-button {
    border-radius: 25px;
    height: 3rem;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #1a8fd9;
    width: 3rem;
}

.layout-custom-card .card-body .layout-custom-delete-button {
    height: 2.25rem;
    width: 2.25rem;
    margin-top: 1rem;
}

    .layout-custom-card .card-body .layout-custom-delete-button:hover {
        background-color: #fff;
        border-color: #1a8fd9;
        color: #1a8fd9;
    }

@media (min-width: 576px) {
    .layout-custom-card .card-body .form-group .layout-custom-delete-button {
        margin-top: 0;
    }
}

.normalselect {
    border: 1px solid #d7e9f5;
}

.custom-control-input ~ .custom-control-label::before {
    border-color: #d7e9f5;
    background-color: #f1f9ff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1a8fd9;
    background-color: #1a8fd9;
}

.modal-content {
    border: unset;
}

.layout-custom-file,
.layout-custom-file > .custom-file-input,
.layout-custom-file > .custom-file-label {
    height: calc(1.5em + 1.37rem + 2px);
}

    .layout-custom-file > .custom-file-label {
        border-color: #d7e9f5;
        border-radius: 10px;
        margin-bottom: 0;
        line-height: 2.13;
        height: 100%;
        padding-left: .95rem;
        color: var(--base-text-color);
        white-space: nowrap !important;
        overflow: hidden !important;
    }

        .layout-custom-file > .custom-file-label::after {
            border-radius: 0 10px 10px 0;
            line-height: 2.13;
            height: 100%;
        }

        .layout-custom-file > .custom-file-label.file-selected {
            color: var(--input-text-color) !important;
        }

.layout-custom-modal-header {
    color: #ffffff;
    background-color: #0a5a8c !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 3rem;
    border-bottom: unset;
}

    .layout-custom-modal-header > .modal-title {
        font-size: 0.9rem;
        line-height: 1;
        padding-left: 0.6rem;
    }

.layout-custom-button-close {
    color: #ffffff;
    opacity: 1;
    font-size: 2.5rem;
}

.layout-custom-modal-content {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.modal-header .close {
    height: 3rem;
    padding: 0rem 1.3rem !important;
    margin-top: -1.15rem;
}

    .modal-header .close:hover {
        text-shadow: none;
    }

.modal-body {
    padding-top: 0.7rem !important;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
    padding-bottom: 0.65rem !important;
    border-left: 1px solid var(--base-text-color);
    border-right: 1px solid var(--base-text-color);
}

    .modal-body .form-group {
        margin-bottom: 0.3rem !important;
    }

        .modal-body .form-group label {
            color: var(--base-text-color);
            margin-bottom: 0.25rem !important;
            font-size: 0.9rem;
        }

    .modal-body .layout-custom-input {
        height: 3rem;
        border-radius: 8px !important;
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
        font-size: 0.9rem;
    }

        .modal-body .layout-custom-input.dropdown-toggle {
            background: #d7e9f5;
        }

    .modal-body .selectpickerstyle {
        height: 3rem;
        border-radius: 8px;
        border: 1px solid #d7e9f5;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

        .modal-body .selectpickerstyle .filter-option {
            display: flex;
            align-items: center;
        }

        .modal-body .selectpickerstyle.dropdown-toggle.bs-placeholder .filter-option {
            font-size: 0.9rem;
            color: var(--base-text-color);
        }

        .modal-body .selectpickerstyle.dropdown-toggle .filter-option {
            font-size: 0.9rem;
            color: #000;
        }

    .modal-body .selectpickerwithoutsearchstyle {
        height: 3rem;
        border-radius: 8px;
        border: 1px solid #d7e9f5;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

        .modal-body .selectpickerwithoutsearchstyle .filter-option {
            display: flex;
            align-items: center;
            color: #000;
        }

        .modal-body .selectpickerwithoutsearchstyle.dropdown-toggle.bs-placeholder .filter-option {
            font-size: 0.9rem;
            color: var(--base-text-color);
        }

        .modal-body .selectpickerwithoutsearchstyle.dropdown-toggle .filter-option {
            font-size: 0.9rem;
            color: #000;
        }

.modal-footer {
    border-top: none;
    padding-top: 0;
    padding-right: 0.9rem;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 1px solid var(--base-text-color);
    border-right: 1px solid var(--base-text-color);
    border-bottom: 1px solid var(--base-text-color);
    background-color: white;
    gap: .875rem;
    flex-wrap: wrap;
}

    .modal-footer > .layout-table-custom-button,
    .modal-footer > .layout-table-custom-small-action-button {
        margin: 0;
    }

/* konwersacje - START */

#messagesList {
    height: 40vh;
    overflow-y: auto;
    border-left: 1px solid #d7e9f5;
    border-right: 1px solid #d7e9f5;
    padding: 0 .875rem;
}

#message-container {
    height: 40vh;
    overflow-y: auto;
    border-left: 1px solid #d7e9f5;
    border-right: 1px solid #d7e9f5;
    padding: 0 .875rem;
}

#messagesList > .conversation-message:first-child {
    margin-top: 1rem;
}

#conversation-tab .custom-loader {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

#conversation-window {
    margin-top: 1.875rem;
}

@media (min-width: 768px) {
    #conversation-window {
        margin-top: 0;
    }

    #start-conversation-btn {
        min-width: 19rem;
    }

    #conversation-list.col-left {
        -ms-flex: 0 0 33.55%;
        flex: 0 0 33.55%;
        max-width: 33.55%;
    }

    #conversation-tab.col-right {
        -ms-flex: 0 0 66.45%;
        flex: 0 0 66.45%;
        max-width: 66.45%;
    }
}

.conversation-layout-title {
    color: #ffffff;
    background-color: #0a5a8c;
    border-top-left-radius: 25px;
    padding-left: 1.75rem;
    border-top-right-radius: 25px;
    border: none !important;
    min-height: 3rem;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 1.25rem;
}

.conversation-send-by-self-style {
    color: gray;
    text-align: center;
}

@media (min-width: 768px) {
    .conversation-send-by-self-style {
        text-align: left;
    }
}

.conversation-send-by-self-text-style {
    color: black;
    background-color: #d7e9f5;
    border-radius: 15px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: inline-block;
}

@media (min-width: 768px) {
    .conversation-send-by-self-text-style {
        max-width: 35rem;
        padding-left: 0.8rem;
        padding-right: 0.9rem;
    }
}

.conversation-message {
    margin-top: .1875rem;
    font-size: .8rem;
}

    .conversation-message.first-in-group {
        margin-top: .6rem;
    }

    .conversation-message.sent.first-in-group:not(.last-in-group) > .conversation-send-by-self-text-style {
        border-bottom-left-radius: 0;
    }

    .conversation-message.sent.inside-group > .conversation-send-by-self-text-style {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .conversation-message.sent.last-in-group:not(.first-in-group) > .conversation-send-by-self-text-style {
        border-top-left-radius: 0;
    }

    .conversation-message.sent.inside-group > .conversation-send-by-self-style,
    .conversation-message.sent.last-in-group:not(.first-in-group) > .conversation-send-by-self-style {
        display: none;
    }

.conversation-received-parent-col-style {
    display: flex;
    justify-content: end;
}

.conversation-received-parent-style {
    display: flex;
    justify-content: end;
}

.conversation-received-style {
    color: gray;
    text-align: center;
}

@media (min-width: 768px) {
    .conversation-received-style {
        text-align: right;
    }
}

.conversation-received-text-style {
    color: black;
    background-color: #eeeeee;
    border-radius: 15px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: inline-block;
}

@media (min-width: 768px) {
    .conversation-received-text-style {
        max-width: 35rem;
        padding-left: 0.9rem;
        padding-right: 0.8rem;
    }
}

.conversation-message.received {
    text-align: right;
}

    .conversation-message.received.first-in-group:not(.last-in-group) > .conversation-received-text-style {
        border-bottom-right-radius: 0;
    }

    .conversation-message.received.inside-group > .conversation-received-text-style {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .conversation-message.received.last-in-group:not(.first-in-group) > .conversation-received-text-style {
        border-top-right-radius: 0;
    }

    .conversation-message.received.inside-group > .conversation-received-style,
    .conversation-message.received.last-in-group:not(.first-in-group) > .conversation-received-style {
        display: none;
    }

.conversation-send-input-style {
    font-size: .8rem;
    border-radius: 10px;
    border: 1px solid #0a5a8c;
    color: #000;
    height: 2rem;
    padding-left: 1.3rem !important;
}

@media (min-width: 768px) {
    .conversation-send-input-style {
        margin-right: 1rem;
    }
}

.conversation-item-active > td {
    color: #fff;
    background-color: #1a8fd9 !important;
}

.tbody-layout-custom-conversations tr.conversation-item-active td:first-child {
    border-left: 1px solid #1a8fd9;
}

.tbody-layout-custom-conversations tr.conversation-item-active td:last-child {
    border-right: 1px solid #1a8fd9;
}

.conversation-item {
    width: 100%;
    text-align: inherit;
}

#conversation-input {
    padding: 1.8rem .875rem 1rem .875rem;
    border-radius: 0 0 25px 25px;
    border: 1px solid #d7e9f5;
    border-top: none;
}

    #conversation-input #sendButton {
        text-transform: uppercase;
    }

/* konwersacje - KONIEC */

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #d7e9f5;
}

.input-search {
    border: 1px solid #0a5a8c;
    border-radius: 32px;
    background-color: #fff;
    height: 3rem !important;
    color: #0a5a8c;
    font-size: .9rem;
    margin-bottom: .9rem;
}

    .input-search:focus {
        color: #0a5a8c;
    }

.search-row {
    margin-bottom: 2.18rem;
}

@media (min-width: 576px) {
    .input-search {
        margin-bottom: 0;
        max-width: 31.5rem;
        padding-left: 1.5rem;
    }

    .search-row {
        margin-bottom: 3.12rem;
    }
}

.filters-card {
    border-radius: 12px;
    border: 1px solid #d7e9f5;
}

.filters-card-header {
    padding: 0.5rem .875rem;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom: 1px solid #d7e9f5;
    background-color: #d7e9f5;
    color: #000;
}

.filters-card-title {
    margin-bottom: 0 !important;
    font-size: 1rem;
}

.filters-card-body {
    padding: .875rem .875rem;
}

    .filters-card-body button.dropdown-toggle,
    button.dropdown-toggle.selectpickerstyle {
        border-radius: 8px;
        height: calc(1.5em + 1.37rem + 2px);
        padding: 0.685rem 0.75rem;
        color: var(--input-text-color);
        border-color: #d7e9f5;
    }

    .filters-card-body .bootstrap-select > .dropdown-toggle::after {
        margin-top: 2px;
        margin-right: 3px;
    }

    .filters-card-body .input-top-spacing {
        margin-top: .925rem;
    }

.filters-card-footer {
    padding: 0 .875rem .875rem .875rem;
    border-top: 0 !important;
    background-color: #fff !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    display: flex;
    justify-content: center;
}

.filters-delete-button {
    border-radius: 100%;
    border: 1px solid #0a5a8c;
    color: #0a5a8c;
    background: #fff;
    padding: 0;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

    .filters-delete-button:hover {
        color: #fff;
        background: #0a5a8c;
    }

    .filters-delete-button > .fas {
        line-height: 1.5;
    }

.filters-add-button {
    border-radius: 100%;
    border: 1px solid #1a8fd9;
    color: #fff;
    background: #1a8fd9;
    padding: 0;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    align-content: center;
    justify-content: center;
    margin: 1rem auto 0 auto;
}

    .filters-add-button:hover {
        background: #fff;
        color: #1a8fd9;
    }

    .filters-add-button > .fas {
        line-height: 1.5;
    }

.rotate {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.layout-custom-card-header.card-header.active .rotate {
    -ms-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.sidebar-navbar-agency-name {
    color: #0a5a8c;
    font-size: 1.15rem;
    font-weight: bold;
}

.table.dataTable {
    margin-bottom: 0 !important;
}

.pagination-layout .second-page-length {
    position: relative;
    order: 2;
    margin-right: .525rem;
}

.pagination-layout .dataTables_length .custom-select {
    border: 1px solid #d7e9f5 !important;
    font-weight: bold;
    text-align: left;
    border-radius: 10px;
    padding: .2rem 1rem .2rem .5rem;
    font-size: .85rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: flex;
    align-items: center;
    margin: 0;
}

.pagination-layout .dataTables_paginate .page-link {
    border: none !important;
    color: unset !important;
    padding: .5rem;
    margin: 0;
}

.pagination-layout .dataTables_paginate .page-item:not(.previous,.next) .page-link {
    color: #000;
    border-radius: 100%;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 13px;
    opacity: 1 !important;
}

.pagination-layout .dataTables_paginate .page-item.previous .page-link,
.pagination-layout .dataTables_paginate .page-item.next .page-link {
    border-radius: 100%;
}

.pagination-layout .dataTables_paginate .page-item.active .page-link {
    color: #ffffff !important;
    background: #1a8fd9 !important;
}

.pagination-layout .dataTables_paginate .page-item:not(.previous,.next,.active) .page-link:hover {
    background: #1a8fd9;
    opacity: 1 !important;
    color: #ffffff !important;
}

.pagination-layout .dataTables_paginate .page-item.previous .page-link:hover {
    border-radius: 100%;
}

.pagination-layout .dataTables_paginate .page-item.next .page-link:hover {
    border-radius: 100%;
}

.pagination-layout .dataTables_paginate .previous .page-link,
.pagination-layout .dataTables_paginate .next .page-link {
    padding: .2rem .5rem;
}

/* zwykła paginacja */
.pagination_length {
    position: relative;
    border: 1px solid #d7e9f5 !important;
    font-weight: bold;
    text-align: left;
    border-radius: 10px;
    padding: .2rem 1rem .2rem .5rem;
    font-size: .85rem;
    width: 4.23rem;
}

    .pagination_length.dropdown-toggle::after {
        content: none;
    }

    .pagination_length .fas {
        position: absolute;
        right: .5rem;
        top: calc(50% - .375rem);
        color: #1a8fd9;
        font-size: .75rem;
    }

div.pagination-standard-wrapper .first-page-length {
    display: none;
}

div.pagination-standard-wrapper .second-page-length {
    display: flex;
    align-items: center;
    margin-left: auto;
}

div.pagination-standard-wrapper .paginate .ellipsis {
    height: 1.75rem;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-left: .5rem;
}

    div.pagination-standard-wrapper .paginate .ellipsis > .fa {
        font-size: .35rem;
        padding: 0 .25rem;
    }

div.pagination-standard-wrapper .paginate .pagination-layout-previous,
div.pagination-standard-wrapper .paginate .pagination-layout-next {
    padding: .2rem .5rem;
    line-height: 1.25;
    border: 0;
    border-radius: 100%;
}

    div.pagination-standard-wrapper .paginate .pagination-layout-previous:hover,
    div.pagination-standard-wrapper .paginate .pagination-layout-next:hover {
        background: #e9ecef;
    }

@media (min-width: 576px) {
    div.pagination-standard-wrapper .first-page-length {
        display: flex;
        align-items: center;
        visibility: hidden;
        margin-left: 1.3rem;
    }

    div.pagination-standard-wrapper .second-page-length {
        margin-right: 1.3rem;
    }

    div.pagination-standard-wrapper div.paginate {
        margin-left: auto;
    }

        div.pagination-standard-wrapper div.paginate > .btn {
            margin-left: .425rem;
        }

            div.pagination-standard-wrapper div.paginate > .btn:first-child {
                margin-left: 0;
            }
}

/* zwykła paginacja - koniec*/

hr {
    background-color: #d7e9f5 !important;
    height: 1px;
    border: 0;
}

    hr.alt {
        background-color: #f6f6f6 !important;
        height: 2px;
        margin-top: .8rem;
        margin-bottom: .1rem;
    }

.chevron-left-custom {
    color: var(--base-text-color) !important;
}

.chevron-right-custom {
    color: var(--base-text-color) !important;
}

.chevron-parent-rotate:not(.collapsed,.active) .rotate {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chevron-parent-rotate:not(.collapsed).active .rotate {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.layout-table-custom-delete-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #0a5a8c;
    color: #0a5a8c;
    background: rgba(255, 255, 255, 1);
    font-size: .8rem;
    text-transform: uppercase;
    padding: .2rem 1.3rem;
    height: 2.25rem;
    font-weight: bold;
    margin-bottom: .9rem;
}

    .layout-table-custom-delete-button:hover {
        color: #fff;
        background-color: #0a5a8c;
    }

    .layout-table-custom-delete-button:disabled:hover {
        color: #0a5a8c;
        background-color: #fff;
    }

.custom-add-button {
    border-radius: 100%;
    border: 1px solid #1a8fd9;
    color: #fff;
    background: #1a8fd9;
    padding: 0;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    align-content: center;
    justify-content: center;
    margin: 0;
    flex-shrink: 0;
}

.type-selector {
    margin-bottom: .9rem;
}

@media (min-width: 576px) {
    .layout-table-custom-action-button-left {
        margin-right: 1rem;
    }

    .layout-table-custom-delete-button-left {
        margin-right: 1rem;
    }

    .layout-table-custom-action-button-right {
        margin-left: 1rem;
    }

    .custom-add-button {
        margin-left: .9rem;
    }

    .type-selector {
        margin-bottom: 0;
    }
}

.custom-add-button > .fas {
    line-height: 1.5;
}

.layout-custom-card-body-choosefilter .card-body {
    border-radius: 10px !important;
}

.filter-slider-input {
    border-radius: 15px;
    border: 1px solid #d7e9f5;
    height: 2.25rem;
    padding: 0.75rem;
}

.noUi-target {
    background-color: #d7e9f5 !important;
}

.noUi-connect {
    background-color: #1a8fd9 !important;
}

.noUi-horizontal {
    height: 0.75rem !important;
}

.noUi-handle {
    height: 1.25rem !important;
    width: 1.25rem !important;
    top: -0.31rem !important;
    right: -0.625rem !important;
    border-radius: 25px !important;
    background-color: #1a8fd9 !important;
    box-shadow: none !important;
    border: 2px solid #fff !important;
}

    .noUi-handle::after {
        content: none !important;
    }

    .noUi-handle::before {
        content: none !important;
    }

/* summernote modal do obrazu */
.note-editor .note-modal .modal-dialog {
    border-radius: 25px;
}

.note-editor .note-modal .modal-content {
    background-color: transparent;
    border-width: 0;
}

.note-editor .note-modal .modal-body {
    background-color: #fff;
}

.note-editor .note-modal .modal-footer {
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .note-editor .note-modal .modal-footer .btn {
        border-radius: 25px;
        border: 1px solid #1a8fd9;
        background-color: #1a8fd9;
        color: #fff;
        min-height: 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: .2rem 1.325rem;
        height: 2.25rem;
        text-transform: uppercase;
        font-size: .8rem;
        font-weight: bold;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .note-editor .note-modal .modal-footer .btn:hover {
            background-color: #fff;
            color: #1a8fd9;
            text-decoration: none;
        }

        .note-editor .note-modal .modal-footer .btn.note-image-btn {
            display: none !important;
        }

    .note-editor .note-modal .modal-footer.hide {
        border-top: none !important;
    }

        .note-editor .note-modal .modal-footer.hide > * {
            display: none !important;
        }

.note-editor .note-modal .modal-header {
    background-color: #0a5a8c !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    line-height: 1.5;
}

    .note-editor .note-modal .modal-header .close {
        color: #fff;
        opacity: 1;
        font-size: 2.5rem;
    }

        .note-editor .note-modal .modal-header .close:hover {
            color: #000;
            opacity: .75;
        }

.note-editor .note-modal h4 {
    color: #ffffff;
    margin-top: 0;
    text-transform: none;
    font-size: 0.9rem;
    line-height: 1;
    padding-left: 0.6rem;
}

.note-editor .note-modal .note-group-image-url,
.note-editor .note-modal .sn-checkbox-use-protocol {
    display: none;
}

img.summernote-loading {
    border: 1px solid #0a5a8c;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.media-gallery-file-selected {
    border: 2px solid #1a8fd9;
}

.filecontainer-style {
    max-height: 80vh;
    overflow-y: auto;
}

.spaced-table-cell-column {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tabs-content .nav-tabs {
    margin-bottom: 20px;
}

.tabs-content .nav-link {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 0.8rem 2rem;
}

    .tabs-content .nav-link.active {
        background: #0a5a8c;
        color: #fff;
    }

.tabs-content .breadcrumb-style > ol {
    border-radius: 0px;
}

.chip {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 15px;
    background-color: #f1f1f1;
    margin-top: 5px;
}

    .chip .closebtn {
        padding-left: 10px;
        color: #888;
        font-weight: bold;
        float: right;
        font-size: 20px;
        cursor: pointer;
    }

        .chip .closebtn:hover {
            color: #000;
        }

    .chip .color-circle {
        float: left;
        margin: 5px 10px 0 -5px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    }

/* css "loader"*/
.loading-container {
    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.loading-spinner {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .loading-spinner:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #0a5a8c;
        border-color: #0a5a8c transparent #0a5a8c transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

.multiselect-native-select > .btn-group {
    display: flex !important;
}

    .multiselect-native-select > .btn-group > button.dropdown-toggle {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .tbody-layout-custom-conversations {
        display: none;
    }

    .thead-layout-custom-conversations {
        cursor: pointer;
    }
}

@media (min-width: 768px) {
    .tbody-layout-custom-conversations {
        display: table-row-group !important;
    }
}

.custom-chart-inner-label {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: x-large;
}

@media (max-width: 576px) {
    .custom-chart-inner-label {
        font-size: large;
    }
}

@media (min-width: 576px) {
    .custom-chart-inner-label {
        font-size: larger;
    }
}

@media (min-width: 768px) {
    .custom-chart-inner-label {
        font-size: x-large;
    }
}

@media (min-width: 960px) {
    .custom-chart-inner-label {
        font-size: xx-large;
    }
}

.fa-1halfx {
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .fa-sm-2x {
        font-size: 2rem;
    }
}

.page {
    padding: 1rem;
}

    .page > p {
        color: #000;
    }

        .page > p:last-child {
            margin-bottom: 0;
        }

#filterSection {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
}

    #filterSection .filter-box {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

@media (min-width: 576px) {
    #filterSection .filter-box {
        flex-basis: 23.5%;
    }
}

#filter-actions {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    #filter-actions {
        flex-direction: row;
    }
}

#filter-actions.with-labels {
    margin-top: .6rem;
    border-bottom: 2px solid #ebf4fa;
    padding-bottom: 1.8125rem;
    margin-bottom: 1.8125rem;
}

#filter-actions label {
    font-size: .9rem;
    margin-bottom: .3rem;
    padding-left: .95rem;
    color: var(--base-text-color);
}

.filterButton {
    margin: 0 auto;
    min-width: 12.5rem;
}

#saved-filters {
    width: 100%;
}

#new-filter-name {
    width: 100%;
}

#filter-actions.with-labels #new-filter-name {
    margin-top: .9rem;
}

@media (min-width: 576px) {
    #filter-actions .filterButton {
        margin-right: 0;
    }

    #filter-actions.with-labels .filterButton {
        margin-top: 1.8rem;
    }

    #saved-filters {
        width: 22.8rem;
        margin-right: 1.45rem;
    }

    #new-filter-name {
        margin-right: 1.45rem;
        width: 22.8rem;
    }

    #filter-actions.with-labels #new-filter-name {
        margin-top: 1.8rem;
    }
}

#filtersForm .select2-container--bootstrap4 .select2-selection {
    border: 1px solid #d7e9f5 !important;
    border-radius: 10px;
}

#filtersForm .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-radius: 10px;
}

#filtersForm .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: var(--base-text-color);
    line-height: calc(2.125em + .75rem);
}

#filtersForm .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: var(--input-text-color);
    line-height: calc(2.125em + .75rem);
}

#filtersForm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: var(--base-text-color) transparent transparent transparent;
    border-width: .3em .3em 0;
    margin-top: -1px;
    margin-left: -3px;
}

#filtersForm .select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.125em + .75rem + 2px) !important;
}

#filtersForm .select2-results__message {
    color: var(--base-text-color);
}

#filtersForm .layout-custom-input {
    height: calc(1.5em + 1.37rem + 2px);
    color: var(--input-text-color);
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-color: #d7e9f5;
    color: var(--base-text-color);
    margin-top: -10px;
}

.select2-search--dropdown .select2-search__field {
    border-color: #d7e9f5;
    color: var(--base-text-color);
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    right: 12px;
}

.dropdown-search-row {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #ebf4fa;
    padding-bottom: 1.8125rem;
    margin-bottom: 1.8125rem;
}

#searchDropdownData {
    width: 100%;
}

    #searchDropdownData .bootstrap-select > .dropdown-toggle.bs-placeholder,
    #searchDropdownData .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
    #searchDropdownData .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
    #searchDropdownData .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
        color: var(--base-text-color);
        height: calc(1.5em + 1.37rem + 2px);
        padding: 0.685rem 0.75rem;
        border-radius: 10px;
    }

.selectedElementIdClear {
    border-width: 2px;
    height: 3rem;
    padding: .2rem 1.4rem;
    margin-top: .9rem;
    margin-bottom: .9rem;
}

@media (min-width: 576px) {
    .dropdown-search-row {
        flex-direction: row;
    }

    #searchDropdownData {
        width: 47.05rem;
        margin-right: 1.45rem;
    }

    .selectedElementIdClear {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.deleteofferfromcart,
.deleteemployeefromcart {
    border-radius: 100%;
    border: 1px solid #0a5a8c;
    color: #0a5a8c;
    background: #fff;
    padding: 0;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    align-content: center;
    justify-content: center;
    margin: 0 0 0 auto;
}

    .deleteofferfromcart > .fas {
        line-height: 1.5;
    }

#offers-carts hr {
    width: 100%;
    height: 2px;
    background-color: #ebf4fa !important;
    margin: 1.8125rem 0;
}

#offers-carts .pagination-layout {
    min-height: 1.4rem;
}

.dropdown-menu {
    border-color: #d7e9f5;
}

.offersSortButton {
    border-radius: 25px;
    color: #fff;
    padding: .2rem 1.3rem;
    min-height: 2rem;
    height: 3rem;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 8.5rem;
    text-transform: uppercase;
    font-size: .8rem;
}

.bootstrap-select > .dropdown-toggle {
    height: calc(1.5em + 1.37rem + 2px);
    padding: 0.685rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #d7e9f5;
}

.btn.dropdown-toggle.btn-light {
    background-color: transparent;
}

.btn.note-btn.dropdown-toggle.btn-light {
    background-color: #f8f9fa;
}

#offerCartTable {
    margin-top: 0;
}

#offers-carts .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #offers-carts .form-group > * {
        margin-top: .9rem;
    }

#offers-carts h5 {
    margin-bottom: 0;
}

#cartCandidatesIds + .dropdown-toggle {
    width: 100%;
}

.employees-cart-select-style {
    flex-shrink: 0;
    width: 100%;
}

#dropdownInvoiceType {
    border-radius: 25px;
    border: 1px solid #1a8fd9;
    background-color: #1a8fd9;
    color: #fff;
    min-height: 2rem;
    height: 3rem;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 8.5rem;
    text-transform: uppercase;
    font-size: .8rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: .9rem auto 0 auto;
    width: 100%;
}

    #dropdownInvoiceType:hover {
        border: 1px solid #1a8fd9 !important;
        background-color: #fff;
        color: #1a8fd9;
    }

    #dropdownInvoiceType.cutom-dropdown-toggle::after {
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        color: #fff;
    }

    #dropdownInvoiceType.cutom-dropdown-toggle:hover::after {
        color: #1a8fd9;
    }

@media (min-width: 576px) {
    #offers-carts .form-group > * {
        margin-top: 0;
    }

    #cartCandidatesIds + .dropdown-toggle {
        width: 20.9rem;
    }

    #offers-carts .form-group {
        flex-direction: row;
        align-items: start;
        margin-bottom: .9rem;
        height: 3rem;
        align-items: center;
    }

    .employees-cart-select-style {
        flex-shrink: 1;
        width: auto;
    }

    #dropdownInvoiceType {
        margin: 0 0 0 auto;
        width: auto;
    }
}

.form-group {
    margin-bottom: .5rem;
}

    .form-group > label {
        font-size: .9rem;
        margin-bottom: .3rem;
        padding-left: .95rem;
        color: var(--base-text-color);
    }

.form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .875rem;
    padding-top: .4rem;
}

.dropdown.dropdown-icons-only > .btn.dropdown-toggle {
    border: 0;
    padding: 0;
    line-height: 1;
}

    .dropdown.dropdown-icons-only > .btn.dropdown-toggle:after {
        display: none;
    }

    .dropdown.dropdown-icons-only > .btn.dropdown-toggle > .fi {
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: 0 2px 5px 1px #eee;
        width: 2.4375rem;
        height: 1.8281rem;
    }

.dropdown.dropdown-icons-only > .dropdown-menu {
    min-width: 0;
}

    .dropdown.dropdown-icons-only > .dropdown-menu .dropdown-item > .fi {
        margin-right: .5rem;
    }

span.text-danger {
    font-size: .9rem;
}

.form-control:not(select):not(textarea):not(.input-search):not(.selectpickerWithoutSearch):not(.selectpicker-ajax-with-filters):not(.dropdown-toggle):not(.bootstrap-select):not(.conversation-send-input-style):not(.input-with-placeholder):not(.savedFilterSelected):not(.input-with-placeholder-no-width),
.custom-select {
    border-radius: 10px;
    color: #000;
    padding-left: .95rem;
    height: calc(1.5em + 1.37rem + 2px);
    border: 1px solid #d7e9f5;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-control:not(select):not(textarea):not(.input-search):not(.selectpickerWithoutSearch):not(.selectpicker-ajax-with-filters):not(.dropdown-toggle):not(.bootstrap-select):not(.conversation-send-input-style):not(.input-with-placeholder):not(.input-with-placeholder-no-width)[readonly],
.form-control:not(select):not(textarea):not(.input-search):not(.selectpickerWithoutSearch):not(.selectpicker-ajax-with-filters):not(.dropdown-toggle):not(.bootstrap-select):not(.conversation-send-input-style):not(.input-with-placeholder):not(.input-with-placeholder-no-width):disabled {
    background-color: #eee;
    border-color: #eee;
    color: var(--base-text-color);
}

input[type=date].form-control {
    color: var(--base-text-color) !important;
}

    input[type=date].form-control.valid,
    input[type=date].form-control:valid:not([value=""]),
    input[type=date].form-control:focus,
    input[type=date].form-control:invalid:not(:focus) {
        color: var(--input-text-color) !important;
    }

textarea.form-control.layout-custom-input {
    border-radius: 10px;
    color: #000;
    padding-left: .95rem;
    height: auto;
    border: 1px solid #d7e9f5;
}

.input-group-text {
    border-color: #d7e9f5;
}

.modal-dialog {
    margin: 1.75rem 15px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
    }
}

.layout-custom-input.dropdown-toggle::after, .bootstrap-select > .dropdown-toggle::after {
    color: var(--base-text-color);
    margin-top: 2px;
    margin-right: 3px;
}

#mediaDropzone.dropzone .dz-message .dz-button {
    text-transform: uppercase;
    color: #707070;
}

#mediaDropzone.dropzone .dz-message.dz-default {
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.conversations-row {
    margin-top: 1.875rem;
}

.gap-items {
    gap: 2rem 0;
}

.flex-column.gap-items {
    gap: .75rem 0;
}

#mobile-app-status {
    line-height: 1;
}

body.login-page > main > .account-container > .inner-frame-style {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}