/*Custom-Css*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

.main {
    background: #fff;
    min-height: auto;
    overflow: visible;
}

.error_field,
.error_lebel,
.error {
    font-size: 12px;
    text-align: left;
    color: #fd003b;
    margin-top: 10px;
    display: flex;
}

.error_field:empty,
.error_lebel:empty {
    margin: 0px;
}

.error:empty {
    margin: 0px;
}

#root,
body,
html {
    height: 100%;
}

a {
    color: #50a8d3;
}

a:hover {
    color: #50a8d3;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-25 {
    font-size: 25px;
}

.wrap {
    padding: 50px 0px 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-76 {
    margin-top: 76px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-99 {
    margin-top: 99px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-107 {
    margin-top: 107px;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-fg {
    margin-bottom: 1.6rem;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-83 {
    margin-bottom: 83px;
}

.p-20 {
    padding: 20px !important;
}

.mt-from-group {
    margin-top: 1.6rem !important;
}

.grey-btn {
    background: #a0aebc !important;
}

.color-grey {
    color: #8e8e8e !important;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.yellow-btn {
    background: #ee7232 !important;
}

.t-white {
    color: #fff;
}

.h-40 {
    min-height: 40px !important;
}

.h-35 {
    min-height: 35px !important;
}

.gap-20 {
    gap: 20px;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-15 {
    font-size: 15px;
}

.hide {
    display: none;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0px);
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}

body::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    outline: 1px solid #fff;
    border-radius: 10px;
}

.scroll-area::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 10px;
    background: #d1d1d1;
}

.scroll-area::-webkit-scrollbar-thumb {
    background-color: #a0aebc;
    outline: 1px solid #fff;
    border-radius: 10px;
}

.modal::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 10px;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;

    border-radius: 10px;
}

.alert {
    padding: 0px 1rem;
    font-size: 14px;
    background: transparent;
    border: 0px;
    margin-bottom: 1rem;
    text-align: center;
    color: #ff0000;
}

button {
    border: 0px;
    padding: 0.375rem 0.75rem;
}

.custom-radio-button .form-group label {
    margin: 0px;
}

.custom-radio-button [type="radio"]:checked,
.custom-radio-button [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio-button [type="radio"]:checked + label,
.custom-radio-button [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font: normal normal normal 15px/24px Open Sans;
    letter-spacing: 0px;
    color: #8e8e8e;
    margin-left: 0px;
}

.custom-radio-button [type="radio"]:checked + label:before,
.custom-radio-button [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    border-radius: 100%;
    background: #fff;
}

.custom-radio-button [type="radio"]:checked + label:after,
.custom-radio-button [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #50a8d3;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio-button [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio-button [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.color-black {
    color: #000 !important;
}

input[type="text"] {
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 35px !important;
    font-style: normal;
    /*line-height: 17px;*/
}

input[type="date"] {
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    color: #8e8e8e;
    box-shadow: none;
    font-style: normal;
    min-height: 35px !important;
    text-transform: uppercase;
}

input[type="email"] {
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 35px !important;
    font-style: normal;
}

input[type="tel"] {
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 35px !important;
    font-style: normal;
    padding-left: 60px;
}

input[type="password"] {
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 35px !important;
    font-style: normal;
}

input[type="number"] {
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 35px !important;
    font-style: normal;
}

input[type="url"] {
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 35px !important;
    font-style: normal;
}

input:focus {
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    border: 0px !important;
    background-color: #F2F2F2;
    color: #707070;
}

label {
    font: normal normal bold 14px Open Sans;
    letter-spacing: 0px;
    color: #707070;

    margin-bottom: 10px;
    margin-left: 15px;
}

.form-group {
    margin-bottom: 1.6rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ee7232;
}

select.form-select {
    border: 1px solid #707070 !important;
    border-radius: 10px !important;

    letter-spacing: 0px;
    color: #777777 !important;
    box-shadow: none;
    min-height: 35px !important;
    padding: 4px 15px !important;

    font-family: Open Sans !important;
    font-style: italic;
    font-size: 15px;
}

#Ecomm_App_Registration select.form-select {
    font-style: normal;
}

textarea {
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #000;
    box-shadow: none;
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    appearance: none;
    /*background-image: linear-gradient(45deg, transparent 50%, #777777 50%), linear-gradient(135deg, #777777 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;*/
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url(https://issuing.merchantservicedepot.com/assets/img/arrow_grey.svg);
    background-size: 11px;
}

select:focus {
    box-shadow: none;
}

form .form-group input::-webkit-input-placeholder {
    /* Edge */
    color: #777777;
    /* font-style: italic;  */
    line-height: 20px;
}

form .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    /* font-style: italic;  */
    line-height: 20px;
}

form .form-group input::placeholder {
    color: #777777;
    /* font-style: italic;  */
    line-height: 20px;
}

form .form-group .left-placeholder input::-webkit-input-placeholder {
    /* Edge */
    text-align: left;
}

form .form-group .left-placeholder input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: left;
}

form .form-group .left-placeholder input::placeholder {
    text-align: left;
}

#gen_location_address_legal::-webkit-input-placeholder {
    /* Edge */
    color: #777777 !important;
    font-style: italic;
}

#gen_location_address_legal:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777 !important;
    font-style: italic;
}

#gen_location_address_legal::placeholder {
    color: #777777 !important;
    font-style: italic;
}

#gen_location_address::-webkit-input-placeholder {
    /* Edge */
    color: #777777 !important;
    font-style: italic;
}

#gen_location_address:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777 !important;
    font-style: italic;
}

#gen_location_address::placeholder {
    color: #777777 !important;
    font-style: italic;
}

form#Ecomm_App_Registration.form-group input::-webkit-input-placeholder {
    font-style: normal;
}

form#Ecomm_App_Registration .form-group input:-ms-input-placeholder {
    font-style: normal;
}

form#Ecomm_App_Registration .form-group input::placeholder {
    font-style: normal;
}

/*form#Ecomm_App_Registration .form-group select {
    font-style: normal;
}*/

.border-grey {
    border: 1px solid #707070 !important;
}

.modal {
    background: #8eceebde 0% 0% no-repeat;
    opacity: 1;
}

.modal-header {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
}

.modal-header .btn-close {
    box-shadow: none;
}

.modal-content {
    background: #ffffff 0% 0% no-repeat;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f2f2f2;

    padding: 0px;
    border-radius: 10px;
}

.modal-body {
    padding: 3rem;
}

.modal-content > svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 9999;
}

.modal-content .close path {
    fill: #afafaf;
}

.btn-group {
    gap: 20px;
}

.site-header {
    width: 100%;
    background-color: #fff;

    padding: 0px 0px;
    -webkit-transition: position 10s;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: position 10s;
}

.site-header img {
    width: 180px;
}

.site-header .sticky {
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    padding: 10px 0px;
}

.site-header .header-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    justify-content: space-between;

    padding: 15px 0px;
}

