p { 
  text-align: left;
}
.reveal h6 {
  text-transform: none;
  font-weight: 400;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
text-transform: none;
}

.scrollable-slide {
height: 10%;
overflow-y: auto !important;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
background-color: #333;
}
::-webkit-scrollbar-corner {
background-color: #333;
}

.reveal th {
font-weight   : bold;
text-align    : left;
padding       : 0.1em 0.5em 0.1em 0.5em; /*top right bottom left */
border-top    : 1px solid;
border-right  : 1px solid transparent;
border-bottom : 1px solid;
border-left   : 1px solid transparent;

}

.reveal td {
text-align: left;
padding: 0.1em 0.5em 0.1em 0.5em; /*top right bottom left */
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}

.reveal table {
margin: auto;
border-collapse: collapse;
border: 0;
border-top: 1px solid;
border-bottom: 1px solid;
border-spacing: 0;
}


Success,Primary,Default,Warning,Danger{
  /* width: 200px; */
  padding: 1rem;
  display: flex;
  flex-direction: column;
}


.callout {
background-color: #fff;
width: 95%;
border: 1px solid #e4e7ea;
border-left: 4px solid #c8ced3;
border-radius: .25rem;
padding: .75rem 1.25rem;
position: relative;
background-color: #a11414;
margin: 20px 20px 20px 20px;
}

.callout h4 {
font-size: 1.3125rem;
margin-top: 0;
margin-bottom: .8rem
}
.callout p:last-child {
margin-bottom: 1rem;
}

.callout-default {
border-left-color: #777;
background-color: #f4f4f4;
}
.callout-default h4 {
color: #777;
}

.callout-primary {
background-color: #d2eef7;
border-color: #b8daff;
border-left-color: #17a2b8;
width: 95%;
}
.callout-primary h4 {
color: #20a8d8;
}

.callout-success {
background-color: #dff0d8;
border-color: #d6e9c6;
border-left-color: #28a745;
}
.callout-success h4 {
color: #3c763d;
}

.callout-danger {
background-color: #f2dede;
border-color: #ebccd1;
border-left-color: #d32535;
}
.callout-danger h4 {
color: #a94442;
}

.callout-warning {
background-color: #fcf8e3;
border-color: #faebcc;
border-left-color: #edb100;
}
.callout-warning h4 {
color: #f0ad4e;
}

.callout-info {
background-color: #d2eef7;
border-color: #b8daff;
border-left-color: #148ea1;
}
.callout-info h4 {
color: #31708f;
}

.callout-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit;
}
/*
p>img {
width: 100%;
max-width: 100%;
height: auto;
}
*/


.reveal .slides {
  width: 90% !important;
  height: 100% !important;    
}

.reveal .slides section{
min-height: 95% !important;
height: 100%;

}

.text-container{
height: 23rem;
/* background-color: #20a8d8; */
}


/* .reveal .slides footer{
  font-size:1.25rem
  } */

.reveal .slides ul{
text-align: left !important;
}

.reveal ol, .reveal dl, .reveal ul {
  display: block !important;
  text-align: left;
  margin: 0 0 0 1em;
}


.reveal .slides ul{
  text-align: left !important;
  width: auto;
  /* font-size: 18px; */
  }
.reveal .slides ol{
  text-align: left !important;
  width: auto;
  /* font-size: 18px; */
  }

.reveal .slides ul li {
      padding-right: 5px !important;
      text-align: left !important;
}


  .reveal .slide-background-content{

  background-position:100% 100% !important;
}

.reveal .slides main{
  font-size: 18px;
  /* height: auto; */
  height: 24rem !important;
  /* min-height: 40vh; */
  min-width: 350px;
  width: 95%;
  /* border: 1px solid rgb(179, 179, 179); */
  word-wrap: break-word;
  padding: 4px 20px;
  /* transform: translateX(1%); */
  /* display: flex; */
  /* align-content: center; */
  /* justify-content: center; */
  /* gap: 1rem; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  }


.center-2{
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

/* Coustom Css */

.slides{
  inset: 0 !important;
  transform: none !important;
}


.left{
  float: left;
  width: 50%;
}
.right{
  float: right;
  width: 50%;
}


.container {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 80%;

}
.container div {
  flex: 1;
  margin: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 22px;
  text-align: left;
  overflow: auto;
}

.reveal p{
    margin:5px
}



.image-out {
  opacity: 1; /* Fully visible */
  transition: opacity 5s ease; /* Fade out over 5 seconds */
}

.image-out.hidden {
  opacity: 0; /* Fully hidden */
}


/* styles.css */
.countdown-container {
  display: flex;
  margin-top: -23px;
  justify-content: center; /* Center horizontally */
  align-items: flex-start; /* Align to the top */
  margin-bottom: 10px; /* Optional: add some space below the countdown */
}

.countdown {
	position:absolute;
	top:11%;
	right:47%;
  color: rgb(12, 0, 0); /* Text color */
  font-size: 20px; /* Font size */
  background-color: #F8BBD0; /* Background color */
  padding: 6px 8px; /* Padding around the text */
  border-radius: 50%; /* Makes the background circular */
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.3); /* Adds a shadow effect */
  display: inline-block; /* Ensures the element behaves as a block but fits its content */
  text-align: center; /* Centers text within the countdown */
  font-weight: bold; /* Makes text bold */
  border: 1px solid black; /* Adds a black border */
}


.slide-number{
  font-size: 24px !important;
}

.audio-controls > audio {
  opacity: 0.02 !important;
}

.recorder{
  z-index: 10000;
}


#upcoming-slide{
	display: none !important;
}