@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500&display=swap');

:root {
  --blue: #296aa2 !important;
}

html, body {
    color:#333;
}

img.card-image {
    max-width: 180px;
}
img.paypal-image {
    max-width: 100px;
}
img.google-image {
    max-width: 130px;
}
img.apple-image {
    max-width: 80px;
}

.cookies-box {
  position: fixed;
  bottom: 50px;
  right: -410px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.cookies-box.show {
    left: 20px;
    z-index: 999;
}
.cookies-box header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.cookies-box header i {
  color: #296aa2;
  font-size: 32px;
}
.cookies-box header h2 {
    color: #296aa2;
    font-weight: 500;
    font-size: 19px;
}
.cookies-box .data-content {
  margin-top: 16px;
}
.cookies-box .data-content p {
  color: #333;
  font-size: 16px;
}

.cookies-box .data-content p a {
  color: #4070f4;
  text-decoration: none;
}
.cookies-box .data-content p a:hover {
  text-decoration: underline;
}

.cookies-box .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies-box .buttons .button {
  border: none;
  color: #fff;
  padding: 10px 2px;
  border-radius: 4px;
  background: #296aa2;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.cookies-box .buttons #acceptBtn:hover {
  background-color: #032778;
}
.cookies-box #declineBtn {
  border: 2px solid #296aa2;
  background-color: #fff;
  color: #296aa2;
}
.cookies-box #declineBtn:hover {
  background-color: #296aa2;
  color: #fff;
}

#business_form .reCaptcha,
#private_form .reCaptcha {
    border: 0px !important;
    width: 100% ! IMPORTANT;
    text-align: center !important;
}
#business_form .g-recaptcha,
#private_form .g-recaptcha{
    margin: auto !important;
    display: inline-block ! IMPORTANT;
}

.checkout-card-option, 
.checkout-paypal-option, 
.checkout-googlepay-option {
    padding-bottom: 40px !important;
}

input.uk-radio.payment-option {
    width: 24px;
    height: 24px;
    border: 3px solid #2196F3;
    margin-right: 10px ! IMPORTANT;
}

div#wrong-qr i {
    font-size: 50px;
    margin-top: 30px !IMPORTANT;
    margin-bottom: 30px !IMPORTANT;
}

.unpaid-sheets-urls {
    background: #296aa2;
    border: 1px solid;
    padding: 5px;
}

.unpaid-sheets-urls p {
    color: #FFF;
    font-size: 17px ! IMPORTANT;
    font-weight: normal;
    margin: 0px;
}

.unpaid-sheets-urls p a{
    color: #296aa2 ! IMPORTANT;
    font-size: 16px ! IMPORTANT;
    font-weight: 600;
    background-color: #FFF;
    margin-top: 5px;
}

.new-success-message{
    color: #155724;
    font-size: 18px;
}

.payment-border-box {
    border: 1px solid #eee;
    padding: 10px 20px;
}

.tag-payment-page{
    margin-top: 20px;
    margin-bottom: 30px;
}

.thank-you-container {
    text-align: center;
    padding-top: 20px;
}

.thank-you-container .check-image {
    width: 100px;
}

.thank-you-container h1 {
  color: #333;
  font-size: 30px;
}

.thank-you-container p {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
}

.credit-card-form .card-row 
{
    border: none;
    padding: 13px 10px;
    border-radius: 0.25rem;
    background: rgb(255, 255, 255);
    color: #333;
    box-shadow: #6666663d 0px 0px 0px 1px inset;
    outline:none;
}

.setting-success {
    background: #edfbf6;
    color: #155724;
    border: 2px solid #155724;
    font-weight: 600;
    border-radius: 3px;
}

.customer-sidebar li.uk-margin-remove-top {
    margin-bottom: 2px !IMPORTANT;
    margin-top: 2px !important;
}

.uk-button-default.uk-button-no-border {
    border: 0px !IMPORTANT;
}

.message-border-box{
    border: 1px solid #eee;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #444 !important;
}

.choose-from-list {
    margin-left: 8px;
    font-size: 12px;
    margin-top: 11px;
    font-weight: normal;
}

.message-border-box .message-box-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.message-border-box .chat-box {
    padding: 0px 15px;
    margin-bottom: 10px;
    height: 400px;
    overflow: auto;
}

.message-border-box .message-send-box {
    padding: 15px;
    padding-bottom: 0px;
    border-top: 1px solid #eee;
}

.qrr-bottom-line {
    bottom: 0px;
    background: rgba(62,90,129,0.4);
    position: absolute;
    width: 100%;
    height: 35%;
}
.qrr-top-line {
    top: 0px;
    background: rgba(62,90,129,0.4);
    position: absolute;
    width: 100%;
    height: 35%;
}

.qrr-top-line .scan-text {
    text-align: center;
    margin-top: 40%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.qrr-top-line .scan-text .note {
    font-weight: normal !IMPORTANT;
    display: block;
    max-width: 99%;
    margin: auto;
    font-size: 14px;
}

.qrr-right-line {
    background: rgba(62,90,129,0.4);
    width: 20%;
    height: 30%;
    position: absolute;
    top: 35%;
    right: 0px;
}

.qrr-left-line {
    background: rgba(62,90,129,0.4);
    width: 20%;
    height: 30%;
    position: absolute;
    top: 35%;
    left: 0px;
}

.small-receipt-file{
    max-height: 75px;
    margin-right: 12px;
    object-fit:contain;
    border: 1px solid #eee;
}

div#qrr-nodata {
    display: none !IMPORTANT;
}

#qrr-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
    margin-top: -15px !important;
    font-size: 60px !important;
    cursor: pointer !important;
    color: #FFF !IMPORTANT;
    z-index: 99999999999999999 !IMPORTANT;
}

#qrr-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    border-radius: 0px !important;
    background:transparent !important;
}
#qrr-output {
    display: none !important;
}
#qrr-canvas {
    display: block;
    max-width: 100%  !important;
    height: 100% !important;
    margin: 0px auto 0px !important;
}
#qrr-loading-message {
    display:none !important;
}

.print-tag-number {
    background: #f2f2f2;
    padding: 10px;
    padding-bottom:2px;
    text-align: center;
}

.print-tag-number img{
    max-height: 250px;
}

#reader img {
    display: none !important;
}
#body-overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#FFF; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.stopScanning a {
    color: #FFF !important;
    font-size: 25px !IMPORTANT;
    position: relative;
    z-index: 9999999999999999999999999 !important;
}
.stopScanning {
    position: absolute;
    z-index: 9999999999999999999999999 !important;
    right: 10px !IMPORTANT;
    top: 10px !IMPORTANT;
}
#qr-shaded-region {
    border-color:rgba(62,90,129,0.4) !important;
}
#qr-shaded-region div {
    background: transparent !IMPORTANT;
}
div#qr-shaded-region div:nth-child(1) {
    border-top: 3px solid #296aa2 !IMPORTANT;
    width: 100% !IMPORTANT;
    margin-top: 5px !IMPORTANT;
}   
div#qr-shaded-region div:nth-child(2) {
    background: #296aa2 !IMPORTANT;
    width: 3px !IMPORTANT;
    height: 100% !IMPORTANT;
    left: 0px !IMPORTANT;
    display: inline-block !IMPORTANT;
    top: 0px !IMPORTANT;
}
div#qr-shaded-region div:nth-child(3) {
    background: #296aa2 !IMPORTANT;
    width: 3px !IMPORTANT;
    height: 100% !IMPORTANT;
    left: 200px !IMPORTANT;
    display: inline-block !IMPORTANT;
    top: 0px !IMPORTANT;
}
div#qr-shaded-region div:nth-child(4) {
    border-top: 3px solid #296aa2 !IMPORTANT;
    width: 100% !IMPORTANT;
        top: 200 !IMPORTANT;
} 



div#qr-shaded-region div:nth-child(5) {
    text-align: center;
    width: 100% !IMPORTANT;
    left: 0px !IMPORTANT;
    top: -40px !IMPORTANT;
    color: #FFF !IMPORTANT;
    font-weight: bold !IMPORTANT;
}
button#html5-qrcode-button-camera-stop {
    position: absolute;
    top: 10px !IMPORTANT;
    right: 10px !IMPORTANT;
}
div#reader.active {
    position: absolute !IMPORTANT;
    top: 0px !IMPORTANT;
    overflow: hidden !IMPORTANT;
    width: 100% !IMPORTANT;
    z-index: 999999999999999 !important;
}

/* Top Hero Css */

img.item-recover-image {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.home-page .section1 img.item-recover-image {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    margin-bottom: -100px;
}
    
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.someone-found {
    margin-top: -130px;
    position: relative;
}
.get-contacted img {
    margin-bottom: -25px;
}
.home-page .section1{
    background: #eef2f7;
    padding: 15px;
}

.home-page .section1 h1{
    color: #296aa2;
    font-weight: 700;
    font-size: 37px;
    font-family: 'Montserrat';
    letter-spacing: 1.5px;
    line-height: 50px;
}

.home-page  .section1 p.protect-valuable{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.home-page  .section1 p.register-qr-text{
    margin-top: 0px !important;
    font-size: 20px;
}

.home-page  .section1 .btn-groups{
    margin-top: 45px;
}

.home-page  .section1 a.how-its-free{
    color: #252525;
    text-decoration: underline;
    padding: 0px;
}

.home-page  .section1 a.create-btn{
    background: #32bea6;
    border-radius: 8px;
    color: #ffff;
}

.home-page  .section1 a.demo-btn{
    background: #ffff;
    border-radius: 8px;
    color: #296aa2;
    font-weight: 600;
    border: 1px solid #296aa2; 
}

.home-page  .section1 a.demo-btn i{
   font-size: 22px;
    color: #252525;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.choose-upload-file {
    margin-bottom: 20px;
    margin-top: 11px;
    font-size: 14px;
}

h3.uk-margin-small.middle-heading {
    font-size: 18px;
    font-weight: 500;
}

.notes-data .uk-card{
    border: 1px solid #ccc;
}

.linking-item .uk-card {
    background: #f2f2f2;
    cursor: pointer;
    border: 1px solid #ccc;
}

.linking-item .light-blue {
    background: #e5f3ff !important;
}

table.linking-table tr th{
    background: #296aa2;
    color: #fff;
}

.formRow {
  position: relative;
  width: 100%;
}
#select {
    min-width: auto !IMPORTANT;
}
#select > li span.select-label {
    position: relative;
    display: block;
    font-weight: normal !important;
    padding: 0px;
    box-shadow: none !important;
    border-radius: 3px;
    border: 1px solid #CCC !IMPORTANT;
    transition: 0.2s;
    z-index: 1;
    padding: 8px !IMPORTANT;
    padding-left: 5px !IMPORTANT;
    padding-right:25px !important;
}
#select ul.select-menu {
    width: 300px !IMPORTANT;
    padding-left: 5px !IMPORTANT;
}
#select > li span.select-label:after {
    right: 4px !important;
}

#select > li ul.select-menu .select-list span p {
    display: inline-block;
    max-width: 90%;
    margin-bottom: 0px !IMPORTANT;
}
.no-item-image {
    text-align:center;
}