.header-widgets .right-menu {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-button .btn.exit {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;

    min-width: 127px;
    justify-content: center;
    letter-spacing: 0.15px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-family: Open Sans;
    background: #50a8d3;
    border: 2px solid #50a8d3;
    border-radius: 7px;
    opacity: 1;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
    font-weight: 600;
}

.main-button a {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;

    min-width: 127px;
    justify-content: center;
    letter-spacing: 0.15px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-family: Open Sans;
    background: #50a8d3;
    border: 2px solid #50a8d3;
    border-radius: 10px;
    opacity: 1;
    text-decoration: none;
    font-weight: 600;

    padding: 7px 15px;
    font-size: 14px;
    font-family: Open Sans;
}

.main-button a:hover {
    color: #fff;
    background: #50a8d3a6;
    border: 2px solid #50a8d3a6;
}

.main-button a:focus {
    color: #fff;
    border: 2px solid #a0aebc;
    background-color: #a0aebc;
}

.site-header.sticky.fixed {
    border-bottom: none;
    background-color: #fff;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);

     position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/**Body**/

.inner-header .inner-content h3 {
    color: #50a8d3;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 700;
}

.inner-header .inner-content h1 {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

    font-size: 25px;
    font-family: "Open Sans";
    font-weight: 700;
    margin: 0px;
}

.inner-header .inner-content h1:after {
    content: "";
    display: block;
    width: 360px;
    background-color: #ee7232;
    height: 4px;
    margin: 24px auto;
    margin-bottom: 0px;
    max-width: 100%;
}

.box-area {
    background: #ffffff 0% 0% no-repeat;

    border: 3px solid #f2f2f2;
    border-radius: 31px;
    padding: 50px 35px;
}

.transparent-box-area {
    padding: 30px 25px;
}

.middle-part {
    padding: 30px;
}

.agreement p {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;

    margin-bottom: 0px;
    padding: 0px 50px;
}

.agreement p a {
    color: #50a8d3;
    text-decoration: underline;
    font-family: "Open Sans";
    font-weight: 600;
}

form button {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #ffffff;
}

form button.submit {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #ffffff !important;

    background: #50a8d3;
    z-index: 99;
    border: 0px;

    padding: 10px 0px;
}

form button.submit:hover {
    background: #50a8d3a6;
}

form button.submit.blue-btn-primary {
    background: #50a8d3;
}

form button.submit:focus {
    background: #50a8d3;
}

form button.submit.not-bottom-fixed {
    position: relative;
    border-radius: 10px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 8.5px 0px;
}

/*form button.submit:hover {
    color: #ffffff;
    background: #ee7232 0% 0% no-repeat;
}*/

.req-container {
    box-sizing: border-box;
    padding-left: 15px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.req-container li {
    line-height: 24px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #8e8e8e;
    margin-bottom: 5px;
}

.req-container .glyphicon {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
}

.req-container .glyphicon.glyphicon-remove-circle {
    background: #ee7232;
}

.req-container .glyphicon.glyphicon-remove-circle:after {
    content: "\f00d";
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 5px;
    top: 2px;
    font-size: 12px;
    line-height: 15px;
}

.req-container .glyphicon.glyphicon-ok-circle {
    background: #000;
}

.req-container .glyphicon.glyphicon-ok-circle:after {
    content: "\f00c";
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 4px;
    top: 2px;
    font-size: 11px;
    line-height: 15px;
}

.change-password-form p {
    font: normal normal normal 14px Open Sans;
    color: #000000;
    line-height: 1.4;
}

.new.change-password-form .success-message-show h3 {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 19px;
    font-family: "Open Sans";
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 24px;
}

.success-message-show .box-area {
    padding: 100px 50px;
}

form .box-area > h6 {
    font: normal normal normal 14px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}

/**email Verify **/

.email-verify h6 {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.email-verify h6 a {
    font-family: "Open Sans";
    font-weight: bold;
    text-decoration: none;
}

.email-verify h5 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
}

.email-verify h5 .fw-normal {
    font-family: "Open Sans";
}

.email-verify .box-area h6:nth-child(2) {
    background: #f2f2f2 0% 0% no-repeat;
    border-radius: 10px;
    padding: 8px;
    max-width: 90%;
    margin: 0 auto;
}

.email-verify .box-area h6 a {
    text-decoration: underline;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0px;
    color: #50a8d3;
}

.email-verify h5 a {
    text-decoration: underline;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0px;
    color: #50a8d3;
}

.email-verify .box-area h6:last-child {
    margin: 0px;
}

#getCodeBtn:active {
    background: #ee7232 0% 0% no-repeat;
    border: 0px;
    color: #fff;
}

.userInput {
    display: flex;
    justify-content: center;
    margin: 35px 0px;
}

.ap-otp-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.userInput input {
    height: 76px;
    width: 50px;
    background: #ffffff 0% 0% no-repeat;
    border: 1px solid #707070;
    border-radius: 10px;
    text-align: center;

    font-size: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.userInput input:focus-visible {
    border: 1px solid #ee7232;
    outline: 0;
}

/**account-created**/

.account-created h5 {
    text-align: center;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px;
}

.submit-application a {
    background: #ffffff 0% 0% no-repeat;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f2f2f2;
    border-radius: 31px;
    opacity: 1;
    width: 380px;
    min-height: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.submit-application a h5 span {
    display: block;
    color: #000000;
}

.submit-application a h5 {
    color: #50a8d3;
}

.discover-dashboard a {
    background: #ee7232 0% 0% no-repeat;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 31px;
    width: 380px;
    min-height: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

.discover-dashboard a h5 {
    color: #fff;
}

.account-created a {
    text-decoration: none;
}

/**Sign In **/

.field-icon {
    float: right;
    margin-right: 20px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    height: 35px;

    display: flex;
    align-items: center;
}

.field-icon svg {
    width: 20px;
    height: 20px;
}

.field-icon svg path {
    fill: #50a8d3;
}

svg.eye-close {
    display: none;
}

.field-icon.eye-close svg.eye-close {
    display: block;
}

.field-icon.eye-close svg.eye-open {
    display: none;
}

.forgot-pass {
    text-align: right;
    text-decoration: underline;
    font: italic normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #50a8d3;
    display: block;
    margin-top: 5px;
}

.sign-in-form h5 {
    text-align: center;

    letter-spacing: 0px;
    color: #50a8d3;
    margin: 35px 0px 0px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

.npassform_group_error .field-icon {
    margin-top: -60px;
}

/**one-time-form**/

.one-time-form h6 {
    text-align: center;

    letter-spacing: 0px;
    color: #50a8d3;
    cursor: pointer;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
}

.one-time-form h6 a {
    text-decoration: none;
    font-family: "Open Sans";
    font-weight: bold;
}

form button.send {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;

    background: #ee7232 0% 0% no-repeat;
    width: 100%;
    border-radius: 10px;

    letter-spacing: 0px;
    color: #ffffff;
}

form button.send:hover {
    color: #ffffff;
    background: #ee7232 0% 0% no-repeat;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
}

/**Verify Modal **/

.one-time-login-modal h3 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 19px;

    letter-spacing: 0.3px;
    color: #000;
    text-transform: capitalize;
    margin: 0px;
    line-height: 1;
}

.one-time-login-modal p {
    text-align: left;
    font: normal normal normal 14px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: 25px 0px;
}

.one-time-login-modal .modal-dialog {
    min-width: 650px;
}

.one-time-login-modal .btn-group button:first-child {
    background: #a0aebc 0% 0% no-repeat;
    border-radius: 10px !important;

    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;

    letter-spacing: 0px;
    color: #ffffff;
}

.one-time-login-modal .btn-group button:last-child {
    background: #ee7232 0% 0% no-repeat;
    border-radius: 10px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

/**login-code Verify **/

.login-code-verify h6 {
    text-align: center;

    letter-spacing: 0px;
    color: #000000;
    line-height: 22px;
    font-size: 14px;
}

.dr-email {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
}

.login-code-verify h5 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
}

.login-code-verify .box-area h6:nth-child(2) {
    background: #dddbdbcb;
    border-radius: 10px;
    padding: 8px;
    max-width: 100%;
    margin: 0 auto;
}

.reset-pass-mail-sent .bg-email {
    background: #dddbdbcb;
    border-radius: 10px;
    padding: 8px;
    max-width: 100%;
    margin: 0 auto;
}

.login-code-verify h6.send-ph {
    background: #dddbdbcb;
    border-radius: 10px;
    padding: 8px;
    max-width: 100%;
    margin: 0 auto;
}

.login-code-verify h6 a {
    text-decoration: underline;
    font-family: "Open Sans";

    font-size: 14px;
    letter-spacing: 0px;
    color: #2683db;
    font-weight: bold;
}

.login-code-verify h5 a {
    text-decoration: underline;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #50a8d3;
}

.login-code-verify h6:last-child {
    margin: 0px;
}

/*step-page*/

.card-box .step-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*left-side-start*/
.step-wrap .left-side {
    min-width: 40%;
}

.step-wrap .progress-bar {
    list-style: none;
    /*color:#fff;*/

    font-size: 13px;
    font-weight: 700;
}

.step-wrap .progress-bar li {
    position: relative;
    margin-left: 40px;

    position: relative;

    font: normal normal normal 15px/17px Open Sans;
    letter-spacing: 0px;
    color: #8e8e8e;
    letter-spacing: 0.15px;

    text-transform: capitalize;
    text-align: left;
}

.step-wrap .progress-bar li a {
    color: #a0aebc;
    text-decoration: none;
}

.step-wrap .progress-bar li + li {
    margin-top: 45px;
}

.step-wrap .progress-bar li::before {
    content: "";
    line-height: 25px;
    text-align: center;
    position: absolute;
    height: 16px;
    width: 16px;

    border-radius: 50%;
    left: -38px;
    top: 0px;
    z-index: 10;
    background-color: #a0aebc;
}

.step-wrap .progress-bar li::after {
    content: "";
    position: absolute;
    height: 90px;
    width: 3px;
    background-color: #d1d1d1;
    z-index: 1;
    left: -32px;
    top: -70px;
}

.step-wrap .progress-bar li.active::after {
    background-color: #d1d1d1;
}

.step-wrap .progress-bar li:first-child:after {
    display: none;
}

/*.progress-bar li:last-child:after{*/
/*  display:none;  */
/*}*/

.step-wrap .progress-bar li.active::before {
    background: #ee7232;
}

.step-wrap .progress-bar li.active {
    color: #ee7232;
}

.step-wrap .progress-bar li.active a {
    color: #ee7232;
    text-decoration: none;
}

.step-wrap .progress-bar li.past-active::before {
    background: #50a8d3;
}

.step-wrap .progress-bar li.past-active {
    color: #50a8d3;
}

.step-wrap .progress-bar li.past-active a {
    color: #50a8d3;
    text-decoration: none;
}

/*left-side-end*/

/*right-side-start*/

.step-wrap .right-side {
    min-width: 60%;
    padding-bottom: 80px;
}

.step-wrap .right-side h1 {
    font-family: "Open Sans Bold";
    font-size: 30px;
    letter-spacing: 0.3px;
    color: #50a8d3;
    text-transform: capitalize;
    margin-bottom: 15px !important;
}

.step-wrap .right-side h6 {
    font-family: "Open Sans";
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 35px;
}

.step-wrap .right-side h5 {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
}

.bank-info h5 {
    font-family: "Open Sans" !important;
}

.step-wrap .main {
    display: none;
}

.step-wrap .active {
    display: block;
}

.step-wrap .right-side .title-subline {
    padding-left: 35px;
}

.step-wrap .step-button button {
    background: #fde4af 0% 0% no-repeat;
    border: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0px;
    text-align: center;
    font-size: 25px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0.25px;
    color: #ffffff;
    z-index: 99;
    line-height: 35px;
    padding: 10px 0px;
}

.view-my-fees {
    background: #e2e7eb 0% 0% no-repeat;
    border-radius: 32px;

    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    min-width: 250px;
    border: 0px;
}

.view-my-fees:hover {
    color: #000;
    border: 0px;
    background: #e2e7eb 0% 0% no-repeat;
}

.view-my-fees:focus {
    color: #000;
    border: 0px;
    background: #e2e7eb 0% 0% no-repeat;
}

/*custom-check-box*/

.custom_checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;

    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0;
    width: 18px;
    top: 2px;
    height: 18px;
}

.preferred-c-info .custom_checkbox .form-group input {
    top: 10px;
}

.custom_checkbox .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 30px;
    line-height: 23px;
}

.preferred-c-info .custom_checkbox .form-group label {
    line-height: 23px;
}

.agreement.custom_checkbox label {
    line-height: inherit;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
}

#agree .custom_checkbox label {
    line-height: inherit;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    margin-left: 0px;
}

.custom_checkbox .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #707070;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    margin-top: 2px;
    position: absolute;
    left: 0px;
}

.custom_checkbox .form-group input:checked + label:after {
    content: "";
    display: block;
    top: 5px;
    left: 3px;

    border: none;
    border-width: 0 2px 2px 0;

    background: #0079bf;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 4px;
}

.signature #agree.squared .custom_checkbox .form-group label:before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.signature #agree.squared .custom_checkbox .form-group input:checked + label:after {
    top: 7px;
    left: 3px;

    border-radius: 4px;
}

