@charset "utf-8";
/* CSS Document */


	html, body{ 
    background-color:#FFFFFF;
	padding: 0; 
	margin: 0;
	font-family: "Sarabun", serif;
  	font-weight: 100;
  	font-style: normal;
	font-size: 14px;
	color: #000; 
	text-decoration: none;
	height: 100%;
    overflow-x: hidden;

	}

.transition{ 
	-webkit-transition: all 750ms ease-in-out; 
	-moz-transition: all 750ms ease-in-out; 
	-ms-transition: all 750ms ease-in-out; 
	-o-transition: all 750ms ease-in-out; 
	transition: all 750ms ease-in-out; 
}
* {
  box-sizing: border-box;
}

.link-clean {
  color: inherit;         
  text-decoration: none;   
  cursor: pointer;         
}

.link-clean:hover {
  text-decoration: none;
	color: inherit;
}
.genel-link {
  color: #333;
  text-decoration: none;
}

.genel-link:hover {
  color: #000;
	text-decoration: underline;
}

.shadow{box-shadow: 1px 1px 1px 1px #ccc;}
.img-fix{ width:100%; height:auto}
.img-gs{ filter: grayscale(0%) }
.img-gs:hover{ filter: grayscale(0%) }

.top-submenu{
	font-size:10px; color:#999
}

.no-underline {
    text-decoration: none; 
    color: inherit;
}

.no-underline:hover {
    text-decoration: none !important; 
}

p.manifesto {
  font-family: 'Cormorant Garamond', serif;
font-weight:400;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}


.display-block-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
	margin-top: 3rem;
	width:calc(100% - 40px);
}

.display-block-mobile > div {
  flex: 1 1 100%; /* Mobilde tek sütun */
}
.ucretsiz {
  color: #2e7d32; /* doğal bir yeşil ton */
  font-style: italic;
}	
	
	.info-block{
		border:1px solid #e5e5e5;
		padding:25px;
	}

@media (min-width: 768px) {
  .display-block-mobile > div {
    flex: 1 1 30%; /* Masaüstünde üçlü sütun */
  }
}
	
	
	@media (min-width: 768px) {
    .info-block {
      flex: 1 1 30% !important;
      max-width: 30% !important;
    }
  }

.potteria-info{
	font-size:12px;
	font-weight:400;
	color:#999;
	font-variant:small-caps;
	display:inline-block;
	width:80px;
}

.potteria-info-row{
	padding:7px 0px;
	border-bottom:1px dashed #ccc;
}

.seans-list{
	padding:8px; border-bottom:1px dashed #e5e5e5
}


.form-reg-row{
	margin-bottom:10px;
}


.form-reg-input {
    border: 1px solid #e5e5e5;
    padding: 8px;
    background-color:transparent;
	width:100%;
	color:#000;
}

.form-reg-input:focus {
    outline: none; 
    border-color:#ccc;
}


.calendar-pagemenu{
	display:flex; gap:20px; text-align: right; border-bottom:1px dashed #ccc; margin-bottom:20px
}

.polites-content-title{
	font-weight:800; font-size:18px; margin-bottom:20px
}


.polites-info-container{
	display:flex; column-gap:20px;  margin-bottom:5px; border-bottom:1px dashed #ccc; padding:10px 0px
}

.polites-info-left{
	width:35%; text-align:right; font-variant:small-caps; font-size:15px;
}

.polites-info-right{
	width:65%; font-size:15px;
}

.polites-info-container-genel{
	display:flex; column-gap:20px;  margin-bottom:5px; border-bottom:0px dashed #ccc; padding:10px 0px
}

/*
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fff;
  position: relative;
}

.checkbox-label input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.checkbox-label input[type="checkbox"]:checked::before {
  opacity: 1;
}

*/

.required-lock {
  font-size: 12px;
  color: #888;
}





.info-icon {
  font-family: sans-serif;
  font-size: 1rem;
  color: #444;
  cursor: help;
}

.tooltip-container {
  position: relative;
  display: inline-block;
	
}

.tooltip-text {
  visibility: hidden;
  width: 300px;                /* max-width değil, sabit genişlik */
  background-color: #222;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
font-weight:300;

  white-space: normal;          /* Satır kayması için */
  overflow-wrap: break-word;    /* Kelime sonlarında kırılabilir */
  word-break: normal;           /* Harf harf kırma yok */
	z-index:1000000000000000000;
}


.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.icon-mask-title svg {
  width: 30px;
  height: 30px;
	color: #000;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 20px;
	margin-left:20px;
	
}


.icon-mask-btn svg {
  width: 20px;
  height: 20px;
	color: #000;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 20px;
	margin-left:20px;
	
}



