@charset "UTF-8";
/* Base- style, variables, mixins, etc */
body {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

body .form-control:focus, body .custom-select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

body textarea {
    border-color: #ccc;
}

body input:focus {
    outline: none;
}

body:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
    outline: none;
}

body a {
    color: #111;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

body a:hover {
    text-decoration: none;
    color: #8c90da;
}

body button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* layout- footer, header, nav etc */
:focus {
    outline: none;
}

.view-details {
    background-color: #243d65;
    line-height: 35px;
    padding: 0 25px;
    color: #fff;
    display: inline-block;
}

.message-detail span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.message-detail span i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #007A5D;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 15px;
}

.message-detail p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

.message-detail p strong {
    display: block;
    text-align: center;
    letter-spacing: 0.6px;
}

.flag-image .basic-single {
    width: 146px;
}

.flag-image .select2-container .select2-selection--single {
    height: auto;
    border: none;
}

.select2-search {
    display: none !important;
}

.flag-image .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #073262 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #073262 !important;
    color: #fff;
}

.select2-container--open .select2-dropdown--below {
    color: #444;
    overflow: hidden;
    box-shadow: 6px 6px 0 0 #ed1d25, -6px -6px 0 0 #073262;
    width: 146px;
    border: none;
    border-bottom-left-radius: 20px;
}

.select2-results__option {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    line-height: 28px;
    padding-left: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.flag-image .select2-container--open {
    border-bottom-left-radius: 0 !important;
    position: relative;
}

.flag-image .select2-container--open:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    background-color: #073262;
    width: 50%;
}

.man-match-top {
    padding: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #073262;
}

.man-match-info {
    padding: 15px;
}

.man-match-info h4 {
    margin: 0;
    color: #073262;
}

.man-match-date {
    background: #f4f5ef;
    border-top: 1px solid #ddded9;
    padding: 15px;
    text-align: center;
}

.man-match-img img {
    width: 50%;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 6px 20px 0px rgba(7, 50, 98, 0.5);
}

.user-logged-dsc {
    position: relative;
    z-index: 5;
}

.user-profile-pic {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto -25px;
    position: relative;
    z-index: 1;
}

.user-profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.flag-image {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 5;
    vertical-align: middle;
}

.flag-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.flag-image .select2, .flag-image input {
    width: calc(80% - 30px);
    margin: 15px auto;
    display: block;
    padding: 6px;
    background-color: #fff;
    border: none;
    text-align: center;
    font-weight: 600;
    box-shadow: 6px 6px 0 0 #ed1d25, -6px -6px 0 0 #073262;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.flag-image .my-error-class {
    text-align: center;
    /*display: block;*/
}

.flag-desc {
    display: inline-block;
    background: #fff;
    height: 95px;
    width: 100px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 95px;
    font-weight: 800;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 -14px;
}

.chelse-logo-middle {
    height: 185px;
    width: 185px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #073262;
    line-height: 100px;
    position: relative;
    z-index: 5;
}

.chelse-logo-middle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flag-wrapper-all {
    display: flex;
    position: relative;
}

.flag-wrapper-left .flag-desc {
    margin-left: -22px;
    border-radius: 0 0 25px 0;
}

.flag-wrapper-right .flag-desc {
    margin-right: -22px;
    border-radius: 0 0 0 25px;
}

.flag-match-dtl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -54px;
    background: #f4f5f0;
    width: 315px;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 50px 50px;
    padding: 28px 0 5px;
}

.flag-match-dtl .flag-match-txt h4 {
    color: #073262;
}

.flag-match-dtl .flag-match-txt h6 {
    color: #434343;
}

.choose-winner {
    background-color: #fff;
    margin: 68px 35px 18px;
    overflow: hidden;
}

.choose-winner ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.choose-winner ul li label {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
}

.choose-winner ul li label input {
    opacity: 0;
}

.choose-winner ul li label .active-col {
    display: inline-block;
    width: 86%;
    line-height: 40px;
    font-size: 16px;
}