.radio-style-button {
    display: flex;
    align-items: center;
}

.radio-style-button .button {
    float: left;
    margin: 0 10px 0 0;
    min-width: 150px;
    height: 35px;
    position: relative;
    background: #f2f2f2 0% 0% no-repeat;
    border-radius: 10px;
}

.radio-style-button .button label,
.radio-style-button .button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.radio-style-button .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    cursor: pointer;
}

.radio-style-button .button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    margin: 0px;
    font: normal normal normal 15px/23px Open Sans;
    letter-spacing: 0px;
    color: #000;
}

.radio-style-button .button input[type="radio"]:checked + label {
    background: #50a8d3 0% 0% no-repeat;
    border-radius: 10px;
    color: #fff;
}

.radio-style-button .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    cursor: pointer;
}

.radio-style-button .button input[type="checkbox"]:checked + label {
    background: #50a8d3 0% 0% no-repeat;
    border-radius: 10px;
    color: #fff;
}

.radio-style-button .button input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
    cursor: pointer;
}

.search-with-icon-left {
    position: relative;
}

.search-with-icon-left .btn {
    margin-top: 0px;
}

.search-with-icon-left button {
    position: absolute;
    top: 0;
    left: 60px;
    color: #8e8e8e;
}

.space-with-innertagline {
    background: #d1d1d1 0% 0%;
    border-radius: 20px;
    padding: 7px 40px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.space-with-innertagline h4 {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
}

.input-holder-percentage:after {
    content: "%";
    position: absolute;
    right: 10px;
    top: 8px;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #777777;
}

.dollar_value:before {
    content: "$";
    position: absolute;
    left: 15px;
    top: 8px;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #777777;
}

.schedule-form .input-holder-percentage:after {
    color: #000;
    top: 9px;
}

.schedule-form .dollar_value:before {
    color: #000;
}

.dollar_value input[type="number"] {
    padding-left: 30px;
}

.schedule-form .dollar_value input[type="number"] {
    padding-left: 25px;
}

.transaction-type {
    border: 1px solid #707070;
    border-radius: 10px;
}

.transaction-type .input-holder-percentage input:after {
    right: 36%;
    top: 8px;
    content: "%";
    position: absolute;

    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #777777;
}

.transaction-type .input-holder-percentage:after {
    display: none;
}

.transaction-type input[type="number"] {
    text-align: center;
}

.box-group-title {
    padding-left: 40px;
}

.box-group-title h6 {
    font: normal normal 600 15px/21px Open Sans !important;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 10px !important;
}

/**upload File**/

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.upload-file-text h4 {
    width: 100%;
    display: inline-block;

    color: #000;
    margin: 0px;

    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0px;
}

.ctooltip {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    color: #006080;
    cursor: pointer;
}

.ctooltip .ctooltiptext {
    visibility: hidden;
    position: absolute;
    width: 240px;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 10px;
    font-size: 14px;
}

.ctooltip:hover .ctooltiptext {
    visibility: visible;
    opacity: 1;
}

.ctooltip-right {
    top: -32px;
    right: 130%;
}

.ctooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;

    border-color: transparent transparent transparent #000;
}

