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

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

body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	color: #000;
}

.admin-panel-h1{
    font-size: 48px;
    color: white;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

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



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,h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.h2,h2 {
    font-size: 1.5rem
}

.h3,h3 {
    font-size: 1.3125rem;
}

.h4,h4 {
    font-size: 1.125rem
}

.h5,h5 {
    font-size: .9375rem
}

.h6,h6 {
    font-size: .75rem
}

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: 50px;
	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: #0099ff;
	color: #FEFEFF;
}

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

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

.btn-gray:hover {
	background: #0099ff;
	color: #FEFEFF;
}

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

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

label {
	color: #8181A5;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	display: block;
	line-height: 21px;
	padding: 0 0 5px;
}

input[type=date],
input[type=text], input[type=datetime-local], input[type=password], input[type=email], input[type=number], select {
	border-radius: 30px;
	border: 1px solid #EAEAEA;
	background: #fff;
	outline: none;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 0 26px;
	color: #1C1D21;
	width: 100%;
	height: 45px;
}

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 #0099ff;
}

.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 #0099ff;
}

@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: #0099ff;
}

.icon-icon17:before {
	content: "\e910";
	color: #0099ff;
}

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

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

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

/* header */

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

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

.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';
}

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

.header-navbar {
	position: fixed;
	width: 100%;
	right: -110vw;
	top: 0;
	background-color: #fff;
	padding: 80px 20px 30px 20px;
	min-height: 100vh;
	transition: all ease 0.3s;
	max-width: 250px;
}

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

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

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

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

.header-navbar li.active a,
.header-navbar li a:hover {
	background-color: rgba(94, 129, 244, 0.1);
	color: #0099ff;
}

.header-navbar li a:after {
	content: "";
	width: 2px;
	height: 0;
	right: -20px;
	position: absolute;
	top: 0;
	background: #0099ff;
	transition: all ease-in-out 0.1s;
}

.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(min-width: 1200px) {
	.with-sidenav {
		padding-left: 80px;
	}

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

	.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: 50px;
		margin-bottom: 25px;
		position: relative;
		left: -5px;
	}

	.header-navbar li a {
        width: 210px;
		height: 30px;
		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: 15px;
	}


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

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

	.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: rgba(94, 129, 244, 0.1);
	}

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

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

@media(min-width: 1600px) {
	.header-navbar li:last-child {
		position: absolute;
		left: 20px;
	}

	.header-navbar li:last-child a:after {
		right: -32px;
	}
}

/* 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: #0099ff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

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

.login-left-form__wrap {
	padding: 50px 22px;
}

.login-right-image__wrap {
	background: #0099ff;
	padding: 50px 22px;
}

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

.login-right-form::before {
	content: '';
	background-color: #1C3663;
	width: 200px;
	height: 200px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	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(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: #ffffff00;
	padding: 15px 0;
	margin-top: 64px;
}

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

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

.page-header-left h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
}

.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: #0099ff;
	color: #FEFEFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-left: 10px;
}

.user-login a:hover {
	background: #575756;
	color: #FEFEFF;
}

@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: #ffffff;
		padding: 17px 0;
		margin-top: 0;
	}
}

/* header end */

/* body-form-main */

.body-form-main {
	padding: 22px 0;
	padding-top: 0;
}

.body-form-main__wrap {
	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;
	}

	.body-form-main__wrap {
		min-height: calc(100vh - 141px);
	}
}

