.flex-justify-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.add-member-btn {
    border-radius: 6px;
    text-transform: none;
    display: flex;
    align-items: center;
    color: white;
    height: 1.7rem;
    min-width: 7rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif;
}

.text-color-grey {
    color: #383539;
}

.tiny-text {
    font-size: 14px;
    color: #6d6d6d;
    font-family: 'ProximaNovaMedium';
    flex: auto;
}

.text-small {
    font-size: small;
    color: var(--text-color);  /* Use the color variable */
    font-family: 'ProximaNovaMedium';
    font-weight: 500;
    cursor: pointer;
}

.no-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* -------------------------------------------------------------------------------------------------- */
/* Customized scrollbar class */
.customized-scroll {
    overflow: auto;
    /* Enable scrolling */
}

.customized-scroll::-webkit-scrollbar {
    width: 4px;
    /* Thin vertical scrollbar */
    height: 4px;
    /* Thin horizontal scrollbar */
}

.customized-scroll::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Round corners for thumb */
}

.customized-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #9c9a9a;
    /* Darker thumb when hovered */
}

.customized-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Light color for the track */
    border-radius: 10px;
    /* Round corners for track */
}
/* -------------------------------------------------------------------------------------------------- */

.bottom-0{
    padding-bottom: 0;
    margin-bottom: 0;
}

.tbl-container {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    height: 32vh;
    background-color: #F8F8FA !important;
    box-shadow: none;
}

.p-all-32{
    padding: 32px;
}

.p-left-right-32{
    padding-left: 32px;
    padding-right: 32px;
}

.p-left-32{
    padding-left: 32px;
}

.p-right-32{
    padding-right: 32px;
}

.p-right-24{
    padding-right: 24px;
}

.m-right-8{
    margin-right: 8px;
}

.m-top-24{
    margin-top: 24px;
}

.m-top-12{
    margin-top: 12px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.white-bg {
    background-color: white;
}

.content-space{
    /* max-width: 100vw !important; */
    width: 82vw;
    border-radius: 15px 0px 0px 0px;
    margin-left: 12px;
}

.icon-container{
   height: 32px !important;
   width: 32px !important;
   border: 1px solid grey;
   border-radius: 100%; 
   padding: 1px;
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
}

.h-w-100{
    height:100% !important;
    width: 100% !important;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-white-space{
    white-space: nowrap;
}

.doc-div-wrapper{
    border-bottom: 1px solid #cccccc;
}

.documents-div{
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #cccccc;
    cursor: pointer;
    /* border-bottom: 1px solid #cccccc; */
}

.border-top-0{
    border-top: 0;
}

.margin-top-0{
    margin-top: 0;
}

.margin-bottom-0{
    margin-bottom: 0;
}

.group-btn{
    text-transform:none !important;
    color:white !important;
    text-align: center !important;
    align-items: center !important;
    white-space: none !important;
    font-size: "10px" !important;
    /* height: 28.5px !important;
    width: 146px !important */
}

.manage-width{
    width: 82%;
}

.bg-light-grey{
    background-color: #f3f2f2;
}

.div-doc-rendered{
    height: 72vh;
}

.editor-height{
    height:auto !important;
}

.manage-height-half{
    height:105px;
}

/* screen with equal or less than 600px */
@media only screen and (max-width: 767px){
    .manage-width{
        width: 100%;
    }

    .editor-height {
        height: 400px;
      }
    
}

@media only screen and (min-width: 768px) and (max-width:1200px){
    .manage-width{
        width:76% 
    }
}

/* screen widht greater than or equal to 1200px */
@media only screen and (min-width: 1200px) {
    .icon-container{
        height: 32px !important;
        width: 32px !important;
        border: 1px solid grey;
        border-radius: 100%; 
        padding: 2px;
    }

    .tbl-container {
        height: 31vh;
        padding-left: 12px;
        padding-right: 12px;
    }

    .manage-width{
        width: 82%;
    }

    .div-doc-rendered{
        height: 72vh;
    }
}

/* screen widht between 1300px to 1400px */
@media only screen and (min-width: 1300px) and (max-width:1400px){
    .icon-container{
        height: 30px !important;
        width: 30px !important;
        border: 1px solid grey;
        border-radius: 100%; 
        padding: 0.7px;
    }

    .tbl-container {
        height: 29vh !important;
    }

    .div-doc-rendered{
        height: 72vh;
    }

    .manage-height-half{
        height:100px;
    }
}

/* screen widht greater than or equal to 1600px */
@media only screen and (min-width: 1600px) {
    .icon-container{
        height: 40px !important;
        width: 40px !important;
        border: 1px solid grey;
        border-radius: 100%; 
        padding: 4px;
    }

    .tbl-container {
        height: 40vh;
    }

    .div-doc-rendered{
        height: 73vh;
    }

    .editor-height {
        height: 1200px;
    }

    .manage-height-half{
        height: 245px;
    }
}

.f-button-group{
    text-align: center;
}

.f-button-group button{
    white-space: nowrap;
}

.text-blue-underlined{
    text-decoration: underline;
    color: #8BC8E5;
}

.doted-div{
    border: 1.7px dashed #bfbfbf;
    border-radius: 4px;
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 36px;
    padding-right: 40px;
    cursor: pointer;
}

.doted-div.dragover {
    background-color: #e0e0e0;
}

.doted-div:hover {
    background-color: #f1f1f1;
}

.pointer{
    cursor: pointer;
}

/* overriding default classes of react pdf viewer */
/* -------------------------------------------------------------------- */
/* Target the scrollbar inside the PDF viewer */
.rpv-core__inner-pages::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.rpv-core__inner-pages::-webkit-scrollbar-thumb {
    background-color: #bfbfbf !important;
    border-radius: 10px !important;
}

.rpv-core__inner-pages::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.rpv-core__page-layer--single {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.rpv-core__canvas-layer {
    width: 100% !important;
    /* text-align: center !important; */
    display: flex !important;
    justify-content: center !important;
}

.rpv-core__text-layer {
    width: 100% !important;
}
/* -------------------------------------------------------------------- */