:root {
    --orange: #FFB100;
    --orange-gr-1: #FFDC00;
    --orange-gr-1-rgb: 255, 220, 0;
    --orange-gr-2: #FF5584;
    --light-gray: #F2F2F2;
    --gray: #7F90A0;
    --blue: #002342;
    --blue-rgb: 0, 35, 66;

    --border-radius: 3px;
}

@font-face {
    font-family: 'fidelisbet';
    src:  url('/fonts/fidelisbet.eot?wlcvcb');
    src:  url('/fonts/fidelisbet.eot?wlcvcb#iefix') format('embedded-opentype'),
      url('/fonts/fidelisbet.ttf?wlcvcb') format('truetype'),
      url('/fonts/fidelisbet.woff?wlcvcb') format('woff'),
      url('/fonts/fidelisbet.svg?wlcvcb#fidelisbet') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fidelisbet' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo-minimal .path1:before {
    content: "\e998";
    color: rgb(0, 0, 0);
}

.icon-seta-forward:before {
    content: "\e9c2";
  }

.icon-seta-back:before {
    content: "\e9c1";
  }

.icon-logo-minimal .path2:before {
    content: "\e999";
    margin-left: -4.8125em;
    color: rgb(255, 255, 255);
}

.icon-facebook:before {
    content: "\e913";
    color: #fff;
}

.icon-instagram:before {
    content: "\e983";
    color: #fff;
}

.icon-telegram:before {
    content: "\e9e6";
    color: #fff;
}

.bg-dark {
	background: #002342!important;
}
.bg-green {
	color: #fff!important;
	background: #4AAF31!important;
}
.bg-green-1 {
	color: #fff!important;
	background: #16983C!important;
}
.bg-green-light {
	color: #fff!important;
	background: #BAB926!important;
}
.bg-green-light-1 {
	color: #fff!important;
	background: #7DC727!important;
}
.bg-yellow {
	color: #fff!important;
	background: #D8B227!important;
}
.bg-yellow-1 {
	color: #fff!important;
	background: #F6AA29!important;
}
.bg-orange {
	color: #fff!important;
	background: #F56920!important;
}
.bg-orange-1 {
	color: #fff!important;
	background: #F58A24!important;
}
.bg-red {
	color: #fff!important;
	background: #E80B18!important;
}
.bg-red-1 {
	color: #fff!important;
	background: #F0341B!important;
}

#overlay-loader {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background-color: rgba(0,35,66,0.5);
}

#global-loader {
	display: none;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #002342;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}

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

header {
    background: url('/img/blog_header.png') no-repeat center;
    background-size: cover;
    min-height: 291px;
}

header nav {
    background: transparent linear-gradient(180deg, var(--blue) 0%, #00234200 100%) 0% 0% no-repeat padding-box;
}

header .navbar-brand {
    margin-top: 9px;
}

header .nav-item .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 17.5px;
}

header .nav-item .nav-link.active {
    color: var(--orange);
    text-decoration: underline;
}

header h1 {
    margin-top: 52px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.813rem;
    text-transform: uppercase;
}

.breadcrumb {
    padding-top: 16px;
    padding-left: 32px;
}

main {
    margin-top: 46px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "▶";
    font-stretch: extra-condensed;
    color: var(--gray);
    position: relative;
    bottom: 1px;
    left: 1px;
}

.breadcrumb a {
    color: var(--gray) !important;
    text-decoration: none
}

