﻿
@font-face {
    font-family: 'Effra';
    src: url('newfont/effra.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Effra';
    src: url('newfont/effra-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Effra';
    src: url('newfont/effra-heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Effra';
    src: url('newfont/effra-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Effra';
    src: url('newfont/effra-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}


body {
    font-family: 'Effra';
    /*color: #5a5a5a;
    font-size: 14px;
    height: 100%;
    direction: rtl;
    margin: 0;
    line-height: 1.42857143;
    background-color: #efefef;*/
}

.card .card-body {
    overflow-x: auto;
}


    .card .card-body table {
        min-width: 900px;
    }

.timer {
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #666666 !important;
    font-size: 14px;
}

    .timer span {
        background: transparent;
        border: none;
    }

        .timer span span {
            margin: 0 2px;
            font-size: 14px;
        }


#timerOfChat {
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #666666 !important;
    font-size: 13px;
}

    #timerOfChat span {
        background: transparent;
        border: none;
        font-weight: 600;
        display: flex;
        align-items: center;
        color: #666666 !important;
        font-size: 13px;
        padding: 5px 0;
    }

        #timerOfChat span span {
            margin: 0 2px;
            font-size: 13px;
        }


.coupon-holder {
    display: flex;
    padding: 0;
    align-items: center;
}

    .coupon-holder input {
        /* height: 100%; */
        /* padding: 0 10px; */
        /* width: 100%; */
        /* margin: 0 0 0 20px; */
        /* outline: none; */
        /* border: none; */
        margin: 0 !important;
    }



#TotalPrice {
    margin: 15px 0;
}

    #TotalPrice div:last-of-type {
        color: #92a555;
        font-weight: bold;
    }

.pagination-container {
    text-align: center;
    float: none;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

.pagination {
}

    .pagination li {
    }

/*        .pagination li span, .pagination li a {
            width: 30px;
            height: 30px;
            display: inline-block;
            background-color: #0d278f;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            border-radius: 9px;
            color: #fff !important;
            background-image: linear-gradient(18deg, rgb(30 170 213) 0%, rgb(31 171 215) 100%);
        }
*/
/*    .pagination li.active span {
            color: #fff;
            background-image: linear-gradient(18deg, rgb(187 113 101) 0%, rgb(187 113 101) 100%);
            text-decoration: none;
            cursor: pointer;
         margin: 0 5px;
        }*/


.my-input {
    height: 33px;
    border-radius: 50px;
    border: none;
    padding: 0 15px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    -webkit-appearance: none;
}


.my-select {
    height: 33px;
    border-radius: 50px;
    border: none;
    padding: 0 15px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    -webkit-appearance: none;
}

.my-label {
    margin: 6px 0;
    font-weight: normal;
    float: right;
}

.my-row {
    margin: 30px 0;
}

.my-textarea {
    height: 33px;
    border-radius: 20px;
    border: none;
    padding: 15px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
    outline: none;
    margin-bottom: 20px;
    height: 100px;
    resize: vertical;
    border: 1px solid #d7d7d7;
    -webkit-appearance: none;
}

.holder-check {
    overflow: hidden;
}

/*.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/