@import url("./default.css");

/* replace */
label:not(.form-check-label):not(.custom-file-label) {
    font-size: 14px;
}
.datepicker {
    padding-left: 10px !important;
}

.modal-content {
    min-height: inherit;
}

/* magnific popup */
.mfp-title {
    text-align: center !important;
    padding-right: 0 !important;
    font-size: 13px !important;
}

/* date format css */
.date-selector {
    position: relative;
}

.date-selector #datePickerLbl{
    position: absolute;
    left: 10px;
    top: 7px;
}
.date-selector>input[type=date] {
    text-indent: -500px;
}

/* powered by */
.powered-by {
    font-size: 18px;
}
.powered-by img {
    width: 90px;
    margin-left: 5px;
}

/* custom title */
.custom-section-title h3 {
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #555;
}

.custom-section-title h3::before,
.custom-section-title h3::after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.custom-section-title h3::before {
    right: 0.5em;
    margin-left: -50%;
}

.custom-section-title h3::after {
    left: 0.5em;
    margin-right: -50%;
}

/* loader neww */
#new-loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

#new-loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.top-bar-image {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

/* header */

.header-section {
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fafbfc;
}
.header-box .change-password {
    border: 1px solid var(--custom-color-yellow);
    border-radius: 8px;
    padding: 5px 11px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    margin-right: 15px;
}

/* signup page */
.login-title {
    margin-bottom: 30px;
}
.login-title h4 {
    font-size: 22px;
}
.login-title p {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}

.logo-login img {
    width: 110px;
}
.logo-login p {
    font-size: 14px;
    color: #6c757d;
}
.login-page {
    padding: 48px 0;
}

.regi-title h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.business-nid-img {
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 180px;
}
.img-preview {
    width: 180px;
}

/* Live capture image */
#imageContainer {
    padding: 5px 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 180px;
}

.open-camera-button {
    background: #f9fafb;
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 6px;
    border-radius: 5px;
}

#switchCamera {
    display: none;
}

.otp-field {
    width: 48px;
    height: 50px;
    border-radius: 10px !important;
    border: 2px solid #c5c6cc;
    background: #fff;
}
.verify-email-input {
    width: 60%;
}

.regi-success {
}
.regi-success img {
    width: 80px;
    margin-bottom: 10px;
}
.regi-success h6 {
    font-weight: 500;
    font-size: 23px;
    color: var(--custom-color-blue);
}
.regi-success p {
    color: var(--custom-color-yellow);
}

/* custom input type file design */
.choose-file-box input[type="file"] {
    display: none;
}
.choose-file-box label {
    cursor: pointer;
    font-size: 15px !important;
    padding: 2px 8px;
    margin-top: 5px;
    background: #f2f2f2;
    font-weight: 500 !important;
    border-radius: 5px;
}

/* edit step */

.edit-step-card .esc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.edit-step-card li {
    border: 1px solid #ddd;
    height: 55px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.edit-step-card li p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    color: var(--custom-color-blue);
}
.edit-step-card li img {
    width: 20px;
}

.edit-step-card .list-group-item:first-child {
    border-radius: 10px !important;
}
.edit-step-card .list-group-item:last-child {
    border-radius: 10px !important;
}

.edit-step-card li button {
    border: 1px solid;
    width: 75px;
    height: 25px;
    background-color: #fff;
    border-radius: 5px;
    color: var(--custom-color-blue);
    font-weight: 500;
    font-size: 14px;
}

.edit-step-card li button img {
    width: 12px;
    margin-left: 5px;
}
/* step bar */
.regi-steps {
    z-index: 99;
}
.multi-steps > li.is-active ~ li:before,
.multi-steps > li.is-active:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.is-active ~ li:after,
.multi-steps > li.is-active:after {
    /* background-color: #828486; */
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #000;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
}
.multi-steps > li:before {
    content: "";
    content: "✓;";
    content: "𐀃";
    content: "𐀄";
    content: "✓";
    display: block;
    margin: 0 auto 4px;
    background-color: var(--custom-color-yellow);
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: var(--custom-color-yellow);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.multi-steps > li:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: var(--custom-color-yellow);
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: -1;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: var(--custom-color-yellow);
    border-color: var(--custom-color-yellow);
    color: #fff;
}
.multi-steps > li.is-active ~ li {
    color: #000;
}
.multi-steps > li.is-active ~ li:before {
    background-color: #f2f5f5;
    border-color: #828486;
    color: #828486;
}

/* end step */