.upload-wrapper {
    width: 100%;
    height: 65px;
    display: inline-block;
    position: relative;
}

.drop {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*&:hover
  * cursor: pointer
  * background: #f5f5f5*/
}

.drop .cont {
    width: 500px;
    height: 65px;
    color: #8e99a5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font: normal normal normal 15px/21px Open Sans;
}

.drop .cont i {
    font-size: 400%;
    color: #8e99a5;
    position: relative;
}

.drop .cont .tit {
    font-size: 400%;
    text-transform: uppercase;
}

.drop .cont .desc {
    color: #a4aebb;
}

.drop .cont .browse {
    margin: 0;
    color: #000;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    font: normal normal normal 15px/65px Open Sans;
}

.drop input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.upload-list {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.upload-img-name-full {
    width: 100%;
    display: inline-block;
    color: #50a8d3;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: #f3f3f3 1px solid;
    position: relative;
}

.upload-img-name-full:last-child {
    margin: 0 0 25px 0;
}

.upload-img-name-full img {
    width: 15px;
    margin-right: 15px;
}

.file-name {
    font: normal normal normal 15px/21px Open Sans;
    color: #50a8d3;
    font-weight: bold;
}

.delete-cross {
    position: absolute;
    right: 0;
    text-decoration: none !important;
    background: #f2f2f2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff !important;
    line-height: 15px;
}

/*.supporting-sec-title h6 {
    font-family: "Open Sans Bold" !important;
    font-size: 15px;
    text-align: center;
}*/
.supporting-sec-title h6 a {
    color: #50a8d3;
    text-decoration: underline;
}

/** Success screen**/
/.success-message-show {
    text-align: center;
}

.success-message-show h1 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.3px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 0px;
}



.success-message {
    background: #8eceeb;
}

.success-message-show h6 {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.success-message-show .btn {
    background: #ee7232 0% 0%;
    border-radius: 10px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 220px; margin-top:10px;
}

.success-message-show .btn:focus-visible{

    border: 0px;
    outline: none;
}

.create-logout-modal .btn {
    background: #ee7232 0% 0%;
    border-radius: 10px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    border: 0px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0px 30px;
}

.create-logout-modal .btn:hover {
    background: #ee7232a6;
    
}

/**uploadfailed Modal **/

.fileupload-faild-modal h3 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.3px;
    color: #50a8d3;
    text-transform: capitalize;
    margin: 0px;
}

.fileupload-faild-modal p {
    text-align: left;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: 25px 0px;
}

.fileupload-faild-modal .modal-dialog {
    min-width: 750px;
}

.fileupload-faild-modal .btn-group button:first-child {
    background: #a0aebc 0% 0% no-repeat;
    border-radius: 10px !important;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
}

.fileupload-faild-modal .btn-group button:last-child {
    background: #ee7232 0% 0% no-repeat;
    border-radius: 10px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
}

/**signature step**/

.signature-concent-box {
    background: #ffffff 0% 0%;
    border: 1px solid #707070;
    border-radius: 32px;
    padding: 30px;
    padding-right: 20px;
}

.signature-concent-box .scroll-area {
    max-height: 370px;
    overflow-y: scroll;
    padding-right: 20px;
    overflow-x: hidden;
}

.signature-concent-box ul {
    margin: 0px;
    padding: 0px;
}

.signature-concent-box ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    font-family: "Open Sans";
}

.signature-concent-box ul li:last-child {
    margin-bottom: 0px;
    color: #000;

    letter-spacing: 0px;
    color: #000000;
}

.signature-concent-box ul li:before {
    content: ".";
    font-size: 42px;
    position: absolute;
    left: 0px;
    top: 0;
    line-height: 0px;
}

.signature-concent-box p {
    font: normal normal normal 14px/21px Open Sans;
    color: #000;
}

.signature-concent-box .bank-info {
    background: #f2f2f2 0% 0%;
    border-radius: 30px;
    padding: 25px;
}

.signature-concent-box .bank-info h6 a {
    white-space: nowrap;
}

/** schedule-form **/

.schedule-form .transparent-box-area {
    padding-bottom: 20px;
    padding-top: 20px;
}

.schedule-form h3 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.3px;
    color: #50a8d3;
    margin-top: 0px;
    margin-bottom: 40px;
}

.schedule-form input[type="number"] {
    background: #f2f2f2 0% 0% no-repeat;
    border-radius: 10px;
    border: 0px;
    appearance: textfield;
}

.schedule-form label span {
    font-style: italic;
}

/* help-box*/

