form#quickshare-form #spreadsheet_url {
    display: block;
}

form#quickshare-form #tags{
    opacity: 1;
}

.d-flex{
    display:flex;
}

.review-date{
    margin-left: 5px;
}

.jdgm-widget-actions-wrapper {
    float: right;
    text-align: right;
    margin-top: 20px;
}

a.jdgm-write-rev-link {
    color: rgb(6, 87, 222);
    background-color: #ffffff;
}

.jdgm-ask-question-btn, .jdgm-write-rev-link, .jdgm-paginate__load-more {
    border: 1px solid currentColor;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
}

.review-heading{
    float: left;
}
.d-none{
    display: none;
}

.jdgm-widget label {
    display: block;
    width: 100%;
    margin: 20px 0 5px 0;
    line-height: 1;
}

.mt-2{
    margin-top: 5px;
}
.mt-1{
    margin-top: 1px;
}

.mt-3{
    margin-top: 15px;
}

.download{
    float: right;
    font-size: 16px;
}
.showcase-title{
    float:left;
}

.justify-content-between{
    justify-content: space-between;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

#search_tag{
    width: 95% !important;
    display: unset;
    margin-left: 5px;
}

/* custom header css */

body {
    font-family: "Heebo",sans-serif;
    color: #585978;
  }

.hero-section-wrapper-2 {
    background: #fff;
    position: relative;
    /* min-height: 83px; */
}


.hero-section-wrapper-2 .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.align-items-center {
    align-items: center !important;
}

.header.header-2 .navbar {
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    transition: all .3s ease-out 0s;
    /*display: flex;*/
    align-items: center;
    margin-bottom: 0px;
    /*justify-content: space-between;*/
  }
  
  .header.header-2 .navbar-brand {
    padding: 0;
  }

  .header.header-2 .navbar-toggler {
    padding: 0;
  }

  .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  }

  .ml-auto {
    margin-left: auto !important;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  ul {
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    padding-left: 0px;
    list-style: none;
  }

  .header.header-2 .navbar-nav .nav-item {
    position: relative;
    margin-right: 40px;
  }

  .header.header-2 .navbar-nav .nav-item a.active {
    color: #2f80ed;
  }

  .header.header-2 .navbar-nav .nav-item a.active::after {
    width: 100%;
  }

  .header.header-2 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #585978;
    transition: all .3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .header.header-2 .navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #2f80ed;
    transition: all .3s ease-out 0s;
    left: 0;
    top: 0;
  }

  .radius-10 {
    border-radius: 10px;
  }
  .button-sm {
    height: 38px !important;
    font-size: 16px !important;
    font-weight: 400;
  }
  .button {
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2f80ed;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    padding: 0 25px;
    overflow: hidden;
  }

  .header.header-2 .navbar-nav .nav-item a:hover, .header.header-2 .navbar-nav .nav-item a.active {
        color: rgb(47, 128, 237);
    }

  .header.header-2 .navbar-nav .nav-item a:hover::after, .header.header-2 .navbar-nav .nav-item a.active::after {
        width: 100%;
      }

  .header.header-2 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #323450;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.register #content{
    padding-top: 85px !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
      }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nav2.w-100, #navbarSupportedContent2.w-100{
    width: 100%;
  }
  .navbar-brand.w-93{
    width: 93% !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .navbar-brand.w-93{
    width: 87% !important;
  }

  #navbarSupportedContent2{
    margin: unset !important;
  }
}