/* footer */
.custom-footer {
    background: #fff;
    box-shadow: 0 0px 22px #00000012;
}
.new-footer{
    border-bottom: 1px solid #00000029;
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer-cpy{
    padding-top: 10px;
    padding-bottom: 30px;
}
.footer-cpy .cpy-txt{
    font-size: 13px;
    color: #000;
}
.cpy-social a {
    color: #52525B;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    border: 1px solid #52525B;
    border-radius: 50%;
    transition: .4s;
}
.cpy-social a:hover{
    background: var(--custom-color-yellow);
    color: #fff;
}
.nf-logo {
    width: 110px;
    margin-bottom: 15px;
}
.nf-icon{
    margin-right: 5px;
}
.nf-contact {
    font-size: 13px;
    color: #52525B;
    margin-bottom: 10px;
}

/* merchant type */
.select-merchant-types {
    padding: 30px 0;
}
.mrt-box {
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
}
.mrt-box img {
    max-width: 120px;
}
.mrt-box p {
    color: #000000;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}

/* personal info */
.cf-remove-span.custom-files span {
    display: none !important;
}

.custom-files .custom-file-label {
    background: #f9fafb;
}

/* mobile step */
.mobile-step {
    display: none;
}
.mobile-step p {
    color: var(--custom-color-yellow);
    font-weight: 600;
    margin-bottom: 5px;
}
.mobile-step h6 {
    font-weight: 400;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    font-size: 18px;
    color: #000;
}

/* payment link for user */
.payment-link-logo {
    height: 130px;
    width: 130px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #c8c8c8;
}
.payment-link-logo img {
    width: 100%;
}

.payment-link-logo::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

.payment-link-logo > * {
    display: inline-block;
    vertical-align: middle;
}

/* page link client service */
.plcs-table{
    width: 100%;
}
.plcs-head{
    border: 1px solid #EAECF0;
    border-bottom: none;
    border-radius: 5px;
}

.plcs-head .plcs-table input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: 4px;
    accent-color: var(--custom-color-primary);
}

.plcs-head .plcs-table tbody tr td {
    border-bottom: 1px solid #EAECF0;
    font-weight: 400;
}

.plcs-table tbody tr td {
    padding: 13px;
    color: #98A2B3;
    font-size: 15px;
}

.plcs-table thead tr th {
    padding: 12px 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    background: #EAECF0;
}

/* qty increament decreament */

.quantity-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.quantity-input {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 17px;
    font-weight: 600;
    color: var(--custom-color-yellow);
}

.plus-btns,
.minus-btns {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.plus-btns .fa,
.minus-btns .fa {
    font-size: 11px !important;
}

.plus-btns:hover,
.minus-btns:hover {
    background-color: #e0e0e0;
}

.plcs-head .plcs-table tbody tr td .quantity-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bebebe;
    font-weight: 400;
  }
  .plcs-head .plcs-table tbody tr td .quantity-input::-moz-placeholder { /* Firefox 19+ */
    color: #bebebe;
    font-weight: 400;
  }
  .plcs-head .plcs-table tbody tr td .quantity-input:-ms-input-placeholder { /* IE 10+ */
    color: #bebebe;
    font-weight: 400;
  }
  .plcs-head .plcs-table tbody tr td .quantity-input:-moz-placeholder { /* Firefox 18- */
    color: #bebebe;
    font-weight: 400;
  }

/* subtotal calculate area page link client */
.subtotal-calculate{
    background: #F4F7F8;
    border-radius: 5px;
    overflow: hidden;
}
.subtotal-calculate .sb-titles{
    background: #EAECF0;
    padding: 10px 10px;
}

.subtotal-calculate .psd-calculate-area {
    margin-top: 0;
}

.subtotal-calculate .psd-calculate-area li{
    border: 0;
    padding: 12px 32px;
}

.subtotal-calculate .psd-calculate-area li h6 {
    margin: 0;
    font-weight: 500;
    width: 60%;
    word-break: break-all;
}

.subtotal-calculate .psd-calculate-area li span {
    color: #9F9F9F;
}

.subtotal-calculate .psd-calculate-area li:last-child {
    text-transform: inherit;
}

.subtotal-calculate .psd-calculate-area li .grandTotal {
    color: var(--custom-color-yellow);
    font-weight: 700;
}
.subtotal-calculate .psd-calculate-area li #grandTotal {
    color: var(--custom-color-yellow);
    font-weight: 700;
}

/* plcs card */

.plcs-card {
    background: #fefefe;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}
.plcs-card .card-header h4{
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.plcs-card .card-body{
    padding: 30px;
    padding-top: 10px;
}


/* new header design */
.new-header ul{
    margin-left: 40px;
}
.new-header ul .nav-item{

}
.new-header ul .nav-item .nav-link {
    color: #000000;
    font-weight: 500;
}
.header-dd-btn {
    border: none;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    line-height: 0;

}
.header-dd-btn i {
    font-size: 21px;
}
.new-navbar {
    box-shadow: 0 2px 13px -3px #00000021;
}
.header-user-mobile {
	display: none;
	position: absolute;
	right: 69px;
	top: 21px;
}
.new-navbar.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: transparent;
}
/* home page design */

/* banner section */
