::-webkit-scrollbar {
  width: 15px;
  height: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: Black;
}

/* Global styles */
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "Arial", sans-serif;
}
body {
   background-color: #ffffff;
   color: #333333;
   overflow-x: hidden;
}

 @keyframes slideUp {
           0% {
               opacity: 0;
               transform: translateY(50px);
           }
           100% {
               opacity: 1;
               transform: translateY(0);
           }
       }
	   
  @keyframes slideToRight {
           0% {
               opacity: 0;
               transform: translateX(-50px);
           }
           100% {
               opacity: 1;
               transform: translateX(0);
           }
       }

/* Navbar styles */
.navbar {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: White;
   height: 64px;
   z-index: 1000;
}
.navbar-logo {
   height: 60px;
   margin-left: 57px;
}

.navbar-release-notes {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: White;
   z-index: 1000;
}
.menu-button {
   height: 20px;
   width: auto;
   background: none;
   border: none;
   cursor: pointer;
   margin-right: 95px;
}

.menu-button-close {
   height: 18px;
   width: auto;
   background: none;
   border: none;
   cursor: pointer;
   margin-right: 115px;
}
/* Main container */
.container {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding: 0 20px;
   height: calc(100vh - 120px); /* Centers content in remaining viewport height */
     margin-top: 130px;
}

.my-agilysys
{
	color: #000000;
	margin-left: 52em;
	text-decoration: none;
}

.my-agilysys:hover
{
	color: #84bd00 !important;
}
.title {
   font-size: 2rem;
   font-weight: bold;
   color: #333333;
}
.button-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 60px; /* Spacing between buttons */
   width: 100%;
   max-width: 1000px;
   animation-delay: 3s;
}

.home-page{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 83vh;
   background-color: #ffffff;
   margin: 0;
}

button {
   padding: 10px 28px;
   border: 1px solid #000;
   border-radius: 100vw;
   padding: .70em 2.5em;
   background-color: white;
   font-size: 20px;
   font-weight: 500;
   cursor: pointer;
   transition: all 0.3s ease;
}
button:hover {
   background-color: #333333;
   color: #ffffff;
}
/* Black Section */
.black-section {
   background-color: #000000;
   color: #ffffff;
   padding: 50px 20px;
   text-align: center;
}
.black-title {
   font-size: 1.8rem;
   font-weight: bold;
   margin-bottom: 20px;
   line-height: 1.4;
}
.black-description {
   font-size: 1rem;
   font-style: italic;
   margin-bottom: 30px;
   color: #cccccc;
}
.black-button-container {
   display: flex;
   gap: 30px;
   justify-content: center;
   align-items: center;
}
.black-button {
   padding: 15px 25px;
   border-radius: 25px;
   border: 2px solid #ffffff;
   background-color: #000000;
   font-size: 1rem;
   cursor: pointer;
   color: #ffffff;
   transition: all 0.3s ease;
   box-shadow: 0px 4px 6px rgba(255, 255, 255, 0.2);
}
.black-button:hover {
   background-color: #ffffff;
   color: #000000;
}

