@import '_content/Apps.SharedComponents/Apps.SharedComponents.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/ZXingBlazor/ZXingBlazor.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.startpage-link[b-na3lkjvo5h] {
  padding: 20px;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.startpage-link a i[b-na3lkjvo5h] {
  font-size: 40px;
}

.startpage-link:first-of-type[b-na3lkjvo5h] {
  border-top: 1px solid #CCC;
}
/* /Pages/Leads/EditLeadCompany.razor.rz.scp.css */
.leadCompanyEdit .btn[b-772mpx45av] {
  width: 100%;
  height: 58px;
}
.leadCompanyEdit .createdBy[b-772mpx45av] {
  color: #CCC;
  font-style: italic;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  body table tr td[b-772mpx45av] {
    font-size: 12px;
  }
}
/* /Pages/Leads/Index.razor.rz.scp.css */
.alt[b-sap4zuuc76] {
  background-color: #EEE;
}

.reg[b-sap4zuuc76] {
  background-color: #DDD;
}

.companyBox[b-sap4zuuc76] {
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #fee4cb;
}

.companyBox.Customer[b-sap4zuuc76] {
  background-color: #EEE;
}

.companyBox.Declined[b-sap4zuuc76], .companyBox.Unwanted[b-sap4zuuc76] {
  background-color: #ffd3e2;
}

.companyBox.Processing[b-sap4zuuc76] {
  background-color: #d5deff;
}

.companyBox.Interested[b-sap4zuuc76] {
  background-color: #c8f7dc;
}

.details[b-sap4zuuc76] {
  margin-top: 10px;
}

.tools a.tool[b-sap4zuuc76] {
  font-size: 20px;
  width: 40px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.tools a.tool img[b-sap4zuuc76] {
  max-height: 20px;
}
.tools a.heart .fa-heart[b-sap4zuuc76] {
  color: red;
}
.chip[b-sap4zuuc76] {
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 10px 5px;
  cursor: pointer;
  display: inline-block;
}

.chip.info[b-sap4zuuc76] {
  background: #5FD6D4;
  color: whitesmoke;
}

.chip.primary[b-sap4zuuc76] {
  background: #2F4058;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  margin: 10px 2px;
  cursor: default;
}

.tool[b-sap4zuuc76] {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 10px;
}
.tool i[b-sap4zuuc76] {
  margin-right: 5px;
}
/* /Pages/Leads/LabelLeadCompany.razor.rz.scp.css */
.leadCompanyEdit .btn[b-6tbe3ungq6] {
  width: 100%;
  height: 58px;
}
.leadCompanyEdit .createdBy[b-6tbe3ungq6] {
  color: #CCC;
  font-style: italic;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  body table tr td[b-6tbe3ungq6] {
    font-size: 12px;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-aouhl2qk0v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aouhl2qk0v] {
    flex: 1;
}

.sidebar[b-aouhl2qk0v] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aouhl2qk0v] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aouhl2qk0v]  a.logout, .top-row[b-aouhl2qk0v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aouhl2qk0v]  a:hover, .top-row[b-aouhl2qk0v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aouhl2qk0v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .top-row[b-aouhl2qk0v]  a.language {
            display: block;
            margin-right: 20px;
            text-decoration: none;
        }

        .top-row[b-aouhl2qk0v]  a.language img {
            margin: 0 5px;
        }

            .top-row[b-aouhl2qk0v]  a.language span {
                display: inline-block;
                height: 30px;
                margin-right: 5px;
                line-height: 32px;
            }

    .top-row[b-aouhl2qk0v]  .dropdown .dropdown-item img {
        max-width: 100%;
    }

    .top-row[b-aouhl2qk0v]  .dropdown-item { padding: 0 5px; }

    @media (max-width: 640.98px) {
        .top-row:not(.auth)[b-aouhl2qk0v] {
        display: none;
    }

    .top-row.auth[b-aouhl2qk0v] {
        justify-content: space-between;
    }

    .top-row[b-aouhl2qk0v]  a, .top-row[b-aouhl2qk0v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aouhl2qk0v] {
        flex-direction: row;
    }

    .sidebar[b-aouhl2qk0v] {
        width: 300px;
        position: sticky;
        top: 0;
        min-height: 100vh;
    }

    .top-row[b-aouhl2qk0v] {
        position: sticky;
        top: 0;
        z-index: 3;
    }

    .top-row.auth[b-aouhl2qk0v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aouhl2qk0v], article[b-aouhl2qk0v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayoutLoggedOut.razor.rz.scp.css */
.page[b-tekocrar0h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tekocrar0h] {
    flex: 1;
}

.sidebar[b-tekocrar0h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tekocrar0h] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tekocrar0h]  a, .top-row[b-tekocrar0h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tekocrar0h]  a:hover, .top-row[b-tekocrar0h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tekocrar0h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tekocrar0h] {
        display: none;
    }

    .top-row.auth[b-tekocrar0h] {
        justify-content: space-between;
    }

    .top-row[b-tekocrar0h]  a, .top-row[b-tekocrar0h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tekocrar0h] {
        flex-direction: row;
    }

    .sidebar[b-tekocrar0h] {
        width: 350px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tekocrar0h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tekocrar0h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tekocrar0h], article[b-tekocrar0h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
