.form-page-design {
    background: #f2f2f2;
    width: 100%;
    height: 100vh;
    display: block;
}

.form-stracture {
    max-width: 480px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.form-stracture .tab-content {
    max-height: 100vh;
    padding: 2rem 2rem 1.5625rem;
}

.form-stracture .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.form-stracture .tab-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.form-stracture .tab-content::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.form-stracture .nav-tabs .nav-link {
    background: #f9f9f9;
    color: #636363;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin-bottom: 0;
    padding: 13px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    border: none;
}

.form-stracture .nav-tabs .nav-item {
    width: 48%;
    margin: 0 1%;
}

.form-stracture .nav-tabs {
    border: 0;
    padding: 0rem 2rem 1.5625rem;
    justify-content: center;
}



.form-stracture .nav-tabs .nav-link:hover,
.form-stracture input[type="submit"]:hover,
button:hover {
    background: #024dff;
    color: #fff;
}

.form-stracture .nav-tabs .nav-link.active {
    background: #3FB0FF;
    color: #fff;
}

.form-stracture .tab-content {
    padding-top: 25px;
}

.form-stracture .tab-content input[type="text"] {
    display: block;
    width: 100%;
    height: calc(1em + 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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 1px 0px #DBDBDB;
    border-radius: 5px;
}
.form-stracture .tab-content select {
    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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    height: 55px;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 1px 0px #DBDBDB;
    border-radius: 5px;
}

.form-stracture input[type="submit"],
button {
    width: 100%;
    text-transform: capitalize;
    height: 55px;
    border-radius: 6px;
    background-color: #3eb0ff;
    line-height: 100%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0px;
}

.form-stracture .tab-content br {
    display: none !important;
}

.heading-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 30px 30px 15px 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

/****************/
.product-table {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 30px;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product-table button {
    border: transparent;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.product-table #payform {
    text-align: center;
}

.product-table table td:first-child {
    width: 60%;
}

.product-table table td {
    padding-left: 10px;
}

.product-table h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}

.payment-table {
    height: 70vh;
}

.product-table .table-tr {
    background: #024dff;
    color : #fff;
}

.product-table .table-tr th {
    color : #fff !important;
}

/***************/
.form-stracture .tab-content form label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #666666;
    text-transform: uppercase;
}

.form-stracture .tab-content input::-webkit-input-placeholder {
    /* Edge */
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9D9D9D;
}

.form-stracture .tab-content input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9D9D9D;
}

.form-stracture .tab-content input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9D9D9D;
}



/*********** card  ************/
.hostedfield-wrapper {
    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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    height: 55px;
    border: 1px solid #DBDBDB !important;
    box-shadow: 0px 1px 0px #DBDBDB;
    border-radius: 5px;
}

.float-right.cards_img {
    position: absolute;
    right: 7px;
    top: 12px;
}

.float-right.cards_img img {
    width: 20px;
}


.blink-api-form-stracture {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: relative;
}

header.blink-api-tabs-nav ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}


header.blink-api-tabs-nav ul li.active a {
    background: #3FB0FF;
    color: #fff;
}

header.blink-api-tabs-nav ul li a {
    background: #f9f9f9;
    color: #636363;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin-bottom: 0;
    padding: 13px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    border: none;
    text-decoration: none;
}

.heading-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

header.blink-api-tabs-nav,
.blink-api-tabs-content {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.blink-api-tabs-content label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #666666;
    text-transform: uppercase;
}

.blink-api-tabs-content input[type="text"]{
    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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    height: 55px;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 1px 0px #dbdbdb;
    border-radius: 5px;
}

.blink-api-tabs-content select{
    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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    height: 55px;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 1px 0px #dbdbdb;
    border-radius: 5px;
}

.blink-api-tabs-content {
    height: 85vh;
    

}

.blink-api-tabs-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.blink-api-tabs-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.blink-api-tabs-content::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.blink-api-tabs-content input[type="submit"],
button {
    width: 100%;
    text-transform: capitalize;
    height: 55px;
    border-radius: 6px;
    background-color: #3eb0ff;
    line-height: 100%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0px;
    border-color: #3eb0ff;
}

header.blink-api-tabs-nav ul li a:hover,
.blink-api-tabs-content input[type="submit"]:hover,
button:hover {
    background: #024dff;
    color: #fff;
    border-color: #024dff;
}


ul.blink-api-responsive-tab-heading {
    display: none !important;
}

.responsive-screen ul.blink-api-responsive-tab-heading {
    display: flex !important;
    padding-left: 0;
}

.blink-api-normals-heading {
    display: flex !important;
}

.responsive-screen .blink-api-normals-heading {
    display: none !important;
}

.responsive-screen ul.blink-api-responsive-tab-heading li a {
    padding: 7px;
    font-size: 12px;
}



.responsive-screen .blink-api-tabs-content input{
    height: 44px;
    font-size: 14px;
}

button.select2-selection__choice__remove {
    position: relative;
    width: auto;
    height: auto;
    border-right: 0 !important;
}

.select2-container--default .select2-selection--multiple{position: relative;
    height: 55px;
    margin-bottom: 10px;
    display: flex !important;
    align-items: center;
    border: 1px solid #DBDBDB !important;
    box-shadow: 0px 1px 0px #dbdbdb;
    border-radius: 5px;
}

.select2-container--default .select2-selection--multiple ul{    margin-bottom: 0;}

ul.blink-api-normals-heading li {
    margin-left: 5px;
    margin-right: 5px;
}

.blink-api-tabs-content form br {
    display: none;
}

ul.blink-api-responsive-tab-heading li {
    margin: 5px;
}

.hidden {
    display: none;
}