.help-box {
    position: fixed;
    bottom: 65px;
    right: 30px;
    z-index: 9;
}

.help-box .help-icon {
    float: right;
    box-shadow: 0px 3px 6px #00000029;
    background: #50a8d3 0% 0%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 8px;
}

.help-box .help-icon img {
    max-width: 100%;
}

.help-box-content {
    display: none;
}

.help-box-content-wrap {
    background: #ffffff 0% 0% no-repeat;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f2f2f2;
    border-radius: 31px;
    padding: 25px;
    margin-bottom: 30px;
    min-width: 360px;
}

.help-box-content-wrap h2 {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.3px;
    color: #50a8d3;
    margin: 0px;
}

.help-box-content-wrap h6 {
    text-align: left;
    font: normal normal normal 15px/23px Open Sans;
    letter-spacing: 0.17px;
    color: #000000;
    margin: 30px 0px 40px;
}

.help-box-content-wrap ul li {
    font: normal normal normal 14px/20px Open Sans;
    letter-spacing: 0.17px;
    color: #000000;
}

.help-box-content-wrap ul li a {
    text-decoration: underline;
    color: #000000;
    font-family: "Open Sans";
    font-weight: bold;
}

.help-box-content-wrap ul li img {
    max-width: 40px;
    margin-right: 20px;
}

.help-icon .icon-2 {
    display: none;
}

.help-icon .icon-1 {
    display: block;
}

.help-icon .close .icon-1 {
    display: none;
}

.help-icon .close .icon-2 {
    display: block;
}

/**payment-terminal**/

.payment-terminal .title_subtitle h1 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3px;
    color: #50a8d3;
    text-transform: capitalize;
    opacity: 1;
    margin: 0px 0px 10px;
}

.payment-terminal .title_subtitle h6 {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px 0px 60px;
}

.payment-terminal .box-area h3 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0px;
}

.payment-terminal .box-area h3 span a {
    text-align: center;
    font: italic normal normal 15px/21px Open Sans;
    letter-spacing: 0.15px;
    color: #777777;
    display: block;
    text-decoration: none;
}

.payment-terminal-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    padding: 25px;
    transition: transform 0.5s ease;
}

.payment-terminal-box img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: contain;
}

.payment-terminal-box a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    text-decoration: none;
}

.payment-terminal .box:hover {
    cursor: pointer;
    border: 4px solid #50a8d3;
    transform: scale(1.1);
}

.payment-terminal-box h5 {
    text-align: center;
    font: normal normal 600 20px/28px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: 30px 0px 0px;
}

/* payment mobile */

.middle label {
    width: 100%;
    margin: 0px;
}

.middle input[type="radio"] {
    display: none;
}

.middle input[type="radio"]:checked + .box {
    border: 5px solid #50a8d3;
}

/*.middle input[type="radio"]:checked + .box span {
    color: white;
    transform: translateY(70px);
}
.middle input[type="radio"]:checked + .box span:before {
    transform: translateY(0px);
    opacity: 1;
}*/
.middle .box {
    width: 100%;
    min-height: 220px;
    background: #ffffff 0% 0%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.5s ease;
    border: 5px solid #fff;
}

.middle .box:active {
    transform: translateY(10px);
}

/*.middle .box span {
    position: absolute;
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1.5em;
    user-select: none;
    color: #007e90;
}
.middle .box span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}*/

.middle .box h4 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    color: #50a8d3;
    text-transform: uppercase;
}

.middle .box h2 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0px;
    color: #ee7232;
}

/*.middle .box h6 {
    text-align: center;
    font-family: "Open Sans Bold";
    font-size: 15px;
    letter-spacing: 0px;
}*/

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.quantity button {
    width: 45px;
    height: 45px;
    background: #777777 0% 0%;
    border-radius: 50%;
    text-align: center;
    font: normal normal 900 22px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
}

.quantity .count {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0px;
    color: #000000;
    border: 0px;
    max-width: 170px;
}

.payment-terminal.payment .custom_checkbox .form-group input {
    top: 2px;
}

.payment-terminal.payment .custom_checkbox .form-group label:before {
    margin-top: 0px;
}

.payment-terminal.payment.gateway .custom_checkbox .form-group label:before {
    margin-top: -1px;
}

.gateway p {
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.gateway .note-text {
    text-align: left;
    font: italic normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #8e8e8e;
}

.form_error input[type="text"] {
    border: 1px solid #f00c;
}

.form_error input[type="password"] {
    border: 1px solid #f00c;
}

.form_error input[type="email"] {
    border: 1px solid #f00c;
}

select.selectedOption {
    color: #000 !important;
    font-style: normal;
}

select.not-selected {
    color: #777777 !important;
    font-style: italic;
}

#fn_error,
#mov_error,
#ln_error,
#it_error {
    font-size: 14px;
    margin-top: 4px;
    display: block;
}

.error_label {
    font-size: 14px !important;
    margin-top: 5px !important;
    display: block;
}

.error_label:empty {
    margin-top: 0px !important;
}

.cpassform_group_error .field-icon {
    margin-top: -55px;
}

.dollar_value_percentage {
    position: absolute;
    left: 8px;
    top: 8px;
    font: normal normal normal 15px Open Sans;
}

.custom_checkbox {
    position: relative;
}

.signature .custom_checkbox .form-group input {
    top: 0;
}

#Ecomm_App_Registration .custom_checkbox .form-group label:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #707070;
}

#Ecomm_App_Registration .custom_checkbox .form-group input:checked + label:after {
    top: 6px;
    left: 4px;

    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#agree .custom_checkbox .form-group label:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #707070;
    margin-top: 4px;
}

#agree .custom_checkbox .form-group input:checked + label:after {
    top: 7px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#agree .custom_checkbox.square .form-group label:before {
    border-radius: 4px;
}

#agree .custom_checkbox.square .form-group input:checked + label:after {
    border-radius: 2px;
}

#Ecomm_App_Registration .custom_checkbox .form-group label {
    font-size: 12px;
    line-height: 15px;
    font-family: "Open Sans";
}

.custom_checkbox .form-group#dba-info label:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #707070;
}

.custom_checkbox .form-group#dba-info input:checked + label:after {
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#dba-info label {
    font-family: "Open Sans";
    font-weight: bold;
}

#accepted-cards .custom_checkbox .form-group label:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #707070;
}

#accepted-cards .custom_checkbox .form-group input:checked + label:after {
    top: 6px;
    left: 4px;

    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#accepted-cards .custom_checkbox .form-group.round-grey input:checked + label:after {
    background: #777777;
}

.form-group.round-grey label {
    color: #777777 !important;
}

.days-take {
    margin-bottom: 1.6rem;
}

.days-take .form-group {
    width: calc(100% / 5);
    float: left;
    margin: 0px;
}

.iti__selected-flag {
    width: 60px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"] {
    padding-left: 95px !important;
}

.iti__arrow {
    border: 0px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #d1d1d1;
    margin-left: 50px !important;
}