.button_white{
					  border-radius: 30px;
					  background-color: Black;
					  border: 1px solid White;
					  color: white;
					  padding: 10px 40px;
					  text-align: center;
					  text-decoration: none;
					  display: inline-block;
					  font-size: 16px;
					  margin-top: 45px;
					  margin-bottom: 180px;
					  cursor: pointer;
					}
					.button_blue{
					  border-radius: 30px;
					  background-color: black; 
					  border: 1px solid #0099d6;
					  color: white;
					  padding: 10px 40px;
					  text-align: center;
					  text-decoration: none;
					  display: inline-block;
					  font-size: 16px;
					  margin-top: 45px;
					  margin-bottom: 180px;
					  cursor: pointer;
					}
					.button_green{
					  border-radius: 30px;
					  background-color: black; 
					  border: 1px solid #84BD00;
					  color: white;
					  padding: 10px 40px;
					  text-align: center;
					  text-decoration: none;
					  display: inline-block;
					  font-size: 16px;
					  margin-top: 45px;
					  margin-bottom: 180px;
					  cursor: pointer;
					}
					.button_blue:hover {
						background-color: #0099d6;
					}
					.button_green:hover {
						background-color: #84BD00;
					}
					.button_white:hover {
						background-color: white;
						color: Black;
					}
					.button_white-gray{
					  border-radius: 30px;
					  border: 1px solid Black;
					  color: black;
					  padding: 10px 40px;
					  text-align: center;
					  text-decoration: none;
					  display: inline-block;
					  font-size: 16px;
					  margin: 7% 1%;
					  cursor: pointer;
					  background-color: #ededed;
					}
					.button_blue-gray{
					  border-radius: 30px;
					  border: 1px solid #0099d6;
					  color: black;
					  padding: 10px 40px;
					  text-align: center;
					  text-decoration: none;
					  display: inline-block;
					  font-size: 16px;
					  margin: 7% 1%;
					  cursor: pointer;
					  background-color: #ededed;
					}
					.button_green-gray{
					  border-radius: 30px;
					  border: 1px solid #84BD00;
					  color: black;
					  padding: 10px 40px;
					  text-align: center;
					  text-decoration: none;
					  display: inline-block;
					  font-size: 16px;
					  margin: 7% 1%;
					  cursor: pointer;
					  background-color: #ededed;
					  text-wrap: nowrap;
					}
					.button_blue-gray:hover {
						background-color: #0099d6 !important;
					}
					.button_green-gray:hover {
						background-color: #84BD00 !important;
					}
					.button_white-gray:hover {
						background-color: Black !important;
						color: White;
					}
					.section-edge_top-white{
						background-image: url(./whiteEdge.png);
					}
					
					@import url('https://p.typekit.net/p.css?s=1&k=stf8rnu&ht=tk&f=139.140.171.172.173.174.175.176.5474.5475.25136.25137&a=256002103&app=typekit&e=css');

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
						font-display: auto;
						font-style: normal;
						font-weight: 700;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
						font-display: auto;
						font-style: italic;
						font-weight: 700;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/154cda/00000000000000007735e601/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/154cda/00000000000000007735e601/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/154cda/00000000000000007735e601/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
						font-display: auto;
						font-style: normal;
						font-weight: 100;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/7283cd/00000000000000007735e608/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"), url("https://use.typekit.net/af/7283cd/00000000000000007735e608/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"), url("https://use.typekit.net/af/7283cd/00000000000000007735e608/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
						font-display: auto;
						font-style: italic;
						font-weight: 100;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
						font-display: auto;
						font-style: normal;
						font-weight: 600;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
						font-display: auto;
						font-style: italic;
						font-weight: 600;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
						font-display: auto;
						font-style: normal;
						font-weight: 400;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
						font-display: auto;
						font-style: italic;
						font-weight: 400;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
						font-display: auto;
						font-style: normal;
						font-weight: 300;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
						font-display: auto;
						font-style: italic;
						font-weight: 300;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
						font-display: auto;
						font-style: normal;
						font-weight: 500;
						font-stretch: normal;
					}

					@font-face 
					{
						font-family: "proxima-nova";
						src: url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
						font-display: auto;
						font-style: italic;
						font-weight: 500;
						font-stretch: normal;
					}
					html * {
					font-family: proxima-nova !important;
				  }
				  .section-edge_bot {
					flex-direction: column;
					justify-content: flex-start;
					width: 100%;
					height: 12em;
					display: flex;
					position: absolute;
					bottom: -11.5em;
					left: 0%;
					right: 0%
					}
					.section-edge_bot-black {
						background-image: url('./Edge_black.png');
						background-position: 50%;
						background-repeat: no-repeat;
						background-size: 100% 100%;
						width: 100%;
						height: 100%
					}
					.modal-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 1100;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2px;
  background-image: linear-gradient(to right, #f2f2f2 59%, white 30%);
  z-index: 1001;
}
.content-wrapper {
  display: flex;
  margin-top: 60px; /* Adjust according to header height */
  height: calc(100% - 60px);
  overflow: hidden;
}
.left-panel {
  background-color: #f2f2f2;
  width: 85%; /* Adjust as needed */
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-panel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.left-panel li {
  font-size: 0.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  cursor: pointer;
  margin-left: 290px;
}
.right-panel {
  width: 60%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top-left-radius: 150px;
  overflow: hidden;
}
.right-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom left, #ffffff 100%, #f2f2f2);
  z-index: 1;
}
.bottom-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 360px; /* Adjust as needed */
  height: auto;
  z-index: 2;
}
.menu-button {
  font-size: 1.5rem;
  cursor: pointer;
  background: none;
  border: none;
  color: #333;
  z-index: 1002;
}

