html, body {
   font-family: Segoe UI !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #fff !important;
}
#page-wrapper {
    margin: 0 0 0 0px !important;
}
.ellipis {
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
white-space: nowrap;
}
h1 {
  font-size: 56px !important;
  color: #000;
}
.mt-0 {
  margin-top: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.m-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.top-5 {
  margin-top: 5% !important;
}
.mt-1 {
  margin-top: 10px;
}
.mr-1 {
  margin-right: 10px;
}
.mt-4 {
  margin-top: 4rem !important;
}
.w-100 {
    width: 100px !important;
}
.w-100p {
  width: 100% !important;
}
.w-80p {
  width: 80% !important;
}
.w-70p {
  width: 70% !important;
}
.w-25p {
  width: 25% !important;
}
.h-50 {
  height: 50px !important;
}
.f-16 {
  font-size: 16px;
}
.f-30 {
  font-size: 30px;
}
.text-left {
  text-align: left !important;
}
.sub-title {
    text-align: center;
    font-size: 22px;
    width: 300px;
    background: #263A8D;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.home-h1 {
    font-weight: 700;
}
.home-h2 {
    color: #000;
} 
.searchbox-wrap {
    display: flex;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #676A6C;
    border-radius: 10px;
}
.searchbox-wrap input {
    flex: 1;
    padding: 25px 10px;
    font-size: 1.5em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: none;
    border: none;
}
.searchbox-wrap button {
    padding-right: 10px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 0% !important;
}
.searchbox-wrap .button-span {
    margin-left: 10px;
    padding: 18px 65px;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    background-color: #D3764E;
    border-radius: 10px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);
    font-weight: 400;
}
.searchbox-wrap .button-span:hover {
    background-color: #263A8D;
}
.searchbox-wrap input:focus, .searchbox-wrap button:focus {
    outline: none;
}
.search-spinner {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    border: 3px solid rgb(255 255 255 / 30%);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.ladda-button {
    margin-left: 10px;
    padding: 18px 65px;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    background-color: #D3764E !important;
    border-radius: 10px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    border: none;
}
.ladda-button:hover {
   background-color: #263A8D !important;
}
.ladda-sm {
    margin-left: 10px;
    padding: 10px 25px !important;
}
.input-error {
    color: red;
    font-weight: 500;
    font-size: 16px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.home-button.loading #buttonText {
    visibility: hidden;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
/* Apply specifically to buttons */
button:focus {
    outline: none;
}
.breadcrumb-h1 {
/*    color: #263A8D;*/
    font-weight: 700;
    font-size: xxx-large;
    text-align: center !important;
}
.breadcrumb-h2 {
   color: #000 !important;
   text-align: center !important;
}
.page-pb {
  padding-bottom: 5%;
}
.iphone-thumb {
padding: 46px 10px 69px 11px;
float: left;
background: url({{ asset('public/assets/img/bg-iphone.png') }}) top left no-repeat;
}

.ipad-thumb {
padding: 29px 33px 32px;
float: right;
background: url({{ asset('public/assets/img/bg-ipad.png') }}) top left no-repeat;
}
.f-20 {
  font-size: 20px;
}
.f-8 {
  font-size: 8px;
  font-weight: normal;
}
.f-10 {
  font-size: 10px;
  font-weight: normal;
}
.f-12 {
  font-size: 12px;
  font-weight: normal;
}
.bt-none {
  border-top: none !important;
}
.links-table >tbody+tbody {
    border-top: none !important;
}
.unit-group {
    display: block !important;
}
.w-50 {
  width: 50% !important;
}
#seconds {
  font-family: 'Titillium Web';
  font-size: 50px;
  color: #abcd58;
  font-weight: 100;
}
#btn_refresh, #save_pdf {
  font-size: 12px;
  width:100px !important;
  height: 26px !important;
  padding-top: 3px;
  margin-top:6px;
}
.page-seo-content {
    padding-bottom: 3%;
    background: #fff;
}
.page-seo-content .m-t-lg {
  margin-bottom: 50px;
}
.form-short {
  width: 50%;
  margin-left: 25%;
}
.mt-65 {
  margin-top: 65px !important;
}
.w-500 {
  width: 500px;
}
.w-700 {
  width: 700px;
}
.p-10 {
  padding: 10px;
}
.color-grey {
  color: #676a6c !important;
}
.rgb-color-div {
  width:30px;
  height:30px;
}
.sorted-text {
    padding: 10px;
    border: 1px solid lightgrey;
    text-align: justify;
}
.bg-colored {
	background-color: #1C84C6 !important;
}
.bg-blue {
  background-color: #263a8d !important;
  color: #fff;
}
.p-logo {
	padding: 13.5px !important;
}
.toplogo {
	width: 70%;
}
.sidebar-panel {
    display: none;
}
.sidebar-content .wrapper {
    padding-right: 10px !important;
}
#page-wrapper {
   margin-top: 5% !important;
}
#reader {
    width: 100% !important;
    border: none !important;
}
#reader__dashboard_section_csr button {
    background-color: #263a8d !important;
    border-color: #263a8d !important;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    border:none !important;
    color: #fff !important;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.percentage-sign {
    margin-top: 30px;
    font-size: 30px;
}
.form-control, .single-line {
    border: 1px solid #e7e7e7 !important;
/*    box-shadow: 0px 2px 10px 0px #e7e7e7 !important;*/
}
.sub_discount_headings {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px)
#page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px;
}


