@font-face{
    font-family:"Material Design Icons";
    src:url("/fonts/materialdesignicons-webfont.eot?v=3.7.95");
    src:url("/fonts/materialdesignicons-webfont.eot?#iefix&v=3.7.95") format("embedded-opentype"),
    url("/fonts/materialdesignicons-webfont.ttf?v=3.7.95") format("truetype");
    font-weight:400;
    font-style:normal;
}

/*@font-face {*/
/*    font-family: Roboto;*/
/*    src: url("/fonts/Roboto-Light.ttf") format("truetype");*/
/*    font-style: normal;*/
/*}*/

/* Ustawienia dla różnych grubości czcionek */
@font-face {
    font-family: Roboto;
    src: url("/fonts/Roboto-Medium.woff") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("/fonts/Roboto-Bold.woff") format("truetype");
    font-style: normal;
    font-weight: 700;
}

.horizontal-menu .bottom-navbar .page-navigation>.nav-item>.nav-link .menu-arrow:before{content:"\F140";font-family:"Material Design Icons";font-style:normal;display:block;font-size:20px;line-height:10px}
.dropdown .dropdown-toggle:after{border-top:0;border-right:0;border-left:0;border-bottom:0;font:normal normal normal 24px/1 "Material Design Icons";content:"\F35D";width:auto;height:auto;vertical-align:middle;line-height:.625rem;font-size:1.25rem;margin-left:0}
:root {
    --bs-font-size-base: 1rem;
    --bs-border-radius:0.2rem;
    --bs-grid-color-status-true:green;
    --bs-grid-color-status-false:red;
    --bs-grid-font-size:0.9rem;
    --bs-grid-font-color:#20183b;
    --bs-grid-button-size:1rem;
    --bs-grid-desc-font-color:#858dad;
    --bs-grid-layout-color:#5cad39;

}

html, body {
    background-color: #f0f4f9;
    font-size: var(--bs-font-size-base) !important;
    font-family:Roboto,sans-serif;
    height: 100%;
}

a{
    color: #0c2487;
    text-decoration:none;
    font-size: 0.9rem;
}

a:hover{
    color: #20183b;
    text-decoration: none;
    font-size: 0.9rem;
}


/* body {
    font-family:Material Design Icons, sans-serif;
} */
.navbar {
    font-size: 0.9rem !important; /* Twoja nowa wielkość czcionki dla navbara */
}

.btn {
    font-size: 1rem !important;
    font-weight: 550;
    min-height: 50px;
}

.dropdown-menu {
    font-size: 0.9rem !important;
}
.nav-item {
    margin:0 10px;
}

.grid-icon-true{
    color: var(--bs-grid-color-status-true);
    font-size: var(--bs-grid-font-size);
}

.grid-icon-false{
    color: var(--bs-grid-color-status-false);
    font-size: var(--bs-grid-font-size);
}

.grid-button{
    font-size:var(--bs-grid-button-size);
}

ul {
    margin: 0;
}

.form-control {
    border-radius: 0;
    /*margin: 0 0 10px 0;*/
    height: 40px;
}

.card{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #e9e8ef;
}

.sort-column{
    float:right;
}

tr:nth-child(even) {
    background-color: #f2f2f2; /* Tutaj ustaw kolor dla co drugiego wiersza */
}
.table>:not(caption)>*>* {
    padding: 0.4rem;
}

.arrow-container {
    display: flex;
    flex-direction: column;
    /*align-items: center; !* Wyśrodkowanie elementów w pionie *!*/
}

a .fa-sort-up {
    color: #444444;
}
a .fa-sort-down {
    color: #444444;
}

.fa-sort-up {
    opacity: 0.6;
}


.fa-solid.fa-sort-up {
    display:ruby-text;
    line-height:0.6;
    margin:1px;
}

.pagination .page-item.active .page-link {
    font-weight: bold;
}

.fa-solid.fa-sort-down {
    display:ruby-text;
    line-height:0.6;
    margin:1px;
}

.fa-sort-up.active {
    opacity: 1;
    color: #5cad39;
}
.fa-sort-up:hover {
    opacity: 1;
    color: #5cad39;
}

.fa-sort-down.active {
    opacity:1;
    color: #5cad39;
}

.fa-sort-down {
    opacity: 0.6;
}

.fa-sort-down:hover {
    opacity: 1;
    color: #5cad39;
}
.form-control {
    max-height: 38px;
}

button{
    height:38px;
}

.mb-lr-5{
    margin-left: 5px;
    margin-right: 5px;
}

.alert-success {
    padding: 9px 20px;
    margin: 0;
}

.alert-warning {
    padding: 9px 20px;
    margin: 0;
}

.alert-danger {
    padding: 9px 20px;
    margin: 0;
}


.form-control {
    font-size: 0.7rem;
    border-radius: 0.1rem;
    border-color: #4b9929;
}

