
.d_line {
    width: 100px;
    height: 3px;
    background-color: #156180;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.page {
    width: 100%;
    height:auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    background-color: #d2d8e0;
    font-family: 'Open Sans', sans-serif;
    min-height: 100vh;
    max-width: 1600px;
    margin: auto;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
}

.outer_box {
    position: relative;
    display: block;
    width: 70%;
    height: min-content;
    border-radius: 8px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    background: white;
    margin-bottom: 3em;
    min-width: 320px;
    margin: 20px auto;
}



.topper_box {
    text-align: center;
    position: relative;
    width: auto;
    height: 300px;
    top: auto;
    background: url("/images/nitish-meena-56691-unsplash.jpg");
    background-size: cover;
    border-radius: 8px 8px 0 0;
    background-position: center;
}

.haspcs .topper_box {
    text-align: center;
    position: relative;
    width: auto;
    height: 300px;
    top: auto;
    background: url("/images/placeholder-restaurants.jpg");
    background-size: cover;
    border-radius: 8px 8px 0 0;
    background-position: center;
}


.topper_box2 {
    text-align: center;
    position: relative;
    width: auto;
    height: 300px;
    top: auto;
    background: url("/images/Chuang_scantoorder.png");
    background-size: cover;
    border-radius: 8px 8px 0 0;
    background-position: center;
}


.topper_box3 {
    text-align: center;
    position: relative;
    width: auto;
    height: 300px;
    top: auto;
    background: url("/images/waitlistPR1800.jpg");
    background-size: cover;
    border-radius: 8px 8px 0 0;
    background-position: center;
}


.endingImg{
    background-image: url(/images/introImg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
    opacity: 0.8;
    margin: 15px 0px;
}

#finish_topper_box{
    background: url("/images/sabri-tuzcu-365440-unsplash.jpg");
    background-size: cover;
}

p {
    margin: 0px;
    border-radius: 8px;
}


.topper_box img {
    max-width: 30%;
    max-height: 30%;
    position: absolute;
    top:50%;
    left: 50%;
    stroke: #ffffff;
    transform: translate(-50%,-50%);
}

.topper_box .logoholder .leftLogo {
    left: 38%;
}

.topper_box .logoholder .rightLogo {
    left: 62%;
    max-width: 25%;
    max-height: 25%;
}

h1 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 26px;
}



.d_line_div {
    width: auto;
    position: relative;
    margin-bottom: 3px;
}

.more_about_buss {
    position: relative;
    margin-top: 1em;
    color:grey;
    margin-bottom: 1em;
}

.head_of_bottom {
    text-align: center;
}

.fill_in {
    margin-top: 0.5em;
    margin-left: 1.5em;
    margin-right: 2em;
/*    margin-bottom: 5em;*/
}

button:focus{
    outline: none;
}

.form_name {
    margin-top: 1em;
    font-size: 18px;
    margin-bottom: 1em;
}

.errorMsg{
    color: #d20000;
    text-align: center;
    display: block;
    margin: 10px;
}

.important{
    color: #d20000;
}

@media only screen and (max-width: 768px){
    .outer_box{
        width: 90%;
    }
}


iframe {
    border: none;
}


form span{
    line-height: 24px;
}

input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
  }
  
  input[type=checkbox] {
    display: none !important;
  }
  
  input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-right: 0.1em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
  }
  
  input[type=checkbox] + label:active:before {
    transform: scale(0);
  }
  
  input[type=checkbox]:checked + label:before {
    background-color: #156180;
    border-color: #156180;
    color: #fff;
  }
  
  input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
  }
  
  input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
  }

  .intro{
      padding: 10px;
  }

  .restInfoBox{
    width: 80%;
    margin: auto;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 20px 5px;
  }

  .restInfoBox p{
    font-size: 19px;
    line-height: 40px;
  }

  .infocontianer{
      text-align: left;
      padding: 10px;
  }

  #processorInfo #card_processor_info input{
      width: 90%;
  }

  #passwordInputBox{
      width: 400px;
  }

.infocontianer input{
    display: block;
    width: 98%;
    margin-bottom: 1em;
    height: 28px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 3px;
}   

.contentHolder {
    padding: 2vw;
    padding-bottom: 3vh;
}


.passwordInputBox{
    border: solid 1px #aaa;
    height: 25px;
    border-radius: 5px;
    padding: 5px;
}

.passwordInputBox:focus {
    outline: none;
}

.go_button button{
    width: 46%;
    margin: 2%;
    height: 40px;
    border-radius: 5px;
    background-color: #156180;
    border: 0px;
}

.width200px {
    width: 200px !important;
}

.go_button {
    margin: 10px;
}

.two_button {
    text-align: center;
    display: flex;
}

.newclients{
    border-radius: 5px;
    /* height: 30px; */
    border: solid 1px #ddd;
    line-height: 30px;
    width: 90%;
    margin: 10px auto;
}

.accountTime{
    float: left;
    line-height: 10px;
    color: #a94442;
    position: absolute;
    left: 0;
}

#verifiedClientsList .selected{
    background-color: #525252;
    color: #fff;
}

.smalltext{
    font-size: 14px;
    margin: 10px;
    color: #616161;
}

.stripe_info table{
    width: 100%;
}

.stripe_info tr{
    width: 100%;
}

.stripe_info td{
    width: 40%;
}

.notVerified .verifiedMark{
    display: none;
}

.verifiedMark{
    display: block;
    background-color: #a94442;
    color: #fff;
    width: 70px;
    height: 20px;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    border-radius: 3px;
    top: -35px;
    left: 78%;
    z-index: 100;
}

.disabled {
    background-color: #9d9d9d;
}