/* Top Navbar */
nav{
  position: fixed;
  z-index: 99;
  background: #fcfcfc;
  font-family: Inter,sans-serif !important;
  width: 100%;
  margin: auto;
}
nav .wrapper{
  position: relative;
  height: 60px !important;
  line-height: 45px !important;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo {
  text-align: center;
}
.wrapper .logo img {
   width: 80%;
}
.wrapper .logo a{
  color: #464b54;
  font-size: 30px !important;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
  margin: auto;
  padding-left: 0px !important;
}
.desktop-item::after {
    border-style: solid;
    border-width: 0.11em 0.11em 0 0;
    content: '';
    display: inline-block;
    height: 0.40em;
    left: 0.15em;
    position: relative;
    top: 20px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.40em;
    transform: rotate(135deg);
}
.nav-links li {
  list-style: none;
}
.nav-links .up-li {
  list-style: none;
  padding-right:10px;
  padding-left: 10px;
  transition: all 0.5s;
  border-radius: 10px;
}
.drop-menu li a::after {
    content: "\f054";
    opacity: 0;
}
.nav-links .up-li:hover{
  background: #F2F3F6;
  border-radius: 10px;
}
.nav-links li a{
  color: #464b54 !important;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 0px 5px !important;
  transition: all 0.3s ease;
}
.drop-menu li a:hover{
  background: #F2F3F6;
  transition: all 0.5s;
}
.mega-box li a:hover{
  background: #F2F3F6;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  padding-left: 0px;
  background: #ffffff;
  width: 230px;
  line-height:40px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.mega-box .row { 
    margin-left: 0px !important;
}
.drop-menu li a {
  display: block;
  padding: 0 0 0 15px !important;
  font-weight: 400;
  border-radius: 0px;
  font-size: 13px !important;
}
.drop-menu li a:hover::after {
  content: "\1F86A" !important;
  float: right;
  color: #1c84c6;
  font-size: 11px;
  margin-right: 15px;
  opacity: 1;
  transition: all 0.5s ease;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 80%;
  padding: 0 30px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  margin-left: 20%;
}
.mega-4-boxes {
    width:70% !important;
    margin-left: 30% !important;
}
.mega-5-boxes {
    width:80% !important;
    margin-left: 20% !important;
}
.mega-box .content{
  background: #ffffff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(27% - 25px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  font-size: 16px;
  font-weight: 600;
  color: #2d374b;
}
.content .row .mega-links{
  margin-left: -40px;
  padding-left: 0px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0 20px !important;
  font-size: 13px !important;
  border-radius: 0.5rem;
  display: block;
  line-height: 2.75;
  color: #2d374b;
}
.row .mega-links li a::after {
    content: "\1F86A";
    margin-top: 3px;
    opacity: 0;
    float: right;  
    color: #1c84c6;
    font-weight: 900;
    font-size: 11px;
}
.row .mega-links li a:hover{
  color: #2d374b;
  border-radius: 10px;
}
.row .mega-links li a:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
.btn-mob-menu {
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.btn-mob-menu, .close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
  display: none;
}
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  #page-wrapper {
        margin-top: 7% !important;
  }
  .home-h1 {
      font-size: 50px;
  }
  .breadcrumb-h1 {
      font-size: 40px;
  }
  .home-h2, .breadcrumb-h2 {
      font-size: 24px;
  }
  .wrapper .btn {
      display: inline-block !important;
  }
  .form-short {
    margin-left: 0% !important;
    width: 100% !important;
  }
  .form-control, .single-line {
    border: 1px solid #cacaca !important;
  }
  .banner-description {
      margin-top: 20%  !important;
      padding:5% !important;
  }
  .searchbox-wrap .button-span {
    margin-left: 10px;
    padding: 18px 30px;
  }
  .btn-mob-menu {
    display: block;
    color: #7b7b7c !important;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background-color: #fff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #cfcfcf;
  }
  ::-webkit-scrollbar-thumb {
    background: #7e7e7e;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
 /* .nav-links li{
    margin: 15px 10px;
  }*/
  .nav-links li a{
    padding: 0 15px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 50px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked ~ .drop-menu,
  #showDrop-generator:checked ~ .drop-menu,
  #showDrop-encode:checked ~ .drop-menu,
  #showDrop-domain:checked ~ .drop-menu,
  #showDrop-social:checked ~ .drop-menu,
  #showDrop-web:checked ~ .drop-menu,
  #showDrop-seo:checked ~ .drop-menu,
  #showMega2:checked ~ .drop-menu,

  #showDrop-seo-tools:checked ~ .drop-menu,
  #showDrop-web-rank:checked ~ .drop-menu,
  #showDrop-social-media:checked ~ .drop-menu,
  #showDrop-encode-decode-tools:checked ~ .drop-menu,
  #showDrop-generator-tools:checked ~ .drop-menu,
  #showDrop-converter-tools:checked ~ .drop-menu,

  #showDrop-generator-tools:checked ~ .mega-box{
    max-height: 100%;
  }
  #showDrop-converter-tools:checked ~ .mega-box{
    max-height: 100%;
  }
  #showDrop-additional:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #f2f2f2;
  }
  .nav-links .mobile-item::after {
      content: "\2335" !important;
      float: right;
      margin-right: 20px;
      transition: 2s;
      animation: rotate-vertical 1.1s ease-out;
      font-weight: 900;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 14px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
.barcode-show {
  display: -webkit-inline-box;
  margin-bottom: 20px;
}
.iphone-thumb {
    padding: 12px 10px 69px 11px !important;
}
.iphone-thumb img {
    height: 227px !important;
    width: 106px !important; 
    border-radius: 13px !important;
} 
.ipad-thumb {
    padding: 24px 10px 32px !important;
}
.w-100 {
  width: 100%;
  text-align: center;
}



/* Image Rotater CSS  */
.icrop-wrap{
    position:relative
}
.icrop-clip-canv,.icrop-preview-canv{
    display:block
}
.icrop-clip-canv,.icrop-bg{
    position:absolute;
    top:0;
    left:0
}
.icrop-bg{
    background:#000;
    opacity:.5;
    filter:alpha(opacity=50)
}
.icrop-clip-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden
}
.icrop-clip-canv{
    position:absolute;
    top:0;
    left:0
}
.icrop-box{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    display:none;
    cursor:move;
    border:1px dashed #0cf;
    touch-action:none
}
.icrop-transition{
    transition:top .5s,left .5s,width .5s,height .5s
}
.notransition{
    -webkit-transition:none!important;
    -moz-transition:none!important;
    -o-transition:none!important;
    transition:none!important
}
.resize{
    position:absolute;
    z-index:3;
    width:17px;
    height:17px;
    background:#ccc;
    background:rgba(255,255,255,.6);
    border:1px solid #333;
    border-radius:2px
}
.N{
    top:-10px;
    left:-10px
}
.W{
    top:-10px;
    left:-10px
}
.S{
    left:-10px;
    bottom:-10px
}
.E{
    right:-10px;
    top:-10px
}
.N,.S{
    cursor:ns-resize
}
.E,.W{
    cursor:ew-resize
}
.NW,.SE{
    cursor:nw-resize
}
.NE,.SW{
    cursor:ne-resize
}
.NW,.NE{
    top:-10px
}
.SE,.SW{
    bottom:-10px
}
.NW,.SW{
    left:-10px
}
.NE,.SE{
    right:-10px
}
.wrapN,.wrapS{
    position:absolute;
    left:50%
}
.wrapE,.wrapW{
    position:absolute;
    top:50%
}