.choose-winner ul li label input:checked ~ .active-col {
    transform: scale(1.2);
    background-color: #073262;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.choose-winner ul li label input:checked ~ .active-col:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 30px;
    border-radius: 50%;
    font-weight: bold;
    color: #F4F5EF;
    font-size: 18px;
}

.draw-col {
    background-color: #5789c2;
    color: #fff;
    transform: skew(140deg);
    z-index: 9;
}

.draw-col span {
    transform: skew(-140deg);
}

.draw-col input:checked ~ .active-col {
    transform: skew(-140deg);
}

.draw-col input:checked ~ .active-col:after {
    transform: skew(-140deg);
}

input:checked ~ .active-col span {
    transform: skew(-140deg);
    display: block;
}

.choose-winner ul li:first-child label input:checked ~ .active-col:before {
    content: "";
    top: 0;
    right: -34px;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 40px solid #073262;
    border-right: 35px solid transparent;
}

.choose-winner ul li:last-child label input:checked ~ .active-col:before {
    content: "";
    top: 0;
    left: -34px;
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 40px solid #073262;
    border-left: 35px solid transparent;
}

.btn-sub {
    line-height: 48px;
    width: 236px;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 0 auto 0;
    cursor: pointer;
    border: 1px solid #073262;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn-sub:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #073262;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-sub:hover, .btn-sub:focus, .btn-sub:active {
    color: white;
}

.btn-sub:hover:before, .btn-sub:focus:before, .btn-sub:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.owl-dots .owl-dot {
    width: 30px;
    height: 8px;
    background-color: #fff !important;
    margin: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.owl-dots .owl-dot.active {
    background-color: #ea1d25 !important;
}

.leader-board img {
    border-radius: 50%;
    width: 30px;
}

#particle-canvas {
    display: block;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.banner-section {
    position: relative;
}

.main-navigation {
    background: transparent;
    position: absolute;
    z-index: 222;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}
.sticky-nv{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    bottom: auto;
    background-color: #073262;
}
.main-navigation .bg-light {
    background: transparent !important;
    padding: 0;
}

.main-navigation .navbar-nav .nav-item {
    text-align: center;
}

.main-navigation .navbar-nav .nav-item .menu-icon {
    color: #ffffff;
    opacity: 0.8;
    font-size: 22px;
    margin-right: 10px;
}

.main-navigation .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 8px 50px;
    position: relative;
    background-color: #073262;
    margin: 0 3px 0;
    border-radius: 4px 4px 0 0;
}

.main-navigation .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #5789C2;
    left: 50%;
    right: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-navigation .navbar-nav .nav-item .nav-link:hover:before {
    left: 0;
    right: 0;
}

.main-navigation .navbar-nav .active .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #073262;
    left: 0;
    right: 0;
}

