body{
    background-color: #152149;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    font-size: 1vw;
}



.logo{
    height: 10%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    max-width: 90vw;
}

.demo {
    max-width: 90vw;
}

.text{
    padding:1em;
}

.big{
    font-size: 2em;
}

.content{
    width: 90%;
    
}

.feature-box{
    margin: 0em;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #2f48a8;
}

.feature-box-half{
    width: 50%;
}

.feature-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
    padding-left: 2em;
    padding-right: 2em;
}

.feature-title{
    background-color: #070d24;
    padding: .5em;
    font-size: 1.5em;
}

.feature-image{
    height:auto;
    width:100%
}

button {
    background-color: #2f48a8;
    border: none;
    padding: .5em;
    padding-left: 2em;
    padding-right: 2em;
    margin: .5em;
    color: white;
    font-family: "Ubuntu";
    font-size: 1em;
    border-radius: 0 1em 0 1em;
    transition: background-color 0.1s;
    cursor: pointer;

}

button:hover {
    background-color: #4b67d3;
}

button:disabled {
  background-color: #152149;
  color: #253a8f;
  border-style: solid;
  border-width: 1px;
  cursor: default; }



  textarea {
    background-color: #070d24;
    border: none;
    padding: .5em;
    padding-left: .5em;
    padding-right: .5em;
    margin: .5em;
    color: white;
    font-family: "Ubuntu";
    font-size: 1em;

}

input {
    background-color: #070d24;
    border: none;
    padding: .5em;
    padding-left: .5em;
    padding-right: .5em;
    margin: .5em;
    color: white;
    font-family: "Ubuntu";
    font-size: 1em;

}

.colorInput {
    width: 90%;
    padding: 0;
}


select {
    background-color: #070d24;
    border: none;
    padding: .5em;
    padding-left: .5em;
    padding-right: .5em;
    margin: 10px;
    color: white;
    font-family: "Ubuntu";
    font-size: 1em;

}

.category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    flex-wrap: wrap;
}

.category-options {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: stretch;
    border-radius: 0 1em 0 1em;
    flex-wrap: wrap;
}

.category-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #253a8f;
    margin: .5em;
    padding: .5em;
    border-radius: 0 1em 0 1em;
    flex-wrap: wrap;
}

.controls-horizontal-group{
    display: flex;
}

.category-title {
    vertical-align: middle;
    padding: .5em;
    margin-top: .5em;
    margin-right: 1em;
    border-radius: 0 1em 0 0;
}

.category-group-title {
    vertical-align: middle;
    flex-wrap: wrap;
}

.controls{
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
}

.indev {
    opacity: 20%;
}

.header {
    background-color: #070d24;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-app-region: drag;
    app-region: drag;
}

.header-buffer {
    height: 50px;
}

.header-logo {
    background-image: url("/assets/logo bright_svg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10vw;
    height: 2vw;
    margin: 10px;
}

.mygfxmanager-button {
    height: 1.2vw;
}

.header-title {
    font-weight: bold;
    font-size: 1.5em;
}

.header-title-version {
    font-weight: 500;
    color: #4b67d3;
}

.nav {
    display: flex;
    margin-left: auto;
    -webkit-app-region: no-drag;
    app-region: no-drag;
    overflow: hidden;
}

.nav ul {
    transition: background-color 0.1s;
    margin: 0;
    padding: 1em;
}

.nav ul:hover {
    background-color: #253a8f;
    cursor: pointer;
}

.footer {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    width: 100%;
    bottom: 0;
}

.footer-clock {
    position: fixed;
    right: 1em;
    bottom: .5em;
    display: flex;
}

.footer-clock-text {
    font-weight: bold;
    font-size: 2em;
}

.footer-buffer {
    height: 100px;
}

.console {
    padding: 1em;
    margin-right: -2em;
    background-color: #070d24;
}

.info {
    padding: 1em;
    color: #4b67d3;
    background-color: #152149;
}

a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.edit-shows-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.edit-ticker-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
}