.breadcrumb-item,
.breadcrum-item a,
.breadcrum-item a:hover {
    font-size: .688rem;
    color: var(--gray) !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.bg-light-gray {
    background: var(--light-gray);
}

.border-round {
    border-radius: var(--border-radius);
}

.container-fluid .row:first-of-type {
    padding: 0 32px;
}

main .content {
    padding-right: 16px;
    padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
    main .content {
        width: 100vw !important;
        padding-right: 0 !important;
    }

    .container-fluid .row:first-of-type {
        padding: 0 3px !important;
    }

    .prognostics-detail > .col-12.col-lg-6.ps-0:first-of-type {
        padding-right: 0 !important;
    }

    .prognostics-detail {
        margin: auto;
    }

    .prognostic-table .table-body span.score.home {
        left: 24% !important;
    }

    .prognostic-table .table-body span.score.away {
        right: 31% !important;
    }

    header .navbar-brand {
        margin: auto !important;
    }

    header .navbar-collapse {
        display: flex !important;
    }

    header .navbar-nav {
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-around !important;
        margin: 0 !important;
    }

    header h1 {
        text-align: center
    }

    .prognostic-data .title-container {
        margin-top: 10px;
        align-items: center;
        display: flex;
        flex-direction: column;
        border-top-width: 4px;
        border-bottom-width: 0 !important;
    }

    .prognostic-data p {
        text-align: center;
    }

    .prognostic-data p + div.d-flex {
        justify-content: center !important;
        margin-bottom: 10px;
    }

    header .nav-item {
        margin: 0 !important;
    }

    .prognostic.row {
        margin: auto !important;
    } 
}

main .sidebar {
    padding-right: 0 !important;
    padding-left: 16px;
}

.sidebar-pub {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.sidebar-pub .row,
.sidebar-pub .col-12 {
    padding: 0 !important;
    width: 100%;
}

.sidebar-pub .publi {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background: #00000086; */
    border-radius: var(--border-radius);
    min-height: 250px;
    max-width: 291px;
}

.sidebar-pub .publi > a > img {
    max-width: 100% !important;
    height: 100% !important;
}

.sidebar-pub .publi span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.sidebar-pub :not(:first-child) {
    margin-top: 16px;
}

.sidebar-pub .publi.big {
    height: 482px;
}

.prognostic,
.school {
    width: 100% !important;
}

.prognostic .row,
.school .row {
    width: 100%;
}

@media screen and (min-width: 1850px) {
    .prognostic,
    .school {
        width: calc(100% - 300px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .prognostic .col.px-0,
    .school .col.px-0 {
        position: relative;
        left: 100px;
    }

    .prognostic .col-6:first-child,
    .school .col-6:first-child {
        width: 33.3%
    }

    .prognostic img,
    .school img {
        width: 493px !important;
    }
}

.prognostic img,
.school img {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media screen and (max-width: 1850px) {
    .prognostic .col-6:first-child,
    .school .col-6:first-child {
        width: 422px !important;
    }
}

.prognostic .prognostic-content,
.school .prognostic-content {
    height: 100%;
    width: 85%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.prognostic .date,
.school .date {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    color: var(--gray);
}

.prognostic .title,
.school .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.063rem;
    font-weight: 700;
    color: var(--blue);
}

.prognostic .description,
.school .description {
    font-family: 'Montserrat', sans-serif;
    font-size: .813rem;
    color: var(--gray);
}

.btn {
    min-height: 44px;
    min-width: 130px;
    padding: 13px 30px !important;
    border: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    transition: .1s !important;
    border-radius: var(--border-radius) !important;
}

.btn:hover {
    border: 0 !important;
    filter: brightness(95%);
}

.btn:focus {
    border: 0 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background: transparent linear-gradient(71deg, var(--orange-gr-1) 0%, var(--orange-gr-2) 100%) 0% 0% no-repeat padding-box;
}

.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--orange-gr-1-rgb), .5) !important;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background: var(--blue) 0% 0% no-repeat padding-box;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--blue-rgb), .5) !important;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
    font-weight: 500 !important;
    color: #fff !important;
    border: 1px solid rgb(255 255 255 / .2) !important;
}

.prognostic + .prognostic,
.school + .school {
    margin-top: 16px;
}

.prognostic .date-square,
.school .category-square {
    position: absolute;
    margin: 5px;
    padding: 4px 10px;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    background: #fff;
    text-transform: uppercase;
}

.school .category-square {
    width: 94px !important;
    height: 27px !important;
}

.prognostic .date-square span,
.school .category-square span {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: var(--blue);
}

.prognostic .date-square span:nth-child(1),
.school .category-square span:nth-child(1) {
    font-size: 1.5rem;
    font-weight: 700;
    top: 2px;
}

.school .category-square span:nth-child(1) {
    font-size: .75rem;
}

.prognostic .date-square span:nth-child(2) {
    font-size: .875rem;
    font-weight: 900;
    text-transform: uppercase;
    bottom: 4px;
}

#load-more-btn {
    margin-top: 40px;
}

.subscribe {
	height: 76px;
	margin-top: 80px; /* gradient bug */
	background: transparent linear-gradient(87deg, #FFDC00 0%, #FFAC2E 24%, #FF8653 47%, #FF6B6E 67%, #FF5A7E 86%, #FF5584 100%) 0% 0% no-repeat padding-box;
}

.form-subscribe .form-group {
    padding: 16px 16px;
	margin: 0;
	width: 100%;
    display: flex;
}

span.text-size-13 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .813rem;
    color: #fff;
}

