/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rti1gl0dkk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rti1gl0dkk] {
    flex: 1;
}

.sidebar[b-rti1gl0dkk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rti1gl0dkk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rti1gl0dkk]  a, .top-row[b-rti1gl0dkk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rti1gl0dkk]  a:hover, .top-row[b-rti1gl0dkk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rti1gl0dkk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rti1gl0dkk] {
        display: none;
    }

    .top-row.auth[b-rti1gl0dkk] {
        justify-content: space-between;
    }

    .top-row[b-rti1gl0dkk]  a, .top-row[b-rti1gl0dkk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rti1gl0dkk] {
        flex-direction: row;
    }

    .sidebar[b-rti1gl0dkk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rti1gl0dkk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rti1gl0dkk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rti1gl0dkk], article[b-rti1gl0dkk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu - Copy.razor.rz.scp.css */
.navbar-toggler[b-7qho4xkd12] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7qho4xkd12] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7qho4xkd12] {
    font-size: 1.1rem;
}

.oi[b-7qho4xkd12] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7qho4xkd12] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7qho4xkd12] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7qho4xkd12] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7qho4xkd12]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7qho4xkd12]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7qho4xkd12]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7qho4xkd12] {
        display: none;
    }

    .collapse[b-7qho4xkd12] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zkol43ib05] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zkol43ib05] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zkol43ib05] {
    font-size: 1.1rem;
}

.oi[b-zkol43ib05] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zkol43ib05] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zkol43ib05] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zkol43ib05] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zkol43ib05]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zkol43ib05]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zkol43ib05]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zkol43ib05] {
        display: none;
    }

    .collapse[b-zkol43ib05] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Views/Bases/AddEditAddress.razor.rz.scp.css */
/*AddEditAdress Component*/
.t-address-grid[b-8wpn7ssueu] {
    display: grid;
    grid-template-columns: 60px 2fr 2fr 2fr;
    grid-template-rows: auto auto;
    grid-template-areas: "address address address address"
        "postalcode city city city";
    grid-gap: 10px;
}

[b-8wpn7ssueu] .t-address {
    grid-area: address;
}

[b-8wpn7ssueu] .t-postalcode {
    grid-area: postalcode;
}

[b-8wpn7ssueu] .t-city {
    grid-area: city;
}

