.customer-edit-id {
    color: #A6A5A4;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: right;
}

.customer-name {
    display: flex;
    column-gap: 9px;
}

.customer-title p {
    color: #383739;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.14px;
    line-height: 19px;
}

.customer-title p:nth-child(2) {
    color: #8D8D8D;
    font-weight: 500;
}

.general-title {
    margin: 0 0 40px;
}

.general-title:first-child {
    margin: 25px 0 40px;
}

.general-info .existing-agent-title {
    color: #383739;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 22px;
    cursor: pointer;
    width: 100%;
    padding-right: 7px;
    padding-top: 8px;
}

.taxes-title .existing-agent-title {
    padding-right: 36px !important;
}

.taxes-title .existing-agent-title {
    position: relative;
}

.taxes-title .general-info-form {
    display: none;
}

.taxes-title .existing-agent-title::before {
    content: '';
    position: absolute;
    right: 16px;
    background-image: url(/css/image/down-arrow.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    bottom: 6px;
    display: inline-block;
    background-color: #ffffff;
}

.active .existing-agent-title::before {
    background-image: url(/css/image/up-arrow.svg);
}




.general-info-sub {
    display: flex;
    justify-content: space-between;
}

.documents-title {
    position: relative;
/*    height: 43px;*/
}

.general-info-type {
    width: 100%;
    margin-top: 12px;
    padding: 0 33px;
    border-right: 1px solid #DEDDDC;
}


.general-info-type:last-child {
    border-right: 0;
}

.general-info-type:first-child {
    padding: 0 33px 0 0;
}

.general-info-type:last-child {
    padding: 0 0 0 33px;
}

.general-info-type .form-label,
.general-info-text-area .form-label {
    color: #A6A5A4;
}

.general-info-text-area textarea {
    width: 100%;
    height: 150px;
    resize: none;
}

.general-info-text-area .form-sub {
    max-width: unset;
}

.general-info-type .form-sub {
    max-width: unset;
    margin-bottom: 10px;
}

.documents {
    padding-top: 11px;
}

.add-documents-btn {
    display: flex;
    gap: 0.75em;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    padding-left: 14px;
}

@media(max-width: 950px) {
    .add-documents-btn {
        position: relative;
        overflow-x: scroll;
        padding: 0;
    }
}

.add-documents-btn button.btn-primary {
    text-transform: uppercase;
    text-align: center;
    max-width: max-content;
    padding: 13.5px 25px;
}

.documents-note p {
    color: #393839;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
}

.sucess {
    color: #009614;
}

.error {
    color: #CF0000;
}

.exclude-document {
    color: #00ADEE !important;
    font-weight: bold;
}

.exclude-document a{
    color: #00ADEE;
}

.exclude-document a:hover{
    color: #393839;
}

.documents-note b {
    font-weight: bold;
}

.agents-table {
    margin-top: 23px;
    margin-bottom: 40px;

}

/* .documents-title .title-main::before {
    width: 655%;
} */

@media(max-width:1025px) {
    .general-info-type {
        max-width: 266px;
    }

    .general-info-type .form-sub {
        max-width: 200px;
    }
}

@media(max-width:950px) {
    .general-info-form form {
        flex-wrap: wrap;
    }

    .form-card > .form-main {
        flex-wrap: wrap;
    }

    .general-info-sub {
        flex-wrap: wrap;
    }
    .general-info-type:first-child {
        padding: 0 33px;
    }

    .general-info-type:last-child {
        padding: 0 33px;
    }

    div:has(> .telerik-blazor.k-grid){
        overflow-x: scroll !important;
        background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) ) right, radial-gradient( farthest-side at 100%, rgba(0,0,0,0.3), rgba(0,0,0,0) ) right center;
        background-repeat: no-repeat;
        background-size: 40px 100%, 14px 100%;
        background-attachment: local, scroll;
    }
    .listing-table .telerik-blazor.k-grid {
        min-width: 700px;
    } 

    .k-dialog-wrapper .telerik-blazor.k-window {
        max-width: 95%
    }
}


@media(max-width:830px) {

    .general-info-type,
    .general-info-type .form-sub {
        max-width: unset;
        border-right: 0;
    }
}