@charset "utf-8";
/* CSS Document */

:root {
  --body-bg: #fff;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #15173D;
  --caption-color: #474B71;
  --dark-blue-color: #15173D;
  --text-color: #262626;
  --secondaryText-color: #666;
  --border-color: #E9E9E9;
  --cardBox-color: #F5F5F5;
  --p-card-cardBox-color: #fff;
  --cardBox-color-gradient: 245, 245, 245;
  --brandRed-color: #EC1C24;
  --lightRed-color: #FFF8F8;
  --brandPrimary-color: #333994;
  --brandPrimary-top-color: #fff;
  --brandBlue-color: #00B8F1;
  --lightBlue-color: #F2FBFF;
  --premium-color: #FFCA05;
  --lightPremium-color: #FFF8E0;
  --adBg-color: #ECEFF1;
  --banner-color1: #E0F5FD;
  --banner-color2: #FFF8E0;
  --banner-color3: #FFEAED;
  --banner-color4: #E9EBF6;
  --breakingnews-bg: #FDECED;
  --breakingnews-text-color: #410000;
  --gray9-color: #999;
  --rose-color: #ED396C;
  --green-color: #8DC541;
  --orange-color: #F39200;
  --quickdoc-color: #114dba;
  --spl-heighlight-color-1: #eed9ec;
  --spl-heighlight-border-color-1: #930074;
  --spl-heighlight-color-2: #eaeed3;
  --spl-heighlight-border-color-2: #919b58;
  --spl-heighlight-color-3: #d9ecf0;
  --spl-heighlight-border-color-3: #099bbe;
  --article-size-1: 1090px;
  --article-size-2: 1150px;
  --form-border: #dae3e6;
  --trial-plan-bg: #fffbee;
  --slide-dot-color: #dedede;
  --next-prevbutton-color: #c1c1c1;
  --font-main: "Poppins", sans-serif;
  --font-weight-normal: 500;
  --font-weight-bold: 700;
}


.mm-dark-theme {
  --body-bg: #181818;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #E0E0E0;
  --caption-color: #999;
  --dark-blue-color: #070707;
  --text-color: #E0E0E0;
  --secondaryText-color: #aaa;
  --border-color: #262626;
  --cardBox-color: #242424;
  --p-card-cardBox-color: #242424;
  --cardBox-color-gradient: 36, 26, 36;
  --brandRed-color: #EC1C24;
  --lightRed-color: #242424;
  --brandPrimary-color: #A3ABDB;
  --brandPrimary-top-color: #080927;
  --brandBlue-color: #7DD6F5;
  --lightBlue-color: #242424;
  --premium-color: #FFCA05;
  --lightPremium-color: #242424;
  --adBg-color: #070707;
  --banner-color1: #1C2C31;
  --banner-color2: #332d19;
  --banner-color3: #311D1D;
  --banner-color4: #1B1C2A;
  --breakingnews-bg: #FDECED;
  --breakingnews-text-color: #410000;
  --rose-color: #C85878;
  --green-color: #708D49;
  --orange-color: #C88D34;
  --quickdoc-color: #114dba;
  --spl-heighlight-color-1: #2e222d;
  --spl-heighlight-border-color-1: #5f034c;
  --spl-heighlight-color-2: #1f220c;
  --spl-heighlight-border-color-2: #4f5916;
  --spl-heighlight-color-3: #0f2428;
  --spl-heighlight-border-color-3: #157188;
  --form-border: #3f3f3f;
  --trial-plan-bg: #393939;
  --slide-dot-color: #4b4b4b;
  --next-prevbutton-color: #444549;
}