.iti__selected-flag {
    background-repeat: no-repeat;
    background-position-y: 53%;
    background-image: url(/app_new/images/select-arrow.svg);
    background-size: 11px;
    background-position-x: 90%;
}

.iti__flag {
    height: 19px !important;

    width: 19px !important;

    background-color: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
}

.iti__flag {
    background-image: none !important;
}

.iti__flag.iti__us {
    box-shadow: none !important;

    background-color: transparent !important;

    background-image: url(/app_new/images/usa-flag.svg) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: 100%;
}

.iti__flag.iti__ca {
    box-shadow: none !important;

    background-color: transparent !important;

    background-image: url(/app_new/images/canada-flag.svg) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: 100%;
}

.value-selected select {
    color: #000 !important;
    font-style: normal;
}

.value-selected select option {
    color: #777777;
    font-style: italic;
}

.value-selected input {
    color: #000 !important;
    font-style: normal;
}

.doll-icon {
    font: normal normal normal 15px Open Sans;
    color: #777777;
}

.value-selected .doll-icon {
    color: #000;
}

.value-selected .dollar_value:before {
    color: #000;
}

.value-selected .input-holder-percentage:after {
    color: #000;
}

.ui-datepicker .ui-datepicker-title {
    display: flex;
    gap: 5px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 50%;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    top: 50%;
    margin-top: 0px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: none;
    background: transparent;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
}

.step-wrap .right-side .signature h1 {
    margin-bottom: 35px !important;
}

.step-wrap .right-side.upload h1 {
    margin-bottom: 35px !important;
}

#timeout .body-content {
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#timeout h3 {
    margin-bottom: 25px;
}

#timeout h2 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.3px;
    color: #50a8d3;
    text-align: center;
    margin-bottom: 20px;
}

#timeout h6 {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 25px;
}

#timeout h3 svg {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 85px;
}

#timeout button {
    background: #ee7232 0% 0%;
    border-radius: 10px;
    text-align: center;

    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
}

#timeout form {
    text-align: left;
    width: 100%;
    max-width: 315px;
    margin-top: 0px;
}

#timeout form button {
    width: 100%;
    min-height: 35px;
}

#timeout .modal-content svg#goto-home {
    top: -15px;
    right: -30px;
    position: absolute;
}

#login-again {
    padding: 15px 0px;
}

#login-again h2 {
    margin-bottom: 15px;
}

#login-again .field-icon {
    float: right;
    margin-right: 14px;
    margin-top: -36px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
}

.success-message-show svg {
    width: 80px;
    position: relative;
    right: 0;
    top: 0;
    height: auto;
}

.text-grey {
    color: #8e8e8e;
}

/**new-equipment**/

.new-equipment {
    padding: 50px 0px 100px 0px;
}

.new-equipment .custom_checkbox .form-group label:before {
    border-radius: 50%;
}

.new-equipment .custom_checkbox .form-group input:checked + label:after {
    width: 12px;
    height: 12px;

    border-radius: 100%;
}

.new-equipment button.nextpage {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.2px;
    color: #ffffff;
    /* background: #ee7232 0% 0% no-repeat; */
    background: #fde4af 0% 0% no-repeat;
    z-index: 99;
    line-height: 35px;
    padding: 10px 0px;
}

.new-equipment .count:focus {
    outline: none;
}

.new-equipment h5 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 28px !important;
}

.new-equipment h6 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 18px;
}

.new-equipment .title_subtitle h1 {
    text-align: center;

    letter-spacing: 0.3px;
    color: #50a8d3;
    text-transform: capitalize;
    opacity: 1;
    margin: 0px 0px 70px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
}

.new-equipment .title_subtitle select {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.new-equipment .title_subtitle h6 {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px 0px 60px;
}

.new-equipment .box-area h3 {
    text-align: center;

    letter-spacing: 0.15px;
    color: #000000;
    margin: 0px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
}

.new-equipment .box-area h3 span a {
    text-align: center;
    font: italic normal normal 15px/21px Open Sans;
    letter-spacing: 0.15px;
    color: #777777;
    display: block;
    text-decoration: none;
}

.new-equipment-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    padding: 50px;
    transition: transform 0.5s ease;
}

.new-equipment-box img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: contain;
    margin-bottom: 70px;
}

.new-equipment-box a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    text-decoration: none;
}

.new-equipment .box:hover {
    cursor: pointer;
    border: 4px solid #50a8d3;
    /*transform: scale(1.1);*/
}

.new-equipment-box h5 {
    text-align: center;
    font-family: "Open Sans ";
    font-weight: bold;
    font-size: 17px;

    letter-spacing: 0px;
    color: #000000;
    margin: 20px 0px;
}

.new-equipment-box h6 {
    text-align: center;
    font-family: "Open Sans" !important;

    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
    font-weight: normal !important;
    font-size: 15px;
    line-height: 22px;
}

.new-equipment .terms_conditions ul {
    margin: 0px;
}

.new-equipment .terms_conditions ul li {
    margin: 0px;
    padding: 0px;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}

.new-equipment .terms_conditions p {
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333;
}

div.default-textarea {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
    outline: 0;
    border: 1px solid #707070;

    display: block;
}

div.default-textarea > .scroller-div {
    width: 100%;
    height: 230px;

    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    overflow-y: auto;
    padding-right: 15px;
}

div.default-textarea > .scroller-div::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 10px;
    background: #c4d6e7;
}

div.default-textarea > .scroller-div::-webkit-scrollbar-thumb {
    background-color: #50a8d3;
    outline: 1px solid #50a8d3;
    border-radius: 10px;
}

.multi-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multi-lists .in-flex a {
    position: relative !important;
    top: 0px !important;
}

#eqp-req-success h3 {
    text-align: center;
    margin: 0px;
}

#eqp-req-success h3 svg {
    width: 85px;
    height: 85px;
}

#eqp-req-success h2 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3px;
    color: #50a8d3;
    margin: 40px 0px 40px;
}

#eqp-req-success p {
    text-align: center;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    margin: 0px;
    color: #8e8e8e;
}

#eqp-req-success p.subhd {
    text-align: center;

    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
    font-family: "Open Sans";
    font-size: 15px;
}

#eqp-req-success .btn {
    background: #ee7232 0% 0%;
    border-radius: 10px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 250px;
    margin-top: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 0;
}

#eqp-req-success .btn:hover {

    background: #ee7232a6;

}


#eqp-req-success .msg-content {
    text-align: center;
}

.value-selected #select2-topic_id-container {
    color: #000 !important;
    font-style: normal;
}

.select2-dropdown {
    border: 0px !important;
    padding: 50px 20px 20px 20px;
    margin-top: -30px;

    background: #f2f2f2 0% 0% !important;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    z-index: 1 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6.5px 20px !important;
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    background: #fff url(https://crm-dev.tcbpay.com/assets/img/search-drop-icon.svg) no-repeat !important;
    background-position: 98% 53% !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent !important;

    letter-spacing: 0px;
    color: #000000;
}