.file-input{
    position:absolute;
    right:0;
    top:0;
    font-family:helvetica,arial;
    font-size:118px;
    margin:0;
    padding:0;
    cursor:pointer;
    opacity:0
}
.file-button{
    position:relative;
    overflow:hidden;
    direction:ltr
}
.ibox{
    background:#fff;
    border:1px solid #ccc;
    padding:19px;
    border-radius:3px
}
.ibox-title, .ibox-content {
  border: none !important;
}
.clearfix:after,.c-text:after{
    visibility:hidden;
    display:block;
    content:"";
    clear:both;
    height:0
}
/* PAGE */
#ic-cropper-wrap {
/*  margin-left: 25%;*/
}
#ic-cropper-wrap .icrop-wrap{
  margin-top:20px;
}
.ic-btns{
  margin:-5px
}
.ic-btns .but,#ic-auto-crop-padding{
  float:left;
  margin:5px
}
#ic-auto-crop-btn{
  margin-right:-11px;
  border-radius:4px 0 0 4px;
  position:relative;
  z-index:1
}
#ic-auto-crop-padding{
  width:75px;
  height:36px;
  border-radius:0 4px 4px 0;
  padding-left:10px
}

#ic-rotate-btn svg{
  width:28px;
  height:18px;
  float:left;
  color: white;
}
.ic-crop-btn-wrap {
    text-align: center;
}
#ic-crop-btn-wrap{
  margin-top:20px;
  margin-bottom:20px;
}
#ic-download-wrap{
  margin-top:20px
}
#ic-download-btn{
  vertical-align:middle;
  margin-right:10px
}
#ic-download-wrap .select{
  height:34px;
  line-height:34px
}
#ic-download-wrap select{
  line-height:34px
}
#ic-info{
  vertical-align:middle;
  margin-left:10px
}
.ic-hidden{
  display:none
}
.mysql-area pre {
  height: 330px !important;
}
.invalid-word {
  color: red !important;
  cursor: pointer;
}
.valid-word {
  color: #007649 !important;
}
#suggestions-area {
  display: inline-block;
}
.sug-word {
    margin-right: 5px;
    font-weight: bold;
    background: #1c84c6;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
#report_website {
  cursor: pointer;
}
.btn-start {
    border-color: #1c84c6;
    width: 150px;
    height: 150px;
    border: 10px solid #1c84c6;
    border-radius: 50%;
    margin-top: 5%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-start:hover {
  border: 10px solid #14689d;
}
.speed-label {
  color: #1c84c6;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.speed-toparea {
  height:100px
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-left: 40%;
    margin-bottom: 5%;
    display: none;
}
.banner-description {
    background-color: #263A8D;
    color: #fff;
    text-align: center;
    margin-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
}
.btn-success {
  background-color: #263a8d !important;
  border-color: #263a8d !important;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.password-area {
  border-bottom: 5px solid #1c84c6;
  width: 100%;
}
.password-input {
  height: 50px;
  width: 80% !important;
}
.password-icon {
    height: 50px !important;
    width: 10%;
    display: inline-block;
    float: right;
    height: 34px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid lightgrey;
    text-align: center;
    cursor: pointer;
}
.coverter-table td {
   background-color: #e7eaec !important;
}
.table-words-counter {
    text-align: center;
    border-top: 5px solid #263a8d;
    border-bottom: 5px solid #263a8d;
}
.counter-h3 {
    font-size: 30px;
/*    color: #263a8d;*/
}
.counter-h4 {
  font-weight: normal;
}


/* Image drag and drop for compressor/converter */
#image_preview {
    margin-top: 10%;
}
.img-div {
    position: relative;
    width: 100px;
    height: 100px;
    float:left;
    margin-right:5px;
    margin-left:5px;
    margin-bottom:10px;
    margin-top:10px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    max-width: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-div:hover .image {
    opacity: 0.3;
}

.img-div:hover .middle {
    opacity: 1;
}

#drop-area {
  text-align: center;
  border: 2px dashed #ccc;
  width: 100%;
  font-family: sans-serif;
  margin: auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}
