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

.reveal .slides ul{
    text-align: left;
    width: auto;
    font-size: 18px;
    }

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


    .reveal .slide-background-content{

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

.reveal .slides main{
    /* font-size: 15px; */
    /* height: auto; */
    height: 24rem !important;
    /* min-height: 40vh; */
    min-width: 320px;
    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 .slides {
    width: 90% !important;
    height: 100% !important;    
}

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

}

.text-container{
	height: 24rem !important;
}


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

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

.reveal .slides ul{
    text-align: left;
    width: 100%;
    }
  /* .reveal .slides main{
    font-size:25px;
    height: 24rem !important;
}   */


.reveal .slides main{
    /* font-size: 15px; */
    /* height: auto; */
    margin-top: 0;
    height: 24rem !important;
    /* min-height: 40vh; */
    min-width: 320px;
    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;
}

@media screen and (max-width:2560px){
    .slides {
width:95% !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.callout {
width: 95%;
}
.callout-primary {
width: 95%;
}
}
@media screen and (max-width:1699px){
.slides {
width:90% !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.callout {
width: 90%;
}
.callout-primary {
width: 90%;
}
}
@media screen and (max-width:1499px){
    .slides {
width:90% !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.callout {
width: 90%;
}
.callout-primary {
width: 90%;
}
}
@media screen and (max-width:1024px){
    .slides {
width:90% !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.callout {
width: 90%;
}
.callout-primary {
width: 90%;
}
}
@media screen and (max-width:991px){
    .slides {
width:90% !important;
inset: 0 !important;
transform: none !important;
}
.callout {
width: 90%;
}
.callout-primary {
width: 90%;
}
}
@media screen and (max-width:768px){
    .slides {
width:90% !important;
inset: 0 !important;
transform: none !important;
}
.callout {
width: 90%;
}
.callout-primary {
width: 90%;
}
}
@media screen and (max-width:425px){
    .slides {
width:80% !important;
inset: auto !important;
transform: none !important;
}
.reveal .slides main{
min-width: 0px !important;
min-height: 0px !important;
}
}


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

/* Standard responsive images: never overflow their container */
.reveal .slides section img {
    max-width: 100% !important;
    height: auto !important;
}

/* Single-column "part-1" slides use bare <main> with width:100% children — they
   need flex-direction:column so divs stack vertically, not side-by-side. */
.reveal .slides main:has(> div[style*="width:100%"]) {
    flex-direction: column !important;
}

/* Bilingual column images: source files use width="30-40%" which is tiny inside
   the 49%-wide float divs. Force them to fill the column they sit in. */
.reveal .slides section div[style*="float: left"] img,
.reveal .slides section div[style*="float:left"] img,
.reveal .slides section div[style*="float: right"] img,
.reveal .slides section div[style*="float:right"] img {
    width: 100% !important;
}