.t-editable-text-box[b-8wpn7ssueu] {
    --text-underline-height: 0 0;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

[b-8wpn7ssueu].t-editable-text-box > span {
    flex-grow: 1;
    align-items: center;
}

[b-8wpn7ssueu].t-editable-text-box > svg {
    margin-right: 12px !important;
}

[b-8wpn7ssueu].t-editable-text-box > a {
    cursor: pointer !important;
    width:100%;
}

[b-8wpn7ssueu].t-editable-text-box .mud-input-control {
    margin-top: 0px !important;
}

[b-8wpn7ssueu].t-editable-text-box .mud-input-root {
    padding: 8px 0 5px !important;
}

[b-8wpn7ssueu].t-editable-text-box .mud-input {
    margin-top: 0px !important;
    font-weight: 500 !important;
}

[b-8wpn7ssueu].t-editable-text-box .t-link .mud-input {
    color: var(--t-blue) !important;
}

[b-8wpn7ssueu].t-editable-text-box .t-link .mud-input-root:hover {
    cursor: pointer !important;
}

[b-8wpn7ssueu].t-editable-text-box .mud-input-label {
    margin-top: -6px !important;
    font-size: 14px !important;
    color: var(--mud-palette-text-secondary) !important;
}
/* /Views/Bases/AddEditContact.razor.rz.scp.css */
.t-editable-text-box[b-l4xvbodxyj] {
    --text-underline-height: 0 0;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

.t-textfield-with-label[b-l4xvbodxyj] {
    align-items: end!important;
}


[b-l4xvbodxyj].t-textfield-with-label > svg{
    margin-bottom: 3.5px;
}

[b-l4xvbodxyj].t-editable-text-box > span {
    flex-grow: 1;
    align-items: center;
}

[b-l4xvbodxyj].t-editable-text-box > svg {
    margin-right: 12px !important;
}

[b-l4xvbodxyj].t-editable-text-box > a {
    cursor: pointer !important;
    width: 100%;
}

[b-l4xvbodxyj].t-editable-text-box .mud-input-control {
    margin-top: 0px !important;
}

[b-l4xvbodxyj].t-editable-text-box .mud-input {
    margin-top: 0px !important;
    font-weight: 500!important;
}

[b-l4xvbodxyj].t-editable-text-box .mud-input-root {
    padding: 8px 0 5px !important;
}

[b-l4xvbodxyj].t-textfield-with-label .mud-input {
    margin-top: 0px !important;
}

[b-l4xvbodxyj].t-editable-text-box .t-link .mud-input {
    color: var(--t-blue) !important;
}

[b-l4xvbodxyj].t-editable-text-box .t-link .mud-input-root:hover {
    cursor: pointer!important;
}

[b-l4xvbodxyj].t-editable-text-box .mud-input-label {
    margin-top: -6px !important;
    font-size: 14px !important;
    color: var(--mud-palette-text-secondary) !important;
}
/* /Views/Bases/AddEditDate.razor.rz.scp.css */
/*AddEditAdress Component*/
.t-address-grid[b-i2pzif2jc2] {
    display: grid;
    grid-template-columns: 60px 2fr 2fr 2fr;
    grid-template-rows: auto auto;
    grid-template-areas: "address address address address"
        "postalcode city city city";
    grid-gap: 10px;
}

[b-i2pzif2jc2] .t-address {
    grid-area: address;
}

[b-i2pzif2jc2] .t-postalcode {
    grid-area: postalcode;
}

[b-i2pzif2jc2] .t-city {
    grid-area: city;
}

.t-editable-text-box[b-i2pzif2jc2] {
    --text-underline-height: 0 0;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

[b-i2pzif2jc2].t-editable-text-box > span {
    flex-grow: 1;
    align-items: center;
}

[b-i2pzif2jc2].t-editable-text-box > svg {
    margin-right: 12px !important;
}

[b-i2pzif2jc2].t-editable-text-box > a {
    cursor: pointer !important;
    width:100%;
}

[b-i2pzif2jc2].t-editable-text-box .mud-input-control {
    margin-top: 0px !important;
}

[b-i2pzif2jc2].t-editable-text-box .mud-input {
    margin-top: 0px !important;
    font-weight: 500 !important;
}

[b-i2pzif2jc2].t-editable-text-box .mud-input-root {
    padding: 8px 0 5px !important;
}

[b-i2pzif2jc2].t-editable-text-box .t-link .mud-input {
    color: var(--t-blue) !important;
}

[b-i2pzif2jc2].t-editable-text-box .t-link .mud-input-root:hover {
    cursor: pointer !important;
}

[b-i2pzif2jc2].t-editable-text-box .mud-input-label {
    margin-top: -6px!important;
    font-size: 14px!important;
    color: var(--mud-palette-text-secondary)!important;
}
/* /Views/Bases/AddMultipleEditText.razor.rz.scp.css */
/*AddEditAdress Component*/
.t-address-grid[b-imms2tynqd] {
    display: grid;
    grid-template-columns: 60px 2fr 2fr 2fr;
    grid-template-rows: auto auto;
    grid-template-areas: "address address address address"
        "postalcode city city city";
    grid-gap: 10px;
}

[b-imms2tynqd] .t-address {
    grid-area: address;
}

[b-imms2tynqd] .t-postalcode {
    grid-area: postalcode;
}

[b-imms2tynqd] .t-city {
    grid-area: city;
}

.t-editable-text-box[b-imms2tynqd] {
    --text-underline-height: 0 0;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

[b-imms2tynqd].t-editable-text-box > span {
    flex-grow: 1;
    align-items: center;
}

[b-imms2tynqd].t-editable-text-box > svg {
    margin-right: 12px !important;
}

[b-imms2tynqd].t-editable-text-box > a {
    cursor: pointer !important;
    width:100%;
}

[b-imms2tynqd].t-editable-text-box .mud-input-control {
    margin-top: 0px !important;
}

[b-imms2tynqd].t-editable-text-box .mud-input {
    margin-top: 0px !important;
    font-weight: 500 !important;
}

[b-imms2tynqd].t-editable-text-box .t-link .mud-input {
    color: var(--t-blue) !important;
}

[b-imms2tynqd].t-editable-text-box .t-link .mud-input-root:hover {
    cursor: pointer !important;
}
/* /Views/Bases/ButtonContainerBaseMode.razor.rz.scp.css */
.t-bottom-card-content[b-5yz6m4ihu0] {
    display:flex;
    justify-content: space-between;
    background-color: var(--mud-palette-background-grey);
    padding: 8px 16px;
    border-bottom-left-radius: var(--t-border-radius);
    border-bottom-right-radius: var(--t-border-radius);
}

[b-5yz6m4ihu0] .t-bottom-card-content .mud-icon-button {
    padding: 5px !important;
    background-color:red!important;
}
/* /Views/Bases/CardBase.razor.rz.scp.css */
[b-d23b6d3bx4].mud-card-header-content {
    display: flex!important;
    background-color:red!important;
}
/* /Views/Bases/CardBaseMode.razor.rz.scp.css */
[b-mppj0lbf9t].mud-card-header-content {
    display: flex!important;
    background-color:red!important;
}

.t-text-transition[b-mppj0lbf9t]{
    margin-top: 18px!important;
    margin-left: 0px!important;
}

.t-span-transition[b-mppj0lbf9t] {
    max-height: 530px!important;
}

.t-card-content-container[b-mppj0lbf9t] {
    flex-grow: 1;
    font-weight: 500;
    font-size: 13px;
    color: var(--mud-palette-text-secondary);
    width: calc(100% - 58px)
}

.t-name-title-container[b-mppj0lbf9t] {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    transition: margin 0.25s;
    color: var(--mud-palette-text-primary);
    flex: 1;
    min-width: 0;
}

.t-name-title[b-mppj0lbf9t] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.t-activity-title[b-mppj0lbf9t] {
    margin-bottom: 0px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-right: 12px;
    margin-top: 0px;
    transition: margin 0.25s;
    color: var(--mud-palette-text-primary)
}

[b-mppj0lbf9t] svg.t-activity-icon {
    height: 27px;
    width: 27px;
    margin: 14px 0;
    margin-right: 12px;
}

.t-date-title[b-mppj0lbf9t]{
    margin-bottom: 0px;
    margin-left: auto;
    white-space: nowrap
}

.t-limit-max-lines[b-mppj0lbf9t] {
    overflow: hidden;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t-main-card-content[b-mppj0lbf9t] {
    user-select: none;
    height: auto;
    max-height: 0;
    transition: max-height 0.25s;
    padding: 0px;
    overflow: hidden
}
/* /Views/Bases/EditableTextBase.razor.rz.scp.css */
.t-editable-text-box[b-tlblluokeb] {
    --text-underline-height: 0 0;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

.t-textfield-with-label[b-tlblluokeb] {
    align-items: end!important;
}

[b-tlblluokeb].t-textfield-with-label .mud-input-label {
    font-weight: 500!important;
    color: var(--mud-palette-text-secondary)!important;
}

[b-tlblluokeb].t-textfield-with-label > svg{
    margin-bottom: 5px;
}

[b-tlblluokeb].t-editable-text-box > span {
    flex-grow: 1;
    align-items: center;
}

[b-tlblluokeb].t-editable-text-box > svg {
    margin-right: 12px !important;
}

[b-tlblluokeb].t-editable-text-box > a {
    cursor: pointer !important;
    width: 100%;
}

[b-tlblluokeb].t-editable-text-box .mud-input-control {
    margin-top: 0px !important;
}

[b-tlblluokeb].t-editable-text-box .mud-input {
    margin-top: 0px !important;
    font-weight: 500 !important;
}

[b-tlblluokeb].t-editable-text-box .mud-input-root {
    padding: 8px 0 5px !important;
}

[b-tlblluokeb].t-textfield-with-label .mud-input {
   
}

[b-tlblluokeb].t-editable-text-box .t-link .mud-input {
    color: var(--t-blue) !important;
}

[b-tlblluokeb].t-editable-text-box .t-link .mud-input-root:hover {
    cursor: pointer!important;
}

[b-tlblluokeb].t-editable-text-box .mud-input-label {
    margin-top: -6px !important;
    font-size: 14px !important;
    color: var(--mud-palette-text-secondary) !important;
}
/* /Views/Components/Contacts/EditContact.razor.rz.scp.css */

/*.tcontactgrid {
    display: grid;
    grid-template-columns: 4rem 2fr 3fr;
    grid-template-rows: auto auto 1fr; 
    grid-template-areas: "profileimage firstname lastname" 
                        "profileimage mobile email" 
                        "internal internal internal"
                        "nextfollowupdate nextfollowupdate";
    grid-gap: 10px;
}

::deep .t-contact-grid {
        display: grid;
        grid-template-columns: 4rem 1fr 1fr  1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto auto; 
        grid-template-areas: "profileimage firstname firstname lastname lastname lastname" 
                            "profileimage mobile mobile email email email" 
                            ". internal internal internal internal internal"
                            ". nextfollowupdate carbuddii carbuddii . .";
        grid-gap: 10px;
    }

.profileimage {
    grid-area: profileimage;*/
    /*grid-column: 1;
    grid-row: 1;*/
    /*font-size: large;
    font-weight: bold;*/
    /* position: absolute; */
    /*width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3c8dbc;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    top: 22px
}

:deep .firstname {
    grid-area: firstname;*/
    /*grid-column: 1;
    grid-row: 1;*/
    /*font-size: large;
    font-weight: bold;
}

.lastname {
    grid-area: lastname;
    font-size: large;
    font-weight: bold;
}

.mobile {
    grid-area: mobile;
}

.t-user-email {
    grid-area: email;
}

.triolinkinternalinfo {
    font-size: large;
    grid-area: internal;
}

.nextfollowupdate {
    grid-area: nextfollowupdate;
    font-size: large;
    font-weight: bold;
}*/