.login-section {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-section .login-main .login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.login-section .login-main .login-content .left-logo {
    background-color: #053975;
    display: table-cell;
    text-align: center;
    width: 40%;
    margin-left: 30px;
    vertical-align: middle;
}

.login-section .login-main .login-content .left-logo img {
    max-width: 100%;
}

.login-section .login-main .login-content .right-content-txt {
    display: table-cell;
    width: 60%;
    background-color: #fff;
    padding: 70px 40px 0;
    vertical-align: top;
}

.login-section .login-main .login-content .right-content-txt h3 {
    color: #0a2749;
    font-size: 32px;
}

.login-section .login-main .login-content .right-content-txt h3 span {
    display: block;
    font-size: 16px;
    padding-top: 8px;
}

.col-full {
    width: 100vh;
    height: 100vh;
}

.left-user {
    border-top: 3px solid #073262;
    background-color: #f0f0f0;
    padding: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom: 3px solid #ed1d25;
}

.left-user .sub-title {
    background-color: #243d65;
    color: #fff;
    text-align: center;
    display: block;
}

.left-user .sub-title h5 {
    height: 50px;
    display: block;
    margin-bottom: 0;
    line-height: 50px;
}

.left-user ul {
    margin: 0;
    padding: 0;
}

.left-user ul li {
    list-style: none;
    font-size: 18px;
    line-height: 45px;
    transition: 400ms ease;
    padding: 0 10px;
}

.left-user ul li:first-child {
    padding: 15px 0;
}

.left-user ul li:first-child:hover {
    background-color: transparent;
}

.left-user ul li:first-child img {
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 132px;
}

.left-user ul li:hover, .left-user ul li.active {
    background-color: #408fe8;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.left-user ul li:hover a, .left-user ul li.active a {
    color: #fff;
}

.left-user ul li a {
    display: block;
}

.left-user ul li i {
    margin-right: 10px;
}

.edit-profile .form-group {
    font-size: 16px;
    margin-bottom: 30px;
}

.edit-profile .form-group label {
    font-weight: bold;
    margin-bottom: 0;
}

.edit-profile .form-group label a {
    color: #1a9cb7;
}

.edit-profile .form-group span {
    display: block;
    line-height: 35px;
}

.edit-profile .summary-quiz table tbody tr td {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.table-responsive .table tbody tr td {
    text-align: center;
}

.table-responsive .table tbody tr td:nth-child(2) {
    text-align: left;
}

.table-responsive .table tbody tr td span {
    display: block;
}

.register-form {
    width: 80%;
    margin-top: 30px;
}

.register-form .form-group label {
    margin: 0;
    position: relative;
    display: block;
}

.register-form .form-group label span.place-label {
    padding: 5px 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
}

.register-form .form-group label input.form-control {
    padding: 5px 0;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}

.register-form .form-group label input.form-control:focus {
    border-bottom: 2px solid #073262;
}

.register-form .form-group label input.form-control:focus + span.place-label, .register-form .form-group label input.form-control:not(:placeholder-shown) + span.place-label {
    opacity: 1;
    transform: translateY(-40%) translateX(0px);
    font-size: 0px;
}

.register-form .form-group label input.form-control:focus + span.place-label, .register-form .form-group label input.form-control:not(:-ms-input-placeholder) + span.place-label {
    opacity: 1;
    transform: translateY(-40%) translateX(0px);
}

.register-form .form-group .btn-col {
    background-color: transparent;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
    cursor: pointer;
}

.my-error-class {
    color: red;
}

.home-content {
    padding: 30px 0;
}

.section-title {
    text-align: center;
    background-color: #073262;
    line-height: 75px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.section-title b {
    display: block;
}

.section-title span img {
    width: 36px;
    margin: 0 10px;
}

.shadow-box {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}

.premier-league .shadow-box {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}

.premier-league .shadow-box .table-responsive .table thead tr {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #212529;
}

.premier-league .shadow-box .table-responsive .table thead tr th {
    text-align: center;
    border: none;
}

.premier-league .shadow-box .table-responsive .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.premier-league .shadow-box .table-responsive .table tbody tr td img {
    width: 30px;
    margin-right: 8px;
}

.fa-caret-down {
    color: #F62424;
}

.fa-caret-up {
    color: #24F771;
}

.fa-caret-down, .fa-caret-up {
    font-size: 22px;
}

.table thead tr th {
    vertical-align: middle;
}

.table thead tr th p {
    margin: 0;
}

.flag-image input::placeholder {
    color: #ccc;
    opacity: 1;
}

.news {
    position: relative;
}

.news .view-all {
    position: absolute;
    top: 16px;
    right: 16px;
}

.question-w-bg .question-list {
    margin-bottom: 15px;
}

.question-w-bg .question-list p {
    font-size: 16px;
    font-weight: 600;
}

.question-w-bg .question-list .answer .custom-select {
    border-radius: 0;
    line-height: 45px;
    height: 45px;
    padding: 0 10px;
}

.details-view {
    background-color: #073262;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
}

.modal-dialog {
    max-width: 50%;
}

.prize-col img {
    max-width: 100%;
    margin-bottom: 30px;
}

.inner-content {
    margin-bottom: 54px;
}

.rule-section ul li {
    font-size: 16px;
    padding-bottom: 8px;
}

.bonus-img img {
    max-width: 100%;
}

.feedback-query-form {
    padding: 15px 0;
    text-align: right;
}

.feedback-query-form .form-group .row {
    align-items: center;
}

.feedback-query-form .form-group .row label {
    font-weight: 600;
}

.feedback-query-form .form-group .row input {
    line-height: 45px;
    height: 45px;
}

.feedback-query-form .form-group .row .form-control {
    border-radius: 0;
}

.inner-content {
    min-height: calc(100vh - 266px);
}

.gallery-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery-img:hover img {
    transform: scale(1.1);
}

.gallery-img a img {
    max-width: 100%;
    transition: 0.3s ease-in-out;
}

.gallery-img .post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.875em;
    min-height: 13em;
    overflow: hidden;
}

.gallery-img .post-content:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -1px;
    bottom: 0;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
    background: -webkit-linear-gradient(top, transparent 15%, #fff 50%);
    background: -moz-linear-gradient(top, transparent 15%, #fff 50%);
    background: linear-gradient(to bottom, transparent 15%, #fff 50%);
    opacity: 0.8;
}

.gallery-img .post-content .text-col {
    position: absolute;
    z-index: 9;
    bottom: 10px;
}

.gallery-img .post-content .text-col p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #073262;
}

.winner-section-single .shadow-box {
    margin-bottom: 30px;
}

.winner-section-single .ribbon {
    margin: 0 0 0 -20px;
    padding: 5px 0;
    background-color: #083264;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.winner-section-single .ribbon .header {
    margin: 0;
    padding: 0.3em 1em 0.3em;
    color: #fafafa;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
}

.winner-section-single .ribbon .header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #011c3a;
}

.winner-section-single .box-winner-wrap {
    display: flex;
}

.winner-section-single .box-winner-wrap .winner-image-inner {
    position: relative;
}

.winner-section-single .box-winner-wrap .winner-image-inner h3 {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.winner-section-single .box-winner-wrap .user-win-dtl {
    width: 100%;
}

.winner-section-single .box-winner-wrap .user-win-dtl .ribbon {
    margin-bottom: 15px;
}

.winner-section-single .box-winner-wrap .user-win-dtl .user-point-in {
    margin-left: 15px;
    text-align: center;
}

.winner-section-single .box-winner-wrap .user-win-dtl .user-point-in p {
    color: #0081C3;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.winner-section-single .box-winner-wrap .user-win-dtl .user-point-in p span {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
}

.winner-section-single .box-winner-wrap .user-win-dtl .btn-hover {
    width: 140px;
    line-height: 50px;
    font-size: 15px;
}

.modal-header {
    background-color: #243d65;
}

.modal-header .modal-title {
    color: #fff;
}

.box-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 555;
}

.loader-12 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-12:before, .loader-12:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #073262;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 50%;
    box-shadow: -0.5em 0 0 #073262;
    -webkit-animation: loader-12 1s linear infinite;
    animation: loader-12 1s linear infinite;
}

.loader-12:after {
    top: 50%;
    bottom: 0;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes loader-12 {
    0%, 100% {
        box-shadow: -0.5em 0 0 transparent;
        background-color: #073262;
    }
    50% {
        box-shadow: -0.5em 0 0 #073262;
        background-color: transparent;
    }
}

@keyframes loader-12 {
    0%, 100% {
        box-shadow: -0.5em 0 0 transparent;
        background-color: #073262;
    }
    50% {
        box-shadow: -0.5em 0 0 #073262;
        background-color: transparent;
    }
}

.loader-12 {
    display: inline-block;
    font-size: 50px;
    line-height: 100px;
    height: 50px;
    width: 50px;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.section-query {
    background-color: #d0d0d0;
    padding: 20px;
    margin-top: 30px;
}

.section-query:first-child {
    margin-top: 0;
}

.section-query p {
    color: #073262;
    font-size: 15px;
}

.section-query p span {
    display: block;
    margin-bottom: 5px;
    color: #4F4F57;
    font-size: 13px;
}

.section-query p span strong {
    margin-right: 10px;
    font-size: 15px;
    color: #212529;
}

.section-query .replay {
    background-color: #F0F0F0;
    padding: 8px 12px;
    position: relative;
    margin-left: 35px;
    display: block;
}

.section-query .replay:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #F0F0F0;
    content: "";
    position: absolute;
    top: -10px;
}

.section-query .replay p {
    color: #444;
}

.query-col {
    margin-top: 15px;
}

.error-content {
    position: relative;
    padding: 100px 0;
}

.error-content .notfound {
    width: 460px;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
}

.error-content .notfound .notfound-404 {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0px auto 50px;
}

.error-content .notfound .notfound-404 .error-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #243d65;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px;
}

.error-content .notfound .notfound-404 h2 {
    font-size: 90px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.error-content .notfound h3 {
    color: #212529;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.error-content .notfound p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.error-content .notfound p a {
    color: #243d65;
}

.error-content .notfound p a:hover {
    text-decoration: underline;
}

/* modules- */
.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-wrapper .form-control {
    background-image: linear-gradient(45deg, transparent 50%, #999999 50%), linear-gradient(135deg, #999999 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(20px + 2px), calc(100% - 15px) calc(20px + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.mb-2px {
    margin-bottom: 30px;
}

.aside-da-wrapper {
    background: #fafafa;
    padding: 20px;
    border: 1px solid #dddfe2;
}

.breadcrumb-wrapper {
    background: #f7356a;
}

.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    background: transparent;
    justify-content: center;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    opacity: 1;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item:before {
    color: #ffffff;
}

.inner-page-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.inner-page-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.table thead tr th {
    border-left: 1px solid #fff !important;
}

.table thead tr:first-child {
    background-color: #243d65;
    color: #fff;
}

.inner-content .shadow-box {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}

.close {
    color: #fff;
}

input[type=email].big-dog::-webkit-input-placeholder {
    color: orange;
}

.btn-rounded {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 12px 20px;
}

.btn-lt {
    color: #3b3b3b;
    background-color: #ffffff;
}

.btn-lt i {
    margin-right: 5px;
    color: #999999;
}

.btn-lt:hover {
    color: #3b3b3b;
}

.btn-mar-x {
    margin: 0 8px;
}

.btn-custom {
    border-radius: 0;
    background-color: transparent;
    color: #073262;
    font-weight: 600;
    border: 2px solid #073262;
    padding: 5px 20px;
    transition: 400ms ease;
}

.btn-custom:hover {
    background-color: #073262;
    color: #fff;
}

.btn-search {
    width: 100%;
    height: 50px;
    background: #f7356a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-search i {
    margin-right: 8px;
}

.btn-news-letter {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f7356a;
    color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn-global {
    background: #f7356a;
    color: #ffffff;
    padding: 5px 30px;
}

.btn-lg-apply {
    background-color: #53b427;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
    margin-bottom: 12px;
    border: 1px solid #53b427;
}

.btn-lg-apply:hover {
    background: #fff;
    color: #53b427;
}

.btn-col {
    line-height: 50px;
    border: 2px solid #222d33;
    height: 54px;
    padding: 0 65px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-top: 80px;
}

.btn-col span i {
    padding-right: 15px;
}

/* The input-label */
.input-label {
    padding-left: 30px;
}

/* Hide the browser's default checkbox */
.input-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.input-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-label input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.input-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.input-label .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.btn-hover {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 1em;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.045em;
}

.btn-hover svg {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.btn-hover span {
    background: #073262;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-hover:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 110px;
    stroke-dashoffset: 46px;
}

.page-wrapper {
    background: #f1f1f1;
    padding: 60px 0;
}

.page-wrapper-alt {
    background: #ffffff;
    padding: 60px 0;
}

.inner-page-wrapper {
    background: #f4f5f9;
    padding: 50px;
}

.inner-page-wrapper-alt {
    background: #ffffff;
    padding: 50px 0;
}

.inner-page-content-box {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.pagination-wrapper {
    margin-top: 30px;
}

.pagination-wrapper .pagination .page-item .page-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-left: 12px;
    padding: 0.5rem 1rem;
    border-color: #f7356a;
    color: #f7356a;
}

.pagination-wrapper .pagination .active .page-link {
    background: #f7356a;
    color: #ffffff;
}

.inner-page-wrapper-sec {
    background: #f4f5f9;
    padding: 20px 0;
}

.job-dtl-box-single {
    padding: 30px;
    border: 1px solid #efefef;
}

.aside-box-bordered {
    border: 1px solid #efefef;
    padding: 10px;
}

.aside-divider {
    margin-bottom: 30px;
}

.inner-page-content-box-mar {
    margin-bottom: 30px;
}

.form-cst-lg label {
    font-weight: 600;
}

.tab-section .nav-tabs {
    margin-top: 0;
    border-bottom: none;
    background-color: #073262;
    padding: 30px 0;
}

.tab-section .nav-tabs .nav-link {
    border-radius: 0;
    padding: 12px 25px;
    color: #fff;
    border: 2px solid transparent;
}

.tab-section .nav-tabs .nav-link.active {
    color: #215B9C;
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.weekly-prediction {
    background: #dfdfdf;
    padding: 30px 0 108px;
}

.user-info img {
    width: 50px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #073262;
}

.user-info p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.user-info p a {
    color: #fff;
}

.top-section {
    background-color: #073262;
    display: flex;
    align-items: center;


}
.top-section a{
color: #fff;
}
.top-section-bg {
    background-color: #073262;
    border-bottom: 3px solid #ED1D25;
    padding: 16px 0;
}

.brand-logo {
    text-align: center;
}

.user-info {
    margin-left: auto;
}


.brand-logo span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px;
    display: block;
    line-height: normal;
}

footer {
    padding: 15px;
    background-color: #073262;
    border-top: 3px solid #ed1d25;
    color: #fff;
    font-weight: 700;
}

footer ul {
    padding-left: 0;
}

footer a {
    color: #fff;
}

footer .footer-nav {
    margin-top: 15px;
}

footer .footer-nav li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}

.game-fixture {
    position: relative;
    width: 80%;
    margin: 40px auto 80px;
}

.game-fixture:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 100%;
    height: 85%;
    background-color: #434343;
}

.game-fixture .date {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    font-weight: 700;
    color: #073262;
    margin-bottom: 5px;
}

.game-fixture .time {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #2e2e2e;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
    margin-top: 5px;
}

.game-fixture .left-img {
    position: absolute;
    top: 50%;
    right: calc(100% - 30px);
    transform: translateY(-50%);
    z-index: 99;
}

.game-fixture .left-img img {
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.game-fixture .right-img {
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    transform: translateY(-50%);
    z-index: 99;
}

.game-fixture .right-img img {
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.game-fixture.full-fixture .left-img img, .game-fixture.full-fixture .right-img img {
    width: 75px;
}

.game-fixture .left-text {
    color: #fff;
    padding: 5px 10px 5px 35px;
    background: #073262;
    background: -moz-linear-gradient(left, #073262 0%, #073262 75%, #5789c2 75%, #5789c2 100%);
    background: -webkit-linear-gradient(left, #073262 0%, #073262 75%, #5789c2 75%, #5789c2 100%);
    background: linear-gradient(to right, #073262 0%, #073262 75%, #5789c2 75%, #5789c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#073262", endColorstr="#5789c2", GradientType=1);
}

.game-fixture .right-text {
    color: #fff;
    padding: 5px 35px 5px 10px;
    text-align: right;
    background: #5789c2;
    background: -moz-linear-gradient(left, #5789c2 0%, #5789c2 25%, #073262 25%, #073262 100%);
    background: -webkit-linear-gradient(left, #5789c2 0%, #5789c2 25%, #073262 25%, #073262 100%);
    background: linear-gradient(to right, #5789c2 0%, #5789c2 25%, #073262 25%, #073262 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5789c2", endColorstr="#073262", GradientType=1);
}

.bonus-questions {
    background-color: #DFDFDF;
    position: relative;
}

.question {
    padding: 15px;
}

.question .question-list {
    margin-bottom: 22px;
}

.question .question-list p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}

.question .question-list .answer {
    margin-left: 10px;
}

.question .question-list .answer > span {
    margin-right: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.question .question-list .my-error-class {
    /*display: block;*/
    margin-top: 5px;
}

/*Radio Button*/
.check {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

Fixtures .check:hover input ~ .checkmark {
    background-color: #fff;
}

.check input {
    opacity: 0;
    cursor: pointer;
}

.check input:checked ~ .checkmark {
    background-color: #fff;
}

.check input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #1E419A;
}

.check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1E419A;
}

.hanger {
    position: fixed;
    top: 100px;
    left: calc(100% - 42px);
    z-index: 9;
    white-space: nowrap;
    transition: 400ms ease;
}

.hanger:hover {
    left: auto;
    right: 0;
}

.hanger.feedback {
    top: 150px;
}

.hanger i {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #073262;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.hanger a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    color: #fff;
    padding: 0 20px 0 0;
    background-color: #073262;
}

.hanger a:hover {
    color: #fff;
}

.news-title {
    color: #073262;
    font-size: 20px;
}

.news-title i {
    color: #ed1d25;
}

.news a {
    color: #073262;
    font-weight: 600;
}

.news a:hover {
    color: #ed1d25;
}

.news-list {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 15px;
}

.news-list:last-child {
    margin-bottom: 0;
}

.news-list img {
    float: left;
    height: 139px;
    margin-right: 15px;
    width: 200px;
    object-fit: cover;
}

.news-list p {
    height: 41px;
    overflow: hidden;
    margin-bottom: 6px;
    padding: 0 15px 0 0;
    font-weight: normal;
    color: #434343;
}

.news-list h2 {
    font-size: 20px;
    margin-top: 15px;
}

.fan-club a {
    padding: 26px 15px;
    display: block;
    background-image: url("../images/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
}

.inner-content {
    padding-bottom: 30px;
}

.page-title {
    font-size: 22px;
    text-transform: uppercase;
    margin: 30px 0;
    color: #073262;
    position: relative;
    padding-bottom: 15px;
}

.page-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #ED1D25;
    transform: translateX(-50%);
}

.scrore-left {
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 3px;
    font-weight: 600;
}

.scrore-right {
    position: absolute;
    left: 15px;
    font-size: 16px;
    top: 3px;
    font-weight: 600;
}

.premier-league .scrore-left {
    right: 22px;
}

.premier-league .scrore-right {
    left: 22px;
}

#countdown {
    position: absolute;
    right: 30px;
    top: -90px;
    z-index: 9;
}

#countdown canvas {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.6);
}


.login-register a {
    font-weight: 500;
    color: #fff;
}

.login-register a:hover {
    color: #fff;
}

.caption-lg h3 {
    display: inline-block;
    width: 75%;
    line-height: 1.2;
    font-size: 48px;
    font-weight: 800;
}

.page-header {
    margin-bottom: 50px;
    text-align: center;
}

.page-header h3 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

.page-header h3 span {
    padding-bottom: 40px;
    position: relative;
    display: inline-block;
}

.page-header h3 span:after {
    position: absolute;
    content: "";
    left: calc(50% - 35px);
    bottom: 3px;
    background: #f7356a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.page-header h3:after {
    position: absolute;
    content: "";
    left: calc(50% - 20px);
    bottom: 2px;
    background: #f7356a;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.page-header h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    background: #f7356a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.header-ssm h4 {
    font-size: 15px;
    font-weight: 500;
    color: #212529;
}
.login-content a{
color: #222d33;
}
.owl-match-winner.owl-carousel .owl-item img{
    width: 50%;
}
.owl-match-winner {
  position: relative;
}
.owl-match-winner .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.owl-match-winner .owl-nav .owl-prev, .owl-match-winner .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-match-winner .owl-nav .owl-prev i, .owl-match-winner .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #073262;
}
.owl-match-winner .owl-nav .owl-prev {
  left: 0;
}
.owl-match-winner .owl-nav .owl-next {
  right: 0;
}
.game-fixture-small.game-fixture {
    position: relative;
    width: 100%;
    margin: 15px 0 0;
}
.game-fixture-small.game-fixture .left-img img{
    width: 40px !important;
}
.game-fixture-small.game-fixture .right-img img{
    width: 40px !important;
}
.game-fixture-small.game-fixture.fixture-xs {
    position: relative;
    width: 85%;
    margin: 15px auto 0;
}
/*# sourceMappingURL=main.css.map */
