
  html,body{
    background-color: #F5F5EE !important;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Inter", Arial, sans-serif !important;
}

body{
  display: block !important;
  padding-bottom: 32px;
}

br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.body_container {
    transition: filter 0.75s ease-in-out;
    -webkit-transition: filter 0.75s ease-in-out;
}


#ext_lms_scoped_key_check {
    opacity: 0;
    z-index: -1;
    display: inline;
    position: absolute !important;
}


.loading {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    display: block;
    margin: auto;
    border: 4px solid #ddd8;
    border-bottom: 4px solid #268BD2;
    border-left: 4px solid #268BD2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 0.45s linear infinite;
    z-index: 99999999999999999999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 68px;
    padding-bottom: 0px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    z-index: 99999;
    background-color: #F5F5EE;
}

.header .header_top {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background-color: #F5F5EE;
}

.header_bottom * {
  user-select: none;
}


.logo {
    position: relative;
    top: 14px;
    left: 0px;
    display: inline-block;
    background: url('../../assets/farebin_em.png');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 100px;
    padding: 8px 0 8px 48px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.logo:hover, .logo:focus {
  color: #000;
  text-decoration: none;
}


.dp {
    position: absolute;
    top: 14px;
    right: 0px;
    border-radius: 50%;
    border: 1px solid #444;
    width: 32px;
    height: 32px;
    margin: auto;
    overflow: hidden;
    object-fit: cover;
    cursor: pointer;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .header_top .search_bar {
    display: block;
    position: absolute;
    top: 14px;
    left: calc(50% - 225px);
    /* right: 48px; */
    margin: 0;
    height: 32px;
	  width: 450px;
    padding: 11px 24px 10px 24px;
	  background: #FDFDF8 url("../../assets/search-hover.png") !important;
    background-repeat: no-repeat !important;
    background-position: 5px 48% !important;
    background-size: 17px !important;
    border-radius: 6px !important;
    border: none;
    border: 1px solid #aaa;
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 8px -3px #0001;
  }


  .search_bar:focus {
    border-color: #268BD2;
    /* border-color: #ccc !important; */
   }

   .search_bar:-webkit-autofill,
   .search_bar:-webkit-autofill:hover,
   .search_bar:-webkit-autofill:focus,
   .search_bar:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
   }



  .header .header_bottom {
    background-color: #FDFDF8;
    position: relative;
    display: block;
    width: 100% ;
    padding: 0 32px 0 16px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }


  .nav_ul {
    display: inline-block;
    padding: 16px 0;
    list-style: none;
    margin: 0;
  }


  .nav_ul li {
    display: inline-block;
    margin: 0;
    padding: 2px 8px;
    /* min-width: 56px; */
  }

  .nav_ul li a {
    text-decoration: none !important;
    color: #888;
    font-weight: bold;
    cursor: pointer;
  }

  .nav_ul li a:hover {
    text-decoration: none !important;
    color: #268BD2;
    cursor: pointer;
  }

  .nav_ul .active {
    color: #163300;
    border-radius: 4px;
    border: 2px solid #163300;
    /* padding: 2px 10px; */
  }

  .nav_ul .active a:hover {
    cursor: default;
  }

  .nav_ul .active a {
    color: #163300 !important;
    font-weight: bolder;
  }



  .header_bottom .drafts {
    position: absolute;
    top: 12px;
    right: 168px;
    padding: 6px 38px 6px 16px;
    /* padding: 6px 16px; */
    cursor: pointer;
    background: #000;
    background: #000 url("../../assets/draft.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 49%;
  }


  .create_new {
    position: absolute;
    top: 12px;
    right: 32px;
    padding: 6px 32px 6px 16px;
    /* border: 1px solid #268BD2; */
    border-radius: 4px;
    color: #fff;
    /* font-weight: bold; */
    text-decoration: none;
    cursor: pointer;
    background: #111 url("../../assets/chevron-right-light-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 49%;
    opacity: 1;
  }

  .create_new:hover {
    opacity: 1;
    box-shadow: 0 3px 8px -3px #0002;
    background-color: #000;
  }

  .create_new.add_new {
    padding: 6px 38px 6px 16px;
    cursor: pointer;
    background: #111 url("../../assets/create_post_03.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 49%;
  }

  .create_new_home {
    background: #111 url("../../assets/dropdown_light.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
  }

  .create_new:hover, .create_new:focus {
    color: #fff;
    background-color: #000;
    text-decoration: none;
  }


  .create_list {
    display: none;
    position: absolute;
    top: 50px;
    right: 16px;
    list-style: none;
    background-color: #FDFDF8;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 1px 8px 16px -1px #9996;
    overflow: hidden;
    z-index: 9999999;
  }

  .create_list li {
    margin: 0;
    padding: 0 32px 0 0;
    background: url("../../assets/chevron-right-dark-24px.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
  }

  .create_list li:hover {
    background-color: #E5E7EB;
    cursor: pointer;
  }

  .create_list li a {
    display: block;
    text-decoration: none !important;
    color: #444;
    /* font-weight: bold; */
    cursor: pointer;
    min-width: 230px;
    padding: 8px 0px 8px 16px;
  }

  .create_list li a:hover {
    color: #268BD2;
  }


  .create_list li a .shortcut_tip_operator {
    position: relative;
    top: 0;
    color: #888;
    font-size: 11px;
    font-weight: 100 !important;
    display: inline-block;
    /* margin: 1px 5px 0 5px; */
  }


  .create_list li a .shortcut_tip_key {
    position: relative;
    top: 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 1px 4px;
    min-width: 24px;
    box-shadow: 0 3px 8px -3px #0002;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    background: #fff;
    color: #888;
    font-size: 9px;
    font-weight: 100 !important;
    display: inline-block;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
  }


  .create_list li a span {
    display: none !important;
  }


  .create_list li a:hover span {
    display: inline-block !important;
  }






 /* background_overlay */
.background_overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999999999 !important;
    background: #3337;
  }


  /* .install_ext_overlay_blur {
    filter: blur(2px) !important;
    -webkit-filter: blur(2px) !important;
    transition: 0.75s ease-in-out;
    -webkit-transition: 0.75s ease-in-out;
  } */


.profile_div, .sharing_div, .edit_div {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -472px;
    width: 450px;
    background: #fff;
    /* box-shadow: 1px 8px 16px -3px #3336; */
      box-shadow: 1px 32px 40px -3px #0004 !important;
    padding: 0 16px 16px 16px;
    border: 1px solid #eee;
    border-left: 1px solid #666;
    -webkit-transition: right 0.45s;
      -moz-transition:    right 0.45s;
      -ms-transition:     right 0.45s;
      -o-transition:      right 0.45s;
      transition:         right 0.45s;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    line-height: normal !important;
    font-family: Arial, sans-serif !important;
  }



  .profile_div {
      padding: 0 !important;
  }


  .profile_div .top_div {
      background: #fff;
      /* background: linear-gradient(142deg, rgba(36,153,241,1) 0%, rgba(86,99,238,1) 55%, rgba(140,41,236,1) 100%); */
      position: relative !important;
      top: 0;
      margin: 0;
      height: auto;
      display: block;
      overflow-x: hidden !important;
      overflow-y: hidden;
      padding: 0 !important;
      border-bottom: 1px solid #163300;
  }

  .profile_div ul {
      list-style: none;
      padding: 0 16px;
      margin-top: 16px;
  }

  .profile_div ul .settings a {
      background: url('../../assets/settings01.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 13px center;
  }

  .profile_div ul .upgrade_menu a {
      background: url('../../assets/upgrade-icon.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 13px center;
      display: none;
  }

  .profile_div ul .billing a {
      background: url('../../assets/billing.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 13px center;
  }

  .profile_div ul .switch a {
      background: url('../../assets/switch.png');
      background-size: 23px;
      background-repeat: no-repeat;
      background-position: 13px center;
  }

  .profile_div ul .share a {
      background: url('../../assets/link.png');
      background-size: 23px;
      background-repeat: no-repeat;
      background-position: 13px center;
  }

  .profile_div ul .help a {
      background: url('../../assets/help.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 13px center;
  }

  .profile_div ul .signout a {
      background: url('../../assets/signout.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 13px center;
  }

  .profile_div ul li a {
      padding: 16px 16px 16px 66px;
      font-size: 16px;
  }

  .profile_div ul li {
      border-bottom: 1px solid #ddd;
  }


  .profile_div ul li:hover {
      background-color: #f5f5f5;
      cursor: pointer;
  }

  .profile_div ul .main_title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 4px;
      color: #000;
      text-decoration: none;
  }

  .profile_div ul .second_title {
      font-size: 14px;
      margin: 0;
      color: #000;
      text-decoration: none;
  }

  .profile_div ul li a {
    display: block;
    text-decoration: none;
  }


  .profile_div .profile_div_dp {
      border-radius: 50%;
      border: 2px solid #000;
      width: 50px;
      height: 50px;
      display: block;
      margin: 16px;
      overflow: hidden;
      object-fit: cover;
      float: left;
  }

  .profile_div .profile_div_name {
      display: block;
      margin: 24px auto 4px auto;
      text-align: left;
      font-size: 16px;
      font-weight: bold;
      padding: 0 100px 0 0;
      height: 16px;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      color: #163300;
  }

  .profile_div .profile_div_email {
      display: block;
      margin: auto;
      text-align: left;
      padding: 0 100px 0 0;
      font-size: 14px;
      height: 16px;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      color: #000;
  }


  .profile_div .account_type {
      color: #fff;
      position: absolute;
      right: 16px;
      top: 33px;
      cursor: pointer;
  }

  .profile_div .free_tier {
      font-size: 14px;
      color: #fff;
  }

  .profile_div .premium_tier {
      font-size: 12px;
      color: #fff;
      background: green;
      padding: 3px 8px;
      border: 2px solid #000;
      border-width: 1px 2px 2px 1px;
      border-radius: 6px;
  }






  .profile_div .profile_div_bottom {
      display: block;
      border: none;
      border-top: 1px solid #ddd;
      position: absolute;
      bottom: 0px;
      right: 8px;
      left: 8px;
      width: auto;
      margin: 0;
      padding: 16px 0;
      text-align: center;
      font-size: 13px;
      color: #999;
      z-index: 100;
  }

  .profile_div .profile_div_bottom a {
      color: #999;
      text-decoration: none !important;
      padding: 0 6px;
      cursor: pointer !important;
  }

  .profile_div .profile_div_bottom a:hover {
      text-decoration: underline !important;
  }

  .profile_div .plan_heading {
      position: relative;
      display: block;
      margin: auto;
      padding: 32px 0 0 0;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      background: url('../../assets/payment_card.png');
      background-size: 32px auto;
      background-repeat: no-repeat;
      background-position: center top;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }

  .profile_div .plan {
       width: 98%;
       text-align: center;
       border-bottom: 1px solid #ddd;
       line-height: 0.1em;
       margin: 24px auto;
       transition: 0.5s ease-in-out;
       -webkit-transition: 0.5s ease-in-out;
  }

  .profile_div .plan span {
          background: #1a73e8;
          padding: 2px 16px;
          margin: 0;
          font-size: 16px;
          font-weight: bold;
          border: 1px solid #ddd;
          color: #fff;
          box-shadow: 0 5px 10px -3px #0004;
  }










    @media (max-width: 600px) {
      .header .header_top {
        width: 100%;
      }

      .header .header_bottom {
        padding: 0 8px;
      }

      .more_options_div_drafts {
        position: absolute;
        top: 50px !important;
        left: 4px !important;
        right: auto !important;
        width: 224px;
      }

      .logo {
        padding: 8px 0 8px 46px;
        font-size: 12px;
        /* min-width: 40px;
        padding: 8px 0; */
        /* color: transparent; */
      }

      .create_new {
        /* top: 15px; */
        right: 6px;
      }

      .create_new.add_new {
        padding: 6px 38px 6px 10px;
        font-size: 13px;
        background-position: calc(100% - 8px) 49%;
      }


    }



    @media (max-width: 450px) {
      .header .header_top {
        width: calc(100% - 9px);
      }

      .profile_div {
          position: fixed;
          top: 0;
          bottom: 0;
          right: -472px;
          width: 90%;
          z-index: 9999999999999999999999999 !important;
        }
    }
