.cursor-pointer {
    cursor: pointer;
}

.img-logo {
    max-width: 13rem;
    padding: 18px;
}

.modal {
    background: #000000c9;
}

.secure-buy-img {
    max-width: 16rem;
}

.number-credits {
    border-right: 1px solid #424242;
}

.fw-500 {
    font-weight: 500;
}

.credits-meta {
    font-size: 17px;
}

/* QDEV CSS  */
.logo-size {
    width: 25%;
}

.grand-total {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}

.invoice-details {
    font-size: 1.2em;
}

.invoice .grand-total {
    font-weight: 700;
    color: #000000;
}

.invoice {
    min-height: auto;
}

.invoice main {
    padding-bottom: 4px;
}

.current-balance {
    text-align: center;
    padding: 35px 0px 35px 0px;
    background-color: rgb(0 0 0 / 41%);
    box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 41%);
    margin-bottom: 1.5rem;
    border: 0 solid transparent;
}

.current-balance h5 {
    font-size: 40px;
    text-shadow: 0 0 3px white;
}

.credits-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff6e;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.credits-row p {
    margin-bottom: 0;
}

.border-top-theme {
    border-top: 1px solid #ffffff6e;
    padding-top: 15px;
}

/* Qdev 2 */
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #665d5d59;
    padding-right: 20px;
    border-radius: 6px;
}

.pay-hed {
    color: white !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.7px;
}

/* // in chrome this works */
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.white-text {
    font-size: 17px;
    color: white;
    font-weight: 500;
    font-style: italic;
    background: #342f2f;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 20px;
    text-align: center;
    margin-right: 20px;
    text-transform: uppercase;
    border-top: 1px solid #ffffff42;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.imgbg-box {
    background: #332f2f;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.notices {
    border-left: 6px solid #ffffff;
    background: rgb(255 255 255 / 15%);
    padding: 10px;
    color: #fff;
}

.yelo-phone {
    color: #ffc107;
    text-decoration: none;
}

.yelo-phone:hover {
    color: #ffc107;
    text-decoration: none;
}

/* Font Awesome Css  */
i.fo-col {
    color: white;
    font-size: 30px;
}

.own-col-wid {
    width: 5%;
    padding-left: 5px;
    padding-top: 40px;
    padding-right: 5px;
}

[data-pmethod]:not(.active) {
    display: none;
}

.permits-box .bootstrap-tagsinput input {
    color: white;
}

.payment-gateways-card .btn {
    border-radius: 0;
}

.payment-gateways-card img {
    max-width: 100%;
    max-height: 174px;
    object-fit: contain;
    object-position: center;
    min-height: 174px;
    margin: auto;
    background: white;
    padding: 25px;
}

.payment-gateways-card .type-includes .list-group-item {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.tabs-customized .nav-link {
    color: white;
}

.fw-600 {
    font-weight: 600;
}

.module-display .module-functional {
    display: none !important;
}

.heading-input {
    font-size: 23px;
}

select.form-control:focus option {
    background-color: white;
    color: black !important;
}

.table-centered td,
.table-centered tr {
    text-align: center;
}

.only-table-responsive th,
.only-table-responsive td {
    width: 100%;
    white-space: nowrap;
    text-align: center !important;
}

.only-table-responsive td {
    font-weight: 500;
}

.only-table-responsive table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100% !important;
    width: 100% !important;
}

.dataTables_wrapper .dataTables_filter input {
    color: white;
}

.dataTables_wrapper .dataTables_length select {
    color: white;
    background: black;
}

.no-pointer-td::after,.no-pointer-td::before{
    display:none !important;
}

.no-pointer-td {
    width: 100% !important;
    max-width: 100% !important;
}

.no-pointer-td input[type="checkbox"] {
    margin: auto !important;
    position: relative;
    left: 8px;
}
.image-prev-settings {
    display: table;
    margin-top: 10px !important;
    margin: auto;
    background: #d7d7d7;
    padding: 7px;
}

.image-prev-settings img {
    max-width: 100%;
    width: 12rem;
    max-height: 100%;
    object-fit: contain;
}