.closeModel {
    background-color: #fff;
    top: 25px;
    right: 25px;
}

.linkInTwoLines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: normal;
    align-items: center;
    min-height: 38px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    border-left: none;
    font-size: 0.8rem
}

.copy-btn {
    padding: 0.8rem 2.0rem;
}


.modaldesc {
    padding-bottom: 0px
}

.text-muted {
    margin-bottom: 0px
}
.popupdesc {
    font-family: "Nekst";
    text-align: justify;
    font-size: 1rem;
}
.popuptitle {
    font-size: 1rem;
    font-family: 'NekstBold';
}

.readmoreBtn {
    font-family: "NekstBold";
}
@media screen and (max-width: 768px) {
    .linkInTwoLines {
        font-size: 0.7rem
    }
}

@media screen and (min-width: 1200px) {
    .modal {
        top: auto;
        right: auto;
        bottom: 0;
        left: 20px;
        width: fit-content;
        height: auto;
    }

    .modal-content {
        width: 85%
    }
   
    .modal-backdrop.show { 
        display: none;
        opacity: 0;
        pointer-events: none;
    }
    body { /* the element was body.clickup-chrome-ext_installed.modal-open */
        overflow: auto;
        overflow-x: auto;
        overflow-y: auto;
    }
    .linkInTwoLines {
        font-size: 0.8rem
    }

}