.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}
#images {
    display: none;
}


.img-download-mini {
  width:50px;
  height:50px;
}
.converter-type {
  width: 50%;
  display: inline-block;
}
.short-url-area {
  width: 100%;
  margin-top: 50px;
}
.url-input {
  height: 50px;
}
.short-url-input {
  height: 50px;
  width: 88% !important;
}
.strike {
  text-decoration: line-through;
}
.utc-strike {
    background: lightgrey !important;
}
.time-strike {
  filter: brightness(0.9) !important;
}
.time {
   color: #000;
   font-size: 14px;
   font-weight: 400;
}
.time:hover {
   filter: brightness(0.9);
}
.time-day {
    background-color:#d3ecbe;
}
.time-evening {
    background-color: #fff4d6;
}
.time-night {
  background-color: #fbd3e1;
}
.table-tag {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    width: 100px;
    display: inline-block;
}
.currency-tag {
    background-color:#1AB394;
}
.language-tag {
    background-color:#253B8E;
}
.fruits-tag {
    background-color:#E4BB0F;
}
.vegetables-tag {
    background-color:#488b45;
}
.rice-tag {
    background-color: #a2a2a2;
}
.fast-foods-tag {
    background-color: #b49c62;
}
.beans-tag {
    background-color: #1bad9b;
}
.noddles-tag {
    background-color: #a947ce;
}
.snacks-tag {
    background-color: #88be4a;
}
.beverages-tag {
    background-color: #F08216;
}
.sauces-tag {
    background-color: #a50d00;
}
.soups-tag {
    background-color: #DEBB3A;
}
.salads-tag {
    background-color: #de3a73;
}
.nuts-tag {
    background-color: #565656;
}
.eggs-tag {
    background-color: #8a8a8a;
}
.dairy-tag {
    background-color: #beadad;
}
.breads-tag {
    background-color: #c9952f;
}
.meats-tag {
    background-color: #BB644F;
}
.milk-tag {
    background-color: #9bbb7f;
}
.pizza-tag {
    background-color: #CB3B15;
}
.desserts-tag {
    background-color: #4a99cf;
}
.capitalize {
    text-transform: capitalize;
}
.daytime {
    background: #e4bb0f;
    color: #fff;
    font-weight: 600;
    width: 70px;
    text-align: center;
    display: block;
    padding: 5px 10px 5px 10px;
}
.nighttime {
    background: #5f5f5d;
    color: #fff;
    font-weight: 600;
    width: 70px;
    text-align: center;
    display: block;
    padding: 5px 10px 5px 10px;
}
.top-table-search {
    width: 30%;
    float: right;
}
.related-ul li {
  list-style-type: none;
}
.related-ul li a {
    list-style-type: none;
    padding: 10px;
    font-size: 16px;
    font-weight:500;
    color: #263A8D;
    border: 1px solid #eaeaea;
    margin-top: 2px;
/*    box-shadow: 1px 1px 5px 0px lightgrey;*/
    width: 100%;
    display: block;
}
.related-ul li a:hover {
    color: #fff;
    background-color: #263A8D;
}
.related-active {
    color: #fff !important;
    background-color: #263A8D;
}
#sortable {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
#sortable::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 12px;
  color: #525252;
  float: right;
  padding-top: 4px;
}

