html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
    Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.gap-x {
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.gap-y {
  row-gap: 7px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-6 {
  border-radius: 6px;
}

.bg-dark {
  background-color: #272a35;
}

.bg-dark-100 {
  background-color: #373e4e;
}

.fontSize-10 {
  font-size: 10px;
}

.right-50 {
  right: 50px;
}

.left-50 {
  left: 50px;
}

.content-container {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  transition: opacity 1s linear;
}

.main-bg {
  background: linear-gradient(180deg, rgba(0, 255, 237, 0.15) 0%, rgba(255, 255, 255, 0) 100%),
    #0f1115;
  background-image: url(/main-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.app-layout .ant-layout-sider-collapsed {
  min-width: 0 !important;
  width: 0 !important;
  max-width: 0px !important;
  flex: 0 0 0px !important;
}

.app-layout .ant-layout-sider-collapsed .ant-layout-sider-children,
.app-layout .ant-layout-sider-collapsed .ant-menu {
  display: none;
}

.trigger {
  padding: 0 24px;
  font-size: 18px;
  line-height: 64px;
  cursor: pointer;
  transition: color 0.3s;
}

.trigger:hover {
  color: #1890ff;
}

.logo {
  height: 32px;
  margin: 16px;
  background: transparent;
}

.site-layout .site-layout-background {
  background: #fff;
}

.site-layout {
  background: linear-gradient(180deg, rgba(0, 255, 237, 0.15) 0%, rgba(255, 255, 255, 0) 100%),
    #0f1115;
  background-image: url(/main-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}

.site-layout .ant-layout-header {
  padding: 0 20px;
}

.app-layout .ant-menu-item {
  display: flex;
  flex: 1;
  align-items: center;
}

.app-layout .ant-menu-item span {
  margin-right: 0.5rem;
}

.body-content-container {
  min-width: 400px;
}

.left-navigation-menu .ant-layout-sider-children{
  height: 100vh;
  overflow-y: scroll;
}

@media only screen and (max-width: 600px) {
  .nav-icon-section {
    display: flex;
  }

  .flex-1.nav-icon-section{
    flex: unset;
  }

  .start-video-meeting-image{
    display: none;
  }

  .start-meeting-menu{
    margin-left: unset;
  }

  .meeting-modal {
    width: unset;
  }
}

.video {
  max-height: 72vh;
}

.participant-video-list-item {
  min-width: 150px;
}


.start-video-meeting-image {
  width: 55%;
  max-width: 520px;
}

.start-meeting-menu {
  margin-left: -2em;
}

.thumbnail {
  max-width: 673px;
  width: 100%;
}

.content-image {
  background-image: url(/pana.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 510px;
  height: 293px;
  position: relative;
}

.article {
  width: 30%;
  transform: translate(0%, -50%);
}

.text-module {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 44px;
}

.authentication-container .content-image {
  background-image: url(/pana_login.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 726px;
  height: 740px;
  position: relative;
}

.authentication-container .thumbnail {
  max-width: 726px;
}

.authentication-container .authentication-form {
  background: rgba(17, 24, 39, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.authentication-container .text-policy {
  font-size: 8px;
}

.site-form-item-icon {
  color: #fff;
}

.input-bg,
.input-bg input,
.input-bg input:hover {
  background-color: #181a20 !important;
  opacity: 0.8;
  color: #fff;
}

.authentication-form .input-bg input {
  padding-top: 5px;
  padding-bottom: 5px;
}

.authentication-form {
  width: 404px;
  height: 385px;
  margin: 0 auto;
}

.signup-form {
  width: 404px;
  height: 501px;
}

.authentication-form .ant-input-affix-wrapper {
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.authentication-form .ant-input-prefix {
  margin-right: 11px;
}

.new-meeting-block {
  background: rgba(0, 192, 249, 0.48);
}

.join-meeting-block {
  background: rgba(86, 204, 242, 0.6);
}

.schedule-meeting-block {
  background: rgba(0, 192, 249, 0.2);
}

.meeting-modal .input-bg,
.meeting-modal .input-bg input {
  background: #181a20;
  color: #fff;
}

.local-participant video {
  width: 100%;
}

.video-stream-collapse-height,
.gallery-view {
  height: calc(100vh - 64px - 100px);
}

.gallery-view {
  padding: 1.25rem 3rem;
}

.room {
  height: calc(100vh - 64px);
}

.video-stream-footer-height {
  height: 100px;
}

.video-stream video {
  padding: 1.25rem 1rem;
  border-radius: 15px;
}

.participant .video-stream .gallery-item video {
  padding: 0;
  border-radius: 0;
}

.video-stream .gallery-item video {
  margin: 0 auto;
  /*background-color: rgba(55, 65, 81, 0.75);*/
}

.video-stream-footer-with-user-height {
  height: 250px;
}

.video-footer .video-stream h3 {
  border-radius: 15px 15px 0 0;
}

.video-footer .gallery-item {
  /*background-color: rgba(55, 65, 81, 0.75);*/
}

.participant .video-stream video {
  border-radius: 6px;
}

.gallery-item .video-stream video {
  border-radius: 0;
}

.participant-list {
  width: 100%;
  text-align: center;
}

.participant-list li {
  display: inline-block;
  width: calc(20% - 10px);
  margin: 5px;
  float: left;
  height: 135px;
}

.local-participant .participant-list video {
  border-radius: 6px;
}

.wrap-speaker-video {
  margin: 1.25rem 3rem;
}

.video-stream .wrap-speaker-video video {
  padding: 0;
}

.chat-video {
  padding: 30px;
  position: absolute;
  top: 65px;
  right: 0;
  width: 362px;
  background-color: #181a20;
  z-index: 1000;
  color: #fff;
  text-align: right;
  transition: 0.5s;
}

.chat-video #chat-scroll {
  overflow: auto;
}

.chat-video #chat-content {
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 100px;
}

.chat-video #chat-input {
  color: #fff;
  padding: 9px 11px;
}

.chat-input-wrap-height {
  height: 64px;
}

.chat-content-height {
  height: calc(100vh - 300px);
}

.hide-chat-video {
  width: 0;
  transition: 0.5s;
  overflow: hidden;
  padding: 0;
}

.h-footer {
  height: 100px;
}

.h-list-video-footer {
  height: 16vh;
}

.h-video-speaker-collapse {
  height: calc(100vh - 130px - 26vh);
}

.h-video-speaker {
  height: calc(100vh - 130px - 9vh);
}

.invisible.h-0 {
  height: 0 !important;
}

.gallery-view.grid-cols-1 .h-video-stream,
.participant-list .h-video-stream {
  height: 100%;
}

.gallery-view .h-video-stream {
  height: 'auto';
}

.meeting-modal .ant-modal-content {
  background-color: transparent;
}

