/* body {
    margin-top: 10rem;
    background-image: url("/static/yelpVarificationSystem/bg-img.svg");
    background-color: #172331;
    background-attachment:fixed;
    overflow:scroll;
    background-repeat: no-repeat;
  } */
  body {
    background-color: #172331;
    background-image: url("/static/yelpVarificationSystem/bg-img.svg");
    background-position: top 100px left;
    background-repeat: no-repeat;

    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    padding-top: 70px;
    background-attachment: fixed;
  }

  nav ul > li > a.nav-link {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    transition: all .3s ease-out;
  }
  nav ul > li > a.nav-link:hover {
      color: #00AAA2;
      transition: all .3s ease-out;
  }
  a {
      color: #FFFFFF;
      transition: all .3s ease-out;
  }
  a:hover {
      color: #192739;
      text-decoration: none;
      transition: all .3s ease-out;
  }

  .navbar {
    transition: all .3s ease-out;
}
  .navbar.sticky-nav {
    background-color: #192739;
    transition: all .3s ease-out;
}
  /* .row
  {
    display: block;
  } */
  h1, h3, h4 {
     color: #444444;
  }
  h2{
    font-weight: 900 !important;
  }
  h6{
    font-size: 2em !important;
  }
  ul {
    margin: 0;
  }
  
  .bg-steel {
    background-color: #5f788a;
  }

  .masthead {
    min-height: calc(100vh - 240px);
    padding: 50px 0;
}
.title {
    font-size: 36px;
    font-weight: 600;
}
.item-title {
    font-weight: 500;
    font-size: 24px;
}
.form-wrapper {
    background: #192739;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px;
}

/*Radion button style*/
input[type="radio"]{
    visibility: hidden;
    height: 0;
    width: 0;
}

label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    padding: 10px 15px;

    border: 2px solid #00AAA2;
    box-sizing: border-box;
    border-radius: 3px;
    width: 185px;
    transition: all .2s ease-out;
}
  label svg {
      margin-right: 10px;
  }
  input[type="radio"]:checked + label, input[type="radio"]:hover + label{
      background-color: #00AAA2;
      transition: all .2s ease-out;
  }
  /*Radion button style*/
  /*Button style*/
  .radio-btn-group {
      width: 220px;
      display: inline-block;
      padding: 0 18px;
  }
  .btn-theme {
      background-color: #00AAA2;
      border: 2px solid #00AAA2;
      box-sizing: border-box;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 3px;
      padding: 10px 15px;
      width: 184px;
      transition: all .2s ease-out;
      font-weight: bolder;
      font-size: 1em;
      color: white;
  }
  .btn-theme:hover {
      background-color: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #00AAA2;
      transition: all .2s ease-out;
  }
  
   /* .site-header .navbar-nav .nav-link {
    color: #cbd5db;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
   */
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  } 

  .content-section{
    background-color: #efeeeea3 !important;
  }
  .input-group { display:inline-block;}
  
  .img_icon{
    width:25px;
    height:25px;
    padding: 2px
  }
  .btn-outline-primary {
    color: #061850;
    background-color: transparent;
    background-image: none;
    border-color: #87178a;
    font-weight: bold;
    margin-bottom: 10px;
    
}
.dropdown, .dropup {
  position: relative;
}
.navbar.transparent.navbar-inverse .navbar-inner {
  background: rgba(0,0,0,0.4);
}
.navbar-nav > li{
  padding:10px;
}
.rounded
{
  border-radius: 24px !important;
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px 10px;
  width: fit-content;
}
.bg-white
{
  border-radius: 12px !important;
}


@media only screen and (max-height: 685px) {
  nav.navbar.fixed-bottom {
    position: relative;
  }
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
nav.navbar .navbar-toggler {
  border: 1px solid
  rgb(1, 243, 243);
}
nav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6300;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
} 

  /*Footer style*/
  .footer-section {
    background-image: url("/static/yelpVarificationSystem/footer-bg-img.svg");
    background-position: top left;
    background-repeat: no-repeat;
    padding: 115px 0 20px;
}
/*Footer style*/
/*Media style*/
@media only screen and (max-width: 1199px) {
    body {
        font-size: 18px;
    }
    nav ul > li > a.nav-link {
        font-size: 20px;
    }
    .title {
        font-size: 36px;
    }
    .item-title {
        font-size: 28px;
    }
    .form-wrapper {
        padding: 5rem;
    }
    .footer-section {
        padding: 130px 0 20px;
    }
}
@media only screen and (max-width: 991px) {
    body {
        font-size: 16px;
    }
    nav ul > li > a.nav-link {
        font-size: 18px;
    }
    .title {
        font-size: 32px;
    }
    .item-title {
        font-size: 24px;
    }
    .form-wrapper {
        padding: 3rem;
    }
    .footer-section {
        padding: 100px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    nav {
        background-color: #00AAA2;
    }
    nav ul > li > a.nav-link {
        font-size: 16px;
    }
    .title {
        font-size: 28px;
    }
    .item-title {
        font-size: 22px;
    }
    .navbar-toggler {
        border-color: white;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .masthead {
        height: auto;
    }
    .form-wrapper {
        padding: 2rem 1rem;
    }
}
@media only screen and (max-width: 575px) {
    .title {
        font-size: 22px;
    }
    .item-title {
        font-size: 20px;
    }
    .form-wrapper {
        padding: 1.5rem 1rem;
    }
}
/*Media style*/