.icon-mask-eis svg{
	  width: 80px;
  height: 80px;
	color: #000;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 20px;
	margin-left:20px;

}






.parent {
  display: flex;
  align-items: center;     /* düşeyde ortalama */
  justify-content: center; /* yatayda ortalama */
}

.icon-mask svg {
  width: 44px;
  height: 44px;
	color: #000;
}

.icon-mask-footer svg {
  width: 30px;
  height: 30px;
	color: #000;
	 justify-content: center;
}

.icon-mask-footer:hover svg {
	color: #3399ff;
}


.icon-info-blue svg {
  width: 16px;
  height: 16px;
	color:#80b9cd;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 4px;
}

.icon-info-blue:hover svg {
  /*animation: ikonTitresin 0.4s ease-in-out;*/
	color:black;
}

@keyframes ikonTitresin {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-1px, 1px); }
  40%  { transform: translate(1px, -1px); }
  60%  { transform: translate(-1px, 1px); }
  80%  { transform: translate(1px, -1px); }
  100% { transform: translate(0, 0); }
}
/* animation: ikonTitresin 0.4s ease-in-out; */

@keyframes tanrisalTitresim {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(1deg); }
  50%  { transform: rotate(-1deg); }
  75%  { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}

/*  */

@keyframes salkim-sal {
  0%, 100% { transform: rotate(-10deg); }
  50%      { transform: rotate(10deg); }
}

.icon svg {
  animation: salkim-sal 1.5s ease-in-out infinite;
  transform-origin: top center;
}


@keyframes auraPulse {
  0%, 100% { box-shadow: 0 0 0px #e6b70066; }
  50%      { box-shadow: 0 0 25px #e6b700aa; }
}

.alert-glow svg {
  /*animation: auraPulse 3s ease-in-out infinite;*/
	animation: drift 6s ease-in-out infinite;
}


@keyframes drift {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(8px); }
  100% { transform: translateY(0px); }
}


@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.75; }
}

.pulse-icon svg {
  animation: pulse 1.8s ease-in-out infinite;
}


@keyframes spin {
  100% { transform: rotate(360deg); }
}

.spin-icon svg { /* kendi ekseninde dönüyor */
  animation: spin 2s linear infinite;
}


@keyframes wave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

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


@keyframes maskReveal {
  0%   { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.reveal-icon svg {
  animation: maskReveal 0.6s ease-out forwards;
}


@keyframes glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 255, 0, 0)); }
  50% { filter: drop-shadow(0 0 8px rgba(255, 255, 0, 0.6)); }
}