.menu_link-medium{
						position: relative;
						transition: all 0.2s ease-in-out;
						color: Black !important;
						font-size: 30px !important;
						text-transform: none !important;
						margin-top: 0 !important;
						margin-left: 170px !important;
						letter-spacing: 0px;
					}
					
					.menu_link-medium:hover{
						color: #84BD00 !important;
						transform: translateX(10px);
					}
					.menu_link-medium:hover + .menu_link-medium {
					  color: #b6b8b7;
					}
					
					.footer {
   background-color: #000;
   color: #fff;
   padding: 30px 20px;
   display: flex;
   justify-content: center;
   height: 300px;
}
.footer-container {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 80%;
   max-width: 1200px;
   height: 100px;
   margin-top: 10px;
}
/* Left Section */
.footer-left {
   flex: 2;
   padding: 4px;
   margin-left: 50px;
}

.vertical-bar{
	margin-top: 120px;
	margin-left: 160px;
}

hr{
	border-color: #616060;
}

.footer-logo {
   width: 400px;
   margin-top: 100px;
}
.footer-text {
   font-size: 14px;
   color: #ccc;
}
.footer-text a {
   color: #fff;
   text-decoration: underline;
}
/* Contact Section */
.footer-center {
   flex: 2;
   text-align: right;
   padding-right: 30px !important;
   padding: 4px;
}
.contact-btn {
   background: none;
   color: #6a6b6a;
   padding: 8px 0px;
   cursor: pointer;
   transition: 0.3s;
   padding-top: 28px;
}
.contact-btn:hover {
   color: #84BD00;
}
/* Social Links */
.footer-right {
   flex: 3;
   text-align: left;
   padding: 60px;
   margin-top: 60px;
}
.social-links a {
   color: #fff;
   font-size: 20px;
   margin: 0px 8px;
   transition: 0.3s;
   display: flex;
   flex-direction: column;
}
.social-links a:hover {
   color: #4CAF50;
}
.instagram-icon{
	background-image: url('./Instagram - White.png');
}

.ig-products{
	padding: 8px;
	text-align: center;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 40px;
	white-space: nowrap;
	text-align: center;
	width: 200px;
	height: 50px;
}

.video-panel {
   display: flex;
   align-items: center;
   background-color: #f2f2f2;
   border-radius: 5px;
   margin-bottom: 7px;
   transition: background 0.3s;
   margin-top: 0px;
   width: 22.5em;
   color: #000000;
   border-left: 5px solid #5F6870;
   padding: 2px;
   overflow-x: auto;
   margin-left: -10px;
}
.pdf-icon {
   width: 30px; /* Adjust as needed */
}
.video-desc {
   margin: 3px 15px;
   font-size: 16px;
   font-weight: 300;
   margin-left: 4px;
   color: #000000;
   text-decoration: none;
   width: 100%;
   line-height: 1.1;
}
.release-text:hover {
	color: #84bd00 !important;
}

.rn-button {
	color: #ffffff;
	border-color: #84bd00;
	background-color: #84bd00;
}

.rn-button:hover{
	border-color: #0099d6;
	color: #ffffff;
	background-color: #0099d6;
}

.video-desc:hover {
	color: #84bd00 !important;
}

.release-text a{
	width: 10%;
}

.download-icon {
   position: relative;
   width: 24px;
   height: 24px;
   cursor: pointer;
}
.download-icon img {
   position: absolute;
   width: 100%;
   height: 100%;
   transition: opacity 0.3s;
}
.download-icon .hover {
   opacity: 0;
}
.download-icon:hover .default {
   opacity: 0;
}
.download-icon:hover .hover {
   opacity: 1;
}

.pos-logo {
	height:75px;
	width:auto;
	display:inline-block;
	margin-top:30px;
	margin-left:70px;
}

.kiosk-desc{
	max-width: 90%;
	color: Black;
	padding-top: 30px;
	font-size:19px;
	font-style: italic;
	margin-left: 6%;
	font-weight: 300;
}

.kiosk-guides{
	display:flex;
	padding-left:380px;
}

.ondemand-top-curve {
	height: 100px; 
	width: 100%; 
	padding-left: 0px;
	z-index: 3;
	font-size: 0;
	margin-top: 20px;
}

