html {
  /* make sure it is at least as tall as the viewport */
  position: relative;
  min-width: unset !important;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif;

  height: 100%;
  min-width: unset !important;
}
#app {
  height: 100%;
}
#home {
  z-index: 10;
}
#teams,
#webex,
#zoom {
  background: var(--aui-button-primary-active-bg-color);
  /* height: 200px; */
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
}
#webex {
  backgroundd: #1e1e1e;
}
#logolist {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 20px;
}
#logolist-title {
  width: 100%;
  text-align: center;

  position: fixed;
  color: #888;
  bottom: 100px;
}
.btn-logolist {
  color: #d6d6d6;
  margin: 20px;
  background-color: #fff;
  height: 40px;
  cursor: auto;
  filter: grayscale(0) opacity(0.9);
  animation: filter 0.5s linear infinite;
}

.btn-logolist:hoverdis {
  color: #ce2e73;
  border-color: #ce2e73;
}

.btn-logolist i {
  font-size: 24px;
}

.btn-logolist img {
  height: 15px;
}

.btn-logolist-big img {
  height: 30px;
}

.limiter {
  text-align: center;
  padding-top: 100px;
}

.wrap-login100 img {
  margin: 0px 30px 30px 30px;
}

.container-login100 {
  width: 100%;
  text-align: center;
}

.wrap-login100 {
  text-align: center;
  min-width: 500px;
}

