.select-placeholder {
    --placeholder-opacity: 1;
}

a:hover {
    color: #151a40 !important;
    text-decoration: none !important;
}

.p-datatable-wrapper {
    overflow: auto;
}

.companyPTable table {
    min-width: 3550px !important;
}

.select-icon {
    position: absolute;
    top: 8px;
    right: 10px;
}

.page-item.active .page-link {
    background-color: var(--ion-color-primary) !important;
    border-color: var(--ion-color-primary) !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: var(--ion-color-primary) !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
}

.yesbutton {
    background-color: var(--ion-color-tertiary) !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: #ffffff url('../assets/pattern-1.png') no-repeat center/cover;
}

.p-datatable .p-datatable-tbody>tr,
.p-datatable .p-datatable-header,
.p-paginator {
    background: #ffffffe0 !important;
}

.p-datatable .p-datatable-thead>tr>th {
    background: #d2d2d2e0 !important;
}

.webtext-colors {
    color: var(--ion-color-primary);
}

.header-image {
    height: 35px;
}

.modal-fullscreen .modal-wrapper .form-control {
    width: 100%;
    max-width: 350px;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #ff4a03b8 !important;
    border-color: #ff4a03b8 !important;
    color: #ffffff !important;
}

.p-datatable-header input {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 5px 10px;
}

.p-datatable .p-datatable-header {
    padding: 0.2rem !important;
}

.p-datatable .p-datatable-tbody>tr>td,
.p-paginator {
    padding: 0px !important;
    white-space: break-spaces;
}

.p-datatable .p-datatable-thead>tr>th {
    padding: 0.5rem !important;
}

.p-datatable-header .pi-search {
    color: #ff4a03;
}

@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;
    }
}