.no-item-image img {
    max-width: 250px;
}

.fields-container h3 {
    font-weight: normal !important;
    font-size: 20px !IMPORTANT;
    margin-bottom: 30px;
    color: #252525;
}
.fields-container h3 span.tag {
    color: var(--blue);
    font-size: 20px;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}

.formRow--item {
  display: block;
  width: 100%;
}

.formRow--input {
    position: relative;
    padding: 15px 20px 11px;
    width: 100%;
    outline: none;
    border: solid 1px #95989a;
    border-radius: 4px;
    color: #2c3235;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 16px;
    resize: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.formRow--input-wrapper.active .placeholder {
  top: -5px;
  background-color: #ffffff;
  color: var(--blue);
  font-size: 14px;
  line-height: 14px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
    color: var(--blue);
    font-weight: 500 !IMPORTANT;
    font-size: 14px;
}
.formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover { border-color: var(--blue); }

.formRow .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #95989a;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all, .2s;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.add-employee-icon i.fa-solid.fa-user-plus {
    font-size: 22px;
    margin-top: 7px;
    color: #252525 !important;
}
a.signup-link {
    font-size: 15px;
    color: #164e63;
    border: 1px solid #164e63;
    font-weight: 500;
    padding: 7px;
    border-radius: 3px;
}
.fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
    width: calc(24% - 16px) !important;
}
a.fileuploader-action.fileuploader-action-remove {
    margin-top: -10px;
    margin-right: -10px;
}

.uk-modal-body .fileuploader-theme-gallery .fileuploader-item .actions-holder {
    position: absolute;
    top: 11px !important;
    right: 0;
    width: 100%;
    height: 0px !important;
    padding: 0 6px;
    z-index: 2;
    text-align: right;
    left: 4px;
}


.fileuploader-theme-gallery .fileuploader-items .fileuploader-item-inner {
    border: 1px solid #CCC;
}
.uk-button-default {
    background-color: #fff !important;
    color: #164e63 !important;
    border: 1px solid #164e63 !important;
}

img.shop-item-images {
    width: 200px;
    height: 100px;
    object-fit: cover !IMPORTANT;
    object-position: top !IMPORTANT;
}
.grn-btn{
   background: #83cc63;
   color: #fff !important;
}

span.activated-heading {
    color: #252525;
    font-size: 22px;
    font-weight: 500;
}

.my-message span.new-message {
    display: none !IMPORTANT;
}
.user-cart-details .item-section {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}
.fileuploader-theme-gallery .fileuploader-item-inner .content-holder h5 {
    text-align:left !important;
}

.checkout-paypal-option, .checkout-card-option, .checkout-googlepay-option, .checkout-applepay-option {
    background: #eef2f7;
    padding: 10px 20px !important;
}

#submit_loader{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url('/images/loading2.gif') no-repeat center center;
    z-index: 10000;
}

.small-medium-top{
    margin-top: 6px;
}

.small-top{
    margin-top: 4px;
}

select.currency-dropdown {
    height: 31px !important;
    width: 70px !important;
}

.fields-container {
    border: 1px solid #ccc;
    box-shadow: none;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.irtag-activate input.sheet-value{
    color: #252525;
    font-weight: 500;
    text-align: center;
    font-size: 21px !important;
    padding: 15px !important;
    letter-spacing: 1px;
}

.irtag-activate input.tag-number-value{
    color: #252525;
    font-weight: 500;
    text-align: center;
    font-size: 17px !important;
    padding: 10px !important;
    letter-spacing: 1px;
}

.uk-add-btn, a.assign-scan-qr-tag {
    font-weight: normal;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid var(--blue);
}

.checkout-page a.edit-your-cart {
    margin-left: 11px;
    margin-bottom: 7px;
}

.cms-page h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cms-page p {
    margin-top: 10px;
}

span.new-message {
    background: #293241;
    width: 10px;
    height: 10px;
    display: inline-block;
    float: right;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: -8px !IMPORTANT;
}
table.normal-tables th {
    font-weight: bold;
    color: #252525;
}

table.normal-tables td, 
table.normal-tables th {
    padding: 5px !IMPORTANT;
}
.normal-tables table thead tr th {
   color: #fff;
   border: solid 1px #293241 !important;
   padding: 5px 15px;
   text-transform: capitalize;
}

table.order-items-tables th {
    font-weight: bold;
    color: #252525;
}
table.order-items-tables td, 
table.order-items-tables th {
    padding: 5px !IMPORTANT;
}


.order-details-data h4 {
    font-size: 18px;
    padding: 0px;
    font-weight: 500;
    margin:0;
    color: #252525;
}

.order-details-data h2 {
    font-size: 21px;
    padding: 0px;
    font-weight: 500;
    margin:0;
    color: #252525;
}

.order-details-data h3 {
    font-size: 17px;
    font-weight: 500;
    color: #252525;
}

.order-details-data td {
    vertical-align: top;
    font-weight: 500;
}

.order-details-data .order-confirmation-block {
    background: #f6f6f6;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    width:100%;
}
.order-details-data .order-confirmation-block p {
    font-size: 15px;
    font-weight: 500;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.order-details-data table.order-total td {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    font-weight: 600;
} 
.order-details-data tr.total-row {
    font-weight: bold;
}
.order-details-data .b-clr{
    color: #252525 !important;
}

.order-details-data table.order-total h3 {
    margin-bottom: 0px;
}
.order-details-data h3.order-date {
    margin-top: 5px;
}
.order-details-data table.billing-info p {
    margin-top: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.order-details-data img.order-image{
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 5px;
    width:60px;
}

.new-account a {
    font-weight: 600;
}
.new-account {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.warning-icon i{
    font-size: 60px;
}

.view-details-page .cart-detail-sidecard .uk-card {
    color: #252525;
    border: 1px solid #ccc;
    margin-bottom:20px;
    border-radius: 5px;
}

.view-details-page .cart-detail-sidecard .uk-card span{
    font-weight:500;
    color: #000;
}

.view-details-page .cart-detail-sidecard .uk-card span.blue-text{
    font-size: 16px;
    color: #296aa2 !important;
}

.view-details-page .cart-detail-sidecard .uk-card span.item-total{
    font-size: 16px;
    color: #296aa2 !important;
}

.view-details-page .cart-detail-sidecard .uk-card a.apply-button{
    background: #83cc63;
    padding: 2px 18px;
    text-transform: capitalize;
    color: #fff;
}

.view-details-page .cart-detail-sidecard .uk-card a.sidecard-button {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

a.uk-add-btn i, a.assign-scan-qr-tag i {
    vertical-align: middle;
    margin-right: 4px;
}

#qrr-container {
    max-width: 600px;
    border-radus:5px !important;
}

#qrr-canvas {
    height: 80%;
}
.uk-offcanvas-close {
    color: #FFF !important;
    margin-right: 10px;
    margin-top: 10px;
}
.send-attachment.uploading {
    pointer-events: none;
    cursor: default;
    color:#666;
}

.uploading-start {
    pointer-events: none !important;
    cursor: default !important;
    background:#ccc !important;
}

img.move-folder-image {
    max-width: 20px;
}

.attachments-files li a.remove-attachment-file {
    position: absolute;
    top: -9px;
    color: #ff0000;
    font-size: 15px;
    border: 0px;
    font-weight: bold;
    right: -4px !IMPORTANT;
    position: absolute;    
}
.get-contacted p {
    max-width: 80%;
    line-height: 24px !IMPORTANT;
}
a.download-attachment-file {
    color: #ef7545;
}

.attachments-files li {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    color: #ef7545;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size:12px;
    padding-right:20px;
}

.search-missing .search-icon{
    padding: 5px 14px !important;
    border: 1px solid #296aa2 !important;
    border-radius: 30px !important;
    margin-top: 19px;
}

.search-missing .search-icon a{
    color: #296aa2 !important;
    padding-left: 0px !important;
}

.search-missing .search-icon a i{
    padding-right: 2px;
}

.mobile-search-missing .uk-inline {
    padding-top: 7px;
}

.mobile-search-missing .uk-inline .uk-form-icon{
    padding-top: 7px;
    cursor: pointer;
    pointer-events: auto;
    color: #252525 !important;
}

.mobile-search-missing a.scan-missing-tag {
    font-size: 17px;
}

.mobile-search-missing .uk-inline input{
   border-radius: 20px;
}

#select > li ul.select-menu .select-search input {
    box-sizing: border-box !IMPORTANT;
}

.customer-header .header-side-icons {
    margin-bottom: 3px;
}

.customer-header .header-side-icons a{
    margin-left:10px;
}

.customer-header .header-side-icons span.selected-folder-name {
    font-weight: 600;
    color: #252525;
    font-size: 15px;
    padding-right: 7px;
}

.customer-header .top-search-filter .uk-inline input{
    border-radius: 10px;
}

.customer-header .top-search-filter .uk-inline .filter-submit{
    font-size: 18px;
    border: 1px solid #dadada;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
    color: #252525;
    cursor:pointer;
    pointer-events: auto !important;
}

.customer-header .reset-filter{
    font-size: 24px;
    margin-left: 5px;
}

.company-reset{
    margin-top: 12px;
}

.assign-employee-dropdown .select2-container--default .select2-selection--single .select2-selection__clear, .assign-company-dropdown .select2-container--default .select2-selection--single .select2-selection__clear{
    margin-top:-5px !IMPORTANT;
    height: 40px;
}

.assign-employee-dropdown button.select2-selection__clear span, .assign-company-dropdown button.select2-selection__clear span{
    font-size: 39px;
    color: red;
    font-weight: normal !important;
}

.company-reset .reset-filter{
    font-size: 16px !important;
    margin-left: 0px !important;
}

.customer-header .employee-dropdown{
    margin-right: 10px;
}

.main-center-spinner i.fa-duotone.fa-spinner-third.fa-spin {
    font-size: 43px;
    margin-top: 60px;
}

.uk-form-controls.hide-item-box {
    margin-top: 27px;
}

.button-opacity {
    opacity: 0.5;
}
.uk-card-body {
    padding: 20px 20px;
}

label.uk-form-label {
    font-size: 14px !important;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: inherit;
}
a.search-item i {
    font-size: 23px;
    margin-top: 9px;
}
label.uk-text-danger {
    font-size: 13px !important;
    line-height: 17px;
}
input#searchItem {
    width: 300px;
}
a.search-item {
    margin-left: -30px !IMPORTANT;
    position: relative !important;
}
a.reset-item {
    width: 40px !IMPORTANT;
    margin-top: 6px !IMPORTANT;
    display: inline-block;
}
a.reset-item i {
    color: red;
    font-size: 28px;
}
div, span, body, p {
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
}
.settings h2 {
    font-size: 25px;
}

.activated-tags-page .activated-tag-box {
    border: 2px dashed;
    padding: 10px 20px;
    text-align: center;
    color: #ccc;
}

.activated-tags-page .activated-tag-box span {
    color: #296aa2;
    font-weight: 600;
}


.activated-tags-page .activated-sheet-box span {
    color: #296aa2;
    font-weight: 600;
}

.activated-tags-page .activated-sheet-box {
    border: 2px dashed;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer !important;
    color: #ccc;
}

.activated-tags-page .assign-tags span {
    color: #32d296;
    font-weight: 600;
}
.activated-tags-page .assign-tags {
    border: 2px dashed #32d296;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer !important;
    background: #edfbf6;
}

.grecaptcha-badge {
    display: none !important;
}

.password-field i {
    cursor: pointer !important;
}

.password-field .uk-form-icon {
    pointer-events: auto !important;
}


.assigned-user-tags{
    border: 1px solid #32d296;
}

.site-mobile-header {
    background: #FFF !important;
    padding: 10px 16px;
}

.site_mobile_menu a.burger-icon {
    padding: 6px;
    padding-top: 14px;
    padding-bottom: 4px;
    color: #296aa2;
}

.mobile-navbar li.exists-user-name {
    color: #fff;
    font-size: 18px;
    padding: 4px 15px;
}

.site_mobile_menu a.burger-icon i{
    margin-top: 3px;
}

img.mobile-header-image {
    max-width: 110px;
    margin-top: 4px;
}

.assigned-user-tags p{
    font-size: 16px;
}

.irtag-activate h3{
    font-size: 22px;
    font-weight: 500;
}

.itemrecover-tag-error .uk-alert {
    margin-bottom: 10px !important;
    margin-top: 10px !IMPORTANT;
    padding: 10px !IMPORTANT;
}


.irtag-activate .activate-button{
    text-align:center;
    margin-top: 30px !important;
    margin-bottom: 20px;
}

a.shop-cart-mobile{
    margin-left: 8px;
}

.shop-cart-mobile i.fa-regular.fa-cart-shopping-fast {
    font-size: 21px;
    font-weight: 300;
}

.small-top-icon{
    margin-top: 5px;
}

.shop-cart-mobile span.total-cart-product {
    margin-bottom: 21px;
    box-sizing: border-box;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #1e5162;
    color: #FFF !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}


.irtag-fields a.add-more {
    margin-top: 8px;
    display: inline-block;
}

.irtag-fields a.scan-your-tag {
    font-size: 21px;
    margin-left: 9px;
}

.lose-item p {
    margin-top: -58px !IMPORTANT;
    max-width: 60%;
    margin-left: 5% !important;
}

.irtag-fields a.activate-tag {
    font-size: 21px;
    margin-left: 9px;
}

a.previous-page {
    background: #CCC !important;
}
div.settings li.active-page a {
    font-weight: bold !important;
}
a.edit-previous-page {
    background: #CCC !important;
}
.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 0px;
    font-weight:500;
}
.login-links{
    padding-top: 19px;
}


#send_message {
    display: block;
    overflow: hidden;
    resize: none;
    max-width: 60%;
}
.uk-navbar-left.uk-navbar-middle ul.uk-navbar-nav li {
    padding-left: 22px !IMPORTANT;
}