#sortable.asc::after {
    content: "\f0de";
    font-family: FontAwesome;
    color: #000;
}

#sortable.desc::after {
    content: "\f0dd";
    font-family: FontAwesome;
    color: #000;
}
.text-black {
   color: #000 !important;
}
.bmi-result-area {
    display: none;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}
#bmi_result {
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
#bmi_desc {
  font-size: 16px;
}
.bmi-danger {
    background-color: #C8102E;
}
.bmi-warning {
    background-color: #EBA55C;
}
.bmi-success {
    background-color: #91D19D;
}
.bmi-light {
    background-color: #eceff2 !important;
}
.bg-times {
    background-color: #263A8D;
    color: #fff;
}
.color-area {
  width: 100%;
  margin-top: 5%;
}
.color-box {
    display: inline-block;
    width: 60px;
    height: 100px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
    margin-left: -5px !important;
    overflow: hidden;
}
.color-box:hover {
    width: 120px;
}
.color-box:not(:hover) {
    width: 55px;
}
.color-box span {
    display: none;
}
.color-box:hover span {
    display: block;
    text-align: center;
    align-items: center;
    margin-top: 40px;
    color: #fff;
    font-weight: 600;
}
.gradient {
    height: 50px;
    margin: 5px;
    display: block;
    background: rgb(38, 178, 247);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}