.glow-icon svg {
  animation: glow 2s ease-in-out infinite;
}





  @media (max-width: 768px) {
	  #topmenu-pc{
		 display:none;
	  }
	  #topmenu-mobil{
		 position:fixed; width:40px; height:40px; top:7px; left:calc(100% - 47px); border-radius:50%; background-color:black; font-size:24px; text-align:center; color:white; z-index: 10000
	  }
	  
	  #pagemenu-mobil{
		 width:40px; height:40px; border-radius:50%; background-color:black; font-size:24px; text-align:center; color:white
	  }
	  
	  #pagemenu-content{margin:0px; text-align:left; display:none; position:fixed; width:100%; height:100%; top:0px; left:0px; color:white; z-index:1000000000; background-color:black;}
	  
	  
	  
	  .mobil-menu-item{
		  border-bottom:1px dashed #555; padding:10px; color:white;
	  }
	  
	  .mobil-menu-item:hover{
		  background-color:#444;
		  text-decoration:none;
		  color:white;
	  }
	  
	  
	  
	.peripatos-container{
		display: flex; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:10px 0px;
		flex-direction: column;
		text-align: left;
		gap: 10px;
	}

	.peripatos-left{
		width:calc(100% - 0px); font-family:Sarabun; font-size:21px; font-weight:500
	}

	.peripatos-right{
		width:calc(100% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}	
	  
	  
	  
	.meow-container{
		display: flex; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:10px 0px;
		flex-direction: column;
		text-align: left;
		gap: 0px;
	}

	.meow-left{
		width:calc(100% - 0px); font-family:Sarabun; font-size:21px; font-weight:500; text-align:left;
	}
	  
	  
	 .meow-left-info{font-size:14px; font-weight:300; font-family:Sarabun; margin:20px 0px; width:100%}


	.meow-right{
		width:calc(100% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}
	  
	  
	.meow-center-left{
		display:none;
	}

	.meow-center-right{
		display:none;
	}
	  
	  
	.polites-container{
		display: flex; gap:0px; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:0px 0px;
		flex-direction: column;
		text-align: left;
		
	}

	.polites-left{
		display:none;
	}

	.polites-right{
		width:calc(100% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}

	.polites-center-left{
		display:none;
	}

	.polites-center-right{
		display:none;
	}
	  
	  
	.polites-left-btn{
		margin:2px 0px; border-bottom:1px dashed #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:black;
	}

	.polites-left-btn:hover{
		text-decoration:none;
		background-color:#444;
		color:white;
		border-bottom:1px dashed #444;
	}
	  
	  
	.polites-left-act-btn{
		margin:2px 0px; border-bottom:1px dashed #000; background-color:black; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:white;
	}

	.polites-left-act-btn:hover{
		text-decoration:none;
		background-color:#444;
		color:white;
		border-bottom:1px dashed #444;
	}
	  
	  
	  
	  
	  
	  
	  
  }







  @media (min-width: 769px) {
	  #topmenu-pc{
		 position: fixed; top: 0px; left: 0; width: 100%; z-index: 100; display: flex; justify-content: center; 
	  }
	  #topmenu-mobil{
		 display:none;
	  }
	  
	  #pagemenu-mobil{
		 display:none
	  }
	  
	  #pagemenu-content{display:none}
	  
	  
	.peripatos-container{
		display: flex; gap:30px; text-align: right; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:30px 0px
	}

	.peripatos-left{
		width:calc(39% - 0px); font-family:Sarabun; font-size:21px; font-weight:500
	}

	.peripatos-right{
		width:calc(59% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}
	  
	  
	  
	.meow-container{
		display: flex; gap:60px; text-align: right; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:30px 0px; width:calc(100% - 60px)
	}

	.meow-left{
		width:calc(49% - 0px); font-family:Sarabun; 
	}
	  
	  .meow-left-info{font-size:14px; font-weight:300; font-family:Sarabun; margin:30px 0px 30px 30px}


	.meow-right{
		width:calc(49% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}
	  
	.meow-center-left{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}

	.meow-center-right{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}
	  
	  
	  
	.polites-container{
		display: flex; gap:30px; text-align: right; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:30px 0px
	}

	.polites-left{
		width:calc(39% - 0px); font-family:Sarabun; font-size:14px; font-weight:500;position: relative; /* Bu da gerekebilir, içerik için */
  z-index: 1;
	}

	.polites-right{
		width:calc(59% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}

	.polites-center-left{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}

	.polites-center-right{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}
	  
	  
	.polites-left-btn{
		margin:2px 0px; border-bottom:1px dashed #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:black;
	}

	.polites-left-btn:hover{
		text-decoration:none;
		background-color:#000;
		color:white;
		border-bottom:1px dashed #000;
	}
	  
	  
	.polites-left-act-btn{
		margin:2px 0px; border-bottom:1px dashed #000; background-color:black; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:white;
	}

	.polites-left-act-btn:hover{
		text-decoration:none;
		background-color:#444;
		color:white;
		border-bottom:1px dashed #444;
	}
	  
	  
	  
	  
	  
	  
  }



.prosopa-list-btn{
	width: calc(50% - 10px); border:1px dashed #ccc; padding:20px; color:#000; cursor:pointer;
	text-decoration:none;
}

.prosopa-list-btn:hover{
	background-color:#000;
	color:white;
	text-decoration:none;
	border:1px dashed #000;
}

.prosopa-list-btn-disabled-div{
	width: calc(50% - 10px); border:1px dashed #e5e5e5; padding:20px; color:#666;
	text-decoration:none; ;
}

.prosopa-list-btn-disabled{
	opacity:0.4;
}


.onoma-littera{
	border:1px dashed #ccc; padding:8px; text-align:center; cursor:pointer; color:#000; text-decoration:none
}

.onoma-littera:hover{
	border:1px dashed #000; color:#fff; background-color:#000;text-decoration:none
}
.onoma-littera-reserved{
	border:1px dashed #e5e5e5; padding:8px; text-align:center; cursor:pointer; color:#999; text-decoration:none; opacity:0.8;
}




.home-menu-item{
	padding:12px 20px; color:white; font-family:Sarabun; font-weight:500; font-size:12px; border-top:1px solid #444; border-bottom:1px solid #444; margin-bottom:0px; cursor:pointer; text-decoration:none;
}

.home-menu-item:hover{
	background-color:#444;
	text-decoration:none;
}


.tag-btn{
	padding:12px 20px; color:black; font-family:Sarabun; font-weight:500; font-size:12px; border:1px solid #e5e5e5;margin-bottom:0px; cursor:pointer; text-decoration:none;
}

.tag-btn:hover{
	background-color:#444;
	text-decoration:none;
	color:white;
}


  .btn-trans {
    border:1px solid #ccc; padding:8px 20px; margin-right:10px; color:black;
  }

  .btn-trans:hover {
    background-color:#ccc;
	   text-decoration: none;
  }


  .btn-trans a {
    text-decoration: none;
	  color:black;
  }




.peripatos-center-left{
	width:calc(1% - 0px); border-right:1px dashed #ccc;
}

.peripatos-center-right{
	width:calc(1% - 0px); border-right:1px dashed #ccc;
}


.peripatos-btn{
	margin:20px 0px; border:1px solid #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer
}

.peripatos-btn:hover{
	text-decoration:none;
	background-color:#000;
	color:white;
	border:1px solid #000;
}


.meow-btn{
	margin:20px 0px; border:1px solid #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer
}

.meow-btn:hover{
	text-decoration:none;
	background-color:#ccc;
}


.eisodos-input{
	border:1px solid #ccc; padding:6px 10px 6px 10px; width:100%
}

.eisodos-frm-btn{
	margin:20px 0px; border:1px solid #000; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; background-color:black; color:white;
}

.eisodos-frm-btn:hover{
	text-decoration:none;
	background-color:#ccc;
	color:black;
	border:1px solid #ccc;
}

.cosmos-btn{
	border:1px solid #ccc; padding:12px 25px; margin:5px; display: inline-block; text-decoration:none; cursor:pointer; color:black;
}

.cosmos-btn:hover{
	text-decoration:none;
	background-color:#000;
	color:white;
	border:1px solid #000;
}


.cosmos-act-btn{
	border:1px solid #000; padding:12px 25px; margin:5px; display: inline-block; text-decoration:none; cursor:pointer; color:white; background-color:#000;
}

.cosmos-act-btn:hover{
	text-decoration:none;
	background-color:#fff;
	color:black;
	border:1px solid #ccc;
}


.sec-btn{
	font-variant:small-caps; color:#000; cursor:pointer; text-decoration:none; padding:5px 25px 10px 25px; text-align:center; background-color:#f4f4f4; border-radius:25px;
}

.sec-btn:hover{
	background-color:#000;
	color:white;
	text-decoration:none;
}


.alert-btn{
	margin:2px 0px; border-bottom:1px dashed #000; background-color:#000; padding:12px 25px; text-decoration:none; cursor:pointer;  color:white
}

.alert-btn:hover{
	text-decoration:none;
	background-color:#e5e5e5;
	color:black;
	border-bottom:1px dashed #e5e5e5;
}


.polites-left-btn-pass{
	margin:2px 0px; border-bottom:1px dashed #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
    align-self: end; color:#999
}



.polites-btn{
	margin:20px 0px; border:1px solid #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; 
}

.polites-btn:hover{
	text-decoration:none;
	background-color:#000;
	color:white;
	border:1px solid #000;
}


.delphoi-link {
  text-decoration: underline;
  /*color: inherit;*/
  font: inherit;
  cursor: pointer;
	color:#555;
  transition: text-decoration 0.2s ease-in-out;
}

.delphoi-link:hover {
  text-decoration: none;
	color:black;
}



	 /* ALERT */
	  
	.agora-alert {
		padding: 20px;
		border-radius: 0px;
		font-size: 14px;
		margin-bottom: 1rem;
		border: 1px solid transparent;
		background-repeat: no-repeat;
		min-height: 140px;
		background-size: cover;
		background-position: center;
		color: white;
		display: flex;
		align-items: center; /* dikey orta */
		line-height: 1.5;
		user-select: text;
		justify-content: flex-start; /* soldan hizalı */
		position: relative; /* ::before için gerekli */
	}



		.dionysos-warn { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(214,195,155, 0.3);
		  color: #000;
		border-color: #d6c39b;

		}

		.dionysos-warn::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.oracle-error { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(218,184,187, 0.3);
		  color: #000;
		border-color: #dab8bb;
			flex-direction: column;
		text-align: left;
			align-items: center;     /* dikeyde ortalar */
  			justify-content: center; 

		}

		.oracle-error::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.agora-bless { /* Başarı / Onay */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(206,245,205, 0.3);
		  color: #000;
		border-color: #cef5cd;

		}

		.agora-bless::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.dikaioma-info { /* bilgi */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(128,185,205, 0.3);
		  color: #000;
		  border-color: #80b9cd;
			display: block;
  width: 100%;

		}

		.dikaioma-info::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}




.duyuru {
   position: absolute;
    bottom: 100px;
    left: 10%;
	width: 300px;
    height: 300px;
    background-color: transparent;
    display: flex;
    gap: 10px;
	z-index: 1100000000000000000;
	padding:20px 20px;
	transition: background 0.3s ease;
	cursor:pointer;
    align-items: center;
    justify-content: center;
}
	
	
.duyuru:hover {
    background-color: #ff9933;
}
	
	
.duyuru-content{
	background-color:black;
	width:100%;
	padding:20px 0px;
	color:white
}
	
	
.duyuru-title{
	font-size:36px; font-weight:400; color:#ff9933
}

.meet-duyuru-link{
	font-size:24px; font-weight:400; color:#ff9933
}

.duyuru:hover .meet-duyuru-link{
	color:black;
}
	
	
.duyuru-btn{
	background-color:#ff9933; border:0px; border-radius:25px; padding:12px 25px; cursor:pointer
}
	
	
.duyuru:hover .duyuru-content{
    background-color: #ff9933;
	color:black;
}
	
.duyuru:hover .duyuru-title{
	color:black;
}
	
.duyuru:hover .duyuru-btn{
	background-color:black;
	color:white;
}	


.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
 
.fullscreen-bg__video {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
		
#video-cover{
	position:fixed; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px;
}


@media (min-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		height: 300%;
		top: -100%;
	}
}
 