.uk-navbar-left.uk-navbar-middle ul.uk-navbar-nav li.first-li {
    padding-left: 2px !important;
}

.uk-navbar-left.uk-navbar-middle {
    margin-left:20px;
}

select.change-language {
    width: 100%;
    padding: 3px;
    margin-top: 23px;
    display: initial;
    border-radius: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: #CCC;
}

.uk-text-primary{
    color: var(--blue) !important;
}

.uk-add-btn:hover, a.assign-scan-qr-tag:hover  {
    background: var(--blue);
    color: #FFF;
}
.uk-modal-footer button {
    margin-left: 15px;
}
.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
    padding-left: 35% !important;
    padding-right: 35% !important;
}
.uk-modal-footer {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.customer-sidebar {
    background: #f2f2f2;
    padding: 10px 20px;
    display: inline-block;
    width: 80%;
    border-radius: 10px;
    border: 1px solid #296aa2 !important;
}

.header-right {
    margin-top: 22px;
    float: right;
}

.header-right a.user-name {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding-right: 0px;
}

.header-right .user-profile {
    text-align: left;
    padding: 0px;
    display:none;
}
.header-right .user-profile.uk-dropdown.uk-open {
    display: block;
}

.uk-form-controls .use-type-top{
    margin-top: 8px;
}

img.brand-logo-image {
    max-width: 46px;
    margin-left: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
    border-radius: 50%;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    object-fit: contain !IMPORTANT;
    padding: 5px !IMPORTANT;
}

img.item-uploaded-image {
    max-width: 100%;
    margin-bottom: 10px;
    max-height: 150px;
    background: #FFF !IMPORTANT;
}

.item-pictures img.edit-item-image {
    max-width: 100%;
    height: 132px;
}
    
.remove-item-picture i{
    font-size: 24px;
}

.user-tag-id span{
    color: #fff;
    font-weight: 500;
}

.header-right .user-profile li {
    padding-top: 6px;
}

.header-right .user-profile a {
    font-weight: 500;
    margin-bottom: 0px !important;
    color:#252525;
}

.header-right .user-profile a i{
    padding-right: 5px;
}

.header-right .user-profile li.border-bottom {
    border-bottom: 1px solid #ccc;
}

.customer-sidebar ul.submenu, .customer-sidebar ul.submenu li {
    list-style: none;
    padding-top: 2px;
}

.uk-accordion p {
    color: #1E5162;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle  {
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight:500;
  color: #296aa2 !important;
}

.fileuploader-theme-gallery span.drop-file{
    padding-bottom: 19px;
    font-size: 22px;
}

.fileuploader-theme-gallery span.extension {
    padding-top: 17px;
    font-size: 12px;
}


h1, h2, h3, h4, h5, h6 {
   font-family: 'Roboto', sans-serif;
}
a.uk-button.uk-button-primary.signup {
    font-size: 16px !IMPORTANT;
    text-transform: uppercase !IMPORTANT;
}
img.logo-img{
    max-width: 300px;
}

.checkout-page .checkout-card-option, .billing-option {
    padding: 10px 0px;
    margin: 0px !important;
}

.checkout-page .checkout-paypal-option, .shipping-option {
    padding: 10px 0px;
    margin: 0px !important;
}

.checkout-page input#checkout_submit {
    text-transform: capitalize;
    font-weight: 500;
}

.checkout-page .checkout-paypal-option span.paypal-info {
    color: #296aa2;
    font-weight: 500;
    padding-top: 4px;
}

.checkout-page .checkout-paypal-option .paypal-button-container {
    margin-top: 25px;
}

.checkout-page .checkout-paypal-option .card_container {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}

.checkout-page .checkout-paypal-option .card_field{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}

.checkout-page .checkout-paypal-option .card_field_50{
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}

.checkout-page .checkout-paypal-option .card_field_75{
    width: 75%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}

.checkout-page .checkout-paypal-option .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

.checkout-page .checkout-paypal-option .col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
}

.checkout-page .checkout-paypal-option .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
}

.checkout-page .checkout-paypal-option input[type=text], .checkout-page .checkout-paypal-option select, .checkout-page .checkout-paypal-option textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}

.checkout-page .checkout-paypal-option input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.checkout-page .checkout-paypal-option .message_container {
    border-radius: 5px;
    background:#FFFFFF;
    font-size:13px;
    font-family:monospace;
    padding: 20px;
}

.checkout-page .checkout-paypal-option #loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.checkout-page .checkout-paypal-option #loading-image {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

.checkout-page .checkout-paypal-option .spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /* height of the spinner gif +2px to fix IE8 issue */
}

.checkout-page .checkout-paypal-option .button_container {
    display: flex;
    justify-content: center;
}

.checkout-page .checkout-paypal-option button:hover {
    background-color: powderblue;
}

.checkout-page .checkout-paypal-option button {
    width:229px;
    height:49px;
    background:lightblue;
    border:1px dotted black;
    font-size:17px;
    color:#3a3a3a;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
}

.checkout-page .checkout-paypal-option .btn_small{
    width:130px;
    height:39px;
    background:lightblue;
    border:1px dotted black;
    font-size:14px;
    color:#3a3a3a;
}

.checkout-page .checkout-paypal-option .btn_small:hover {
    background-color: powderblue;
}

.checkout-page .your-items .top-heading{
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height:70px;
}

ul.uk-navbar-nav {
    gap: initial !IMPORTANT;
}
.hidden{
    display:none;
}
.uk-navbar-right ul.uk-navbar-nav li a {
    padding-left: 25px;
}

.thankyou-page h1 {
    font-size: 36px;
    font-weight: 600;
}

.thankyou-page span.labels {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    text-transform: capitalize !important;
}

.header-section {
    background: #FFF !important;
    border-bottom: 1px solid #eef2f7;
}

.counter-quantity input{
	height: 30px !important;
    text-align: center;
    font-size: 17px !important;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    color: var(--blue) !important;
}

.counter-quantity span{
	background: #f9f9f9;
	box-shadow: #6666663d 0px 0px 0px 1px inset;
    cursor: pointer;
    pointer-events: auto !important;
    color: var(--blue) !important;
}

.counter-quantity span.minus-icon, .counter-quantity span.minus-quantity{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 27px;
}

.counter-quantity span.plus-icon, .counter-quantity span.plus-quantity{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 22px;
}

.checkout-page h3{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 500;
}

.background-change{
    background: #f6f6f6;
}

.view-details-page .empty-shop-cart a {
    background: #296aa2; 
    text-transform: capitalize;
    font-size: 15px;
}

.view-details-page .user-cart-details {
    padding: 18px 0px;
    padding-bottom:0px;
}

.view-details-page .user-cart-details img.cart-detail-image {
    border-radius: 4px;
}

.view-details-page .user-cart-details .cart-item-name {
    font-size: 17px;
    font-weight: 600;
}

.view-details-page .user-cart-details a.remove-item {
    font-size: 17px;
    color: #f0506e;
    font-weight: 500;
}

.view-details-page .user-cart-details  span.cart-item-total {
    font-size: 16px;
    font-weight: 600;
}

.checkout-page .your-items {
    color: #252525 !important;
    font-weight: 600;
}

.checkout-page .your-items .grand-total{
    font-size: 16px;
    color: #296aa2 !important;
}

.checkout-page .your-items .item-name {
    color: var(--blue);
    font-size: 14px;
    font-weight: 500;
}

.checkout-page .your-items-data {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 5px;
}

.checkout-page img.checkout-cart-image {
    border-radius: 5px;
    width: 100%;
}

.view-details-page .uk-table td.grand-total-value{
    font-size: 22px;
    font-weight: 400;
}

.footer-widget h4 {
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-weight:500;
}

.footer-widget h4 a{
    color: #FFF !important;
}

.footer-widget h4 a:hover{
    text-decoration: underline;
}

.shop-cart i.fa-regular.fa-cart-shopping-fast {
    font-size: 24px;
    font-weight: 300;
}

.shop-cart span.total-cart-product {
    margin-bottom: 21px;
    box-sizing: border-box;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: var(--blue);
    color: #FFF !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.social-button {
    margin-top: 15px;
}

.social-button a {
    margin-right: 15px;
}

.login-with{
    color: #296aa2;
    font-size: 17px;
}

.social-button a.google i {
    color: #296aa2;
    font-size: 21px;
    border: 1px solid #296aa2;
    padding-right: 12px;
    border-radius: 50%;
    padding-top: 10px;
    padding-left: 11px;
    padding-bottom: 9px;
}