.salt-h3 {
    line-height: 1.5;
    font-weight: 500;
    color: #263A8D;
}
.salt-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.hash-success {
    background-color:#c7ffe0 !important;
    color: #000 !important
}
.input-large {
  font-size: 24px;
  height: 50px;
}
.select-large {
  font-size: 24px;
  height: 50px;
  text-transform: capitalize;
}
.color-result-area {
  display: none;
}
.color-type {
    padding: 10px;
    width: 200px;
    border: 1px solid lightgrey;
    float: right;
    margin-right: 5%;
}
.tr-active, .th-active, .td-active {
    background: #d4d4d4 !important;
    text-align: center !important;
    padding: 10px !important;
    font-size: 16px !important;
    color: #000 !important;
}
.th-full-active  {
    background: #263A8D !important;
    text-align: center !important;
    font-size: 16px !important;
    color:#fff !important;
}
.th-full-green {
    background: #129B12 !important;
    text-align: center !important;
    font-size: 16px !important;
    color:#fff !important;
}
.th-full-grey {
    background: #F5F5F5 !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #676a6c !important;
    text-transform: uppercase;
    font-weight: bold;
}
.tr-full-active th {
  background: #263A8D !important;
  text-align: center !important;
  font-size: 16px !important;
  color:#fff !important;
}
/*shoe size*/

table.GoodResults tr.cref td {
    background: #f8a584;
    font-weight: 700;
    color: #fff;
}
.ukk, .euu, .uss, .auu {
  display: none;
}
.hidden {
  display: none;
}
.cref-highlight {
    background-color: #f8a584;
    color: #fff;
}
.dummy-output-area {
    margin: 2%;
    padding: 2%;
    border: 1px solid lightgrey;
    display: none;
}
#errorid {
    display: none;
    font-weight: 500;
    padding: 10px;
    background-color: #f23e3e;
    color: #fff;
}

/* Search of topbar popover  */
  
.popover__wrapper .fa{
  font-size: 18px;
  margin-top: 4px;
}

.searchbox {
    border-radius: 50%;
    margin-left: 10px;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 5%;
    transform: translate(0, 10px);
    background-color: #fff;
    border-radius: 1px solid #fff;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
}
.popover__wrapper .form-control {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    font-size: 18px;
    border-radius: 0;
    box-shadow: inherit;
    border: 1px solid #adadad;
}
.popover__wrapper .btn-default {
    padding: 5px 9px;
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 18px;
    background: none;
    border: none;
    color: #fff;
    background-color: #263A8D;
    box-shadow: none;
}
.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    width: 400px;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
/* Autocomplete */
.autocomplete {
    position: relative;
    text-transform: capitalize;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    background-color: #263a8d;
    color: #fff !important;
}
.autocomplete-active {
    background-color: #263a8d !important;
    color: #fff !important;
}

