.vertical-center {
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
    flex-direction: column !important;
}

#main-panel-width {
    width: 100%;
}

.center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.new_class .card {
    border: 1px solid gray;
}

.card-pricing .card-icon i {
    border: 1px solid #2f2a2a !important;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #E6EBF1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #CFD7DF;
}

.StripeElement--invalid {
    border-color: #FA755A;
}

.StripeElement--webkit-autofill {
    background-color: #FEFDE5 !important;
}

#card-errors {
    color: red;
    padding-left: 20px
}

.card-category {
    margin-top: 0px !important;
    padding: 20px 5px 55px 5px !important;
    margin: 0 !important;
    color: white !important;
    height: 100px;
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
    flex-direction: column !important;
    font-size: 20px !important;
}

.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-icon {
    font-size: 15.73em !important;
    color: #e91e63 !important;
}

.sub-icon {
    color: #e91e63 !important;
}
.plan-pricing-icon{
    color: #007E33 !important;
    margin-right: 10px;
    font-size: 1.3em;
}
.plan-pricing-close-icon{
    color: #e91e63 !important;
    margin-right: 10px;
    font-size: 1.3em;
}
.plan-feature{
    padding: 20px 0px 20px 0px !important;
}
.font-bold-title {
    font-weight: bold;
}

.card-wizard .input-group-text {
    padding: 6px 15px 5px !important;
}

.card[data-clickable=true] {
    cursor: pointer;
}

.back-image {
    background: #413c85 !important;
}

.card[data-clickable=true] {
    cursor: pointer;
}