.form-subscribe .btn {
    height: 44px !important;
    border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.form-subscribe input.form-control {
    -ms-flex-positive: 1;
    flex-grow: 1;
	padding: 15px 12px;
	height: 44px;
	line-height: 15px;
	font-size: 12px;
	color: #666666;
	font-weight: 300;
	border: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-subscribe .btn.btn-primary {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0px 0px 6px #00000029;
}

.subscribe .social-area > div {
	line-height: 40px;
    display: flex;
    align-items: center;
}

.subscribe .social-area span {
	line-height: 32px;
	vertical-align: middle;
}

.subscribe .social-link {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 15px;
    text-decoration: none !important;
}

.subscribe .social-link:hover {
	text-decoration: none;
	opacity: 0.9;
}

.subscribe .icon-facebook {
	font-size: 21px;
}

.subscribe .icon-instagram {
	font-size: 21px;	
}

.subscribe .icon-telegram {
	font-size: 20px;	
}

footer {
	padding: 60px 0; 
	color: #666;
	background: #F2F2F2;
    margin-top: 0;
}

footer .copyright {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 10px;
	color: #666666;
}

footer .logo > .icon-logo-minimal {
	font-size: 32px;
}

footer .logo > .icon-logo-minimal .path1:before {
	color: #999999;
}

footer .logo > .icon-logo-minimal .path2:before {
	color: #000;
}

.footer-links {
    margin-bottom:30px;
    display: flex;
    justify-content: center;
}

.footer-links li {
    margin:0 15px
}

.footer-links a {
    text-align:center;
    text-decoration:underline;
    font: Medium 12px/15px Montserrat;
    letter-spacing:0;
    color:#666;
    text-transform:capitalize
}

.footer-links li.list-inline-item {
    display:block;
    line-height:20px
}

.subscribe > .container > .d-flex {
    justify-content: center;
}

.prognostics-detail + .prognostics-detail {
    margin-top: 16px;
}

.prognostic-table {
    display: flex;
    flex-direction: column;
}

.prognostic-table .season-name {
    width: 100%;
    padding: 10px;
    border-radius: var(--border-radius);
    background: #E5E8EB;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
}
.prognostic-table .table-body-parent {
    background: var(--light-gray);
    margin-top: 2px;
}

.prognostic-table .table-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 18px;
    position: relative;
    left: 12px;
    font-family: 'Montserrat', sans-serif;
}

.prognostic-table .table-body .team-name {
    font-size: .813rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
}

.prognostic-table .table-body .team-info-th {
    font-size: .563rem;
    color: var(--blue);
    padding-top: 16px;
}

.prognostic-table .table-body .team-info-large,
.prognostic-table .table-body .team-info-sm {
    border-radius: var(--border-radius);
    text-align: center;
    font-size: .688rem;
    color: #fff;
}

.prognostic-table .table-body .team-info-large {
    width: 61px;
    height: 20px;
    padding: 3px 0;
    margin: 2px;
        margin-top: 7px;
}

.prognostic-table .table-body .team-info-sm {
    width: 35px;
    height: 26px;
    padding: 6px 0;
    margin: 2px;
        margin-top: 4px;
}

.bg-na {
    background: var(--gray);
}

@media screen and (min-width: 1850px) {
    .prognostics-detail .col-lg-6 {
        width: 33.3%
    }
}

.prognostic-table .table-body .timer,
.prognostic-table .table-body .ended,
.prognostic-table .table-body .date {
    width: 100%;
    margin-top: 24px;
    text-align: center;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
}

.prognostic-table .table-body .timer {
    font-size: 1.875rem;
}

.prognostic-table .table-body .ended {
    font-size: 1.2rem;
    font-weight: 900;
}

.prognostic-table .table-body .date {
    font-size: .813rem;
}

.prognostic-table .table-body .hour {
    font-size: .813rem;
    width: 100%;
    text-align: center;
    color: #FFB100;
    font-weight: 700;
    text-transform: uppercase;
}

.prognostic-table .table-body .score-row {
    margin-top: 20px;
}

.prognostic-table .table-body span.score {
    font-size: 2.25rem;
    color: #FFB100;
    font-weight: bold;
}

.prognostic-table .table-body span.score.home {
    left: 136px;
    position: absolute;
}

.prognostic-table .table-body span.score.away {
    right: 166px;
    position: absolute;
}

.prognostic-table .table-body .odd-th {
    width: 62px;
    height: 15px;
    padding: 2px 0;
    border-radius: var(--border-radius);
    background: #fff;
    font-size: .563rem;
    color: var(--blue);
    display: block;
    text-align: center;
    position: relative;
    right: 25px;
}

.prognostic-table .table-body .table-header-row {
    margin-top: 15px;
}

.prognostic-table .table-body .table-row {
    margin-top: 4px;
    border-radius: var(--border-radius);
    background: #fff;
    padding: 0 4px;
    min-height: 34px;
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 12px;
}

.prognostic-table .table-body .table-row div {
    display: flex;
    align-items: center;
}

.prognostic-table .table-body .table-row span:not(.bet-result) {
    font-size: .688rem;
    font-weight: 700;
    color: var(--blue);
}

.prognostic-table .table-body .table-row .bet-result {
    width: 26px;
    height: 26px;
    border-radius: var(--border-radius);
    padding: 5px 0;
    color: #fff;
    display: flex;
    justify-content: center;
}

.prognostic-table .table-body .table-row:last-of-type {
    margin-bottom: 11px;
}

.prognostic-data .title-container {
    border-left-width: 4px;
    border-right-width: 0 !important;
    border-style: solid;
    border-image: linear-gradient(to bottom, var(--orange-gr-1), var(--orange-gr-2)) 1 100%;
    padding-left: 15px;
}

.prognostic-data .title-container span {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    color: var(--gray);
}

.prognostic-data .title-container h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.063rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 0 !important;
}