.select2-results__option--selectable {
    font: normal normal normal 15px/21px Open Sans;
    padding: 4px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    margin-top: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 10px;
    background: #fff;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #a0aebc;
    outline: 1px solid #fff;
    border-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: #000 !important;
    background-image: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
}

.select2-container .select2-selection--single {
    position: relative;
    z-index: 2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -4px !important;
}

.forgot-password,
.reset-pass-mail-sent,
.one-time-email-sent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.reset-password-modal.successfull {
    background: #fff;
}

.reset-password-modal.successfull .modal-content {
    padding: 65px;
    text-align: center;
    background: #ffffff 0% 0%;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.reset-password-modal.successfull .modal-content h3 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
    margin-top: 50px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.reset-password-modal.successfull .modal-content p {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    max-width: 60%;
    margin: 40px auto;
}

.reset-password-modal.successfull .modal-content button {
    background: #ee7232 0% 0%;
    border-radius: 10px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    min-width: 135px;
    line-height: 21px;
}

.create-logout-modal .modal-content {
    padding: 65px;
    text-align: center;
}

.create-logout-modal h3 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 19px;
    margin: 50px 0px 30px;
    color: #000;
}

.create-logout-modal svg {
    width: 80px;
}

.create-logout-modal p {
    text-align: center;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;

    margin: 0px;
}

#newEqpReqForm .custom_checkbox .form-group label:before {
    content: "";

    margin-top: 0px;
}

