/**
    THIS IS A CUSTOM CSS FILE FOR LOST PRICES
**/

@font-face {
    font-family: 'Aliquam';
    src: url('../font/Aliquam.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aliquam Regular';
    src: url('../font/AliquamREG.ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primaryColor: #4187C2;
    --primaryColorLight: #9BBEDB;
    --accentColor: #1b6cb5;
    --accentDarkColor: #0F436C;
    --logInBtn1:#BAE0FE;
    --logInBtn2:#82C5F9;
    --signUpBtn1:#2A6593;
    --signUpBtn2:#0F436C;
    --googleBtn1:#D63F30;
    --googleBtn2:#B41606;
    --linkedInBtn1:#3279B6;
    --linkedInBtn2:#0D61A7;
    --facebookBtn1:#395797;
    --facebookBtn2:#103585;
    --darkBlue:#12507F;
    --lightGreen:#00CD1A;
    --darkPurple:#3A5A99;
    --darkGreyBlue:#597084;
}

*, html{
    font-family: Nunito, sans-serif;
}

body {
    background: #ffffff;
    font-family: Nunito, sans-serif
}

input, select, textarea{
    box-shadow: none !important;
}

form hr {
    width: 25%;
    display: inline-flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.lps-navigation {
    background: linear-gradient(var(--primaryColorLight), var(--primaryColor));
    height: 65px !important;
}

.lsp-navbar-logo {
    color: #ffffff;
    text-align: right;
    margin-top: -5px;
}

.lsp-navbar-logo p {
    margin-bottom: 0px;
    font-size: 22px;
}

.lsp-navbar-logo .lsp-lost{
    font-family: 'Aliquam';
    margin-bottom: 0px;
}

.lsp-navbar-logo .lsp-prices{
    font-family: 'Aliquam Regular';
}

.lsp-right-menu {
    margin-top: 8px;
    color: #ffffff;
}

.lsp-right-menu li a{
    color: #ffffff !important;
    font-size: 20px;
    opacity: 0.5;
}

.lsp-right-menu li a.active {
    opacity: 1;
}

.lps-home-text h2 {
    font-size: 40px !important;
    color: var(--accentColor);
}

.lps-home-text h2.bold {
    margin-top: 0px;
    font-weight: bolder;
}

.lps-home-text p {
    margin-bottom: 0;
    font-size: 16px;
}

.lsp-home-content {
    margin-top: 65px;
}

.lsp-home-tut{
    text-align: center;
}

.lsp-home-tut .lps-home-text p{
    font-weight: 600;
    font-size: 17px;
}

.lsp-home-tut video {
    width: 70%;
    height: 400px;
    background: #DDD;
    margin-top: 50px;
    margin-bottom: 50px;
}

.lsp-signup-google,
.lsp-signup-linkedin,
.lsp-signup-facebook {
    display: block;
    position: relative;
    margin: 1.5rem;
    width: calc(100% - 3rem);
    outline: none;
    border: none;
    padding: 15px 0;
    border-radius: 4px;
    font-size: 17px;
    cursor: pointer;
    color: #ffffff;
}

.lsp-signup-google i,
.lsp-signup-linkedin i,
.lsp-signup-facebook i {
    margin-right: 5px;
}

.lsp-signup-google{
    background: linear-gradient(var(--googleBtn1), var(--googleBtn2))
}

.lsp-signup-linkedin {
    background: linear-gradient(var(--linkedInBtn1), var(--linkedInBtn2));
}

.lsp-signup-facebook {
    background: linear-gradient(var(--facebookBtn1), var(--facebookBtn2));
}

.lsp-login-or{
    display: block;
    width: 100%;
    text-align: center;
}

.lsp-login-or *{
    display: inline;
}

.lsp-login-or hr{
    width: 200px;
}

.lsp-login-form input {
    padding: 24px 12px !important;
    font-size: 16px;
}

.lsp-submit-btn{
    background: linear-gradient(#3d8fcf, #3788c6, #2774af, #175e96); 
    border: none; 
    padding: 12px 75px !important; 
    font-weight: bold;
    border-radius: 5px;
    outline: none !important;
    text-transform: uppercase;
}

@media (min-width: 768px){
    .modal-md {
        width: 400px;
    }
}

.lsp-nav-menu{
    position: absolute;
    background: #FFFFFF;
    width: 670px;
    border: 1px solid #999999;
    border-radius: 10px;
    right: -12px;
    padding: 0.5rem 0.5rem 0 0.5rem !important;
    top: 58px;
    z-index: 999;
    display: none;
}
  
.lsp-nav-menu:before {
    position: absolute;
    top: -10px;
    right: 30px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-bottom-color: #999999;
    content: '';
}
  
.lsp-nav-menu:after {
    position: absolute;
    top: -9px;
    right: 31px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
}
  
.lsp-nav-menu .lsp-menu-row {
    width: 100%;
    margin: auto;
}
  
.lsp-nav-menu .lsp-menu-row .col{
    border: 1px solid #DDDDDD;
    margin: 0.75rem;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    width: calc(25% - 1.5rem) !important;
}
  
.lsp-nav-menu .lsp-menu-row .col div {
    display: block;
    width: 100%;
    cursor: pointer;
}
  
.lsp-nav-menu .lsp-menu-row .col:hover *{
    color: #FFFFFF !important;
    text-decoration: none;
}
  
.lsp-nav-menu .lsp-menu-row .lsp-col-users:hover{
    background: #48bcff;
}
  
.lsp-nav-menu .lsp-menu-row .lsp-col-config:hover{
    background: #ff6e95;
}
  
.lsp-nav-menu .lsp-menu-row .lsp-col-branches:hover{
    background: #32fff1;
}
  
.lsp-nav-menu .lsp-menu-row .lsp-col-duplicates:hover{
    background: #f4a657;
}
  
.lsp-nav-menu .lsp-menu-row .lsp-col-reports:hover{
    background: #85a9ff;
}
  
.lsp-nav-menu .lsp-menu-row .lsp-col-help:hover{
    background: #4ad967;
}

.lsp-nav-menu .lsp-menu-row .lsp-col-images:hover{
    background: #ebb727;
}

.lsp-nav-menu .lsp-menu-row .lsp-col-service-providers:hover{
    background: #cf62ff;
}
  
.lsp-nav-menu .lsp-menu-row .col div a{
    display: block;
    color: #666666;
    font-size: 16px;
}
  
.lsp-nav-menu .lsp-menu-row .col div span i{
    font-size: 30px;
}
  
.lsp-nav-menu .lsp-menu-row .col div p{
    margin-bottom: 0 !important;
}
  
.lsp-nav-menu .lsp-logout-menu-row{
    width: calc(100% + 1rem) !important;
    margin-left: calc(-0.45rem - 1px);
}
  
.lsp-nav-menu .lsp-logout-menu-row .col{
    background: linear-gradient(#EEE, #DDD);
    margin-top: 0.75rem;
    padding: 0.75rem 0;
    width: 100% !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
}
  
.lsp-nav-menu .lsp-logout-menu-row .col a{
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 17px;
}

.lsp-nav-menu .lsp-logout-menu-row .col a:hover {
    text-decoration: none;
} 

.lsp-header-date {
    position: relative;
    display: block;
    
    height: 60px;
}

.lsp-d-data{
    position: relative;
    border-top: 1.5px solid #DDDDDD;
    border-bottom: 1.5px solid #DDDDDD;
}

.lsp-d-data div {
    margin: 40px 0;
    text-align: center;
    padding: 0;
}

.lsp-d-data div h3 {
    color: #333;
}

.lsp-d-data div h1{
    font-weight: bold;
    color: #333;
}

.lsp-d-menu .col-md-3{
    margin: 3rem;
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    width: calc(25% - 6rem) !important;
    background: #ccc;
    border-radius: 8px;
    text-align: center;
}

.lsp-d-menu .col-md-3 div {
    width: 100%;
    text-align: center;
}

.lsp-d-menu .col-md-3 div h1{
    text-align: center;
    font-size: 60px;
    color: #FFFFFF;
}

.lsp-d-menu .col-md-3 div p{
    margin-bottom: 0;
    color: #FFFFFF;
}

.lsp-container-lg {
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.lsp-container-lg,
.lsp-container-list,
.lsp-container-details {
    height: calc(100vh - 65px);
    margin-top: -22px;
}

.lsp-container-details{
    height: calc(100vh - 65px);
    overflow-y: auto;
    margin-top: 0 !important;
}

.lsp-receipt-details{
    margin-top: 2rem !important;
}

.lsp-container-list {
    margin-top: 0;
    border-right: 1px solid #DDDDDD;
    padding: 0 !important;
}

.lsp-container-search {
    padding: 2rem 2rem 2rem 3rem;
    border-bottom: 1px solid #DDD;
}

.lsp-container-search input {
    width: 90%;
    font-size: 17px;
    padding-left: 1rem;
    border: none;
    outline: none;
}

.lsp-container-search span {
    font-size: 17px;
}

.lsp-loader{
    display: block;
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.lsp-loader img {
    width: 20px;
    height: 20px;
}

.lsp-receipt-list-item {
    border-bottom: 1px solid #DDD;
    padding: 0;
    padding: 2rem 3rem 2rem 3rem;
    cursor: pointer;
}

.lsp-receipt-list-item:hover,
.lsp-receipt-list-item.active{
    background: rgba(200, 200, 200, .2) !important;
}

.lsp-receipt-list-item h3 {
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.lsp-receipt-list-item p {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}

.lsp-receipt-iten-header div{
    padding: 0 5px 0 5px !important;
}

.lsp-receipt-iten-header p {
    font-weight: bold;
}

.lsp-receipt-item {
    margin-bottom: 10px;
}

.lsp-receipt-item div{
    padding: 5px !important;
}

.lsp-receipt-item input,
.lsp-receipt-item select {
    height: 47px;
    border-radius: 0px !important;
}

.lsp-receipt-item select {
    padding: 6px !important;
}

.lsp-receipt-item i {
    color: #bbbbbb;
    cursor: pointer;
}

.lsp-success{
    color: var(--lightGreen) !important;
}

.lsp-error {
    color: #D63F30 !important;
}

.lsp-add-receipt-item-button{
    outline: none;
    border: none;
    width: 45px;
    height: 45px;
    background: #00b915;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
}

.lst-add-receipt-item .lsp-data-div{
    height: 45px;
    display: flex;
    align-items: center;
}

.lst-add-receipt-item .lsp-data-div h3{
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.lsp-add-receipt-item-button i{
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.lsp-global-form .form-group .row div{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.lsp-global-form .form-group .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.lsp-btn{
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 40px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    outline: none;
    margin-right: 10px;
}

.lsp-reject {
    background: #bc0000;
}

.lsp-neutral {
    background: var(--accentDarkColor);
}

.lsp-accept {
    background: #00bc24;
}

.lsp-confirm-buttons {
    text-align: center;
    padding-bottom: 35px;
}

.lsp-confirm-text{
    font-size: 17px;
    text-align: center;
}

.lsp-confirm-header{
    text-align: center;
    display: block;
    padding-top: 20px;
}

.lsp-confirm-header i{
    font-size: 80px;
    color: #ffb14a;
    padding-bottom: 20px;
}

.lsp-confirm-header h1{
    font-size: 32px;
}

.lsp-store-map {
    width: calc(100% - 2px);
    border: 1px solid #DDD;
    height: 360px;
}

.lsp-next-prev-item {
    position: relative;
    display: block;
}

.lsp-next-prev-item button {
    cursor: pointer;
    background: linear-gradient(var(--primaryColorLight), var(--primaryColor));
    color: #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    font-size: 19px;
    margin-right: 10px;
}

.lsp-upload-image-form {
    display: block;
    position: relative;
    width: calc(100% - 2px);
    border: 1px solid #999;
    background: rgba(240, 240, 240, 0.6);
    text-align: center;
    padding: 40px 1.5rem;
    border-radius: 4px;
    cursor: pointer;
}

.lsp-upload-image-form p {
    font-size: 19px;
}

.lsp-upload-image-form i {
    font-size: 55px;
}

.lsp-upload-image-form input {
    width: calc(100% - 3rem);
    height: 130px;
    position: absolute;
    outline: none;
    border: none;
    opacity: 0;
    cursor: pointer;
}

.lsp-user-row {
    display: block;
    position: relative;
}

.lsp-user-image {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 1.5rem;
    border-radius: 50%;
}

.lsp-user-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.lsp-user-details {
    padding-top: 5px;
}

.lsp-user-details .lsp-user-type{
    position: absolute;
    right: 0;
    color: var(--accentDarkColor);
    font-weight: bold;
    top: 0;
}

.lsp-single-container-data {
    margin-top: 50px;
}

.lsp-button {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 40px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    outline: none;
    margin-right: 10px;
}

.lsp-image-uploader {
    display: block;
    position: relative;
    background: #EEE;
    border: 1px solid #DDD;
    padding: 15px;
    border-radius: 4px;
    text-align: center !important;
    width: 170px;
    margin: auto;
}
  
.lsp-image-uploader p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
  
.lsp-image-uploader input {
    position: absolute;
    left: 0;
    top: 60px;
    width: 170px;
    cursor: pointer;
    opacity: 0;
    height: 90px;
    margin-top: -25px;
}
  
.lsp-image-uploader span i {
    font-size: 50px;
}

.lsp-form-title {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
}
  
.lsp-form-title h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.lsp-form-title * {
    display: inline !important;
}

.lsp-add-container {
    display: block;
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.lsp-add-btn-bg {
    background: linear-gradient(#3d8fcf, #3788c6, #2774af, #175e96);
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 80px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    outline: none;
}

.gmnoprint *{
    font-size: 15px !important;
}

.gm-style-cc{
    display: none !important;
}

.pac-item {
    padding: 8px 6px !important;
    font-size: 14px !important;
    font-family: Nunito, sans-serif !important;
}

.pac-container {
    margin-top: 5px !important;
    z-index: 1000000000 !important;
}

.pac-logo::after {
    display: none !important;
}

.lsp-left-menu-list {
    overflow: hidden;
    padding-left: 80px;
    padding-top: 50px;
}

.lsp-left-menu-list .lsp-left-menu{
    padding: 8px 0;
}

.lsp-left-menu-list .lsp-left-menu a {
    color: #bbbbbb;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    font-weight: bold;
}

.lsp-left-menu-list .lsp-left-menu.active {
    border-right: 3px solid #28296b;
}

.lsp-left-menu-list .lsp-left-menu.active a {
    color: #28296b;
}

.lsp-users-table {
    padding: 2rem;
}

.lsp-users-table tr td {
    padding: 2rem;
    border-bottom: 1px solid #DDDDDD;
}

.lsp-users-table tr td img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.lsp-legends-container {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 2rem;
}

.lsp-legends-container .lsp-legend {
    display: inline-block;
    margin: 0.5rem 0.75rem;
    border-radius: 6px;
    padding: 10px 40px;
    text-align: center;
    background: #DDDDDD;
}

.lsp-legends-container .lsp-legend h2 {
    color: #FFFFFF;
    margin-bottom: 15px;
}

.lsp-legends-container .lsp-legend p {
    margin-top: -14px;
    color: #FFFFFF;
}

.lsp-logs-chart {
    padding: 2.5rem;
    box-shadow: #DDD 0 0 5px 2px;
    border-radius: 3px;
    margin: 0 1rem;
}

.lsp-logs-chart h5 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px;
    font-weight: bold;
}

.lsp-list-data-logs {
    margin: 0 1rem;
}

.lsp-list-data-logs h2 {
    color: #28296b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}

.lsp-list-item-data-log {
    display: block;
    position: relative;
    padding: 1.5rem 0;
    border-bottom: 2px solid #DDDDDD;
}

.lsp-list-item-data-log p {
    display: inline;
}

.lsp-list-item-data-log .lsp-user {
    font-size: 18px;
}

.lsp-list-item-data-log .lsp-points {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    float: right;
}

.lsp-config-container h3 {
    color: #28296b;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}

.lsp-config-container form {
    margin-top: 30px;
}

.lsp-config-container form .form-group,
.lsp-notification-form .form-group {
    margin-bottom: 3rem;
}

.lsp-config-container input[type=text],
.lsp-config-container input[type=number],
.lsp-notification-form input,
.lsp-notification-form select {
    padding: 1.5rem !important;
    height: 48px;
    border-radius: 0 !important;
}

.lsp-notification-form textarea {
    padding: 1.5rem !important;
    border-radius: 0 !important;
    resize: none;
}

.lsp-checkbox {
    margin-bottom: 1.5rem !important;
    font-weight: bold;
}

.lsp-checkbox .lsp-checkbox-label {
    margin-left: 10px;
}

.lsp-notification-form h3,
.lsp-notification-form h3 a {
    color: #28296b;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
}

.lsp-notification-form h3 {
    text-align: center;
}

.lsp-notification-form h3 a.active {
    color: #0004ff;
}

.fr-element {
    min-height: 150px !important;
}

.select2-selection__rendered {
    padding: 0.5rem 0.8rem !important;
}

.select2-selection {
    height: 48px !important;
    border-radius: 0 !important;
}

.lsp-email-sent {
    display: block;
    position: relative;
    border-left: 1px solid #DDD;
    padding-top: 1rem;
}

.lsp-email-sent:first {
    padding-top: 0 !important;
}

.lsp-email-sent .date {
    font-size: 18px;
    margin-left: 2rem;
    color: #999999;
}

.lsp-email-sent .date::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #ffb14a;
    border-radius: 50px;
    position: absolute;
    left: 0;
    margin-left: -8px;
    margin-top: 6px;
}

.lsp-email-sent .lsp-email-content {
    border: 1px solid #DDD;
    margin-top: 15px;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    margin-left: 2rem;
}

.lsp-email-sent .lsp-email-content h4 {
    color: #28296b;
    font-weight: bold;
}

.lsp-sp-list-response {
    display: block;
    position: absolute;
    background: #FFFFFF;
    width: calc(100% - 30px);
    top: 0;
    padding: 15px 0;
    border-radius: 3px;
    box-shadow: 0 0 6px 1px #DDDDDD;
    margin-top: 85px;
    margin-left: 5px;
    z-index: 999;
    display: none;
}

.lsp-sp-list-response .lsp-loader {
    margin-top: auto !important;
    padding: 40px 0;
}

.lsp-sp-list-response .lsp-sp-item {
    display: block;
    border-top: 1px solid #DDDDDD;
    cursor: pointer;
}

.lsp-sp-list-response .lsp-sp-item:hover {
    background: rgba(240, 240, 240, 0.6);
}

.lsp-sp-list-response .lsp-sp-item:last-child {
    border-bottom: 1px solid #dddddd;
}

.lsp-sp-list-response .lsp-sp-item h3 {
    font-weight: bold;
    font-size: 18px;
}

.lsp-sp-list-response .lsp-sp-item p{
    font-size: 14px;
    padding-bottom: 12px;
    margin: 0;
    margin-top: -8px;
}

.lsp-item-images {
    display: block;
    position: relative;
}

.lsp-item-images .lsp-item-image {
    display: block;
    position: relative;
    border: 1px solid #DDDDDD;
    padding: 2rem;
    margin: 0 1.5rem;
    width: calc(25% - 3rem) !important;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.lsp-item-images .lsp-item-image p i {
    cursor: pointer;
}

.lsp-item-images .lsp-item-image .lsp-image {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 15px;
}

.lsp-item-images .lsp-item-image img {
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.lsp-update-sp-form input,
.lsp-update-sp-form select,
.lsp-update-item-form input,
.lsp-update-item-form select {
    height: 46px;
}

.lsp-container-data {
    overflow-y: scroll;
    height: calc(100vh - (70px + 65px));
}