/*.hiddenelement {display: none !important;}*/
a, .ubusinesscardshow,.startchat,.openbgpic
{
	cursor: pointer;
}

.mfp-hide
{
	display: none;
}


.zmwebsdk-MuiPaper-rounded {
	border-radius: 0 !important;
}
.zmwebsdk-makeStyles-root-28{
	border-radius: 0 !important;
}
.zmwebsdk-makeStyles-root-183 {

	height: 409px;
}
.zmwebsdk-makeStyles-singleView-7 {
	padding: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
}

.zmwebsdk-MuiPaper-root {

	/* transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; */
	background-color: transparent;
}

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #000;
	z-index: 100000099;
	display: flex;
	align-items: center;
	justify-content: center;
}


.reqfield {
	border: 1px dashed #ff0000;
}
.listmyexes
{
	text-decoration: underline;
}
.listmyexes::before {
	content: url(../img/icons/store.svg);
	vertical-align: middle;
}
.closepopupcross {
	background: url("../img/icons/close.svg");
	position: absolute;
	right: 5px;
	top: -30px;
	font-size: 24px;
	color: #d01313;
	font-weight: bold;
	cursor: pointer;
	width: 23px;
	height: 23px;
	 background-repeat: no-repeat;
	 z-index: 100;
}

@keyframes wave-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.wave-icon {
  animation: wave-animation 1.3s ease-in-out infinite;
}

.header__nav-icon
{
	width: 25px;
	border-radius: 50%;
}
.header__nav-icon-noround
{
	width: 17px;
	border-radius: 0;

	margin-right: 8px;
	max-width: none;

}
.forbcardfix {
	right: -38px;
}
.specialstatus {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 3px);
  -ms-transform: translate(-50%, 3px);
  transform: translate(-50%, 3px);
  }
.stand__wrapper-poster {
	z-index: 7;
	cursor: pointer;
}
.noround {
	border-radius: 0 !important;
}

.swallinks {
    color: blue;
    text-decoration: underline;
}
.swallinks:hover {
    color: blue;
    text-decoration: none;
}
.wrong
{
	color: red !important;
}
.main__container
{
	z-index: 2;
}
.openbgpic
{
	background-image:url("../img/empty.jpg");
	background-repeat: repeat;
}
a.sidebar__menu-item span
{
	line-height: 16px;
}
.catalog__item-text {

	height: 20px;
}
/*.chat__send-submit {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}*/

.roundsquare
{
	border-radius: 6px;
}


@media only screen and (max-width: 1100px) {
.catalog__item-top {
	max-width: inherit;
}
  .catalog__item-text {
    font-size: 12px;
  }
}

/*
.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
}*/


#gotop {
	display: inline-block;

	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 65px;
	left: 20px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	background-image: url('../img/icons/Admin-ex-arrow-up.webp');
	background-repeat: no-repeat;
	background-size: calc(100% - 10px) calc(100% - 10px);
	background-position: center;
}

#gotop:hover {
	cursor: pointer;
	/* background-color: #333; */
}
#gotop:active {
  background-color: #555;
}
#gotop.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.stand__wrap {
	position: relative;
	z-index: 3;
}
/*.main__info
{
	z-index: 2 !important;
}*/


.custom-confirm-button,.swal2-styled.swal2-confirm
{
background: linear-gradient(90deg, #D0F1FF 0%, #99E0FE 48.96%, #B1E7FE 100%) !important;
    background-size: auto !important;
    border-radius: .25em !important;
    color: #000 !important;
}

.ui-tooltip {
    display: none !important;
}
.fancybox__content {

	background: none !important;

}
.form__file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	opacity: 0;
}

@media only screen and (max-width: 767px){
.conference__video{
  	z-index: 2;
	padding: 0 20px;
	width: 100%;
	aspect-ratio: 16 / 11;
	min-height: 50vw;
}

	.conference__posters {
		flex-direction: column-reverse !important;
		align-items: center;
	}
	.joinconfbtn {
		position: initial !important;
		transform: unset !important;
	}

.conference__wrapper .slick-arrow{
top: 73vw
}

.conference__wrapper{
padding-top: 94vw
}

}

@media only screen and (max-width: 767px) and (max-height: 400px){
.conference__video{
padding-bottom: 64%
}
}

.underline
{
	text-decoration: underline;
}