@media (max-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		width: 300%;
		left: -100%;
	}
}
	


.overlay-container {
    position: absolute;
    top: 90vh; 
    width: 100%;
    z-index: 10; 
	margin-bottom:10px;
	padding:0px;
	background-color:white;
}


.genel-container {
    position: relative;
    width: 100%; 
	padding-bottom:10px;
}

.page-container {
    width: 100%; 
	padding-bottom:10px;
}




.page-content{
	width:80%; color:black; position: relative;
}


.first-meander-content{
	width:calc(100% - 40px); border:0px solid #e5e5e5;
}

.meander {
    width: 100%;
	background-image: url('/media/images/interface/meander-web.svg');
  	background-repeat: repeat-x;
  	background-size: 36px 28px;
  	height: 28px;
  	margin: 75px 0;
	opacity:0.1;
}


.header-container {
    position: relative; /* Absolute olan öğeler için sabit referans noktası */
    width: 100%;
}



.hamburger-menu {
    position: relative;
}

/* Hamburger simgesi */
.menu-toggle {
    font-size: 28px;
    cursor: pointer;
    background: #333;
    color: #ff9933;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center; /* Ekstra garanti için */
    line-height: 60px; /* Dikey ortalamayı güçlendirmek için */
}



/* Menü bağlantıları başlangıçta gizli */
.menu-links {
    display: none; 
    position: fixed; 
    top: 0px;
    left: 0;
    width: 100vw; 
    height: 100vh;
    background: #333;
    padding: 10px;
    text-align: center;
    border-radius: 0; 
    z-index: 999; 
}


