*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #4D4D4D;
}

body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	/* padding-left pod sidebar-rail tylko na desktopie —
	   .body-padding w @media(min-width:1200px); globalny padding
	   robił pusty ciemny pas z lewej na małych ekranach */
	background-color: #F2F2F2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	color: #000;
	background-color: #4A4A4A;
}

/* padding-left dla rozwiniętego sidebara tylko na desktopie —
   reguła jest w @media(min-width:1200px) niżej. Globalna wersja
   robiła pustą kolumnę 300px na mobile. */

.toggle-sidebar-status-form{
    width: 45px;
    height: 45px;
}

.toggle-sidebar-status-form button{
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

img {
	object-fit: cover;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 25px;
	padding: 0 0 15px;
}


h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;

}

p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

p:last-child {
	padding-bottom: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn {
    border-radius: 10px;
	padding: 13px 15px;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	line-height: 1em;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	outline: none;
	border: none;
	font-size: 14px;
}

.btn-blue {
	background: #ff5f5f;
	color: #000000;
}
.btn-blue:disabled{
    background: #93959b;
}

.btn-gray {
	background: #575756;
	color: #FEFEFF;
}

.btn-blue:hover {
	background: #ba1e18;
	color: #FEFEFF;
}

.btn-gray:hover {
	background: #192E51;
	color: #FEFEFF;
}

.container {
	width: 100%;
	max-width: 1132px;
	margin: 0 auto;
	padding: 0 22px;
}

.form-col {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

.label-black{
	color: #000;
}

label {
	color: #ffffff;
	font-size: 14px;
	font-weight: 650;
    text-transform: uppercase;
	font-family: Montserrat;
	display: block;
	line-height: 21px;
	padding: 0 0 5px;
}

.body-form-main__wrap label{
	color: black;
}

input[type=time],
input[type=date],
input[type=month],
input[type=text],
input[type=number],
input[type=datetime-local],
input[type=email],
input[type=password],
textarea,
select{
	border-radius: 10px !important;
	border: 1px solid #5e5e5e !important;
	background: #fff;
	outline: none;
	font-family: 'Inter', sans-serif;
	font-weight: 500 !important;
	font-size: 13px !important;
	padding: 0 22px;
	color: #1C1D21;
	width: 100% !important;
	height: 45px;
}
.no-radius
{
	border-radius: 0 !important;
}

.auto-height input{
	height: auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	/*background: url(../img/date.svg) no-repeat;*/
	width: 15px;
	height: 12px;
	background-size: 100% 100%;
	border-width: thin;
}

.container-fluid {
	padding: 0 22px;
}

::placeholder {
	opacity: 1;
}

.form-group {
	display: block;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	color: #1C1D21;
	padding: 0 0 0 30px;
}

.form-group label:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 0 0 0 6px #192E51;
}
.form-group input:checked+label:after {
	content: '';
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 0 0 0 10px #192E51;
}

@media(min-width: 1200px) {
	.form-col {
		margin-top: 30px;
	}

	.btn {
		padding: 17px 41px 16px;
	}

	.container-fluid {
		padding: 0 27px;
	}
}


[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon1:before {
	content: "\e900";
}

.icon-icon2:before {
	content: "\e901";
}

.icon-icon3:before {
	content: "\e902";
}

.icon-icon4:before {
	content: "\e903";
}

.icon-icon5:before {
	content: "\e904";
}

.icon-icon6:before {
	content: "\e905";
}

.icon-icon7:before {
	content: "\e906";
}

.icon-icon8:before {
	content: "\e907";
}

.icon-icon9:before {
	content: "\e908";
}

.icon-icon10:before {
	content: "\e909";
}

.icon-icon11:before {
	content: "\e90a";
}

.icon-icon12:before {
	content: "\e90b";
}

.icon-icon13:before {
	content: "\e90c";
}

.icon-icon14:before {
	content: "\e90d";
}

.icon-icon15:before {
	content: "\e90e";
}

.icon-icon16:before {
	content: "\e90f";
	color: #192e51;
}

.icon-icon17:before {
	content: "\e910";
	color: #192e51;
}

.icon-icon-close:before {
	content: "\e911";
}

.icon-icon-menu:before {
	content: "\e912";
}

@media(min-width: 1200px) {
	.body-padding {
		padding-left: 80px;
	}
}

@media(min-width: 1200px) {
	.body-sidebar-active {
		padding-left: 300px;
	}
}

/* header */

.header-sidebar {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	background-color: #616161;
	padding: 10px 15px;
	z-index: 999;
	overflow: hidden;
	overflow-y: scroll;
}
.header-sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar-logo {
	width: 150px;
	transition: all ease-in-out 0.3s;
}

.header-sidebar-active .sidebar-logo{
	width: 150px;
}

.header-toggle-btn {
	position: absolute;
	right: 15px;
	top: 16px;
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	font-size: 22px;
	padding: 0;
	z-index: 1;
	font-weight: 700;
}

.header-toggle-btn:after {
	content: "\e912";
	font-family: 'icomoon';
    color: #ffffff;
}

.js-toggled .header-toggle-btn:after {
	content: "\e911";
	font-size: 16px;
	font-family: 'icomoon';
    color: #ffffff;
}

.header-navbar {
	position: fixed;
	width: 100%;
	right: -110vw;
	top: 0;
	background-color: #4D4D4D;
	padding: 80px 20px 30px 20px;
	min-height: 100vh;
	transition: all ease 0.3s;
	max-width: 250px;
	direction: rtl;
	overflow-y: scroll;
}
.header-sidebar{
	display: flex;
	flex-direction: column;
	align-items: center;
}


.header-navbar li {
	margin-bottom: 5px;
	direction: ltr;
}

.header-navbar li a {
	padding: 5px 3px 5px 12px;
	background-color: #4D4D4D;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
}

.header-navbar li a span{
	text-wrap: none;
}

.header-navbar li a i {
	margin-right: 25px;
}
.header-navbar li a img{
	margin-right: 25px;
}

.js-toggled .header-navbar {
	right: 0;
}

.header-navbar li.active a,
.header-navbar li a:hover {
    background-color: #2D2D2D;
    color: #fff;
}

.header-navbar li a:after {
	content: "";
	width: 2px;
	height: 0;
	right: -20px;
	position: absolute;
	top: 0;
	background: white;
	transition: all ease-in-out 0.1s;
}
.header-navbar li .active img{
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(270deg) brightness(103%) contrast(100%);

}
.header-navbar li.active a:after,
.header-navbar li a:hover:after {
	height: 30px;
}

.meesage-count {
	position: absolute;
	width: 20px;
	background-color: #DB6363;
	height: 20px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	top: -3px;
	left: 22px;
}

@media (max-width: 1200px) {
	/* Mobile: sidebar jako przyklejony top bar (bazowe style: fixed, top:0,
	   width:100%). Wcześniejsze position:unset zrzucało pasek na dół dokumentu
	   (w DOM jest po treści) — stąd "rozjechany" wygląd na małych ekranach. */
	body.body-padding {
		padding-top: 100px; /* miejsce na pasek, żeby nie zasłaniał treści */
	}
}
@media(min-width: 1200px) {
	.with-sidenav {
		padding-left: 80px;
	}

	.header-sidebar {
		position: fixed;
		left: 0;
		width: 80px;
		height: 100vh;
		top: 0;
		overflow: auto;
		background-color: #616161;	
		padding: 10px 0px;
		overflow-x: hidden;
		transition: .6s;
	}
	
	.header-sidebar-active {
		width: 300px;
	}

	.header-sidebar-active .header-navbar li a span {
		position: relative;
		opacity: 1;
		z-index: 1;
		text-wrap: nowrap;
	}

	.header-toggle-btn {
		display: none;
	}

	.header-navbar {
		position: unset;
		right: 0;
		background-color: transparent;
		padding: 0;
		min-height: unset;
		max-width: unset;
	}

	.sidebar-logo {
		width: 75px;
		margin-bottom: 25px;
		position: relative;
		left: -1px;
	}

	.header-navbar li a {
		height: 40px;
		padding: 5px 3px 5px 12px;
	}

	.header-navbar li a span {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}

	.header-navbar li a i {
		margin-right: 25px;
		font-size: 18px;
	}

	.header-navbar li {
		margin-bottom: 5px;
	}

	/*.header-navbar li:last-child {
		margin-top: 50px;
	}*/

	.header-sidebar:hover {
		width: 300px;
	}

	.header-sidebar:hover .header-navbar li a span {
		position: relative;
		opacity: 1;
		z-index: 1;
		text-wrap: nowrap;
	}

	.header-navbar li.active a,
	.header-navbar li a:hover {
		background-color: transparent;
	}

	.header-navbar li a:after {
		display: none;
	}

	.header-sidebar:hover .header-navbar li.active a,
	.header-navbar li a:hover {
        background-color: #2D2D2D;
        color: #fff;
	}
	.header-sidebar .active, .header-sidebar .active a i {
		background-color: #2D2D2D;
		color: #ffffff;
	}
	.header-sidebar  a i {
		margin-left: 16px;
		margin-right: 0;
	}

	.header-sidebar:hover .header-navbar li a:after {
		display: block;
	}

	.header-sidebar:hover .sidebar-logo {
		left: 50%;
		transform: translate(-50%, 0);
		width: 150px;
	}
}


/* header */

/* login */
.login-logo {
	width: 70px;
	margin: 0 auto;
	display: table;
}

.form-col-btn {
	margin-top: 20px;
}

.form-col-text {
	display: table;
	margin: 0 0 0 auto;
	color: #192E51;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.form-col-btn__wrap {
	margin-top: 30px;
}

.login-left-form__wrap {
    background-color: #4A4A4A;
	padding: 50px 22px;
	font-weight: 550;
}

.login-right-image__wrap {
	object-fit: fill;
    background-color: #2D2D2D;
}
.admin-panel-h1{
    font-weight: 650;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 36px;
}


.login-right-form {
	width: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}


.password-info-text {
	padding: 25px 0 10px;
}

.password-info-text p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.25em;
	color: #000000;
	font-weight: 500;
}

.password-info-text p span {
	display: block;
}

@media(min-width: 768px) {

	.login-section {
		display: flex;
		height: 100vh;
		background-color: #fff;
	}

	.login-left-form__wrap {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.login-right-image__wrap {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media(max-width: 800px) {
    .login-section {
        display: flex;
        height: 100vh;
        background-color: #fff;
    }
    .login-left-form__wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .login-right-image__wrap{
        display: none;
    }

}

@media(min-width: 1200px) {
	.login-left-form {
		width: 360px;
	}

	.login-left-form__wrap {
		width: 50%;
		padding-right: 100px;
		align-items: end;
	}

	.login-logo {
		margin-bottom: 80px;
	}

	.form-col-btn__wrap {
		margin-top: 55px;
	}

	.login-right-form {
		width: 520px;
	}

	.login-right-form::before {
		width: 450px;
		height: 450px;
	}

	.password-info-text {
		padding: 0 0 50px;
	}

	.password-info-text p {
		font-size: 18px;
	}

}

@media(min-width: 1600px) {
	.login-left-form__wrap {
		padding-right: 188px;
	}

	.form-group {
		margin-top: 14px;
	}

	.login-right-form {
		width: 720px;
	}

	.login-right-form::before {
		width: 700px;
		height: 700px;
	}

	.login-logo {
		width: 127px;
	}

	.password-info-text p {
		font-size: 24px;
	}

	.reset-password .login-left-form__wrap {
		padding-right: 125px;
	}

	.reset-password .login-left-form {
		width: 465px;
	}

	.reset-password .form-col,
	.reset-password .form-col-btn {
		max-width: 360px;
	}
}

/* login end */


/* header */

.page-header {
	background-color: #4D4D4D;
	padding: 15px 0;
	/* margin-top 64px usunięty — miejsce pod mobilny top bar robi
	   padding-top na body (@media max-1200); margines dublował odstęp */
}

.page-header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-header-right {
	width: max-content;
	display: flex;
	align-items: center;
}

.main-header-text-style{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    font-family: Montserrat;
    text-transform: uppercase;
}
.page-header-left h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #ffffff;
    font-family: Montserrat;
    text-transform: uppercase;
}

.page-header-right .btn {
	font-size: 12px;
}

.user-login a {
	border-radius: 50px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	width: 37px;
	height: 37px;
	background: #c3211b;
	color: #FEFEFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-left: 10px;
}


@media(min-width: 768px) {
	.page-header-right .btn {
		font-size: 14px;
	}

	.user-login a {
		width: 45px;
		height: 45px;
		margin-left: 15px;
		font-size: 16px;
	}
}

@media(min-width: 1200px) {
	.page-header {
		background-color: #4D4D4D;
		padding: 17px 0;
		margin-top: 0;
	}
}

/* header end */

/* body-form-main */

.body-form-main {
    background: #2D2D2D;
	padding: 22px 0;
	padding-top: 0;
	display: flex;
	align-items: center;
}

.body-form-main__wrap {
	border-radius: 20px;
	background: #efefef;
	padding: 22px;
	overflow: hidden;
	width: 100%;
}
.body-form-main__wrap-sec {
	border-radius: 20px;
	background: #FFF;
	padding: 22px;
	overflow: hidden;
}

@media(min-width: 768px) {
	.body-form-main__wrap {
		height: 100%;
		min-height: calc(100vh - 97px);
		padding: 24px 26px;
	}
}

@media(min-width: 1200px) {
	.body-form-main {
		padding: 30px 0;
		min-height: 100vh;
	}

	.body-form-main__wrap {
		min-height: calc(100vh - 140px);
	}
	.body-form-main__wrap-sec {
		min-height: calc(100vh + 28px);
	}
}


.body-form-main__wrap-half {
	border-radius: 20px;
	background: #FFF;
	padding: 22px;
	overflow: hidden;
	margin-bottom: 10px;
}

@media(min-width: 768px) {
	.body-form-main__wrap-half {
		height: 50%;
		padding: 24px 26px;
		min-height: 24.5em;
	}
}

@media(min-width: 1200px) {
	.body-form-main {
		padding: 30px 0;
	}

	.body-form-main__wrap-half {
		height: 50%;
		min-height: 24.5em;
	}
}
/* body-form-main end */

/* filter-table */

.filter-table .form-col {
	margin: 0 0 10px;
}

.btn-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 20px 0 0;
	background-color: transparent;
	color: #351F64;
	font-size: 17px;
}
.icon-search {
	position: absolute;
	top: 13px;
	right: 0;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 50px 0 0;
	background-color: transparent;
	color: #351F64;
	font-size: 17px;
}
.icon-search:hover
{
	cursor: pointer;
}

.filter-table .form-col input {
	padding-right: 45px;
	padding-left: 15px;
	font-size: 13px;
}

.filter-table .form-col input[type=date] {
	padding-right: 17px;
}

@media(min-width: 768px) {
	.filter-table .form-col {
		margin: 0;
		width: calc(22.33% - 10px);
	}

	.filter-table {
		display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
	}
}

@media(min-width: 1200px) {

	.filter-table {
		width: 100%;
	}

	.filter-table .form-col {
		margin: 0 0 5px 0;
		width: calc(22.33% - 14px);
	}
}



/* filter-table end */

/* add news */

textarea {
	border-radius: 20px;
	border: 1px solid #EAEAEA;
	background: #FEFEFF;
	outline: none;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 14px 26px;
	color: #1C1D21;
	width: 100%;
	height: 308px;
	font-size: 13px;
	resize: none;
}

.form-col--title {
	max-width: 100%;
}

.news-addressed {
	padding: 20px 0;
}

.news-addressed p {
	margin: 0;
	padding: 0 0 16px 0;
	font-size: 14px;
	line-height: 1.25em;
	color: #8181A5;
	font-weight: 400;
}

.news-addressed ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.news-addressed li {
	margin: 0;
	padding: 12px 19px;
	font-size: 12px;
	line-height: 1.25em;
	color: #192E51;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	background: rgba(25, 46, 81, 0.1);
	border-radius: 8px;
	cursor: pointer;
}

.news-addressed li i {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	padding: 0 8px 2px 0;
}

.news-addressed li.active {
	color: #FFFFFF;
	background: rgba(25, 46, 81, 1);
}

/* table */


.table-structure table {
	border-collapse: collapse;
	width: 488px;
	overflow: hidden;
	font-family: 'Inter', sans-serif;
	background: #FFFFFF;
}

.table-structure table thead {
	background-color: #333232;
	color: #ffffff;
}

.table-structure table thead tr th {
	padding: 14px 16px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	border: none;
	color: #ffffff;
	vertical-align: top;
}

.table-structure table tbody tr td,
.table-structure table tbody tr th {
	padding: 5px 16px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	line-height: 1.57em;
	vertical-align: middle;
}

.table-structure table tbody tr
{
	transition: .2s;
    background-color: #434343;
}

.table-structure table tbody tr:hover
{
    background-color: #202020;
}

.table-structure table tbody tr th:last-child {
	width: 200px;
}

.table-scroll {
	padding-bottom: 0;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: -22px;
	overflow: hidden;
	position: relative;
}

.table-structure {
	padding: 0 0;
	position: relative;
	overflow-x: auto;
	position: relative;
	scrollbar-width: 0;
}

.table-structure::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.table-text-center table thead tr th,
.table-text-center table tbody tr td {
	text-align: center;
}

.table-structure tr.incomplete-data td {
	background-color: #984e4e;
}

.incomplete-data-legend{
	width: 12px;
	height: 12px;
	background-color: #984e4e;
	display: inline-block;
}

.edit-btns-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.edit-btns a {
	color: #192E51;
	display: inline-block;
	margin: 0 4px;
	transition: all 0.3s ease-in-out;
}

.edit-btns a:hover {
	opacity: 0.6;
}


.table-structure table tr:nth-child(even) {
	background-color: #626262;
}

.edit-btns-wrap p {
	font-size: 12px;
	word-break: break-all;
	width: 110px;
}
.table-structure row h1{
    color: white;
}
@media (min-width: 768px) {
	.table-structure table {
		width: 100%;
	}

	.table-scroll {
		margin: 10px 0px 0;
		overflow: hidden;
		max-width: 100%;
	}

	.edit-btns-wrap p {
		width: max-content;
	}
}
@media (max-width: 768px) {
	.icon-search {
		padding: 0 100px 0 0;

	}
}

@media (min-width: 1200px) {
	.table-structure table {
		width: 100%;
	}

	.table-scroll {
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.table-structure table tbody tr th:last-child {
		width: 400px;
	}

	.edit-btns a {
		font-size: 15px;
	}

	.table-structure table thead tr th {
		padding: 15px 16px
	}

}

@media(min-width: 1600px) {
	.table-structure table tbody tr th:last-child {
		width: 650px;
	}
}

/* table end */

/* file uplode */

#file-uploads,
#file-upload {
	position: absolute;
	left: -9999px;
}

#filenames,
#filename {
	margin-left: 15px;
	font-size: 12px;
	font-weight: 600;
	color: #192E51;
}

.btn-uplode-wrap form {
	margin-bottom: 10px;
}

@media(min-width: 1200px) {

	#filenames,
	#filename {
		font-size: 14px;
	}

	.btn-uplode-wrap {
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

/* file uplode end */
.deleteForm{
	display: inline-block;
}
.deleteBtn{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: unset;
	cursor: pointer;
	font-size: 15px;
}
.deleteBtn:hover{
	opacity: 0.6;
}

/* Styl ogólny */
.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}



.relative {
	position: relative;
}

.inline-flex {
	display: inline-flex;
}

.text-sm {
	font-size: 0.875rem;
}

.font-medium {
	font-weight: 500;
}

.leading-5 {
	line-height: 1.25rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

.rounded-l-md {
	border-radius: 0.375rem 0 0 0.375rem;
}

.rounded-r-md {
	border-radius: 0 0.375rem 0.375rem 0;
}

.text-gray-500 {
	color: #6b7280;
}

.text-gray-700 {
	color: #374151;
}

.bg-white {
	background-color: white;
}

.border {
	border: 1px solid #d1d5db;
}

.border-gray-300 {
	border-color: #d1d5db;
}

.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.radio-label-def:hover{
	color: #1a1d20;
}
.radio-label-active{
	color: #1a1d20;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}


.ml-3 {
	margin-left: 0.75rem;
}

.mr-3{
	margin-right: 0.75rem;
}

.-ml-px {
	margin-left: -1px;
}

.hover\:text-gray-500:hover {
	color: #6b7280;
}

.hover\:text-gray-400:hover {
	color: #9ca3af;
}

.focus\:outline-none:focus {
	outline: none;
}

.focus\:ring:focus {
	box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
}

.focus\:border-blue-300:focus {
	border-color: #93c5fd;
}

.active\:bg-gray-100:active {
	background-color: #f3f4f6;
}

.active\:text-gray-700:active {
	color: #374151;
}

.transition {
	transition: all 0.15s ease-in-out;
}

.w-5 {
	width: 1.25rem;
}
.w-90
{
	width: 90%;
}
.textarea-full-width{
	width: 100% !important;
}
.h-5 {
	height: 1.25rem;
}

/* Styl dla SVG (ikon) */
svg {
	fill: currentColor;
}


nav[role="navigation"] {
	/* Twoje style dla elementu nav z atrybutem role="navigation" */
	background-color: #f8f9fa; /* Przykładowy kolor tła */
	padding: 10px; /* Przykładowe wypełnienie */
	border: 1px solid #ddd; /* Przykładowe obramowanie */
	border-radius: 5px; /* Zaokrąglenie rogów */
	margin-bottom: 15px; /* Odstęp od dolnej części */
	margin-top: 20px;
}
.hideInput{
	display: none;
}
.news-save-btn{
	margin-top: 20px;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 5px;
}
.dropdown-menu a {
	border-radius: unset;
	background-color: unset;
	color: #000000;
	padding-left: 15px;
}
.dropdown-menu a:hover {
	background-color: unset;
	color: #dc3545;
}

.dropdown-menu input[type="submit"] {
	font-weight: 600;
	transition: .5s;
	border: none;
	text-decoration: none;
	border-radius: unset;
	background-color: unset;
	color: #000000;
	padding-left: 15px;
}
.dropdown-menu input[type="submit"]:hover {
	background-color: unset;
	color: #dc3545;
}

.user-login{
    width: 50px;
    height: 50px;
    background: #dc3545;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.user-login .dropdown-menu form input{
	width: 100%;
}

.user-login .dropdown-menu form input:hover{
	background-color: #e6e6e6;
}

.user-login:hover .dropdown-menu {
	display: block;
}

input[type=file]
{
	display: none;
}
.x-btn-close{
	font-size: 20px;
	padding: 15px 20px;
}
.dropdown-toggle:after
{
	display: none;
}

.detect-blue-header{
	display: flex;
	padding: 20px;
	height: 70px;
	width: 100%;
	background: #F5F5FA;
	font-size: 28px;
}
.detect-blue-header h1
{
	color: #1F2F60;
}

.detect-content{
	margin-top: 30px;
	display: flex;
}
.detect-livewire-comp{
	display: flex;
	margin-bottom: 75px;
}

.detect-livewire-gallery{
	width: 400px;
	height: 500px;
}
.detect-content select{
	width: 25em !important;
	margin-top: 20px;
	margin-left: 20px;
}

.detect-left-blue{
	display: flex;
	flex-direction: column;
	padding: 20px;
	height: auto;
	width: 100%;
	background: #F5F5FA;
	font-size: 12px;
	color: black;
	font-weight: 600;
	margin-bottom: 20px;
}
.detect-left-blue p {
	margin-bottom: 5px;
}

.detect-left-blue p span.title{
	display: inline-block;
	color: #1F2F60;
	margin-right: 10px;
	width: 35%;
}
.detect-left-blue .light-color
{
	color: #75C9EB;
}

.detect-left-blue-text{
	font-size: 12px;
	padding: 15px;
	color: #1F2F60;
	font-weight: 500;
}
.detect-left-blue-text span{
	font-weight: 600;
}
.legend-item {
	flex-basis: calc(50% - 10px);
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	text-align: center;
	justify-content: center;
}

.legend-circle {
	margin-right: 10px;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: currentColor;
}

.legend-circle::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: white;
	border-radius: 50%;
}
.dashboard-upper-chart
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.chart-legend{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 50%
}
.dashboard-upper-title
{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
button.pick-day-button{
	text-decoration: none;
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 550;
	color: #8181A5;
	padding: 6px 8px;
	transition: .5s;
}
button.pick-day-button:hover{
	color: black;
}
button.pick-day-button.active{
	border: 2px solid #ECECF2;
	border-radius: 10px;
	color: black;
}
.dashboard-title h1{
	color: #1F2F60;
	font-size: 28px;
	font-weight: 600;
	padding: 0;
}
.dashboard-title p{
	font-size: 12px;
	color: #8181A5;
}
.dashboard-title-right h1{
	color: #1F2F60;
	font-size: 20px;
	font-weight: 600;
}
.basic-chart{
	height: 300px;
}

#user-map{
	width: 100%;
	height: 210px;
}

.text-bold-p
{
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #1F2F60;
}
.h-300px{
	height: 300px;
}

.task-table {
	border: 1px #dedddd solid;
}
.task-table tr, .task-table tr td, .task-table th {
	padding: 10px;
	border: 1px #dedddd solid;
}
.task-table tr  th{
	vertical-align: center;
	horiz-align: center;
	text-align: center;
}

.task-table .checkbox-field{
	text-align: center;
}


input[type='checkbox']:hover{
	background: #ba1e18;
	cursor: pointer;
}

input[type='checkbox']:checked
{
	background: #DA241E;
}

input[type='checkbox'] {
	-moz-appearance:none;
	-webkit-appearance:none;
	margin-top: 5px;
	width: 20px;
	height: 20px;
	outline: 1px #dedddd solid;
	border: 1px solid red;
}

.overwrite-default-input{
    border-radius: 30px;
    border: 1px solid #EAEAEA;
    background: #fff;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 0 22px;
    color: #1C1D21;
    width: 90% !important;
    height: 45px;
}

.tooltip-custom {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.tooltip-custom .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 85%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-custom .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.input-container{
    position: relative;
    display: inline-block;
    width: 100%;
}

#copy-clipboard-btn-1:hover{
    cursor: pointer;
}

.entries-list{
    display: flex;
    flex-direction: column;
    width: auto;
}
.entries-list-item{
    background: #2D2D2D;
    border-radius: 25px;
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    padding: 15px;
    width: 90%;
	justify-content: space-between;
	align-items: center;
}

.action-background button{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c3211b;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	color: white;
}

.action-background button:hover{
	background-color: #921712;
}

.entries-list-item p {
    font-size: 16px;
}
.entries-statistics-list-item{
    background: #2D2D2D;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    color: #fff;
    padding: 15px;
    width: 90%;
}
.entries-statistics-list-item-title{
    font-size: 18px;
    margin-bottom: 10px;
}
.text-area-adjusted{
    background: white;
    border-radius: 25px;
}


.pagination-container{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.pagination-item{
    color: white;
    transition: 0.2s;
    background-color: #767676;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: none;
    margin: 20px 5px 5px 5px;

}
.pagination-item:hover{
    background-color: #5f5e5e;
}
.pagination-item-disabled{
    color: #ffffff;
    transition: 0.2s;
    background-color: #444;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: 700;
    margin: 20px 5px 5px 5px;
}

.upload-file-preview{
	display: flex;
	justify-content: center;
	align-items: center;
    border: 1px solid #000000;
	min-width: 200px;
	height: fit-content;
	width: fit-content;
	max-height: 400px;
	padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

.upload-file-preview img{
    border: 1px solid #323232;
    border-radius: 10px;
}

.action-button{
	border-radius: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	outline: none;
	border: none;
	margin-top: 3px
}

.action-edit{
	background-color: #33b910;
}

.action-delete{
	background-color: red;
}

.action-freeze{
	background-color: #4db2ff;
}

.action-sign-agreement{
	background-color: #65ff3e;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	border: none;
	margin-left: 5px;
}


.info-popups-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.info-popups-container .info-popup{
    z-index: 999999;
    background-color: #FF5764;
    padding: 25px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
}

.is_read{
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background-color: #469233;
	display: flex;
	justify-content: center;
	align-items: center;
}

.is_not_read{
	background-color: #c53d3d !important;
}

.is_read i {
	font-size: 21px;
}

.new_message{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: red;
	position: absolute;
    top: 5px;
    right: 5px;
}

.add-event-button-container
{
    position: absolute;
    bottom: -140px;
    right: 0;
    width: 400px;
    z-index: 99;
    background: white;
    padding: 20px;
    border-radius: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.add-event-button-container .btn{
	width: 100%;
}

.membership-data {
    width: 100%;
    height: fit-content;
    margin-top: 10px;
}

.type-checkbox-span{
	display: flex;
	align-items: center;
	width: 30%;
	justify-content: space-between;
}

.timetable-container {
    width: 200px;
    height: 200px;
    background-color: white;
    border: 1px solid black;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.calendar-timetables-container{
    height: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
	margin-bottom: 10px;
}

.calendar-timetables-container .calendar-timetable
{
    background: white;
    width: 120px;
    height: fit-content;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
	padding: 10px;
	border: 1px solid black;
	border-left: none;
	gap: 5px;
}

.calendar-timetables-container .calendar-timetable:first-child
{
	border-radius: 20px 0 0 20px;
	border: 1px solid black;
}

.calendar-timetables-container .calendar-timetable:last-child
{
	border-radius: 0 20px 20px 0;
	border-left: none;
}

.calendar-timetables-container .calendar-timetable input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}

#mass-edit-error-id:empty {
	display: none;
}

@keyframes jump {
    0% {
        transform: scale3d(1,1,1);
    }
    50% {
        transform: scale3d(2,2,2);
    }
    100% {
        transform: scale3d(1,1,1);
    }
}

.jump-animation{
    animation-name: jump;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out; 
}

.help-text-label{
	font-size: 11px;
	color: #8181A5;
	padding-bottom: 0px;
	font-weight: 500;
	line-height: 11px;
	margin: 6px 0 2px 0;
}

/* Cross-document View Transitions — smooth page navigation */
@view-transition {
	navigation: auto;
}

.header-sidebar {
	view-transition-name: sidebar;
}

::view-transition-old(sidebar),
::view-transition-new(sidebar) {
	animation: none;
}

::view-transition-old(root) {
	animation: none;
}

::view-transition-new(root) {
	animation: fade-in 0.15s ease-out;
}

@keyframes fade-in {
	from { opacity: 0.6; }
	to { opacity: 1; }
}