.mm-sepia-theme {
  --body-bg: #F4ECD8;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #444542;
  --dark-blue-color: #353546;
  --text-color: #444542;
  --secondaryText-color: #5F605C;
  --border-color: #E7D9C3;
  --cardBox-color: #E7D9C3;
  --p-card-cardBox-color: #E7D9C3;
  --cardBox-color-gradient: 231, 217, 195;
  --brandRed-color: #DA2235;
  --lightRed-color: #E7D9C3;
  --brandPrimary-color: #443674;
  --brandPrimary-top-color: #fff;
  --brandBlue-color: #5399B5;
  --lightBlue-color: #E7D9C3;
  --premium-color: #FFCA05;
  --lightPremium-color: #E7D9C3;
  --adBg-color: #F6F0E0;
  --banner-color1: #d5e6dd;
  --banner-color2: #E3D9B2;
  --banner-color3: #E1CACA;
  --banner-color4: #CACCD2;
  --breakingnews-bg: #FDECED;
  --breakingnews-text-color: #410000;
  --rose-color: #ED396C;
  --green-color: #8DC541;
  --orange-color: #F39200;
  --quickdoc-color: #114dba;
  --spl-heighlight-color-1: #f2e4e0;
  --spl-heighlight-border-color-1: #cd8eb0;
  --spl-heighlight-color-2: #eeedd5;
  --spl-heighlight-border-color-2: #cccca5;
  --spl-heighlight-color-3: #e4ece6;
  --spl-heighlight-border-color-3: #67bbc8;
  --form-border: #D7C9B3;
  --trial-plan-bg: #e7d9c3;
  --slide-dot-color: #ccc1b0;
  --next-prevbutton-color: #d1c8b2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.25;
  background-color: var(--body-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%
}

html,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none
}

/*
ol, ul {
	list-style: none;
}
*/
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 5px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:focus {
  outline: 0;
  border: none;
}

.render td,
.render th {
  padding: 5px;
}

table {
  border-top: 1px solid #eee;
  max-width: 100%;
  width: 100%;
  font-family: var(--font-main);
}

table th,
table td {
  font-family: inherit;
  font-size: inherit;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}

* {
  outline: 0;
}
.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-between{
	justify-content: space-between;
}
.align-items-center{
	align-items: center;
}

