html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.custom-grid-container {
  border: 3px solid #000;
}

.custom-bg {
 background: linear-gradient(to right, #78b3f9, #3285f3);
}

.custom-bg-sidebar {
 background-color: #2B323E;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


:root{
  --background-color: #008DDE;
  --accent-color: #72BCFF;
  --font-color: #fafdff;
}

.ssky-bg-primary{
  background-color: var(--background-color) !important;
  color: var(--font-color) !important;
  stroke:  var(--background-color) !important;
}

.ssky-fill-primary{
  fill: var(--background-color) !important;
}

.ssky-bg-accent{
  background-color: var(--accent-color)  !important;
}

.ssky-text-primary{
  color: var(--background-color) !important;
}

.ssky-font{
  color: var(--font-color); !important
}

html, body{
  height: 100%;
  width: 100%;
  font-family: 'Inter', sans-serif !important;
}

.svg-primary{
  fill: var(--background-color);
  stroke: var(--background-color);
}

.svg-font{
  fill: var(--font-color);
  stroke: var(--font-color);
}

.cursor{
  cursor: pointer;
}

.ssky-rounded{
  color: #555;
  border: 1px solid;
  border-radius: 4px;
}

.drop-area {
  width: 100%;
  margin: 0 2%;
  height: 70px;
  border: 2px dashed #d3d3d3;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.drop-area:hover{
  cursor: pointer;
}

.drop-area:hover {
  border-color: #bbb;
}

.drop-area img {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.drop-area-text {
  font-size: 14px;
  color: #888;
}

.drop-area a {
  color: #30313f; /* Accent color */
  text-decoration: underline;
  cursor: pointer;
}

.preview-color{
  height: 40px;
  width: 40px;
}

.drop-area a:hover {
  color: #606060;
}

/* Preview styling */
.image-preview {
  margin-top: 10px;
  display: none;
  flex-direction: column;
  align-items: center;
}

.image-preview img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}

.image-preview .file-name {
  font-size: 14px;
  color: #888;
}

.thumbnail-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
  width: 100%;
}

.thumbnail-image {
  max-width: 100px !important;
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ---------------- CSS RESET  ----------------*/

/* Remove excess padding and border in Firefox 4+ */
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* ---------------- CSS RESET  ----------------*/

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Inter', sans-serif !important;
}


.bg-main {
  background-color: var(--background-color);
  padding: 0;
}

.bg-accent {
  background-color: var(--accent-color);
}

.bg-grey {
  background-color: #F8F8F8;
}

.bg-white {
  background-color: #FFFFFF;
}

.round-corners {
  border-radius: 9px;
}

.ssky-drop-shadow {
  box-shadow: 0 4px 4px rgba(00, 0, 0, 0.25);
}

.padding-16 {
  padding: 2rem;
}

.placeholder {
  background-color: #aeb5e1;
  border-radius: 9px;
}

section{
  padding: 0 3rem;
}

.h1 {}
.h2 {}
.h3 {
  font-size: 1em;
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
}

.main {
  overflow: hidden;
  height: 100% !important;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 15% auto 12%;
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.8rem 0;
}

.sign-out {
  position: absolute;
  top: 7px;
  left: 7px;
}

.ssky-logo-container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.ssky-logo{
  max-height: 80px;
}

.main-title {
  font-size: 3rem;
  line-height: 0.95;
  margin-bottom: 0.2rem;
  padding: 0 0 0 3rem;
}


.card-container .ssky-card {
  width: 95%;
  padding-bottom: 1.5dvh;
  min-height: 60dvh;
  max-height: 80dvh;
  display: flex;
  flex-direction: column;
  scroll-snap-align: end;
}

.helper-animations{
  animation: bounce 0.45s ease-in-out 1 1s, swipe 0.45s ease-in-out 1;
}

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

@keyframes swipe {
  0%, 100% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-50px);
  }
}

.meeting-card-joining{
  height: 100%;
  width: 100%;
  opacity: 0;
}

.meeting-card-joining .card-container{
  height: 88%;
  width: 100%;
}

.meeting-card-joining .ssky-card{
  width: 80%;
}

