html {
    font-size: 14px;
}

@font-face {
    src: url("../fonts/font.ttf");
    font-family: "mainfont";
    font-display: swap;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    /*.container {
        padding: 0px;
    }*/
}

@media (max-width: 768px) {

    .container {
        padding: 4px !important;
    }

    .team-logo {
        width: 110px !important;
        height: 110px !important;
    }

    body {
        padding:4px!important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    direction: rtl;
    font-family: "mainfont";
    background: #F0F5FF;
}

.emptypagelogo {
    max-height: 100px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    margin-bottom: 30px;
    display: block;
}

.imguser {
    max-width: 150px;
    width: 100%;
    margin-left: 10px;
}

.smallpanel {
    max-width: 600px;
    padding: 40px 15px;
    margin: auto;
    border: 1px solid #eaeced;
    background: #fff;
}

.PayBtn {
    background: #ff4e0c;
    border: 0px;
    padding: 8px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    box-shadow: -1px 6px 19px rgba(255, 78, 12, 0.2) !important;
    transition: all .5s;
    /*font-family: PayPal;*/
}

    .PayBtn:hover {
        box-shadow: -1px 6px 13px rgba(255, 78, 12, 0.4) !important;
        background: #ff4e0c;
        color: #fff;
        text-decoration: none;
        transition: all .5s;
    }

.PayBtnB {
    background: #0070ba;
    padding: 10px 40px;
    box-shadow: none !important;
}

    .PayBtnB:hover {
        background: #005EA6;
        box-shadow: none !important;
    }

.badgesuccess {
    background-color: #48E5A0;
    color: white;
    padding: 2px 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

/*Loader*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: #fff;
}

    .loader .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }

.loadercon {
    position: relative;
    margin: 0px auto;
    width: 80px;
}

    .loadercon:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}
/*BlockQuote*/
.quote {
    position: relative;
    letter-spacing: .03em;
    margin-bottom: .5rem;
    padding-top: 18px;
    font-size: 22px;
    border-top: 2px dotted #C6D1BF;
}

.quote--container {
    margin: 10px auto 0px auto;
    max-width: 400px;
    width: 100%;
    border-bottom: 2px dotted #C6D1BF;
    padding-bottom: .5rem;
}


.quote--highlight {
    color: #D24335;
}

.quote--author {
    font-family: PayPal;
    font-size: 16px;
    text-align: right;
    font-weight: 300;
}
/*Loader*/
