
.vh-100-customize {
    height: 100vh !important;
}

.w-30-customize{
    width: 30%;
}

.w-48-customize{
    width: 48%;
}

.w-55-customize{
    width: 55%;
}

.mt3em-customize{
    margin-top: 0.3em !important;
}

.notification-action{
    border: 1px solid #1254a1 !important; 
    text-align: center;

}

.truncate-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
 }

#downloadPDFAppointment, #downloadPDFTransaction {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 768px) {
    .pt90{
        padding-top: 90px;
    }
    .pb40{
        padding-bottom: 40px;
    }
    .pt0{
        padding-top: 0px !important;
    }
    .pb0{
        padding-bottom: 0px !important;
    }
    .vh-100-customize {
      height: auto !important;
    }
    .w-100-customize{
        width: 100%;
    }
    .line-height-normal{
        line-height: normal !important;
    }
}