
@import url('./default.css?v=4');

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

.custom-bg-gradient-info {
    background: #fafdff;
}

table > thead > tr {
    background: #E6E9EB !important;
}

.buttons-colvis.btn-sm.btn-primary {
    background: var(--custom-color-primary);
    border-color: var(--custom-color-primary);
}

.dt-button.dropdown-item.buttons-columnVisibility.active{
    background: var(--custom-color-primary);
}

table.dataTable{
    margin-top: 10px;
}

table.dataTable > thead > tr > th {
    border: none !important;
}
.common-submit-button-gradient {
    height: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
    padding: 7px 50px;
}

.login-card-body,
.register-card-body {
    background-color: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

.page-filter {
    background: #fff;
    border-radius: 8px;
    padding: 7px 15px;
    margin-bottom: 10px;
}

.filter-label {
    color: var(--custom-color-primary);
}

.create-button {
    padding: 7px 12px;
    border-radius: 8px;
    color: #fff !important;
    background: var(--custom-color-primary);
    font-size: 14px;
    display: inline-block;
}

.danger-btn {
    padding: 7px 12px;
    border-radius: 8px;
    color: #fff !important;
    background: var(--custom-color-danger);
    font-size: 14px;
    display: inline-block;
}

.dataTables_scroll {
    font-size: 14px;
}

#dataTable {
    font-size: 14px;
}

#dataTable_wrapper .row:last-child {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 10px #e8e8e8;
    margin-top: 15px;
    border-radius: 8px;
}




.dataTables_paginate .page-link {
    margin-left: 4px !important;
    border-radius: 2px !important;
    color: #373738;
    border: none;
}


.dataTables_paginate .page-link:focus,.dataTables_paginate .page-link:active {
    outline: none !important;
    box-shadow: none;
 }

.dataTables_paginate .page-item .page-link {
    padding: .4rem .70rem;
    line-height: 0.8;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 3px !important;
    color: var(--custom-color-primary);
    font-weight: 500;
}

.dataTables_paginate .page-item.active .page-link {
    border: 0 !important;
    background: var(--custom-color-primary) !important;
}

.custom-card {
    border-radius: 8px;
    box-shadow: none !important;
    box-shadow: 0 0 5px #ddd !important;
}

.custom-card-header {
    padding: 17px 0px;
    margin: 0 20px;
}

.page-title h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 12px 0;
}

