#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#iframeContainer {
  position: fixed;
  top: 49%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 20px;
}

iframe {
  width: 95vw;
  height: 90vh;
  border-radius: 10px;
  background-color: white;
}


#closeContainer {
  position: absolute;
  top: 10px;
  right: 10px;
}

#closeBtn {
  background-color: red;
  color: white;
  border: 1px solid red;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
}

#closeBtn:hover {
  background-color: #fff;
  color: red;
}


#loadingIndicator {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

#loadingText {
  color: white;
}

.menu-item:hover,
.ic-app-header__menu-list-item:hover {
  background-color: #fec7de !important;
  color: #000 !important;
}



/*//// w3Welcome-MODALS ////*/

.w3Welcome-modal {
  z-index: 100;
  display: none;
  padding-top: 75px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4)
}

.w3Welcome-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 60% !important;
}

.w3WelcomemodalHeader {
  color: #fff !important;
  background: linear-gradient(to right, #42bbfc 0%, #ff69c1 50%, #ffad89 75%, #ffad89 100%);
  padding-top: 5px !important;
  text-shadow:
  -1px -1px 0 black,
  1px -1px 0 black,
  -1px 1px 0 black,
  1px 1px 0 black;
  border-radius: 10px 10px 0 0;

}

.welcome-header {
  font-weight: bold;
}




.w3Welcome-display-topright {
  border-radius: 0 10px 0 0 !important;
  position: absolute;
  right: 0;
  top: 0
}

;


@media (max-width:600px) {
  .w3Welcome-modal-content {
    margin: 0 10px;
    width: auto !important
  }

  .w3Welcome-modal {
    padding-top: 30px
  }
}

@media (max-width:768px) {
  .w3Welcome-modal-content {
    width: 500px
  }

  .w3Welcome-modal {
    padding-top: 50px
  }
}

@media (min-width:993px) {
  .w3Welcome-modal-content {
    width: 900px
  }

  .w3Welcome-hide-large {
    display: none !important
  }

  .w3Welcome-sidebar.w3Welcome-collapse {
    display: block !important
  }
}

.w3Welcome-card-4,
.w3Welcome-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3Welcome-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}

/*//// w3Welcome-CONTAINER ////*/
.w3Welcome-container:after,
.w3Welcome-container:before,
.w3Welcome-panel:after,
.w3Welcome-panel:before,
.w3Welcome-row:after,
.w3Welcome-row:before,
.w3Welcome-row-padding:after,
.w3Welcome-row-padding:before,
.w3Welcome-container,
.w3Welcome-panel {
  padding: 0.01em 16px
}

.w3Welcome-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}


.w3Welcome-center {
  text-align: center !important;
}

.loginAppend {
  text-align: center !important;
  color: white;
}




.w3Welcome-modal-content {
  border-radius: 10px; /* Adjust as needed */
}


.w3WelcomelinkedButton {
  font-size: 2em;
  background-color: #001382;
  border: 1px solid #001382;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}


.w3WelcomelinkedButton:hover {
  background-color: #d9d9d9;
  color: #001382;
  border: 1px solid #001382;
}



.slidesIframe {
  width: 100% !important;
  height: calc(100vh - 100px) !important;
  /* Adjust the value (100px) to fit your specific layout */
}


.copyrightFooter {
  text-align: center;
  padding: 3px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.85em;
  color: #555;
  border-top: 1px solid #d9d9d9;
}