


@media only screen and (min-width: 380px) {
    .custom-card ,.general-div-result{
        margin: 45px !important;
    }
}

@media only screen and (max-width: 380px) {
    .custom-card {
        margin: 15px !important;
    }
}

:root {
    --app-defualt-color: #171717;
    --f7-list-bg-color: #2196f3;
    --f7-navbar-height: 100px;
    --f7-navbar-tablet-height: 100px;
    --f7-navbar-bg-color: var(--app-defualt-color);
    /* --f7-navbar-border-color:#9c2121; */
    --card-backgoround-color: #efe617;
    --f7-input-font-size: 18px;
    --f7-navbar-bg-color: #000000bf;

    --page-height: calc(100% - 126px);
}

input[type=number]
{
    direction: ltr !important;
}

html,
body {
    background: var(--app-defualt-color);
}

.printLogo {
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.cardImage {
    width: 400px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}


.imgTemp {
    z-index: 2222222222222222;
    position: absolute;
    top: 0;
    width: 40px;
}


.page-inner-content {
    min-height: var(--page-height);
}

.footer {
    /* padding-top: calc(50px - 20px); */
    position: relative;
    bottom: 0px;
    margin: 0;
    left: 0;
    width: 100%;
    /* --f7-theme-color:white; */
    text-align: center;
}


.cardCategoryName {
    margin-top: 0px;
    font-size: 20px;
    white-space: normal !important;
}

.category {
    background-size: cover;
    background-repeat: no-repeat;
    height: 167px;
    width: 281px;
    margin: 20px;
    border-radius: 16px;
    box-shadow: -2px 7px 20px 3px #000000db;
}

.category::before{
    margin-top: 133px;
    content: "اشحن الأن";
    color: #f1f1f1;
    font-size: 13px;
    background: #292929;
    box-shadow: 1px 1px 6px 5px #461e1ed6;
    height: 24px;
    font-weight: bold;
    --f7-theme-color-tint: #484545;
    --f7-button-pressed-bg-color: rgb(46, 43, 43) !important;
    width: 115px;
    text-align: center;
    opacity: .8;
}

.navItemTitle {
    position: fixed;
    margin-right: 36px !important;
}

.customerInfo {
    font-size: 22px;
}

.buy-card-img {
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}

.buy-card-container {
    margin: 27px 20px 20px 20px;
    font-size: 18px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    padding: 18px 25px 25px 25px;
    border-radius: 20px 20px 20px 20px;
    border-color: #8a8484;
    width: 100%;
    max-width: 350px;
}

#divCardInfo {
    border-radius: 10px;
    border: solid;
    margin-bottom: 17px;
    border-width: 2px;
    border-color: #8a8484;
    min-width: 180px;
    max-width: 250px;
}


.buy-card-container button {

    min-width: 180px;
    max-width: 250px;
    font-size: large;
}

.btn-with-icon {
    padding-right: 0px !important;
}

.btn-with-icon i {
    margin-right: -12px !important;
    padding-top: 1px !important;
}


.item-label {
    font-size: 16px !important;
    font-weight: bolder;
    padding-bottom: 4px;
}

.block-header {
    font-size: 16px !important;
    margin-top: 20px !important;
    font-weight: bolder;

}


.title {
    font-size: 18px;
    font-weight: bolder;
}

.back {
    padding-left: 20px !important;
    margin-right: -30px;
}

.about-container {
    text-align: center;
    margin-top: 45px;
    font-size: larger;
}

.option-page-stepper input[type="number"] {
    min-width: 120px;
    width: 100%;
}


.navbar {
    position: fixed;
}

.canvas-container {
    position: relative;
    max-width: 90% !important;
    border: 1px solid #dedede;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.canvas-container canvas {
    margin: auto;
    align-self: center;
    max-width: 98%;
}

.cus-info-container div {
    text-align: center;
    margin-left: 27px;
    text-shadow: 1px 1px 2px #eef3e6;
}

.dapos-main-menu {
    background-image: url(../img/dapos_logo_medium.png);

    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 9px;
    text-align: left;

    width: 100vw;
    position: relative;
    left: 30px;
    padding-left: 40px;


}

.nav-back-lnk {
    left: 22px;
}

.popup {
    display: block;
    padding-top: 18px;
    font-size: 20px;
    overflow-y: scroll;
    word-break: break-word;
}

.required::before {
    color: red;
    content: " * ";
    font-size: large;
}

.smart-select-popup {
    padding-top: 0px !important;
}

.smart-select-popup ul {
    margin-top: 60px !important;
}

.add-margin-on-focus:focus {
    margin-bottom: 40px;
}

.add-margin-on-focus-native:focus {
    margin-bottom: 160px;
}

#divChildComList li {
    /* white-space: normal; */
    height: auto;
}

.dialog-input {
    text-align: center;
    color: black;
    direction: ltr;
}

.list ul li * {
    word-break: break-word;
    white-space: normal;
}

.maintenance-logo {
    background: url('../img/maintenance.gif') no-repeat center;
    height: 100%;
    max-height: 450px;
    background-size: contain;
}

.spn-login-buttons {
    margin: 10px;
}

.spn-login-buttons a {
    margin-top: 10px;
    font-size: large;
    padding-right: 15px;

}

.spn-login-buttons a i {
    right: 6px;
    position: absolute;
    margin-top: 3px;
}

@media only screen and (max-width: 395px) {
    .spn-login-buttons a {
        padding-right: 32px;
        font-size: 17px;
    }
}

.no-record-found:after {
    content: "لم يتم العثور على اي سجلات" !important;

    position: absolute !important;
    font-size: xx-large;
    z-index: -1 !important;
    top: 8px !important;
    height: 0px !important;
    text-align: center;
    color: #b3a0a3fa;
}

.dialog:not(.dialog-no-buttons) .dialog-inner:before {
    content: '';
    background: url(../img/alert.png);
    height: 50px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -17px;
    z-index: 1500000 !important;
    width: 100%;
    margin-bottom: 10px;
}

.dialog-text,
.dialog-title {
    text-align: center;
}

.center-content,
.center-content-all-levels div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-logo {
    background: url(../img/logo.png);
    height: 75px !important;
    width: 100px;
    background-size: cover;

}

.error-alert {
    color: red
}

.custom-card {
    background: #efea17db !important;
    /* margin: 45px !important; */
    border-radius: 20px;
    max-width: 600px;
    margin-top: 33px !important;
    padding: 12px !important;
    box-shadow: 0px 0px 10px 14px #0606068c;
    --f7-label-text-color: black;
    --f7-input-placeholder-color:#948b8b;
    --f7-input-text-color:black;
    --f7-label-font-size:13px;
    --f7-list-bg-color:#4cf5fff0;
   
}

.custom-card input {
    font-weight: bold;
    text-align:center;
}



.general-div-result {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px !important;
    padding: 12px !important;
    font-size: large;
    padding-right: 10px;
    background-color: #040404c9;
    box-shadow:0px 0px 7px 8px #0606068c;
    border-radius: 20px;
    display: none;
}



.result-main-msg {
    text-align: center;
}


.comming-soon-img {
    background: url(../img/coming-soon-PNG.png);
    width: 382px;
    height: 281px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.service-status
{
    font-size: 19px;

}

.info-icon
{
    margin-top: 15px;
   
    font-size: 22px !important;
    color: #109494;
}

/* admin result text box */
.result-text   
{
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    display: block;
}