.bg-custom2 {
    background-color: #006d75 !important;
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar:before {
    margin-left: -265px;
}

.sidebar-background .nav-sidebar .nav-item > .nav-link {
    font-size: 16px;
}

.sidebar-background .nav-sidebar .nav-item > .nav-link {
    font-size: 15.5px;
    color: #98A2B3;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Modal design */

.custom-modal {
}

.custom-modal .modal-header {
    border: none;
    padding: 0px;
}

.custom-modal .modal-header .close,
.modal-header .mailbox-attachment-close {
    margin: -1.5rem -0.3rem -1rem auto;
    padding-top: 34px;
}

.custom-modal .modal-content {
    border-radius: 12px;
    background: #fafcff;
}

.custom-modal .close,
.mailbox-attachment-close {
    font-size: 19px;
    font-weight: 500;
    color: var(--custom-color-primary);
    opacity: 1;
}

.custom-modal .modal-header .close span {
    border: 1px solid var(--custom-color-primary);
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 17px;
    border-radius: 50%;
}

/* border text card */
.border-text-card {
    border: 1px solid #c0d1e0;
    border-radius: 6px;
}

.border-text-border {
    padding: 3px;
    margin-top: -0.9em;
}

.border-text-title {
    background: #fafcff none repeat scroll 0 0;
    display: inline-block;
    padding: 0 15px;
    font-size: 17px;
    margin-left: 15px;
    font-weight: bold;
    border-radius: 6px;
    margin-top: -2px;
}

.border-text-body {
    padding: 15px;
}

/* custom input group */
.custom-form-group {
    border: 1px solid #ddf1ff;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.custom-form-group > label {
    position: absolute;
    top: 0px;
    left: 25px;
    background-color: #fafcff;
    color: var(--custom-color-primary);
    padding: 0 5px;
    font-size: 13px;
    border-radius: 8px;
    z-index: 9999;
}

/*todo: this is for resolve above zindex in custom-form-group*/
.custom-modal {
    z-index: 19999;
}

.custom-form-group .required {
    color: red;
    padding: 0 5px;
}

.custom-form-group > input,
.custom-form-group > textarea {
    border: none;
    border: 0;
    line-height: 100%;
    font-size: 15px;
    color: #373738;
}

/* create payment link */

.cpl-box h4 {
    border: 1px solid #c0d1e0;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cp-box-main {
    padding: 30px;
    border: 1px solid #c0d1e0;
    border-radius: 6px;
}

.cpl-box {
    padding: 20px;
    padding-top: 0;
}

/* payment link success */
.pl-success {
    text-align: center;
}

.pl-success .fa-check {
    background: #13c2c2;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 59%;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.pl-success .fa-times {
    background: var(--custom-color-danger);
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 59%;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.pl-success h3 {
    font-size: 25px;
    font-weight: 600;
    color: #182d40;
}

.pl-success p {
    color: #182d40;
    font-weight: 500;
}

.pl-share {
    border: 1px solid #c0d1e0;
    padding: 15px;
    border-radius: 8px;
}

.pl-share h5 {
    font-weight: 600;
    color: #222;
}

.pl-share .fa-share-alt {
    border: 2px solid var(--custom-color-primary);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    padding-right: 3px;
    color: var(--custom-color-primary);
}

.copy-link {
    height: 36px;
    display: flex;
}

.copy-link-input {
    flex-grow: 1;
    padding: 0 8px;
    font-size: 14px;
    border: 2px solid #474747;
    border-right: none;
    outline: none;
    background: transparent;
    color: var(--custom-color-primary);
    font-weight: 500;
    border-radius: 6px 0 0 6px;
}

.copy-link-input:hover {
    background: #eeeeee;
}

.copy-link-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #333333;
    outline: none;
    border: 2px solid #474747;
    border-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
    color: var(--custom-color-primary);
    border-radius: 0 6px 6px 0;
}

.copy-link-button:hover {
    background: #cccccc;
}

.pl-share-btn {
    text-align: center;
}

.pl-share-btn i {
    font-size: 27px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 3px;
    color: #1877f2;
    cursor: pointer;
}

/* payment link share */
.pl-success .fa-share-alt {
    border: 2px solid var(--custom-color-primary);
    border-radius: 50%;
    height: 63px;
    font-size: 34px;
    width: 63px;
    line-height: 62px;
    text-align: center;
    padding-right: 3px;
    color: var(--custom-color-primary);
    margin-bottom: 8px;
}

/* pgw styles */
.pgw-tracker-box {
    background: #ebf0f5;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}

.pgw-tracker-box .bx-lock {
    color: #373738;
    font-size: 35px;
    margin-bottom: 10px;
}

.pgw-tracker-box h5 {
    font-weight: 600;
    color: #373738;
    font-size: 16px;
}

.pgw-tracker-box .fa-check {
    background: #20c374;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    font-size: 19px;
    color: #fff;
    margin-bottom: 15px;
}

.pgw-tracker-box p {
    margin-bottom: 5px;
    font-weight: 500;
    color: #373738;
    font-size: 14px;
}

.pgw-tracker-box p span {
    color: #20c374;
}

.pgw-tracker-box > span {
    display: inline-block;
    border: 2px solid var(--custom-color-primary);
    height: 62px;
    width: 62px;
    line-height: 61px;
    border-radius: 50%;
}

.pass-show-hide {
    background: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    top: 10px;
}

/* payment link invoice */

.pl-invoice-card {
    border-radius: 8px;
    box-shadow: 0 0 5px #ddd !important;
    /* background: #FAFCFF; */
    padding: 25px;
}

.pli-logo {
    display: flex;
}
.pli-logo p {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.pli-logo h5 {
    align-self: center;
    margin-left: 10px;
    color: #000;
    font-weight: 600;
}

.pli-logo img {
    width: 85px;
}

.pli-download button {
    border-radius: 25px;
    font-weight: 500;
}

.pli-invoice-info h6 {
    font-weight: 600;
    color: var(--custom-color-primary);
}

.pli-invoice-info h6 span {
    color: #000;
}

.pli-address {
}

.pli-address > span {
    color: #696a6b;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.pli-address h6 {
    color: #333;
    font-weight: 600;
}

.pli-address p {
    color: var(--custom-color-primary);
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}

.pli-address p span {
    color: #696a6b;
    font-weight: 500;
}

.pli-item-table {
    width: 100%;
}

.pli-item-table thead tr {
    background: #ebf0f5 !important;
}

.pli-item-table thead tr th {
    padding: 15px;
    color: var(--custom-color-primary);
    text-transform: uppercase;
}

.pli-item-table tbody tr {
    background: #f5f5f5 !important;
}

.pli-item-table tbody tr td {
    padding: 13px;
    color: #696a6b;
    font-size: 15px;
}

.pli-word-amount h6 {
    color: var(--custom-color-primary);
    font-weight: 600;
    margin-bottom: 0;
}

.pli-word-amount p {
    font-size: 14px;
    color: #696a6b;
}

.pli-calculate {
    border-radius: 8px;
    overflow: hidden;
}

.pli-calculate p {
    padding: 12px;
    border-bottom: 2px solid #efefef;
    color: #696a6b;
    margin: 0;
    background: #f5f5f5;
}

.pli-calculate p span {
    font-weight: 600;
}

.pli-calculate p:last-child {
    background: #ebf0f5;
    padding: 13px;
    font-weight: 600;
    border-bottom: none;
    color: var(--custom-color-primary);
}

.pli-border-right {
    border-right: 2px solid #efefef;
}

.pli-c-payment {
}
.payment-link-client-box {
    min-height: 100%;
}
.payment-link-client-box .pli-submit-btn {
    position: absolute;
    bottom: 0;
}

.pli-c-payment p {
    padding: 12px;
    border-bottom: 1px solid #ddf1ff;
    margin: 0;
    font-weight: 600;
    color: var(--custom-color-primary);
    font-size: 16px;
}

.pli-c-payment p span {
    color: #696a6b;
}

.pli-c-payment p:last-child {
    border-bottom: none;
}

.pli-c-payment p:last-child span {
    border-bottom: none;
    color: var(--custom-color-primary);
}

/* product and services */

.ps-item-box {
}

.ps-item-card {
    border-left: 5px solid var(--custom-color-primary);
}

.psd-top {
    text-align: center;
    color: #222;
}

.psd-top h5 {
    font-weight: 700;
    font-size: 19px;
}

.psd-top p {
    font-size: 15px;
    color: #000;
}

.psd-company-logo {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 7px 20px;
    display: flex;
}
.psd-company-logo img {
    width: 100px;
}
.psd-company-logo h5 {
    font-size: 29px;
    align-self: center;
    margin-left: 10px;
}

.psd-top span {
}

.pli-item {
    border-radius: 8px;
    overflow-x: auto;
}

.psd-head .pli-item-table tbody tr {
    background: transparent !important;
}

.psd-head .pli-item-table tbody tr td .quantity-input {
    width: 50%;
    background: #f3f3f3;
    border: 0;
    border-radius: 6px;
    padding: 4px 10px;
    text-align: center;
    margin: 0 auto;
}

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

.psd-head {
    border-radius: 8px !important;
    overflow-x: auto;
    border: 1px solid #c0d1e0;
}

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

.psd-calculate-area {
    margin-top: 15px;
}

.psd-calculate-area li {
    background: transparent;
    border: 1px solid #c0d1e0;
}

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

.psd-calculate-area li h6 {
    margin: 0;
    font-weight: 600;
}

.psd-calculate-area li span {
    color: #696a6b;
}

.psd-head .pli-item-table tbody tr td {
    border-bottom: 1px solid #c0d1e0;
    font-weight: 600;
}

.psd-head .pli-item-table thead tr th {
    text-transform: uppercase;
    color: var(--custom-color-primary);
}

.psd-head .pli-item-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.form-builder-data .form-check {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 8px 35px;
    background: #fafafa;
    border-radius: 6px;
}

.form-builder-data .form-check label {
    display: block;
}

/* modify create page link styles */
.trans-oc-head {
    background: #ebf0f5;
    border-radius: 8px;
    padding: 7px 15px;
    margin-bottom: 10px;
}

.trans-oc-head h6 {
    font-weight: 600;
}


.marchant-body {
    width: 860px;
    height: 450px;
    background-color: #fafcff;
    border-radius: 24px;
    display: grid;
    place-items: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 40px;
}

.title-main {
    font-weight: 700;
    font-size: 3rem;
    color: #000000;
    margin-bottom: 0;
}

.marchant-body .col-item {
    padding-right: 15px;
    padding-left: 15px;
}

.modal {
    overflow: unset;
    overflow-y: unset;
}

.business_type_pre {
    margin: 0 48px 20px 60px;
}
.modal-content {
    min-height: 450px;
}
.content-info-preview .info-item {
    margin-bottom: 12px;
}

.service-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.service-title {
    color:black;
}

.service-price {
    font-weight: bold;
}

.service-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: .5s ease;
    padding: 40px;
    text-align: center;
    opacity:0;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-image {
    width: 100%;
    height: 161px;
    overflow: hidden;
    background: #ddd;
}

.service-image img {
    height: 100%;
}

.service-overlay .h4{
    font-size: 18px;
}

.service-overlay .h5{
    font-size: 16.5px;
}

.custom-nav-pills .show > .nav-link, .sidebar-background .custom-nav-pills .nav-link.active {
    background-color: var(--custom-color-primary);
    color: #ffffff !important;
    border-radius: 8px !important;
}
.nav-compact .nav-link > .right, .nav-compact .nav-link > p > .right {
    top: 14px;
}

.nav-item{
    color:#FFFFFF;
}



/* paybill modals */

.paybill-modal {}

.paybill-modal .modal-header {
    padding: 15px 0px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding-top: 32px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    margin: 0 35px;
}
.paybill-modal .form-control {
    /* padding: 20px 15px; */
}

.paybill-modal label:not(.form-check-label):not(.custom-file-label) {
    font-size: 18px;
    margin-bottom: 3px !important;
    color: #333;
    font-weight: 600;
}
.paybill-modal .modal-header h5 {
    font-size: 25px !important;
    margin: 0;
    color: var(--custom-color-primary);
    text-transform: uppercase;
    font-weight: 600;
}

.paybill-modal .modal-content {
    border-radius: 12px;
    border: 0;
}

.paybill-modal .modal-header .close,
.paybill-modal .modal-header .mailbox-attachment-close {
    margin: -1.5rem -1.3rem -1rem auto;
    padding-top: 24px;
    position: absolute;
    right: 35px;
    top: 20px;
}

.paybill-modal .modal-header .close span {
    border: 1px solid #fff !important;
    line-height: 15px;
}

.paybill-modal .modal-header p {
    margin: 0;
}

.paybill-modal .close, .mailbox-attachment-close {
    color: #000;
    font-size: 43px;
    font-weight: 400;
}

.paybill-modal {}

.paybill-modal {}

.fetch-bill-title {
    background: #6a8287;
    text-align: left !important;
    color: #fff;
    padding: 9px;
    border-radius: 8px;
}

.payment-success-modal .modal-content {
    background: #fff !important;
}

.paybill-modal .modal-content{
    background: #fff !important;
}

.pss-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pss-title i {
    color: #4BB5AD;
    font-size: 35px;
}

.pss-title h5 {
    color: #444;
    font-weight: 600;
    margin: 0;
    margin-left: 5px
}

.ps-biller {
    background: #F8F9FB;
    margin-top: 20px;
    border-radius: 8px;
    padding: 8px 0;
    padding-left: 107px;
}

.ps-biller img {
    margin-right: 8px;
    width: 80px;
}

.ps-biller h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 3px;
}

.ps-biller p {
    margin: 0;
    color: #000;
    font-size: 14px;
}





.paybill-invoice-modal .modal-content {
    background: #fff;
}

.ps-ekpay-logo {}

.ps-ekpay-logo img {
    width: 103px;
    margin-bottom: 5px;
}

.ps-ekpay-logo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}



/* paybill */

.pay-bill-cat {
    padding: 15px 10px;
    border-radius: 8px;
    min-height: 100%;
}

.pay-bill-cat.active {
    background: #0000FE;
    color: #fff;
}

.pay-bill-cat img {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.pay-bill .nav-link {
    padding: 0
}

.pb-category.nav-pills .nav-link.active,
.pb-category.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0000FE;
}

.pb-services.nav-pills .nav-link.active,
.pb-services.nav-pills .show>.nav-link {
    color: #6c757d;
    background-color: transparent;
    border-bottom: 4px solid #0000FE;
}

.pb-billers.nav-pills .nav-link.active,
.pb-billers.nav-pills .show>.nav-link {
    color: #6c757d;
    background-color: transparent;
    border-bottom: 4px solid #0000FE;
}

.pay-bill-billers {
    display: flex;
    align-items: center;
    /* Vertically center the content */
    justify-content: center;
    /* Horizontally center the content */
    height: 80px;
    border-right: 1px solid #ddd;
    padding: 5px;
}
.pb-billers .col-12{
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.new-show {
    background: #F4F6FA;
    border-radius: 7px;
}
.cpl-box.bill {
    background: #fff;
    margin: 20px;
    border-radius: 8px;
}

/* payment success */
.paybill-modal .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #667085;
    padding: 10px 13px;
}
.paybill-modal .list-group{
    border-radius: 10px !important;
}

.paybill-modal .list-group-item span {
    color: #000;
    font-size: 17px;
}
.ps-details-table {
    background: #F4F6FA;
    padding: 20px;
    border-radius: 10px;
}

.ps-send-mail {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.ps-buttons button {
    border: 2px solid var(--custom-color-blue);
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    width: 48%;
}
.ps-buttons a {
    border: 2px solid var(--custom-color-blue);
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
}

.payment-receipt-table{
    background: #fff;
}
.ps-details-table table tr td {
    color: #878585;
    font-size: 15px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.ps-details-table table tr td h6 {
    color: #000;
    text-align: right;
    font-weight: 400;
    margin: 0;
}

.ps-ekpay-logo h5 {
    color: var(--custom-color-yellow);
    margin: 0;
    font-size: 17px;
    margin-left: 5px;
}

.ps-details-table table tr td p {
    color: #878585;
    font-size: 15px;
    margin: 0;
}