.ondemand-logo {
	height:75px;
	width:auto;
	display:inline-block;
	margin-top:22px;
}

.ondemand-desc {
	max-width: 55.5%;
	color: white;
	padding-top: 30px;
	font-size:20px;
	font-style: italic;
	font-weight: 300;
}

.kds-top-curve {
	height: 100px; 
	width: 100%;
	padding-left: 0px;
	z-index: 3;
	font-size: 0;
}

.fly-container {
	height: 600px;
	background-color: #ededed;
}

.fly-desc {
	color: Black;
	padding-top: 37px;
	font-size:20px;
	font-style: italic;
	margin-left: 19%;
	max-width: 60%;
	font-weight: 300;
}
.fly-guides {
	display:flex;
	margin-left: 408px;
}

.kds-logo {
	height:75px;
	width:auto;
	display:inline-block;
	margin-top:30px;
	margin-left:18%;
}

.dmb-desc {
	color: Black;
	padding-top: 37px;
	font-size:20px;
	font-style: italic;
	padding-left: 0%;
	font-weight: 300;
}

.dmb-guides {
	display:flex;
	padding-left:55%;
}

.training-videos-grid {
 padding: 10px 5px;
 margin-left: 23px;
}

.video-accordion {
  display: flex;
  align-items: left;
  justify-content: left;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  border: none;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
  margin-top: 30px;
  margin-left: 5%;
  border-radius: 8px;
}

.active-section, .video-accordion:hover {
  background-color: #84bd00; 
  color: #ffffff;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  margin-left: 28px;
  flex-direction: row;
}

.video {
	height: 20px;
	width: auto;
	margin-left: 30px;
}

.interactive-video {
	height: 20px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.second-column {
	margin-left: 35px;
	margin-top: 10px;
}

.third-column {
	margin-left: 35px;
	margin-top: 10px;
}

/*Release notes page styles*/

.release-notes {
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: #f2f2f2;
   padding: 15px;
   border-radius: 8px;
   margin-bottom: 10px;
   margin-left: 20%;
   transition: background 0.3s;
   width: 60%;
   height: 50px;
   margin-top: 8px;
   color: #000000;
}
.release-notes:hover {
   background-color: #84BD00; /* Green background */
   color: white !important;
}

.release-text {
   flex-grow: 1;
   margin: 0 15px;
   font-size: 16px;
   font-weight: 430;
   margin-left: 10px;
   color: #000000;
}

.release-notes:hover .release-text{
	color: #ffffff !important;
}

/*Responsive Design for Docker*/

@media only screen 
and (min-width : 1824px) {
  .my-agilysys{
	  margin-left: 90em;
   }
   .pos-logo {
		margin-left:23em;
	}
	.kiosk-desc{
		padding-top: 45px;
	}
    .kiosk-guides {
		padding-left: 410px; 
	}
	.button_white-gray {
		height: 45px;
		margin: 5% 1%;
	}
	.button_blue-gray {
		height: 45px;
		margin: 5% 1%;
	}
	.button_green-gray {
		height: 45px;
		margin: 5% 1%;
	}
	.ondemand-top-curve {
		margin-top: 28px;
	}
	.kds-top-curve {
		margin-top: 50px;
	}
	.ondemand-logo {
		margin-left: 23em;
	}
	.button_white {
		margin-top: 50px;
		height: 45px;
	}
	.button_blue {
		margin-top: 50px;
		height: 45px;
	}
	.button_green {
		margin-top: 50px;
		height: 45px;
	}
	.ondemand-desc {
		padding-top: 50px;
	}
	
	.fly-container {
		height: 650px;
	}
	
	.fly-desc {
		margin-left: 30%;
	}
	.fly-guides {
		margin-left: 45em;
	}
	.kds-logo {
		margin-left: 33em;
	}
	.dmb-desc {
		margin-left: 27em;
	}
	.dmb-guides {
		margin-left: 11.5em;
	}
	.left-panel {
		padding-bottom: 10em;
	}
	.menu_link-medium {
		font-size: 40px !important;
		margin-left: 300px !important;
	}
	.training-videos-grid {
		margin-left: 55px;
	}
	.video-panel {
		width: 34.5em;
	}
	.second-column {
		margin-left: 35px;
		margin-top: 10px;
	}

	.third-column {
		margin-left: 35px;
		margin-top: 10px;
	}
	.video {
		margin-right: -1px;
	}
}



