/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
    width: 10px;
    height: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    width: 7px;
    height: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #7E3AF2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(126 58 242 / 70%); 
}
.rs-login-logo {
    margin: 0px auto 25px;
    width: auto;
    height: auto;
    max-width: auto;
    min-width: auto;
}

p.rs-login-error {
    font-size: .75rem;
    margin: 5px 0px 0px;
    color: #F00;
}

.rs-table-wrapper {
    position: relative;
    padding: 60px 0px 30px;
    /* background-color: white; */
    border-radius: 10px;
    /* border-top-right-radius: 10px; */
}

.rs-table-wrapper div#example1_length {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 13px;
}

.rs-table-wrapper div#example1_filter {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 13px;
}

.rs-table-wrapper div#example1_wrapper {
    /* background-color: white; */
}

.rs-table-wrapper div#example1_length select {
    border: 1px solid lightgray;
    min-width: 85px;
    min-height: 30px;
    border-radius: 7px;
    font-size: 13px;
    margin: 0px 5px 0px 5px;
    outline: none;
}

.rs-table-wrapper div#example1_filter input {
    border: 1px solid lightgray;
    width: 220px;
    min-height: 30px;
    border-radius: 7px;
    font-size: 13px;
    padding: 0px 10px;
    margin: 0px 0px 0px 5px;
    outline: none;
}

.rs-table-wrapper div#example1_info {
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 13px;
}

.rs-table-wrapper div#example1_paginate {
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 13px;
}

.rs-table-wrapper div#example1_paginate a {
    background-color: #f3f3f3;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
}

.rs-table-wrapper div#example1_paginate span {
    margin: 0px 6px 0px;
}

.rs-table-wrapper td svg {
    width: 20px;
    height: auto;
    margin: 0px 0px 0px 6px;
}

.rs-table-wrapper .dataTables_empty {
    font-size: 13px;
    text-align: center;
    padding: 30px 0px;
}

.rs-table-wrapper div#example1_paginate ul.pagination {
    display: flex;
    gap: 6px;
    align-items: center;
}

.rs-table-wrapper .rs-table-tbody tr td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: .875rem;
}

.rs-transactions_list table#example1 {
    margin: unset !important;
    max-width: unset !important;
    border-collapse: collapse !important;
}

.rs-table-wrapper .col-sm-12:has(.rs-transaction-table) {
    max-width: 100%;
    min-width: 100%;
    width: 0px;
    overflow: auto;
}

.rs-page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rs-page-heading a.rs-top-btn svg {
    stroke: white;
    height: auto;
    width: 18px;
}

.rs-page-heading a.rs-top-btn {
    display: flex;
    align-items: center;
    gap: 2px;
    background-color: #7e3af2;
    border-radius: 5px;
    padding: 8px 10px 8px 6px;
    color: white;
    font-size: 14px;
}

.rs-page-heading .rs-top-backBtn svg {
    width: 14px !important;
}

.rs-website-setting {
    display: grid;
    grid-template-columns: 100%;
    padding: 1rem;
}

.rs-website-setting .rs-table-wrapper {
    padding: 0px 0px 0px;
}

.rs-website-setting .rs-table-wrapper .w-full {
    margin: 0px 0px;
}


.fixed.inset-0.z-10.flex.items-end.bg-black.bg-opacity-50.sm\:items-center.sm\:justify-center {
    display: none;
}

.rs-custom-field-wrap {
    background-color: rgba(126, 58, 242, var(--bg-opacity));
    border-radius: 10px;
    margin: 0px 0px 30px;
}

.rs-custom-field-wrap .rs-field-wrap {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 15px 15px;
    gap: 10px;
}

.rs-custom-field-wrap .rs-field-wrap .rs-label-wrap {}

.rs-custom-field-wrap .rs-field-wrap .rs-select-wrap {}

.rs-custom-field-wrap .rs-field-wrap select {
    border: 1px solid lightgray;
    min-height: 36px;
    border-radius: 5px;
    color: dimgray;
    padding: 0px 10px;
    outline: none;
    background-color: white;
    font-size: 14px;
    min-width: 250px;
}

.rs-custom-field-wrap .rs-select-wrap .select2-selection__rendered {
    font-size: 14px;
    outline: none;
}

.rs-custom-field-wrap .rs-field-wrap .rs-label-wrap label {
    color: white;
    font-size: 15px;
}

.rs-grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.rs-login input[name="btnLogin"] {
    background-color: #43c8f1;
    height: 54px;
    font-size: 18px;
    font-weight: bold;
}

.field_fix-width {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}

@media (max-width: 767px) {
    .rs-login-logo {
        margin: 0px auto 25px;
        width: 210px;
        height: auto;
    }

    .rs-768-displayNone {
        display: none;
    }

    .rs-login .h-32 {
        height: 15rem;
    }
}

@media (max-width: 568px) {
    .rs-login-logo {
        margin: 15px auto 15px;
        width: 180px;
        height: auto;
    }

    .rs-login input[name="btnLogin"] {
        font-weight: 600;
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .rs-login-logo {
        margin: 5px auto 15px;
        width: 160px;
    }
}