.social-button a.apple i {
    color: #296aa2;
    font-size: 27px;
    border: 1px solid #296aa2;
    padding-right: 12px;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 12px;
    padding-bottom: 10px;
}

.footer-section .social-links {
    float: right;
}

.footer-section .social-links a{
    padding-right: 10px;
}

.footer-section .social-links a i {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    padding-right: 7px;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 7px;
    padding-bottom: 6px;
}

.uk-link, a {
    color:var(--blue);
}

.uk-modal-body i.fa-solid.fa-xmark {
    font-size: 20px;
}

.uk-modal-body li.list-number a.active {
    background: #293241 !important;
}

ul#item_tabs {
    padding: 0;
}

ul#edit_item_tabs {
    padding: 0;
}

.switcher li a::before {
    content: '';
    position: absolute;
    top: 4.2em;
    left: -5em;
    width: 11em;
    height: 0.2em;
    background: #ADD8E6;
    z-index: -1;
}

.switcher li.first-one a::before {
    background: #fff !important;
}

.fileuploader-theme-gallery span.drop-file{
    padding-bottom: 19px;
    font-size: 22px;
}

.fileuploader-theme-gallery span.extension {
    padding-top: 17px;
    font-size: 12px;
}

.uk-label {
    color: #fff !important;
}

.grid-view .uk-card-body .menu-bar {
    right: 0px;
    top: 0;
}

.grid-view .uk-card-body .item-status {
    left: 0px;
    top: 0;
}

.fileuploader {
    padding-right: 0px !IMPORTANT;
}
:focus-visible {
    outline: 0px !important;
}
li.fileuploader-input {
    width: 100% !important;
}

.fileuploader {
    background: transparent !important;
}

.uk-modal-body .fileuploader {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.items-fileuploader {
    margin-top: 12px !important;
}

li.fileuploader-input {
    display:flex !important;
}

.items-fileuploader .fileuploader-theme-gallery .fileuploader-input-inner {
    height: 32px !IMPORTANT;
    padding-top: 5px !IMPORTANT;
    display: inline-block !IMPORTANT;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    border-radius: 6px;
    border: 1px solid;
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
    margin-top: 3px;
    min-height: auto !important;
}

.items-fileuploader .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
    margin-top: 6px;
}

.upload-receipt-section .fileuploader-theme-gallery .fileuploader-input-inner {
    margin-top: 3px !important;
}

.items-fileuploader li.fileuploader-input {
    width: 26% !important;
    display: inline-block !IMPORTANT;
    height: 40px;
}

.items-fileuploader .fileuploader-theme-gallery .fileuploader-input-inner:hover {
    background: var(--blue);
    color: #fff !important;
}

.items-fileuploader .fileuploader-theme-gallery .fileuploader-input-inner i {
    vertical-align: middle;
    margin-right: 4px;
}

span.tootip {
    width:50% !important;
    margin-left:10px !important;
}

.fileuploader-theme-gallery .fileuploader-input-inner{
    border: 1px dashed var(--blue) !important;
}
.fileuploader-theme-gallery .fileuploader-input {
    margin: 0px !IMPORTANT;
}

.fileuploader-input-inner {
    font-weight: normal !IMPORTANT;
    color: #293241 !important;
}

.fileuploader-theme-gallery span.allowed-formats {
    padding-top: 13px;
    padding-bottom: 6px;
    font-size: 17px;
}

span.required-field {
    color: #f0506e!important;
}

.green-border{
    border: 1px solid #008000 !important;
}

.red-border{
    border: 1px solid #ff0000 !important;
}

div.card-menu-list {
    padding: 10px;
    border-radius: 10px;
    border:2px solid #f2f2f2;
}

.dataTables_filter, .dataTables_filter input, .dataTables_filter label {
    width: 100%;
    padding: 0px!important;
    margin: 0px!important;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.customer-header {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
}

div.card-menu-list li {
    padding: 2px 8px;
    padding-top: 6px;
}

.top-folders-list {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    padding-top: 5px;
}
.grid-view .folder-cards .uk-card-body {
    border-radius: 5px !important;
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: none !IMPORTANT;
    background: #f2f2f2;
    color: #252525 !IMPORTANT;
    text-align: center;
    padding-top: 6px;
    border: 1px solid #ccc;
}

.grid-view .all-folders-card {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.grid-view a.my-folders {
    color: #979393;
    font-weight: 500;
    font-size: 16px;
}

.grid-view a.my-folders i {
    padding-left: 2px;
}

.grid-view .folder-cards .uk-card-body .folder-display-name {
    word-break: break-all;
}
.grid-view a.my-folders img {
    max-width: 28px;
    margin-top: 5px;
}

.no-record h4 {
    font-size: 23px;
    margin-top: 100px;
    color: #707070;
    margin-bottom: 20px;
}

.grid-view .folder-cards .active {
    color: #296aa2 !important;
    border: 1px solid #296aa2;
}

.uk-label-danger {
    background-color: #f0506e !IMPORTANT;
    color: #fff;
}

.uk-card a.card-menu i{
    font-size: 25px;
    color: var(--blue);
}

.fileuploader-theme-gallery span.format {
    font-size: 10px;
    padding-bottom: 7px;
}


.uk-modal-body .switcher li.edit-first-one a::before {
    background: #fff !important;
}

.uk-modal-body .uk-subnav {
    display: flex;
    flex-wrap: wrap;
    padding: revert;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 15px;
}

.uk-modal-body .switcher li a {
    color: #fff !important;
    font-size: .875rem;
    font-weight: 600;
    pointer-events: none;
    padding: 10px 15px;
}

.uk-modal-body .switcher li {
    pointer-events: none;
}

.uk-modal-body .switcher span.item-heading {
    margin-left: 51px;
    font-size: 17px !important;
    margin-bottom: 15px;
    color: #293241;
    font-weight:600;
}

.uk-modal-body .switcher span.add-picture-heading {
    margin-left: 20px;
    font-size: 17px !important;
    margin-bottom: 15px;
    color: #293241;
}

.uk-modal-body .switcher span.receipt-heading {
    margin-left: 42px;
    font-size: 17px !important;
    margin-bottom: 15px;
    color: #293241;
}

.uk-modal-body .uk-subnav-pill>.uk-active>a {
    background: none;
    color: #fff;
}

.uk-modal-body .switcher li a{
    box-sizing: border-box;
    border-radius: 20px;
    vertical-align: middle;
    background: #ADD8E6 !important;
    margin: 0 4.5em;
}

img.view-modal-image {
    max-width: 100%;
    height: 200px;
}

img.table-image {
    max-width: 60px;
}

img.edit-modal-image {
    max-width: 70px;
}

#add_item_modal .uk-modal-body{
    padding-top: 10px !important;
}

#edit_item_modal .uk-modal-body{
    padding-top: 10px !important;
}

.footer-section .footer-links a {
    color: #fff;
    text-decoration: none;
    padding-right: 28px;
}

.footer-section .footer-links {
    padding-top: 10px;
}


.search-item-page .item-data img.item-card-image {
    max-height: 150px;
    width: 100%;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 10px;
}

#message_owner{
    display: block;
    overflow: hidden;
    resize: none;
}

.search-item-page .search-bar .search-button{
    padding-top: 10px;
    padding-right: 1px;
}

.search-item-page .search-bar input.search-value{
    box-shadow: none !important;
    padding-top: 12px !important;
    padding-bottom: 13px !important;
    border-radius: 20px;
    padding-left: 20px;
}

.search-item-page .search-bar{
    background: #fff;
    border-radius: 20px;
}

.search-item-page .color-border{
    border: 1px solid #296aa2;
}

.search-item-page .search-bar-spacing{
    margin-top: 31px;
}

.search-item-page .search-bar .search-button a.item-search {
    background: #296aa2;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border-radius: 20px;
}

h3.total-item-heading {
    margin-bottom: 0px;
    font-weight: 500;
}

.main-site-header h1 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #296aa2 !important;
}

.search-item-spinner {
    text-align: center;
    margin-top: 30px;
}

.search-item-spinner i {
    font-size: 40px;
    color: #707070;
}

.search-item-page .search-not-found {
    margin-top: 30px;
}

.search-item-page .search-not-found span.sad-result {
    color: #707070;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
}

.search-item-page .search-not-found span.small-message {
    font-size: 17px;
    color: #707070;
}

.search-item-page .fade-background{
    background:#f2f2f2;
}

.main-site-header {
    padding-bottom: 20px;
    padding-top: 20px;
    background: #eef2f7;
}

.select-receipt-option a.button-option{
    font-weight: normal;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid var(--blue);
}

.select-receipt-option a.button-option i {
    vertical-align: middle;
    margin-right: 4px;
}

.slider-images img{
    max-height: 350px;
    object-fit: contain;
}

.receipt-uploader-top li.fileuploader-input.small-width{
    width: 35% !important;
}

.receipt-uploader-top li.fileuploader-input  {
    width: 60% !important;
    height: 0px !important;
}

.or-small-padding{
    padding-bottom: 4px;
    padding-top: 4px;
}

.select-receipt-option a.active-receipt{
    color: #fff !important;
    border: 1px solid var(--blue) !important;
    background: var(--blue) !important;
}

.blue-banner{
    background: #eef2f7;
    padding: 46px 20px;
}

.blue-banner h1{
    font-size: 26px;
    color: #296aa2;
    margin: 0px !important;
}

.content-padding {
    padding-top: 30px;
    padding-bottom: 60px;
}

.content-padding .faq-page h2{
    font-weight: 500;
}

.content-padding .faq-page .faq-list  ul li a.uk-accordion-title {
    color: #252525;
    font-size: 16px;
    padding: 10px;
}

.content-padding .faq-page .faq-list li.uk-open .uk-accordion-title::before {
    filter: brightness(0) invert(1)!important;
}

.content-padding .faq-page .faq-list li .uk-accordion-content {
    background: #fff;
    margin: 0;
    border: 1px solid #999;
    padding: 7px 15px;
    border-top: none;
}

.content-padding .faq-page .faq-list li.uk-open {
    background: #296aa2 !important;
}

.content-padding .faq-page .faq-list li.uk-open a {
    color: #fff !important;
}

.content-padding .faq-page .faq-list ul li.row-content {
    background: #f5f5f5;
    margin-top: 10px!important;
}

.content-padding .how-work-description .keep-track p{
    margin:0px;
}

.content-padding .how-work-description p{
    font-size: 16px;
}

.content-padding .faq-page img.faq-img{
    max-width: 100px;
}

.content-padding .faq-page hr{
   border-color: #999;
   margin-top: 5px;
}

.content-padding .keep-track{
    background: #edf0f5;
    padding: 10px 15px;
}

.content-padding .keep-track h3{
    font-weight: 500;
    margin-bottom: 5px;
}

.readonly{
    background: #f2f2f2 !important;
}

.uk-modal-dialog button.uk-modal-close-default.uk-icon.uk-close {
    color: #FFF !IMPORTANT;
    top: 10px !IMPORTANT;
}

.spinner i{
    font-size: 21px;
}