.menu-links a {
    display: block;
    color: #ff9933;
    text-decoration: none;
    padding: 10px;
}

.menu-links a:hover {
    background: #ff9933;
    color: #333;
}

/* Menü açıldığında göster */
.menu-open {
    display: block !important;
}
	
	
	
.menu-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-links nav a {
    display: block;
    font-size: 21px;
    color: #ff9933;
    text-decoration: none;
    padding: 15px;
}

.menu-links nav a:hover {
    color: #fff;
}

/* Kapat Butonu */
.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
	background-color:indianred;
    border: none;
    color: #ff9933;
    font-size: 24px;
    cursor: pointer;
}

.icon-list-kind svg {
  width: 34px;
  height: 34px;
	color: #ccc;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	border-radius:50%;
	border:1px solid #ccc;
	padding:5px;
	
}

.icon-list-kind:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}


.icon-info svg {
  width: 18px;
  height: 18px;
	color: #000;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	
}

.icon-info:hover svg {
	color:cornflowerblue;
}


.icon-asma-free svg {
  width: 34px;
  height: 34px;
	color: #b8792a;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	border-radius:50%;
	border:1px solid #b8792a;
	padding:5px;
	
}

.icon-asma-free:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}


.icon-asma-all svg {
  width: 34px;
  height: 34px;
	color: #000;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	border-radius:50%;
	border:1px solid #000;
	padding:5px;
	
}

.icon-asma-free:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}



.icon-asma-paid svg {
  width: 34px;
  height: 34px;
	color:green;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
		border-radius:50%;
	border:1px solid green;
	padding:5px;

	
}

.icon-asma-paid:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}

.icon-asma-free-row svg {
  width: 24px;
  height: 24px;
	color: #b8792a;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	
}


.icon-asma-paid-row svg {
  width: 24px;
  height: 24px;
	color:green;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;


	
}






.topmenu {
    /*width: 200px;
    height: 100px;*/
    /*background: black;*/
    color: black;
    display: flex;
    align-items: right;
	text-align: right;
    /*justify-content: center;*/
    justify-content: flex-end;
}