.wrap-login100 input {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px;
}
.wrap-login100 button {
  margin: 5px;
}
.top-logo {
  max-width: 400px;
  height: 100px;
  object-fit: contain;
  width: 80%;
  z-index: -2;
}
.no-calendar-login {
  font-size: 13px;
  color: #888;
  padding: 20px 0px;
}
#telekom-logo {
  width: 110px;
  object-fit: contain;
  z-index: -1;
  position: absolute;
  left: calc(50% - 90px);
  top: 80px;
  opacity: 1;
  transition: width 0.05s ease-in-out, top 0.05s ease-in-out,
    left 0.05s ease-in-out, opacity 0.05s ease-in-out;
}
.small-telekom-logo {
  width: 0px !important;
  top: 170px !important;
  left: calc(50% + 80px) !important;
  opacity: 0.5 !important;
}
.body-back-mode- {
  background: radial-gradient(circle at 50% 0, #4b56b633, #f2ab7400 70.71%),
    radial-gradient(circle at 40.7% 40%, #89eb6f07, #94306200 70.71%),
    radial-gradient(circle at 75.3% 75%, #478df733, #da317500 70.71%) #fff;
}

.body-back-mode-teams {
  background-attachment: fixed !important;
  background: radial-gradient(circle at 50% 0, #4b56b633, #f2ab7400 70.71%),
    radial-gradient(circle at 40.7% 40%, #4b56b633, #5c309400 70.71%),
    radial-gradient(circle at 75.3% 75%, #4b56b633, #da317500 70.71%) #fff;
}

.body-back-mode-webex {
  background: radial-gradient(circle at 50% 0, #89eb6f07, #f2ab7400 70.71%),
    radial-gradient(circle at 40.7% 40%, #89eb6f07, #5c309400 70.71%),
    radial-gradient(circle at 0% 99%, #89eb6f07, #da317500 70.71%) beige;
}

.body-back-mode-zoom {
  background: radial-gradient(circle at 50% 0, #478df733, #f2ab7400 70.71%),
    radial-gradient(circle at 40.7% 40%, #478df733, #5c309400 70.71%),
    radial-gradient(circle at 0% 99%, #478df733, #da317500 70.71%) #fff;
}

.body-back-mode-ringcentral {
  background: radial-gradient(circle at 50% 0, #89eb6f33, #f2ab7400 70.71%),
    radial-gradient(circle at 40.7% 40%, #89eb6f33, #5c309400 70.71%),
    radial-gradient(circle at 0% 99%, #89eb6f33, #da317500 70.71%) beige;
}

#toolbar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: var(--aui-appheader-bg-color);
  text-align: end;
  z-index: 1;
  position: absolute;
  width: 100%;
}
.toolbar {
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--aui-appheader-bg-color);
  z-index: 1;
  position: absolute;
  width: 100%;
}
.toolbar i {
  font-size: 19px !important;
  margin-bottom: 7px;
}
.toolbar-icon {
  margin-bottom: 7px;
  position: relative !important;
  left: unset !important;
  top: unset !important;
  height: 30px !important;
}
.toolbar-icon-off {
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 2px),
    #7cfc00 50%,
    rgba(0, 0, 0, 0) calc(50% + 2px),
    rgba(0, 0, 0, 0) 100%
  );
  filter: brightness(0.6);
}
.toolbar-icon-setting {
  filter: brightness(2);
}
.toolbar-icon-leave {
  height: 27px !important;
  filter: brightness(2.8);
  padding-top: 4px;
  margin-right: 8px;
}
.toolbar p {
  border-right: 1px solid #666;
  margin: 15px;
}
.toolbar button {
  background-color: #ffffff08;
  border: 0px;
  color: white;
  font-size: 11px;
  margin: 8px;
  font-weight: 300;
  min-width: 50px;
  text-align: -webkit-center;
  padding: 8px;
  border-radius: 5px;
}
.toolbar button:hover {
  background-color: #ffffff55;
}
.toolbar img {
  height: 36px;
  position: absolute;
  left: 15px;
  top: 25px;
}
.leave-btn {
  background-color: var(--aui-button-primary-bg-color) !important;
  border-radius: 5px;
  margin: 23px 25px 0px 25px !important;
  font-size: 14px !important;
  padding: 5px 25px !important;
  width: unset !important;
  height: 40px;
}
.leave-btn i {
  margin-right: 5px;
  font-size: 17px !important;
  margin-bottom: 0px;
}
.leave-btn:hover {
  cursor: pointer;
}

#videopart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
}
.video-part,
.video-part-with-screen-sharing {
  display: flex;
  position: relative;
  margin-top: 90px;
  width: 100%;
  height: calc(100% - 90px);
}
.video-part-with-screen-sharing {
  display: block;
}
.local-video {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  heightdis: 150px;
  max-width: 250px;
  z-index: 1;
}

.remote-videos {
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 20px);
}
.videos-container {
  width: 100%;
}
.video-part-with-screen-sharing .videos-container {
  height: 150px;
  display: flex;
  width: 100%;
}
.video-part-with-screen-sharing .local-video {
  position: relative;
  height: 90%;
}
.video-part-with-screen-sharing .remote-videos {
  position: relative;
  height: 90%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.video-part-with-screen-sharing .local-video video {
  border-radius: 5px;
  width: unset !important;
}
.video-part-with-screen-sharing .remote-videos video {
  border-radius: 5px;
}
#ScreenSharingView {
  height: calc(100% - 160px);
}
#ScreenSharingView video {
  object-fit: contain !important;
}
.participant {
  display: block;
  height: 20%;
  width: 20%;
  padding: 0.3%;
  position: relative;
  text-align: center;
  color: #fff;
}
.participant video {
  object-fit: cover !important;
}
.participant img {
  width: 30%;
  padding: 10px;
  max-width: 150px;
}
.participant-avatar {
  height: 100%;
  opacity: 0.6;
  background-color: #ffffff22;
  margin: 10px;
  border-radius: 10px;
}

.video-part-with-screen-sharing img {
  height: 50px;
  margin: 20px;
}
.video-part-with-screen-sharing .participant-avatar {
  height: 90%;
}

.video-part-with-screen-sharing .participant {
  padding-right: 16px;
  width: 250px;
  height: 100% !important;
}
.loading {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.meet-loading {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }

  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }

  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }

  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}

.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.meet-loading span {
  position: absolute;
  top: 75px;
  font-family: 'Lato';
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}

.setting-btn {
  background-color: #fff;
  color: #4c56b6;
  border: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 5px;
  font-size: 25px;
}
.btn-top-home-calendar {
  position: absolute;
  top: 20px;
  right: 135px;
  display: flex;
  align-items: center;
}
.btn-top-home-setting {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
}
.btn-top-home-calendar i,
.btn-top-home-setting i {
  font-size: 23px;
  margin-right: 5px;
}
.btn-calendar {
  display: flex;
  align-items: baseline;
  width: 110px;
  justify-content: space-between;
  position: absolute;
  right: 100px;
  top: 20px;
  border: 1px #fff solid;
  background-color: #ffffff55;
  color: #0d6efd;
}
.btn-calendar:hover {
  background-color: #0d6efd;
  color: #fff;
}

.setting-btn:hover {
  color: #ce2e73;
}
.avatar {
  position: absolute;
  background-color: #888;
  width: 100px;
  height: 100px;
  top: 50px;
  left: 40%;
  border-radius: 50%;
  color: #fff;
  padding: 25px 41px;
  font-size: 30px;
}
.name_label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #999999;
  color: #fff;
  font-size: 12px;
  padding: 0px 8px;
  border-radius: 5px;
  opacity: 0.55;
}
.waiting-others {
  width: 100%;
  height: 100%;
  color: white;
  font-size: 22px;
  text-align: center;
  padding-top: 40%;
}
.webex-remote-video {
  height: 100%;
}
.webex-remote-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webex-local-video {
  height: 151px;
}
.webex-local-video video {
  width: 100%;
  height: 150px;
}
.logo-zoom {
  position: absolute;
  top: 35px;
  left: 15px;
  height: 18px;
  filter: brightness(0.6);
}
.btn-setting {
  position: absolute;
  left: 60px;
  top: 10px;
}
.btn-setting-webex {
  left: 150px;
}
#mainpart {
  display: inline-block;
}
.show-manual-link-btn {
  cursor: pointer;
  padding: 8.5px;
  color: #242424;
  font-size: 13px;
  margin-bottom: 80px;
}
.daily-container {
  width: 800px;
}
.daily-header {
  display: inline-flex;
  padding: 10px 20px;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.daily-header::before {
  content: ' ';
  background-color: #00000015;
  border: 1px solid #ffffff88;
  border-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* filter: brightness(0.5); */
  animation-duration: 20s;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 50% 95%;
  background-size: cover;
  z-index: -1;
}

.daily-headerDIS::before {
  content: ' ';
  border-radius: 20px 20px 0px 0px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background-image: url('../images/bg/bi-telekom-technik.jpg');
  animation-namedisabled: rotateBgOnTimer;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 50% 95%;
  background-size: cover;
  z-index: -1;
}
@keyframes rotateBgOnTimer {
  0% {
    background-image: url('../images/bg/bi-telekom-technik.jpg');

    background-position: 50% 50%;
  }
  25% {
    background-image: url('../images/bg/bi-iot-header-neu.jpg');
    background-position: 50% 0%;
  }
  50% {
    background-image: url('../images/bg/DTAG_OfficePort_XXL_00_3840x1400.jpg');
  }
  75% {
    background-image: url('../images/bg/maxresdefault.jpg');
    background-position: 50% 50%;
  }
  100% {
    background-image: url('../images/bg/telekom-netz-buehnengrafik.jpg');
  }
}

.daily-events {
  position: relative;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #ffffff88;
  text-align: left;
  color: #808080;
  font-size: 13px;
  padding: 20px;
  backgroundd: #ffffffaa;
  min-height: 80%;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.circular-spinner {
  position: absolute;
  background-color: gray;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 10;
}
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px !important;
  max-height: 35px;
  position: absolute;
  color: gray;
  background-color: #ffffffaa;
  font-size: 1rem;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 10;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.calendar-loading {
  width: 160px !important;
  border: 0;
  top: 55%;
}
.daily-header button {
  font-size: 13px;
  background-color: #ffffffcc;
  border: 1px solid #d1d1d1;
  color: #222;
}
.daily-header button:hover {
  background-color: #ffffffcc;
  color: #0d6efd;
}

.btn-today {
  position: absolute;
  left: 25px;
}
.btn-today i {
  font-size: 18px;
  margin-right: 5px;
}
.today {
  width: 120px;
  white-space: nowrap;
  margin: 0px 15px;
}
.daily-subject {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
}
.daily-event {
  position: relative;
  margin-bottom: 16.5px;
}
.daily-event div {
  margin-bottom: 4px;
}
.daily-join {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 10px 0px 5px;
  display: flex;
  background-color: #ffffff55;
  color: #0d6efd;
  align-items: center;
  border-color: #fff;
}
.daily-join:hover {
  background-color: #0d6efd;
  color: #fff;
}
.daily-join img {
  height: 20px;
  margin: 5px 8px 5px 5px;
}
.calendar-join {
  position: relative;
  border-color: #0d6efd;
}
.daily-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.daily-error p {
  margin-top: auto;
  margin-bottom: auto;
}
.daily-error i {
  cursor: pointer;
}
.outlookEmail {
  font-size: 12px;
  padding: 5px 0px 0px 114px;
  color: #737373;
}
.daily-error .refresh-div i:hover {
  color: #0d6efd;
}
.call-state {
  padding: 10px;
  color: #999;
}
@media screen and (max-width: 1050px) {
  .btn-today {
    position: relative;
    left: unset;
    display: flex;
    margin-right: 10px;
  }
  .daily-container {
    width: 680px;
  }

  #logolist {
    position: fixed !important;
    bottom: 0px !important;
    background-color: white;
    text-align: center;
  }
  

  .btn-logolist {
    margin: 0px;
    width: 20%;
    height: unset;
    border: 0px;
  }

}

@media screen and (min-width: 700px) and (max-height: 755px) {
  #logolist {
    position: unset;
    bottom: unset;
  }
  #logolist-title {
    position: unset;
    bottom: unset;
  }
  .limiter {
    padding-top: 20px;
  }
  #telekom-logo {
    top: 10px;
    width: 12%;
    left: 42%;
    max-height: 150px;
  }
}
@media screen and  (max-height: 755px) {
  .daily-events{
    height: 200px;
  }
  .show-manual-link-btn{margin-bottom: 20px;}
}
@media screen and  (max-height: 580px) {

  #logolist {
    position: fixed;
    bottom: 0px;
    background-color: white;
    text-align: center;
  }
  

  .btn-logolist {
    margin: 0px;
    width: 20%;
    height: unset;
    border: 0px;
  }
  #logolist-title {
    display: none;
  }
  
}

