.pagination {
    gap: 0px;
}

.table-list-custom td {
    border: 0
}

#loader {
    display: block;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.k-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    background: #0077b5;
    background: url("/assets/loader/seller_loader.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 12em;
    width: 12em;
    margin: auto;
    animation: loadit 5s linear infinite;
    z-index: 99999;
}

.select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #FFFFFF !important;
    border: 1px solid #999999 !important;
    border-radius: 10px !important;
    color: #1F1724 !important;
    font-size: 14px !important;
    min-height: 45px !important;
    text-align: left !important;
}

.select2-selection__rendered {
    margin: 10px !important;
    color: black !important;
    line-height: 24px !important;
}

.select2-selection__arrow {
    margin: 10px;
}

.pac-container {
    z-index: 1055;
}

.gpay-card-info-container {
    width: 100%
}

.required:after {
    content: " *";
    color: red;
}