.switch{position:relative;display:inline-block;width:40px}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#dc3545;-webkit-transition:.4s;transition:.4s}
.slider:before{position:absolute;content:"";height:12px;width:12px;left:4px;bottom:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}
input:checked+.slider{background-color:#07a121}
input:focus+.slider{box-shadow:0 0 1px #2196f3}
input:checked+.slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}
.slider.round{border-radius:34px}
.slider.round:before{border-radius:50%}

td {
    vertical-align: middle;
}

.table-responsive {
    overflow-x: unset;
}

textarea.form-control {
    max-height: none;
}

.ck-editor__editable {
    min-height: 500px;
}

.btn-sm {
    height: 30px;
}

.btn-normal {
    height: 40px;
}


/*4b9929*/
/*#5cad39 575757*/

.mr-2{
    margin-right:2rem;
}
.mr-1{
    margin-right:1rem;
}

.submenu a.nav-link.active {
    background-color: #5cad39;
    color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 0;
    color: var(--bs-card-color);
}

.submenu a.nav-link.hover {
    background-color: #5cad39;
    color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.alert i {
    margin-right: 10px;
}

td.remove{
    text-decoration: line-through;
}

.row-remove{
    text-decoration: line-through;
}

.accepted-refund{
    color: #cb0000;
}

.awaiting_refund{
    color:#0606ee;
}

.active>.page-link, .page-link.active {
    background-color: #5cad39;
    border-color: #5cad39;
}

.page-link {
    color: #212529;
}
.page-link:hover {
    color: #5cad39;
}


.alert{
    padding:.75rem .75rem;
    font-size:0.9rem;
}

img.logo {
    width: 250px;
    height: auto;
}

h1{
    font-size:1.5rem;
}

.panel-title{
    font-size:1.5rem;
}

.card-header {
    background-color: #fff;
    border-bottom: none;
}

.payment-options {
    display: flex;
    flex-direction: column; /* Radio buttony jeden pod drugim */
    gap: 15px; /* Odstęp między elementami */
}

.payment-option {
    display: flex;
    align-items: center;
}

.col-form-label{
    font-size: 0.9rem;
    color: var(--bs-grid-font-color);
    font-weight: 550;
}

.alert-danger {
    border: none;
    color: #d10d1c;
    font-size: 0.9rem;
    font-weight: 550;
    padding-left: 1.5rem !important;
}

main {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.alert{
    padding:.75rem .75rem;
}

.login-form .form-floating:focus-within {
    z-index: 2;
}

.login-top{
    font-size: 1rem;
}

.form-group {
    margin-bottom: 10px;
}

.forgot {
    text-align: left; margin-bottom:10px;
}

.btn.btn-primary {
    border-radius: 5px;
    background: #5dad3d none repeat scroll 0 0;
    border-color: #5dad3d;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    line-height: 50px;
    padding: 0;
}

.btn.btn-primary:hover {
    background: #3d8521 none repeat scroll 0 0;
    border-color: #3d8521;
}

.login-form {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.card {
    padding:30px;
}

.login-panel .card {
    padding:30px 40px;
    max-width: 450px;
}

.card .card-header .title {
    font-size: 2rem;
    font-weight: 550;
    display: block;
    color: var(--bs-grid-font-color);
}

.card .card-header .title.inline{
    display: inline-block;
}

.card .card-header .title.small-1 {
    font-size: 1.5rem;
}

.card .card-header{
    font-size: 1.5rem;
    font-weight: 550;
    display: block;
    color: var(--bs-grid-font-color);
    padding-top: 0;
}

.card .card-header.line {
    border-bottom:1px solid var(--bs-grid-layout-color);
}

.card .card-header .desc {
    font-size: 1rem;
    font-weight: 550;
    display: block;
    color: var(--bs-grid-desc-font-color);
}

.i-group{
    margin-top:30px;
}

.i-group.small-1{
     margin-top:15px;
}


.f-helper{
    float: right;
    font-weight: bold;
    font-size: 0.9rem;
}

/* input */

.form-label{
    font-size: 0.9rem;
    color: var(--bs-grid-font-color);
    font-weight: 550;
}

/* */

.form-control {
    /*background: #fff none repeat scroll 0 0;*/
    border: 2px solid #ced3e7;
    border-radius: 5px;
    font-size: 14px;
    /*height: 50px;*/
    /*line-height: 50px;*/
}

.form-control:hover, .form-control:active, .form-control:focus {
    border: 2px solid #5dad3d;
    box-shadow: none;
}

input.form-control{
    color: #20183b;
    font-weight: 550;
    border-radius: 8px;
    font-size: 0.9rem;
    padding: 1.2rem;
}

input.form-control::placeholder {
    color: #ced3e7;
}

.login-panel{
    max-width: 450px;
}

.row-logo{
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}

.footer{
    font-size: 0.9rem;
}

@media (max-width:768px){
    .login-panel .card {
        padding:30px 40px;
        max-width: 450px;
    }

    .row-logo{
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
}