.top-menu-item {
    display: block;
    float: left;
    padding: 8px 20px;
    text-align: center;
    width: fit-content;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    transition: background 0.6s ease;
    text-decoration: none; 
    color: inherit; 
}

.top-menu-item:hover {
    background: #333;
    color: white;
	text-decoration: none; 
}

.top-menu-ayrac {
    display: inline-block;
    color: #888;
    padding: 0 6px;
    font-size: 14px;
}


.meet-info-container {
    color:black; padding:15px; border:1px solid #e5e5e5; margin:10px
}

	.meeting-image{
		margin:40px 0px;
	}
	
	.meeting-column-title{
		margin-bottom:30px;
		text-align: left
	}
	
	
	.meeting-column-txt-left{
		float:left; width:calc(32% - 0px); text-align: justify
	}
	
	.meeting-column-txt-center{
		float:left; width:calc(36% - 60px); margin:0px 30px; text-align: justify
	}
	.dep-title {
  font-family: Oswald, "Merriweather", serif;
  font-weight: 200;
  font-style: normal;
	font-size: 30px;
}


.meet-list{
	display: flex; align-items:center;  gap: 10px; border-bottom:1px dashed #ccc; padding:0px; 
}

.meet-list-title{
	font-size:21px;
	font-weight:400;
	color:#000;
	font-variant:small-caps;
	width:60%; text-align:left; align-items: center;
}
	
.meet-list-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.meet-list-date{
	font-size:13px;
	font-weight:400;
	color:black;
	width:10%; text-align:left; align-items: center;
}

.meet-list-dates{
	font-size:13px;
	font-weight:400;
	color:black;
	width:15%; text-align:left; align-items: center;
}




.meet-container {
    display: flex;
    /*justify-content: space-between;*/ 
    width: 100%;
    gap: 20px; 
	flex-wrap: wrap;
	justify-content: flex-start;
}



.meet-card {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}


.meet-card:hover {
    background: #b8792a;
	color:black;
	text-decoration: none;
}

	
	
.meet-card-content{
	padding:0px; 
	margin:0px;
	background-color:#f4f4f4;
	text-decoration: none;
}

.meet-card:hover .img-meet-fix {
    transform: scale(1.1);
    transition: transform 0.4s ease; 
}
	
	
.meet-card-title{
	font-size:24px;
	font-weight:400;
	height: 100px;
	color:#000;
	font-variant:small-caps;
}
	
.meet-card-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.meet-card-date{
	font-size:13px;
	font-weight:400;
	color:black;
}
	
.meet-card:hover .meet-card-seans {
    color:black;
}
	
.meet-card:hover .meet-card-seans {
    color:black;
}
	
.meet-card:hover .meet-card-title {
    color:black;
	text-decoration: none;
}
	
.meet-card:hover .meet-price {
    color:white;
	background-color: #000;
}	



.meet-price {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*background-color: #b8792a;*/
	background-color: #b8792a;
    text-align: center;
    color: black;
	font-variant:small-caps;
	font-weight:500;
	font-size:16px;
   
    display: flex;
    align-items: center;
    justify-content: center;
}




.meet-card-paid:hover {
    background: green;
	color:black;
	text-decoration: none;
}
	
	
.meet-card-content-paid{
	padding:0px; 
	background-color:#f4f4f4;
}
	
	
.meet-card-paid:hover .meet-card-content-paid {
    background-color:green; 
    transition: background-color 0.4s ease; 
	text-decoration: none;
}
	
.meet-card-paid:hover .img-meet-fix {
    transform: scale(1.1);
    transition: transform 0.4s ease; 
}

.meet-card-paid:hover .meet-card-title {
    color:black;
	text-decoration: none;
}
	
	
.meet-price-paid {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:green;
    text-align: center;
    color: black;
    font-size: 21px;
	font-variant:small-caps;
	font-weight:500;

   
    display: flex;
    align-items: center;
    justify-content: center;
}
	

	
.meet-card-paid:hover .meet-price-paid {
    color:white;
	background-color: #000;
}


/**/


.meet-card-hybrid:hover {
    background: #5f94ad;
	color:white;
	text-decoration: none;
}
	
	
.meet-card-content-hybrid{
	padding:0px; 
	background-color:#333;
}
	
	
.meet-card-hybrid:hover .meet-card-content-hybrid {
    background-color:#5f94ad; 
    transition: background-color 0.4s ease; 
	text-decoration: none;
}
	
.meet-card-hybrid:hover .img-meet-fix {
    transform: scale(1.1);
    transition: transform 0.4s ease; 
}