.prognostic-data p {
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-size: .875rem;
    margin-top: 20px;
}

.prognostic-data .author {
    min-width: 156px;
    height: 41px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 4px;
    background: #E5E8EB;
    padding: 6px;
    margin-top: 20px;
}

.prognostic-data .author .user {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #fff;
}

.prognostic-data .author .user i {
    font-size: 1.25rem;
    background: transparent linear-gradient(71deg, var(--orange-gr-1) 0%, var(--orange-gr-2) 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.prognostic-data .author div:last-of-type span:first-of-type {
    font-size: .625rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 10px;
}

.prognostic-data .author div:last-of-type span:last-of-type {
    font-size: .813rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    position: relative;
    bottom: 3px;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 5px !important;
}

span.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: .938rem;
    color: #666;
}

.custom-horizontal-scroll-container {
    position: relative;
}

.custom-horizontal-scroll {
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin-top: 16px;
    overflow: hidden !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.prev-button,
.next-button {
    height: 120px;
    width: 40px;
    padding: 0 !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
}

.prev-button i,
.next-button i {
    color: #fff;
    font-size: 1.2rem;
}

.prev-button {
    left: -12px;
}

.prev-button:hover {
    background: transparent linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 100%) 0% 0% no-repeat padding-box;
}

.next-button {
    right: 12px;
}

.next-button:hover {
    background: transparent linear-gradient(-90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 100%) 0% 0% no-repeat padding-box;
}

.school-categorie {
    width: 311px;
    height: 120px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
}

.school-categorie span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    background: rgba(var(--blue-rgb), .6);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.school-categorie + .school-categorie {
    margin-left: 16px;
}

.custom-horizontal-scroll-progress {
    height: 2px;
    width: 100%;
    margin-top: 16px;
    padding: 0 10%;
    position: relative;
    right: 12px;
    background: var(--light-gray);
}

.custom-horizontal-scroll-progress .custom-progress {
    height: 3px;
    background: var(--blue);
    position: relative;
    left: 0;
}

header .brand {
    border-radius: 100%;
    height: 23px;
    width: 23px;
    display: block;
    background-size: 33px;
    background-position: -2px;
    cursor: pointer;
    position: relative;
}

header .brand #language-menu {
    transition: all 0s ease 0s !important;
}

header .brand #language-menu.show {
    position: absolute;
    width: 133px;
    left: -58px;
    top: 38px;
    display: flex;
    flex-direction: column;
}

header .brand #language-menu.show .top-arrow {
    width: 0;
    height: 0;
    border-left: var(--triangle-size) solid transparent;
    border-right: var(--triangle-size) solid transparent;
    border-bottom: var(--triangle-size) solid #F2F2F2;
    margin: auto;
    --triangle-size: 10px;
}

header .brand #language-menu.show .title {
    width: 100%;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
}

header .brand #language-menu.show .title span {
    color: #666666;
    font-size: .75rem;
}

header .brand #language-menu.show .body {
    display: flex;
    flex-direction: column;
    padding-left: 13px;
    background: #fff;
}

header .brand #language-menu.show .body .brand-row {
    padding: 11px 0;
    display: flex;
    align-items: center
}

header .brand #language-menu.show .body .brand-row span:not(.brand) {
    text-transform: uppercase;
    padding-left: 8px;
    font-size: .75rem
}

header .brand #language-menu.show .body .brand-row.selected,
header .brand #language-menu.show .body .brand-row.selected * {
    pointer-events: none;
    cursor: default !important;
}

