.min-vh-80 {
    min-height: calc(100vh - 56px);
}

.closeButton {
    font-size: 1.8rem !important;
}

.select-placeholder {
    --placeholder-opacity: 1;
}

.select-icon {
    position: absolute;
    top: 8px;
    right: 10px;
}

.page-item.active .page-link {
    background-color: #039edf !important;
    border-color: #039edf !important;
}

.table thead th {
    vertical-align: middle !important;
}

ion-select {
    border: 1px solid #bdbdbd;
    background: #ffffff;
    border-radius: 5px;
    --padding-top: 6px;
    --padding-end: 0;
    --padding-bottom: 6px;
    --padding-start: 10px;
}

.nobutton {
    background-color: #990000 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
}

.yesbutton {
    background-color: var(--ion-color-primary) !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
}

.upload-label {
    border: 1px solid rgba(0, 0, 0, .12);
    color: var(--web-color) !important;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.upload-label mat-icon {
    float: left;
}

.upload-label div {
    float: left;
    margin-left: 5px;
    line-height: 25px;
}

input[type=file] {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-fullscreen .modal-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.table-striped {
    background-color: #ffffff !important;
}

.genbackground {
    --background: url('../assets/pattern.png');
}

.webtext-colors {
    color: var(--ion-color-primary);
}

.header-image {
    height: 35px;
}

.modal-fullscreen .modal-wrapper .form-control {
    width: 100%;
    /* max-width: 350px; */
}

@media screen and (max-width: 479px) {
    .table tbody tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    .table tbody td {
        display: block;
        text-align: left;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    .table th {
        display: none;
        text-align: left;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    .table tbody td:last-child {
        border-bottom: 0;
        text-align: right;
    }
    .table tbody td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#da1b60));
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25)
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
    background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17)
}

.inner-scroll::-webkit-scrollbar {
    display: none;
}

.table {
    border: 1px solid #999999;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.p-datatable-tfoot th {
    padding: 15px 0px;
    background: #f8f9fa;
    border-bottom: 1px solid #dfdfdf;
}