.mobilePOSBtn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px dashed white;
    color: white;
    font-weight: bold;
    position: fixed;
    z-index: 99999999999999999999;
    display: block;
    left: 3%;
    bottom: 7%;
    background-color: #28d094;
}

.mobilePOSBtn2 {
    background: white;
    border: 1px dashed #449f2d;
    padding: 1px 5px 11px 7px !important;
    border-radius: 31px;
    font-weight: bold;
    position: fixed;
    z-index: 99999999999999999999;
    display: block;
    right: 3%;
    bottom: 9%;
}

@media screen and (max-width: 650px) {
    .mobilePOSBtn {
        display: block !important;
    }

    .mobilePOSBtn2 {
        display: block !important;
    }
}

.client-border-paid {
    border-right: 3px solid #089d44;
    border-radius: 0 !important;
    padding-right: 4px;
}

.client-border-notpaid {
    border-right: 3px solid #e55757;
    border-radius: 0 !important;
    padding-right: 4px;
}

.count {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 9px !important;
}

.boxShadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-control {
    height: 37px !important;
    padding: 10px !important;
}

.tile_stats_count {
    box-shadow: rgb(50 50 93 / 25%) -1px -7px 34px -19px,
        rgb(0 0 0 / 30%) 0px 18px 36px -18px;
    background: white;
    color: gray;
    min-height: 105px !important;
    border-radius: 7px;
    overflow: hidden !important;
    padding: 8px 13px 2px 1px !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
body.dark-mode .tile_stats_count {
    background: #212631 !important;
    color: rgb(215, 215, 215);
}
body.dark-mode .highcharts-background {
    fill: #212631 !important;
    color: #fff !important;
}
body.dark-mode .highcharts-axis-labels .highcharts-xaxis-labels text {
    color: #fff !important;
}
body.dark-mode .card-header {
    background-color: #212631 !important;
}
.tile_stats_count:hover {
    transform: scale(1.07) !important;
    background: #222751;
    min-height: 105px !important;
}

.tile_stats_count:hover .col-9 span {
    color: white !important;
}

.tile_stats_count.active {
    background: #222751;
    color: white;
    min-height: 105px !important;
}

.tile_stats_count.col-9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.col-9.count {
    padding-right: 6px;
}

.verticalCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.shortcut {
    width: 100%;
    color: #40485b;
    height: auto;
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
    padding-bottom: 15px;
    font-size: 15px !important;
    display: flex;
    align-items: center;
}

div.shortcut svg {
    width: 18px !important;
    fill: #6571ff;
    margin-left: 10px;
}

a div.shortcut {
    font-size: 12px;
    color: #40485b;
}

a div.shortcut i {
    font-size: 40px;
    color: #40485b;
    margin-bottom: 5px;
}

div.shortcut:hover {
    background: #e0e0e0;
}

.count {
    margin-top: 20px;
}

a:hover div.shortcut {
    color: #fff !important;
}

a:hover div.shortcut i {
    color: #fff !important;
}

div.chart_2 div.shortcuts {
    height: auto !important;
}

.reports hr {
    margin: 15px;
}

ul.list-unstyled li {
    margin-top: 25px;
    text-align: center;
    background: #eee;
    padding: 20px;
}

ul.list-unstyled li a {
    font-size: 13px;
    padding: 5px;
    transition: 0.3s;
}

ul.list-unstyled li a:hover {
    background: #40485b;
    color: #fff;
}

.first_div {
    margin-bottom: 20px;
}

.btn-common {
    background-color: #e91e63;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.points {
    list-style: none !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.points li {
    font-size: 14px !important;
    text-align: right !important;
}

ul.points li span {
    font-size: 14px !important;
    text-align: right !important;
}

.btn-common:hover {
    color: #fff;
}

.col-lg-12 a {
    border-radius: 30px !important;
}

.row.mt-1,
.newCardDesign {
    background: white;
    border: 1px solid #2f2f2f2f;
    border-radius: 10px;
    overflow: hidden !important;
    padding: 20px 10px 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.newCardDesign .topParagraph {
    font-size: 20px !important;
    background: #6571ff;
    padding: 15px;
    color: white;
    margin: 0;
}

.btn-success {
    border-color: #1ec481 !important;
    background-color: #28d094 !important;
    color: #ffffff;
    transition: all 0.2s ease-in-out !important;
}

.btn-success:hover {
    border-color: #1ec481 !important;
    color: #1ec481;
    transform: scale(1.05);
    background: white !important;
}

.count_top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    padding: 0 !important;
}

.tile_stats_count i {
    font-size: 25px !important;
}

.count div span {
    font-size: 12px !important;
}

.count_bottom {
    top: 20px !important;
    position: relative;

    background: white;
    color: #000;
    padding: 2px 15px;
    border-radius: 30px;
    font-size: 11px !important;
}

#recent-orders th,
#recent-orders td,
#transactions th,
#transactions td {
    padding: 11px !important;
    text-align: center;
    border: none !important;
    color: dimgray !important;
}

#recent-orders tr,
#transactions tr {
    border-top: 1px solid #2d2d2d20;
}

body.dark-mode #recent-orders tr,
body.dark-mode #transactions tr {
    border-top: 1px solid #c7c7c747;
}

#recent-orders thead tr th,
#transactions thead tr th {
    border-top: 1px solid #2d2d2d20 !important;
    background: #222751;
    color: white !important;
}
body.dark-mode #recent-orders thead tr th,
body.dark-mode #transactions thead tr th {
    border-top: 1px solid #c7c7c747 !important;
    background: #181b24 !important;
    color: white !important;
}
.client_statistic {
    border-bottom: 1px solid rgba(45, 45, 45, 0.06) !important;
    padding-bottom: 11px !important;
    border-radius: 0 !important;
}

.homeBoxs {
    padding: 4px !important;
}

.scsss {
    background-color: #28d09424 !important;
    color: #089d44 !important;
}

.errr {
    color: #ff4961 !important;
    background: #ff496121 !important;
}

body.dark-mode .text-truncate a {
    color: #fff !important;
}
.styled-card {
}
.ul-settings {
    min-width: 121px;
    position: absolute;
    top: 0;
    right: -86px;
    transform: translateY(-155px);
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 5px 0;
    right: -97px !important;
}

.ul-settings a.dropdown-item {
    padding: 8px 16px;
    color: #333;
    font-size: 14px;
    text-align: right;
}

.ul-settings a.dropdown-item:hover {
    background-color: #f1f1f1;
    color: #000;
}

.ul-settings a.dropdown-item.active {
    background-color: #007bff;
    color: white;
}

#splash {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

#splash img {
    animation: pulse 2s linear infinite;
}

#splash p {
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: large !important;
}

/* موبايل */
@media screen and (max-width: 650px) {
    .ul-settings {
        position: static !important;
        transform: none !important;
        right: 0 !important;
        width: 100%;
        box-shadow: none;
        background-color: transparent;
    }

    .ul-settings a.dropdown-item {
        font-size: 16px;
        padding: 12px 20px;
    }
}
