/* Keep this for all project */

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/SFPro/SF-Pro-Text-Light.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/SFPro/SF-Pro-Text-Regular.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/SFPro/SF-Pro-Text-Medium.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/SFPro/SF-Pro-Text-Semibold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/SFPro/SF-Pro-Text-Bold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/SFPro/SF-Pro-Text-Heavy.otf);
}

@font-face {
    font-family: 'SecondFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/productsans/ProductSans-Regular.ttf);
}

@font-face {
    font-family: 'Apercu';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Apercu/Apercu_Light.otf);
}

@font-face {
    font-family: 'Apercu';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Apercu/Apercu_Regular.otf);
}

@font-face {
    font-family: 'Apercu';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Apercu/Apercu_Medium.otf);
}

@font-face {
    font-family: 'Apercu';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Apercu/Apercu_Medium.otf);
}

@font-face {
    font-family: 'Apercu';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Apercu/Apercu_Bold.otf);
}


.body, div, a, button, span, input, section,footer,header {
    font-family: "MainFont", "Arial", sans-serif;
}

.font2 {
    font-family: "SecondFont", sans-serif !important;
}

/* Keep until here */

/* DEFAULT CSS VAR */
:root {
    --to-right-primary-color-gradient: linear-gradient(to right, #19B3FC, #38DACF);
    --to-bottom-primary-color-gradient: linear-gradient(359deg, #319F0C 0%, #48CE1B 100%);
    --default-border-radius: 3px;
    --default-box-shadow: 0px 1px 8px -3px rgba(0,0,0,0.6);

    --profile-card-bg: #FFF;
}
/* DEFAULT CSS VAR */

/* Dashboard */

.dashboardSection01 {
    background: rgb(63,186,255);
    background: linear-gradient(180deg, rgba(63,186,255,1) 0%, rgba(63,184,255,1) 16%, rgba(60,169,251,1) 46%, rgba(59,161,249,1) 62%, rgba(59,161,249,1) 81%, rgba(140,202,255,1) 90%, rgba(255,255,255,1) 100%);
    padding: 20px 0 30px 0;
    margin-top: 121.5px;
}

.dashboardSection01Title {
    color: #E5F645;
    text-align: center;
    border-right: 1px solid #fff;
}

.dashboardSection01Title:last-child {
    border-right: 1px solid transparent;
}
 
.dashboardSection01Content {
    color: #fff ;
 }

.dashboardSection02 {
    padding-top: 20px;
    background-image: url(/images/project/dashboardBG.jpg);
    background-size: cover;
}

.dashboardSection02Line {
    height: 2px;
    display: block;
    padding-top: 2px;
    background: rgb(150,150,150);
    background: -webkit-linear-gradient(left, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
    background: -o-linear-gradient(left, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
    background: linear-gradient(to right, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
}

.dashboardSection02icon {
    width: 20px;
}

.btn {
    outline: none;
    border: none;
    border-radius: 5px;
/*    margin-block: 1rem;*/
    padding: 1rem;
    font-weight: 400;
    min-width: 120px;
    color: #FFF;
}

.btn.btn-primary {
    background: rgb(24,179,252);
    /* background: linear-gradient(90deg, rgba(24,179,252,1) 0%, rgba(55,218,207,1) 100%);; */
    background: linear-gradient(359deg, #319F0C 0%, #48CE1B 100%);
}

.btn.btn-default,
.btn.btn-default:hover {
    color: #FFF;
    background: transparent linear-gradient(360deg, #9C9D9C 0%, #D2D4D2 100%) 0% 0% no-repeat padding-box;
    /* background: transparent linear-gradient(180deg, #353535 0%, #000000 100%) 0% 0% no-repeat padding-box; */
}

.btn.btn-default{
    margin-block: 1rem;
}

.btn.btn-default:hover {
    border: 1px solid transparent;
}

.walletBox {
    width: 250px;
    background-image: url(/images/project/walletBox.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px;
    margin-right: 20px;
}

.walletBoxText1 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 3px;
}

.walletBoxText2 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.btn-more {
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    background: rgb(98,186,232);
    background: linear-gradient(90deg, rgba(98,186,232) 0%, rgba(63,104,176) 100%);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border: unset;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 3px;
    padding: 5px 18px;
}

.goldLine {
    height: 3px;
    display: block;
    padding-top: 2px;
    background: rgb(140,96,52);
    background: -webkit-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: -o-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: linear-gradient(to right, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%); 
}

.dashboardSection03 {
    padding: 20px 0 20px 20px;
}
 
.dashboardSection03Bg {
    background-image: url(../images/project/dashboardBG2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dashboardSection03Content {
    background-color: #E0EAF0;
    padding-bottom: 30px;
}

.dashboardSection03Padding {
        padding-top: 18px;
}

.dashboardSection03Title {
    width: 230px;
    margin-top: 25px;
    padding: 5px 0px 5px 20px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.dashboardSection03ContentBlock {
    color: #3F68B0;
    text-align: center;
    border-right: 1px solid #666666;
}

.dashboardSection03ContentBlock:last-child {
    border-right: 1px solid transparent;
}

.dashboardSection03ContentDetail {
    color: #000;
}

.dashboardSection03Padding {
    padding-right: 0;
}

.diagramBtnBox {
    background-color: #fff;
    padding: 3px 3px;
    position: unset;
    display: inline-block;
}

.diagramBtnBoxFloat {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 23%;
    left: 55px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
}

.diagramBtnBoxMobile {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 15%;
    left: 27px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
    display: inline-flex;
    flex-flow: column-reverse;
}

.copiedMsg {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.copiedMsg i {
    background-color: #32CD32;
    color: #fff;
    font-size: 15px;
    padding: 2px 3px;
    margin-top: -2px;
    margin-right: 4px;
    border-radius: 50%;
}

.btnSocial {
    color: #000;
}

.btnSocial:hover {
    color: #CCC;
}

    /* Dropdown CSS */


details {
    position: relative;
    width: 100%;
    margin-right: 1rem;
}

details[open] {
    z-index: 1;
}

summary {
    padding: 0.85rem 1rem;
    cursor: pointer;
    border-radius: var(--default-border-radius);
    background-color: #fff;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

details[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}

summary:after {
    content: '';
    display: inline-block;
    float: right;
    width: .5rem;
    height: .5rem;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(45deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms
}

summary:focus {
    outline: none;
}

details[open] summary:after {
    transform: rotate(-45deg) translate(0%, 0%);
}

.option_list {
    margin: 0;
    padding: 1rem 0;
    /*border-bottom: 1px solid #ccc;*/
    color: #000;
}

.option_list:hover {
    background-color: #f7f7f7;
    border-radius: 8px;
}

.option_list:first-child {
    padding-top: 10px;
}

.option_list:last-child {
    padding-bottom: 10px;
    border-bottom: none;
}

/* FAKE SELECT */

summary.radios {
    counter-reset: radios;
}

summary.radios:before {
    content: var(--selection);
}

.newDD {
    counter-increment: radios;
    appearance: none;
    display: none;
}

.newDD:checked {
    display: inline;
    --display: block;
}

.newDD:after {
    content: attr(title);
    display: inline;
    font-size: 1rem;
}

ul.list {
    counter-reset: labels;
    list-style-type: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: var(--default-border-radius);
    max-height: 200px;
    overflow-y: auto;
}

label {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding-left: 10px;
}

label span {
    --display: none;
    display: var(--display);
    width: 1rem;
    height: 1rem;
    border: 1px solid #727272;
    border-radius: 3px;
}

::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.hr-line{
    margin-top: 3rem;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.social-media-icon img{
    width: 18px;
    height: 18px;
    margin: 1rem;
    cursor: pointer;
}

.social-media-icon:nth-child(1) img{
    width: 10px;
}

.footer-link{
    text-decoration: none;
    color: #FFF;
}

.footer-link:hover{
    text-decoration: none;
    color: #1CB8F5;
}

.printing-queued-container{
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 74px;
}

.card-header{
    background-color: #F6FFF6;
    border: 1px solid #41DA37;
    border-left: 15px solid #41DA37;
}

.card-body{
    padding-block: 1rem;
    padding-left: 3rem;
    border-left: 15px solid #41DA37;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #41DA37;
}

.card-body:last-child {
    border-bottom: unset;
}

.btn-accordion-dropdown{
    outline: none;
    border: none;
    background-color: transparent;
}

.document-select-bg {
    background-color: #F5F5F5;
    padding: 5rem 0rem;
    color: #000;
}

.document-select-page-content {
    padding: 0rem 10rem 5rem 10rem;
}

.document-select-title {
/*    font-size: 20px;*/
    font-size: 24px;
    font-weight: 500;
}

.print-order-steps-div {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0rem;
  width: 90%;

}
.print-order-num-div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  color: #E1E1E1;
}

.print-order-num-label {
    font-weight: 500;
    font-size: 15px;
}

.print-order-num-div.completed .print-order-num-label  {
    color: #000;
}

.print-order-num-div.completed::before {
  position: absolute;
  content: "";
/*  border-bottom: 4px solid #19B3FC;*/
  border-bottom: 4px solid #48CE1B;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.print-order-num-div::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #E1E1E1;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.print-order-num-div::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #E1E1E1;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.print-order-num-div .print-order-num-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #E1E1E1;
  margin-bottom: 6px;
  color: #E1E1E1;
}

.print-order-num-div.completed .print-order-num-counter {
    border: unset;
    background-color: unset;
    background-image: var(--to-bottom-primary-color-gradient);
    color: #FFF;
}

.print-order-num-div:first-child::before {
  content: none;
}
.print-order-num-div:last-child::after {
  content: none;
}

.document-select-supported-files-title {
    font-size: 17px;
    font-weight: 300;
}

.document-select-section-div {
    background-color: #FFF;
    color: #000;
    font-size: 13px;
    padding: 2.5rem;
}

.document-select-section-title {
    font-size: 17px;
    font-weight: 300;
    word-break: break-all;
}

.document-select-form-group {
    display: flex;
    align-items: center;
}

.document-select-form-group label {
    width: unset;
    font-size: 15px;
    font-weight: 500;
}

.table-pagination-btn {
    background: transparent;
    color: #000;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: unset;
}

.important-asterik {
    font-size: 15px;
    color: #E6201F;
}

.hide-items {
    display: none;
}

.document-select-upload-div,
.document-select-upload-div-loading-display {
    width: 100%;
    height: 100px;
    color: #000;
    font-size: 15px;
    border: 2px dotted #E6E7ED;
    justify-content: center;
    align-items: center;
}

.document-select-upload-div-loading-display {
    display: flex;
    flex-direction: column;
}

.document-select-upload-btn {
    background: transparent;
    border: 1px solid #42DCD1;
    padding: 1rem 2rem;
    border-radius: 5px;
}

.document-select-table-delete-btn {
    background-color: #A9A9A9;
    padding: 0.2rem 0.5rem;
    color: #FFF;
    font-size: 15px;
    border: unset;
    border-radius: 3px;
}

.table thead th {
    background-color: transparent;
    color: #FFF;
}

.table thead th:first-child {
    border-top-left-radius: 5px;
}

.table thead th:last-child {
    border-top-right-radius: 5px;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
    font-size: 17px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.table td, .table th{
    padding: 1rem;
    font-size: 15px!important;
}

.table thead tr {
/*    background-image: var(--to-right-primary-color-gradient);*/
    background-color: #B2C1AD;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #FFF;
}

.table-striped tbody tr td {
    color: #000;
}

.table-responsive {
    box-shadow: var(--default-box-shadow);
    -webkit-box-shadow: var(--default-box-shadow);
    -moz-box-shadow: var(--default-box-shadow);
    border-radius: var(--default-border-radius);
}

.table {
    margin-bottom: unset;
}

.clickable-table-anchor {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.clickable-table-anchor:hover {
    text-decoration: underline;
}

.table-pagination-btn[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

.location-select-card {
    border-radius: var(--default-border-radius);
    overflow: hidden;
    background-color: #FFF;
    background-image: unset;
    box-shadow: var(--default-box-shadow);
    -webkit-box-shadow: var(--default-box-shadow);
    -moz-box-shadow: var(--default-box-shadow);
    cursor: pointer;
}

.location-select-card.active {
    /*background-color: unset;
    background-image: var(--to-right-primary-color-gradient);*/
    background-color: #AEB9AB;
}

.location-select-img-div {
    width: 100%;
    height: 250px;
    border-radius: var(--default-border-radius);
    background-color: #FFF;
    border: 0.5px solid #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-select-img {
    height: 100%;
    width: auto;
}

.location-select-label {
    padding: 1rem 1rem;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.location-select-card.active .location-select-label {
    color: #FFF;
}

.config-setting-field-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-setting-field-label {
    font-size: 15px;
    font-weight: 500;

}

label.config-setting-field-label {
    justify-content: start;
    padding-left: unset;
}

label.config-setting-field-label span.config-setting-asterik {
    display: inline;
    border: unset;
    color: #E30000;
}

.config-setting-field-form-group.range-type .form-control {
    width: 5rem;
    display: inline-block;
}

.config-setting-field-form-group.range-type:has(.invalid-feedback) .form-control {
    border-color: #fd397a;
}

.config-setting-divider {
    margin: 0px 1rem;
}

.print-summary-title-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DCDFE8;
}

.print-summary-title-btn {
    background-color: transparent;
    border: unset;
/*    color: #42C1FD;*/
    color: #48CE1B;
    font-weight: 100;
    text-decoration: underline;
}

.print-summary-details-label {
    font-size: 15px;
    font-weight: 300;
}

.print-summary-details-value {
    font-size: 15px;
    font-weight: 500;
}

.preview-file-type-modal .modal-dialog {
    max-width: 1300px;
}

.print-summary-preview-img {
    width: 100%;
    height: auto;
}

.print-summary-preview-iframe {
    width: 100%;
    height: 100%;
}

.checkout-summary-div,
.checkout-summary-empty-div {
    background-color: #FFF;
    padding: 2.5rem;
    border-bottom: 1px dotted #767676;
}

.checkout-summary-empty-div {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    border-bottom: unset;
}

.checkout-summary-div:last-child {
    border-bottom: unset;
}

.checkout-summary-div .print-summary-title-btn {
    text-decoration: none;
    font-size: 20px;
}

.checkout-summary-div .print-summary-title-div {
    border-bottom: unset;
}

.print-summary-title-btn.trash-btn{
    color: #E6201F;
}

.checkout-payment-div {
    padding: 2rem;
    color: #000;
    background-color: #FFF;
    font-size: 15px;
}

.checkout-input-section {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 2rem;
}

.checkout-payment-title {
    font-size: 17px;
    font-weight: 500;
}

.checkout-payment-title.total-amount {
    font-weight: 600;
}

.checkout-payment-horizontal-line {
    border: 0.5px solid #E3E3E3;
}

.checkout-payment-label {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding-left: unset;
    margin-bottom: 0.3rem;
}

.checkout-payment-field-group {
    display: flex;
    align-items: center;
}

.checkout-payment-field-group .form-control {
    width: 80%;
    margin-right: 0.5rem;
}

.checkout-payment-voucher-btn {
    background-color: #A9A9A9;
    border-radius: var(--default-border-radius);
    color: #FFF;
    padding: 0.7rem 2rem;
    font-size: 15px;
    border: unset;
}

.checkout-payment-btn {
/*    background-image: var(--to-right-primary-color-gradient);*/
    background-image: linear-gradient(359deg, #319F0C 0%, #48CE1B 100%);
    color: #FFF;
    font-size: 15px;
    padding: 0.7rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: unset;
    border-radius: var(--default-border-radius);
}

.checkout-payment-btn[disabled] {
    opacity: 0.5;
}

.checkout-payment-btn-img {
    width: 12%;
}

.checkout-payment-method-div {
    border-radius: var(--default-border-radius);
    border: 1px solid #DCDFE8;
    padding: 1.3rem 0.5rem;
    margin: 0rem 0rem 0.7rem 0rem;
    font-size: 15px;
    font-weight: 300;
    background-color: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.checkout-payment-method-radio {
    accent-color: #19B3FC;
}*/

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 2px;
    left: -1px;
    position: relative;
    background-color: #FFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #DCDFE8;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 2px;
    left: -1px;
    position: relative;
    background-color: #FFF;
    content: '';
    display: inline-block;
    visibility: visible;
/*    border: 4.5px solid #19B3FC;*/
    border: 4.5px solid #48CE1B;
}

#paymentMethodSection input {
    visibility: hidden;
}

.checkout-payment-method-img {
    width: auto;
    height: 30px;
}

label.checkout-payment-method-div span {
    display: block;
    border: unset;
    border-radius: unset;
    width: unset;
    height: unset;
}

.btn-print{
    color: #22BEF0;
    text-decoration: underline;
    cursor: pointer;
}

.print-checkout-quotation-div {
    width: 100%;
    padding: 1rem;
    border: 1px solid #E3E3E3;
/*    border-left: 4px solid #19B3FC;*/
    border-left: 4px solid #48CE1B;
    border-top-right-radius: var(--default-border-radius);
    border-bottom-right-radius: var(--default-border-radius);
    margin-left: 10px;
    margin-right: 10px;
}

.print-checkout-price {
    font-size: 20px;
    font-weight: 600;
    margin-top: 2rem;
}

.checkout-payment-method-child-list {
    padding: 0.5rem 0.6rem;
/*    background-color: #b7b7b7;*/
    background-color: #F6F6F6;
/*    background-color: #d9ffcd;*/
    border-radius: var(--default-border-radius);
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border: 1px solid #DCDFE8;
}

.checkout-payment-method-child-list .checkout-payment-method-div.checkout-payment-method-child-label {
    padding: 1rem 0.3rem;
/*    background-color: #f9fff7;*/
    background-color: #FFFFFF;
}

.checkout-payment-method-child-list .checkout-payment-method-div.checkout-payment-method-child-label:last-child {
    margin-bottom: unset;
}

.checkout-payment-method-outer-div:has(.checkout-payment-method-child-list) .checkout-payment-method-div {
    margin-bottom: unset;
}

.checkout-payment-method-outer-div:has(.checkout-payment-method-child-list) {
    margin-bottom: 0.7rem;
}

.checkout-payment-method-outer-div:has(.checkout-payment-method-child-list) .checkout-payment-method-child-label {
    margin-bottom: 0.5rem;
}

.checkout-payment-method-child-col .checkout-payment-method-img {
    height: 25px;
}

.checkout-payment-method-child-col {
    padding-left: 5px;
    padding-right: 5px;
}

.modal .modal-content .modal-header .modal-title{
    color: #FFF;
    font-size: 17px;
}

.btn-cp-default{
    outline: none;
    border: none;
    border-radius: 5px;
    margin-block: 1rem;
    padding: 1rem;
    min-width: 120px;
    color: #FFF;
    background: #e0e0e0;
}

.logo-placeholder {
    font-size: 25px;
    font-weight: 500;
}

.homepageHeaderMobile .logo-placeholder {
    font-size: 15px;
}

.logo-placeholder-anchor {
    color: #000;
}

.logo-placeholder-anchor:hover {
    color: #000;
}

.minimum-charges-text{
    color: #ff8080;
    font-size: 1rem;
}

.grayscale {
    filter: grayscale(1);
}

.modal-preview-display {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.75);
}

.preview-file-type-modal .modal-body:has(.modal-preview-display.portrait-type) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-preview-display.portrait-type {
    width: 60%;
    max-width: 60%;
}

.preview-canvas-div {
    padding: 0.5rem 0.7rem;
}

/*.preview-canvas-div canvas {
    border: 0.5px solid #D3D3D3;
}*/

/*.preview-canvas-div canvas.no-display {*/
.preview-canvas-div div:has(.no-display),
.preview-canvas-div div.no-display {
    border: unset;
}

.preview-canvas-div div {
    height: 100%;
    max-height: 100%;
    border: 0.5px solid #D3D3D3;
    overflow: hidden;
}

.portrait-type .num-1-per-sheet-type {
    height: 100%;
    max-height: 100%;
}

.portrait-type .num-2-per-sheet-type {
    height: 450px;
    max-height: 450px;
}

.portrait-type .num-4-per-sheet-type {
    height: 450px;
    max-height: 450px;
}

.portrait-type .num-6-per-sheet-type {
    height: 400px;
    max-height: 400px;
}

.portrait-type .num-9-per-sheet-type {
    height: 300px;
    max-height: 300px;
}

.portrait-type .num-16-per-sheet-type {
    height: 250px;
    max-height: 250px;
}

.landscape-type .num-1-per-sheet-type,
.landscape-type .num-2-per-sheet-type {
    height: 100%;
    max-height: 100%;
}

.landscape-type .num-4-per-sheet-type {
    height: 400px;
    max-height: 400px;
}

.landscape-type .num-6-per-sheet-type {
    height: 350px;
    max-height: 350px;
}

.landscape-type .num-9-per-sheet-type {
    height: 300px;
    max-height: 300px;
}

.landscape-type .num-16-per-sheet-type {
    height: 275px;
    max-height: 275px;
}

a:not([href]):not([tabindex]), 
a:not([href]):not([tabindex]):focus, 
a:not([href]):not([tabindex]):hover {
    color: #000 !important;
}

.dial-code-container .select2-container{
    width: 100%!important;
}

.dial-code-container .select2-container--default .select2-selection--single .select2-selection__rendered {
/*    height: calc(1.5em + 1.3rem + 1px)!important;*/
    height: calc(1.5em + 1.37rem + 1px)!important;
    font-size: 15px;
    color: #495057;
    font-weight: 400;
}

.dial-code-container  .select2-container--default .select2-selection--single {
/*    border-radius: 4px;*/
    border-radius: unset !important;
}

.support-box-container {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.upload-image-container {
    border: 1px solid #e2e5ec;
    display: flex;
    justify-content: center;
}

.image-btn {
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-btn-wrapper {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.image-btn-wrapper span {
    color: #C3C3C3;
    text-decoration: underline;
}

input::placeholder, textarea::placeholder {
    color: #C3C3C3!important;
}

.support-box-container .form-group label {
    cursor: auto;
    justify-content: unset;
}

.support-box-container .form-group label span {
    display: block;
    border: none;
}

.support-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-dial-code .select2-container--default .select2-selection--single {
    border-radius: 4px;
}

.forgot-pw-text {
    white-space: nowrap;
    color: #48CE1B;
    cursor: pointer;
    font-weight: 500;
}

.forgot-pw-text:hover {
    color: #48CE1B;
}

.login-btn button {
    width: 100%;
}

.centered-text {
    text-align: center;
    position: relative;
  }
  
.centered-text span {
    display: inline-block;
    padding: 0 20px; 
    color: black;
    /* padding-left: 2rem; */
}

.centered-text::before,
.centered-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(30% - 20px); 
    height: 1px;
    background-color: lightgray;
}

.centered-text::before {
    left: 0;
}

.centered-text::after {
    right: 0;
}

.box-shadow-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.box-shadow-wrapper {
    padding: 1rem;
    cursor: pointer;
    font-size: 15px;
} 

.sub-text {
/*    font-size: 14px;*/
    font-size: 15px;
}

.remove-border {
    border: none;
}

.remove-border .select2-container--default .select2-selection--single {
    border: none;
}

.border-wrapper {
    border: 1px solid #e2e5ec;
    border-radius: 4px;
}

.border-wrapper .form-control {
    border-radius: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "▾";
    color: black;
    font-size: 1.5rem;
}

input[type=text]:focus {
    border: 1px solid #5E9ED6;
}

.otp-btn {
    border: none;
    color: white;
    background: var(--to-bottom-primary-color-gradient);
    border-radius: 5px;
}
.mustFill {
    color: red;
}

.register-icon-container {
    position: relative;
}

.register-form-icon {
    position: absolute;
    top: 47px;
    right: 50px;
    cursor: pointer;
}

.is-invalid .error-border {
    border: 1px solid #fd397a;
    border-color: #fd397a;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .325rem);
    background-size: calc(.75em + .65rem) calc(.75em + .65rem);
}

.register-content {
    /* padding-top: 70px; */
    padding-inline: 50px;
    padding-bottom: 60px;
    background-color: #F5F5F5;
}

.login-page-form-password-icon i{
    font-size: 1.25rem;
    color: #A7A7A7;
}

.logo-placeholder img{
/*    width: 64px;*/
    /* height: 64px; */
    /* width: 75px; */
    height: 45px;
    /* height: 55px; */
}

.homepageHeaderBackdrop{
    box-shadow: 0px 3px 6px #00000017;;
}

.public-registration-bg {
    background-image: url('/images/project/registration-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

/* START of Forgot Password */
.left-images-container{
    position: relative;
    z-index: 99;
}

.left-images-container-before{
    position: absolute;
    content: "";
    /* left: -10px; */
    left: -2px;
    top: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
    background-color: #B2C1AD;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/* END of Forgot Password */

.agreement-text-title{
    font-size: 24px;
    font-weight: 700;
    margin-block: 1rem;
    color: #000;
}

.privacyPolicy-container {
    color: #000;
    /* margin-top: 90px; */
    max-width: 1920px;
    padding-inline: 0;
    font-size: 16px;
    /* padding-bottom: 20px; */
}

.agreement-layout-bg {
    background: #fff;
    box-shadow: 0 3px 10px #00000029;
    border-radius: 3px;
}

.agreement-text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.agreement-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #353535;
}

.privacyPolicy-container b {
    font-weight: 500;
    color: #353535;
}

.privacyPolicy-container  * {
    font-family: "Apercu" !important;
}

.container{
    max-width: 1920px; /* overwrite bootstrap */
    padding-inline: 0;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: url("");
}

#hamburger > div{
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-color: var(--accordion-collapsed-active);
}

#hamburger div:nth-child(2){
    margin-block: 0.5rem;
}

#closeMenu > div{
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-color: var(--accordion-collapsed-active);
}

#closeMenu div:nth-child(1){
    margin-block: 0.5rem;
    transform: translateY(5px)rotate(-45deg);
}

#closeMenu div:nth-child(2){
    margin-block: 0.5rem;
    transform: translateY(-5px)rotate(45deg);
}

.dropdown-menu.show{
    z-index: 999;
}

/* START of Print summary settings */
.modal .modal-content .modal-header .close, .modal .modal-content .modal-header .close:hover{
    color: #FFF!important;
}

.modal-preview-settings-display{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* END of Print summary settings */

.print-side-selection{
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    padding: 1rem;
    margin-right: 0.5rem;
    margin-block: 0.25rem;
    cursor: pointer;
}

.print-side-selection.active{
    border: 1px solid #8f9298;
}

/* START of Order History */
#orderHistory.pageContent{
    padding-top: 50px;
    background-color: #F5F5F5;
}

#orderHistory .pageTitle{
    text-align: center;
}
/* END of Order History */

.public-registration-input-relative {
    position: relative;
}

.public-registration-input-relative input {
    z-index: 1;
}

.reg-otp-btn {
    top: 8px;
    right: 10px;
    position: absolute;
    border: none;
    color: #48CE1B;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
    z-index: 99;
    font-weight: 500;
}

.document-select-table-delete-btn .fa.fa-trash-o{
    color: #FFF;
}

#checkoutSummary .fa-edit{
    color: #48CE1B;
}

#checkoutSummary .fa-trash-o{
    color: #FC1818;
}

.printing-icon-container{
    display: flex;
    align-items: center;
    font-size: 15px;
    text-decoration: underline;
}

/* .printing-icon-container > :not(span){
    cursor: pointer;
} */

.printing-icon-container img{
    width: 16px;
    margin-right: 0.5rem;
}

/* overwrite default bootstrap active blue bgColor */
.dropdown-item.active, .dropdown-item:active{
    background-color: #48CE1B;
}

/* START of Edit Profile */
.edit-details-option-forms, .edit-details-option-container{
    background-color: var(--profile-card-bg);
    padding: 2.5rem;
}

.edit-details-option-container{
    border-right: 1px solid #E1E1E1;
    position: relative;
}

.edit-details-option-container::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #B2C1AD;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.edit-details-option{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
    padding-top: 0;
}

.edit-details-option:hover{
    cursor: pointer;
}

.edit-details-option p{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
}

.edit-details-option.active p{
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
}

.edit-details-tab img{
    width: 16px;
}

.disabled-input{
    background-color: #E1E1E1;
    cursor: not-allowed;
}

#editDetailsContainer{
    box-shadow: 0px 3px 10px #00000029;
}

.myProfile-page {
    padding-top: 70px;
}

/* .myProfile-page{
    min-height: 80vh;
} */
/* END of Edit Profile */

/* START tuning with designers tuning doc 27/8 */
.print-order-text, #paymentMessage, #userLoginEmailDisplay{
    font-size: 15px!important;
}

.checkout-print-settings-text{
    font-size: 17px!important;
}



/* END tuning with designers tuning doc 27/8 */

.public-registration-checkbox-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.public-registration-checkbox-div input[type=checkbox],
.public-registration-checkbox-div label {
    cursor: pointer !important;
}

.document-loading-text {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-top: 1rem;
}

.document-loading {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  height: 30px;
  display: flex;
  align-items: center;
}

.document-loading-obj {
  width: 5px;
  height: 0px;
  background: linear-gradient(359deg, #319F0C 0%, #48CE1B 100%);
  margin: 0 3px;
  border-radius: 10px;
  animation: loading 1.2s infinite;
}

.document-loading-obj:nth-child(2){
  animation-delay: 0.15s;
}
.document-loading-obj:nth-child(3){
  animation-delay: 0.3s;
}
.document-loading-obj:nth-child(4){
  animation-delay: 0.45s;
}
.document-loading-obj:nth-child(5){
  animation-delay: 0.6s;
}
.document-loading-obj:nth-child(6){
  animation-delay: 0.75s;
}
.document-loading-obj:nth-child(7){
  animation-delay: 0.9s;
}
.document-loading-obj:nth-child(8){
  animation-delay: 1.05s;
}

@keyframes loading {
  0% {
    height: 0;
  }
  50% {
    height: 30px;
  }
  100% {
    height: 0;
  }
}
.fixthewa{
    position: fixed;
    z-index: 1;
    right: 0px;
    bottom: 80px;
    background-color: #f0f8ffa8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
.fixthewa img{
    width: 30px;
    margin: 5px 7px;
}

.contruction-title {
    color: #48CE1B;;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.additional-child-row th {
    color: black!important;
}

.myprofile-mobile-sidebar {
    color: #32CD32;
    text-decoration: underline;
    font-weight: 500;
}

.additional-row-inner thead tr {
    background-color: #d2dbcf!important;
}

.additional-row-inner tbody tr {
    background-color: #edf2ee!important;
}

.pop-up-memo-div img:not(button img) {
    width: 100%;
}

.pop-up-memo-btn {
    background: none;
    border: none;
    font-size: 50px;
}

.pop-up-memo-btn i {
    color: white;
}

.pop-up-memo-img {
    background: #fff;
}

#popUpMemoModal .modal-content {
    box-shadow: none!important;
}

.btn-modal-close {
    position: absolute;
    top: 5px;
    right: 50px;
    cursor: pointer;
}

/* .popup-modal-close {
    position: absolute;
    top: 0;
    right: 0;
} */