/* Rules Canvas */
#ruler {
    margin-top:10px;
}
#canvas {
    width: 100vw;
    margin-bottom:10px
}
#canvas {
    position:absolute;
}
#rulerform {
    width:55% !important;
}
#mark {
    margin-top:30px !important;
}
.mini-img {
  width: 40px;
  height: 40px;
}
.energy-table .types-head td:hover {
    background-color: #f7f7f7;
    border-bottom: 2px solid #263A8D !important;
}
.energy-table .types-head td, .energy-table .types-head td label {
  cursor: pointer;
}
.energy-highlight {
    background-color:#f7f7f7;
    border-bottom: 2px solid #263A8D !important;
}
.radio-toolbar td {
    padding:0px !important;
}
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar label {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.radio-toolbar input[type="radio"]:checked+label {
  color:#fff
}
.radio-toolbar input[type="radio"]+label:hover {
  transition: transform .2s;
  transform: scale(1.2);
}
.text-price {
  font-size: 18px !important;
}
.datetime-tag {
  border-left: 1px solid black;
  padding-left: 10px;
  float: right;

}
#datepicker-start, #datepicker-end {
    width: 20px;
    border: none;
    background: transparent;
    font-size: 15px;
    float: right;
    margin-right: 10px;
    outline: none;
    cursor: pointer !important;
}
#timepicker-start, #timepicker-end {
    width: 30px;
    border: none;
    background: transparent;
    font-size: 14px;
    float: right;
    margin-right: 5px;
    outline: none;
    cursor: pointer !important;
}
.td-tree {
  background: #b2d1ac;
  color: #000;
  text-align: center;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.td-tree .fa {
  font-size: 36px;
}
.td-tree p {
  font-weight: bold;
}
.chart-heading {
    background-color: #253B8E;
    padding: 8px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.chart-table thead tr th, .calories-table thead tr th {
  text-align:center !important;
}
.chart-table tbody tr td {
   text-align: center;
   font-size:16px !important;
}
.calories-table tbody tr td {
   text-align: center;
   font-size:18px !important;
}
.bordered-none thead tr th, .bordered-none tbody tr td {
   border: none !important;
}
.scrollable-table {
    height: 400px;
    overflow: auto;
    display: block;
}
.scrollable-table::-webkit-scrollbar {
  width: 10px;
}
.scrollable-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrollable-table::-webkit-scrollbar-thumb {
  background: #A8A8A8;
}
.scrollable-table::-webkit-scrollbar-thumb:hover {
  background: #939393;
}
.fw-bold {
  font-weight: bold;
}
.custom-height-area {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.show-toggle {
  color: #253B8E;
  margin-top: 4%;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.css-label {
  cursor: pointer;
}
.css-checkbox {
  display: none;
}
.plus-minus .fa-plus {
  color: #fff;
  padding: 4px 5px 3px 5px;
  background-color: #60b560;
  cursor: pointer;
}
.plus-minus .fa-minus {
  color: #fff;
  padding: 4px 5px 3px 5px;
  background-color: #E85764;
  cursor: pointer;
  display: none;
}
.css-checkbox:checked + .css-label .fa-minus {
  display: inline;
}
.css-checkbox:checked + .css-label .fa-plus {
  display: none;
}
#CaloriesModal h3 {
    color: #253B8E !important;
    display: inline-block;
}
.remove-row {
  color: #fff;
  padding: 0px 5px 2px 5px;
  background-color: #E85764;
  cursor: pointer;
}
.modal-total {
  margin-right: 20px;
}
.url-suggessions {
  margin-left: 20%;
  width: 60%;
  box-shadow: 0 0 1px rgb(63 63 63 / 70%) !important;
  border-radius: 0px !important;
}
.input-suggessions {
    margin-left: 27% !important;
    width: 46% !important;
}
.content-tools-ul {
  list-style-type: none;
  padding-left: 0px;
}
.content-tools-ul li {
  padding: 5px;
  font-size: 16px;
  color: #676a6c;
  text-decoration: none;
}
.content-tools-ul li img {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 720px) {
    #page-wrapper {
        margin-top: 20% !important;
    }
    .mega-box {
        width: 100% !important;
        margin-left: 0% !important;
    }
}
 