/*#############################################*/
/*#                                           #*/
/*#              www.RAYANIK.com              #*/
/*#                                           #*/
/*#############################################*/
@font-face {
    font-family: IranSansEn;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iransans/eot/IRANSansWeb(NoEn).eot');
    src: url('fonts/iransans/eot/IRANSansWeb(NoEn).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(NoEn).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(NoEn).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(NoEn).ttf') format('truetype');
}
@font-face {
    font-family: IranSansEn;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iransans/eot/IRANSansWeb(NoEn)_Bold.eot');
    src: url('fonts/iransans/eot/IRANSansWeb(NoEn)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(NoEn)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(NoEn)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(NoEn)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IranSansEn;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/iransans/eot/IRANSansWeb(NoEn)_Light.eot');
    src: url('fonts/iransans/eot/IRANSansWeb(NoEn)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(NoEn)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(NoEn)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(NoEn)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iransans-fanum/eot/IRANSansWeb(FaNum).eot');
    src: url('fonts/iransans-fanum/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        url('fonts/iransans-fanum/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        url('fonts/iransans-fanum/woff/IRANSansWeb(FaNum).woff') format('woff'),
        url('fonts/iransans-fanum/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/iransans-fanum/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        url('fonts/iransans-fanum/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        url('fonts/iransans-fanum/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: lighter;
    src: url('fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/iransans-fanum/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        url('fonts/iransans-fanum/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        url('fonts/iransans-fanum/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: Katibeh;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/katibeh/katibeh.eot');
    src: url('fonts/katibeh/katibeh.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('fonts/katibeh/katibeh.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('fonts/katibeh/katibeh.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/katibeh/katibeh.ttf') format('truetype');
}
/*-------------------------------- General Start -----------------------------*/
input, select
{
    font-family: IranSans, tahoma;
    font-size: 9pt;
}
ul{list-style:none;padding-right:0}
ul li{padding-right:0}

body{
    font-family: IranSans, Tahoma;
    font-size: 14px;
    text-align: justify;
    color: #555;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden;
    padding-bottom: 0;
}
body.show-sidebar{
    background: #ed5a37;
}
body.sticky-main-menu{
    padding-top: 100px;
}
body.has-fixed-footer{
    padding-bottom: 100px;
}
a {
    color: #3f486e;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover, a:focus {
    color: #323232;
    text-decoration: none;
}
::-moz-selection {
    background-color: #757575;
    color: #f1f1f1;
}
::selection {
    background-color: #757575;
    color: #f1f1f1;
}
.rtl{direction: rtl !important}
.ltr{direction: ltr !important}
h1, h2, h3, h4, h5, h6{margin: 5px auto}
h1, .h1{font: 14pt IranSans}
h2, .h2{font: 12.5pt IranSans}
h3, .h3{font: 11.5pt IranSans}
h4, h5, .h4, .h5{font: 11pt IranSans}
h6, .h6{font: 9pt IranSans}
.tahoma{font-family: tahoma !important}
p, ol, ul{margin-bottom:0}
i{vertical-align: middle}
.fluid{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.img-center{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.img-float{
    float: right;
    margin: 10px;
}
.img-100{width:100px}
.img-150{width:150px}
.img-200{width:200px}
.img-250{width:250px}
.img-300{width:300px}
.form-control, .btn, .btn:focus, .btn:active, .btn:hover{
    outline: 0 !important;
}
.form-control, .form-group .form-control{
    border-radius: 4px;
    border: 1px solid #eff0f5;
    font-size: 14px;
}
.form-control:focus {
    border-color: #a3a3a3;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn {
    padding: 6px 20px;
    font-size: 14px;
}
.btn.btn-lg {
    padding: 10px 20px;
    font-size: 15px;
}
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.btn-more-padding{
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.btn-trasparent, .btn-trasparent:hover, .btn-trasparent:focus, .btn-trasparent:active{
    background: transparent !important;
    box-shadow: none !important;
}

.btn-border{
    border: 1px solid #eceef3;
    background: #fff;
    color: #8e9cbc;
}
.btn-border:hover, .btn-border:focus, .btn-border:active{
    background: #eff0f5;
    border-color: #e0e2ee;
    color: #767d96;
}

.round{border-radius: 50%}
.curve{border-radius: 5px}
.ellipsis {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-0{margin:0 !important}
.m-5{margin:5px !important}
.m-10{margin:10px !important}
.m-15{margin:15px !important}
.m-20{margin:20px !important}
.m-25{margin:25px !important}
.m-30{margin:30px !important}
.m-t-0{margin-top:0 !important}
.m-t-5{margin-top:5px !important}
.m-t-10{margin-top:10px !important}
.m-t-15{margin-top:15px !important}
.m-t-20{margin-top:20px !important}
.m-t-25{margin-top:25px !important}
.m-t-30{margin-top:30px !important}
.m-t-40{margin-top:40px !important}
.m-t-50{margin-top:50px !important}
.m-t-60{margin-top:60px !important}
.m-t-75{margin-top:75px !important}
.m-t-100{margin-top:100px !important}
.m-b-0{margin-bottom:0 !important}
.m-b-5{margin-bottom:5px !important}
.m-b-10{margin-bottom:10px !important}
.m-b-15{margin-bottom:15px !important}
.m-b-20{margin-bottom:20px !important}
.m-b-25{margin-bottom:25px !important}
.m-b-30{margin-bottom:30px !important}
.m-b-40{margin-bottom:40px !important}
.m-b-50{margin-bottom:50px !important}
.m-b-60{margin-bottom:60px !important}
.m-b-70{margin-bottom:70px !important}
.m-b-75{margin-bottom:75px !important}
.m-b-100{margin-bottom:100px !important}
.m-r-0 {margin-right:0 !important}
.m-r-5 {margin-right:5px !important}
.m-r-10{margin-right:10px !important}
.m-r-15{margin-right:15px !important}
.m-r-20{margin-right:20px !important}
.m-r-25{margin-right:25px !important}
.m-r-30{margin-right:30px !important}
.m-r-40{margin-right:40px !important}
.m-r-50{margin-right:50px !important}
.m-r-60{margin-right:60px !important}
.m-r-70{margin-right:70px !important}
.m-r-75{margin-right:75px !important}
.m-r-100{margin-right:100px !important}
.m-l-0{margin-left:0 !important}
.m-l-5{margin-left:5px !important}
.m-l-10{margin-left:10px !important}
.m-l-15{margin-left:15px !important}
.m-l-20{margin-left:20px !important}
.m-l-25{margin-left:25px !important}
.m-l-30{margin-left:30px !important}
.m-l-40{margin-left:40px !important}
.m-l-50{margin-left:50px !important}
.m-l-60{margin-left:60px !important}
.m-l-70{margin-left:70px !important}
.m-l-75{margin-left:75px !important}
.m-l-100{margin-left:100px !important}

.p-0{padding:0 !important}
.p-5{padding:5px !important}
.p-10{padding:10px !important}
.p-15{padding:15px !important}
.p-20{padding:20px !important}
.p-25{padding:25px !important}
.p-30{padding:30px !important}
.p-t-0{padding-top:0 !important}
.p-t-5{padding-top:5px !important}
.p-t-10{padding-top:10px !important}
.p-t-15{padding-top:15px !important}
.p-t-20{padding-top:20px !important}
.p-t-25{padding-top:25px !important}
.p-t-30{padding-top:30px !important}
.p-t-40{padding-top:40px !important}
.p-t-50{padding-top:50px !important}
.p-t-60{padding-top:60px !important}
.p-t-70{padding-top:70px !important}
.p-t-75{padding-top:75px !important}
.p-t-100{padding-top:100px !important}
.p-t-150{padding-top:150px !important}
.p-t-200{padding-top:200px !important}
.p-b-0{padding-bottom:0 !important}
.p-b-5{padding-bottom:5px !important}
.p-b-10{padding-bottom:10px !important}
.p-b-15{padding-bottom:15px !important}
.p-b-20{padding-bottom:20px !important}
.p-b-25{padding-bottom:25px !important}
.p-b-30{padding-bottom:30px !important}
.p-b-40{padding-bottom:40px !important}
.p-b-50{padding-bottom:50px !important}
.p-b-60{padding-bottom:60px !important}
.p-b-70{padding-bottom:70px !important}
.p-b-75{padding-bottom:75px !important}
.p-b-100{padding-bottom:100px !important}
.p-b-150{padding-bottom:150px !important}
.p-b-200{padding-bottom:200px !important}
.p-r-0 {padding-right:0 !important}
.p-r-5 {padding-right:5px !important}
.p-r-10{padding-right:10px !important}
.p-r-15{padding-right:15px !important}
.p-r-20{padding-right:20px !important}
.p-r-25{padding-right:25px !important}
.p-r-30{padding-right:30px !important}
.p-r-40{padding-right:40px !important}
.p-r-50{padding-right:50px !important}
.p-r-60{padding-right:60px !important}
.p-r-70{padding-right:70px !important}
.p-r-75{padding-right:75px !important}
.p-r-100{padding-right:100px !important}
.p-r-150{padding-right:150px !important}
.p-r-200{padding-right:200px !important}
.p-l-0{padding-left:0 !important}
.p-l-5{padding-left:5px !important}
.p-l-10{padding-left:10px !important}
.p-l-15{padding-left:15px !important}
.p-l-20{padding-left:20px !important}
.p-l-25{padding-left:25px !important}
.p-l-30{padding-left:30px !important}
.p-l-40{padding-left:40px !important}
.p-l-50{padding-left:50px !important}
.p-l-60{padding-left:60px !important}
.p-l-70{padding-left:70px !important}
.p-l-75{padding-left:75px !important}
.p-l-100{padding-left:100px !important}
.p-l-150{padding-left:150px !important}
.p-l-200{padding-left:200px !important}

.row.p-5-r{
    padding-left: -5px;
    padding-right: -5px;
}
.row.p-10-r{
    padding-left: -10px;
    padding-right: -10px;
}

.font-lg{font-size: 14pt}
.font-xl{font-size: 16pt}
.font-xxl{font-size: 18pt}

.font-size-11, .font-size-11 *{font-size: 11px !important}
.font-size-12, .font-size-12 *{font-size: 12px !important}
.font-size-13, .font-size-13 *{font-size: 13px !important}
.font-size-14, .font-size-14 *{font-size: 14px !important}
.font-size-15, .font-size-15 *{font-size: 15px !important}
.font-size-16, .font-size-16 *{font-size: 17px !important}
.font-size-17, .font-size-17 *{font-size: 17px !important}
.font-size-18, .font-size-18 *{font-size: 18px !important}
.font-size-19, .font-size-19 *{font-size: 19px !important}
.font-size-20, .font-size-20 *{font-size: 20px !important}
.font-size-22, .font-size-22 *{font-size: 22px !important}
.font-size-24, .font-size-24 *{font-size: 24px !important}

.flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
i.flip-vertical, i.flip-horizontal{
    display: inline-block;
}

body.modal-open{
    padding-right: 0 !important;
}

.font-xs{font-size: 8pt}
.font-sm{font-size: 10pt}
.font-md{font-size: 11pt}
.font-lg{font-size: 14pt}
.font-xl{font-size: 16pt}
.font-xxl{font-size: 18pt}
.font-3xl{font-size: 24pt}
.font-4xl{font-size: 36pt}
.font-5xl{font-size: 48pt}

.text-primary {color: #4a4e73!important}
.text-secondary {color: #8f9cbc !important}
.text-warning{color: #ee5a2e !important}
.text-warning:hover, a.text-warning:hover{color: #e33b07 !important}
.text-white{color: #fff !important}
.text-purple{color: #7574f3 !important}
.text-gray{color: #ddd !important}
.text-dark{color: #555 !important}
.text-success { color: #61c484 !important}

.white-tooltip .text-success { color: #4eb0ac !important}
.small, small{font-size: 70%}

.radius{
    border-radius: 6px
}
.borderless{
    border: none !important;
}
hr {
    border-top: 1px solid #d2d2d2;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:active,
a.btn-delete:focus, a.btn-delete:active{
    outline: none;
}

.modal{direction: ltr}
.modal .modal-body, .modal .modal-header, .modal.modal-footer{direction: rtl;}

.modal-open .modal.fantasy {
    transition: ease 0.2s all !important;
}
.modal.fantasy .modal-dialog {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.modal.fantasy.show .modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modal.warning .modal-content{
    border-radius: 20px;

    background: rgb(237,131,79);
    background: -moz-linear-gradient(45deg,  rgba(237,131,79,1) 0%, rgba(238,91,48,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(237,131,79,1) 0%,rgba(238,91,48,1) 100%);
    background: linear-gradient(45deg,  rgba(237,131,79,1) 0%,rgba(238,91,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed834f', endColorstr='#ee5b30',GradientType=1 );
}
.modal.warning .modal-bg-white{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 220px;
    position: relative;
    text-align: center;
}
.modal.warning .modal-body{
    padding: 12px 12px 15px;
}
.modal.warning .modal-body .btn-ok{
    position: absolute;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    font-weight: bold;
    padding: 12px 30px;
    bottom: -40px;
    right: 0;
    left: 0;
    width: 150px;
}

.block{display:block !important}
.inline-block{display:inline-block !important}
.inline{display:inline !important}
.relative{position: relative !important}
.btn.btn-icon {
    width: 30px;
    height: 30px;
    line-height: 24px;
    padding: 4px;
}
.like-table{
    display: table;
    width: 100%;
}
.like-table-cell{
    display: table-cell;
    width: 33%;
    border-left: 1px solid #ddd;
    padding: 8px;
}

.bg-white{
    background: #fff;
}
.btn-warning {
    color: #fff !important;
    border: none;
    border-bottom: 3px solid #b55031;
    background: #ee5a2e;
    background: -moz-linear-gradient(45deg, #ee5a2e 0%, #f28a4f 100%);
    background: -webkit-linear-gradient(45deg, #ee5a2e 0%,#f28a4f 100%);
    background: linear-gradient(45deg, #ee5a2e 0%,#f28a4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5a2e', endColorstr='#f28a4f',GradientType=1 );

}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
    border-color: #ee5d31;
}
.btn-info {
    border: none;
    color: #fff !important;
    border-bottom: 3px solid #54a8d6;
    background: #3fbbfb;
    background: -moz-linear-gradient(45deg,  #3fbbfb 0%, #5cddfa 100%);
    background: -webkit-linear-gradient(45deg,  #3fbbfb 0%,#5cddfa 100%);
    background: linear-gradient(45deg,  #3fbbfb 0%,#5cddfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fbbfb', endColorstr='#5cddfa',GradientType=1 );
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover,
.btn-info:hover, .btn-info:focus, .btn-info:active{
    border-color: #83cdf6;
}
.btn-default {
    border: none;
    background: #eff0f5;
    color: #3f486e;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,
.btn-default:hover, .btn-default:focus, .btn-default:active{
    background: #e9e9e9;
}

.btn-primary{
    background: #3f486e;
    border-bottom: 3px solid #2b3043;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #303962 !important;
}
.btn-cyan{
    color: #fff !important;
    border-bottom: 3px solid #3c8985;
    background: #4cadab;
    background: -moz-linear-gradient(top, #4cadab 0%, #5fcaab 100%);
    background: -webkit-linear-gradient(top, #4cadab 0%,#5fcaab 100%);
    background: linear-gradient(to bottom, #4cadab 0%,#5fcaab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cadab', endColorstr='#5fcaab',GradientType=0 );
}
.btn.btn-orange{
    background: #ee5a2e;
    color: #fff !important;
}
.btn.btn-blue{
    background: #3fbafa;
    color: #fff !important;
    border-bottom: 3px solid #2b92d0;
}
.btn.btn-gray{
    background: #8f9bbc;
    color: #fff !important;
}
.btn.btn-gray.bottom-border{
    border-bottom: 3px solid #6e7891;
}
.btn.btn-gray:hover{
    background: #7886ac;
}
.btn.btn-darkblue{
    background: #4c5477;
    color: #fff !important;
}

table.table-serverside  tr td:nth-child(2){
    display: none;
}
table.table-serverside  tr th:nth-child(2){
    display: none;
}
table.dataTable tbody tr.selected {
    background-color: #eaeaea;
}
.btn-round{
    border-radius: 25px !important
}
.btn-semi-round{
    border-radius: 15px !important
}
.btn .icon-left{
    float: left;
    margin-top: 5px;
}
.alert{
    border-radius: 5px;
}
.alert.alert-info{
    color: #000;
    background: rgb(61,184,250);
    background: -moz-linear-gradient(45deg, rgba(93,222,250,1) 0%, rgba(61,184,250,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(93,222,250,1) 0%,rgba(61,184,250,1) 100%);
    background: linear-gradient(45deg, rgba(93,222,250,1) 0%,rgba(61,184,250,1) 100%);
}
.alert.alert-success{
    color: #000000;
    background: -moz-linear-gradient(45deg, #8ee39a 0%, #11ca91 99%);
    background: -webkit-linear-gradient(45deg, #8ee39a 0%, #11ca91 99%);
    background: -ms-linear-gradient(45deg, #8ee39a 0%, #11ca91 99%);
}
.alert.alert-danger {
    color: #fff;
    background: -moz-linear-gradient(45deg, #eb6060 0%, #f82828 100%);
    background: -webkit-linear-gradient(45deg, #eb6060 0%, #f82828 100%);
    background: -ms-linear-gradient(45deg, #eb6060 0%, #f82828 100%);
}

.parallax{
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.bold{font-weight: bold}
.hide{display: none !important;position: relative !important}
.table-responsive .table {
    max-width: none;
}

.form-group.border{
    border: 1px solid #eff0f5 !important;
    border-radius: 4px;
    padding: 2px;
}
.form-group.border label{
    color: #777;
    margin: 0;
}
.font-xs .form-group{
    line-height: 24px;
}
.font-xs .form-group label{
    margin-right: 5px;
}
.font-xs .form-group input{
    font-size: 12px;
    padding: 2px 5px;
    color: #35437b;
    font-weight: bold;
    height: 24px;
}

.custom-control-label {
    padding-right: 22px;
}
.custom-control-label::before, .custom-control-label::after {
    right: 0;
    left: inherit;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #e8ebf3;
    border-color: #3f486e;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color: #333;
}

.pagination{
    display: block;
}
.pagination .page-item{
    display: inline-block
}
.page-item .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 24px;
    margin: 2px 4px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border: none;
}
.page-link {
    color: #323d68;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #ee5a2e;
    border: none;
}
.page-item.prev .page-link, .page-item.next .page-link{
    background: #8f9bbc;
    color: #fff;
}
.page-item.first, .page-item.last{
    display: none;
}

.underline{
    position: relative
}
.underline:before{
    content: "";
    position: absolute;
    bottom: -3px;
    background: #ee5a2e;
    height: 1px;
    width: 100%;
    right: 0;
    left: 0;
}
.blue-theme .underline:before{
    background: #a1adcd;
}
.owl-carousel
{
    touch-action: manipulation;
}

.modal.blue-modal{
    background: rgba(42, 54, 85, 0.87);
}
.blue-modal .modal-content {
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    color: #fff;
}
.blue-modal .modal-content {
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    color: #fff;
    animation: animate-bottom-sm 0.5s;
    position: relative;
}
@keyframes animate-bottom-sm {
    from {
        bottom: -50px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
.blue-modal .close {
    float: left;
    border-radius: 0;
    color: #f00;
    text-shadow: none;
    opacity: 1;
    font-size: 36px;
    top: 0;
    position: absolute;
    left: 15px;
}
/* webkit solution */
::-webkit-input-placeholder { text-align:right; direction: rtl;}
/* mozilla solution */
input:-moz-placeholder { text-align:right; direction: rtl;}

.captcha-image img{
    border-radius: 5px;
    margin-top: 1px;
}
.center-block{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.float-right-wide{
    width: 100%;
    float: right;
}
.float-left-wide{
    width: 100%;
    float: left;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #8f9bbc;
}
.tooltip-inner {
    padding: .1rem .7rem;
    color: #fff;
    background-color: #8f9bbc;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
}
.custom-control{
    padding-left: 0;
}
.overflow-x-auto{
    overflow-x: auto;
}

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



/*------------------------------- Header Start -------------------------------*/
.main-menu{
    height: 70px;
    padding: 5px 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 767px;
    position: relative;
    z-index: 2;
    background: transparent;
    transition: ease 0.2s background;
}
.main-menu .right-menu{
    width: 50%;
    float: right
}
.main-menu .left-menu{
    width: 50%;
    float: left;
    text-align: left;
}
.main-menu .right-menu li{
    float: right;
    width: auto;
    height: 30px;
    padding: 15px 9px;
}
.main-menu.sticky{
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
}
.main-menu.sticky #btn-open-sidebar, .main-menu.sticky .left-menu{
    display: none;
}
.home-top .right-menu li{
    float: right;
    width: auto;
    height: 30px;
    padding: 15px 9px;
}
.home-top .btn.btn-invite{
    padding: 6px 5px;
}
.home-top .logo-box{
    top: -75px;
}
.home-strict{
    z-index: 7;
    position: relative;
}
.home-buttons{
    margin-top: -75px;
    /*overflow-x: hidden;*/
}
.main-menu .left-menu li{
    float: left;
    width: auto;
    height: 30px;
    padding: 12px 9px;
}
.main-menu .right-menu li:first-child{
    padding-right: 0;
}
.main-menu .left-menu li:first-child{
    padding-left: 0;
}
.main-menu .right-menu li a, .main-menu .left-menu li a{
    color: #fff;
    font-size: 18px;
}
.main-menu .notification-count{
    min-width: 16px;
    height: 16px;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -4px;
    background: #ec4640;
    font-size: 10px;
    text-align: center;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.top-logo{
    float: left;
}
.top-logo img{
    width: 50px;
    height: 50px;
    margin-top: 5px;
}
a.btn-audio{
    position: relative;
}
a.btn-audio:before{
    content: inherit;
    position: absolute;
    height: 30px;
    width: 4px;
    border-radius: 4px;
    transform: rotate(45deg);
    background: #d53100;
    right: 8px;
    top: 0px;
}
a.btn-audio.disable:before{
    content: ""
}
#btn-back{
    position: relative;
    margin-left: 5px;
    display: block;
}
#btn-back:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 34px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
    top: -2px;
    left: -14px;
    z-index: -1;
}
audio{
    display: none;
}
.height-auto{
    height: auto;
}
/*-------------------------------  Header End  -------------------------------*/



/*------------------------------- Sidebar Start ------------------------------*/
#side-menu {
    height: 100%;
    width: 250px;
    top: 0;
    right: -250px;
    position: fixed;
    z-index: 102;
    overflow-x: hidden;
    transition: 0.001s;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #ed5a2f;
}
#main-content{
    /*transform: scale(1) translateX(1px) rotate(0deg);*/
    transition-duration: 0.2s;
}
body.show-sidebar{
    padding-bottom: 0;
}
body.show-sidebar .body{
    overflow: hidden;
    padding-bottom: 0;
    background: #ea5b33;
    border-radius: 25px;
    background: -moz-linear-gradient(45deg,  #ea5b33 0%, #ee5a2e 100%);
    background: -webkit-linear-gradient(45deg,  #ea5b33 0%,#ee5a2e 100%);
    background: linear-gradient(45deg,  #ea5b33 0%,#ee5a2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b33', endColorstr='#ee5a2e',GradientType=1 );
}
body.show-sidebar #main-content{
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    transform:  translateX(-250px) scale(0.9) rotate(-5deg);
    width: 100%;
}
body.show-sidebar #side-menu{
    right: 0;
}
body.show-sidebar .home-top{
    position: relative;
}
.home-bottom{
    transition: ease-out 1s all;
}
body.show-sidebar .home-bottom{
    bottom: -100%;
    opacity: 0;
}
#sidebar-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
#sidebar-overlay.active{
    opacity: 1;
    width: 100%;
}
#side-menu .user-box{
    color: #fff;
    width: 100%;
    padding: 6px 10px;
    position: relative;
}
#side-menu .username{
    font-size: 14px;
    margin-right: 65px;
    line-height: 20px;
    font-weight: bold;
}
#side-menu .welcome{
    color: #ffd5c9;
    margin-right: 65px;
    font-size: 13px;
    line-height: 20px;
}
#side-menu .avatar{
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #f9ba2e;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
#side-menu .avatar img{
    width: 100%;
    height: 100%;
    margin-top: 3px;
}
#side-menu .logout{
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 22px;
    z-index: 2;
    color: #fff;
}
#side-menu .links{
    margin-right: 3px;
    text-align: center;
}
#side-menu .links a{
    width: 110px;
    height: 80px;
    margin-left: 3px;
    margin-top: 10px;
    padding-top: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    outline: none;
}
#side-menu .links a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: url(../images/svg/pages/sidebar-widget.svg);
    background-size: 100%;
}
#side-menu .links a:nth-child(odd):before{
    transform: rotateY(180deg);
}
#side-menu .links a i{
    display: block;
    color: #ee592e;
    font-size: 18px;
}

#side-menu .links a span{
    color: #3f486e;
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
}

#side-menu .bottom-links{
    width: 100%;
    padding: 10px;
    margin-top: 40px;
}
.bottom-links>a{
    position: relative;
    width: 100%;
    height: 60px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 5px;
    padding-right: 55px;
    line-height: 24px;
    padding-left: 5px;
    overflow: hidden;
    background: url(../images/svg/bg/bg-white.svg) no-repeat;
    background-size: cover;
}
.bottom-links>a>span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.bottom-links>a small{
    display: block;
    line-height: 20px;
    font-size: 11px;
}
.bottom-links .invite{
    margin-bottom: 12px;
    color: #fff;
    background:  #5c6ae6;
    background: url(../images/svg/bg/bg-gray-pattern.svg), -moz-linear-gradient(left,  #5c6ae6 0%, #8e59ea 100%);
    background: url(../images/svg/bg/bg-gray-pattern.svg), -webkit-linear-gradient(left,  #5c6ae6 0%,#8e59ea 100%);
    background-image: url(../images/svg/bg/bg-gray-pattern.svg), linear-gradient(to right,  #5c6ae6 0%,#8e59ea 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6ae6', endColorstr='#8e59ea',GradientType=1 );
}
.bottom-links .instagram{
    bottom: 5px;
    color: #3f486c;
    background: #bcc4db;
    background: url(../images/svg/bg/bg-gray-pattern.svg), -moz-linear-gradient(left,  #bcc4db 0%, #f9fcfd 100%);
    background: url(../images/svg/bg/bg-gray-pattern.svg), -webkit-linear-gradient(left,  #bcc4db 0%,#f9fcfd 100%);
    background: url(../images/svg/bg/bg-gray-pattern.svg), linear-gradient(to right,  #bcc4db 0%,#f9fcfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcc4db', endColorstr='#f9fcfd',GradientType=1 );

}
#side-menu .bottom-links img{
    position: absolute;
    right: 0;
    height: auto;
    z-index: 3;
}
#side-menu .invite img{
    width: 110px;
    right: -28px;
    bottom: -9px;
}
#side-menu .instagram img{
    width: 34px;
    right: 10px;
    top: 13px;
}
/*-------------------------------  Sidebar End  ------------------------------*/



/*---------------------------------- Home Start ------------------------------*/
.six-edge {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: teal;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.home-top {
    padding-bottom: 50px;
    min-height: calc(100vh);
    position: absolute;
    right: 0;
    left: 0;
    background: url(../images/svg/bg/bg-blue-home.svg) top center;
    background-size: cover;
    margin-top: -70px;
    z-index: 0;
    padding-top: 70px;
}
.home-bottom {
    margin-top: -250px;
    padding-top: 200px;
    min-height: 200px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 70px;
    z-index: 2;
    background: url(../images/svg/bg/bg-home3.svg) top center;
    background-size: cover;
}

.planet1{
    position: absolute;
    top: 92px;
    right: 40px;
}
.planet1 img{
    width: 70px;
    height: auto;
}
.planet2{
    position: absolute;
    top: 140px;
    left: 70px;
    animation-delay: 1s;
}
.planet2 img{
    width: 50px;
    height: auto;
}
.stars, .circles{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/svg/bg/stars.svg) top center repeat;
    z-index: 1;
}
.stars{
    animation: blind 3s ease-in-out;
    animation-iteration-count: infinite;
    background-size: auto;
}
.circles{
    background: url(../images/svg/circles/circles.svg) top center no-repeat;
    background-size: 20%
}
.stars.sm-mini, .circles.sm-mini{
    position: fixed;
    z-index: 1;
}

.avatar-box{
    height: 110px;
    width: 110px;
    margin: 0 auto;
    display: block;
    margin-top: -40px;
    padding-top: 12px;
    position: relative;
    z-index: 3;
}
.avatar-box .circle{
    width: 100%;
    height: 100%;
    background: url(../images/svg/circle-planets.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    animation: spin-inverse 20s linear;
    animation-iteration-count: infinite;
}
.avatar-box .six-edge{
    width: 85px;
    height: 85px;
    margin: 0 auto;
    display: block;
    background: #f8ba30;
    background: -moz-linear-gradient(top, #f8ba30 0%, #f59f28 100%);
    background: -webkit-linear-gradient(top, #f8ba30 0%,#f59f28 100%);
    background: linear-gradient(to bottom, #f8ba30 0%,#f59f28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ba30', endColorstr='#f59f28',GradientType=0 );
    position: relative;
    z-index: 3;
}
.avatar-box .six-edge:before{
    content: "";
    width: 95%;
    height: 95%;
    /*background: url(../images/svg/6edges/6edge-border.svg) center center;*/
    background: url(../images/svg/6edges/6edge-border-white.svg) center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
.avatar-box .six-edge img{
    width: 75%;
    height: auto;
    margin: 0 auto 0 auto;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 3;
}
.home-top .username{
    font: 14pt Katibeh;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.level-box{
    position: relative;
    margin-top: 10px;
    z-index: 2;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    padding: 0 20px 10px;
    overflow: hidden;
}
.level-box .gem{
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(../images/svg/gem.svg);
    background-size: 100%;
    width: 70px;
    height: 66px;
    color: #308015;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    z-index: 2;
}
.level-box .caption{
    font-size: 13px;
    text-align: center;
    border-radius: 25px 25px 25px 0;
    background: #8f9bbc;
    color: #fff;
    width: 100px;
    font-weight: bold;
    float: right;
}
.level-box .left-box .caption{
    border-radius: 25px 25px 0 25px;
    float: left;
}
.level-box .right-box{
    float: right;
    width: 50%;
}
.level-box .left-box{
    float: left;
    width: 50%;
}
.level-box .value-box{
    height: 30px;
    width: calc(100% - 40px);
    background: rgba(39, 43, 60, 0.6);
    border-radius: 25px;
    float: right;
    margin-top: 3px;
    position: relative;
}
.level-box .left-box .value-box{
    float: left;
}
.level-box .blue-six-edge, .level-box .orange-six-edge{
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: -15px;
}
.level-box .blue-six-edge{
    background: url(../images/svg/6edges/experience.svg);
    right: -30px;
    color: #287599;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
}
.level-box .orange-six-edge{
    background: url(../images/svg/6edges/gem.svg);
    left: -30px;
}
.level-box .btn-plus{
    background: #f19024;
    background: -moz-linear-gradient(45deg,  #f19024 0%, #ed552f 100%);
    background: -webkit-linear-gradient(45deg,  #f19024 0%,#ed552f 100%);
    background: linear-gradient(45deg,  #f19024 0%,#ed552f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19024', endColorstr='#ed552f',GradientType=1 );
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    float: right;
}
.level-box .value{
    color: #ffa700;
    font-weight: bold;
    text-align: left;
    margin-left: 27px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 3px;
    float: left;
}
.level-box .half .value{
    width: calc(100% - 36px);
    float: right;
    margin-left: 0;
}
.level-box .progress-box{
    float: left;
    width: calc(100% - 18px);
}
.level-box .progress{
    text-align: left;
    float: left;
    height: 30px;
    border-radius: 25px;
    color: #343d5c;
    display: block;
    padding: 0 10px;
    background-color: #3fbafa;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 2rem 2rem;
}
.level-box .progress-box span{
    display: inline-block;
    direction: ltr;
    float: left;
    margin-right: 1px;
}
.level-box .progress-box .total{
    font-size: 9px;
    line-height: 20px;
    margin-top: 3px;
    vertical-align: top;
}

.level-box .progress-box .without-progress{
    color: #fff;
    margin-left: 5px;
}
.level-box .current-and-total {
    position: absolute;
    left: 12px;
    color: #343d5c;
    font-size: 13px;
    font-weight: bold;
}
.outer .current-and-total {
    position: relative;
    color: #fff;
    left: 2px;
}


.home-bottom .notice{
    position: relative;
    padding: 10px;
    background: #ee592e;
    width: calc(100% - 80px);
    margin: 0 auto;
    border-radius: 10px;
    background: -moz-linear-gradient(45deg, #ee592e 0%, #f2894d 100%);
    background: -webkit-linear-gradient(45deg, #ee592e 0%,#f2894d 100%);
    background: linear-gradient(45deg, #ee592e 0%,#f2894d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee592e', endColorstr='#f2894d',GradientType=1 );
}
.home-bottom .bg-stars, .home-bottom .bg-gray-pattern{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
}
.home-bottom .bg-gray-pattern{
    background-image: url(../images/svg/bg/bg-gray-pattern.svg);
    z-index: 1;
    opacity: 0.4;
}

.home-bottom .spaceman{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 80px;
    background: url(../images/svg/space-man.svg) bottom no-repeat;
    background-size: 100%;
    z-index: 3;
}
.home-bottom .notice .text{
    padding: 0 47px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
#home-carousel{
    margin: 20px auto;
}
#home-carousel .owl-item{
    transition: ease-in-out 0.4s all;
}
#home-carousel .owl-item.prev, #home-carousel .owl-item.next{
}
#home-carousel .owl-item.prev{
    transform: rotate(-5deg) scale(0.9);
}
#home-carousel .owl-item.next{
    transform: rotate(5deg) scale(0.9);
}
#home-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 4px;
    margin: 5px -1px;
    background: #dce5eb;
    position: relative;
    z-index: 1;
}
#home-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e96b3b;
    z-index: 2;
}
/*----------------------------------- Home End -------------------------------*/



/*----------------------------- Quiz Page Start ------------------------------*/
.page-quiz{
    background: url(../images/svg/bg/bg-white.svg);
    background-size: 40%;
    position: relative;
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.quiz-top{
    padding-top: 30px;
}
.quiz-top .bg{
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: url(../images/svg/bg/top-orange.svg) bottom center;
    background-size: cover;
    z-index: 0;
}
.quiz-top .clock-box{
    position: relative;
    width: 80px;
    height: 80px;
    margin: -50px auto 0 auto;
    text-align: center;
}
.quiz-top .clock .clock-box {
    margin: 15px auto 0 auto;
}
.clock-box .clock-box-inner{
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
}
.clock-box .hand{
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    height: 15px;
    width: 2px;
    margin: 0 auto;
}
.quiz-top .clock-box .hand{
    animation: spin-inverse 10s linear;
    animation-iteration-count: infinite;
}
.quiz-top .clock-box .hand:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 50%;;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    background: #fff;
}
.clock-box .clock-icon{
    height: 30px;
    width: 30px;
}
.quiz-top .clock{
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    right: 0;
    left: 0;
    top: -40px;
}
.quiz-top .clock.finishing{
    animation: finishing 1s ease-in;
    animation-iteration-count: infinite;
}
.clock .dots, .clock .border-circle, .clock .planet, .clock .planet2, .clock .bg{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.clock .dots{
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/svg/circles/circle-dot.svg);
    background-size: 100%;
    animation: spin-inverse 20s linear;
    animation-iteration-count: infinite;
}
.clock .border-circle{
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/svg/circles/circle-border.svg);
    background-size: 100%;
    border: none;
    animation: spin 30s linear;
    animation-iteration-count: infinite;
}
.clock .bg{
    z-index: 0;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.clock .planet{
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    background-size: 100%;
    animation: spin-inverse 10s linear;
    animation-iteration-count: infinite;
}
.clock .planet img{
    width: 12px;
    height: 12px;
    margin: -30px auto 0 auto;
    animation: spin-inverse 40s linear;
    animation-iteration-count: infinite;
}
.clock .planet2{
    width: 95px;
    height: 95px;
    z-index: 3;
    background: url(../images/svg/loading/planet2.svg);
    background-size: 100%;
    animation: spin 20s linear;
    animation-iteration-count: infinite;
}
.clock #timer{
    position: absolute;
    top: 48px;
    font: 18pt Katibeh;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    transition: ease 0.5s color;
}
.clock.finishing #timer{
    color: #000;
}
.clock.bernard #timer{
    color: #d1d1d1;
}

.questions-nav{
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.questions-nav .number{
    font: 18px Katibeh;
    width: 50%;
    display: inline-block;
}
.questions-nav .next{
    float: left;
}
#btn-next.btn-primary{
    border-radius: 25px 25px 25px 0;
    padding: 6px 20px;
    font-weight: bold;
    background: #3f486e;
    border: 1px solid #3f486e;
}

.question-box{
    position: relative;
    border-radius: 10px;
    min-height: 200px;
    margin-top: 20px;
}
.question-box:before, .question-box:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.question-box:before{
    z-index: 1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 10px 10px 20px -5px #d1d1d1;
}
.question-box:after{
    background: rgba(127, 145, 180, 0.7);
    transform: rotate(-4deg);
    border-radius: 10px;
    z-index: 0
}
.question-box .border, .question-box .border .dots{
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    margin: 8px;
    z-index: 2;
    border-radius: 10px;
    top: 0;
    right: 0;
}
.question-box .border{
    border: 3px solid #ee5a2e !important;
}
.question-box .border:before, .question-box .border:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}
.question-box .border:before, .question-box .border:after, .question-box .dots:before, .question-box .dots:after{
    content: "";
    width: 20px;
    height: 10px;
    z-index: 3;
    background: #fff;
    position: absolute;
}
.question-box .border:before{
    top: -10px;
    right: 45%;
}
.question-box .border:after{
    bottom: -5px;
    right: 85%;
}
.question-box .border .dots{
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;

}
.question-box .dots:before, .question-box .dots:after{
    height: 20px;
    width: 5px;
}
.question-box .dots:before{
    top: 80%;
    right: -5px;
}
.question-box .dots:after{
    top: 40%;
    left: -5px;
}
.question{
    position: relative;
    z-index: 3;
    padding: 12px 19px;
    color: #3f486e;
    font-size: 13px;
    margin-bottom: 10px
}
.question img{
    max-width: 100%;
    height: auto;
}
.options-box{
    text-align: right;
    margin: 30px -5px;
    cursor: pointer;
    overflow-x: hidden;
    padding: 5px;
}
.option-box{
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-bottom:  10px;
    vertical-align: top;
    padding: 8px 35px 8px 5px;
    border: 1px solid #d0d6e2;
    box-shadow: 3px 4px 0px 0 #d0d6e2;
    font-weight: bold;
    color: #3f486e !important;
    position: relative;
    /*transition: ease 0.05s all;*/
}
.option-box.option-hide{
    transition: ease 1s all;
    opacity: 0;
    transform: scale(0);
}
.option-box .number{
    /* display: none; */
    position: absolute;
    right: -8px;
    top: 3px;
    width: 40px;
    height: 40px;
    z-index: 2;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ee5d2f;
    background: -moz-linear-gradient(top,  #ee5d2f 0%, #f1864c 100%);
    background: -webkit-linear-gradient(top,  #ee5d2f 0%,#f1864c 100%);
    background: linear-gradient(to bottom,  #ee5d2f 0%,#f1864c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5d2f', endColorstr='#f1864c',GradientType=0 );
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.option-box:hover, .option-box:active{
    background: #e9eaee;
    border-color: #a9b1c0;
}
.option-box.selected, .option-box:active{
    background: #8f9bbc;
    color: #fff;
}
.options-box.x2{
    text-align: center;
}
.x2 .option-box{
    width: calc(50% - 8px);
    margin-right: 10px;
}
.x2 .option-box:nth-child(odd){
    margin-right: 0;
    margin-left: 1px;
}
.x2 .option-box:nth-child(even){
    box-shadow: -3px 4px 0px 0 #d0d6e2;
    padding-right: 5px;
    padding-left: 35px;
}
.x2 .option-box:nth-child(even) .number{
    right: inherit;
    left: -8px;
}

.helpers{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 200px;
    z-index: -1;
}
.helpers.active{
    z-index: 99;
}
.helpers>div{
    width: 58px;
    height: 58px;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -40px auto auto auto;
    background-size: 100%;
}
.helpers>div.go{
    display: block;
    animation-iteration-count: 1;
}
.bernard-effect{
    background: url(../images/svg/6edges/bernard.svg);
}
.bernard-effect.go{
    animation: bernard-animation 1.5s ease;
}

.remove-two-options-effect{
    background: url(../images/svg/6edges/two-options.svg);
}
.remove-two-options-effect.go{
    animation: remove-two-options-animation 1.5s ease;
    /*animation: bernard-animation 1.5s ease;*/
}

.help-effect{
    background: url(../images/svg/6edges/help.svg);
}
.help-effect.go{
    animation: help-animation 1.5s ease;
}

.two-correct-options-effect{
    background: url(../images/svg/6edges/two-correct-options.svg);
}
.two-correct-options-effect.go{
    animation: two-correct-options-animation 1.5s ease;
}

.page-nav{
    text-align: center;
    line-height: 35px;
}
.page-nav .btn{
    width: 100px;
    padding: 8px 5px;
    font-size: 13px;
    font-weight: bold;
}
.question-location{
    text-align: center;
    font: 18px Katibeh;
    display: inline-block;
    width: calc(100% - 200px);
}
.page-answer-paper .question {
    padding: 12px 0;
}

.option-box.correct{
    background: #3fbafa;
    color: #fff;
}
.option-box.yours{
    border: 1px solid #ee592e !important;
}
.yours .text{
    position: absolute;
    top: -5px;
    height: 14px;
    line-height: 12px;
    background: #fff;
    border: 1px solid #ee5a2e;
    right: 10px;
    z-index: 2;
    width: 55px;
    text-align: center;
    border-radius: 10px;
    font-size: 8px;
    color: #3f486e;
}
.answer-description{
}
.orange-caption, .dark-blue-caption{
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}
.orange-caption h2, .dark-blue-caption h2{
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    color: #ee5d30;
    margin-right: 10px;
}
.orange-caption:before, .dark-blue-caption:before{
    content: "";
    position: absolute;
    width: 140px;
    height: 28px;
    top: -3px;
    right: 0;
    z-index: 1;
    opacity: 0.5;
    border-radius: 0 25px 25px 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #f9b6a2 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#f9b6a2 100%);
    background: linear-gradient(to right, #ffffff 0%,#f9b6a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9b6a2',GradientType=1 );
}
.dark-blue-caption h2{
    color: #fff;
}
.dark-blue-caption:before{
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(150,162,211,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(150,162,211,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(150,162,211,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e696a2d3',GradientType=1 );
}
.answer-description .content{
    margin-bottom: 20px;
}

.saved-list{
    margin: 20px 0 30px;
}
.saved-question{
    background: #eff0f5;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 5px 10px;
    position: relative;
}
.saved-question .btn-delete{
    border: none;
    width: 30px;
    height: 30px;
    color: #ee5a2e;
    outline: none !important;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #eff0f5;
    border-radius: 50%;
}
.saved-question .btn-delete:hover{
    border: 1px solid #ee5a2e;
}
.timer-large{
    margin-top: 74px;
    font-size: 150px;
    font-weight: bold;
}
.your-coins{
    position: absolute;
    z-index: 100;
    color: #fff;
    top: -45px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 9px;
    text-align: center;
    line-height: 15px;
    width: 100px;
    font-weight: bold;
}
.your-coins:before{
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../images/svg/6edges/gem.svg) center center no-repeat;
    background-size: 100%;
}
.your-coins .caption{
    color: #3f486e;
    height: 12px;
}
.your-coins .number{
    font: 15px Katibeh;
    border-radius: 25px;
    background: #3f486e;
    width: 100px;
    border: 2px solid #fff;
    height: 28px;
}

/*------------------------------ Quiz Page End -------------------------------*/



/*----------------------------- Shop Page Start ------------------------------*/
.buy-fight{
    background: #f1f2f6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.buy-fight .right{
    width: 55%;
    padding-top: 55px;
    display: inline-block;
    vertical-align: top;
}
.buy-fight .left{
    width: 42%;
    display: inline-block;
    vertical-align: top;
}
.buy-fight .title{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: #ee6738;
    color: #fff;
    border-radius: 0 10px 0 10px;
}
.buy-fight .title span{
    font: 13pt Katibeh;
    display: inline-block;
    margin: 0 3px 0 12px;
    padding: 5px 0;
}
.buy-fight .title i{
    font-size: 16pt;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px;
    border-radius: 0 10px 0 10px;
    background: #f4460f;
    background: -moz-linear-gradient(45deg, #f4460f 0%, #f2894d 100%);
    background: -webkit-linear-gradient(45deg, #f4460f 0%,#f2894d 100%);
    background: linear-gradient(45deg, #f4460f 0%,#f2894d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f32', endColorstr='#f2894d',GradientType=1 );
    vertical-align: top;
}

.buy-fight .clock .labels{
    left: inherit;
    right: -43px;
    /*right: 8px;*/
}
.buy-fight .count-down-clock{
    direction: ltr;
}
.buy-fight .count-down-clock{
    width: 160px;
    margin: 0 3px;
    text-align: center;
    letter-spacing: -5px;
}
.buy-fight .count-down-clock .position{
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 15px;
    font-size: 16pt;
    font-weight: bold;
}
.buy-fight .count-down-clock .digit{
    position: absolute;
    display: block;
    width: 100%;
    border-radius: 0.2em;
    text-align: center;
    color: #3f486e;
    letter-spacing: -1px;
}
.buy-fight .count-down-clock .countSeconds{ display:none !important; }
.buy-fight .count-down-clock .countDiv2{ display:none !important; }
.buy-fight .count-down-clock .countDiv{
    display: inline-block;
    width: 4px;
    height: 30px;
    position: relative;
}
.buy-fight .count-down-clock .countDiv:before, .buy-fight .count-down-clock .countDiv:after{
    display: none;
}
.buy-fight .count-down-clock .countDays, .buy-fight .count-down-clock .countHours, .buy-fight .count-down-clock .countMinutes{
    background-image: url(../images/svg/circles/counter-blue.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 65px;
    text-align: center;
}
.buy-fight .start-end>div {
    width: calc(50% - 10px);
    padding-right: 0;
    margin-left: 0;
    margin-right: 10px;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.buy-fight .start-end .start i:after{
    border-right-color: #cad1e1;
}
.buy-fight .start-end>div span.date{
    color: #3f486e;
    line-height: 18px;
}
.buy-fight .start-end {
    width: 100%;
    z-index: 1;
    float: none;
    margin-right: 0;
    height: 60px;
    max-width: 200px;
    overflow: hidden;
}

.buy-fight .start-end>div.start, .buy-fight .start-end>div.start .date{
    text-align: right;
}
.buy-fight .start-end>div .date{
    display: block
}
.buy-fight .start-end .end i:after {
    margin-right: 2px;
}
.buy-fight .start-end>div i{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    right: 0 !important;
}

.buy-fight .award>div{
    width: 100%;
    max-width: 200px;
    border-radius: 15px;
    color: #fff;
    position: relative;
}
.buy-fight .award>div:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background: url(../images/svg/pages/shop-widget3.svg) no-repeat;
    background-size: 100% 100%;
}
.buy-fight .award:nth-child(2)>div:before{
    background: url(../images/svg/pages/shop-widget.svg) no-repeat;
    background-size: 100% 100%;
}
.buy-fight .award:nth-child(3)>div:before{
    background: url(../images/svg/pages/shop-widget2.svg) no-repeat;
    background-size: 100% 100%;
}

.buy-fight .left{
    padding-top: 20px;
}
.buy-fight .vertical-text{
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    width: 80px;
    height: 30px;
    z-index: 3;
    font-size: 13px;
    text-align: center;
}
.buy-fight .award img{
    width: 30px;
    height: auto;
}

.buy-fight .award{
    font-weight: bold;
    float: none;
    font-size: 12px;
    position: relative;
}
.buy-fight .award .texts{
    float: left;
    line-height: 15px;
    vertical-align: middle;
    position: relative;
    margin-left: 3px;
}
.buy-fight .award>div{
    float: left;
    padding: 5px;
    position: relative;
    margin-bottom: 3px;
    width: calc(100% - 16px);
    margin-left: 16px;
    height: 47px;
    display: block;
}
.buy-fight .award .number{
    font-size: 15px;
}
.buy-fight .award img{
    width: 40px;
    height: auto;
    float: left;
    margin-right: 3px;
    position: relative;
}
.buy-fight .award .cash img{
    width: 28px;
    margin-top: 4px;
    margin-left: 2px;
}
.buy-fight .award .type{
    color: #9ea8c5;
    font-size: 11px;
    text-align: center;
}

.side-gradient{
    position: relative;
}
.side-gradient:before, .side-gradient:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index : 2;
}
.side-gradient:before{
    right: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.side-gradient:after{
    left: 0;
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.side-gradient.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    top: calc(50% - 30px);
    font-size: 14px;
    padding: 3px 10px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    line-height: 32px;
    color: #3e476e;
    border-radius: 25px;
    outline: none;
}
.side-gradient .owl-next{
    left: -20px;
    text-align: right;
}
.side-gradient .owl-prev{
    right: -20px;
    text-align: left;
}

.buy-widget{
    border-radius: 10px;
    position:relative;
    text-align: center;
}
.owl-carousel .owl-item .buy-coin img{
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
}
.coin-preview{
    min-height: 130px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}
.avatar-preview{
    background: #e9ebef;
    border-radius: 10px;
}
.avatar-preview .name{
    font-size: 12px;
    font-weight: bold;
}

.owl-carousel .owl-item .buy-avatar img{
    /* width: 100px; */
    /* height: 100px; */
    margin: 0 auto;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
}
.video-package-preview {
    background: #e9ebef;
    border-radius: 10px;
    padding-top: 5px;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
}
.video-package-preview h3.name{
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
}
.owl-carousel .owl-item .buy-video-package img{
    width: 40px;
    height: auto;
    margin: 0 auto 10px auto;
}
.buy-widget .price{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 5px;
    color: #fff;
    background: #3f486e;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    font-size: 12px;
    border-radius: 0 0 10px 10px;
}
.buy-widget .price .currency{
    font-size: 75%;
}
.page-shop .owl-carousel{
    padding-bottom: 10px;
}

.shop-view-ads{
    border-radius: 10px;
    padding: 10px 15px;
    display: block;
    background: rgb(61,184,250);
    background: -moz-linear-gradient(45deg,  rgba(61,184,250,1) 0%, rgba(93,222,250,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(61,184,250,1) 0%,rgba(93,222,250,1) 100%);
    background: linear-gradient(45deg,  rgba(61,184,250,1) 0%,rgba(93,222,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db8fa', endColorstr='#5ddefa',GradientType=1 );
}
.shop-view-ads a{
    display: block;
    color: #fff;
}
.shop-view-ads .text{
    display: inline-block;
}
.shop-view-ads .text img{
    width: 28px;
    height: auto;
    margin-left: 4px;
    display: inline-block;
}
.shop-view-ads .text span{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}
.next-ads-timer-box{
    float: left;
    direction: ltr;
    font-weight: bold;
    font-size: 12px;
}
.next-ads-timer>span{
    display: inline-block;
    foat: left;
    text-align: center;
    overflow: hidden;
}
.next-ads-timer .countDiv{
    width: 12px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.next-ads-timer .countDiv:before{
    content: ":";
    right: 3px;
    top: 0;
    position : absolute;

}
.next-ads-timer .countDays, .next-ads-timer .countDiv0{
    display: none;
}
.next-ads-timer .position{
    width: 8px;
    heihgt: 20px;
    display: inline-block;
    text-align: center;
    opacity: 1 !important;
    top: 0 !important;
    vertical-align: top;
}
/*------------------------------ Shop Page End -------------------------------*/



/*----------------------------- Buy Pages Start ------------------------------*/
.start-end{
    width: 70%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
    float: right;
    margin-right: 15%;
}
.start-end>div{
    float: right;
    width: calc(50% - 5px);
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-right: 15px;
}
.start-end>div i{
    position: relative;
    color: #8f9bbc;
    right: -14px;
}
.start-end>div i:before, .start-end>div i:after{
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.start-end>div span{
    color: #ee5a2e;
    font-weight: bold;
    font-size: 13px;
}
.start-end>div span.date{
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.start-end .start i:before, .start-end .start i:after{
    border: 7px solid transparent;
    border-right: 12px solid #8f9bbc;
    z-index: 1;
}
.start-end .start i:after{
    border-right-color: #586184;
    transform: scale(0.5);
    margin-right: -3px;
}
.start-end .end i:before, .start-end .end i:after{
    background: #cbd0e3;
    width: 3px;
    height: 12px;
    top: 1px;
}
.start-end .end i:after{
    background: #8f9bbc;
    margin-right: 5px;
}
#count-down-clock{
    direction: ltr;
}

#count-down-clock{
    width: 240px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -5px;
}
#count-down-clock .position{
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 15px;
    font-size: 16pt;
    font-weight: bold;
}
#count-down-clock .digit{
    position: absolute;
    display: block;
    width: 100%;
    border-radius: 0.2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
}

#count-down-clock.hide-seconds .countSeconds, #count-down-clock.hide-days .countDays, .lobby-round-box .countDiv{
    display:none !important;
}
#count-down-clock .countDiv2{ display:none !important; }
#count-down-clock .countDiv{
    display: none;
    width: 4px;
    height: 30px;
    position: relative;
}
#count-down-clock .countDiv:before, #count-down-clock .countDiv:after{
    display: none;
}
#count-down-clock .countDays, #count-down-clock .countHours, #count-down-clock .countMinutes, #count-down-clock .countSeconds{
    background-image: url(../images/svg/circles/counter.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 65px;
    text-align: center;
}
.clock{
    position: relative;
    z-index: 1;
}
.clock .labels{
    width: 200px;
    height: 25px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    font-size: 10px;
    color: #afb9d5;
    line-height: 24px;
    /* background: red; */
}
.clock .labels>div{
    float: left;
    width: 50px;
    text-align: center;
}
.page-start .clock .labels>div{
    width: 35px;
}
.clock .labels>div:first-child{
    padding-right: 0px;
}
.clock .labels>div:last-child{
    padding-left: 0;
}

.totally{
    background: #eff0f5;
    border-radius: 10px;
    min-height: 50px;
    width: 100%;
    color: #ee5a30;
    font-weight: bold;
    padding: 9px 6px;
    margin-bottom: 20px;
}
.totally a{
    color: #ee5a30;
}
.totally .awards{
    font-weight: bold;
    float: left;
    font-size: 12px;
}
.totally .awards .texts{
    float: left;
    line-height: 15px;
    vertical-align: middle;
}
.totally .awards>div{
    float: left;
    padding: 0 9px;
    position: relative;
}
.totally .awards>div:before{
    content: "";
    position: absolute;
    right: 1px;
    width: 1px;
    height: 30px;
    background: #fff;
}
.totally .awards> .jem{
    padding-left: 0;
}
.totally .awards>div:last-child:before{
    display: none;
}
.totally .awards .number{
    color: #3f4770;
    font-size: 15px;
}
.totally .awards img{
    width: 40px;
    height: auto;
    float: left;
    margin-right: 3px;
}
.totally .awards .cash img{
    width: 31px;
    margin-top: 4px;
}
.totally .awards .type{
    color: #8a96b7;
    font-size: 11px;
    text-align: center;
}

.for-buy{
    display: block;
    text-align: center;
    color: #fff;
}
.for-buy li{
    display: inline-block;
    margin: 5px;
    width: 200px;
    height: 150px;
    max-width: 33%;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    border: 2px solid transparent;
}
.for-buy li.selected{
    border: 2px dashed #3f486e;
}
.for-buy div:first-child{
    font-size: 16px;
    margin-top: 30px;
}
.for-buy .price{
    position: absolute;
    width: 100px;
    background: #3f486e;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.for-buy .icons{
    line-height: 20px;
    direction: ltr;
}
.for-buy i{
    font-size: 14pt;
    margin: -3px 1px 0 1px;
}
.for-buy i:nth-child(2){opacity: 0.7}
.for-buy i:nth-child(3){opacity: 0.5}
.for-buy i:nth-child(4){opacity: 0.3}
.for-buy i:nth-child(n+5){opacity: 0.2}
.for-buy .all i{
    font-size: 20pt;
}
.gray-gradient{
    background: #8f9bbc;
    background: -moz-linear-gradient(45deg,  #c8d5f5 0%, #8f9bbc 100%);
    background: -webkit-linear-gradient(45deg,  #c8d5f5 0%,#8f9bbc 100%);
    background: linear-gradient(45deg,  #c8d5f5 0%,#8f9bbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d5f5', endColorstr='#8f9bbc',GradientType=1 );
}
.blue-gradient{
    background: #3eb9f9;
    background: -moz-linear-gradient(45deg,  #3eb9f9 0%, #5fddfa 100%);
    background: -webkit-linear-gradient(45deg,  #3eb9f9 0%,#5fddfa 100%);
    background: linear-gradient(45deg,  #3eb9f9 0%,#5fddfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb9f9', endColorstr='#5fddfa',GradientType=1 );
}
.cyan-gradient{
    background: #4db0ae;
    background: -moz-linear-gradient(top, #4db0ae 0%, #61cbae 100%);
    background: -webkit-linear-gradient(top, #4db0ae 0%,#61cbae 100%);
    background: linear-gradient(to bottom, #4db0ae 0%,#61cbae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db0ae', endColorstr='#61cbae',GradientType=0 );
}
.violet-gradient{
    background: #5d69e6;
    background: -moz-linear-gradient(45deg,  #5d69e6 0%, #795ee8 100%);
    background: -webkit-linear-gradient(45deg,  #5d69e6 0%,#795ee8 100%);
    background: linear-gradient(45deg,  #5d69e6 0%,#795ee8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d69e6', endColorstr='#795ee8',GradientType=1 );
}
.yellow-gradient{
    background: #f49a26;
    background: -moz-linear-gradient(45deg,  #f49a26 0%, #fac131 100%);
    background: -webkit-linear-gradient(45deg,  #f49a26 0%,#fac131 100%);
    background: linear-gradient(45deg,  #f49a26 0%,#fac131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49a26', endColorstr='#fac131',GradientType=1 );
}
.orange-gradient{
    background: #f1864c;
    background: -moz-linear-gradient(45deg,  #f1864c 0%, #ee5b35 100%);
    background: -webkit-linear-gradient(45deg,  #f1864c 0%,#ee5b35 100%);
    background: linear-gradient(45deg,  #f1864c 0%,#ee5b35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1864c', endColorstr='#ee5b35',GradientType=1 );
}
.svg-violet-gradient{
    background: url(../images/svg/bg/bg-violet.svg);
    background-size: 100%;
}
.svg-green-gradient{
    background: url(../images/svg/bg/bg-green.svg);
    background-size: 100%;
}
/*------------------------------ Buy Pages End -------------------------------*/




/*----------------------------- Fight Pages Start ----------------------------*/
.page-start .bg{
    display: block;
    background: #394064;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/svg/pages/bg-blue.svg);
    background-size: 100%;
}
.page-start .space-man{
    position: relative;
    z-index: 2;
    width: 240px;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.page-start .space-man img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.space-man h2{
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 133px;
    font: 18pt Katibeh;
    text-shadow: 0 2px 1px #575757;
}
.space-man h5{
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    margin-right: 140px;
    font: 10pt Katibeh;
    color: #eeb12e;
    transform: rotate(-15deg);
}
.page-start .buttons{
    margin: 20px 0 75px;
}
.page-start .buttons .btn{
    display: block;
    padding: 22px 10px;
    color: #fff;
    height: 80px;
    font-weight: bold;
    border: none;
    border-radius: 8px !important;
}
.page-start .buttons .btn{
    padding: 7px 15px;
    text-align: right;
}
.page-start .buttons .btn a{
    color: #fff;
}
.page-start .buttons .btn.blue-gradient{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-start .stars{
    z-index: 0;
}
.page-start #count-down-clock, .page-start .clock .labels{
    font: 14px IranSans;
    text-shadow: none !important;
    color: #fff;
}
.page-start .clock .labels{
    font-size: 11px;
}
.page-start #count-down-clock .countDays, .page-start #count-down-clock .countHours, .page-start #count-down-clock .countMinutes, .page-start #count-down-clock .countSeconds {
    background-image: none !important;
    width: 32px;
    height: 34px;
}
.page-start #count-down-clock {
    width: 140px;
}
.page-start #count-down-clock .position {
    width: 12px;
    font-size: 14pt;
    line-height: 58px;
}
.page-start .clock .labels {
    width: 140px;
    padding: 0;
}

.nav-rounds{
    display: block;
    width: 100%;
}
.nav-rounds .round-link{
    /* float: right; */
    /* width: 30%; */
    padding: 5px;
    text-align: center;
    position: relative;
    color: #afb7cb;
    font-weight: bold;
    top: 0;
    transition: ease 0.5s all;

}
.nav-rounds .round-link a{
    color: #afb7cb;
}
.nav-rounds .round-link.current a{
    color: #ee592e;
}
#rounds-carousel .item{
    padding-bottom: 20px;
}
#rounds-carousel .owl-item.next.active .round-link{
    /* width: 40%; */
    color: #ee592e;
    top: 20px;
    text-align: center;
}
#rounds-carousel .owl-nav [class*=owl-]{
    background: transparent;
    position: absolute;
    top: 30px;
    color: #afb7cb;
}
#rounds-carousel .owl-prev {
    right: 10px;
}
#rounds-carousel .owl-next {
    left: 10px;
}
#rounds-carousel .owl-item.next.active .date{
    /*display: block;*/
}
.round-link i.jinjet-shield{
    font-size: 20pt;
}
.round-link i.arrow-prev, .round-link i.arrow-next{
    position: absolute;
    top: 30px;

}
.round-link i.arrow-prev{
    right: 10px;
}
.round-link i.arrow-next{
    left: 10px;
}
.round-link .num{
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 26px;
}
.round-link .title{
    font-size: 12pt;
    margin-top: 10px;
}
.round-link .date{
    color: #7480a4;
    font-weight: bold;
    font-size: 12px;
    margin-top: 0;
}
.inner-page .page-bottom.md-lower-margin{
    margin-top: 60px !important;
}
.like-tooltip{
    position: absolute;
    right: 10px;
    top: -14px;
    height: 20px;
    border: 1px solid #ee5a2e;
    background: #fff;
    border-radius: 3px;
    line-height: 20px;
    vertical-align: top;
}
.like-tooltip i{
    font-size: 21px;
}
.like-tooltip span{
    font-size: 10px;
    padding: 0 2px 0 6px;
    display: inline-block;
    vertical-align: top;
}
.input-group-append .btn-search{
    padding: 5px 6px;
}
.btn.btn-my-friends{
    padding: 7px 8px;
    font-weight: bold;
    font-size: 13px;
}

.week-days{
    float: right;
    width: 100%;
    margin: 20px 0;
    font-size: 12px;
}
.week-days .btn.btn-answer-paper{
    padding: 10px 4px;
    height: 38px;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

.week-days .day{
    float: right;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 8px;
}
.day.past{
    float: right;
    width: calc(100% - 55px);
    background: #ee5a2e;
    background: -moz-linear-gradient(left,  #ee5a2e 0%, #f17f47 100%);
    background: -webkit-linear-gradient(left,  #ee5a2e 0%,#f17f47 100%);
    background: linear-gradient(to right,  #ee5a2e 0%,#f17f47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5a2e', endColorstr='#f17f47',GradientType=1 );
}
.day.current{
    background: #3fbafa;
    background: -moz-linear-gradient(left,  #3fbafa 0%, #57d6fa 100%);
    background: -webkit-linear-gradient(left,  #3fbafa 0%,#57d6fa 100%);
    background: linear-gradient(to right,  #3fbafa 0%,#57d6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fbafa', endColorstr='#57d6fa',GradientType=1 );
}
.day.future{
    background: #3f486e;
}
.week-days .day>div{
    float: right;
    font-weight: bold;
}
.week-days .day i{
    font-size: 15px;
}
.day .name{
    width: 70px;
    height: 100%;
    color: #fff;
    font-size: 11px;
    margin-left: 6px;
    text-align: center;
    border-radius: 0 5px 5px 15px;
    background: rgba(255, 255, 255, 0.25);
}
.day .lesson{
    margin-left: 25px;
}
.day .pages{
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
}

.my-position-box{
    margin-bottom: 20px;
}
.my-position-box .btn-cyan{
    height: 60px !important;
    width: 44px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    margin: 0;
}
.my-position{
    width: calc(100% - 55px);
    background: #f1f2f6;
    border-radius: 4px;
    /*height: 60px;*/
    display: inline-block;
    border-color: #ef6c47;
    float: right;
}
.my-position .score{
    border: 1px solid #ee5a2e;
    margin-bottom: 0;
}
.my-position .lesson-scores{
    top: 0;
    background: #fff;
}
.scores{
    margin-top: 20px;
    float: right;
    width: 100%;
}
.score{
    margin-bottom: 8px;
    background: #f1f2f6;
    border-radius: 4px;
    color: #3f486d;
    float: right;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
}
.score .rate-box, .score .info-box, .score #btn-toggle{
    float: right;
    height: 100%;
}
.score .rate-box{
    width: 45px;
    background: #dee1e8;
    border-radius: 4px 4px 4px 0;
    position: relative;
}
.score #btn-toggle{
    width: 35px;
    padding: 0;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    border-radius: 4px 4px 0 4px;
}
.score .info-box{
    width: calc(100% - 80px);
}
.score .rate{
    font-size: 18px;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.score .rate.one{
    font-size: 10px;
    font-weight: bold;
    color: #ee5a2e;
}
.score .rate.one:before{
    content: "\e927";
    position: absolute;
    color: #ee5a2e;
    z-index: 1;
    top: 0;
    bottom: -11px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 30px;
    font: 16pt jinjet;
}
.score .growth{
    position: absolute;
    bottom: -5px;
    width: 100%;
    right: 0;
    font-weight: bold;
    direction: ltr;
    vertical-align: bottom;
    text-align: center;
}
.score .growth i{
    display: inline-block;
    width: 10px;
    position: relative;
    margin-top: -12px;
    margin-left: 2px;
}
.score .growth.up{
    color: #3fbafa;
}
.score .growth.down{
    color: #ee5a2e;
}
.score .growth.down i{
    margin-top: -15px;
}
.score .growth.up i:before, .score .growth.up i:after, .score .growth.down i:before, .score .growth.down i:after{
    content: "";
    position: absolute;
}
.score .growth.up i:before, .score .growth.down i:before{
    height: 10px;
    width: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.score .growth.up i:before{
    background: #3fbafa
}
.score .growth.down i:before{
    background: #ee5a2e;
}
.score .growth.up i:after{
    border: 4px solid transparent;
    border-bottom: 5px solid #3fbafa;
    bottom: -1px;
    right: 1px;
}
.score .growth.down i:after{
    border: 4px solid transparent;
    border-top: 5px solid #ee5a2e;
    top: 9px;
    left: 1px;
}
.info-box .avatar-box{
    height: 56px;
    width: 56px;
    float: right;
    margin-top: -7px;
}
.info-box .avatar-box .six-edge {
    width: 50px;
    height: 50px;
}
.info-box .name, .info-box .point{
    float: right;
    width: calc( 100% - 60px);
    font-weight: bold;
}
.info-box .name{
    height: 30px;
    font-size: 11px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box .point{
    color: #ee5f36;
    font-size: 12px;
}
.lesson-scores{
    position: relative;
    z-index: 1;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    top: -12px;
    padding: 7px 7px 3px;
    float: right;
    width: 100%;
    display: none;
}
.lesson-score{
    font-weight: bold;
    width: 33.3%;
    float: right;
}
.lesson-score span{
    display: inlne-block;
}
.lesson-score .lesson{
    margin-left: 2px;
}
.lesson-score .result{
    color: #ee5a2e;
}
.lesson-score .from{
    color: #8591b0;
}

.top-winners{
    margin: 10px 0;
    height: 200px;
    width: 100%;
    position: relative;
    padding-top: 10px;
    text-align: center;
}
.top-winners>div{
    position: absolute;
    height: 100px;
}
.top-winners .first{
    top: -10px;
    width: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
}
.top-winners .third, .top-winners .second{
    top: 31px;
    width: 40%;
    z-index: 1;
}
.top-winners .third{
    right: 0;
}
.top-winners .second{
    left: 0;
    top: 19px;
}
.top-winners>img{
    width: 320px;
    height: auto;
    margin-top: 100px !important;
}
.top-winners .avatar-box{
    height: 100%;
    width: 100%;
}
.top-winners .avatar-box .six-edge {
    width: 65px;
    height: 65px;
}
.top-winners .avatar-box {
    margin-top: 0;
}
.top-winners .name {
    margin-top: -18px;
    font-size: 11px;
    font-weight: bold;
}


.winners-box{
    margin: 10px 0;
    float: right;
}
.winners-box .score{
    height: auto;
    display: table;
}
.winners-box .score .info-box{
    width: calc( 100% - 45px);
    padding-top: 5px;
}
.page-fight-competitors .winners-box .score .info-box{
    width: 100%;
}
.winner-box.score-box .score .info-box{
    padding-top: 5px;
    display: table-cell;
}
.winners-box .score .rate-box, .winner-box.score-box .score .rate-box {
    line-height: 55px;
}
.page-fight-competitors .winners-box .score .rate-box, .page-fight-competitors .winner-box.score-box .score .rate-box{
    line-height: normal;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.page-challenge-competitors .winners-box .score .rate-box, .page-challenge-competitors .winner-box.score-box .score .rate-box{
    line-height: normal;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.winners-box .info-box .name{
    width: calc(100% - 111px);
    float: right;
    padding-right: 6px;
}
.winners-box .info-box .point{
    float: left;
    width: 55px;
    text-align: left;
    padding-left: 6px;
    direction: ltr;
}

.winner-box .awards{
    font-weight: bold;
    float: left;
    font-size: 12px;
    width: calc(100% - 56px);
}
.winner-box .awards .texts{
    float: left;
    line-height: 15px;
    vertical-align: middle;
text-align: center;}
.winner-box .awards .award-comment img{
    display: inline;
    float: none;
}
.winner-box .awards .award-comment .texts {
    line-height: 25px;
    display: inline;
    float: none;
}
.winner-box .awards>div{
    float: left;
    padding: 0 9px;
    position: relative;
}

.winner-box .awards> div:first-child{
    padding-left: 0;
}
inner-box .awards .number{
    color: #3f4770;
    font-size: 15px;
}
.winner-box .awards img{
    width: 33px;
    height: auto;
    float: left;
    margin-right: 3px;
}
.winner-box .awards .cash img{
    width: 28px;
    margin-top: 4px;
}
.winner-box .awards .type{
    color: #8a96b7;
    font-size: 11px;
    text-align: center;
}
.winner-box .awards .award-comment img {
    width: 26px;
}
.page-fight-competitors .winner-box .awards .award-comment img {
    width: 26px;
}
.page-fight-competitors .winner-box .awards .award-comment img.img-floated {
    float: left;
}


.gift-divition{
    background: #eff0f5;
    border: 1px solid #eff0f5;
    border-radius: 10px;
    min-height: 50px;
    width: 100%;
    color: #3e476e;
    font-weight: bold;
    padding: 9px 6px;
    margin-bottom: 10px;
    position: relative;
}
.gift-divition.gold{
    background: rgba(249, 186, 57, 0.1);
    color: #f9ba39;
    border-color: #f9ba39;
}
.gift-divition.silver{
    background: rgba(143, 155, 188, 0.1);
    color: #8f9bbc;
    border-color: #8f9bbc;
}
.gift-divition.bronze{
    background: rgba(204, 138, 88, 0.1);
    color: #cc8a58;
    border-color: #cc8a58;
}
.gift-divition .awards{
    font-weight: bold;
    float: left;
    font-size: 12px;
}
.gift-divition .awards .texts{
    float: left;
    line-height: 15px;
    vertical-align: middle;
}
.gift-divition .awards .coin img{
    margin-top: -5px;
}
.gift-divition .awards>div{
    float: left;
    padding: 0 9px;
    position: relative;
}
.gift-divition .awards>div:before{
    content: "";
    position: absolute;
    right: 1px;
    width: 1px;
    height: 30px;
    background: #fff;
    right: 0;
}
.gift-divition .awards>div:first-child{
    padding-left: 0;
}
.gift-divition .awards>div:last-child:before{
    display: none;
}
.gift-divition .awards .number{
    color: #3f4770;
    font-size: 15px;
}
.gift-divition .awards img{
    width: 40px;
    height: auto;
    float: left;
    margin-right: 3px;
}
.gift-divition .award-comment{
    width: 100%;
    font-size: 11px;
    text-align: left;
    clear: both;
}
.gift-divition .award-comment img{
    width: 28px;
    margin-right: 2px;
    margin-left: 2px;
    float: left;
}
.gift-divition .award-comment .texts{
    display: inline;
    color: #3f486d !important;
}
.gift-divition .awards .cash img{
    width: 31px;
    margin-top: 4px;
}
.gift-divition .awards .type{
    color: #8a96b7;
    font-size: 11px;
    text-align: center;
}
.gift-divition i{
    font-size: 24px;
}
.gift-divition .rate{
    position: absolute;
    top: 13px;
    right: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 1;
    font-size: 10px;
}
.gift-divition.gold .rate{
    right: 5px;
    top: 8px;
    font-size: 10px;
}
.page-fight-competitors.page-challenge-competitors .clock .labels {
    width: 200px;
}
.page-fight-competitors .award-comment{
    width: 100%;
    clear: both;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 3px !important;
}
/*----------------------------- Fight Pages End ------------------------------*/



/*--------------------------- Challenge Pages Start --------------------------*/
.page-fight-competitors.page-challenge-competitors .award-comment{
    width: 100%;
    clear: both;
    text-align: right;
    margin-bottom: 5px;
    padding-left: 3px !important;
}
.page-fight-competitors.page-challenge-competitors .gift-divition .award-comment{
    text-align: left;
}
.clock.hide-days .countDays{
    display: none !important;
}
.clock.hide-hours .countHours{
    display: none !important;
}
.clock.hide-minutes .countMinutes{
    display: none !important;
}
.clock.hide-seconds .countSeconds{
    display: none !important;
}

.clock.hide-days .labels>div:first-child{
    display: none;
}
.clock.hide-hours .labels>div:nth-child(2){
    display: none;
}
.clock.hide-minutes .labels>div:nth-child(3){
    display: none;
}
.clock.hide-seconds .labels>div:last-child{
    display: none;
}

.page-fight-competitors.page-challenge-competitors .clock.hide-seconds .labels {
    width: 150px;
}
.totally.current-challenge{
    border: 1px solid #e0e3ed;
    color: #3f486d;
    font-weight: bold;
    position: relative;
    font-size: 13px;
    float: right;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}
.totally.current-challenge a{
    color: #3f486e;
    display: block;
    padding:  10px;
}
.current-challenge .counter{
    color: #909dbd;
    font-size: 12px;
    padding-right: 2px;
}
.current-challenge .arrow{
    color: #8f9cbc;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.current-challenge .arrow img{
    width: 15px;
    height: 15px;
}
.challenges-count{
    font-weight: bold;
    font-size: 12px;
    color: #8f9cbc;
}
.inner-point{
    margin-left: 20px;
}
.page-challenge-competitors .score .rate {
    margin-top: 12px;
}
.page-challenge-competitors .info-box .name {
    font-size: 12px;
}
.score-box .score.me{
    border: 1px solid #7774f6 !important;
}
.scores-box .score-box:last-child .score{
    margin-bottom: 20px;
}

.page-challenge-competitors .score .info-box{
    width: calc(100% - 50px);
}
.page-challenge-competitors .winner-box .score .info-box{
    width: 100%;
}
.page-challenge-competitors .winners-box{
    float: none;
}
.page-challenge-competitors .winners-box .info-box .name {
    width: calc(100% - 56px);
    padding-right: 0;
}
.page-challenge-competitors .winner-box .info-box .info-box{
    width: 100%;
}
.page-challenge-competitors .winners-box .info-box .point{
    float: right;
    width: calc(100% - 56px);
    text-align: right;
    direction: rtl;
    line-height: 20px;
}
.page-challenge-competitors .winner-box.score-box .info-box .point{
    line-height: 20px;
}
.page-challenge-competitors .winner-box .awards {
    width: calc(100% - 44px);
    margin-top: 5px;
}
.page-challenge-competitors .winner-box .awards>div{
    float: right;
}
.page-challenge-competitors .winners-box .score, .page-challenge-competitors .winner-box.score-box .score {
    height: auto;
    display: table;
}
.page-challenge-competitors .winner-box .awards> .jem {
    padding-left: 9px;
    padding-right: 0;
}
.page-challenge-competitors .winner-box .awards img {
    margin-right: 0;
    margin-left: 3px;
}
.page-challenge-competitors .winner-box .score .rate {
    margin-top: 0;
}
.page-challenge-competitors .winner-box .awards .award-comment{
    margin-bottom: 3px;
    padding-left: 7px;
}
#gifts-division{
    font-size: 9pt;
}

ul.challenges-list{
    padding-top: 20px;
}
ul.challenges-list li{
    margin-bottom: 7px;
    padding: 5px 10px;
    display: block;
    background: #eef0f5;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: ease 0.3s all;
}
ul.challenges-list li:hover{
    background: #e4e7f3;
}
ul.challenges-list li.selected{
    background: #cdd4ef;
    border: 1px solid #7774f6;
}
/*--------------------------- Challenge Pages End ----------------------------*/



/*---------------------------- Profile Pages Start ---------------------------*/
ul.nav-tabs{
    background: #eff0f5;
    border: 1px solid #e0e2ee;
    border-radius: 5px;
    width: 100%;
}
ul.nav-tabs li a{
    padding: 1px 5px;
    font-size: 13px;
}
.nav-tabs .nav-link{
    border: none;
    color: #697697;
    border-bottom: 3px solid transparent;
    transition: ease 0.2s all;
    font-weight: bold;
}
.nav-tabs .nav-link.active{
    color: #fff;
    border-bottom: 3px solid #ca451b;
    border-radius: 4px;
    background: #ee5a2e;
    background: -moz-linear-gradient(-45deg,  #ee5a2e 0%, #f2894e 100%);
    background: -webkit-linear-gradient(-45deg,  #ee5a2e 0%,#f2894e 100%);
    background: linear-gradient(135deg,  #ee5a2e 0%,#f2894e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5a2e', endColorstr='#f2894e',GradientType=1 );
}
.nav-tabs .nav-item {
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.three-tabs.nav-tabs .nav-item {
    width: 33.3%;
}
.two-tabs.nav-tabs .nav-item {
    width: 50%;
}
.four-tabs.nav-tabs .nav-item {
    width: 25%;
}
.three-tabs.nav-tabs .nav-item:nth-child(2) a:before, .three-tabs.nav-tabs .nav-item:nth-child(2) a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 7px;
    background: #d4d8e6;
}
.three-tabs.nav-tabs .nav-item:nth-child(2) a:before{
    right: 0;
}
.three-tabs.nav-tabs .nav-item:nth-child(2) a:after{
    left: 0;
}
.three-tabs.nav-tabs .nav-item a.active:before, .three-tabs.nav-tabs .nav-item a.active:after{
    display: none;
}

.edit-avatar .avatar-box{
    margin-top: 0;
}
.six-edge.orange{
    background: #fabf30;
    background: -moz-linear-gradient(top, #fabf30 0%, #f59c27 100%);
    background: -webkit-linear-gradient(top, #fabf30 0%,#f59c27 100%);
    background: linear-gradient(to bottom, #fabf30 0%,#f59c27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabf30', endColorstr='#f59c27',GradientType=0 );
}
.six-edge.dark-orange{
    background: #f29325;
    background: -moz-linear-gradient(top, #f29325 0%, #ed552f 100%);
    background: -webkit-linear-gradient(top, #f29325 0%,#ed552f 100%);
    background: linear-gradient(to bottom, #f29325 0%,#ed552f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29325', endColorstr='#ed552f',GradientType=0 );
}
.six-edge.red{
    background: #ed553c;
    background: -moz-linear-gradient(top, #ed553c 0%, #eb4542 100%);
    background: -webkit-linear-gradient(top, #ed553c 0%,#eb4542 100%);
    background: linear-gradient(to bottom, #ed553c 0%,#eb4542 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed553c', endColorstr='#eb4542',GradientType=0 );
}
.six-edge.cyan{
    background: #4db0ae;
    background: -moz-linear-gradient(top, #4db0ae 0%, #61cbae 100%);
    background: -webkit-linear-gradient(top, #4db0ae 0%,#61cbae 100%);
    background: linear-gradient(to bottom, #4db0ae 0%,#61cbae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db0ae', endColorstr='#61cbae',GradientType=0 );
}
.six-edge.blue{
    background: #41bbf7;
    background: -moz-linear-gradient(top, #41bbf7 0%, #5ad9f7 100%);
    background: -webkit-linear-gradient(top, #41bbf7 0%,#5ad9f7 100%);
    background: linear-gradient(to bottom, #41bbf7 0%,#5ad9f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bbf7', endColorstr='#5ad9f7',GradientType=0 );
}
.six-edge.violet{
    background: #8957e6;
    background: -moz-linear-gradient(top, #8957e6 0%, #6466e4 100%);
    background: -webkit-linear-gradient(top, #8957e6 0%,#6466e4 100%);
    background: linear-gradient(to bottom, #8957e6 0%,#6466e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8957e6', endColorstr='#6466e4',GradientType=0 );
}
.six-edge.dark{
    background: #3f466a;
    background: -moz-linear-gradient(top, #3f466a 0%, #333954 100%);
    background: -webkit-linear-gradient(top, #3f466a 0%,#333954 100%);
    background: linear-gradient(to bottom, #3f466a 0%,#333954 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f466a', endColorstr='#333954',GradientType=0 );
}
.six-edge.gray{
    background: #c8cfe3;
    background: -moz-linear-gradient(top, #c8cfe3 0%, #e4e7f1 100%);
    background: -webkit-linear-gradient(top, #c8cfe3 0%,#e4e7f1 100%);
    background: linear-gradient(to bottom, #c8cfe3 0%,#e4e7f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cfe3', endColorstr='#e4e7f1',GradientType=0 );
}
.six-edge.gray-blue{
    background: #beccea;
    background: -moz-linear-gradient(top, #beccea 0%, #939fbd 100%);
    background: -webkit-linear-gradient(top, #beccea 0%,#939fbd 100%);
    background: linear-gradient(to bottom, #beccea 0%,#939fbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beccea', endColorstr='#939fbd',GradientType=0 );
}
.six-edge.dark-blue{
    background: #8592b2;
    background: -moz-linear-gradient(top, #8592b2 0%, #495074 100%);
    background: -webkit-linear-gradient(top, #8592b2 0%,#495074 100%);
    background: linear-gradient(to bottom, #8592b2 0%,#495074 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8592b2', endColorstr='#495074',GradientType=0 );
}
.avatar-con{
    width: 95px;
    height: 95px;
    float: right;
}
.avatar-con .avatar-box{
    height: 100%;
    width: 100%;
}
.avatar-con .avatar-box .six-edge {
    width: 75px;
    height: 75px;
}
.avatar-con .avatar-box .six-edge:before {
    background: url(../images/svg/6edges/6edge-border-white.svg) center center;
    background-size: 100%;
}
.avatar-con .active:after{
    content: "\e909";
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    font: 22pt jinjet;
}

.avatar-images{
    display: block;
    text-align: center;
}
.avatar-image{
    width: 120px;
    padding: 0 5px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    padding: 6px 2px;
}
.avatar-image img{
    width: 100%;
    height: auto;
}
.avatar-image.sm img{
    width: 75%;
}
.avatar-image p{
    font-size: 12px;
    font-weight: bold;
}
.avatar-image.active{
    border: 3px solid #ee592d;
    background: #faddd5;
}

.btn-invite{
    position: relative;
    width: calc(100% - 10px);
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
.btn-invite.icon-left{
    margin-left: 10px;
}
.btn-invite.icon-right{
    margin-right: 10px;
}
.btn-invite .six-edge{
    position: absolute;
    top: -10px;
    width: 50px;
    height: 50px;
}
.btn-invite.icon-left .six-edge{
    left: -10px;
}
.btn-invite.icon-right .six-edge{
    right: -10px;
}
.btn-invite i{
    font-size: 24px;
    line-height: 50px;
}
.btn-invite .btn-home{
    background: #798192;
    background: -moz-linear-gradient(-45deg,  #798192 0%, #8e9abb 100%);
    background: -webkit-linear-gradient(-45deg,  #798192 0%,#8e9abb 100%);
    background: linear-gradient(135deg,  #798192 0%,#8e9abb 100%);
}
.btn-invite .sms{
    background: rgb(249,192,48);
    background: -moz-linear-gradient(-45deg,  rgba(249,192,48,1) 0%, rgba(245,156,39,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(249,192,48,1) 0%,rgba(245,156,39,1) 100%);
    background: linear-gradient(135deg,  rgba(249,192,48,1) 0%,rgba(245,156,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c030', endColorstr='#f59c27',GradientType=1 );
}
.btn-invite .instagram{
    background: rgb(215,64,67);
    background: -moz-linear-gradient(-45deg,  rgba(215,64,67,1) 0%, rgba(176,73,167,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(215,64,67,1) 0%,rgba(176,73,167,1) 100%);
    background: linear-gradient(135deg,  rgba(215,64,67,1) 0%,rgba(176,73,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74043', endColorstr='#b049a7',GradientType=1 );
}
.btn-invite .whatsapp{
    background: rgb(76,173,173);
    background: -moz-linear-gradient(-45deg,  rgba(76,173,173,1) 0%, rgba(96,203,172,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(76,173,173,1) 0%,rgba(96,203,172,1) 100%);
    background: linear-gradient(135deg,  rgba(76,173,173,1) 0%,rgba(96,203,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cadad', endColorstr='#60cbac',GradientType=1 );
}
.btn-invite .telegram{
    background: rgb(64,187,250);
    background: -moz-linear-gradient(-45deg, rgba(64,187,250,1) 0%, rgba(90,219,249,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(64,187,250,1) 0%,rgba(90,219,249,1) 100%);
    background: linear-gradient(135deg, rgba(64,187,250,1) 0%,rgba(90,219,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40bbfa', endColorstr='#5adbf9',GradientType=1 );
}

.page-profile .level-box {
    width: 100%;
    max-width: 100%;
    padding: 5px 0 6px 0;
    margin-top: 0;
}
.page-profile .left-box, .page-profile .right-box{
    width: 45%;
}
.page-profile .jem-and-coin{
    background: rgba(39, 43, 60, 0.6);
    color: #fff;
    float: right;
    width: 100%;
    height: 36px;
    border-radius: 5px;
}
.jem-and-coin .half{
    width: 50%;
    float: right;
    position: relative;
}
.jem-and-coin .icon{
    width: 42px;
    height: 42px;
    position: absolute;
    top: -3px;
    left: 0;
}
.jem-and-coin .coin .icon{
    background: url(../images/svg/6edges/gem.svg);
    background-size: 100%;
}
.jem-and-coin .jem .icon{
    background: url(../images/svg/gem.svg) no-repeat;
    background-size: 90%;
    margin-top: 5px;
}
.jem-and-coin .level-box .value {
    width: calc(100% - 55px);
    color: #fff;
    margin-left: 40px;
    font-size: 15px;
    line-height: 35px;
    text-align: left;
}


.page-profile .profile-top .avatar-box{
    height: 90px;
    width: 90px;
    margin-top: 0;
    top: -76px;
    right: 0;
    left: 0;
    position: absolute;
}
.page-profile .profile-top .avatar-box .six-edge {
    width: 75px;
    height: 75px;
}
.page-profile .level-box .value-box {
    width: calc(100% - 25px);
}
.page-profile .profile-top .username {
    font: 14pt Katibeh;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.page-profile .user-id {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: bold;
}

.page-profile .invite-box{
    width: 300px;
    height: 60px;
    margin: 0 auto 12px auto;
    position: relative;
}
.page-profile .invite{
    position: relative;
    width: 100%;
    height: 60px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 6px;
    padding-right: 80px;
    line-height: 32px;
    padding-left: 5px;
    color: #fff;
    background:  #5c6ae6;
    background: url(../images/svg/bg/bg-gray-pattern.svg), -moz-linear-gradient(left,  #5c6ae6 0%, #8e59ea 100%);
    background: url(../images/svg/bg/bg-gray-pattern.svg), -webkit-linear-gradient(left,  #5c6ae6 0%,#8e59ea 100%);
    background-image: url(../images/svg/bg/bg-gray-pattern.svg), linear-gradient(to right,  #5c6ae6 0%,#8e59ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6ae6', endColorstr='#8e59ea',GradientType=1 );
}
.page-profile .bottom-links img{
    position: absolute;
    right: 0;
    height: auto;
    z-index: 3;
}
.page-profile .invite img{
    position: absolute;
    width: 110px;
    right: -28px;
    bottom: -9px;
    height: auto;
    z-index: 3;
}
.page-profile .invite img {
    width: 140px;
    right: -33px;
    bottom: -25px;
}
.page-profile .invite small {
    display: block;
    line-height: 20px;
    font-size: 11px;
}
.page-profile .btn-search-friend{
    padding: 5px 30px;
}

.user-avatars{
    margin-top: 0;
}
.user-avatars .avatar-con{
    margin-top: 40px;
}
.user-avatars .username{
    margin: 0 auto;
    text-align: center;
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-avatars .avatar-box .common, .modal-top .avatar-box .common{
    position: absolute;
    top: 6px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #41bbf9;
    background: -moz-linear-gradient(45deg,  #41bbf9 0%, #5dddfa 100%);
    background: -webkit-linear-gradient(45deg,  #41bbf9 0%,#5dddfa 100%);
    background: linear-gradient(45deg,  #41bbf9 0%,#5dddfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bbf9', endColorstr='#5dddfa',GradientType=1 );
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.user-avatars .avatar-box.has-common:before, .modal-top .avatar-box.has-common:before{
    content: "";
    position: absolute;
    top: 3px;
    right: 8px;
    width: 34px;
    height: 34px;
    z-index: 3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #ffffff;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.modal-top .avatar-box .common{
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 5;
}
.modal-top .avatar-box.has-common:before{
    top: inherit;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
}

.user-rounds{
    text-align: center;
    padding: 0 10px;
}
.user-round{
    background: #40486e;
    border-radius: 15px;
    padding: 0;
    text-align: right;
    display: block;
    padding-bottom: 10px;
    position: relative;
}
.user-round:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/svg/bg/colorful-lines.svg);
    background-size: 50%;
    opacity: 0.35;
}
.user-round .caption{
    border-radius: 0 12px 0 12px;
    background: #8593b4;
    display: inline-block;
}
.user-round .caption div{
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    padding: 2px 8px;
    float: right;
}
.user-round .title{
    background: #a4afcd;
    border-radius: 0 12px 0 12px;
}

.user-round .caption{
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    position: relative;
}
.user-round .point, .user-round .rate{
    width: 49%;
    text-align: center;
    display: inline-block;
    direction: rtl;
    font-weight: bold;
    font-size: 15px;
}
.user-round .point{
    color: #f7ab2b;
}
.user-round .rate{
    color: #51cffa;
}
.user-round .number{
    font-size: 20px;
}
.user-round i{
    font-size: 18px;
}


.average{
    border: 1px solid #ee5a2e;
    padding: 0 10px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;

}
.lesson-averages{
    margin-bottom: 30px;
}
.lesson-average>div{
    float: right;
}
.lesson-average .lesson{
    width: 60px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
}
.lesson-average .progress-box{
    width: calc(100% - 110px);
    margin: 0 5px;
    padding-top: 5px;
}
.lesson-average .percent{
    width: 40px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
.lesson-averages .progress-box .progress{
    height: 0.75rem;
    border-radius: 20px;
    background: #e9e9e9;
    background: -moz-linear-gradient(top,  #e9e9e9 0%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top,  #e9e9e9 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom,  #e9e9e9 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f7f7f7',GradientType=0 );
}
.lesson-averages .progress-box .bg-warning {
    background-color: #ea6030 !important;
    border-radius: 20px;
}

.one-forth{
    width: 95px;
    height: 95px;
    float: right;
}
.one-forth .win-box{
    height: 100%;
    width: 100%;
}
.one-forth .win-box .six-edge {
    width: 75px;
    height: 75px;
    text-align: center;
    position: relative;
    color: #513207;
}
.one-forth .win-box .six-edge.disable{
    color: #fff !important;
    background: #e7eaf1;
}
.one-forth .win-box .six-edge.disable:before{
    content: "?";
    position: absolute;
    top: 16px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 9px;
}
.one-forth .win-box .six-edge i{
    line-height: 72px;
    font-size: 24px;
    display: inline-block;
}
.user-wins .one-forth{
    margin-top: 20px;
    position: relative;
}
.user-wins .win-box .iterate{
    position: absolute;
    top: -6px;
    right: 3px;
    width: 30px;
    height: 30px;
    z-index: 3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #8996b6;
    background: -moz-linear-gradient(top, #8996b6 0%, #454f75 100%);
    background: -webkit-linear-gradient(top, #8996b6 0%,#454f75 100%);
    background: linear-gradient(to bottom, #8996b6 0%,#454f75 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8996b6', endColorstr='#454f75',GradientType=0 );
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.user-wins .win-box.has-iterate:before{
    content: "";
    position: absolute;
    top: -8px;
    right: 1px;
    width: 34px;
    height: 34px;
    z-index: 3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #ffffff;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.user-wins .win-box .six-edge:after{
    content: "";
    width: 90%;
    height: 90%;
    background: url(../images/svg/6edges/6edge-border.svg) center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    opacity: 0.2;
    margin-top: 3px;
}
.one-forth .win-box .six-edge.disable:after{
    display: none
}

.modal.show .modal-dialog {
    margin-top: 30px;
}
.modal.show .modal-dialog.modal-dialog-centered {
    margin-top: 0 !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(69, 76, 109, 0.7);
}
.modal button.close {
    font-size: 30px;
    float: left;
    top: -28px;
    position: absolute;
    text-shadow: none;
    color: #ee592d;
    opacity: 1;
    width: 30px;
    outline: none;
}
.modal-body .modal-top{
    position: relative;
    min-height: 150px;
}
.modal-body .modal-top .bg{
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 125px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #fff;
    background: url(../images/svg/bg/top-orange.svg) bottom center;
    background-size: cover;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.modal-body .modal-top .caption{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding-top: 7px;
}
.modal-top .avatar-box{
    margin-top: -12px;
}

.modal .modal-middle .username {
    font: 14pt Katibeh;
    color: #ee5b2d;
    display: block;
    margin: 0 auto 5px;
}
.modal .modal-bottom{
    padding: 0 5px;
    margin-top: 15px;
}

.friend-status-box{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    background: rgba(143, 155, 188, 0.1);
    color: #8f9bbc;
    border: 1px solid #8f9bbc;
    border-radius: 6px;
}
.friend-status-box .avatar-box {
    margin-top: 0;
}
.friend-status-box .avatar-con {
    margin-top: 0 !important;
}
/*---------------------------- Profile Pages End -----------------------------*/




/*------------------------------- Gallery Start ------------------------------*/
.galleries-box{
    margin-bottom: 30px;
    text-align: center;
}
.nav-item .nav-link svg{
    width: 20px;
    height: 20px;
    fill: #697697;
}
.nav-tabs .nav-link.active svg{
    fill: #fff;
}
.nav-item .nav-link i{
    font-size: 16px;
}

.page-gallery .gallery{
    text-align: center;
    margin: 1.2% 0.8%;
    width: 31%;
    height: auto;
    background: #f1f2f6;
    border-radius: 5px;
    overflow: hidden;
    color: #4a4e73;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.btn-new-gallery, .btn-help-modal{
    position: fixed;
    bottom: 105px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0 !important;
    background: #ee5a2e;
    color: #fff !important;
    box-shadow: 0 0 20px -1px #ee5a2e;
    z-index: 2;
}
video{
    max-width: 100%;
    height: auto;
}
.btn-new-gallery i, .btn-help-modal i{
    font-size: 24px;
    line-height: 50px;
}

.gallery-carousel-box{
    margin: 0 auto;
    max-width: 600px;
}
.gallery-top{
    min-height: 35px;
    margin-top: 15px;
}
.gallery-top .caption{
    float: right;
}
.gallery-top .likes{
    float: left;
}
.gallery-top .likes i{
    font-size: 18px;
}
#owl-main img{
    border-radius: 10px;
}
#owl-thumb img{
    border-radius: 8px;
}
#owl-thumb{
    margin-top: 30px;
    border-radius: 8px;
}
#owl-thumb.side-gradient:before{
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(52, 62, 90, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(52, 62, 90, 0.8) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(52, 62, 90, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#343e5a',GradientType=1 );
}
#owl-thumb.side-gradient:after{
    background: -moz-linear-gradient(left, rgba(52, 62, 90, 0.8) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(52, 62, 90, 0.8) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(52, 62, 90, 0.8) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343e5a', endColorstr='#00ffffff',GradientType=1 );
}
#owl-thumb.side-gradient .owl-prev {
    right: -47px;
}
#owl-thumb.side-gradient .owl-next {
    left: -47px;
}

ul.gallery-filters{
    display: block;
    text-align: center;
    margin-top: 8px;
}
ul.gallery-filters li{
    display: inline-block;
    text-align: center;
    width: calc(50% - 5px);
    vertical-align: top;
}
ul.gallery-filters li:first-child{
    margin-left: 2px;
}
ul.gallery-filters li:last-child{
    margin-right: 2px;
}
.gallery-search-box{
    height: 35px;
    overflow: hidden;
    padding: 2px 5px;
    border-radius: 0.25rem;
}
.gallery-search-box .form-control{
    border: 1px solid transparent;
    height: 30px;
    color: #767d96;
    border-radius: 5px !important;
}
.gallery-search-box .form-control:focus{
    box-shadow: none;
}
.gallery-search-box .input-group-btn button{
    padding: 0 5px;
    margin-top: -3px;
}
.gallery-search-box.btn-border{
    transition: ease 0.5s all !important;
}
.gallery-search-box .form-control::placeholder {
     /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e9cbc;
    opacity: 1; /* Firefox */
}
.gallery-search-box .form-control::-ms-input-placeholder { 
    /* Microsoft Edge */
    color: #8e9cbc;
}

#modal-filter.modal button.close {
    left: 15px;
}
#modal-filter .modal-content{
    margin-top: 50px;
    border-radius: 10px;
    min-height: 200px;
    border: none;
}
#modal-filter .modal-dialog {
    /* position: fixed; */
    /* top: auto; */
    /* bottom: 0; */
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.animate-bottom {
    position: relative;
    animation: animate-bottom 0.4s;
}
@keyframes animate-bottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}


ul.gallery-sort{
    display: block;
    text-align: center;
    margin: 10px 0;
}
ul.gallery-sort li{
    display: inline-block;
    text-align: center;
    width: 24%;
    padding: 5px;
    vertical-align: top;
    border: 1px solid #eceef3;
    color: #3f4970;
    font-weight: bold;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
ul.gallery-sort li:hover{
    border-color: #e0e2ee;
}
ul.gallery-sort li.selected{
    border-color: #3f4970;
}
ul.gallery-sort li:first-child{
    padding-right: 0;
}
ul.gallery-sort li:last-child{
    padding-left: 0;
}

ul.gallery-filter{
    display: block;
    padding: 0;
    margin: 10px 0;
}
ul.gallery-filter li{
    display: block;
    color: #4a4e73;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px;
    position: relative;
    text-align: center;
    border: 1px solid #eceef3;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
}
ul.gallery-filter:not(.inner-filter) li:after{
    font-family: fontAwesome;
    content: "\f060";
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 10px;
    transition: ease 0.2s all;
}
ul.gallery-filter li:hover{
    border-color: #e0e2ee;
}
ul.gallery-filter li:hover:after{
    color: #ee5a2e;
    left: 7px;
}
ul.gallery-filter li.disabled{
    cursor: not-allowed;
    color: #888;
    background: #ddd;
}

ul.gallery-filter li:before{
    content: "\f058";
    font-family: "fontAwesome";
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 18px;
    color: #ee5a2e;
    display: none;
}
ul.gallery-filter li.checked:before{
    display: block;
}

ul.inner-filter{
    margin-bottom: 25px;
}
.inner-filter h3{
    color: #7d8cb1;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

.gallery-posts{
    max-width: 600px;
    margin: 0 auto;
}
.gallery-post{
    width: 100%;
    margin-bottom: 30px;
}
.gallery-top-r{
    display: inline-block;
    width: calc(100% - 80px);
}
.gallery-top-l{
    width: 78px;
    float: left;
    text-align: left;
    position: relative;
}
.gallery-top-r h3{
    font-size: 14px;
    font-weight: bold;
}
.gallery-post .avatar-box{
    height: 50px;
    width: 50px;
    float: right;
    margin-top: -20px;
}
.gallery-post .avatar-box .six-edge {
    width: 44px;
    height: 44px;
}
.gallery-post .btn-semi-round{
    height: 36px;
    display: inline-block;
    background-color: #f4f5f8;
    background-size: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
}
.gallery-post a.btn-semi-round:hover, .gallery-post button.btn-semi-round:hover{
    background-color: #e0e2ee;
}
.gallery-top-l > a{
    width: 36px;
}
.gallery-top-l .btn:first-child{
    margin-right: 4px;
}
.gallery-top-l .btn-share{
    background-image: url(../images/svg/gallery/share.svg);
}
.btn-bookmark{
    background-image: url(../images/svg/gallery/bookmark.svg);
}
.btn-bookmark.clicked, .btn-bookmark.clicked:hover{
    background-color: #ffce3a !important;
}
.gallery-media{
    margin-top: 8px;
    position: relative;
    clear: both;
}
.gallery-media img.preview{
    border-radius: 8px;
}
.gallery-media .cost{
    background: rgb(72 77 109 / 90%);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 11px;
    padding: 0 15px;
}
.gallery-media .cost img{
    width: 32px;
}
.gallery-media .left-badge{
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
    padding: 6px;
    width: 32px;
    height: 32px;
    background-color: rgb(72 77 109 / 80%);
    background-size: 85% 85%;
    background-repeat: no-repeat;
    background-position: top center;
}
.gallery-media .left-badge.gold{
    background-image: url("../images/svg/gallery/gold.svg");
}
.gallery-media .left-badge.silver{
    background-image: url("../images/svg/gallery/silver.svg");
}
.gallery-media .left-badge.bronze{
    background-image: url("../images/svg/gallery/bronze.svg");
}
.page-gallery .gallery>a, .gallery-media.video a{
    display: block;
    position:relative;
}
.page-gallery .gallery.video>a:before, .page-gallery .gallery.video>a:after,
.gallery-media.video a:before, .gallery-media.video a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.page-gallery .gallery.video>a:before, .gallery-media.video a:before{
    width: 70px;
    height: 70px;
    z-index: 2;
    transition: ease 0.4s all;
    background: rgba(238, 99, 52, 0.9);
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.page-gallery .gallery.video>a:after, .gallery-media.video a:after{
    width: 21px;
    height: 26px;
    z-index: 3;
    background-image: url(../images/svg/gallery/play-white.svg);
    background-size: 100%;
    left: 3px;
    opacity: 0.9;
}
.page-gallery .gallery>a:hover:before, .gallery-media.video a:hover:before{
    background: rgb(238, 99, 52);
}
.page-gallery .gallery>a:hover:after, .gallery-media.video a:hover:after{
    opacity: 1;
}

.gallery-buttons{
    margin-top: 7px;
}
.gallery-buttons .btn-semi-round{
    padding: 1px 10px;
    font-weight: bold;
    font-size: 13px;
    color: #3f486e;
    line-height: 36px;
}
.gallery-buttons .btn-semi-round img{
    width: 30px;
    margin-top: -2px;
}
.gallery-buttons-r{
    display: inline-block;
    width: calc(100% - 150px);
}
.gallery-buttons-l{
    float: left;
    width: 145px;
    height: 36px;
    text-align: left;
}
.gallery-buttons-l .btn-semi-round:first-child, .gallery-buttons-r .btn-semi-round:first-child{
    margin-left: 3px;
}
.gallery-buttons .gallery-buttons-l .btn-semi-round {
    padding: 0 4px;
    border: 1px solid transparent;
}
.gallery-buttons .btn-semi-round.btn-like{
    background-color: #edf8f4;
}
.gallery-buttons .btn-semi-round.btn-like:hover{
    background-color: #d1f3e7;
}
.gallery-buttons .btn-semi-round.btn-dislike{
    background-color: #fceee9;
}
.gallery-buttons .btn-semi-round.btn-dislike:hover{
    background-color: #ffd9ce;
}
.btn-like.clicked {
    border-color: #5abc93 !important;
}
.btn-dislike.clicked {
    border-color: #ed5a2e !important;
}

.gallery-post h2{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
.gallery-post .excerpt{
    font-size: 13px;
}
.gallery-post .datetime{
    color: #8f9cbc;
    font-size: 12px;
    font-weight: bold;
    margin-top: -5px;
}
.page-gallery ul.platforms{
    opacity: 0;
    transition: ease-in-out 0.3s all;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 2px 5px;
    background: #fff;
    box-shadow: 0 0 20px 0 #ddd;
    z-index: 2;
    width: 120px;
    border-radius: 5px;
    text-align: center;
}
.page-gallery ul.platforms.active{
    opacity: 1;
}
.page-gallery ul.platforms li{
    display: inline-block;
    margin-left: 2px;
    width: 30px;
    height: 30px;
}
.page-gallery ul.platforms li a{
    font-size:  20px;
    background: #f4f5f8;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
}
.page-gallery ul.platforms li a:hover{
    background: #e0e2ee;
}
.page-gallery .fa-whatsapp{
    color: #66c757;
}
.page-gallery .fa-telegram{
    color: #0088cc;
}
.page-gallery .jinjet-sms{
    color: #f59c27;
}

.skip-back .vjs-icon-placeholder:before, .skip-forward .vjs-icon-placeholder:before{
    font-family: fontAwesome;
    font-size: 12px;
    line-height: 30px;
}
.skip-back .vjs-icon-placeholder:before{
    content: "\f04a";
}
.skip-forward .vjs-icon-placeholder:before{
    content: "\f04e";
}
.vjs-time-control span[aria-hidden="true"]{
    display: none;
}
/*-------------------------------- Gallery End -------------------------------*/



/*------------------------------ Plan Page Start -----------------------------*/
.page-plan{
    margin-bottom: 0 !important;
}
.rocket-box{
    width: 100px;
    height: 100px;
    z-index: 10;
    background-size: 100%;
    bottom: -120px;
    position: absolute;
    margin: 0 auto;
    right: -15px;
    left: 0;
    width: 100px;
    height: 125px;
    transition: ease-out 2s bottom;
}
.rocket-box .rocket{
    width: 100px;
    height: 100px;
    background: url(../images/svg/rocket.svg);
    background-size: 100%;
    top: -30px;
    position: relative;
    z-index: 10;
}
.rocket-box .rocket.vibration{
    animation: vibration 0.2s ease-in-out;
    animation-iteration-count: infinite;
}
.rocket-box .smoke{
    background: url(../images/svg/smoke.svg);
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    z-index: 9;
    animation: smoke 2s ease-in-out;
    animation-iteration-count: infinite;
}
.rocket-box .path{
    background: url(../images/svg/levels/circle-path.svg) repeat-y;
    position: absolute;
    top: 90px;
    height: 1000px;
    width: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.page-plan .page-main.relative{
    overflow: hidden;
    padding-bottom: 150px;
}

.semi-blink{
    animation: semi-blink 2s ease-in-out;
    animation-iteration-count: infinite;
}
.rocket-box .smoke-lg{
    width: 140px;
    height: 140px;
    opacity: 0.3;
    top: 65px;
}

.progress.vertical{
    width: 0.7rem;
    border-radius: 25px;
    position: absolute;
    left: 17px;
    top: 30px;
    background: -moz-linear-gradient(left, rgba(122,131,164,0.3) 0%, rgba(222,231,249,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(122,131,164,0.3) 0%,rgba(222,231,249,0.3) 100%);
    background: linear-gradient(to right, rgba(122,131,164,0.3) 0%,rgba(222,231,249,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807a83a4', endColorstr='#80dee7f9',GradientType=1 );
}
.progress.vertical .progress-bar{
    width: 100%;
    border-radius: 25px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent), linear-gradient(to bottom, #3ca8e8, #848df6);
    background-repeat: repeat, no-repeat;
    background-size: 2rem 2rem, cover;
    
}
.semi-blink{
    animation: semi-blink 2s ease-in-out;
    animation-iteration-count: infinite;
}

.levels .level-wrapper{
    position:relative;
    width: calc(100% - 40px);
}
.level-inner{
    height: 150px;
    width: 150px;
    text-align: center;
}
.levels .level-wrapper:nth-child(odd) .level-inner{
    float: right;
}
.levels .level-wrapper:nth-child(even) .level-inner{
    float: left;
}
.level-inner .planet{
    width: 100%;
    text-align: center;
}
.level-inner .planet img{
    width: 75px;
    height: auto;
}
.level-tooltip{
    width: 100px;
    height: 70px;
    background: url(../images/svg/levels/tooltip.svg);
    background-size: 100% auto;
    margin: 0 auto;
    color: #fff;
    display: block;
    text-align: center;
}
.lg .level-tooltip{
    width: 150px;
    background-image: url(../images/svg/levels/tooltip-lg.svg);
}
.level-tooltip .widget{
    width: 47px;
    padding: 0 1px;
    height: 70px;
    /*overflow: hidden;*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.level-tooltip .widget .icon{
    width: 100%;
    height: 40px;
    padding: 3px 0 2px 0;
}
.level-tooltip .widget .icon img{
    width: 100%;
    height: auto;
    margin: auto;
}
.level-tooltip .widget .text{
    font-size: 12pt;
    height: 25px;
    margin-top: 3px;
}
.level-tooltip .widget.avatar .text{
    font-family:  Katibeh;
}
.level-tooltip .widget .icon .avatars{
    position: relative;
}
.level-tooltip .widget .icon .avatars img{
    height: 37px;
    width: auto;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    z-index: 5;
}
.level-tooltip .widget .icon .avatars img:nth-child(2){
    transform: scale(0.8);
    top: 0;
    left: -20px;
    opacity: 0.8;
    z-index: 4;
}
.level-tooltip .widget .icon .avatars img:nth-child(3){
    transform: scale(0.7);
    top: -5px;
    left: -30px;
    opacity: 0.7;
    z-index: 3;
}
.level-tooltip .widget .icon .avatars img:nth-child(4){
    transform: scale(0.6);
    top: -10px;
    left: -40px;
    opacity: 0.6;
    z-index: 2;
}
.level-tooltip .widget .icon .avatars img:nth-child(5){
    transform: scale(0.5);
    top: -15px;
    left: -50px;
    opacity: 0.5;
    z-index: 1;
}

.ruler{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 0;
    width: 30px;
    z-index: 2;
    margin-top: 20px;
}
/*------------------------------- Plan Page End ------------------------------*/




/*------------------------------ Solitaire Start -----------------------------*/
.top-hearts{
    width: 100%;
    text-align: center;
}
.top-hearts .red-heart, .top-hearts .broken-heart {
    margin: 0 1px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 23px;
    text-align: center;
}
.red-heart{
    background: url(../images/svg/colorful/heart.svg) center center no-repeat;
}
.broken-heart{
    background: url(../images/svg/colorful/broken-heart.svg) center center no-repeat;
}
.top-hearts.lg .red-heart, .top-hearts.lg .broken-heart {
    width: 42px;
    height: 38px;
    background-size: 100% 100%;
}

.blue-tooltip{
    position: absolute;
    top: 27px;
    left: 0;
    margin: 0;
    width: 62px;
    right: -16px;
    line-height: 22px;
}
.blue-tooltip.front{
    z-index: 2;
    right: -15px;
}
.lg .blue-tooltip {
    top: 42px;
}
.lg .blue-tooltip.front {
    right: -10px;
}
.blue-tooltip .inner {
    padding: .1rem 0.1rem;
    color: #fff;
    background-color: #8f9bbc;
    border-radius: 20px;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    direction: ltr;
}
.blue-tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
    top: -5px;
    right: 0;
    left: 0;
    margin: auto;
}
.blue-tooltip .arrow:before{
    content: "";
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #8f9bbc;
    right: 0;
    left: 0;
}


.top-hearts .position{
    width: 10px;
}
.top-hearts .digit{
    top: 0 !important;
    opacity: 1 !important;
    text-align: center;
}

.top-hearts .countDiv:before, .top-hearts .countDiv:after{
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -2px;
    top: 0.2em;
    content: '';
}

.top-hearts .countDiv:after{
    top: 0.6em;
}
.top-hearts .countdownHolder{
    margin: 0 auto;
    text-align: center;
    letter-spacing: -4px;
}
.top-hearts .position{
    display: inline-block;
    height: 16px;
    overflow: hidden;
    position: relative;
    width: 8px;
}
.top-hearts .digit{
    position: absolute;
    display: block;
    text-align: center;
}
.top-hearts .countDiv{
    display: inline-block;
    width: 6px;
    height: 14px;
    position: relative;
    text-align: center;
    margin: 0 0 0 2px;
    letter-spacing: 0;
}
.top-hearts .countDiv:before, .top-hearts .countDiv:after{
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 10px;
    content: '';
}
.top-hearts .countDiv:after{
    top: 5px;
}
.top-hearts .digit:nth-child(2){
    display: none;
}
.top-hearts .countDays, .top-hearts .countDiv0, .top-hearts .countHours, .top-hearts .countDiv1 {
    display: none;
}

.select-classes{
    margin-top: 12px;
    overflow: hidden;
}
.select-class{
    border-radius: 3px;
    background: #3f486e;
    display: block;
    padding: 3px 10px;
    margin-bottom: 5px;
    float: right;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    position: relative;
}
.select-classes .select-class:nth-child(odd){
    margin-left: 10px;
}
.select-class .img{
    width: 25px;
    height: 25px;
    display: inline-block;
}
.select-class .text{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.select-classes .badge {
    position: absolute;
    top: 4px;
    left: 7px;
    padding: 0;
    width: 29px;
    height: 29px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    box-shadow: 0 2px 10px -1px #8c8c8c;
    background: #4c58d6;
}
.select-class .badge img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: 1px;
    position: relative;
    z-index: 2;
}
.select-class .badge:before{
    background: #fff;
    width: 25px;
    height: 25px;
    left: 2px;
    top: 2px;
    content: "";
    position: absolute;
    border-radius: 50px;
    z-index: 0;
    box-shadow: inset 0 2px 5px 0 #aaa;
}

.btn-help-modal{
    bottom: 20px;
}


#topics-accordion .card-header .custom-control{
    display: inline-block;
    width: calc( 100% - 42px);
}
#topics-accordion .card-link .float-left{
    font-size: 10px;
    font-weight: bold;
    width: 42px;
    cursor: pointer;
}
#topics-accordion a[aria-expanded='true'] .fa-arrow-left:before{
    content: "\f063";
}
#topics-accordion .custom-control-label{
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
}
#topics-accordion .card-header{
    background: #eef0f5;
    border: none;
    border-radius: 5px;
    padding: .5rem;
}
#topics-accordion .card-body{
    padding: 0 10px 0 0;
    border-right: 3px solid #eeeeee;
    margin: 10px 10px 0 0;
}
#topics-accordion .card-body .custom-control{
    padding: .3rem .5rem;
    background: #eef0f5;
    margin-bottom: 10px;
    border-radius: 5px;
}
.custom-checkbox.semi .custom-control-input:checked~.custom-control-label::after{
    background: #ffffff;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    font-size: 30px;
    right: 4px;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto 0;
}                                                                                                                                   
#topics-accordion .counter{
    font-size: 11px;
    font-weight: bold;
    line-height: 26px;
}

.page-solitaire-result, .page-solitaire-start, .page-plan{
    background: transparent !important;
    z-index: 2;
}
.solitaire-circles{
    position: fixed;
    background: url(../images/svg/bg/bg-gray-pattern.svg) top center;
    background-size: cover;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.1;
}
.solitaire-blue-bg{
    display: block;
    background: #394064;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/svg/pages/bg-blue.svg);
    background-size: 100%;
}

.solitaire-score{
    direction: ltr;
    font-weight: bold;
}
.solitaire-score span:first-child{
    font-size: 24pt;
}
.solitaire-score span:last-child{
    color: #b9c2d9;
    font-size: 12pt;
}
#percents-chart{
    text-align: center;
}
.page-solitaire-result svg {
    max-width: 100%;
    stroke-linecap: round;
}
.chart-item-bg, .chart-item-space {
    stroke: transparent;
}
.chart-item-green  {
    stroke: #56bdab;
    animation: progress 1s ease-out;
}
.chart-item-red  {
    stroke: #eb4544;
}
.chart-item-gray  {
    stroke: #8f9cbc;
}

.donut-chart-box{
    position: relative;
    margin: 0 auto;
    width: 300px;
}
.donut-chart-box .texts{
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: 30px auto 0 auto;
    color: #fff;
    text-align: center;
}

.solitaire-result{
    margin-top: 10px;
}
.page-solitaire-result .avatar-box{
    width: 80px;
    height: 80px;
}
.page-solitaire-result .avatar-box.has-common:before{
    display: none;
}
.page-solitaire-result .ordering{
    text-align: center;
    font-weight: bold;
    top: 20px;
    font-size: 12px;
    position: relative;
}
.page-solitaire-result .avatar-con {
    float: none; 
    display: inline-block;
}
.bottom-buttons-row{
    margin-bottom: 20px;
}
.img-heart-sm{
    display: inline-block;
    width: 20px;
    height: auto;
    margin: 0 -3px;
}

/* Start Solitaire */
.glassy-blue{
    height: 80px;
    width: 100%;
    border-radius: 50px;
    background: rgb(21 29 56 / 20%);
    margin: 50px 0;
    position: relative;
}
.solitaire-result .glassy-blue{
    margin: -20px 0 30px;
}
.glassy-blue:before{
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    top: 5px;
    right: 5px;
    content: "";
    position: absolute;
    border-radius: 50px;
    background: rgb(21 29 56 / 30%);
}

.badge.lg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background: rgb(107,117,161);
    background: -moz-linear-gradient(45deg,  rgba(107,117,161,1) 0%, rgba(125,126,228,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(107,117,161,1) 0%,rgba(125,126,228,1) 100%);
    background: linear-gradient(45deg,  rgba(107,117,161,1) 0%,rgba(125,126,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b75a1', endColorstr='#7d7ee4',GradientType=1 );
}
.modal.warning .badge.lg {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -40px;
}
.badge.lg img{
    width: 55px;
    height: 55px;
    vertical-align: middle;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.badge.lg:before{
    background: #fff;
    width: 72px;
    height: 72px;
    left: 4px;
    top: 4px;
    content: "";
    position: absolute;
    border-radius: 50px;
    z-index: 0;
    box-shadow: inset 0 2px 5px 0 #aaa;
}
.clock-and-badge{
    width: 80px;
    height: 80px;
    position: relative;
}
.clock-and-badge.absolute{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.clock-and-badge .timer{
    color: #fff;
    background: #7774f6;
    border-radius: 25px;
    height: 34px;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: -20px;
    width: 100%;
    font-weight: bold;
    direction: ltr;
}

.clock-and-badge .clock .labels {
    width: 70px;
    top: -2px;
}
.clock-and-badge .clock .labels>div{
    width: 35px;
}
.limit-clock{
    top: -8px;
    position: relative;
}
.limit-clock .position{
    display: inline-block;
    height: 100%;
    position: relative;
    width: 4px;
    font-size: 12px;
    font-weight: bold;
}
.limit-clock .digit{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
}
.limit-clock .countDays, .limit-clock .countHours, .limit-clock .countMinutes, .limit-clock .countSeconds{
    width: 40px;
    float: left;
}


.steps-box .progress-box,.steps-box .progress{
    float: left;
    border-radius: 10px 25px 25px 10px;
    
}
.steps-box .progress-box{
    background-color: rgb(206 214 241 / 20%);
    width: calc(100% - 80px);
    margin-left: 73px;
    margin-top: 27px;
    border: 2px solid #6a7086;
    height: 29px;
    position: relative;
    overflow: visible;
    z-index: 1;
}
.steps-box .progress-box:before, .steps-box .progress:before{
    content: "";
    position: absolute;
    border-radius: 0 25px 25px 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255, 0.5) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,10.5) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%);
}
.steps-box .progress:before{
    top: -2px;
}
.steps-box .progress{
    border: 2px solid rgb(197 195 241 / 60%);
    background-color: #7875f6;
    background-color: #7875f6;
    background-image: linear-gradient(-45deg ,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 2rem 2rem;
    height: 100%;
    position: relative;
    overflow: visible;
}
.steps-box .progress.absolute{
    position: absolute;
    left: 0;
    background: #5bc3ab;
    border: 2px solid #8ad0c4;
}

ul.steps{
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 72px;
    width: calc(100% - 80px);
    height: 40px;
    margin: 0;
    padding: 0;
    direction: ltr;
}
ul.steps:before{
    content: "0";
    position: absolute;
    left: 10px;
    top: -2px;
    color: #fff;
    font-weight: bold;
}
ul.steps > li{
    flex-grow: 1;
    text-align: center;
    direction: rtl;
    color: #fff;
    font-weight: bold;
}
ul.steps .jinjet-check{
    position: absolute;
    right: 10px;
    top: 32px;
    z-index: 2;
}
ul.steps .jinjet-check:after{
    content: "";
    width: 80%;
    height: 80%;
    margin: auto;
    z-index: -1;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 10%;
    left: 10%;
}

ul.steps li{
    text-align: right;
    position: relative;
}
ul.steps li .link{
    position: absolute;
    top: 0;
    right: -20px;
}
ul.steps li:last-child .link{
    right: 0;
}
ul.steps li .number{
    display: inline-block;
    width: 40px;
    text-align: center;
}
ul.steps li .chest{
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: -8px;
    background: url(../images/icons/chest.png);
    background-size: 100% 100%;
    /* margin-left: 20px; */
}
.white-tooltip {
    position: relative;
    top: 30px;
    right: -20px;
    margin: 0;
    line-height: 20px;
    text-align: center;
}
.white-tooltip.lg {
    right: -26px;
    /* right: -30px; */
}
.white-tooltip .inner {
    padding: .1rem 0.1rem;
    font-weight: bold;
    color: #3f486e;
    background-color: #fff;
    border-radius: 20px;
    font-size: 12px;
    width: 100%;
    min-width: 40px;
    display: inline-block;
    direction: ltr;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
}
.white-tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
    top: -5px;
    right: 0;
    left: 0;
    margin: auto;
}
.white-tooltip .arrow:before{
    content: "";
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff;
    right: 0;
    left: 0;
}

.btn.btn-start-solitaire{
    position: fixed;
    z-index: 9;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 13px 50px;
    width: 200px;
    font-size: 14pt;
    font-weight: bold;
    border-radius: 50px !important;
    
}
.btn-start-solitaire .icon{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 66px;
    background: url(../images/icons/power.png);
}
ul.gift-list{
    text-align: center;
}
ul.gift-list li{
    display: inline-block;
    max-width: 32%;
    width: 80px;
    padding: 3px;
    font-weight: bold;
    font-size: 16px;
}
ul.gift-list li .number{
    position: relative;
}
ul.gift-list li .number:before{
    content: "+";
    position: absolute;
    top: -35px;
    left: -10px;
    color: #555;
}
ul.gift-list li:last-child .number:before{
    display: none;
}
ul.gift-list img{
    width: 50px;
}
ul.gift-list img.icon-lg{
    width: 58px;
}
/*------------------------------- Solitaire End ------------------------------*/



/*------------------------------- Loading Start ------------------------------*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 2000;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 250px;
    height: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    box-shadow: 0 0 6px -2px #fff;
    background-size: 2rem 2rem;
}
.pace .pace-progress {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    position: absolute;
    right: 100%;
    margin-right: 0;
    width: 100%;
    top: 0;
    height: 14px;
    padding: 0;
    margin: 0;
}
.pace .pace-activity {
    position: absolute;
    width: 100%;
    height: 28px;
    z-index: 2001;
    /* box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF; */
    border-radius: 10px;
}
.pace .pace-progress {
    font-family: Katibeh;
    background-color: #323c5c;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 2rem 2rem;
}
.pace .pace-progress:after {
    display: none
}
.pace.pace-inactive {
    display: none;
}
.loading-helper{
    display: block;
    background: #ed4f26;
    position: fixed;
    z-index: 1990;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/svg/loading/bg.svg);
    background-size: 50%;
}

#loading-percentage{
    position: fixed;
    margin: auto;
    bottom: 65px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 1991;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font: 24px Katibeh;
    padding-top: 35px;
}

.loading-helper .objects{
    position: absolute;
    width: 220px;
    height: 220px;
    margin: auto;
    right: 0;
    left: 0;
    top: 150px;
    border-radius: 50%;
    background: rgba(255,255,255, 0.22);
}

.loading-helper .bg, .loading-helper .bg:before, .loading-helper #rocket, .loading-helper .planet, .loading-helper .planet2,
.loading-helper .dots, .loading-helper .border-circle, .loading-helper .jinjet{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loading-helper .bg{
    z-index: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    top: -30px;
}
.loading-helper .bg:before{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #ed5327;
}
.loading-helper #rocket{
    width: 100px;
    height: 100px;
    z-index: 10;
    background: url(../images/svg/loading/rocket.svg);
    background-size: 100%;
    top: -30px;
}
.loading-helper .dots{
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/svg/loading/dots.svg);
    background-size: 100%;
    animation: spin-inverse 20s linear;
    animation-iteration-count: infinite;
}
.loading-helper .border-circle{
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/svg/loading/border.svg);
    background-size: 100%;
    border: none;
    animation: spin 30s linear;
    animation-iteration-count: infinite;
}
.loading-helper .planet{
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    background-size: 100%;
    animation: spin-inverse 10s linear;
    animation-iteration-count: infinite;
}
.loading-helper .planet img{
    width: 18px;
    height: 18px;
    margin: -30px auto 0 auto;
    animation: spin-inverse 40s linear;
    animation-iteration-count: infinite;
}
.loading-helper .planet2{
    width: 220px;
    height: 220px;
    z-index: 3;
    background: url(../images/svg/loading/planet2.svg);
    background-size: 100%;
    animation: spin 20s linear;
    animation-iteration-count: infinite;
}
.loading-helper .jinjet{
    font: 24pt Katibeh;
    color: #fff;
    margin-top: 145px;
    text-align: center;
    z-index: 11;
    text-shadow: 0 2px 1px #545454;
}
.loading-helper #rocket.go-top{
    animation: go-top 1s ease-in;
}
/*-------------------------------  Loading End -------------------------------*/


/*------------------------------ Animation Start -----------------------------*/
@keyframes blind {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.0;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

@keyframes semi-blink {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.5;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes smoke {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0.5;
        top: 70px;
    }
    100% {
        transform: scale(0.7);
        opacity: 1;
    }
}
@keyframes vibration {
    0% {
        transform: rotate(0);
    }
    250% {
        transform: rotate(-2deg);
    }
   75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.floating {
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating {
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 20%);}
    to {-webkit-transform: translate(0, 0px);    }
}

@-moz-keyframes floating {
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 20%);}
    to {-moz-transform: translate(0, 0px);}
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin-inverse { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin-inverse { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin-inverse { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }


@-webkit-keyframes go-top {
    30% {-webkit-transform: rotate(45deg)}
    100% {-webkit-transform: rotate(45deg) translateY(-300px) translateX(-300px)}
}
@-moz-keyframes go-top {
    30% {-moz-transform: rotate(45deg)}
    100% {-moz-transform: rotate(45deg) translateY(-300px) translateX(-300px)}
}
@keyframes go-top {
    30% {transform: rotate(45deg)}
    100% {transform: rotate(45deg) translateY(-300px) translateX(-300px)}
}

@-webkit-keyframes flip-loading {
    40% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@keyframes flip-loading {
    40% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-moz-keyframes finishing {
    50% { -moz-transform: scale(1) }
    100% { -moz-transform: scale(1.2) }
}
@-webkit-keyframes finishing {
    50% { -webkit-transform: scale(1) }
    100% { -webkit-transform: scale(1.2) }
}
@keyframes finishing {
    50% { transform: scale(1) }
    100% { transform: scale(1.2) }
}

@-webkit-keyframes bernard-animation {
    0% {-webkit-transform: rotate(0) scale(0.5) translateY(300px) translateX(100px); opacity:0}
    50% {-webkit-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-webkit-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-webkit-transform:scale(0.2);opacity:0.5}
}
@-moz-keyframes bernard-animation {
    0% {-moz-transform: rotate(0) scale(0.5) translateY(300px) translateX(100px); opacity:0}
    50% {-moz-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-moz-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-moz-transform:scale(0.2);opacity:0.5}
}
@keyframes bernard-animation {
    0% {transform: rotate(0) scale(0.5) translateY(300px) translateX(100px); opacity:0}
    50% {transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {transform:scale(0.2);opacity:0.5}
}

@-webkit-keyframes remove-two-options-animation {
    0% {-webkit-transform: rotate(0) scale(0.5) translateY(300px) translateX(20px); opacity:0}
    50% {-webkit-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-webkit-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-webkit-transform:scale(0.2);opacity:0.5}
}
@-moz-keyframes remove-two-options-animation {
    0% {-moz-transform: rotate(0) scale(0.5) translateY(300px) translateX(20px); opacity:0}
    50% {-moz-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-moz-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-moz-transform:scale(0.2);opacity:0.5}
}
@keyframes remove-two-options-animation {
    0% {transform: rotate(0) scale(0.5) translateY(300px) translateX(20px); opacity:0}
    50% {transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {transform:scale(0.2);opacity:0.5}
}

@-webkit-keyframes help-animation {
    0% {-webkit-transform: rotate(0) scale(0.5) translateY(300px) translateX(-40px); opacity:0}
    50% {-webkit-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-webkit-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-webkit-transform:scale(0.2);opacity:0.5}
}
@-moz-keyframes help-animation {
    0% {-moz-transform: rotate(0) scale(0.5) translateY(300px) translateX(-40px); opacity:0}
    50% {-moz-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-moz-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-moz-transform:scale(0.2);opacity:0.5}
}
@keyframes help-animation {
    0% {transform: rotate(0) scale(0.5) translateY(300px) translateX(-40px); opacity:0}
    50% {transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {transform:scale(0.2);opacity:0.5}
}

@-webkit-keyframes two-correct-options-animation {
    0% {-webkit-transform: rotate(0) scale(0.5) translateY(300px) translateX(-100px); opacity:0}
    50% {-webkit-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-webkit-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-webkit-transform:scale(0.2);opacity:0.5}
}
@-moz-keyframes two-correct-options-animation {
    0% {-moz-transform: rotate(0) scale(0.5) translateY(300px) translateX(-100px); opacity:0}
    50% {-moz-transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {-moz-transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {-moz-transform:scale(0.2);opacity:0.5}
}
@keyframes two-correct-options-animation {
    0% {transform: rotate(0) scale(0.5) translateY(300px) translateX(-100px); opacity:0}
    50% {transform: rotate(-30deg) scale(0.9) translateY(-50px) translateX(-30px); opacity:0.9}
    75% {transform: rotate(0deg) scale(1) translateY(0) translateX(0); opacity:1}
    100% {transform:scale(0.2);opacity:0.5}
}
/*------------------------------  Animation End ------------------------------*/




/*------------------------------- Plugins Start ------------------------------*/
.flip-clock-wrapper{margin:0}
.flip-clock-label{display:none}
.flip-clock-divider{height:40px}
.flip-clock-dot.top{top:17px}
.flip-clock-dot.bottom{bottom:7px}
.flip-clock-wrapper ul {width: 24px}
.has-error .flip-clock-wrapper ul li a div div.inn{
    background-color: #f44336;
}

.swal2-modal .swal2-title {
    font-size: 16px;
    text-transform: none;
}
.swal2-content, .swal2-buttonswrapper button {
    font-family: IranSans;
}
.swal2-buttonswrapper button {
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    padding: 6px 32px !important;
    outline: none;
}
.swal2-buttonswrapper button:active, .swal2-buttonswrapper button:focus {
    outline: none;
}
.swal2-container{direction: ltr}
.swal2-modal{
    direction: rtl;
    border-radius: 0;
    border-radius: 20px;
}
.swal2-modal .swal2-styled {
    font-size: 14px;
}

.dd-handle {
    height: 36px;
}
.dd-item .btn-icon.btn-sm{
    margin-top: 2px;
}
.dd-item > button {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    outline: none;
}
#nestable-menu {
    margin: 5px 0;
}
.dd{
    max-width: 100%;
}
.dd3-content {
    min-height: 42px !important;
    margin: 0 0 5px 0;
    padding: 3px 10px 3px 40px;
    font-weight: normal;
    border: 1px solid #ccc;
    background: #f5f5f5;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.dd3-content {
    height: auto;
}
.dd3-content:hover {
    color: #000;
}
.dd3-handle{
    height: 100%;
    background: #f5f5f5;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #ccc;
    padding: 0 18px;
}
.dd3-handle:before {
    content: "\f047";
    font-family: fontAwesome;
    top: 10px;
    font-size: 18px;
    color: #333;
}
.table.table-inner{
    margin-bottom: 0;
    background: transparent;
    max-width: none;
    width: 100%;
    min-width: 600px;
    /* border: 1px solid transparent; */
}
.table.table-inner>tbody>tr>td{
    width: 33%;
    border-top: 1px solid transparent;
}
.table.table-inner>tbody>tr:last-child>td{
    border-bottom: 1px solid transparent;
}
.select2{max-width: 100%}
.select2-dropdown,
.select2-container--default .select2-selection--single{
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single.curve{
    border-radius: 4px !important
}
.select2-container--default .select2-selection--single.round{
    border-radius: 25px !important
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 0 !important;
    border: solid #aaaaaa 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #efefef;
}
.select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px;
}
.select2-selection {
    min-height: 34px !important;
}
.font-xs .select2 {
    font-size: 9pt !important;
}
.font-sm  .select2-results__option{
    font-size: 9pt !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #eae7e7;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8b8b8b;
}
.select2-container--default .select2-blue.select2-selection--single {
    background-color: rgba(152, 161, 197, 0.5) !important;
}
.select2-container--default .select2-blue.select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
.select2-container--default .select2-blue.select2-selection--single .select2-selection__arrow b {
    border-color:  #fff transparent  transparent transparent;
}
.select2-container--default.select2-container--open .select2-blue.select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.MathJax {
    font-size: 1.3em !important;
}

.just-seconds .jst-hours, .just-seconds .jst-minutes{
    display: none;
}

.lightbox .lb-outerContainer{
    background: transparent;
}
.lightbox .lb-image {
    border-radius: 10px;
    border: none;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: alpha(Opacity=75);
    opacity: 0.75;
    top: 47%;
    position: absolute;
    z-index: 2;
}
.lb-nav a.lb-prev{
    background-image: url(../plugins/lightbox/images/prev.png);
    left: 0;
}
.lb-nav a.lb-next {
    background-image: url(../plugins/lightbox/images/next.png);
    right: 0;
}

.introjs-helperLayer {
    background: transparent !important;
}
.introjs-button {
    font: 12px IranSans;
    padding: .4em .8em;
}
.introjs-overlay {
    background: rgb(42, 54, 85) !important;
}
.introjs-tooltip {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}
.introjs-tooltip .introjs-button{
    color: #111 !important;
}
.introjs-tooltip .introjs-button.introjs-disabled{
    color: #bbb !important;
}
.introjs-arrow{
    display: none !important;
}
@media (max-width: 576px) {
    .introjs-tooltipReferenceLayer{
        position: fixed !important;
        top: 100px !important;
        width: 90% !important;
        left: 0 !important;
        right: 0 !important;
    }
    .introjs-helperNumberLayer{
        left: 0 !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.ajax-upload-dragdrop{
    display:none
}
.ajax-file-upload-statusbar{
    width: 100% !important;
}
.ajax-file-upload-preview{
    display: none;
}
.ajax-file-upload-delete{
    display: none;
}
.ajax-file-upload-statusbar img{
    display: none !important;
}
.ajax-file-upload-delete{
    display: none !important;
}
.ajax-file-upload-bar {
    background-color: #ee5a2e;
}
.ajax-file-upload-statusbar {
    border: none;
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover, .js-focus-visible .vjs-menu li.vjs-selected:hover {
    background-color: #1a1a1aa6;
    color: #ffffff;
}
.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    border: 0.06666em solid #fff;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 50%;
    transition: ease 0.4s all;
  }
/*------------------------------- Plugins End --------------------------------*/




/*-------------------------------- Pages Start -------------------------------*/
.page img, .modal-body img{
    max-width: 100%;
    height: auto;
}
h1.top-caption, h2.top-caption{
    font: 16pt Katibeh;
    text-align: center;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    margin-top: -15px;
    text-shadow: 0 2px 0 #333;
}
h1.top-caption.up{
    top: -15px;
}
.top-caption img{
    width: 50px;
    height: auto;
}
.page-top .up2 {
    position: relative;
    top: -30px;
}
.page-shop .page-top .up2 {
    top: -40px;
}
h2.sub-title{
    margin: 0;
    text-align: center;
    position: relative;
    color: #fff;
    top: -8px;
    font-weight: bold;
}
.inner-page{
    background: url(../images/svg/bg/bg-white.svg);
    background-size: 60%;
    color: #3f486e;
    position: relative;
    min-height: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.inner-page .page-top .bg{
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url(../images/svg/bg/top-orange.svg) bottom center;
    background-size: cover;
    z-index: 0;
}
.inner-page .page-top .bg.bg-blue{
    background: url(../images/svg/bg/top-blue.svg) bottom center;
    background-size: cover;
}
.inner-page .page-top .bg.lg{
    height: 250px;
}
.inner-page .page-top .bg.bg-blue.lg{
    background: url(../images/svg/bg/top-blue-lg.svg) bottom center;
    background-size: cover;
}
.inner-page .page-bottom{
    margin-top: 140px !important;
    position: relative;
}
.inner-page.master .page-bottom{
    margin-top: 160px !important;
}

.page-cooperation .widgets-box{
    display: block;
    text-align: center;
}
.page-cooperation .widget{
    padding: 5px 3px;
    margin: 5px;
    width: 150px;
    height: 150px;
    background: #f1f2f6;
    display: inline-block;
    border-radius: 8px;
    color: #4a4e73;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
}
.page-cooperation .widget a{
    display: block;
}
.page-cooperation .widget i, .page-cooperation .widget i span:before{
    color: #ee5a2e;
}
.jinjet-cash .path4:before, .jinjet-cash .path5:before, .jinjet-cash .path6:before, .jinjet-cash .path7:before, .jinjet-cash .path8:before, .jinjet-cash .path11:before{
    color: #f1f2f6 !important;
}
.page-cooperation .widget i{
    font-size: 24pt;
    display: inline-block;
    margin-top: 35px;
}
.page-cooperation .widget h3{
    margin-top: 15px;
    font-size: 11pt;
    font-weight: bold;
}

.page-faq .card-header {
    padding: 5px 15px;
}
.page-faq .card-header h2{
    font-size: 9pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.page-faq .card-body {
    padding: 0.5rem;
}
.has-arrow .card-header a{
    padding: 5px 0 5px 25px;
    display: block;
    position: relative;
}

.has-arrow .card-header a:before{
    content: "\e900";
    position: absolute;
    z-index: 1;
    top: 4px;
    left: -1px;
    width: 20px;
    height: 20px;
    color: #8f9bbc;
    font: 12pt jinjet;
    transition: ease 0.3s all;
    transform: rotate(270deg);
}
.has-arrow .card-header a.collapsed:before{
    transform: rotate(180deg);
}

.gray-page-top{
    width: 100%;
    display: block;
    position: relative;
}
.gray-page-top .caption{
    background: #eff0f5;
    color: #3f486e;
    font-size: 15px;
    text-align: center;
    width: calc(100% - 62px);
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}
.gray-page-top .btn{
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 1px;
    line-height: 24px;
    background: transparent;
    color: #3f486e;
    top: 0;
}
.gray-page-top .btn-prev{
    right: 0;
}
.gray-page-top .btn-next{
    left: 0;
}

.file-input{
    background: #eff0f5;
    border: 2px dashed #e0e2ee;
    border-radius: 8px;
    max-width: 100%;
    width: 400px;
    min-height: 200px;
    margin: 15px auto;
    position: relative;
}
.file-input-box .texts{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: auto;
}
.file-input-box .texts{
    color: #8f9bbc;
    font-size: 15px;
    font-weight: bold;
}
.file-input-box .texts i{
    color: #ee5a2e;
    font-size: 32px
}
.file-input-box input[type="file"]{
    display: none;
}

.notifications{
    margin: 20px 0 30px;
}
.notification{
    margin-bottom: 8px;
    position: relative;
    border-radius: 5px;
    background: #eff0f5;
    border: 1px solid #eff0f5;
    padding: 5px 10px;
    font-size: 13px;
}
.notification.orange{
    border-color: #ee5a2e;
}
.notification.orange:before{
    content: "";
    position: absolute;
    top: -7px;
    right: -7px;
    width: 15px;
    height: 15px;
    background: #ed503e;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.notification .action{
    font-weight: bold;
}
.notification .action i, .notification .action img{
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.notification .action i{
    font-size: 16px;
}
.notification .date{
    color: #7d89aa;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 5px;
}
.notification .description{
    width: 100%;
}

.video-responsive{
    width: 100%;
    height: auto;
}
.vouchers .voucher-box{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    background: rgba(143, 155, 188, 0.1);
    color: #8f9bbc;
    border: 1px solid #8f9bbc;
    border-radius: 6px;
}
.invalid{
    border-bottom: 1px solid #ff0000 !important;
}
.user-info{
    cursor: pointer;
}

/* Lobby */
.page-start .btn .caption{
    font-size: 15px;
}
.league-right{
    display: inline-block;
}
.league-left{
    width: 100px;
    float: left;
}
.page-start .img-icon{
    width: 64px;
    height: 64px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.page-start .btn-white{
    display: inline-block;
    padding: 10px 7px;
    margin-right: 25px;
}
.league-left{
    float: left;
    width: 75px;
    text-align: center;
}
.league-left .time-caption{
    font-size: 11px;
    font-weight: normal;
    margin-top: 3px;
}
.btn.svg-violet-gradient, .btn.svg-green-gradient{
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
}
.solitaire-right{
    display: inline-block;
}
.solitaire-left{
    float: left;
}

ul.badges{
    position: absolute;
    top: 12px;
    left: 7px;
    direction: ltr;
    padding: 0;
}
ul.badges li{
    width: 55px;
    height: 55px;
    display: inline-block;
    position: relative;
    left: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    box-shadow: 0 2px 10px -1px #8c8c8c;
    background: #848ad1;
    background: -moz-linear-gradient(top,  #848ad1 0%, #5b6397 100%);
    background: -webkit-linear-gradient(top,  #848ad1 0%,#5b6397 100%);
    background: linear-gradient(to bottom,  #848ad1 0%,#5b6397 100%);
}
ul.badges li:nth-child(2){
    left: -15px;
    z-index: 2;
}
ul.badges li:nth-child(3){
    left: -30px;
    z-index: 3;
}
ul.badges li img{
    width: 40px;
    height: auto;
    vertical-align: middle;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}
ul.badges li:before{
    background: #fff;
    width: calc(100% - 6px);
    left: 3px;
    right: 3px;
    top: 3px;
    content: "";
    position: absolute;
    height: calc( 100% - 6px);
    border-radius: 50px;
    z-index: 1;
    box-shadow: inset 0 2px 5px 0 #aaa;
}

/* Daily Gift*/
.col-4.p-xs {
    padding-right: 3px !important;
    padding-left: 3px !important;
    margin-bottom: 8px;
}
.daily-gift-box{
    background: rgb(21 29 56 / 50%);
    border-radius: 8px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.daily-gift-box.selected {
    background: rgb(255 255 255 / 10%);
    box-shadow: inset 0 0 0px 2px #fff;
}
.daily-gift-box .inner-box{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
}
.daily-gift-box .chest img{
    max-width: 100%;
    transition: ease-out 0.1s all;
}
.daily-gift-box:hover .chest img{
    transform: translateY(-5px);
}
.daily-gift-box:active .chest img{
    transform: scale(0.8);
}
.daily-win{
    text-align: center;
}
.daily-gift-box .text-warning, ul.gift-list .text-warning{
    color: #f7b02f !important;
}
.gift-number{
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.daily-win .svg-icon{
    width: 60px;
    margin: 0 auto;
}
.daily-win .svg-icon.lg{
    width: 68px;
    margin-top: -4px;
}
.page-ads{
    position: relative;
    z-index: 2;
}
.page-view-ads .main-menu{
    z-index: 3 !important;
}
.page-view-ads #btn-open-sidebar, .page-view-ads ul.left-menu{
    display: none;
}
.ads-vdeo-box{
    background: rgb(21 29 56 / 50%);
    border-radius: 8px;
    vertical-align: middle;
    padding: 10px 10px 2px;
    margin-bottom: 20px;
    position: relative;
    background: rgb(255 255 255 / 10%);
    box-shadow: inset 0 0 0px 2px #fff;
}
.ads-vdeo-box video{
    border-radius: 4px;
    padding: 0;
    margin: 0;
}
.page-ads .svg-violet-gradient{
    background-size: auto;
    height: 80px;
    overflow: hidden;
    border-radius: 40px;
}
/*-------------------------------- Pages End ---------------------------------*/



/*---------------------------- Login Pages Start -----------------------------*/
.inner-page.blue-theme{
    padding-top: 70px;
    margin-top: -70px;
    background-size: 40%;
}
.blue-theme .bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/svg/bg/bg-blue.svg);
    background-size: 40%;
}
.blue-theme .bg:before{
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(63, 72, 110, 0.8);
}
.inner-page.blue-theme .page-top{
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
}

.logo-box{
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
}
.logo-box .objects{
    position: absolute;
    width: 140px;
    height: 140px;
    margin: auto;
    right: 0;
    left: 0;
    top: 20px;
    border-radius: 50%;
}

.logo-box .bg, .logo-box .bg:before, .logo-box #rocket, .logo-box .planet, .logo-box .planet2,
.logo-box .dots, .logo-box .border-circle, .logo-box .jinjet{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.logo-box .bg{
    z-index: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 0;
    background: none;
}
.logo-box .bg:before{
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #222222;
}
.logo-box #rocket{
    width: 50px;
    height: 50px;
    z-index: 10;
    background: url(../images/svg/loading/rocket.svg);
    background-size: 100%;
    top: -30px;
}
.logo-box .dots{
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/svg/loading/dots-orange.svg);
    background-size: 100%;
    animation: spin-inverse 20s linear;
    animation-iteration-count: infinite;
}
.logo-box .border-circle{
    width: 92%;
    height: 92%;
    z-index: 2;
    background: url(../images/svg/loading/border-blue.svg);
    background-size: 100%;
    border: none;
    animation: spin 30s linear;
    animation-iteration-count: infinite;
}
.logo-box .planet{
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    background-size: 100%;
    animation: spin-inverse 10s linear;
    animation-iteration-count: infinite;
}
.logo-box .planet img{
    width: 12px;
    height: 12px;
    margin: -30px auto 0 auto;
    animation: spin-inverse 40s linear;
    animation-iteration-count: infinite;
}
.logo-box .planet2{
    width: 92%;
    height: 92%;
    z-index: 3;
    background: url(../images/svg/loading/planet2.svg);
    background-size: 100%;
    animation: spin 20s linear;
    animation-iteration-count: infinite;
}
.logo-box .jinjet{
    font: 18pt Katibeh;
    color: #fff;
    margin-top: 75px;
    text-align: center;
    z-index: 11;
    text-shadow: 0 2px 1px #545454;
}

.blue-theme .form-control{
    color: #fff;
    background: rgba(152, 161, 197, 0.5);
    border: none;
}
.centered-form{
    margin: 50px auto;
    width: 50%;
    min-width: 220px;
    font-size: 13px;
}
.blue-theme ::-webkit-input-placeholder {color:#ddd}
.blue-theme :-ms-input-placeholder {color:#ddd}
.blue-theme ::placeholder {color:#ddd}

.blue-theme #minutes, .blue-theme #seconds{
    display: inline-block;
    width: 20px;
}
#txt-verify{
    font-size: 18pt;
    font-weight: bold;
    padding: 3px;
    height: inherit;
    letter-spacing: 15px;
}
#btn-resend-sms{
    color: #a1adcd;
    font-size: 12px;
    font-weight: bold;
}

.login-profile-wrapper{
    padding: 0 8px;
}
.page-login-profile .custom-control {
    color: #fff;
    font-size: 12px;
}
.page-login-profile .custom-control-label::before {
    background-color: rgba(152, 161, 197, 0.5);
}
.login-profile-wrapper .half{
    margin-bottom: 10px;
}
.login-profile-wrapper .half.active{
    color: #ee5a2e;
}

.personal-info{
    color: #a0accb;
}
.select-avatar{
    text-align: left;
}

.step-caption{
    font-size: 14px;
    font-weight: bold;
    color: #a0accb;
}
.step-circle{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: rgba(105, 122, 166, 0.5);
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    margin-left: 4px;
    color: #a0accb;
    position: relative;
    line-height: 34px;
}
.active .step-circle, .active .step-caption{
    color: #ee5a2e;
}
.step-circle:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}
.personal-info .step-circle:before{
    width: 18px;
    height: 32px;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    border: 2px solid #a0accb;
    border-left: 0;
    right: 0;
}
.select-avatar .step-circle:before{
    width: 18px;
    height: 32px;
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
    border: 2px solid #a0accb;
    border-right: 0;
    left: 0;
}
.active .step-circle:before{
    border-color: #ee5a2e;
}
.blue-theme .btn-warning.btn-block{
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-white{
    color: #3f4970 !important;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
}
/*----------------------------- Login Pages End ------------------------------*/



/*--------------------------- Tutorial Pages Start ----------------------------*/
.deactive{
    /* filter: grayscale(0.9); */
    filter: brightness(0.45);
    pointer-events: none;
}
.fixed-mobile-menu a.item.deactive{
    opacity: 0.2
}
.tutorial-tooltip{
    max-width: 100%;
    border-radius: 15px;
    background: #fff;
    color: #3f486e;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    right: 0;
    left: 0;
    width: 300px;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    border: 3px solid #eee;
}
.fixed-mobile-menu .tutorial-tooltip{
    bottom: 120px;
}
.tutorial-tooltip.fixed{
    bottom: 130px;
    position: fixed;
}
.tutorial-tooltip:before{
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    left: 0;
    border: solid 10px white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    width: 20px;
    margin: 0 auto;
}
.tutorial-tooltip.heart{
    margin-top: 10px;
}
.tutorial-tooltip.top-arrow:before{
    border: solid 10px white;
    border-right-color: transparent;
    border-top-color: transparent;
    bottom: inherit;
    top: -15px;
    right: -20px;
}
.tutorial-tooltip.save-question{
    right: 6px;
    left: auto;
}
.tutorial-tooltip.save-question:before{
    border: solid 10px white;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: inherit;
    top: -15px;
    right: 10px;
    left: inherit;
}
.tutorial-tooltip.btn-next{
    right: inherit;
    top: -125px;
    left: 17px;
    font-size: 16px;
    width: 250px;
}
.tutorial-tooltip.btn-next:before{
    left: 10px;
    right: inherit;
}

.tutorial-tooltip.fixed.quiz-options{
    bottom: 90px;
    width: 90%;
}
.tutorial-tooltip.fixed.step1:before{
    right: -80%;
}
.tutorial-tooltip.fixed.step2:before{
    right: -30%;
}
.tutorial-tooltip.fixed.step3:before{
    left: -30%;
    border: solid 10px white;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.tutorial-tooltip.fixed.step4:before{
    left: -80%;
    border: solid 10px white;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.tutorial-tooltip.fixed.step5:before{
    right: 0;
    left: 0;
}

.tutorial-tooltip.quiz-options .hints div{
    display: none;
}
.tutorial-tooltip.quiz-options.step1 .hints div:nth-child(1){
    display: block;
}
.tutorial-tooltip.quiz-options.step2 .hints div:nth-child(2){
    display: block;
}
.tutorial-tooltip.quiz-options.step3 .hints div:nth-child(3){
    display: block;
}
.tutorial-tooltip.quiz-options.step4 .hints div:nth-child(4){
    display: block;
}
.tutorial-tooltip.quiz-options.step5 .hints div:nth-child(5){
    display: block;
}

.arrow-bottom{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 70px;
    width: 32px;
}
.arrow-bottom i{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    font-size: 24pt;
    color: orange;
    animation: blind 1s ease-in-out;
    animation-iteration-count: infinite;
}
.arrow-bottom i:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    left: 0;
    margin: auto;
    width: 60px;
    height: 6px;
    background: orange;
    border-radius: 4px;
}
@media(min-width: 768px){
    .tutorial-tooltip.fixed.quiz-options {
        width: 30%;
        margin: 0;
    }
    .tutorial-tooltip.fixed.step1{
        right: 10%;
    }
    .tutorial-tooltip.fixed.step2{
        right: 25%;
    }
    .tutorial-tooltip.fixed.step3{
        right: 40%;
    }
    .tutorial-tooltip.fixed.step4{
        right: 60%;
    }
    .tutorial-tooltip.fixed.step5{
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
/*---------------------------- Tutorial Pages End -----------------------------*/



/*------------------------------- Footer Start -------------------------------*/
.fixed-mobile-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 70px;
    z-index: 3;
    background: #fff;
    transition: ease 1s all;
}
.fixed-mobile-menu.go-down{
    bottom: -100%;
    opacity: 0;
}
.fixed-mobile-menu a.item {
    color: #8e9cbb;
    font-size: 12px;
    float: right;
    width: 19%;
    text-align: center;
    position: relative;
    margin-top: 4px
}
.fixed-mobile-menu a.item:hover{
    color: #ee5a2e !important;
}
.fixed-mobile-menu a.item span{
    display: block;
    font: 14pt Katibeh;
}
.fixed-mobile-menu a.item.middle {
    width: 24%;
    margin-top: -20px;
}
.fixed-mobile-menu a.item.middle.active span{
    line-height: 20px;
}
.fixed-mobile-menu a.item i {
    width: 100%;
    font-size: 24px;
    margin-top: -12px
}
.fixed-mobile-menu a.item.middle i{
    color: #fff;
    line-height: 60px;
}
.fixed-mobile-menu a.item.middle i:before {
    height: 54px;
    width: 54px;
    display: inline-block;
    transition: ease 0.4s all;
    background: #798192;
    background: -moz-linear-gradient(-45deg,  #798192 0%, #8e9abb 100%);
    background: -webkit-linear-gradient(-45deg,  #798192 0%,#8e9abb 100%);
    background: linear-gradient(135deg,  #798192 0%,#8e9abb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#798192", endColorstr="#8e9abb",GradientType=1 );
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.fixed-mobile-menu a.item.active,.fixed-mobile-menu a.item.active i {
    color: #ee5a2e
}

.fixed-mobile-menu a.item.middle:hover i:before, .fixed-mobile-menu a.item.middle.active i:before {
    background: #f19024;
    background: -moz-linear-gradient(45deg,  #f19024 0%, #ed552f 100%);
    background: -webkit-linear-gradient(45deg,  #f19024 0%,#ed552f 100%);
    background: linear-gradient(45deg,  #f19024 0%,#ed552f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19024', endColorstr='#ed552f',GradientType=1 );
}
.fixed-mobile-menu a.item.middle.active i{
    color: #fff;
}

.fixed-mobile-menu .bg{
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    overflow: hidden;
}
.fixed-mobile-menu .bg:before{
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    left: -100%;
    height: 500px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 20px -2px #ffc0c8;
}

.quiz-footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    z-index: 3;
    background: #3f486e;
    transition: ease 1s all;
    padding: 0 20px;
    /* overflow: hidden; */
}
.quiz-footer .bg{
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 0;
    overflow: hidden;
}
.quiz-footer .bg:before{
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    left: -100%;
    height: 500px;
    background: #3f486e;
    z-index: 99;
    border-radius: 50%;
}
.quiz-footer .item{
    float: right;
    width: 25%;
    position: relative;
}
.quiz-footer .item .cost{
    position: absolute;
    top: -15px;
    left: calc(50% - 50px);
    background: url(../images/svg/6edges/cost.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    color: #805700;
    font-weight: bold;
    z-index: 100;
}
.quiz-footer .item img{
    width: 58px;
    height: 58px;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
}
.quiz-footer .item span{
    display: block;
    color: #ccd2e1;
    font: 16px Katibeh;
    text-align: center;
    line-height: 16px;
}
.quiz-footer.introjs-fixParent{
    z-index: 9999999 !important;
}
.introjs-tooltiptext{
    font-size: 12px;
    line-height: 16px;
}
.introjs-bullets ul{
    margin-top: 0 !important;
}
.introjs-bullets {
    height: 17px;
}
/*--------------------------------  Footer End  ------------------------------*/



/*----------------------------- Responsive Start -----------------------------*/
@media(min-width: 1199px){
    #side-menu .links a {
        margin-left: 0px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 992px){
    .home-bottom .notice .text{
        min-height: 40px;
    }
}
@media (max-width: 991px){
    .loading-helper{
        background-size: cover;
    }
    .page-start .buttons .btn{
        margin-bottom: 10px;
    }
}/* 991px */
@media (min-width: 768px){
    .md-x2 .option-box{
        width: calc(50% - 15px);
        margin-right: 10px;
    }
    .md-x2 .option-box:nth-child(odd){
        margin-right: 0;
        margin-left: 10px;
    }
    .md-x2 .option-box:nth-child(even){
        box-shadow: -3px 4px 0px 0 #d0d6e2;
        padding-right: 5px;
        padding-left: 35px;
    }
    .md-x2 .option-box:nth-child(even) .number{
        right: inherit;
        left: -8px;
    }
    .strict{
        max-width: 768px;
    }
    .start-end>div i {
        right: -15px;
    }
    .top-winners .second {
        right: 40%;
        left: inherit;
    }
    .top-winners .third {
        right: inherit;
        left: 40%;
    }

    .gift-number {
        bottom: 40px;
    }
}/* 768px */
@media (min-width: 768px) and (max-width: 991px){

}
@media (min-width: 768px) and (max-width: 850px){

}
@media (max-width: 767px){
    .fixed-mobile-menu a.item span{
        font-size: 10pt;
    }
    .fixed-mobile-menu a.item.active span{
        font-size: 13pt;
    }
    .inner-page .page-bottom{
        margin-top: 120px !important;
    }
    .home-bottom{
        margin-top: -140px;
        padding-top: 70px;
        min-height: 150px;
    }
    .start-end>div .date{
        display: inline-block;
    }
    .page-start .btn-clock-container > a > span{
        display: inline-block;
        margin: 0 10px;
    }
    .page-start .btn-clock-container .clock{
        display: inline-block;
        margin: 0;
    }
    .progress.vertical{
        left: 0;
    }
    .ruler {
        left: 5px;
        font-size: 11px;
    }
    .daily-win .svg-icon {
        margin-top: 10px;
    }
    .daily-win .svg-icon.lg {
        margin-top: 6px;
    }
    .gift-number {
        bottom: 15px;
    }
}/* 767px */
@media (min-width: 576px) and (max-width: 767px){
    .inner-page .page-bottom {
        margin-top: 140px !important;
    }
}
@media (min-width: 520px) and (max-width: 767px){
    .quiz-top>.bg {
        height: 340px;
    }
}

@media (max-width: 600px){
    .stars, .circles{
        background-size: cover;
    }
    .stars.sm-mini, .circles.sm-mini{
        background-size: 60%;
    }

    .page-quiz{
        background: url(../images/svg/bg/bg-white.svg);
        background-size: 70%;
    }
    .inner-page .page-top .bg{
        top: -70px;
        height: 200px;
    }
    .inner-page.master .page-bottom {
        margin-top: 110px !important;
    }
    .current-challenge {
        margin-top: -10px;
    }
}
@media (min-width: 576px) {
    .inner-page.blue-theme .page-bottom {
        margin-top: 50px !important;
    }
    #owl-thumb.side-gradient.owl-theme .owl-nav [class*=owl-] {
        text-align: center;
    }
    body.pace-done .loading-helper{
        animation: fadeOut 1s ease-in !important;
    }
    .winners-box, .page-challenge-competitors .scores {
        margin-right: calc( 50% - 250px );
        width: 500px;
    }
    .modal-sm {
        max-width: 350px;
    }
}
@media (max-width: 575px) {
    .for-buy div:first-child{
        font-size: 16px;
        margin-top: 5px;
    }
    .for-buy li {
        display: inline-block;
        width: 130px;
        height: 100px;
    }
    .one-forth, .avatar-con{
        width: 25%;
        height: 25%;
    }
    .blue-theme .bg{
        background-size: 100%;
    }
    .round-link .title {
        font-size: 9pt !important;
    }
    #rounds-carousel .owl-next {
        left: -12px;
    }
    #rounds-carousel .owl-prev {
        right: -12px;
    }
    .week-days .day {
        height: auto;
        line-height: 30px;
        text-indent: 5px;
    }
    .bottom-buttons-row{
        margin-top: 30px;
    }
    
    .level-tooltip {
        width: 90px;
    }
    .level-inner {
        width: 100px;
    }
    .lg .level-tooltip, .level-inner.lg {
        width: 120px;
    }
    .level-tooltip .widget {
        width: 37px;
    }
    .level-tooltip .widget .icon {
        height: 34px;
    }
    .level-tooltip .widget .text{
        height: 20px;
        font-size: 11pt;
        margin-top: 5px;
    }
    .level-tooltip, .level-tooltip .widget{
        height: 60px;
    }
    .score .rate {
        font-size: 16px;
    }
    .glassy-blue {
        margin: 20px 0 40px 0;
    }
    .solitaire-result .glassy-blue{
        margin: 30px 0;
    }
    ul.gallery-sort li {
        width: 24%;
        font-size: 13px;
    }
}
@media (min-width: 480px) {
    .top-winners .second {
        right: 50%;
        left: inherit;
    }
    .top-winners .third {
        right: inherit;
        left: 50%;
    }
}
@media (max-width: 480px) {
    .inner-page .page-bottom{
        margin-top: 90px !important;
    }
    .inner-page .page-bottom.low-margin{
        margin-top: 50px !important;
    }
    .inner-page .page-bottom.low-margin {
        margin-top: 50px !important;
    }
    .inner-page.page-fight-competitors .page-bottom.md-lower-margin{
        margin-top: 0 !important;
    }
    .quiz-footer {
        padding: 0 5px;
    }
    .for-buy li {
        display: inline-block;
        width: 30%;
        margin: 1%;
        height: 100px;
    }
    .for-buy .price {
        width: 85px;
        font-size: 13px;
    }
    .for-buy div:first-child {
        font-size: 14px;
    }

    .friend-status-box {
        padding: 5px 10px 10px 10px;
    }
    .friend-status-box .friend-info {
        line-height: 22px;
        padding-top: 5px;
    }
    .friend-status-box .btn {
        padding: 5px;
        font-size: 12px;
    }
}
@media (max-width: 456px){
    .vjs-playback-rate, .vjs-remaining-time.vjs-time-control{
        display: inline-block !important;
    }
    .video-js .vjs-control {
        width: 3em;
    }
    
}
@media (min-width: 420px) and (max-width: 480px){
    .current-challenge {
        margin-top: 30px;
    }
}
@media (max-width: 420px) {
    .inner-page .page-bottom{
        margin-top: 60px !important;
    }
    .inner-page.page-login-profile .page-bottom{
        margin-top: 0 !important;
    }
    .quiz-footer .item span{
        font: 15px Katibeh;
    }
    .inner-page .page-top .bg{
        top: -120px;
        height: 200px;
    }
    .inner-page .page-top .bg.bg-blue{
        top: -115px;
    }
    .inner-page.master .page-bottom {
        margin-top: 70px !important;
    }
    .inner-page .page-top .bg.bg-blue.lg{
        height: 250px;
    }
    .page-top .up2 {
        top: -35px;
    }
    .page-shop .page-top .up2 {
        top: -45px;
    }
    .page-nav{
        line-height: 30px;
    }
    .page-nav .btn{
        width: 80px;
        padding: 6px 2px;
        font-size: 12px;
        font-weight: bold;
    }
    .question-location{
        font: 16px Katibeh;
        width: calc(100% - 160px);
    }
    .inner-page .page-bottom.low-margin{
        margin-top: 30px !important;
    }
    .round-link .title {
        font-size: 11pt;
        margin-top: 3px;
    }
    .round-link .date {
        font-size: 10px;
        line-height: 16px;
    }
    .coin-preview{
        min-height: 110px;
    }
    .home-top .btn-invite.icon-right{
        padding-right: 26px !important;
    }
    .home-top .btn-invite.icon-left{
        padding-left: 26px !important;
    }
    .buy-fight .title span {
        font: 12pt Katibeh;
        margin: 0 -5px 0 5px;
    }
    .buy-fight .award>div {
        width: calc(100% - 7px);
    }
    .buy-fight .award .number {
        font-size: 13px;
    }
    .start-end {
        width: 90%;
        margin-right: 5%;
    }
    .start-end>div span{
        font-size: 9px;
    }
    .start-end>div span.date{
        font-size: 11px;
    }
    .inner-point {
        margin-left: 10px;
        font-size: 11px;
    }
    .page-challenge-competitors .clock{
        margin-top: -5px;
    }
    .page-start .img-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .league-left .time-caption {
        margin-top: 0px;
    }
    .page-start .buttons .btn{
        height: auto;
        padding: 7px;
    }
    .page-start .btn-white {
        padding: 9px 6px;
        margin-right: 15px;
        font-size: 12px;
    }
    ul.badges li {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
    .page-start .img-icon {
        margin-left: 4px;
    }
    .page-start.page-ads .img-icon {
        margin-top: 7px;
    }
    ul.badges li img {
        margin-top: 5px;
    }
    ul.steps {
        top: 5px;
    }
    ul.steps:before {
        left: 5px;
    }
    ul.steps li .chest {
        width: 30px;
        height: 30px;
        margin-top: -8px;
    }
    ul.steps li .number {
        width: 30px;
        font-size: 12px;
    }
    ul.steps .jinjet-check {
        top: 28px;
        right: 5px;
    }
}

@media (max-width: 380px) {
    #btn-next {
        padding: 4px 10px;
        font-size: 13px;
    }
    .start-end>div{
        font-size: 10px;
    }
    .totally .awards .number, .gift-divition .awards .number {
        font-size: 12px;
        text-align: center;
    }
    .totally .caption, .gift-divition .caption{
        font-size: 12px;
    }
    .totally .awards .type, .gift-divition .awards .type{
        font-size: 10px;
    }
    .totally .awards img, .gift-divition .awards img{
        width: 32px;
    }
    .totally .awards .cash img, .gift-divition .awards .cash img{
        width: 26px;
    }
    .gift-divition .awards>div {
        padding: 0 4px;
    }

    .for-buy .price {
        width: 68px;
        font-size: 11px;
    }
    .for-buy div:first-child {
        font-size: 13px;
    }
    .avatar-con .avatar-box .six-edge {
        width: 70px;
        height: 70px;
    }
    .one-forth .win-box .six-edge {
        width: 70px;
        height: 70px;
    }
    .three-tabs.fight-tabs .nav-link {
        font-size: 11px;
    }
    .three-tabs.fight-tabs .nav-link i{
        font-size: 16px;
    }
    .btn.btn-my-friends{
        font-size: 12px;
    }
    .winner-box .awards>div {
        padding: 0 3px;
    }
    .font-xs-xs{
        font-size: 10px;
    }
    .jem-and-coin .icon {
        left: -2px;
    }

    .home-top .btn-invite {
        position: relative;
        width: calc(100% - 10px);
        font-size: 11px;
    }
    .page-solitaire-result .btn.btn-lg {
        padding: 10px 6px;
    }
    .daily-win .svg-icon {
        width: 50px;
    }
    .daily-win .svg-icon.lg {
        width: 55px;
    }
    .gallery-buttons .btn-semi-round {
        padding: 1px 5px;
        font-size: 11px;
    }
    .gallery-buttons .btn-semi-round img {
        width: 24px;
    }
    .gallery-buttons-r {
        width: calc(100% - 125px);
    }
    .gallery-buttons-l {
        width: 124px;
    }
    .gallery-buttons-l .btn-semi-round:first-child, .gallery-buttons-r .btn-semi-round:first-child {
        margin-left: 2px;
    }
    .video-js .vjs-control {
        width: 2.5em;
    }
    .totally .awards>div {
        padding: 0 5px;
    }
}
@media (max-width: 360px) {    
    .daily-gift-box .inner-box {
        max-width: 80px;
        max-height: 80px;
    }
    .gift-number {
        position: absolute;
        bottom: 5px;
    }
}
@media (max-width: 350px) {
    .nav-tabs.gallery-tabs li a {
        font-size: 12px;
        padding: 1px 3px;
    }
    ul.nav-tabs.four-tabs li a {
        padding: 1px 4px;
        font-size: 12px;
    }
    .xxxs-wide{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }
    .start-end>div {
        width: calc(51% - 5px);
    }
    .page-start .btn-white {
        padding: 6px 5px;
        margin-right: 3px;
        font-size: 11px;
    }
    .page-start .buttons .btn{
        height: 66px;
        padding: 7px;
    }
    ul.badges{
        top: 7px;
    }
    .winner-box .awards .type{
        font-size: 8px;
    }
}
@media (max-width: 340px) {
    .quiz-footer .item span{
        font: 13px Katibeh;
    }
    .totally .caption {
        font-size: 10px;
    }
    .page-cooperation .widget{
        width: 135px;
        height: 135px;
        margin: 5px 3px;
    }
    .notification .action {
        font-size: 12px;
    }
    .page-shop .top-caption img {
        width: 35px;
    }
    .page-shop .top-caption {
        padding-top: 8px;
    }
    .buy-widget .price {
        font-size: 11px;
    }
    .level-box .jem-and-coin .value {
        margin-left: 45px;
        font-size: 14px;
    }
    .main-menu .right-menu li{
        padding: 15px 5px;
    }
    .main-menu .right-menu li .xs-font-size-18{
        font-size: 18px !important;
    }
    .day .pages {
        font-size: 9px;
    }
}
/*------------------------------ Responsive End ------------------------------*/



@supports (-webkit-touch-callout: none) {
    body.pace-done .loading-helper{
        animation: fadeOut 1s ease-in;
    }
}
@supports not (-webkit-touch-callout: none) {
    body.pace-done .loading-helper{
        animation: flip-loading 1s ease-in;
    }
}