.meet-card-hybrid:hover .meet-card-title {
    color:black;
	text-decoration: none;
}
	
	
.meet-price-hybrid {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:#5f94ad;
    text-align: center;
    color: black;
    font-size: 21px;
    font-weight: 400;

   
    display: flex;
    align-items: center;
    justify-content: center;
}
	

	
.meet-card-hybrid:hover .meet-price-hybrid {
    color:white;
	background-color: #000;
}

	
	
	
.meet-info-container {
    display: none; 
}
	
.poietika-info-container {
    display: none; 
}

.vases-info-container {
    display: none; 
}
.img-meet-fix {
    width: 100%; 
	height: auto;
    transition: transform 0.5s ease; 
}


.meet-mag-page {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:#b8792a;
    text-align: center;
    color: black;
    font-size: 21px;
    font-weight: 400;

   
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}


.meet-card-content:hover .meet-mag-page {
    color:white;
	background-color: #000;
	
}

.meet-card-content:hover {
    color:white;
	background-color: #b8792a;
	
}

	
	
.mag-image-container {
    width: 100%; 
    height: auto; 
    max-height: 100vh; 
    overflow: hidden; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.mag-image-container img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center center; 
}





.pot-card:hover {
    background: #ff9933;
	color:black;
}

	
	
.pot-card-content{
	padding:0px; 
	background-color:#f4f4f4;
}
	
	
.pot-card-title{
	font-size:18px;
	font-weight:400;
	height: 100px;
	color:#000;
	font-variant:small-caps;
}


.pot-card-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.pot-card-date{
	font-size:14px;
	font-weight:400;
	color:black;
}

.pot-mag-page {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:#b8792a;
    text-align: center;
    color: black;
    font-size: 21px;
    font-weight: 400;

   
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}

.pot-card-content:hover .pot-mag-page {
    color:white;
	background-color: #000;
}


.pot-card:hover .pot-card-seans {
    color:black;
}
	
.pot-card:hover .pot-card-seans {
    color:black;
}
	
.pot-card:hover .pot-card-title {
    color:black;
	text-decoration: none;
}
	
.pot-card:hover .pot-price {
    color:white;
	background-color: #000;
}


.pot-card:hover {
    background: #b8792a;
	color:black;
}

.pot-card:hover .pot-card-content {
    background-color: #b8792a; 
    transition: background-color 0.4s ease; 
	text-decoration: none;
}


.img-pot-fix {
    width: 100%; 
	height: auto;
    transition: transform 0.5s ease; 
}

.pot-image-container {
    width: 100%; 
    height: auto; 
    max-height: 100vh; 
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.pot-image-container img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    object-position: center center; 
}


.pot-card:hover .img-pot-fix {
    transform: scale(1.1);
    transition: transform 0.4s ease; 
}



.page-content{
	width:80%; color:black
}
	
	
	
.poietika-info-container {
    color:black; padding:60px; border:1px solid #e5e5e5; margin:20px
}
	
.vases-info-container {
    color:black; padding:60px; border:1px solid #e5e5e5; margin:20px
}
	
.meet-card {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}

	

.meet-card-paid {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.meet-card-hybrid {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.pot-card {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}


.container {
	position: relative;
  height: 100%;
}
.container h2 {
  margin: 0;
}
.container ul {
  margin: 0;
  padding: 0;
}


.btn-link a {
  text-decoration: none;
}

.btn-link a:hover {
	text-decoration: none;
}


.genel-btn:hover {
  background-color: #333; 
  color: #fff;
	text-decoration: none;
}

.genel-btn a {
  text-decoration: none;
  color: inherit;
}


.genel-btn a:hover {
  text-decoration: none;
  color: inherit;
}

	.genel-btn {
  background-color: #ccc;
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
	width:300px; padding:15px; text-align: center; margin:75px 0px; font-weight: 300;
}

	.meeting-column-title{
		margin-bottom:30px;
		text-align: left
	}
.dep-text-title {
  font-style: normal;
	font-size: 24px;
	font-family: "Sarabun", serif;
  	font-weight: 300;
	margin:15px 0px;
	padding:12px 25px; 
	background-color:#f4f4f4;
	font-variant:small-caps;
}


.thumbnail-container {
    display: flex;
    flex-wrap: wrap; /* Satır dolunca alt satıra geç */
    gap: 10px; /* Görseller arası boşluk */
    justify-content: flex-start; /* Son satırdaki tek kalanları sola yasla */
	margin-top:30px;
}



.thumbnail-wrapper {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    width: calc(100% / 4 - 10px);
    height: auto; 
    background: #FFF;
    padding: 10px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görsellerin düzgün görünmesini sağla */
    cursor: pointer;
    transition: transform 0.3s;
	max-height:80px;
}

.thumbnail:hover {
    transform: scale(1.1); /* Hover efekti */
}

.thumbnail-text {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    text-align: center;
	width:100%;
	background-color:#f4f4f4;
	padding:5px;
	font-variant:small-caps;
}




	 /* ALERT */
	  
	.agora-alert {
		padding: 20px;
		border-radius: 0px;
		font-size: 14px;
		margin-bottom: 1rem;
		border: 1px solid transparent;
		background-repeat: no-repeat;
		min-height: 140px;
		background-size: cover;
		background-position: center;
		color: white;
		display: flex;
		align-items: center; /* dikey orta */
		line-height: 1.5;
		user-select: text;
		justify-content: flex-start; /* soldan hizalı */
		position: relative; /* ::before için gerekli */
	}



		.dionysos-warn { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(214,195,155, 0.3);
		  color: #000;
		border-color: #d6c39b;

		}

		.dionysos-warn::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.oracle-error { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(218,184,187, 0.3);
		  color: #000;
		border-color: #dab8bb;
			flex-direction: column;
		text-align: left;
			align-items: center;     /* dikeyde ortalar */
  			justify-content: center; 

		}

		.oracle-error::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.agora-bless { /* Başarı / Onay */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(206,245,205, 0.3);
		  color: #000;
		border-color: #cef5cd;

		}

		.agora-bless::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.dikaioma-info { /* bilgi */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(128,185,205, 0.3);
		  color: #000;
		  border-color: #80b9cd;
			display: block;
  width: 100%;

		}

		.dikaioma-info::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}

.pagination {
    display: flex;
    list-style: none; 
    padding: 10px;
    justify-content: left;
}

.pagination li {
    margin: 0 5px;
	list-style: none; 
}

.pagination li a, .pagination li span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #e5e5e5; 
    color: #000;
    background-color: #e5e5e5; 
    border-radius: 0px;
    transition: 0.3s;
	list-style: none; 
}

