body {
     background-color: #e7edee;
     font-family: "Ubuntu", sans-serif;
}
 .bg-silver {
     background-color: #dddddd;
}
 .text-fonthead {
     color: #222;
}
 .f-13 {
     font-size: 13px;
}
 .f-12 {
     font-size: 12px;
}
 .down-btn-margin {
     margin-top: 2px !important;
}
 .white-smoke {
     background-color: #f7f7f7 !important;
}
 .btn {
     border-radius: 0;
}
 @media (min-width: 200px) and (max-width: 576px) {
     .chart-mt {
         margin-top: 20px;
    }
    .searchBar{
      display: none;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .btn-margin {
         margin-top: 0px;
    }
     .down-count {
         margin-top: 3px;
    }
     .aks-padding{
          padding-top: 2px;
    }
     .searchBar{
      display: none;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .btn-margin {
         margin-top: 4px;
    }
     .aks-padding{
          padding-top: 9px;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .btn-margin {
         margin-top: 10px;
    }
     .aks-padding{
          padding-top: 14px;
    }
}
 @media (min-width: 1200px) {
     .btn-margin {
         margin-top: 18px;
    }
     .aks-padding{
          padding-top: 20px;
    }
}
 .wrapper {
     border: 1px solid #ddd;
     margin: 0 14px 14px 0;
     float: left;
     cursor: pointer;
}
 .wrapper canvas {
     display: inline-block;
}
 .wrapper span {
     text-align: center;
     background: #ddd;
     display: block;
}
 .wrapper:hover {
     box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
 .fb-color {
     background-color: #3b5998;
}
 .tw-color {
     background-color: #00acee;
}
 .wt-color {
     background-color: #075e54;
}
 .vb-color {
     background-color: #665cac;
}
 .rep-color{
     background-color: gray;
}
 .font-download-btn {
     padding: 0.25rem 0.8rem;
}
 .no-border {
     border-radius: 0;
}
 .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #ececec;
     outline: 0;
     box-shadow: 0 0 0px 0.1rem rgb(231, 237, 238);
}
 .sharebtn {
     padding: 0.25rem 0.8rem;
}
 .font-det {
     font-size: 13px;
     color: #555555;
}
 .table-w-30{
     width: 30%;
}
 .table-w-70{
     width: 70%;
}

.typeahead {
  background-color: #fff;
}



.tt-hint {
  color: #999
}

.tt-menu {
  width: 250px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.browse-letters{
    margin: 0.05rem!important;
    color: #707070;
    background-color: #dddddd;
    border-color: #ffffff;
    border-radius: 0 !important;
 
  }

  .browse-letters:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.browse-letters:not(:disabled):not(.disabled):active{
   color: #f7f7f7;
    background-color: #6c757d;
    border-color: #6c757d;
}

.browse-letters:not(:disabled):not(.disabled):active:focus{
  box-shadow: 0 0 0 0rem rgb(255 255 255 / 0%);
}

.browse-letters.focus, .browse-letters:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #dddddd;
    box-shadow: 0 0 0 0rem rgb(38 143 255 / 0%);
}

.browse-letters:not(:disabled):not(.disabled).active{
        color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

  .font-img-bar:hover{
      filter: grayscale(0%);

  }

   .font-img-bar{
      filter: grayscale(100%);

  }


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    z-index: 999;
    background: #424e4e;
    color: #fff;
    transition: all 0.4s;
    overflow-y: auto;
}

#sidebar.active {
    left: 0;
}



.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    /*opacity: 1;*/
}

#sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #afb7ad;
  display: block;
  transition: 0.3s;
}

#sidebar a:hover {
  color: white;
}

 .aks-border-top{
    border-top: 4px solid #6c757d;
  }
  .aks-copy-border-top{
    border-top: 1px solid #e2e2e2;
  }
  .aks-copy{
    font-size: 0.7rem;
    color: #2f3432;
  }
  .aks-footer-title{
    font-weight: 700;
    color: #2f3432;
    padding-bottom: 1rem;
    margin: 0;
    font-size: .9286rem;
  }
  .text-muted{

    font-size: 14px;
color: #0074ba !important;
  }
  li{
    line-height: 1.714286;
  }
  .aks-border-bottem{
        border-bottom: 1px solid rgba(0,0,0,.05);
  }

   #myloading {
                background: url("../img/loading.svg") no-repeat scroll top center #fff;
                position: absolute;
                height: 100%;
                width: 100%;
            }

            .twitter-typeahead { width: 100%; } 
            


                 @font-face {
  font-family: "UN-Bindumathi-Bold";
  src: url("../../../fonts/unicode/bindu/bindusinhalaonly.eot"); /* IE9 Compat Modes */
  src: url("../../../fonts/unicode/bindu/bindusinhalaonly.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../../fonts/unicode/bindu/bindusinhalaonly.otf") format("opentype"), /* Open Type Font */
    url("../../../fonts/unicode/bindu/bindusinhalaonly.svg") format("svg"), /* Legacy iOS */
    url("../../../fonts/unicode/bindu/bindusinhalaonly.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../../../fonts/unicode/bindu/bindusinhalaonly.woff") format("woff"), /* Modern Browsers */
    url("../../../fonts/unicode/bindu/bindusinhalaonly.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}