/*.........................  Main style  .........................*/
.ipl-fix-fixtures-blk {
    font-family: "Poppins", sans-serif;
	border: 1px solid var(--border-color);
}
.ipl-fix-fixtures-blk-In {
    position: relative;
}
.ipl-fix-fixtures-header-blk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #19398a;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    align-items: center;
}
.ipl-fix-ipl-dropdown-blk {
    position: relative;
    display: inline-block;
}
.ipl-fix-arrow-down {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #777;
    position: absolute;
    right: 8px;
    top: 12px;
    z-index: 2;
}
.ipl-fix-fixtures-header-blk select {
    padding: 7px 25px 7px 7px;
    height: auto;
    font-size: 13px;
    border: none;
    border-radius: 6px;
    -webkit-appearance: none;
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipl-fix-dis option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 2em;
    padding: 5px 2px 5px;
    line-height: 30px;
}
.ipl-fix-fixtures-container {
    width: 100%;
    padding-top: 40px;
    position: relative;
    max-height: 497px;
    overflow: auto;
    border-top: 0;
    border-bottom: 0;
}
.ipl-fix-fix-section-blk {
    border-bottom: 1px solid var(--border-color);
    position: relative;
    width: 100%;
    line-height: normal;
    flex-wrap: wrap;
    padding: 10px;
}
.ipl-fix-fix-section-blk:last-child{
	border-bottom: 0;
}
.ipl-fix-bor-r {
    border-right: 1px solid var(--border-color);
}
.ipl-fix-fix-sec-left {
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
    align-items: center;
}
.ipl-fix-match-no {
    font-size: 12px;
    border: 1px solid #ef4123;
    padding: 2px;
    border-radius: 4px;
    width: 60px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #ef4123;
    margin-right: 5px;
    line-height: 1;
}
.ipl-fix-match-completed {
    font-size: 12px;
    color: #ff0f0f;
}
.ipl-fix-match-Date {
    font-size: 14px;
    color: var(--title-color);
    padding: 3px 0;
    line-height: 1;
    text-align: left;
}
.ipl-fix-lg-txt {
    font-size: 16px;
}
.ipl-fix-bold {
    font-weight: 500;
}
.ipl-fix-pad-l {
    padding-left: 5px;
}
.ipl-fix-match-time {
    font-size: 14px;
    color: var(--secondaryText-color);
}
.ipl-fix-time-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    display: inline-block;
    opacity: 0.7;
}
.ipl-fix-time-icon img {
    width: 100%;
}
.ipl-fix-venue-detail-blk {
    font-size: 12px;
    font-weight: 400;
    color: var(--secondaryText-color);
    max-width: 50%;
    text-align: right;
    line-height: 1.3;
}
.ipl-fix-fix-sec-right {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.ipl-fix-fix-sec-right-In {
    width: 100%;
    margin-bottom: 5px;
    align-items: center;
}
.ipl-fix-team-detail-blk-left {
    width: 47%;
    padding-right: 5px;
}
.ipl-fix-team-detail-blk-left .ipl-fix-team-name {
    text-align: left;
}
.ipl-fix-team-logo-lg, .ipl-fix-team-logo-lg-02 {
    min-width: 55px;
    max-width: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}
.ipl-fix-team-logo-lg img, .ipl-fix-team-logo-lg-02 img {
    max-width: 100%;
}
.ipl-fix-team-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin: 0 5px;
    line-height: 1.2;
}
.ipl-fix-vs-blk {
    min-width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: var(--text-color);
    border-radius: 50%;
    background-color: var(--cardBox-color);
}
.ipl-fix-team-detail-blk-right {
    width: 47%;
    text-align: right;
    padding-left: 5px;
    display: flex !important;
    justify-content: end !important;
}
.ipl-fix-score-display-btm {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}
.ipl-fix-score-show-blk, .ipl-fix-score-show-blk-02 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    width: 100px;
}
.ipl-fix-fl-left {
    float: left;
	text-align: left;
}
.ipl-fix-fl-right {
    float: right;
	text-align: right;
}
.ipl-fix-match-result-blk {
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    font-size: 12px;
    color: #ef4123;
}
.cmp-section-title-block {
  margin-bottom: 15px;
}
.cmp-section-title{
	color: var(--title-color);
	font-size: 1.125rem;
	font-weight: 700;
	font-family: "Poppins",arial,EGGIndulekhaUni,sans-serif;
	text-transform: uppercase;
}
.cmp-section-title .cmp-section-shape {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: #333994;
  background-color: var(--brandPrimary-color);
  margin: 5px 5px 5px 0px;
  position: relative;
}
.cmp-section-title .cmp-section-shape::after, .cmp-section-title .cmp-section-shape::before {
  width: 4px;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
}

.cmp-section-title .cmp-section-shape::before {
  top: -5px;
  background-color: var(--brandRed-color);
}
.cmp-section-title .cmp-section-shape::after {
  background-color: var(--brandBlue-color);
  bottom: -5px;
}

@media only screen and (min-width: 991px) {
	.story-col-list-aside .ipl-fix-web-only {
		display: none;
	}
}
@media only screen and (max-width:800px) {
	.ipl-fix-team-name {
		font-size: 14px;
	}
}

@media only screen and (max-width:640px) {
	.ipl-fix-match-Date .ipl-fix-lg-txt {
		font-size: 14px;
	}
	.ipl-fix-team-logo-lg {
		min-width: 50px;
	}
}
@media only screen and (max-width: 600px) {
	.ipl-fix-web-only {
		display: none;
	}
	.ipl-fix-team-name {
		font-size: 15px;
	}
}

@media only screen and (max-width: 480px) {
.ipl-fix-score-show-blk {
    font-size: 14px;
}
.ipl-fix-fixtures-header-blk {
    height: 80px;
	flex-wrap: wrap;
}
.ipl-fix-ipl-header-right {
    float: left;
	margin-top: 5px;
}
.ipl-fix-fixtures-header-blk.d-flex {
    display: block !important;
	text-align: left;
    padding: 10px;
}
.ipl-fix-fixtures-container {
    padding-top: 80px;
}
}