.card-container{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.fade-in{
  animation: fade-in 1s ease forwards;
}

@keyframes fade-in{
  from { opacity: 0; }
  to { opacity: 1; }
}

.first-card {
  margin-left: 8% !important;
  z-index: 4444 !important;
}


.last-card {
  margin-right: 8% !important;
}

.card-top {
  position: relative;
  padding: 1.3dvh 1rem 0.5rem 1rem;
}

.platform-container {
  position: absolute;
  top: -2px;
  right: -10px;
  height: 50px;
  width: 60px;
  border-radius: 0 0 0 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1dvh;
}

.platform-background {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-icon img{
  width: 100%;
}

.ssky-card .card-time {
  display: flex;
  align-items: flex-end;
}

.ssky-card .ssky-card-title {
  max-height: 20vh;
  font-size: 2.3vh;
  font-weight: 600;
}

.ssky-card .card-location {
  font-size: 1.2vh;
  margin-bottom: 0.3vh;
}

.ssky-card .card-body{
  margin: 1vh;
  margin-top: 0;
  margin-bottom: 2dvh;
  font-size: 2.5vh;
}

.ssky-card .card-people-header {
  margin-bottom: 0.625rem;
}
.ssky-card .card-people-details {
  margin-bottom: 23px;
  padding: 1rem;
  display: flex;
  flex-direction: row;
}

.people-pic {
  height: 40px;
  width: 40px;
  margin-right: 1rem;
  border-radius: 6px;
}

.people-text {}

.ssky-card .card-meeting-details-header {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: flex-end;
}

.ssky-card .card-meeting-details {
  font-size: 0.75rem;
  overflow-y: hidden;
  height: 10vh;
}

.ssky-card .card-meeting-details-text {
  padding: 1rem;
  overflow: scroll;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.no-scrollbar{
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}


.ssky-card .show-more-button {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  font-size: 0.625rem;
  color: rgba(48, 50, 63, 0.42);
  background-color: white;
}
.ssky-card .card-button-join {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--font-color);
  border-radius: 9px 9px 9px 9px;
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 0;
  margin: 0.1vh 5%;
  background-color: white;
  position: sticky;
  bottom: 20px;
  z-index: 10;
  cursor: pointer;
}

.participant-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-color);
  justify-content: center;
  display: flex;
}

.participant-icon img{
  height: 40px;
  border-radius: 20px;
  width: 40px;
}

.participant-icon-initials {
  font-size: 1.1rem;
  margin: auto;
}

.participant-status{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  bottom: 14px;
  right: 24px;
}

.button-controls-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.button-controls-container :nth-child(1) {
  margin-right: 10px;
}

.button-controls {
  color: white;
  padding: 26px 33px;
  border-radius: 30px;
}


.ssky-carousel-container {
  min-width: 85%;
  margin: 0;
}

.ssky-carousel-inner {
  display: flex;
  transition: transform 0.1s ease-in-out;
  height: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  overflow-clip-margin: 1em;
}

.ssky-carousel-item {
  scroll-snap-align: center;
  min-width: 90%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: hidden;
  overscroll-behavior: auto;
  scroll-snap-type: y mandatory;
}

.ssky-carousel-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.ssky-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  padding: 0.5rem;
}

.ssky-carousel-btn.prev {
  left: 10px;
}

.ssky-carousel-btn.next {
  right: 10px;
}

.ssky-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.ssky-carousel-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
}

.ssky-carousel-indicators .indicator.active {
  background: white;
}

.confirm-text{
  text-align: center;
  font-size: 1.4rem;
  margin: 3% 3rem;
}

.cancel-button{
  display: flex;
  justify-content: center;
}

.spinner-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--font-color) var(--font-color) transparent;
  box-sizing: border-box;
  animation: spin 2.5s infinite;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent  var(--font-color) var(--font-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: spin-opposite 3s reverse infinite;
  transform-origin: center center;
}


@-webkit-keyframes spin-opposite {
  0% { -webkit-transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0deg); }
}

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

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

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


.interactions-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10dvh;
  border-radius: 5px;
  padding-left: 2dvw;
  padding-right: 2dvw;
}


.interaction{
  display: flex;
  border-radius: 5px;
  width: 6dvw;
  height: 6dvh;
  background-color: #F9F9F9;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 8dvw;
}

.interaction-icon{
  width: 1dvw;
  height: 0.5dvh;
  background: #F9F9F9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  stroke: black !important;
}

.interaction-icon svg, .interaction-icon path{
  stroke: var(--font-color);
  fill: var(--font-color);
}


.features-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 5px;
  width: 100%;
}

.controls-border{
  border: 1px solid #E6E6E6;
}