@media screen and (max-width: 700px) {
  .show-manual-link-btn{margin-bottom: 100px;}
  html {
    height: 98%;
  }
  #mainpart {
    display: block;
  }
  .wrap-login100 {
    width: 100%;
    min-width: unset;
  }
  .wrap-login100 input {
    margin: 20px 0px;
  }

  .daily-container {
    width: 95%;
    margin-left: 2.5%;
     
  }

  #logolist-title {
    display: none;
  }

  .btn-logolist :hover,
  .btn-logolist :active,
  .btn-logolist :focus {
    border: 0px;
    outline: none !important;
    box-shadow: none;
  }

  .btn-logolist img {
    object-fit: contain;
    width: 100%;
    height: 50px;
  }
  .btn:focus {
    outline: 0 !important;
    box-shadow: none;
  }
  .container-login100 {
    margin: 0px 2.5%;
    width: 95%;
  }
  #telekom-logo {
    top: 10px;
    width: 12%;
    left: 42%;
  }
  .top-logo {
    width: 50%;
  }

  .wrap-login100 img {
    margin: 10px;
  }

  .toolbar button {
    width: unset;
    padding: 2px;
  }
  .toolbar-logo {
    display: none;
  }
  .leave-btn {
    margin: 15px 5px 0px 5px !important;
    padding: 5px 5px !important;
    height: 40px;
  }
  .toolbar p {
    border-right: 1px solid #666;
    margin: 15px 0px;
  }
  .btn-setting {
    left: 5px;
  }
  .logo-zoom {
    display: none;
  }
  .today {
    margin: 0px 5px;
  }
  .btn-top-home-calendar span,
  .btn-top-home-setting span {
    display: none;
  }
  .btn-top-home-calendar i,
  .btn-top-home-setting i {
    margin-right: unset;
  }
  .btn-top-home-calendar {
    right: 90px;
  }
}

div {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.blink_me {
  animation: filter 0.5s linear infinite;
  filter: grayscale(0) opacity(1);
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.font-bold {
  font-weight: 700;
}
.font-xl {
  font-size: 24px;
}
.font-s {
  font-size: 14px;
}
.dark-text {
  color: #131619;
}
.gray-text {
  color: #747487;
}
p {
  line-height: 1.5;
}