.profile__text
{
	overflow: auto;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {

	background-size: 300% 100% !important;
}
.joinconfbtn {
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: auto;

	transform: translateX(-50%);
}
.godmodmess {
	padding-top: 20px;
	color: red;
	/* font-weight: bold; */
}

.lawlink {
  color: #000;
  font-size: 14px;
}
.lawlink:hover {
  text-decoration: underline !important;
  color: #5525a4;
}

.table__elem-inner:hover {
	background-color: red;
}
.short_info
{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
#preloadpage {
/*	 display: none; */
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 11111111111;
	position: fixed;
	top: 0;
}
.learnmoremainbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* align-items: center; */
	background-color: #f3f3f3;
	color: #000;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 18px;
	position: relative;
	margin-top: 20px;
	text-align: center;
	width: auto;

	text-decoration: underline;
}
.arrowsstand {
	display: inline-flex;
	width: 20px;
	height: 38px;
	z-index: 11111111;
}
.arrowleftstand
{
	background-image: url("../img/icons/enleft.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.arrowrightstand
{
	background-image: url("../img/icons/enright.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.compinfomain,.makemessage,.exchangebcardmain,.stand__back
{
	font-weight: bold;
}
.compinfomain::before {
	content: url("../img/icons/compinfmain.svg");
	/* vertical-align: middle; */
	display: block;
	height: 28px;
	margin-right: 4px;
	margin-left: -8px;
}
.makemessage::before {
	content: url("../img/icons/makemessagecomp.svg");
	/* vertical-align: middle; */
	display: block;
	height: 28px;
	margin-right: 4px;
	margin-left: -8px;
}
.exchangebcardmain::before {
	content: url("../img/icons/exchangebcardmain.svg");
	/* vertical-align: middle; */
	display: block;
	height: 20px;
	margin-right: 4px;
	margin-left: -8px;
}
.stand__back::before {
	content: url("../img/icons/backtostandsicon.svg");
	/* vertical-align: middle; */
	display: block;
	height: 15px;
	margin-right: 4px;
	margin-left: -8px;
}
.exchangebcardmain._checked::before
{
	content: url("../img/icons/canselexchange.svg") !important;
}
.stand__back
{
	z-index: 3;
}
.visitstandbtnincard {
	margin-left: -10px;
	padding-right: 10px;
}
.flexmargin {
	margin-right: 10px;
}
.case-item__btns.downallbtn {

	margin: 0 auto;
}

.stand__wrap-item.stand__back {
	width: auto;
	position: absolute;
	left: 30px;
	top: 19px;
}

@media only screen and (max-width: 1100px) {


.stand__wrap-item.stand__back {
	position: relative;
	/* left: 30px; */
	/* top: 19px; */
	margin-top: 12px;
	z-index: 11;
	left: 0;
	top: 0;
}

}


.openbgpic:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Це забезпечить напівпрозорий фон при наведенні */
}
.conference__posters-item {

	position: relative; /* Додаємо цю властивість */
}
.case-person__subtitle
{
	font-weight: normal;
}
#isfilterhaschecked {
	 display: none;
/*	display: block;*/
	position: absolute;
	left: 30%;
}
::placeholder {
  color: #a6a6a6;
}

.stand__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
	width: 100%;
}

.pagination__item {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	border: 1px solid #740727;
	color: #740727;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
	cursor: pointer;
}
.pagination__item:last-of-type {
	margin-right: 0;
}

.pagination__item.active {
	background-color: #740727;
	color: #ffffff;
}

.pagination__button {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination__button:disabled {
	opacity: 0.5;
}

.pagination__button--prev {
	margin-right: 12px;
}

.pagination__button--next {
	margin-left: 12px;
}

.stand__wrap--back {
	padding: 0 20px;
}

.stand__buttons {
	margin-left: auto;
}

@media  (max-width: 1100px) {
	.stand__buttons {
		margin-left: unset;
	}
	.pagination {
		margin-top: 20px;
	}
	.stand__buttons {
		order: 2;
		position: relative;
		bottom: 69px;
	}

	.stand__container {
		padding: 0 10px 200px;
		flex-direction: column-reverse;
		display: flex;
	}
	.stand__container-inner {
		padding: 140px 0 0;
	}

	.stand__wrap {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.stand__wrap-item {
		width: unset;
	}
	.stand__wrap--back {
		display: flex;
		justify-content: center;
	}
}

@media  (max-width: 600px) {
	.pagination {
		margin-top: 18px;
	}

	.pagination__item {
		width: 32px;
		height: 32px;
		margin-right: 7px;
	}

	.pagination__item:last-of-type {
		margin-right: 0;
	}
	.pagination__button {
		margin: 0;
	}
	.stand__buttons {
		bottom: 120px;
	}
	.stand__wrap {
		justify-content: center;
		gap: 12px 0;
	}

	.stand__container-inner {
		padding: 180px 0 0;
	}
	.stand__container {
		padding: 0 10px 90px;
		transform: none !important;
	}
	.stand__container.stand-offset {
		padding: 0 10px 65px;
	}
	.showcompcard {
		margin: 0 15px;
	}
	.stand__title {
		min-width: unset;
	}
	.stand__title-info {
		display: none;
	}
}

@media  (min-width: 900px) {
	.stand__wrap {
		gap: 12px 50px;
	}
}


@media  (min-width: 1000px) {
	.stand__wrap {
		gap: 12px 250px;
	}
}

@media  (min-width: 1100px) {
	.stand__container {
		padding: 0;
		position: relative;
		transform: none !important;
		top: 75px;
		padding-bottom: 20px;
	}
	body:has(.stand) a.footer {
		position: relative;
		width: 100%;
		top: 53px;
	}

	body:has(.stand) header + div {
		overflow: visible !important;
	}
}

@media only screen and (max-width: 410px) {
.popup__data-item {
	max-width: 100%;
}
}
header.header {
	position: fixed;
	/* position: -webkit-sticky; */
	top: 0;
	z-index: 6;
	width: 100%;
}

body
{
	margin-top: 80px;
}
@media only screen and (max-width: 1400px) {
  body
{
	margin-top: 60px;
}
}
.redcolor
{
	color: red;
}