/* custom css */

.image-preview {
    max-width: 100%;
    max-height: 200px;
}

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

.apt-space{
    padding: 3rem 0rem;
}

.apt-image{
    max-width: 170px;
    max-height: 170px;
    margin-bottom: 20px;
}

.btn-block{
    display: block;
    width: 100%;
}

.btn-align-vertical{
    padding-top: 5px;
}

.w-23{
    width: 15%;
}

.text-justify {
    text-align: justify !important;
}

@media (max-width: 767px) {

    .apt-space{
        padding: 0rem 0rem;
    }

    .apt-image{
        max-width: 120px;
        max-height: 120px;
    }

    .apt-text{
        font-size: 1.2rem;
        text-align: left!important;
        padding-top: 2.5rem;
    }

}

/* DTS */

.tbl-padding-1 td, th{
    padding: 1px!important;
}

.tbl-padding-2 td, th{
    padding: 2px!important;
}

.tbl-padding-3 td, th{
    padding: 3px!important;
}

.tbl-padding-4 td, th{
    padding: 4px!important;
}

.tbl-padding-5 td, th{
    padding: 5px!important;
}

.fixed-group {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1030;
}

.search-result {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}
.search-result div {
    padding: 10px;
    cursor: pointer;
}
.search-result div:hover {
    background-color: #f1f1f1;
}

.img-signature{
    height: 75px;
    width: 200px;
}