nav-section {
    display:none;
}

.app {
    border-radius: 10px;
    border: solid;
    border-color: lightgray;
    border-width: 1px;
    transition: .1s;
    height:10vw;
    width:100%
}

.app img {
    max-height:100%;
    opacity: 0.3;
    padding:10px
}

.app span {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
    font-size: 24px;
    font-weight: 300;
}

.app:hover {
    background-color:#F5F5F5;   
}

.app-small {
    border-radius: 10px;
    border: solid;
    border-color: lightgray;
    border-width: 1px;
    transition: .1s;
    width:100%;
    padding:10px;
    /* font-weight:500; */
    display: flex;
    font-family: "CrapcaseText-Bold";
    color: darkslategrey;
    min-height:72px;
}

.app-small img {
    max-height:50px;
}

.app-small span {
    padding-left:5px;
}

.app-small:hover {
    background-color:#F5F5F5;   
}

.row .col {
    padding:.5rem;
}


 /*
  When creating your CSS selector,
  change "brown" to something of your choosing
  */
  .waves-effect.waves-blue .waves-ripple {
   /* The alpha value allows the text and background color
   of the button to still show through. */
    background-color: #5B8DF2;
  }

.row {
    margin-left:20px;
    margin-right:20px;
}

.section-header {
    color: #3c4043;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: x-large;
}


/* Loading Div */
#loader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.6);
    z-index:9999;
    display:block;
}

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

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#5C96FF;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* Loading Div End */

#adminActionButton {
    display:none;
}

.deleteApp {
    position: absolute;
    right: -4px;
    top:-4px;
    z-index: 2;
    color: indianred;
    opacity:0;
    transition: .1s;
    cursor: pointer;
}
.deleteApp:hover{
    opacity:1;
}

.appTile {
    position:relative;
}

.logo {
    display: inline-block;
    height: 100%;
}

.logo>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height:25px;
    margin-left: 30px;
}

.brand-logo {
    font-family: "CrapcaseText-Bold";
}

@font-face {
    font-family: 'CrapcaseText-Bold';
    src: url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Bold.woff2') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Bold.woff') format('woff'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Bold.ttf') format('truetype');
  }

  @font-face {
    font-family: 'CrapcaseText-Regular';
    src: url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Regular.woff2') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Regular.woff') format('woff'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseText-Regular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'CrapcaseDisplay-Medium';
    src: url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseDisplay-Medium.woff2') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseDisplay-Medium.woff') format('woff'),
         url('https://cdn.shopify.com/s/files/1/0149/0065/files/CrapcaseDisplay-Medium.ttf') format('truetype');
  }

  .nav-wrapper {
    background-color: #587CFF;
    z-index: 1000;
  }

  header, main, footer {
    padding-left: 300px;
  }

  @media only screen and (max-width : 992px) {
    header, main, footer {
      padding-left: 0;
    }
  }

  .sidenav {
    padding-top: 73px;
    @media only screen and (min-width: 601px) {
        background-color: transparent;
    }
  }

  .go {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid;
    border-width: 1px;
    display:none;
  }

  #appFilterTitle {
    font-family: "CrapcaseText-Regular";
    font-size:24px;
    margin-top:15px;
  }

#auth {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 40vw;
    /* height: 300px; */
}

.auth-splash {
    font-family: "CrapcaseText-regular";
    font-size: 42px;
    color: #5C96FF;
    display:block;
    width:100%;
}

h4 {
    font-family: "CrapcaseText-regular";
}

.sidenav .divider {
    margin-bottom:8px;
}

#editorjs {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px;
}

#announcementsTitle {
    font-family: "CrapcaseText-Regular";
    font-size:24px;
    margin-top:15px;
  }

.material-tooltip {
    max-width: 300px;
}

.image-tool__caption {
    display:none;
}

#cx-result {
    border-style:solid;
    border-width: 1px;
    border-color: lightgray;
}

#cx-title {
    font-family: "CrapcaseText-Regular";
    font-size:24px;
    margin-top:15px;
  }

  .sidenav.sidenav-fixed {
    z-index: -1;
  }
/* have to overwrite the material ui css z-index */
/* they are both at 997 and since the overlay happens after the header it takes over as the last stacked */
.sidenav-overlay {
  z-index: 990;
}
.switch {
    padding-top:15px;
}

.appName {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}