.control-label {display: none;}

html {
    font-size: 17px;
}

.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-plan-enterprise{
  color:#ffffff;
  background-color: #D05454;
}


.askai-button {
    background:url('../images/logo-long-color-40.png') no-repeat 2px center;
    padding:2px 2px 2px 2px;
}

.plan-basic{
  color:#ffffff;
  background-color: #6e6e6d;
}

.plan-premium{
  color:#ffffff;
  background-color: #6c6f39;
}

.plan-business{
  color:#ffffff;
  background-color: #44AA00;
}

.plan-enterprise{
  color:#ffffff;
  background-color: #0e89b9;
}

.editor-post-inner{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.editor-typography{
  font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.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; 
    }

    .no-label .control-label {
      display: none;
    }
    
  .badge-success{
      color:#ffffff;
      background-color: #306E92;
  }

 .badge-warning{
    color:#ffffff;
    background-color: #ccac1e;
  }

  .badge-danger{
    color:#ffffff;
    background-color: #cc381e;
  }

  .award {
    position: relative;
    width: 216px;
    display: inline-block;
    margin: 40px;
  }
  
  .award .title{
      font-family: sans-serif;
      font-weight: bold;
      font-size: 1.2em;
      position: absolute;
      top: -28px;
      border-radius: 8px 8px 0 0;
      text-align: center;
      width: 100%;
      background: #306E92;
      padding: 20px 0;
    }

  .award .subtitle{
      position: absolute;
      font-family: sans-serif;
      font-size: 1.2em;
      width: 100%;
      text-align: center;
      color: white;
      position: absolute;
      top: 100px;
   }

   .award .title.certified{
    background: red;
   }

   .award .title.first-award{
    background: #3498db;
   }

   .award .title.challenge{
    background: #306E92;
   }

   .greeting-card-bg {
    background: #FD7B8E;
   }

   .greeting-card-text {
    background: #FD4F69;
   }
   
   .grecaptcha-badge { visibility: hidden; }


    
  
  