.pagination li a:hover {
    background-color: #000; 
    color: #fff; 
}

.pagination li.active span {
    background-color: #000; 
    color: #fff; 
    font-weight: bold;
}

.pagination li.disabled span {
    color: #666; 
    border: 1px solid #e5e5e5;
}



.biblio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 30px;
  }

  .biblio-card {
    flex: 1 1 30%;
    min-width: 280px;
    max-width: 320px;
    background: #fff;
    border-radius: 0px;
    padding: 20px;
    text-align: center;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
    transition: all 0.3s ease;
	  color:black;
	  border: 1px solid #e5e5e5;
  }

  .biblio-card:hover {
    /*box-shadow: 0 4px 14px rgba(0,0,0,0.1);*/
    transform: translateY(-3px);
  }

  .biblio-card h2 {
    margin-bottom: 10px;
    font-size: 20px;
    /*text-transform: uppercase;*/
	  font-variant:small-caps;
  }

  .biblio-card p {
    font-size: 14px;
    color: #000;
  }

  .biblio-card a {
    display: inline-block;
    margin-top: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
  }

.biblio-link {
  color: black;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.biblio-link:hover { 
  color: black;
	text-decoration: none;
}

.biblio-title{
	
}

  @media (max-width: 768px) {
    .biblio-card {
      flex: 1 1 100%;
    }
  }








/* Mobil Cihazlar */


@media (max-width: 767px) {
	
	#mobil-menu{
		display: block;
		position:absolute;
		top:5px;
		left:calc(100% - 65px);
		z-index:1000;
	}
	
	
	#video-cover{
		display:block;
	}
	
	.topline{
		display:none;
	}

	
	.meet-info-container {
		color:black; padding:15px; border:1px solid #e5e5e5; margin:10px
	}

	.poietika-info-container {
		color:black; padding:15px; border:1px solid #999; margin:10px
	}

	.vases-info-container {
		color:black; padding:15px; border:1px solid #999; margin:10px
	}
	
.meet-card {
    width: calc((100% - 0px) / 1);
    background: transparent;
    padding: 10px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.meet-card-paid {
    width: calc((100% - 0px) / 1);
    background: transparent;
    padding: 10px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.pot-card {
    width: calc((100% - 0px) / 1);
    background: transparent;
    padding: 10px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
.page-content{
	width:94%; color:black
}

.meet-list{
	display: block; align-items:left;   border-bottom:1px dashed #ccc; padding:0px;
	
}

	
.meet-list-title{
	font-size:21px;
	font-weight:400;
	color:#000;
	font-variant:small-caps;
	width:100%; text-align:left;
	margin-bottom:20px
}
	
.meet-list-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.meet-list-date{
	font-size:13px;
	font-weight:400;
	color:black;
	width:100%; text-align:left; align-items: center;
}

.meet-list-dates{
	font-size:13px;
	font-weight:400;
	color:black;
	width:100%; text-align:left; align-items: center;
}
	
	
}


