.control-label {display: none;}

html {
    font-size: 17px;
}

@media screen and (min-width: 480px) {
  .editor-typography{
		font-size: 17px;
	}
  .ce-block__content, .ce-toolbar__content { max-width:calc(100% - 5px) !important; } .cdx-block { max-width: 100% !important; }
  .ce-popover,.ce-popover--open-top, .ce-popover--opened {padding-bottom: 70px;}
}

@media screen and (min-width: 481px) and (max-width: 600px) {
	.editor-typography {
		font-size: 22px;
	}
  .ce-block__content, .ce-toolbar__content { max-width:calc(100% - 5px) !important; } .cdx-block { max-width: 100% !important; }
  .ce-popover,.ce-popover--open-top, .ce-popover--opened {padding-bottom: 70px;}
}

@media screen and (min-width: 601px) {
	.editor-typography{
		font-size: 26px;
	}
  .ce-block__content, .ce-toolbar__content { max-width:calc(100% - 15px) !important; } .cdx-block { max-width: 100% !important; }
  .ce-popover,.ce-popover--open-top, .ce-popover--opened {padding-bottom: 70px;}
}

.navbar {
    margin-bottom: 30px;
}
textarea{
    font-family: Consolas, Lucida Console, monospace; 
    font-size: large;
}

.loginFixed {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1030;
    margin-top: 15px;
    }

a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}

.askai-color{
    color: #306E92;
}

.askai-text-bg-color{
    color:#ffffff;
    background-color: #306E92;
}

.askai-button {
    background:url('https://livebookai.com/static/images/logo-long-color-40.png') no-repeat 2px center;
    padding:2px 2px 2px 2px;
}

.editor-post-inner{
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
}

.editor-typography{
  font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.editor-typography-mono{
  font-family: Consolas, Lucida Console, monospace;
}

.askai-marker {
    background: #fcf8e3;
    padding: 0.2em;
  }

.askai-answer {
    background: #f4f4f4;
    padding: 3px 0;
}

.askai-more {
    background: #f4f4f4;
    padding: 3px 0;
}

.askai-complete-inline {
}

.askai-save {
}

.askai-rephrase {
}

.askai-summarize {
}

.askai-complete {
}

.askai-complete-inline {
}

.askai-complete-code {
}

.askai-force-link {
}

.askai-float{
	position:fixed;
	bottom:80px;
	right:40px;
  background-color: #fff;
  z-index: 100;
}

.askai-float-button{
	position:fixed;
	bottom:90px;
	right:40px;
  z-index: 100;
}

.askai-float-qrcode{
	position:fixed;
	bottom:80px;
	right:40px;
  z-index: 1030;
}

.askai-float-circle{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:40px;
	background-color: #306E92;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.askai-float-inside{
	margin-top:22px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}


  .post{
      height: 80px;

  }

  .fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .blink_me {
    animation: blinker 3s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  
  /* Navbar dropdown submenu */

  .dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }

    .anyButtonContainer .toggle-switch{
      display:none; 
    }

    .grecaptcha-badge { visibility: hidden; }

    .offcanvas { z-index: 1060; }
    .offcanvas-backdrop { z-index: 1059; }
    
    .editor-container {
      max-width: 100vw;
      word-wrap: break-word;
    }
    
    
    