header .brand #language-menu.show .body .brand-row:not(.selected) {
    opacity: .5;
    cursor: pointer;
}

header .brand #language-menu.show .body .brand-row:not(.selected):hover {
    opacity: 1 !important;
}

header .brand #language-menu.show .body .brand-row.selected span:not(.brand),
header .brand #language-menu.show .body .brand-row:not(.selected):hover span:not(.brand) {
    color: #002342;
    font-weight: bold;
}

header .brand #language-menu.show .body .brand-row + .brand-row {
    border-top: 2px solid #F2F2F2;
}

/* modal */
.modal-content {
	border-radius: 0;
	border-color: #E5E8EB;
    box-shadow: 0px 0px 6px #00000029;	
}
.modal-content .close {
	font-size: 0;
	height: 44px;
    width: 44px;
	margin-bottom: -44px;
	opacity: 1;
	position: relative;
	top: -7px;
    right: -17px;
	z-index: 2;
}
.modal-content .close::after {
	content: "\e90d";
	color: #002342;
	font-family: 'fidelisbet' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
}
.modal-header {
	padding: 13px 0;
	color: #fff;
	border-radius: 0;
	border: 0;
	background: #012342;
}
.modal-header .close::after {
	color: #fff;
}
.modal-header h4 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.modal-header .close {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    top: 0;
    color: #fff;
    opacity: 1;
    font-size: 0;
    font-weight: 200;
	text-shadow: none;
    background: none;
    border: none;
}
.modal-footer .btn + .btn {
	margin-left: 12px;
}
.modal-footer .btn:last-child {
	margin-right: 0;
}

/* trends */
.trend-txt {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 12px;
    font-size: 13px;
    line-height: 18px;
}
.trend-txt:first-child {
    padding-top: 0;
}
.trend-txt:last-child {
    padding-bottom: 0;
    border: none;
}
.trend-txt .icon-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #e3e3e3;
    margin-right: 5px;
}
.icon-bullet.bullet-color-red {
    background: #f00b19;
}
.icon-bullet.bullet-color-yellow {
    background: #feb000;
}
.icon-bullet.bullet-color-green {
    background: #179d3e;
}

.btn-icon {
    min-width: 100%;
    text-align: center;
    color: var(--blue);
    padding: 10px 0 !important;
    min-height: 100%;
}

.blog-text {
    font-size: 13px;
}

/* datepicker */
.datepicker-dropdown {
	font-size: 12px;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #E5E8EB;
	border-radius: 0;
	padding: 15px;
}
.datepicker-dropdown:before {
	border-bottom-color: #e5e8eb;
}
.datepicker-dropdown.datepicker-orient-top:before {
	border-top-color: #e5e8eb;
}
.datepicker .next, .datepicker .prev {
	min-width: 44px;
	height: 44px;
    font-size: 0;
}
.datepicker .next::before, .datepicker .prev::before {
	font-family: 'fidelisbet' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
}
.datepicker .next::before {
	content: "\e9c2";
}
.datepicker .prev::before {
	content: "\e9c1";
}
.datepicker .datepicker-switch {
	font-size: 18px;
	width: auto;
    max-width: 220px;
    white-space: nowrap;
}
.datepicker th.dow, .datepicker td {
	min-width: 44px;
	height: 44px;
}
.datepicker td {
    font-weight: 500;
}
.datepicker table tr td.active, 
.datepicker table tr td.active.disabled, 
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active:hover,
.datepicker table tr td span.focused {
    background: transparent linear-gradient(45deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;
	text-shadow: none;
	color: #fff;
}
.datepicker table tr td span.active, 
.datepicker table tr td span.active.disabled, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active:hover {
	text-shadow: none;
	font-weight: 700;
	color: #fff;
	background: #002342!important;
}
.datepicker table tr td span {
	margin: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.datepicker .datepicker-switch, 
.datepicker .next, 
.datepicker .prev {
    border-bottom: 1px solid #E5E8EB;
}
.datepicker-months > .table-condensed {
	min-width: 179px;
}

.form-control {
    padding: 15px;
    padding-right: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #666666;
    background-color: #F2F2F2;
    border: 0;
    border-radius: 0;
}
.datepicker-blog {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    transition: background-color .2s ease-in-out;
}
.blog-datepicker {
    position: relative;
    width: 200px;
    margin: auto;
}
.blog-datepicker .icon-calendar {
    font-size: 21px;
    color: #002342;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: transparent!important;
    pointer-events: none;
}
.blog-datepicker .icon-calendar,
.blog-datepicker::after {
    top: auto;
    bottom: 0;
}