.spinner p{
    font-size: 20px;
    padding-top: 9px;
}

.edit-spinner i{
    font-size: 21px;
}

.edit-spinner p{
    font-size: 20px;
    padding-top: 9px;
}

.quick-spinner i{
    font-size: 21px;
}

.quick-spinner p{
    font-size: 20px;
    padding-top: 9px;
}

img.link-image {
    max-width: 50px;
}

#folders-flip .uk-offcanvas-bar {
    background: #fff !important;
    color: #252525 !important;
}

#folders-flip .uk-offcanvas-bar h3 {
    color: #252525 !important;
    font-size: 20px;
    font-weight: 500;
}

#folders-flip .uk-offcanvas-bar h3 i {
    font-size: 18px;
}

#folders-flip .uk-offcanvas-bar .uk-close {
    color: #252525 !important;
}

#folders-flip .uk-offcanvas-bar a.add-folder {
    color: #252525 !important;
    font-size: 20px;
    padding-left: 20px;
}

#folders-flip .uk-offcanvas-bar a.add-folder i {
    font-size: 21px;
    margin-top: 6px;
}

#folders-flip .uk-offcanvas-bar .folders-list {
    padding: 19px;
}

#folders-flip .uk-offcanvas-bar .folder-form a.folder-submit {
    color: #fff !important;
    background: var(--blue);
}

#folders-flip .uk-offcanvas-bar .folder-form input {
    color: #252525 !important;
}

#folders-flip .uk-offcanvas-bar .folder-form input::placeholder {
    color: #252525 !important;
}

#folders-flip .uk-offcanvas-bar i {
    color: #1E5162 !important;
}

.dataTables_paginate {
    background: #FFF;
    width: 100% !important;
    margin-bottom: 10px!IMPORTANT;
    padding-bottom: 15px!IMPORTANT;
    padding-top: 15px!IMPORTANT;
    border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

table.dataTable thead th {
   background: var(--blue);
   color: #fff !important;
}

table.dataTable thead th:first-child {
    border-top-left-radius: 0px!IMPORTANT;
}

table.dataTable thead th:last-child {
    border-top-right-radius: 0px!IMPORTANT;
}
img.footer-logo {
    filter: brightness(0) invert(1);
    margin-top:10px;
}
table.dataTable {
    background: #FFF;
    border-radius: 0px!important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
    border-bottom: 0px!IMPORTANT;
}

table.dataTable tbody td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #CCC !IMPORTANT;
    font-weight: 500;
}

table.dataTable.no-footer {
    border:1px solid #ccc !Important;
}
table.dataTable thead th {
    font-weight: 500 !IMPORTANT;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px!important;
    padding: 10px!important;
    border: 1px solid #CCC !important;
    border-radius: 0.375rem!important;
    margin-top: 12px!important;
    margin-bottom: 10px!important;
}

.custom-css .select2-container .select2-selection--single{
    border: 1px solid #2525 !important;
}

.select2-container .select2-selection--single {
    height:auto !important;    
    transition: .2s ease-in-out;
    transition-property: color,background-color,border; 
    width: 100%;
    padding: 0.1rem 0.2rem;
    font-size: 1rem;
    line-height: 1.4;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: none;
    font-weight: 500;
    box-shadow: #6666663d 0px 0px 0px 1px inset;
    background: rgb(255, 255, 255);
    color: #333;
    outline: none;
        height: 40px !important;
    vertical-align: middle;
}

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

.uk-modal-header {
    background: var(--blue);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 11px 10px;
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
}

.uk-modal-header h2 {
    color: #FFF !IMPORTANT;
    font-size: 18px !important;
    text-transform: none;
}

.modal-spinner p {
    font-size: 17px;
    margin-top: 20px;
}

.modal-spinner i.fa.fa-circle-o-notch.fa-spin {
    font-size: 17px;
}

.search-item-page .item-data .item-information .uk-grid-small{
    margin-top:5px;
}

.search-item-page .item-data .item-information .product-name{
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

.search-item-page .multiple-items a.uk-button.uk-button-primary {
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec) !important;
    color: #111 !IMPORTANT;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) !important;
    font-weight: 500;
    width: 100%;
    border-radius: 0px !important;
}

span.result-text{
    font-weight: 500;
    font-size: 16px;
}

.search-item-page .multiple-items .labels {
    font-size: 16px;
    color: #252525;
    font-weight: 500 !Important;
}

.search-item-page .multiple-items {
    border: 1px #ddd solid;
    padding: 0px !IMPORTANT;
    border-radius: 5px !IMPORTANT;
}

.search-item-page .item-data .item-information img.search-item-image{
    height: 200px;
    background: #f2f2f2;
    width: 100%;
    object-fit: contain;
    border: 1px solid #CCC;
}

.send-button a{
    margin-top: 15px;
}

.search-item-page .item-data .search-item-detail-display {
    border-radius: 5px;
    max-width: 500px;
    margin: auto;
}

.search-item-page .item-data .labels {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    text-transform: capitalize !important;
}

.search-item-page .item-data .thankyou-txt {
    font-size: 17px;
    color: #252525;
}

.search-item-page .item-data .values {
    font-size: 16px;
}

.shop-section h2{
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 47px;
    color: #252525;
    font-family: 'Montserrat';
}

.shop-section p{
    color: #252525;
    margin: auto;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 500;
}

.view-details-page .item-image img {
    border-radius: 10px;
}

a:hover {
    text-decoration: none;
}


h4.auth-heading {
    font-size: 30px;
    font-weight: 500;
    color: var(--blue);
}

