﻿/* Project custom CSS */

html {
    height: 100%;
}


.no-scroll {
    overflow: hidden;
}

body, html {
    font-size: 15px;
    font-weight: 300;
    font-family: Poppins;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

.border_style {
    border-radius: 25px;
}

input {
    text-align: center;
}

.c-more {
    padding-right: 30px;
    padding-left: 30px;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    left: 25%;
}

.btn-success {
    color: #fff !important;
    font-weight: 600;
    background-color: #50be4d;
    border-color: #50be4d;
}

.biggerfont {
    font-size: 24px;
}

.col-bg-white {
    background-image: linear-gradient(135deg, #fff 0%, #cfcfcf 60%, #ececec 100%);
    box-shadow: 0 1rem 1.25rem 0 rgba(163, 163, 163, 0.5), 0 -0.25rem 1.5rem rgb(221, 221, 221) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.4) inset, 0 0.25rem 0.5rem 0 rgb(255, 240, 240) inset;
    opacity: 5;
    border-radius: 17px;
}

    .col-bg-white:active {
        background-image: linear-gradient(135deg, #61e05d 0%, #1ae02b 60%, #61e65d 100%);
        box-shadow: 0 1rem 1.25rem 0 rgba(18, 134, 14, 0.5), 0 -0.25rem 1.5rem rgb(53, 180, 106) inset, 0 0.75rem 0.5rem rgba(255,255,255, 0.4) inset, 0 0.25rem 0.5rem 0 rgb(70, 207, 104) inset;
        opacity: 5;
        border-radius: 17px;
    }

    .col-bg-white:target {
        background-image: linear-gradient(135deg, #61e05d 0%, #1ae02b 60%, #61e65d 100%);
        box-shadow: 0 1rem 1.25rem 0 rgba(18, 134, 14, 0.5), 0 -0.25rem 1.5rem rgb(53, 180, 106) inset, 0 0.75rem 0.5rem rgba(255,255,255, 0.4) inset, 0 0.25rem 0.5rem 0 rgb(70, 207, 104) inset;
        opacity: 5;
        border-radius: 17px;
    }

.form-control.form-control-solid {
    border-radius: 0.85rem !important;
    display: block;
    width: 100%;
    height: calc(2.0em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #b8b8b8;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.title-style {
    background-color: #50be4d;
    color: #fff;
}

/* Text align center in option select inputs */
select {
    text-align: center;
    text-align-last: center;
    /* webkit*/
}

.choosefontoption {
    font-size: 20px;
    font-weight: 600;
}

.choosefontoption2 {
    font-size: 18px;
    font-weight: 600;
}

.custom-card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.custom-card2 {
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.custom-card3 {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.custom-card4 {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-primary {
    background-color: #fff;
}

.btn-outline-success {
    background-color: #fff;
}

/* Stepper CSS */
.bs-stepper-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.bs-stepper-circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 1em;
}

.active .bs-stepper-circle {
    background-color: #007bff;
}

.bs-stepper .line, .bs-stepper-line {
    -ms-flex: 1 0 32px;
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0,0,0,.12);
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.bs-stepper .step-trigger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out,color .15s ease-out;
}

.active .bs-stepper-circle {
    background-color: #007bff;
}

.form-control2 {
    /* display: block; */
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* END:: Stepper CSS */

/* Carousel CSS */

#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

    #myCarousel .carousel-indicators > li {
        width: initial;
        height: initial;
        text-indent: initial;
    }

        #myCarousel .carousel-indicators > li.active img {
            opacity: 0.7;
        }

.dees-margins {
    margin-left: 15px;
    margin-right: 15px;
}

.btn-yesno-custom {
    box-shadow: 3px 4px 0px 0px #9fb4f2;
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    background-color: #7892c2;
    border-radius: 21px;
    border: 2px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    padding: 29px 52px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

    .btn-yesno-custom:hover {
        background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
        background-color: #476e9e;
    }

    .btn-yesno-custom:active {
        position: relative;
        top: 1px;
    }

/* END:: Carousel CSS */

/*-- Modal on the free_processing 03 page --*/

.work-process::after {
    content: "";
    position: absolute;
    background: #f1f3f5;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.work-process:hover::after {
    background: rgb(233 248 255 / 22%);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}

.work-process {
    background-color: #fff;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    box-shadow: 0px 30px 0px -20px #ffffff;
    margin-bottom: 30px;
    border-bottom: 3px solid #607d8b;
    text-align: center;
}

    .work-process i {
        margin: 0 auto;
        display: table;
        background-color: #6c757d;
        width: 70px;
        height: 70px;
        border-radius: 8px;
        font-size: 40px;
        text-align: center;
        color: #fff;
        line-height: 70px;
    }

    .work-process h3 {
        margin: 15px 0px;
    }

        .work-process h3 a {
            font-size: 20px;
            color: #6c757d;
        }

    .work-process p {
        color: #222222;
    }

.collapsetop-margin {
    margin-top: -50px;
}
/*-- END:: Modal on the free_processing 03 page --*/

.badge {
    border-radius: 1.25rem;
}


/* Small devices (landscape phones, 576px and lower)*/
@media (max-width: 767px) {
    .body-bg {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/background2.svg"), linear-gradient(to right, #ffffff, #51be4d80);
        overflow-x: hidden;
        background-size: auto 100%;
    }

    /*controls width and margins on most of the page's central card/box */
    .card-size-margins {
        max-width: 600px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-height {
        min-height: 600px;
    }

    .btn-bot {
        position: absolute;
        margin-left: -50px;
        left: 50%;
        width: 100px;
        bottom: 22px;
    }

    .img-custom-size {
        width: 70px;
    }

    .custom-text-size {
        font-size: 13px;
    }

    .custom-lg-col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .custom-card-height {
        max-height: 300px;
    }

    .left-col-custom-margin {
        margin-top: 0px;
    }

    .custom-right-card {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/flatrate02.svg");
        overflow-y: hidden;
        background-size: cover;
    }

    .custom-left-card {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/freeprocessing02.svg");
        overflow-y: hidden;
        background-size: cover;
    }

    /* payment processing pages */
    .payment-cards {
        box-shadow: 3px 4px 10px 1px #7f7f7f;
        border-radius: 20px;
        margin-bottom: 16px
    }

    .top-margin-1 {
        margin-top: 0px;
    }

    .top-img-size {
        width: 60px;
        margin-top: 0px;
    }

    .main-text {
        margin-top: -3px;
        font-size: 28px;
        font-weight: 600;
        color: #50be4d;
    }

    .sub-header-text {
        font-size: 17px;
        font-weight: 500;
        color: #464545;
        margin-top: -15px;
    }

    .mid-text-size {
        margin-top: 0px;
        font-size: 13px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .mid-text-size2 {
        margin-top: 0px;
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .select-button {
        margin-top: 0px;
    }

    .select-button2 {
        margin-top: 0px;
    }

    .learn-more-btn {
        margin-top: 0px
    }

    .card-01 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments01-2.svg");
        background-size: 80%;
        position: center center;
        background-repeat: no-repeat;
    }

    .card-02 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments02-2.svg");
        background-size: 80%;
        position: fill center;
        background-repeat: no-repeat;
    }

    .card-03 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments03-2.svg");
        background-size: 80%;
        position: fill center;
        background-repeat: no-repeat;
    }

    .card-04 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments04-2.svg");
        background-size: 80%;
        position: fill center;
        background-repeat: no-repeat;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .body-bg {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/background1.svg");
        overflow-x: hidden;
        background-size: cover;
    }

    /*controls width and margins on most of the page's central card/box */
    .card-size-margins {
        max-width: 900px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .card-height {
        min-height: 0px;
    }

    .btn-bot {
        position: none;
        margin-left: none;
        left: none;
        width: 100px;
        bottom: none;
    }

    /* payment processing pages */
    .payment-cards {
        box-shadow: 3px 4px 10px 1px #7f7f7f;
        border-radius: 20px;
        margin-bottom: 16px;
        min-height: 585px;
    }

    .img-custom-size {
        width: 100px;
    }

    .main-text {
        margin-top: 10px;
        font-size: 28px;
        font-weight: 600;
        color: #50be4d;
    }

    .sub-header-text {
        font-size: 20px;
        font-weight: 500;
        color: #464545;
        margin-top: -15px;
    }

    .sub-header-text {
        font-size: 18px;
        font-weight: 500;
        color: #464545;
        margin-top: -15px;
    }

    .custom-text-size {
        font-size: 15px;
    }

    .custom-lg-col {
        padding-right: 16px;
        padding-left: 16px;
    }

    .left-col-custom-margin {
        margin-top: -10px;
    }

    .top-margin-1 {
        margin-top: 20px;
    }

    .top-img-size {
        width: 95px;
        margin-top: 45px;
    }

    .mid-text-size {
        margin-top: 20px;
        font-size: 15px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .mid-text-size2 {
        margin-top: 0px;
        font-size: 15px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .select-button {
        margin-top: 30px;
    }

    .select-button2 {
        margin-top: 47px;
    }

    .learn-more-btn {
        margin-top: 20px
    }
}

.custom-boxes {
    width: 355px;
    height: 80px;
    border: 1px solid #707070;
    background-color: #E3E3E3;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

    .custom-boxes:hover {
        width: 355px;
        border: 1px solid #50BE4D;
        background-color: #FFFFFA;
        border-radius: 5px;
    }

.side-border {
    border-right: 1px solid #707070;
}

    .side-border:hover {
        border-right: 1px solid #50be4d;
    }

.midpagemargin {
    margin-top: 20%;
}


body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 10px;
}

.card-margin-style {
    margin: 0 60px 0 60px;
}

.background-left-style {
    background-image: url(../NewImages/welcomeimg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: center center,center center;
    background-size: cover,cover;
    background-origin: border-box;
    border-color: transparent;
}

.margin-top-leftside {
    margin-top: 50px;
}

.green-tap-text {
    color: #50be4d;
}

.padding-form-style {
    padding: 20px 60px 10px 60px;
}

.form-input-style {
    background-color: #F0F0F0;
    border: 0.5px solid #707070;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.captcha-dummy-style {
    border: 0.5px solid #707070;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-custom-success {
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
}

.font-fine-print {
    font-size: 14px;
}

.height100vh{
    height:100vh;
}

.signupPageSection{
    display: flex;
    justify-content: center;
    align-items: center;
}
.taplocalLogo{
    margin-top:-100px;
}



.firsttimenovalidation {
    display: none;
}

.signInLink a {
    color: #007bff !important;
}

.field-validation-error{
    font-size:1rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/***********************************Responsive Code**************************/
@media (min-width:576px) {
    .signupPageSection .form-label {
        font-size: 15px;
    }

    .background-left-style {
        height: 300px;
    }
    .taplocalLogo {
        margin-top: 0;
    }
    .margin-top-leftside {
        margin-top: 20px;
    }

    .customModal .modal-dialog {
        max-width: 650px;
    }
    .customModal  .form-control {
        height: 50px;
        font-size: 20px;
    }
    
}

@media (min-width:768px) {
    .signupPageSection .form-label {
        font-size: 15px;
    }

    .height100vh {
        height: auto;
    }

    .termsModal .modal-dialog {
        max-width: 1200px;
    }
}


@media (min-width:992px) {
    .signupPageSection .form-label {
        font-size: 16px;
    }
    .background-left-style {
        height: auto;
    }
    .taplocalLogo {
        margin-top: -100px;
    }
    .margin-top-leftside {
        margin-top: 50px;
    }
    .height100vh {
        height: 100vh;
    }
}

@media (min-width:1200px) {
    .signupPageSection .form-label {
        font-size: 18px;
    }

    
}

@media (max-width:575px) {
    .taplocalLogo {
        margin-top: 0px;
    }
    .background-left-style {
        height: 270px;
    }
    .margin-top-leftside h1 {
        font-size: 28px;
    }
    .margin-top-leftside p {
        font-size: 20px;
    }
    .margin-top-leftside {
        margin-top: 0;
    }

    .padding-form-style {
        padding: 20px 20px 10px 20px;
    }
    .customModal .alert {
        font-size: 14px
    }



}