#newEqpReqForm .custom_checkbox .form-group input:checked + label:after {
    content: "";

    top: 3px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 575px) {
    .mobile-mb {
        margin-bottom: 1.6rem !important;
    }

    .mobile-mb-0 {
        margin-bottom: 0;
    }

    .mobile-h-40 {
        min-height: 40px;
    }

    .transparent-box-area {
        padding: 35px 25px;
    }

    .box-area {
        padding: 35px 20px;
    }

    .box-group-title {
        max-width: 80%;
        margin: 35px auto auto;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-device-width: 420px) and (max-device-width: 575px) {
    .sign-in,
    .sign-up {
        padding: 0px 25px;
    }

    /*.box-area,
    .transparent-box-area,
    .middle-part {
        max-width: 80%;
        margin: 0 auto auto;
    }*/

    .top-part.box-area {
        margin: 35px auto auto;
    }

    .box-area.mt-35 {
        margin: 35px auto auto;
    }

    .step-wrap .right-side .title-subline {
        max-width: 80%;
        margin: 35px auto auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .step-wrap .left-side {
        position: relative;
        display: block;
        max-width: 80%;
        margin: 0 auto auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .one-time-login-modal .modal-dialog {
        min-width: 100%;
    }

    .radio-style-button {
        flex-wrap: wrap;
        gap: 5px;
    }

    .space-with-innertagline {
        max-width: 80%;
        margin: 40px auto auto;
    }

    .box-group-title {
        max-width: 80%;
        margin: 35px auto auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .signature-concent-box {
        padding: 35px 25px;

        max-width: 80%;
        margin: 0 auto auto;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 479px) {
    .site-header img {
        max-width: 120px;
    }

    .main-button .btn.exit {
        min-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 12px;
        font-size: 12px;
    }

    .main-button a {
        min-width: 100px;
        padding: 3px 8px;
    }

    /* .box-area,
    .transparent-box-area,
    .middle-part {
        max-width: 90%;
        margin: 0 auto auto;
    }*/
    .top-part.box-area {
        margin: 35px auto auto;
    }

    .box-area.mt-35 {
        margin: 35px auto auto;
    }

    .step-wrap .right-side .title-subline {
        padding-left: 25px;
        padding-right: 25px;
        max-width: 90%;
        margin: 0 auto auto;
    }

    .step-wrap .left-side {
        position: relative;
        display: block;
        max-width: 90%;
        margin: 0 auto auto;
        padding-left: 25px;
    }

    .req-container {
        margin-top: 1.6rem;
        padding-left: 0px;
    }

    .ap-otp-inputs {
        gap: 0;
    }

    .userInput input {
        height: 60px;
        min-width: 35px;
        margin: 0px 5px;
    }

    .card-box .step-wrap {
        flex-direction: column;
    }

    .step-wrap .left-side li a {
        display: block;
        width: 13px;
        overflow: hidden;
        opacity: 0;
        z-index: 99;
        position: relative;
    }

    .step-wrap .right-side {
        margin-bottom: 35px;
        min-width: 100%;
        width: 100%;
    }

    .req-container li:last-child {
        margin-bottom: 0px;
    }

    .help-box {
        right: 15px;
    }

    .custom_checkbox {
        flex-direction: column;
        gap: 10px;
        flex-wrap: wrap;
    }

    .days-take .d-flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .days-take .form-group {
        width: 100%;
    }

    .mb-0.fgmb {
        margin-bottom: 1.6rem !important;
    }

    .one-time-login-modal .modal-dialog {
        min-width: 100%;
        margin: auto;
    }

    .one-time-login-modal .btn-group button {
        padding: 5px 10px;
    }

    .radio-style-button {
        flex-wrap: wrap;
        gap: 10px;
    }

    .radio-style-button .button {
        min-width: 100px;
    }

    .space-with-innertagline {
        max-width: 100%;
        margin: 40px auto auto;
    }

    .days-take .form-group {
        width: calc(100% / 3);
    }

    .step-wrap .right-side h1 {
        font-size: 25px;
    }

    .signature-concent-box {
        padding: 35px 25px;

        max-width: 100%;
        margin: 0 auto auto;
    }

    .step-wrap .step-button button {
        bottom: 0px;
    }

    .help-box .help-icon {
        width: 40px;
        height: 40px;
    }

    .app-status .btn {
        min-width: 100%;
    }

    .step-wrap .right-side h1 {
        font-size: 20px;
    }

    .transaction-type {
        border: 0px;
        border-radius: 10px;
        flex-direction: column;
        gap: 15px;
    }

    .value-selected input {
        border: 1px solid #707070 !important;
        text-align: left !important;
    }

    .success-message-show svg {
        width: 70px;
    }

    .success-message-show h1 {
        font-size: 20px;
    }

    .success-message-show .btn {
        max-width: 300px;
        min-width: inherit;
        padding: 5px 35px;
    }

    .input-holder-percentage input[type="text"] {
        border: 1px solid #707070 !important;
        text-align: left !important;
    }

    .new-equipment {
        padding: 50px 15px;
    }
}

@media screen and (min-device-width: 480px) and (max-device-width: 767px) {
    .site-header img {
        max-width: 100px;
    }

    .main-button .btn.exit {
        min-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 14px;
        font-size: 14px;
    }

    .req-container {
        margin-top: 1.6rem;
        padding-left: 0px;
    }

    .step-wrap .left-side {
        display: none;
    }

    .step-wrap .right-side {
        margin-bottom: 35px;
        min-width: 100%;
        width: 100%;
    }

    .req-container li:last-child {
        margin-bottom: 0px;
    }

    .help-box {
        right: 6px;
    }

    .custom_checkbox {
        gap: 10px;
        flex-wrap: wrap;
    }

    .days-take .d-flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .mb-0.fgmb {
        margin-bottom: 1.6rem !important;
    }

    .req-container li {
        font: normal normal normal 14px/21px Open Sans;
    }

    .one-time-login-modal .modal-dialog {
        min-width: 100%;
    }

    .radio-style-button .button {
        min-width: 125px;
    }

    .main-button a {
        min-width: 100px;
    }

    .gap-40 {
        gap: 12px;
    }

    .help-box .help-icon {
        width: 45px;
        height: 45px;
    }

    .success-message-show svg {
        width: 70px;
    }

    .success-message-show h1 {
        font-size: 20px;
    }

    .success-message-show .btn {
        max-width: 350px;
        min-width: inherit;
        padding: 5px 35px;
    }

    .userInput input {
        height: 75px;
        min-width: 45px;
        margin: 0px 5px;
    }

    .new-equipment {
        padding: 50px 15px;
    }
}

@media screen and (min-device-width: 767px) and (max-device-width: 1200px) {
    .userInput input {
        height: 50px;
        width: 50px;
        margin: 0px 5px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1200px) {
    .step-wrap .left-side {
        padding-left: 25px;
        display: block;
    }

    .step-wrap .progress-bar {
        flex-direction: inherit;
        overflow: inherit;
        margin-bottom: 50px;
    }

    .card-box .step-wrap {
        display: block;
    }

    .step-wrap .progress-bar li {
        margin-left: 0px;

        width: calc(100% / 7);
        float: left;
    }

    .step-wrap .progress-bar li a {
        display: block;
        width: 13px;
        overflow: hidden;
        opacity: 0;
        z-index: 99;
        position: relative;
    }

    .step-wrap .progress-bar li::after {
        height: 2px;
        width: 100%;
        background-color: #d1d1d1;
        z-index: 1;
        top: 6px;
        right: 0;
        left: 0%;
    }

    .step-wrap .progress-bar li::before {
        height: 13px;
        width: 13px;
    }

    .step-wrap .progress-bar li:first-child:after {
        display: block;
    }

    .progress-bar li:last-child:after {
        display: none;
    }

    .step-wrap .progress-bar li + li {
        margin-top: 0px;
    }

    .step-wrap .progress-bar li::before {
        left: 0px;
    }

    .step-wrap .right-side {
        min-width: 100%;
    }
}

@media screen and (min-device-width: 576px) and (max-device-width: 1200px) {
    .step-wrap .left-side {
        padding-left: 35px;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 767px) {
    .fileupload-faild-modal .modal-dialog {
        min-width: initial;
    }

    .modal-body {
        padding: 2rem;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 680px) {
    form .form-group input,
    select {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-device-width: 1280px) {
    .agreement.custom_checkbox label {
        line-height: 1;
    }

    #agree .custom_checkbox label {
        line-height: 1;
    }
}

/** conformation **/

.conformation .modal-header {
    background: #f2f2f2 0% 0%;
    border-radius: 10px 10px 0px 0px;
}

.conformation .modal-content {
    padding: 0px;
    border-radius: 10px;
}

.conformation .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 3rem;
}

.conformation h3 {
    font: normal normal bold 30px/43px Open Sans;
    letter-spacing: 0.3px;
    color: #000000;
    text-transform: capitalize;
}

.conformation p {
    font: normal normal normal 14px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: 30px 0px 36px 0px;
}

.conformation .button-group {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.conformation .btn {
    text-align: center;
    font: normal normal normal 14px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
    flex: 1 1 0;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.grey.btn {
    background: #9b9b9b 0% 0%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.yellow.btn {
    background: #ee7232 0% 0%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.blue-btn {
    background: #50a8d3 0% 0%;
}

#custom_range-slider .irs--round .irs-handle {
    top: 29px;
    width: 15px;
    height: 15px;
    border: none;
    background-color: #50a8d3;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgb(148 148 156 / 30%);
}

#custom_range-slider .irs--round .irs-bar {
    top: 36px;
    height: 2px;
    background-color: #707070;
}

#custom_range-slider .irs--round .irs-line {
    top: 36px;
    height: 2px;
    background-color: #707070;
    border-radius: 2px;
}

#custom_range-slider .irs--round .irs-min,
#custom_range-slider .irs--round .irs-max {
    font: normal normal bold 12px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    top: 10px;
    padding: 0px;
    background-color: #fff !important;
}

#custom_range-slider .irs--round .irs-single {
    font: normal normal bold 14px/19px Open Sans;
    letter-spacing: 0px;
    color: #000000 !important;
    background-color: #fff !important;
}

#custom_range-slider .irs--round .irs-single:before {
    display: none;
}
 .txlive-langselector{background-color: #50a8d3 !important;box-shadow: none !important;min-width: 62px !important;font-size: 10px !important;font-weight:bold !important}
 .txlive-langselector.txlive-langselector-bottomright {top: auto !important;bottom:55px !important;left: 5px !important;border-radius: 5px !important;-moz-border-radius: 5px !important;-webkit-border-radius: 5px !important;right: auto !important;}
 .txlive-langselector.txlive-langselector-bottomright .txlive-langselector-toggle{border-bottom:0 !important;padding: 2px 10px !important;height: auto !important;}
 .txlive-langselector-marker{display:none !important}
 .txlive-langselector-list > li button {padding: 0 5px !important;text-align: center !important;}
 .txlive-langselector-list > li:nth-child(3) button{border-bottom:0 !important; }
 .txlive-langselector-bottomright > .txlive-langselector-list {border-radius: 5px !important;-moz-border-radius: 5px !important;-webkit-border-radius: 5px !important;background-color: #ffffff !important;
  color: #518CC3 !important;padding:0 !important; border:0 !important; box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) !important;}
 .txlive-langselector-list > li button {background: #fff !important;border-bottom: 1px solid #DCE8F2 !important;color: #50a8d3 !important;}
 .txlive-langselector-list > li button:hover {background:#9FBCD5 !important; color:#fff !important;}
 .txlive-langselector .txlive-langselector-current{float:none !important;}


/** Other **/

@media screen and (min-device-width: 319px) and (max-device-width: 767px) {
    main {
        height: 100%;
    }

    .conformation .modal-body {
        padding: 1.5rem;
    }

    .create-logout-modal .modal-content {
        padding: 50px 15px;
    }

    .create-logout-modal h3 {
        font-size: 19px;
        color: #000;
    }

    .create-logout-modal svg {
        width: 50px;
    }

    .inner-header .inner-content h1 {
        font-size: 19px;
        max-width: 80%;
        margin: 0 auto;
    }

    .inner-header .inner-content h1:after {
        max-width: 50%;
    }

    .forgot-password,
    .reset-pass-mail-sent,
    .one-time-email-sent {
        position: relative;
    }

    form button.submit {
        font-size: 14px;
    }
}

.btn-close {
    background: url(/assets/img/cp.svg) no-repeat;
    opacity: 1;
    background-position-y: 50%;
}