.features-container-section{
  padding-top: 4dvh;
  padding-bottom: 4dvh;
  align-items: center;
  justify-content: center;
  padding-left: 2dvh;
  padding-right: 2dvh;
}

.features {
  display: grid;
  grid-template-rows: 60% 40%;
  background-color: #F9F9F9;
  color: black;
  border-radius: 5px;
  width: 49%;
  height: 9dvh;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin: 1.3dvh 0;
  stroke: black !important;
  font-size: 1.5dvh;
}

.interaction:active,.features:active{
  background-color: lightgrey;
  transform: translateY(4px);
}

.interaction:active img{
  background-color: lightgrey;
}

.interaction:active .interaction-icon{
  background-color: lightgrey;
}
.layout-arrow:active{
  transform: translateY(4px);
}

.features-icon{
  width: 40px;
  height: 40px;
  background: #F9F9F9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  margin: auto;
}

.features-icon svg, .features-icon path{
  fill: #F9F9F9;
  stroke: black;
}

.features:active .features-icon{
  background-color: lightgrey;
}

.controls-qr-fill svg, .controls-qr-fill path{
  fill: black !important;
  stroke: black !important;
}


.captions-icon-fill svg, .captions-icon-fill path{
  fill: black;
  stroke: black;
}

.layout-control{
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 10px;
  padding: 1dvh;
  color: white;
  margin-top: 2dvh;
}

.raise-hand-control{
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 2dvh;
  height: 5.5dvh;
  border-radius: 10px;
  justify-content: left;
  align-items: center;
  position: relative;
}

.raise-hand-control:active, .layout-container:active{
  background-color: lightgrey;
  transform: translateY(4px);
}

.raise-hand-label{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
  text-align: center;
  font-size: 2dvh;
  font-weight: bold;
}

.controls-font{
  font-size: 1dvh;
  font-weight: bold;
}

.change-layout-label{
  white-space: nowrap;
  font-size: 2.5dvh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
  text-align: center;
}

.layout-control{
  width: 100%;
  margin-top: 2dvh;
  height: 10dvh;
  border-radius: 10px;
  align-items: center;
  position: relative;
}

.layout-arrow{
  font-size: 3dvh;
}

.raise-hand-spacing{
  margin-left: 1dvw;
}

.layout-arrow{
  width: 40%;
}


.layout-container {
  display: flex;
  align-items: center;        /* Vertically centers items */
  justify-content: space-between; /* Pushes arrows to edges, centers text */
  padding: 10px 15px;
  background-color: white;
  border-radius: 10px;
  font-family: sans-serif;
  font-size: 2dvh;
  width: 100%;
  height: 7dvh;
  margin-top: 3.5dvh;
}

.arrow {
  cursor: pointer;
  user-select: none;
}

.arrow.mobile-friendly {
  padding: 4dvh 2.5dvw;
  min-width: 60px;
  min-height: 40px;
  font-size: 5dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.arrow.mobile-padding-left
{
  padding-left: 0;
}

.arrow.mobile-padding-right
{
  padding-right: 0;
}

.arrow.mobile-friendly:active {
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0.92);
}

.label {
  text-align: center;
  flex: 1;
  margin: 0 2dvw;
  margin-top: 1dvh;
}



.right-arrow{
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
}



.control-title {
  font-size: 2.5dvh;
}

.control-button-colors{
  background-color: #F9F9F9;
  color: #000 !important;
  fill: #F9F9F9 !important;
  stroke: #e6e6e6 !important;
  user-select: none;
}

/* .control-button-colors:active{
  background-color: #E6E6E6 !important;
} */


.meeting-controls-container{
  display: flex;
  justify-content: center;
  height: 100%;
}

.controls-preview-container {
  width: 43dvh;
  height: 30dvh;
}

.controls-preview-container .interations-container{
  width: 20px !important;
}

.meeting-controls {
  margin: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  user-select: none; 
}

.preview-interaction {
  width: 1.5dvh;
  padding: 0 1.6dvw;
  margin: 0 0.3dvw;
}

.preview-interaction-icon{
  width: 1.7dvw;
  height: auto;
}

.preview-interactions-container{
  padding-left: 10px;
  padding-right: 10px;
}
.preview-layout-container{
  margin-top: 1.5dvh;
}
.meeting-controls-title {
  margin-top: 1.3dvh;
}

/*THEME CREATE*/