.show-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #253a8f;
    margin: .5em;
    padding: .5em;
    border-radius: 0 1em 0 1em;
    flex-wrap: wrap;
}

.ticker-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #253a8f;
    margin: .5em;
    padding: .5em;
    border-radius: 0 1em 0 1em;
    flex-wrap: wrap;
}

.ticker-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ticker-input-box {
    width: 90%;
    height: 7em;
}

.preview-frame {
    width: 1920px;
    height: 1080px;
    -moz-transform: scale(0.25, 0.25);
    -webkit-transform: scale(0.25, 0.25);
    -o-transform: scale(0.25, 0.25);
    -ms-transform: scale(0.25, 0.25);
    transform: scale(0.25, 0.25);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-color: #000000;
}

.preview{
    position: fixed;
    top: 80px;
    right: -1420px;
}

.preview-title{
    width: 440px;
    padding: 20px;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #2f48a8;
    border-radius: 0 3em 0 0;
}

.login-overlay{
    background-color: #152149;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #253a8f;
    border-radius: 0 1em 0 1em;
    padding: 1em;
}

.login-logo{
    background-image: url("/assets/gfx_wordmark_light@svg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15vw;
    height: 5vw;
    margin: 10px;
}

.login-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-error-field{
    border-radius: 0 1em 0 1em;
    width: 200px;
    text-align: center;
    padding: 1em;
}

.status{
    display: inline;
    background-color: #2f48a8;
    font-weight: bold;
    font-size: .8em;
    padding: .3em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0 1em 0 1em;
    margin-right: 1em;
    animation-name: offairnotify;
    animation-duration: .6s;
    animation-iteration-count: 1;

}

@keyframes onairnotify {
    0% {opacity: 1;}
    25% {opacity: 0;}
    50% {opacity: 1;}
    75% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes offairnotify {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.onair{
    background-color: rgb(224, 29, 29) !important;
    animation-name: onairnotify;
    animation-duration: .6s;
    animation-iteration-count: 1;
}

.hidden{
    display: none !important; 
}

.no-javascript{
    background-color: #152149;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

.loading{
    background-color: #152149;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.no-javascript-text{
    text-align: center;
}

.loading-text{
    text-align: center;
}

.profilePic{

    width:40px;
    min-width: 40px;
    height:40px;
    background-size: contain;
    transition: all 0.2s;
    margin-left: .4em;
    border-radius: 0 1em 0 1em;
    opacity: 100;
    transform: translate(0px,0px)

}


.user {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #253a8f;
    margin-left: auto;
    transition: all 0.1s;
    margin: 0;
    border-radius: 0 0 0 1em;
    overflow: hidden;
    
    
}

.user:hover > .logout{opacity: 100; transform: translate(0px,0px)}  
.user:hover > .profilePic {opacity: .33; transform: translate(-100px,0px)}
.user:hover > .userName {opacity: .33; transform: translate(-100px,0px)}

.logout{
    position: absolute;
    right: 0em;
    opacity: 0;
    padding: 1em;
    transition: all 0.2s;
    transform: translate(100px,0px)

}

.userName{
    padding: 1em;
    opacity: 100;
    transition: all 0.2s;
    transform: translate(0px,0px)

}

.user:hover {
    background-color: #4b67d3;
    cursor: pointer;
}

.inlineTag{
    background-color: #152149;
    padding: .3em;
    border-radius: 4em;
    font-weight: bold;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}

.nav-icon{

    display:none !important;

}

.nav-text{

    display: block
    
}

.warningIconContainer{
}

.good{

    color:rgb(186, 231, 118)

}

.warning{

    color:rgb(248, 174, 14)

}

.bad{

    color:rgb(255, 60, 60)
    
}

.installVisible{
    display: block;
}

.installHidden{
    display: none;
}

.products{
    display: flex;
    flex-direction: column;
    width: 90vw;
    
}

.product-item{
    flex-grow: 1;
    padding: 1em;
    margin: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-radius: 0 1em 0 1em;
}

.product-logo{
    height: 4vw;
    min-height: 52px;
}

.product-ortext {
    justify-content: center;
    text-align: center; }
  
  .product-pricing {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  
  .product-pricing-price {
    font-size: 2em;
    padding: .5em;
    text-align: center; }

    .product-left-group{
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .product-right-group{
        display: flex;
        flex-direction: column;
        align-items: end;
    }

.video-examples-container{
    display: flex;
    width: 100%;
    overflow: hidden;
}

.video-flexchild{
    width:50%;
}

.clients{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 3em;
}

.client-logo{
    height: 7vh;
    margin: 1em;
}

.hero-section{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("/assets/gfxmanager_inuse_ena.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-contents{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #152149c9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes loadingPulse {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

.loading-pulse{
    animation: loadingPulse 2s ease-in-out 0s infinite;
}

@media only screen and (max-width: 1580px) {

    .preview{
        display: none;
    }

    .only-desktop{
        display: none;
    }

}

@media only screen and (max-width: 1280px) {
    body {
        font-size: 1em;
    }

    .login-logo{
        width: 250px;
  height: 100px;
    }

    .feature-box-half{
        width: 100%;
    }

    .feature-box{
        display: block;
    }

    .feature-content{
        height:auto;
    }

    .header-logo{
        width: 140px;
        height: 32px;
    }
  }


@media only screen and (max-width: 1180px) {
    .edit-ticker-container {
        grid-template-columns: 1fr 1fr;
    }

    .header-title {
        padding-left: 1em;
        font-size: 1em;
    }

    .nav-text{

        display:none;
    
    }

    .nav-icon{
        display: block !important;
    }

    .userName{
        display: none;
    }

    .profilePic{
        margin-right: .5em;
    }

    .products{
        display: block;
    }

    .clients{
        display: block;
        padding-bottom: 3em;
    }

}

@media only screen and (max-width: 760px) {
    
    textarea{
        width: 70vw !important;
    }

    input{
        width: 70vw !important;
    }

    .controls-horizontal-group{
        display: block;
    }

    .video-examples-container{
        flex-direction: column;
    }

    .video-flexchild{
        width:100%;
    }

    .product-item{
        flex-direction: column;
    }

    .product-left-group{
        align-items: center;
    }

    .product-right-group{
        align-items: center;
    }

    

}

@media only screen and (max-width: 460px) {
    .edit-ticker-container {
        grid-template-columns: 1fr;
    }

    .footer-clock {
        display: none;
    }

    .nav {
        font-size: .7em;
    }

    .header-title {
        display:none;
        padding-left: 1em;
        font-size: .7em;
    }

    

}



.document{
    padding: 2em;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
}
@media all and (display-mode: standalone) {
    
   

}

@media (display-mode: window-controls-overlay) { 
  
  .header{
      left: env(titlebar-area-x, 0);
      top: env(titlebar-area-y, 0);
      width: env(titlebar-area-width, 100%);
      height: env(titlebar-area-height, 33px);
  }

  .header-title {
      padding-left: 1em;
      font-size: 1em;
  }

  .nav{
      height: env(titlebar-area-height, 33px);
  }

  .nav ul {
      transition: background-color 0.1s;
      margin: 0;
      padding: 0.3em;
      padding-left: 1em;
      padding-right: 1em;
      height: env(titlebar-area-height, 33px);
  }

  .nav-text{

      display:none;
  
  }

  .nav-icon{
      display: block !important;
  }

  .userName{
     
  }

  .profilePic{
      margin-right: .5em;
      width:20px;
      min-width: 20px;
      height:20px;
      border-radius: 1em;
  }

  .header-buffer {
      height: env(titlebar-area-height, 33px);
  }
  
}