/*Hide Arrows in number inputs*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*End Of Hide Arrows in number inputs*/

.div-hasHref{
    cursor: pointer;
}
.err_labels{
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
    /*text-shadow: 0px 4px 4px orange;*/
    display: none;
}

/*New Loader*/
.input-karnakon{
    background: lightgrey;
    pointer-events: none;
}
.new_waiter{
    text-align: center;
    width: 20%;
    background: lightgrey;
    position: fixed;
    height: 30%;
    right: 40%;
    top: 45%;
    z-index: 1000000699;
    border-radius: 10px;
    display: none;
}
.new_waiter>label{
    font-weight: bold;
    padding-top: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffd101;
    text-shadow: 0px 0px 4px black;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .new_waiter{
        text-align: center;
        width: 90%;
        background: lightgrey;
        position: fixed;
        height: 30%;
        right: 5%;
        top: 45%;
        z-index: 1000000699;
        border-radius: 10px;
        display: none;
    }
    .new_waiter>label{
        font-weight: bold;
        color: grey;
        padding-top: 10%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.loading7 {
    position: relative;
    border: 5px double #172d5a;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    border-radius: 50%;
    box-sizing: initial;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation-name: loading3;
    animation-duration: 1200ms;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.loading7:after {
    content: "";
    position: absolute;
    border: 5px double #172d5a;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    margin: auto;
    border-radius: 50%;
    box-sizing: initial;
    animation-name: loading7;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.loading7 .extra {
    position: relative;
    border: 5px double #0d1c3b;
    width: 25px;
    height: 25px;
    margin: 7px auto;
    border-radius: 50%;
    box-sizing: initial;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation-name: loading3;
    animation-duration: 1200ms;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.loading7 .extra:after {
    content: "";
    position: relative;
    border: 5px double #172d5a;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width: 20px;
    height: 20px;
    /* top: 2px; */
    /* left: 2px; */
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    animation-name: loading7;
    animation-duration: 300ms;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

}
@keyframes loading7 {
    0% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}
@-webkit-keyframes loading7 {
    0% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}
/*End Of New Loader*/

/*Slim-select*/
.ss-list{
    text-align: right !important;
}
.ss-search input{
    text-align: right !important;
}
.ss-value-delete{
    color: #545454;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    background: white;
    margin-right: 4px !important;
    padding: 0px 7px 0px 7px;
}
.fpbc-img{
    object-fit: cover !important;
}
.ss-single-selected *{
    cursor: pointer !important;
}
.ss-single-selected .placeholder{
    background: white;
    color: black;
}
.ss-main .ss-multi-selected .ss-values .ss-value{
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: black;
    background-color: #e6e6e6;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    font-weight: bold;
}


/*Pricing-plan_item*/
.div-plan-item .div-col{
    text-align: right !important;
    font-weight: bold;
}
.div-plan-item .div-col-details{
    text-align: right !important;
    font-weight: bold;
    font-size: 12px;
}
.div-col .div-d-count{
    text-align: right !important;
    font-weight: bold;
    font-size: 12px;
    color: grey;
    padding-right: 10%;
}
.div-plan-item{
    border: 1px dotted grey;
    padding: 6px 0px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: whitesmoke;
    cursor: pointer;
}
.a-buy-pricingItem{
    background: #ee384e;
    color: white;
    font-weight: bold;
    border-radius: 100px;
}
/*End of Pricing-plan_item*/



.div-enamad-firstPage{
    position: absolute;
    z-index: 9999999999;
    bottom: 0;
}