.mobile-preview-container{
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.mobile-main{
  display: grid;
  grid-template-rows: 15% auto 12%;
  border: 2px solid black;
  height: 100%;
}

.mobile-preview-container .ssky-carousel-container{
  height: 100%;
}

.mobile-preview-container .ssky-carousel-item{
  width: 85%;
}

.nav-item{
  cursor: pointer;
}


.ssky-container {
  width: 90%;
  margin: 0 auto;
  background-color: #f7f7f7;
  color: #000000;
  padding: 0 30px;
  border-radius: 1px;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  min-height: 650px;
  display: grid;
  grid-template-rows: 15% 11% 28% 30% 15%;
  vertical-align: middle;
  z-index: 10;
  max-height: 1100px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.ssky-container::-webkit-scrollbar {
  display: none;
}

.ssky-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}


.align-center{
  align-content: center;
  text-align: center;
  border-top: 2px solid #e4e4e4;
}

.button{
  padding: 11px 26px;
  border-radius: 3px;
  background-color: #4564f6;
  color: #f1f5f9;
}

.ssky-container .button:hover{
  cursor: pointer;
}

.ssky-container p{
  padding-top: 7px;
  font-size: 0.8rem;
}

.ssky-container p:hover {
  cursor: pointer;
}

.section{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 20px 0;
}

.image-upload-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.drop-area{
  border: 2px dashed lightgray;
  border-radius: 3px;
}

.preview-colours{
  height: 3rem;
  width: 8rem;
  display: flex;
  flex-direction: row;
}

.brand-colour{
  border-radius: 100px;
  background-color: red;
  width: 2.2rem;
  height: 2.2rem;
  margin: 3px;
  border: 1px solid black;
}

.brand-colour input{
  width: 2.2rem !important;
  height: 2.2rem !important;
  border-radius: 100px !important;
  opacity: 0 !important;
}

.ssky-container label{
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
.ssky-container .custom-file-label{
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  padding: 6% 0;
}

.ssky-container .custom-file-label:hover{
  cursor: pointer;
}

.ssky-container .label-header{
  font-size: 1.1rem;
}

.ssky-container input{
  width: 110px;
  height: 33px;
  border: 0px;
  border-radius: 2px;
  background-color: #d9d9d9;
  text-align: end;
}

.ssky-container .input-group{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.ssky-container input[type="checkbox"]{
  appearance: none;
  width: 30px;
  background-color: #d9d9d9;
  color: #d9d9d9;
}

.ssky-container input[type="checkbox"]:checked{
  background-size: cover;
  padding: 2px;
}

.checkmark {
  position: absolute;
  width: 30px;
  margin: auto;
  right: 0;
  pointer-events: none;
}

.ssky-container input[type="color"]{
  appearance: none;
  opacity: 100%;
}

.ssky-container input[type="file"]{
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

.ssky-container .preview-colour{
  height: 21px;
  width: 21px;
  padding: 0;
  position: absolute;
  margin: 7px;
}

.ssky-container .primary{
  background-color: #B8BFF9;
}

.ssky-container .accent{
  background-color: #30313F;
}

.ssky-container sub{
  font-size: 0.60rem;
}


.preview-image{
  width: 100%;
}


.return-button{
  display:flex;
  justify-content: center;
  margin: 3% ;
}

.captcha-image{
  height: 50%;
  max-width: 100%;
}

.captcha-input-group{
  width: 100%;
  height: 10%;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
}

#captcha-answer-input {
  width: 98%;
  border-radius: 9px;
  border: 1px solid;
  font-size: 1.3rem;
  text-align: center;
  height: 70%;
  min-height: 40px;
}

.captcha-banner{
  background-color: #eee346 !important;
  color: rgb(0, 0, 0) !important;
  text-align: center;
  padding: 0.1rem;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1000;
}

/************** START -  End Page related css ***********************/
.star {
  cursor: pointer;
  font-size: 2rem;
  /* Base size */
  display: inline-block;
  /* Ensure transform works */
  transition: font-size 0.1s ease-in-out;
  color: gold;
  margin-left: 8px;
  margin-top: 0.5em;
}

.star:hover {

  transform: scale(1.25);
  /*font-size: 2.5rem; !* 30% increase *!*/
}

.end-meeeting-resposive-font {
  justify-content: center;
  align-items: center;
  text-align: center;
  align-items: center;
  margin: 0.1em auto 0.1em;
  font-size: 0.5vw;
}

.feedback-form-element {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.feedback-form-main {
  display: grid !important;
  grid-template-rows: repeat(3, 0.5fr) !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;

  align-items: center;
  justify-content: center;
  border: 1px solid var(--background-color);
  border-radius: 9px 9px 9px 9px;
  font-size: 1rem;
  font-weight: 400;
  margin: 3% 5%;
  background-color: white;
}


.feedback-input {
  border: 2px solid transparent;
  padding-left: 0.8em;
  outline: none;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s;
  padding: 1em;
  align-items: center !important;
  font-size: 0.9em !important;
  width: 95%;
  height: 50%;
  margin: 0 5%;
}

.feedback-input:hover,
.feedback-input:focus {
  border: 2px solid var(--font-color);
  box-shadow: 0 0 0 7px rgb(74, 157, 236, 20%);
  background-color: white;
}

.feedback-form-validation-summary{
  margin: 3% 5%;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-items: center;
}

.star-empty{
  color: var(--font-color);
}

/************** END -  End Page related css ***********************/



/************** START -  SplashPreview ralated css ***********************/

.image-container {
  position: relative;
}

.connecting-box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.connecting-box-footer p {
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

.custom-preview-container {
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.qr-code {
  width: 14rem;
  height: 14rem;
  margin-right: 2rem;
  margin-left: 4rem;
}

.qr-code-phone-size-and-position {
  width: 15rem !important;
  height: 15rem !important;
  overflow: auto;
  position: relative;
  right: 2rem;
  top: 1rem;
}

.calendar-phone-size-and-position {
  width: 19rem !important;
  height: 19rem !important;
  overflow: auto;
  position: relative;
  top: 9rem;
  right: 1rem;
}

.meeting-phone-size {
  width: 19rem !important;
  height: 19rem !important;
  overflow: auto;
  position: relative;
  top: 3.5rem;
  right: 4rem;
}

.screen-preview-smaller-font {
  font-size: 1.2rem !important;
}


.splash-preview-text-block {
  width: 25rem;
  height: 10rem;
}

.splash-preview-text-block p {
  font-size: 1.55rem;
}

.select-meeting-text-block {
  width: 16rem;
  height: 10rem;
  margin-left: 4rem;
}

.select-meeting-text-block h1 {
  font-size: 2.75rem !important;
}

.login-container {
  width: 17rem;
  margin-left: 15rem;
}

.login-h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.custom-svg-phone {
  max-width: 100%;
  max-height: 100%;
  margin-right: 1rem;
  width: auto;
  height: auto;
}

.svg-container {
  width: 30rem;
  height: 30rem;
  resize: both;
  overflow: auto;
  position: relative;
  top: 1rem;
  right: 4rem;
}

.scaled-down {
  transform: scale(0.75); /* Scale down to 75% */
  transform-origin: center; /* Center the scaling */
  display: flex; /* Enable flexbox for centering */
  justify-content: center; /* Horizontally center content */
  align-items: center; /* Vertically center content */
}

/************** END -  SplashPreview ralated css ***********************/

/************** START -  Modal ralated css ***********************/
.sky-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.sky-modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.sky-modal-content {
  background-color: #fff;
  max-width: 500px;
  width: 90%;
  border-radius: 12px;
  z-index: 5000;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.sky-modal-backdrop.show .sky-modal-content {
  transform: scale(1);
}

.sky-modal-header {
  background: var(--background-color) !important;
  color: var(--font-color) !important;;
  text-align: center;
  padding-top: 5px;
  position: relative;
}

.sky-modal-header h2 {
  padding-right: 40px;
}

.sky-modal-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 28px;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: bold;
  transition: transform 0.2s ease;
  width: 40px;
  z-index: 5001;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


.sky-modal-body {
  padding: 30px;
  line-height: 1.6;
  color: #000;
  font-size: 1.1rem;
}

.sky-modal-body p {
  margin-bottom: 15px;
}

.sky-modal-footer {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  gap: 15px;
}

.sky-modal-btn {
  padding: 12px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

.btn-cancel {
  background: #f0f0f0;
  color: #333;
}


.btn-confirm {
  background: var(--background-color) !important;;
  color: var(--font-color) !important;;
}

@media (max-width: 600px) {
  .sky-modal-body {
    padding: 20px;
  }

  .sky-modal-footer {
    flex-direction: column;
  }

  .sky-modal-btn {
    width: 100%;
  }
}
/************** END -  Modal ralated css ***********************/