/* 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 20px 0 0;
    background-color: transparent;
    color: #351F64;
    font-size: 17px;
}

.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(20% - 10px);
	}

	.filter-table {
		display: flex;
		justify-content: space-between;
	}
}

@media(min-width: 1200px) {

	.filter-table {
		width: 100%;
	}

	.filter-table .form-col {
		margin: 0;
		width: calc(20% - 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: #0099ff;
	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: #F5F5FA;
	color: #273B91;
}

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

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

.table-structure table tbody tr th:nth-child(1) {
	width: 200px;
}

.table-scroll {
	padding-bottom: 0;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: -22px;
	overflow: hidden;
	background: #ffffff;
	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;
}

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

.edit-btns a {
	color: #0099ff;
	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(odd) {
	border-bottom: 1px solid rgba(25, 46, 81, 0.13);
}

.table-structure table tr:nth-child(even) {
	background-color: #F5F5FA;
	border-top: 1px solid rgba(25, 46, 81, 0.13);
}

.edit-btns-wrap p {
	font-size: 12px;
	word-break: break-all;
	width: 110px;
}

@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 (min-width: 1200px) {
	.table-structure table {
		width: 100%;
	}

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

	.table-structure table tbody tr th:nth-child(1) {
		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:nth-child(1) {
		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: #0099ff;
}

.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;
}

.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;
}

.-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;
}

.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;
}

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

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

.language-select{
    right: calc(1rem + 65px);
    bottom: 1rem;
    z-index: 5;
}

.flag{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: solid black 1px;
}

.flag-li{
    margin: 5px;
}

.type{
    max-height: 24px;
    max-width: 24px;
}


.menu-img {
    max-height: 230px;
    min-height: 100px;
}


.menu-img-container{
    text-align: center;
    width: 100%;
}

.card-min{
    width: 100%;
    margin-bottom: -10px;
}

.card-body{
    background-color: white;
    width: 100%;
    padding: 2rem;
}

.card-all{
    height: 100%;
    width: 90%;

}

.my-card-img{
    width: 100%;
    object-fit: cover;
    height: 15rem;
}

@media screen and (min-width: 200px){
    .my-card-img{
        height: 9rem;
    }
}

@media screen and (min-width: 300px){
    .my-card-img{
        height: 11rem;
    }
}

@media screen and (min-width: 350px){
    .my-card-img{
        height: 11rem;
    }
}

@media screen and (min-width: 400px){
    .my-card-img{
        height: 13rem;
    }
}

@media screen and (min-width: 450px){
    .my-card-img{
        height: 15rem;
    }
}

@media screen and (min-width: 500px){
    .my-card-img{
        height: 17rem;
    }
}

@media screen and (min-width: 550px){
    .my-card-img{
        height: 19rem;
    }
}


@media screen and (min-width: 600px){
    .my-card-img{
        height: 10rem;
    }
}

@media screen and (min-width: 700px){
    .my-card-img{
        height: 11rem;
    }
}

@media screen and (min-width: 768px){
    .my-card-img{
        height: 12rem;
    }
}

@media screen and (min-width: 800px){
    .my-card-img{
        height: 13rem;
    }
}

@media screen and (min-width: 850px){
    .my-card-img{
        height: 14rem;
    }
}

@media screen and (min-width: 900px){
    .my-card-img{
        height: 10rem;
    }
}

@media screen and (min-width: 1100px){
    .my-card-img{
        height: 11rem;
    }
}

@media screen and (min-width: 1200px){
    .my-card-img{
        height: 12rem;
    }
}

@media screen and (min-width: 1200px){
    .my-card-img{
        height: 13rem;
    }
}

@media screen and (min-width: 1500px){
    .my-card-img{
        height: 15rem;
    }
}

@media screen and (min-width: 1500px){
    .my-card-img{
        height: 17rem;
    }
}

@media screen and (min-width: 1780px){
    .my-card-img{
        height: 19rem;
    }
}

@media screen and (min-width: 2400px){
    .my-card-img{
        height: 24rem;
    }
}

@media screen and (min-width: 3100px){
    .my-card-img{
        height: 27rem;
    }
}

.header-navbar li:last-child {
    position: absolute;
    bottom: 10px;
    left: 20px;
}


.search{
    right: 1rem;
    bottom: 1.2rem;
    z-index: 5;
    max-width: 60px;
    max-height: 67px;
    transition: all .5s;
}

.search-btn{
    height: 60px;
    border: 1px solid black;
    border-radius: 50%;
}

:not(.expanded)>form>div:first-child>button{
    width: 100%;
}

.expanded{
    max-width: 500px !important;
    max-height: 340px !important;
    width: calc(100% - 2rem);
    height: 340px;
    border: black 1px solid;
    border-radius: 10px;
    z-index: 6;
    background-color: white;
}

.expanded .icons{
    border: 0 solid white;
    background-color: white;
}

.expanded .d-none{
    display: block !important;
}


.filtry{
    height: calc(100% - 172px);
    overflow-x: hidden;
    overflow-y: auto;
}

.my-button{
    padding: 13px 15px;
    margin-right: 0.5rem;
}

.spice-label{
    padding-left: 2rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.type-label{
    padding-left: 2rem !important;
}

.filtry-h3{
    padding-left: 1.5rem
}

.enabled{
    opacity: 1 !important;
}

.spice{
    opacity: .3;
}

.my-card{
    width: 100%;
    height: 100%;
}

.select-error{
    border: red 1px solid !important;
}

.right{
    margin-top: 150px;
    right: 5px;
    top: 1rem;
    bottom: 0;
}


.right ul{
    display: block;
}

.right ul li{
    margin: 2px;
}

.right ul li a{
    width: 30px;
    height: 30px;
    display: block;
    margin: 2px;
}

.fillable{
    filter: invert(0);
    background-size: cover;
    background-position: 50%;
}

.website{
    background-image: url(../../img/website.svg);
    background-position: 60%;
    margin-bottom: -7px !important;
    margin-left: 3px !important;
    height: 40px !important;
    width: 30px !important;
}

.phone{
    background-image: url(../../img/phone.svg);
    color: #b47b0e;
    text-decoration: underline;
}

.facebook{
    background-image: url(../../img/facebook.svg);
}

.delivery{
    background-image: url(../../img/delivery.svg);
}

.phone-text{
    color: #000;
    margin-left: 2.5rem;
    font-size: 12px;
    font-weight: 700;
    padding-top: 20%;
}

.phone-object:hover a{
    transform: translateX(-100px);
}

.my-grid{
    column-gap: 0;
    row-gap: 50px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: min-content;
    justify-items: center;
}


@media screen and (max-width: 900px) {
    .my-grid{
        row-gap: 50px;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: min-content;
        justify-items: center;
    }
}

@media screen and (max-width: 600px) {
    .my-grid{
        row-gap: 50px;
        grid-template-columns: 1fr;
        grid-template-rows: min-content;
        justify-items: center;
    }
}

.description {
    min-width: 0;
    word-break: break-word;
    background-clip: border-box;
    border-radius: 0.375rem;
    background-color: white;
    width: 100%;
    padding: 2rem 2rem 0 2rem;
}

.my-container {
    padding: 0;
    margin: 10px;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .my-container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
}

.hidden-button {
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    margin: 0 1rem;
    padding: 0;
}

.disabled-arrow {
    float: right;
    margin: 0 1rem;
    color: grey;
    padding: 0;
}

a:not([href]){
    height: 15px;
    width: 15px;
    margin: 0 3px !important;
    color: #0099ff;
}

a:not([href]):hover{
    opacity: 1;
}
