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

/* 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: #c0d1e0 !important;
}

table.dataTable > thead > tr > th {
    border-color: #ffffff !important;
}

table.dataTable > thead > tr > th {
    border-bottom-color: #c0d1e0 !important;
}

table.dataTable > thead > tr > th {
    border-top-color: #c0d1e0 !important;
}

table.dataTable > thead > tr > th:first-child {
    border-left-color: #c0d1e0 !important;
}

table.dataTable > thead > tr > th:last-child {
    border-right-color: #c0d1e0 !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: #c0d1e0;
    margin: 0 auto;
    padding: 5px;
}

.dataTables_info {
    padding-top: 8px !important;
}

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

.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 {
    border-bottom: 0;
    box-shadow: 0px 1px 10px #ddd;
    padding: 12px 21px;
}

.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: 15px;
    text-transform: uppercase;
    color: #666;
    padding-top: 9px;
    padding-bottom: 9px;
}

/* 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: 20px;
    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: #3A6B98 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}
.nav-compact .nav-link > .right, .nav-compact .nav-link > p > .right {
    top: 14px;
}

.nav-item{
    color:#FFFFFF;
}