.new_class .card {
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.new_class .card:hover {
    /* transform: scale(1.1); */
    transform: scale(1.03);
}

.hardware-btn-res button {
    padding: 12px 15px !important;
}

.card-wizard .nav.nav-pills .nav-item .nav-link {
    padding: 0px 15px !important;
}
.pricingTable{
    background: #fff;
    font-family: 'Arial, Helvetica, sans-serif' !important;
    text-align: center;
    padding: 20px 0px 20px 0px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
    content: '';
    background: linear-gradient(-45deg,#e91e63,#e91e63,#e91e63,#e91e63);    height: 190px;
    width: 150%;
    outline: 5px solid #fff;
    outline-offset: -10px;
    opacity: 0.9;
    transform: translateX(-50%) rotate(7deg);
    position: absolute;
    left: 50%;
    top: -65px;
    z-index: -1;
}

.pricingTable .pricingTable-header{
    color:#fff;
    margin: 0 0 75px;
}
.pricingTable .title{
    font-size: 40px;
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
    display: inline-block;
}

.card-pricing ul li{
    color: unset !important;
    text-align: left !important;
    display: flex !important;
}
.f_size_xx-large{
    font-size:xx-large;
    font-weight: bold;
}
.f_size_medium{
    font-size: medium;
    font-weight: 600;
}
.description, .card-description, .footer-big p{
    color: unset !important;
}
.pricingTable-header h3{
    margin: 20px 0 0px !important;
}
.p-class-size{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.card-pricing .card-body{
    padding: 15px 5px !important;
}
.card-pricing .card-icon {
    padding: 10px 0 10px 0px;
}
.sub-icon sup{
    font-size: 50% !important;
}
.card-body-height{
    height: 33rem ;
}
@media all and (max-width: 766px) {
    .card-body-height{
        height: auto ;
    }
}
.reCaptchaAlert{
    border: 0;
    border-radius: 3px;
    position: relative;
    padding: 15px 15px;
    line-height: 20px;
    background-color: #f55145;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
/* match the dropdwown title text with other input fields. */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-transform: capitalize;
    font-size: 14px;
}
/* change the color of dropdown option of country state on active and hover */
.bootstrap-select .dropdown-item.active {
    background: #e91e63 !important;
}
.bootstrap-select .dropdown-menu li a:hover{
    background: #9B9999 !important;
}
.softPlan{
    width: 100% !important;
    height: 80% !important;
    cursor: pointer;
}
.choose-bank-desc {
    color: #666;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 35px; }
.form-radio-flex {
justify-content: center;
flex-wrap: wrap;
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-o-flex-wrap: wrap;
-ms-flex-wrap: wrap;
margin: 0 -15px; }
.radio-button{
    display: block;
    margin-left: 48%;
    margin-bottom: 5%;
    cursor: pointer !important;
}
.form-radio-flex .form-radio-item {
    padding: 0 15px;
    margin-bottom: 25px; }
/* .form-radio-flex input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px; } */
.form-radio-flex input + label {
    margin: 0px;
    width: 200px !important;
    height: 200px !important;
    /* width: 100% !important;
    height: 100% !important;  */
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out; }
    /* .form-radio-flex input + label img {
    width: 100% !important;
    height: 100% !important; } */
.form-radio-flex input:checked + label {
    border: 3px solid #000000;
    box-shadow: 5px 5px 3px rgb(98, 103, 99);
    -moz-box-shadow: 5px 5px 3px rgb(26, 83, 41);
    -webkit-box-shadow: 5px 5px 5px rgb(26, 83, 41);
    -khtml-box-shadow: 5px 5px 3px rgb(26, 83, 41);
    z-index: 1; }
.form-radio-flex input:focus + label {
outline: none; }
.businessImages{
/* width: 50px !important;
height: 50px !important; */
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
cursor: not-allowed;
}
.businessImages{
width: 100%;
height: 100%;
cursor: not-allowed;
}
.selection-create{
    cursor: pointer !important;
}
.softDesc{
text-align: center;
font-size: 18px;
font-weight: 600;
}
.softDescLink{
text-align: center;
font-size: 13px;
font-weight: 600;
color: black !important;
}
.softDescLink:hover {  text-decoration: underline; } 
.softDescLink:visited { text-decoration: none; color: black !important; }
a:link { text-decoration: none; }
.printerText{
background: white;
color: #5f0ce5;
font-weight: 800;
margin-bottom: 0;
margin-top: 0;
padding: 5px;
padding-right: 30px;
font-size: large;
padding-left: 30px;
margin: 0;
width: 100%;

/* white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */
}
.printerImage{
width: 90%;
height: 80%;
cursor: not-allowed;
}
.printerImage-create{
    width: 90%;
    height: 80%;
    cursor: default !important;
}
.printerImage-create-radio{
    cursor: default !important;
}
.text-center {
text-align: center !important;
}
.printerTextEdit {
    background: white;
    color: #5f0ce5;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    font-size: large;
    margin: 0;

    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.sc-label-type{
    font-weight: 600;
    font-size: 18px;
  }
  table {
    table-layout: fixed;
    width: 100%;
  }
  
  th,
  td {
    width: 100px;
    overflow: hidden;
    color: black;
  }
  .totalDescription{
    color: black; 
    font-size: 15px;
    font-weight: bold;
  }
  .reposiveTable{
    overflow-x:auto;
  }
/* New Dynamic designing */
.softwareText{
    background: #5F0AE5;
    color: white;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
    padding-top: 11px;
    padding-right: 21px;
    font-size: initial;
    padding-left: 28px;
    margin: 0;
    width: 100%;
    cursor: pointer !important; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .softwareImage{
    width: 100%;
    height: 80%;
    cursor: pointer !important; 
  }

  .firstHardwareText{
    background: black;
    color: white;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
    padding-top: 10px;
    padding-right: 20px;
    font-size: medium;
    padding-left: 29px;
    margin: 0;
    width: 100%;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .firstHardwareImage{
    width: 100%;
    height: 80%;
    cursor: not-allowed; 
  }
  
  .secondHardwareText{
    background: white;
    color: #5707E4;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
    padding-top: 10px;
    padding-right: 19px;
    font-size: medium;
    padding-left: 29px;
    margin: 0;
    width: 100%;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .secondHardwareImage{
    width: 100%;
    height: 80%;
    cursor: not-allowed; 
  }

  .input-group .plus-minus-field {
    position: relative;
    height: 38px;
    left: 0px;
    text-align: center;
    width: 80px;
    display: inline-block;
    font-size: 13px;
    margin: 7px auto;
    resize: vertical;
  }
  .imageMargin{
    margin-left: 30px !important;
  }

  .tooltip-inner {
    width: 60%;
    padding: 6px 0;
    color: #fff;
    text-align: center;
    background-color: black;
    /* position: absolute; */
    bottom: 102%;
    left: 60%;
    margin-left: 4%;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: black !important;
}

.urlDesc{
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0px 5px 0px;
}

.hardwareDetails{
    text-align:center; 
    margin-bottom: 3%;
    font-size:19px;
}
.hardwareSelection{
    text-align:center; 
    font-size:20px;
    font-weight: 500;
    margin-right: 3%;
}