img.header-image {
    max-width: 130px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.view-details-page .item-details div.item-description {
    color: #333 !important;
    margin-top: 4px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.view-details-page .item-quantity-select span.quantity-text{
    font-size: 16px;
    font-weight: 500;
}

.view-details-page .item-quantity-select label {
    padding: 2px 10px;
    border-radius: 5px;
}

.view-details-page .add-to-cart-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-quantity-select {
    margin-top: 10px;
}
.view-details-page .add-to-cart-section a{
    text-transform: capitalize;

}

.view-details-page .add-to-cart-section a i{
    padding-right: 6px;
}

.view-details-page .item-details .cost {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
    margin-right: 10px;
}

.view-details-page .item-details {
    margin-left: 10px;
}

.view-details-page .item-details h2.item-price {
    font-size: 28px !IMPORTANT;
    margin-top: 10px !IMPORTANT;
}
li.shop-cart-header {
    position: relative;
}
.shop-cart-header .uk-dropdown {
    width: 380px;
    position: absolute;
    right: 0px;
    display:none;
    border-radius: 3px;
}
.shop-cart-header .uk-dropdown.uk-open {
    display: block;
}

.shop-cart-header .uk-dropdown span.your-cart {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
}

.shop-cart-header .uk-dropdown .cart-bottom-button a {
    text-transform: capitalize;
}

a.admin-edit-button {
    font-size:15px;
}

.shop-cart-header .uk-dropdown .cart-item-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.shop-cart-header .uk-dropdown .cart-item-row a{
    padding:0px;
    font-weight: 500;
}

.shop-cart-header .uk-dropdown .cart-bottom-button {
    padding-top: 10px;
}

.view-details-page .item-details .item-name {
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    color: var(--blue) !important;
}

.view-details-page .item-details hr {
    margin-top: 7px;
    margin-bottom: 0px;
}

.view-details-page .item-details span.item-price {
    margin-top: 13px;
    font-size: 25px;
    font-weight: 500;
}

.uk-navbar-dropdown {
    top: auto !important;
    width: 250px !important;
    padding-top: 15px !IMPORTANT;
    padding-bottom: 0px !IMPORTANT;
}

.cart-block {
    top: auto !important;
    padding: 20px 15px;
}

.uk-modal-body {
    font-weight: 500;
    color: #252525;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section3 .view-all-tag{
    margin: 40px 0px 20px 0px;
}

.section3 .view-all-tag a {
    background: var(--blue);
    color: #FFF !important;
    text-transform: capitalize;
    border: 1px solid var(--blue);
    font-weight: 500;
}

.uk-offcanvas-bar {
    background: var(--blue);
}

.membership-info i.fa-light.fa-square-check {
    font-weight: 500;
}

.home-page .mobile-section .itemrecover-system {
    background: #83cc63;
    padding-left: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    padding-right: 10px;
    border: 1px solid #FFF;
    cursor: pointer;
}

.home-page .mobile-section a {
    background: #83cc63;
    padding: 8px 25px;
    color: #252525;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
}

span.uk-label-display {
    background: var(--blue) !important;
}

a.uk-accordion-title {
    color: var(--blue) !important;
    font-size: 16px !IMPORTANT;
}

.home-page .section2{
    padding-top: 50px;
    padding-bottom: 40px;
}

.home-page .section2 h2{
    color: #296aa2;
    font-family: 'Montserrat';
    font-weight: 600;
}

.home-page .section2 h5{
    font-size: 18px;
    font-family: 'Montserrat';
    color: #252525;
    font-weight: 700;
    margin: 0;
}

.home-page .section2 p{
    margin: 10px 0px;
    font-weight: 500;
    color: #252525;
    font-size: 15px;
    line-height: 30px;
}

.home-page .section2 img.top-arrow-image {
    position: absolute;
    top: 100px;
    left: -132px;
    width: 365px;
}

.home-page .section2 .get-contacted {
    position: relative;
    z-index: 1;
    margin-top: -37;
}

img {
    transition: opacity .15s ease-in-out;
}

.home-page .section2 img.bottom-arrow-image {
    width: 353px;
    position: absolute;
    left: -160px;
    bottom: 189px;
}


.home-page .section2 .lose-item h5{
    top: 35px;
    left: 45px;
}

.home-page .section2 .someone-found p {
    margin-top: -68px !IMPORTANT;
    position: relative;
    margin-right: 40px !IMPORTANT;
    max-width: 62%;
    float: right;
    text-align: left;
}


.home-page .section2 .get-contacted h5{
    top: 55px;
    left: 30px;
}

.home-page .section2 .someone-found h5{
    top: 60px;
    right: 55px;
}

.home-page .section3{
    padding-top: 50px;
    padding-bottom: 30px;
    background: #eef2f7
}

.home-page .section3 .uk-overlay {
    padding: 10px 20px;
    opacity: 0.9;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.home-page .section3 .uk-overlay span.tag-title {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.home-page .section3 .uk-overlay span.tag-price{
    color: #fff;
    font-weight: 500;
    line-height: 27px;
    font-size: 15px;
}

.products-page .uk-overlay {
    padding: 10px 20px;
    opacity: 0.9;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.products-page .uk-overlay span.tag-title {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.home-page .section3 img {
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.products-page .uk-overlay span.tag-price{
    color: #fff;
    font-weight: 500;
    line-height: 27px;
    font-size: 15px;
}

.products-page .content-padding img {
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.home-page .section3 img {
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.home-page .section3 .tag-info p {
    color: #252525;
    margin: auto;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 500;
}

.home-page .section3 .white-bg{
    padding: 10px;
}

.home-page .section3 h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 28px;
    color: #252525;
    font-family: 'Montserrat';
}

.footer-section {
    background: var(--blue);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


.header-section .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #FFF !important;
}

.auth-form .uk-input, .auth-form .uk-select, .auth-form .uk-textarea {
    height: 40px !important;
    border-radius: 6px;
}



.auth-form .register-link{
    margin-top: 13px;
}


.uk-button-primary {
    background-color:var(--blue);
}

.uk-button-default:hover {
    background-color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    color: #fff !important;
}

.uk-button-primary:hover {
    background-color: #296aa2d6 !important;
    border: 1px solid #296aa2d6 !important;
    color: #fff !important;
}

.verify-notification {
    border: 1px solid #32d296;
}

.uk-button {
    border-radius:8px;
}

.uk-input, .uk-select, .uk-textarea {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4 !important;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: none;
    font-weight: 500;
    box-shadow: #6666663d 0px 0px 0px 1px inset;
    background: rgb(255, 255, 255);
    color: #333;
    outline: none;
}

label {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 1rem !important;
    line-height: 1.6;
    color: #333 !important;
}
.uk-offcanvas-bar {
    padding-left:0px;
    padding-right:0px;
}

.mobile-navbar ul {
    margin-top: 35px;
    padding: 0;
    list-style:none;
}

.mobile-navbar li a{
    color: #ffffff;
    display: block;
    padding: 7px 20px;
    text-decoration:none;
}

.mobile-navbar li{
    margin-bottom: 10px;
}

.mobile_menu a{
    color: #4E6675 !important;
}

.customer-sidebar li a {
    color: var(--blue) !important;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding-top: 6px !IMPORTANT;
    padding-bottom: 6px !IMPORTANT;
    display: inline-block;
    border-radius: 5px;
}

.customer-sidebar li a:hover {
    background: var(--blue) !important;
    color: #FFF !IMPORTANT;
}

.customer-sidebar li a.active-page {
    background: var(--blue) !important;
    color: #FFF !IMPORTANT;
}

.customer-sidebar li a.active-page i {
    color: #FFF !IMPORTANT;
}

.customer-sidebar li a:hover i {
    color: #FFF !IMPORTANT;
}

.menu-bar span.creation-date {
    font-weight: 500;
    font-size: 12px;
}

h1.main-heading {
    font-size: 25px;
    font-weight: 600;
}

.customer-header h1.main-heading {
    font-size: 25px;
    font-weight: 600;
}

.customer-header img {
    max-width: 28px;
}
    
.customer-sidebar li.active-page a {
    color: #333 !important;
}

.customer-sidebar li.active-page i {
    color: var(--blue) !important;
}


.messages-page .message-box span.item-name {
    color: #252525;
    font-weight: 500;
    font-size: 18px;
}

.conversation-box .box-body .user-message .message {
    background: rgb(224 251 252);
    width: 100%;
    color: #252525;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    font-size: 13px;
    line-height: 16px;
    box-sizing: border-box;
    padding:10px !important;
}

.messages-page img.item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
ul.uk-attachment li {
    margin: 0px !important;
    padding: 0px !IMPORTANT;
    font-size: 12px !IMPORTANT;
}
.conversation-box .box-body .container {
    margin-top: 15px;
}
.conversation-box .box-body .container span.time {
    font-style: italic;
    color: #252525;
    font-size: 12px;
    float: right;
}
.message-detail {
    margin-top: 2px !important;
    width: 98%;
    margin: auto;
}
.container span.username {
    font-weight: 600;
    color: #252525;
    letter-spacing: 0.1px;
    font-size: 12px;
}
.container.user-message {
    float: left;
    width: 60%;
}
.container.my-message {
    float: right;
    width: 60%;
}
.conversation-box .box-body .my-message .message {
    background: #f2f2f2;
    width: 100%;
    color: #252525;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    font-size: 13px;
    line-height: 16px;
    box-sizing: border-box;
    padding:10px !important;
}

.message ul.uk-attachment li {
    margin-bottom: 10px !IMPORTANT;
}
ul.uk-attachment li {
    margin: 0px !important;
    padding: 0px !IMPORTANT;
    font-size: 12px !IMPORTANT;
}

ul.uk-attachment li a{
    color: #c6672f !important;
}

.message ul.uk-attachment {
    margin-top: 15px !IMPORTANT;
}

.messages-page .message-box .finder-name {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
}


.messages-page .message-box p.last-message {
    margin-top: 3px;
    font-size: 15px;
}

.messages-page .message-box{
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    cursor: pointer;
}

.chat-box::-webkit-scrollbar {
    width: 8px;
}
.chat-box::-webkit-scrollbar-button {
    width: 8px;
    height:5px;
}
.chat-box::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius:10px;
}
.chat-box::-webkit-scrollbar-thumb {
    background:#999;
    border: thin solid gray;
    border-radius:10px;
}
.chat-box::-webkit-scrollbar-thumb:hover {
    background:#7d7d7d;
}

ul.submenu {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 7px;
}

.customer-sidebar ul.submenu a {
    padding-left: 30px !IMPORTANT;
    box-sizing: border-box !IMPORTANT;
}

ul.submenu li a{
    padding-left: 20px;
}
.customer-sidebar li a {
    padding-left: 10px !important;
}

.customer-sidebar ul.submenu li i {
    font-size: 16px;
    width: 24px;
    color: var(--blue);
}

.customer-sidebar li a i {
    color: var(--blue);
    font-size: 16px;
    vertical-align: middle;
    width: 20px;
}

.customer-sidebar ul.submenu.uk-list li a {
    font-size: 14px;
}

.customer-sidebar ul.submenu.uk-list li a i {
    font-size: 15px;
    width: 20px;
}

.customer-sidebar ul.submenu.uk-list {
    margin-left: 10px;
    margin-top: 20px;
}
.folder-list img {
    max-width: 20px;
        margin-bottom: 3px;

}
.customer-sidebar ul.submenu.uk-list li {
    margin-bottom: 10px !IMPORTANT;
}

.customer-sidebar .sidebar-heading {
    font-size: 17px;
    font-weight: 600;
    color: var(--blue) !important;
    margin-top: 10px;
}

.customer-sidebar ul.submenu li {
    margin-bottom: 0px !IMPORTANT;
}

.uk-card.uk-card-default.uk-card-body.card-info {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px 10px;
}

.card-info .card-bottom {
    padding-top: 10px;
}

.small-font i{
    font-size: 20px !important;
}

.uk-card span.note-title {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}

.card-info .card-bottom .card-detail {
    padding-top: 15px;
    padding-bottom: 0px;
}

.card-info .card-bottom .card-detail span.first-detail {
    background: #d7f3e8;
    padding: 6px 12px;
    border-radius: 5px;
    color: #6fd9a7;
    font-weight: 600;
}


.card-info .card-bottom .card-description {
    padding-top: 13px;
    color: #aeaeb0;
    padding-left: 5px;
}

.card-info img.grid-view-image {
    object-fit: cover !important;
    height: 104px !IMPORTANT;
    cursor: pointer;
}

.display-image.item-view-card.blue-assign-border {
    border: 2px solid #0aa1e9 !important;
}

.card-info .display-image {
    height: auto !important;
    cursor: auto !important;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.card-info .item-below-icon {
    margin-top: 5px;
    border-top: 1px solid #ccc;
    padding-top: 4px;
}

.green-icon{
    color: #55c555 !important;
}

.yellow-icon{
    color: #ffbc38;
}

.blue-icon{
    color: #00adff;
}

.orange-icon{
    color: #ff8100;
}

.pink-icon{
    color: #e90d52;
    font-size: 17px !important;
}

.link-icon{
    color: #296aa2;
}

.red-icon{
    color: #ff0000;
}

.grid-4 .card-bottom {
    word-break: break-all;
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.card-bottom span.file-info {
    font-size: 13px;
    color: #296aa2;
    font-weight: 600;
    cursor: pointer;
}

div.card-menu-list li {
    padding: 4px 8px;
    padding-top: 0px;
}

div.card-menu-list li a:hover {
    background: #f2f2f2 !important;
    color: #252525 !IMPORTANT;
}

div.card-menu-list li a {
    width: 100% !IMPORTANT;
    padding-left: 10px;
    padding-right: 15px;
    box-sizing: border-box !IMPORTANT;
    color: #252525;
}

div.card-menu-list li a i{
    font-size: 14px;
    padding-right: 5px;
}

div.card-menu-list li {
    padding-left: 0px !IMPORTANT;
    padding-right: 0px !IMPORTANT;
    text-align: left;
}
.language-top-header a.uk-button.uk-button-primary {
    background: #ef7545;
    border-radius: 20px;
    margin-right: 9px;
    display: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}

.language-top-header {
    background: rgb(224 251 252);
    color: #252525;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.language-container select {
    width: 150px;
    background: #fff;
    color: #252525;
    border: 1px solid #CCC;
    padding: 5px !IMPORTANT;
    border-radius: 5px;
    margin-left: 10px;
}
.language-container option {
    color: #252525 !IMPORTANT;
}

.card-info span.extension-name {
    margin-left: 0px;
    margin-top: 34px;
    display: inline-block;
    color: var(--blue);
    font-size: 26px;
    width: 100%;
    border: 0px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    cursor:pointer;
}

.card-info h2.uk-margin-small.card-title {
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
    padding-left: 3px;
}

.card-info h3.uk-margin-small.item-amount {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding-left: 3px;
}

.uk-notification-message-success div {
    color: #32d296 !important;
}

.uk-notification-message-primary div {
    color: #1e87f0 !important;
}

.uk-notification-message-warning div {
    color: #faa05a !important;
}

.uk-notification-message-danger div {
    color: #f0506e !important;
}

.move-folder-modal li.active-folder { 
    background: #e5f3ff !important;
}

.move-folder-modal li:hover {
    background: #e5f3ff !important;
}

.move-folder-modal li i{
    padding-right: 3px;
}

.move-folder-modal li {
    cursor: pointer;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px !important;
}

h2.uk-margin-small.view-heading-name {
    font-weight: 500;
    font-size: 18px;
}

i.video-icon.fa-solid.fa-video {
    font-size: 26px;
    padding-top: 8px;
}

.card-info h2.uk-margin-small.note-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding-left: 3px;
    padding-top: 20px;
}

.card-info span.purchase-date {
    font-weight: 500;
}

.footer-section  h2{
    font-size: 14px;
    margin: 0px;
    color: #fff;
}
ul.mobile-item-menu {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px !IMPORTANT;
}
.footer-section p {
    color: #fff;
    font-size: 13px;
    margin-top:2px;
}

/*Contact Us*/

.contact-us-page h2{
    font-weight: 300;
    margin-bottom: 6px;
    font-size: 26px;
}

.contact-us-page p {
    margin: 0px;
}

.contact-us-page .reach-us { 
    background: #edf0f7;
    padding: 20px;
    padding-top: 13px;
    border-radius: 7px;
}

.contact-us-page .contact-us-form label.uk-form-label {
    font-weight: 500;
}

.contact-us-page .contact-us-form input[type="text"],
.contact-us-page .contact-us-form input[type="email"], 
.contact-us-page .contact-us-form select {
    border: none !important;
    box-shadow: none;
    border: 1px solid #6666663d !important;
    border-radius: 3px !important;
}

.contact-us-page .contact-us-form .select2-container .select2-selection--single {
    border: none !important;
    box-shadow: none;
    border-bottom: 1px solid #6666663d !important;
    border-radius: 0px !important;
}

@keyframes animateDevice {
    0% {
        transform: rotate(3deg) scale(1);
    }
    100% {
        transform: scale(10);
        opacity: 0;
        visibility: hidden;
        position: fixed;
    }
}

@media (min-width: 959px) {
    .uk-checkout-form.uk-form-horizontal .uk-form-label {
        width: 130px;
        margin-top: 7px;
        float: left;
    }
    .uk-checkout-form.uk-form-horizontal .uk-form-controls {
        margin-left: 150px;
    }
}
/* Media Query */
@media only screen and (max-width: 800px) {
    
    .lose-item p {
        max-width: 100%;
        margin-left: 0% !important;
    }
    
    .item-recover-image {
        animation: animateDevice 1s ease-in-out normal forwards !important;
        animation-delay: 1.5s !important;
    }
    
    .get-contacted p {
    max-width: 100%;
}
    .home-page .section2 .someone-found p {
    width: 100%;
    max-width: 100%;
}
    .home-page .section2 .get-contacted {
        position: relative;
        z-index: 1;
        margin-top: 0px;
    }
    
    .home-page .section2 .someone-found p {
        margin-top: -52px !IMPORTANT;
        position: relative;
        margin-right: 0px !IMPORTANT;
        text-align: left !important;
        line-height: 23px !IMPORTANT;
    }
    
    img.item-recover-image{
        position: fixed;
        top: 10px;
        left: 0;
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid transparent;
        z-index: 999;
        transition: all .15s ease-in-out;
        animation: animateDevice 1s ease-in-out normal forwards;
        animation-delay: 1.5s;
        transition: opacity .15s ease-in-out;
    }
    .home-page .section1 {
        background: #eef2f7;
        padding: 15px;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .home-page .section2{
        background: #fff;
    }
    
    .home-page .section2 h2 {
        font-size: 24px;
        text-align: center;
    }
    
    .lose-item p {
        margin-top: -40px !IMPORTANT;
        line-height: 22px !IMPORTANT;
        margin-bottom: 50px !IMPORTANT;
    }
    
    .get-contacted p {
        line-height: 22px !IMPORTANT;
    }
    
    .home-page .section2 .lose-item h5 {
         top: 35px;
        left: 0px;
        font-size: 14px;
    }
    
    .home-page .section2 .someone-found h5 {
         top: 60px;
        right: 0px;
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .home-page .section2 .get-contacted h5 {
        top: 55px;
        left: 0px !IMPORTANT;
        font-size: 14px;
        margin-bottom: 10px !IMPORTANT;
    }
    
    .someone-found {
       margin-top: -50px;
    }
    
    .home-page .section3{
        padding-bottom: 0px;
    }
    .home-page .section2 {
        padding-top: 30px;
    }
    .home-page  .section1 h1 {
        color: #296aa2;
        font-weight: 700;
        font-size: 25px;
        font-family: 'Montserrat';
        text-align: center;
        line-height: 42px;
        letter-spacing: 0px;
    }
    
    .home-page  .section1 p.protect-valuable {
        font-size: 18px;
        margin-bottom: 0px;
        text-align: center;
        font-weight: normal;
    }
    
    .home-page  .section1 p.register-qr-text {
        margin-top: 0px !important;
        font-size: 18px;
        text-align: center;
    }
    
    .home-page  .section1 .btn-groups {
        margin-top: 55px;
        text-align: center;
    }
    
    .jconfirm .jconfirm-holder {
        max-height: 100%;
        padding: 50px 0;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
body.select-overflow-hidden #top_white_header {
    z-index: -1 !IMPORTANT;
}
#select > li ul.select-menu.responsive {
    z-index: 9999999999999999999 !important;
    width: 100% !IMPORTANT;
    top: 0px !important;
    margin-top: 0px !IMPORTANT;
    padding-top: 10px !IMPORTANT;
}
span.select-close {
    font-size: 30px !IMPORTANT;
    margin-top: -5px !IMPORTANT;
}
#select > li ul.select-menu .select-inline {
    display: inline-block;
    flex-wrap: nowrap;
    float: right !IMPORTANT;
    margin-right: 20px !IMPORTANT;
}
#select > li ul.select-menu.responsive {
    padding-top: 0px !IMPORTANT;
    padding-left: 0px !IMPORTANT;
}
#select > li ul.select-menu .select-list li {
    border-bottom: 1px solid #CCC;
}
#select > li span.select-label:before {
    display:none !important;
}
#select > li span.select-label:after {
    right: 8px !important;
    top: 20px !IMPORTANT;
}
body.select-overflow-hidden #select > li ul.select-menu .select-search input {
    background: var(--select-item-hover);
    color: var(--select-text-color);
    border: 0;
    outline: none;
    padding: 0.75em 1em;
    width: 80% !important;
    border-radius: 6px !important;
    box-sizing: border-box !IMPORTANT;
}

.small-text {
    font-size: 17px;
}



.scan-itemrecover-tag {
    margin-left: 0px!important;
}

.blue-banner{
    padding-top: 25px;
    padding-bottom: 28px;
}

.content-padding .keep-track h3{
    font-size: 19px;
}

.content-padding .how-work-description p {
    font-size: 14px;
}

.blue-banner h1 {
    font-size: 17px;
}

.footer-section {
    padding-top: 30px;
}
#send_message {
    max-width: 100%;
}    
img.logo-img {
    max-width: 250px;
}    
.item-image img {
    max-width: 100px;
}
.home-page .section3 h2 {
    font-size: 22px;
    font-weight: 600 !IMPORTANT;
}

img.view-modal-image {
    max-width: 100%;
    height: 101px;
}

.site-mobile-header {
    padding: 10px 16px;
    border-bottom: 1px solid #fff;
}

.uk-form-controls.hide-item-box {
    margin-top: 0px;
}

section.mobile-section .itemrecover-system {
    max-width: 250px;
    margin: auto;
    margin-top: -30px !IMPORTANT;
}
section.mobile-section {
    background: #293241;
    text-align: center;
    color: #FFF;
    padding-top: 10px;
}

.search-item-page .search-bar-spacing {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-site-header {
    background-size: cover !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    padding-bottom: 0px;
    padding-top: 10px;
}

.main-site-header h1 {
    font-size: 19px;
    line-height: 26px;
    margin-top: 10px;
}

.customer-mobile-menu .uk-width-1-6.active-page {
    background: var(--blue);
    color: #FFF !important;
}
.customer-mobile-menu .uk-width-1-6.active-page i {
    color: #FFF !important;
}
.customer-mobile-menu .uk-width-1-6.active-page a {
    color: #FFF !important;
}
.customer-mobile-menu .uk-width-1-6 {
    background: #f2f2f2;
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 11px;
    text-align:center;
    line-height: 14px;    
}  
.customer-mobile-menu {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.customer-mobile-menu .uk-width-1-6 i {
    font-size:16px;
    color:var(--blue);
}
.header-section {
    background: transparent !important;
}    

.site_mobile_menu select.change-language {
    width: auto;
    padding: 3px;
    margin-top: 0px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 5px;
    border-radius: 15px;
    
}

.folder-list img {
    max-width: 12px;
    margin-bottom: 3px;
}    
footer .uk-padding {
    padding: 0px;
}    
img.footer-logo {
    filter: brightness(0) invert(1);
    margin-top: 20px;
    max-width: 250px;
}
.footer-section p {
    color: #fff;
    font-size: 13px;
    margin-top: 0px;
}
.customer-header .header-side-icons span.selected-folder-name {
    font-weight: 600;
    color: #252525;
    font-size: 15px;
    padding-right: 7px;
}
.customer-header h1.main-heading {
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
}
.no-record h4 {
    padding-top: 30px;
    margin-bottom: 50px !important;
    font-size: 20px !important;    
}    
.footer-section .footer-links a {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    box-sizing: border-box;    
}    
    .picture-form-btns a, .picture-form-btns input {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-section .social-links {
        float: left !important;
        margin-bottom:20px !important;
    }
    
    .messages-page .message-box span.item-name {
        font-size: 15px;
    }
    
    .uk-form-controls .use-type-top{
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    
    .site-mobile-header .mobile-menu a{
        padding: 5px 14px !important;
        border: 1px solid #296aa2 !important;
        border-radius: 30px !important;
        position: relative !important;
        top: 10px !important;
        color: #296aa2;
        width: 75%;
        display: block;
    }
    
    .site-mobile-header .mobile-menu .mobile-search-missing-value{
        height: 30px;
        margin-top: 5px;
        box-shadow: #296aa2 0px 0px 0px 1px inset;
        padding-left: 30px !important;
        border-radius: 30px;
        font-size: 14px;
    }
    
    .site-mobile-header .mobile-menu .mobile-search-missing-value::placeholder{
        color: #296aa2;
    }
    
    .site-mobile-header .mobile-menu span.uk-form-icon{
        padding-top: 5px;
        color: #296aa2;
    }
    
    
}

@media only screen and (min-width: 700px){

    .site-mobile-header .mobile-menu .mobile-search-missing-value{
        height: 30px;
        margin-top: 5px;
        box-shadow: #296aa2 0px 0px 0px 1px inset;
        padding-left: 30px !important;
        border-radius: 30px;
        font-size: 14px;
        text-align: center;
    }
    
    .site-mobile-header .mobile-menu .mobile-search-missing-value::placeholder{
        color: #296aa2;
    }
    
    .site-mobile-header .mobile-menu span.uk-form-icon{
        padding-top: 5px;
        color: #296aa2;
        position: absolute;
        left: 60px;
    }
    
    .site-mobile-header .mobile-menu a{
        padding: 5px 14px !important;
        border: 1px solid #296aa2 !important;
        border-radius: 30px !important;
        position: relative !important;
        top: 0px !important;
        color: #296aa2;
        display: block;
        width: 80%;
        text-align: center;
    }
    
    .site_mobile_menu select.change-language{
        width: 100px;
        padding: 3px;
        margin-top: 0px;
        margin-right: 17px;
        vertical-align: top;
        margin-top: 5px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 1200px){
    .download-apps img {
        width: 200px ! IMPORTANT;
        height: auto ! IMPORTANT;
        margin-bottom: 20px !important;
    }
    .home-page .section1 a.create-btn {
        padding: 12px 20px;
        background: #32bea6;
        border-radius: 8px;
        color: #ffff;
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px){
    
    .shop-section h2{
        font-size: 24px;
    }
    
    .view-details-page .item-details .item-name {
        font-size: 20px;
    }
    
    .view-details-page .item-details .cost {
        font-size: 18px;
    }

    .customer-header .employee-dropdown{
        margin-right: 0px !important;
        margin-bottom: 7px !important;
    }
    
    .items-fileuploader .fileuploader-theme-gallery .fileuploader-input-inner {
        width: 50% !IMPORTANT;
        margin-top: 0px;
    }
    
    .customer-header .header-side-icons {
        margin-top: 0px;
    }
    
    .items-fileuploader li.fileuploader-input {
        width: 100% !important;
        height: 40px !important
    }
    
    .receipt-uploader-top li.fileuploader-input.small-width{
        width: 100% !important;
    }
    
    .receipt-uploader-top .fileuploader-theme-gallery{
        padding-bottom: 0px !important;
    }
    
    .or-small-padding{
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .old-receipt-section{
        margin-top: 15px !important;
    }
    
    .receipt-uploader-top .fileuploader-theme-gallery .fileuploader-input-inner {
        width: 55% !IMPORTANT;
    }
}


/* ItemRecover Css */

.label-tooltip i {
    color: #293241;
}

a.uk-button.add-item i {
    font-size: 20px;
    margin-top: 15px;
}

/* ═══════════════════════════════════════════════════════════════════
   IR 2026 — INNER PAGE MODERNIZATION
   Applied globally to all customer layout pages (Items, Receipts,
   Documents, Videos, Notes, Business Cards, Passports, Tags, etc.)
   ═══════════════════════════════════════════════════════════════════ */

/* ── Page-level typography & spacing ─────────────────────────────── */
.uk-container.uk-container-large.uk-margin-bottom.uk-padding-small {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ── Customer header bar ─────────────────────────────────────────── */
.customer-header {
    border-bottom: 1px solid #e8eef5 !important;
    padding-bottom: 12px !important;
    margin-bottom: 16px !important;
}

.customer-header h1.main-heading {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.01em;
}

/* Add-item button modernization */
a.uk-add-btn, a.add-item.uk-add-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 14px !important;
    border-radius: 10px !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    background: #296aa2 !important;
    color: #fff !important;
    border: none !important;
    transition: background 0.15s !important;
    text-decoration: none !important;
    vertical-align: middle;
}
a.uk-add-btn:hover, a.add-item.uk-add-btn:hover {
    background: #1e5a8a !important;
    color: #fff !important;
}
a.uk-add-btn i, a.add-item.uk-add-btn i {
    font-size: 0.85rem !important;
    margin: 0 !important;
}

/* Search input modernization */
.customer-header .top-search-filter .uk-inline input {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 8px 38px 8px 14px !important;
    font-size: 0.88rem !important;
    background: #fff !important;
    transition: border-color 0.15s, box-shadow 0.15s !important;
    outline: none !important;
}
.customer-header .top-search-filter .uk-inline input:focus {
    border-color: #296aa2 !important;
    box-shadow: 0 0 0 3px rgba(41,106,162,0.12) !important;
}
.customer-header .top-search-filter .filter-submit {
    color: #94a3b8 !important;
}

/* Select dropdowns modernization */
.customer-header .uk-select,
.employee-dropdown .uk-select,
.company-dropdown .uk-select {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    background: #fff !important;
}

/* Reset filter label modernization */
.customer-header .reset-filter,
.company-reset .uk-label-danger {
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
}

/* ── Folder pills ────────────────────────────────────────────────── */
.top-folders-list {
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 8px 0 10px !important;
    margin-bottom: 12px !important;
}

.grid-view .folder-cards .uk-card-body {
    border-radius: 10px !important;
    padding: 7px 14px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    transition: all 0.15s !important;
}
.grid-view .folder-cards .uk-card-body:hover {
    background: #eff6ff !important;
    border-color: #93c5fd !important;
    color: #1d4ed8 !important;
}

.grid-view .folder-cards .active {
    background: #296aa2 !important;
    border-color: #296aa2 !important;
    color: #fff !important;
}
.grid-view .folder-cards .active .folder-display-name {
    color: #fff !important;
}

.grid-view .all-folders-card {
    border-right: 1px solid #e8eef5 !important;
}

.grid-view a.my-folders {
    color: #64748b !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
}
.grid-view a.my-folders:hover {
    color: #296aa2 !important;
}

/* ── Card grid — the main content cards ──────────────────────────── */
.card-info,
.uk-card.uk-card-default.uk-card-body.card-info {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 0 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04) !important;
    border: 1px solid #e8eef5 !important;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s !important;
}
.card-info:hover,
.uk-card.uk-card-default.uk-card-body.card-info:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.09) !important;
    transform: translateY(-2px);
}

/* Card image area */
.card-info .display-image {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: auto !important;
    overflow: hidden;
}

.card-info img.grid-view-image {
    width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transition: transform 0.3s !important;
}
.card-info:hover img.grid-view-image {
    transform: scale(1.03);
}

/* Status borders — cleaner colored top-borders instead of full border */
.display-image.item-view-card.green-border {
    border-top: 3px solid #22c55e !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.display-image.item-view-card.red-border {
    border-top: 3px solid #ef4444 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.display-image.item-view-card.blue-assign-border {
    border-top: 3px solid #3b82f6 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

/* Card bottom section — icons + name */
.card-info .item-below-icon {
    padding: 10px 12px 12px !important;
}

.card-info .card-bottom {
    padding-top: 0 !important;
}

.card-info .card-bottom .menu-bar {
    padding-bottom: 6px !important;
    border-bottom: 1px solid #f1f5f9;
}

.card-info .card-bottom .menu-bar a,
.card-info .card-bottom .menu-bar span {
    color: #64748b !important;
    font-size: 0.85rem !important;
}
.card-info .card-bottom .menu-bar a:hover {
    color: #296aa2 !important;
}

/* Card menu icon (hamburger) */
.uk-card a.card-menu i {
    font-size: 1.1rem !important;
    color: #94a3b8 !important;
    transition: color 0.15s !important;
}
.uk-card a.card-menu:hover i,
.card-info a.card-menu:hover i {
    color: #296aa2 !important;
}

/* Card dropdown menu */
.card-menu-list.uk-dropdown,
div[uk-dropdown].card-menu-list {
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    border: 1px solid #e2e8f0 !important;
    padding: 6px 0 !important;
    min-width: 180px !important;
}
.card-menu-list ul.uk-nav li a {
    padding: 8px 14px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    transition: background 0.12s !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.card-menu-list ul.uk-nav li a:hover {
    background: #f8fafc !important;
    color: #1e293b !important;
}
.card-menu-list ul.uk-nav li.border-bottom {
    border-bottom: 1px solid #f1f5f9 !important;
}

/* Item / file name text */
span.file-info,
.card-info span.file-info {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    display: block !important;
    margin-top: 6px !important;
}

/* Note cards */
.uk-card span.note-title {
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
}

/* Card description text */
.card-info .card-bottom .card-description {
    color: #64748b !important;
    font-size: 0.78rem !important;
    padding-left: 0 !important;
    padding-top: 4px !important;
}

/* Card detail badges */
.card-info .card-bottom .card-detail {
    padding-top: 8px !important;
    padding-bottom: 4px !important;
}
.card-info .card-bottom .card-detail span.first-detail {
    background: #f0fdf4 !important;
    color: #15803d !important;
    padding: 4px 10px !important;
    border-radius: 99px !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
}

/* ── Empty state ─────────────────────────────────────────────────── */
.no-record h4 {
    font-size: 1.05rem !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    margin-top: 60px !important;
}

/* ── Modal modernization ─────────────────────────────────────────── */
.uk-modal-dialog {
    border-radius: 16px !important;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2) !important;
    overflow: hidden;
}

.uk-modal-header {
    background: #fff !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 18px 24px !important;
}

.uk-modal-title {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.uk-modal-body {
    padding: 20px 24px !important;
}

.uk-modal-close-default {
    color: #94a3b8 !important;
    transition: color 0.15s !important;
}
.uk-modal-close-default:hover {
    color: #475569 !important;
}

/* Modal form inputs */
.uk-modal-body .uk-input,
.uk-modal-body .uk-select,
.uk-modal-body .uk-textarea {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    font-size: 0.88rem !important;
    transition: border-color 0.15s, box-shadow 0.15s !important;
}
.uk-modal-body .uk-input:focus,
.uk-modal-body .uk-select:focus,
.uk-modal-body .uk-textarea:focus {
    border-color: #296aa2 !important;
    box-shadow: 0 0 0 3px rgba(41,106,162,0.12) !important;
    outline: none !important;
}

/* Modal primary button */
.uk-modal-body .uk-button-primary,
.uk-button.uk-button-primary {
    background: #296aa2 !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    transition: background 0.15s !important;
}
.uk-modal-body .uk-button-primary:hover,
.uk-button.uk-button-primary:hover {
    background: #1e5a8a !important;
}

/* ── Header section (sticky subheader) ───────────────────────────── */
.header-section {
    background: #fff !important;
    border-bottom: 1px solid #e8eef5 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
}

/* ── Footer ──────────────────────────────────────────────────────── */
.footer-section {
    background: #f8fafc !important;
    border-top: 1px solid #e8eef5 !important;
}
.footer-section .footer-links a {
    color: #475569 !important;
}
.footer-section .footer-links a:hover {
    color: #296aa2 !important;
}
.footer-section h4,
.footer-section h4 a {
    color: #1e293b !important;
}
.footer-section p,
.footer-section .data-content p {
    color: #64748b !important;
}
.footer-section .data-content p a {
    color: #296aa2 !important;
}

/* ── Unpaid sheets notification ──────────────────────────────────── */
.unpaid-sheets-urls {
    background: #fef3c7 !important;
    border: 1px solid #fcd34d !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    font-size: 0.85rem !important;
    color: #92400e !important;
}
.unpaid-sheets-urls a.click-pay-button {
    background: #f59e0b !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 5px 14px !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
}

/* ── Labels & badges ─────────────────────────────────────────────── */
.uk-badge {
    background: #296aa2 !important;
    border-radius: 99px !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
}

/* ── Spinner ─────────────────────────────────────────────────────── */
.main-center-spinner {
    padding: 60px 0 !important;
    color: #94a3b8 !important;
}

/* ── Switcher tabs in modals ─────────────────────────────────────── */
.uk-modal-body .switcher li a {
    border-radius: 8px !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    transition: background 0.15s !important;
}

/* ── Responsive card grid tweaks ─────────────────────────────────── */
@media (min-width: 960px) {
    .items-data .card-grid,
    .receipts-data .card-grid,
    .documents-data .card-grid,
    .videos-data .card-grid,
    .notes-data .card-grid,
    .business-cards-data .card-grid {
        gap: 12px;
    }
}
/* ═══════════════════════════════════════════════════════════════ */
/* Session 14 — Accessibility: WCAG 2.1 AA color contrast fixes     */
/* ═══════════════════════════════════════════════════════════════ */

/* Focus indicators for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Minimum touch target size on mobile (44x44px WCAG target) */
@media (max-width: 768px) {
    button,
    a.uk-button,
    .ir-sidebar a,
    .mobile-navbar a {
        min-height: 44px;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    textarea,
    select {
        font-size: 16px !important; /* Prevents iOS zoom on focus */
        min-height: 44px;
    }
}

/* Skip link for keyboard users */
.skip-to-main {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #2563eb;
    color: #fff;
    padding: 8px 14px;
    z-index: 10000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0 0 6px 6px;
    transition: top 0.2s;
}
.skip-to-main:focus {
    top: 0;
    color: #fff;
    text-decoration: none;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Screen-reader-only helper (visually hidden but readable) */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
