/* GLOBAL VARIABLES */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
/* Change the below @primaryColor @secondayColor for Theme Color */
/* UNIVERSAL STYLES */
.application-container {
  /* Restyle active nav items */
  /* Prevent validation error text from being black */
}
.application-container h1,
.application-container h2,
.application-container h3,
.application-container h4,
.application-container h5 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  color: unset;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  font-weight: initial;
}
.application-container p,
.application-container b,
.application-container small,
.application-container span,
.application-container label {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  color: unset;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  font-weight: initial;
}
.application-container p {
  font-size: 1rem;
}
.application-container a {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  color: unset;
}
.application-container a:visited,
.application-containera:hover,
.application-container:focus,
.application-container:visited:focus,
.application-container:visited:focus,
.application-container:link,
.application-container:visited:link {
  color: unset;
  -webkit-tap-highlight-color: initial;
  outline: initial;
}
.application-container .nav-item:hover {
  background-color: #C51162;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.application-container .nav-item.active {
  background-color: #C51162;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
}
.application-container .nav-item.Active {
  background-color: #C51162;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
}
.application-container span.field-validation-error span {
  color: #dc3545 !important;
}
/* Theme utilities*/
.theme {
  background: #C51162 !important;
  color: #fff !important;
}
.theme h1,
.theme h2,
.theme h3,
.theme h4,
.theme h5,
.theme p,
.theme b,
.theme small,
.theme span,
.theme label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme .dropdown-menu a {
  color: #000 !important;
}
.theme a {
  color: #fff !important;
}
.theme a:hover {
  text-decoration: none;
}
.theme button {
  color: #fff !important;
}
.theme button:hover {
  color: #fff !important;
}
.theme-sec {
  background: #FDD835 !important;
  color: #000 !important;
}
.theme-sec h1,
.theme-sec h2,
.theme-sec h3,
.theme-sec h4,
.theme-sec h5,
.theme-sec p,
.theme-sec b,
.theme-sec small,
.theme-sec span,
.theme-sec label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme-sec .dropdown-menu a {
  color: #000 !important;
}
.theme-sec a {
  color: #000 !important;
}
.theme-sec a:hover {
  text-decoration: none;
}
.theme-sec button {
  color: #000 !important;
}
.theme-sec button:hover {
  color: #000 !important;
}
.theme-sec-light {
  background: #FDD835 !important;
  color: #000 !important;
}
.theme-sec-light h1,
.theme-sec-light h2,
.theme-sec-light h3,
.theme-sec-light h4,
.theme-sec-light h5,
.theme-sec-light p,
.theme-sec-light b,
.theme-sec-light small,
.theme-sec-light span,
.theme-sec-light label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme-sec-light .dropdown-menu a {
  color: #000 !important;
}
.theme-sec-light a {
  color: #000 !important;
}
.theme-sec-light a:hover {
  text-decoration: none;
}
.theme-sec-light button {
  color: #000 !important;
}
.theme-sec-light button:hover {
  color: #000 !important;
}
.theme-light {
  background: #C51162 !important;
  color: #fff !important;
}
.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light h5,
.theme-light p,
.theme-light b,
.theme-light small,
.theme-light span,
.theme-light label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme-light .dropdown-menu a {
  color: #000 !important;
}
.theme-light a {
  color: #fff !important;
}
.theme-light a:hover {
  text-decoration: none;
}
.theme-light button {
  color: #fff !important;
}
.theme-light button:hover {
  color: #fff !important;
}
.theme-lighter {
  background: #C51162 !important;
  color: #fff !important;
}
.theme-lighter h1,
.theme-lighter h2,
.theme-lighter h3,
.theme-lighter h4,
.theme-lighter h5,
.theme-lighter p,
.theme-lighter b,
.theme-lighter small,
.theme-lighter span,
.theme-lighter label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme-lightest {
  background: #C51162 !important;
  color: #fff !important;
}
.theme-lightest h1,
.theme-lightest h2,
.theme-lightest h3,
.theme-lightest h4,
.theme-lightest h5,
.theme-lightest p,
.theme-lightest b,
.theme-lightest small,
.theme-lightest span,
.theme-lightest label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme-orange {
  background: #FDD835 !important;
  color: #000 !important;
}
.theme-orange h1,
.theme-orange h2,
.theme-orange h3,
.theme-orange h4,
.theme-orange h5,
.theme-orange p,
.theme-orange b,
.theme-orange small,
.theme-orange span,
.theme-orange label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme-orange .dropdown-menu a {
  color: #000 !important;
}
.theme-orange a {
  color: #000 !important;
}
.theme-orange a:hover {
  text-decoration: none;
}
.theme-orange button {
  color: #000 !important;
}
.theme-orange button:hover {
  color: #000 !important;
}
.theme-orange-light {
  background: #FDD835 !important;
  color: #000 !important;
}
.theme-orange-light h1,
.theme-orange-light h2,
.theme-orange-light h3,
.theme-orange-light h4,
.theme-orange-light h5,
.theme-orange-light p,
.theme-orange-light b,
.theme-orange-light small,
.theme-orange-light span,
.theme-orange-light label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.theme-orange-light .dropdown-menu a {
  color: #000 !important;
}
.theme-orange-light a {
  color: #000 !important;
}
.theme-orange-light a:hover {
  text-decoration: none;
}
.theme-orange-light button {
  color: #000 !important;
}
.theme-orange-light button:hover {
  color: #000 !important;
}
.bg-theme-blue {
  background: #C51162;
  color: #fff !important;
}
.text-theme-blue {
  color: #C51162 !important;
}
.bg-theme-grey {
  background: #C51162;
  color: #fff !important;
}
.text-theme-grey {
  color: #C51162 !important;
}
.bg-theme-lightblue {
  background: #C51162;
  color: #fff !important;
}
.text-theme-lightblue {
  color: #C51162 !important;
}
.bg-theme-orange {
  background: #FDD835;
  color: #000 !important;
}
.text-theme-orange {
  color: #FDD835 !important;
}
.bg-theme-green {
  background: #FDD835;
  color: #000 !important;
}
.text-theme-green {
  color: #FDD835 !important;
}
.border-theme-blue {
  border-color: #C51162 !important;
}
.border-theme-orange {
  border-color: #FDD835 !important;
}
.btn-theme {
  background: #C51162 !important;
  color: #fff !important;
  -webkit-appearance: initial !important;
}
.btn-theme h1,
.btn-theme h2,
.btn-theme h3,
.btn-theme h4,
.btn-theme h5,
.btn-theme p,
.btn-theme b,
.btn-theme small,
.btn-theme span,
.btn-theme label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-theme .dropdown-menu a {
  color: #000 !important;
}
.btn-theme a {
  color: #fff !important;
}
.btn-theme a:hover {
  text-decoration: none;
}
.btn-theme button {
  color: #fff !important;
}
.btn-theme button:hover {
  color: #fff !important;
}
.btn-theme:hover {
  background: #C51162 !important;
  color: #fff !important;
}
.btn-theme:hover h1,
.btn-theme:hover h2,
.btn-theme:hover h3,
.btn-theme:hover h4,
.btn-theme:hover h5,
.btn-theme:hover p,
.btn-theme:hover b,
.btn-theme:hover small,
.btn-theme:hover span,
.btn-theme:hover label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-theme:hover .dropdown-menu a {
  color: #000 !important;
}
.btn-theme:hover a {
  color: #fff !important;
}
.btn-theme:hover a:hover {
  text-decoration: none;
}
.btn-theme:hover button {
  color: #fff !important;
}
.btn-theme:hover button:hover {
  color: #fff !important;
}
.btn-theme-sec {
  background: #FDD835 !important;
  color: #000 !important;
  -webkit-appearance: initial !important;
}
.btn-theme-sec h1,
.btn-theme-sec h2,
.btn-theme-sec h3,
.btn-theme-sec h4,
.btn-theme-sec h5,
.btn-theme-sec p,
.btn-theme-sec b,
.btn-theme-sec small,
.btn-theme-sec span,
.btn-theme-sec label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-theme-sec .dropdown-menu a {
  color: #000 !important;
}
.btn-theme-sec a {
  color: #000 !important;
}
.btn-theme-sec a:hover {
  text-decoration: none;
}
.btn-theme-sec button {
  color: #000 !important;
}
.btn-theme-sec button:hover {
  color: #000 !important;
}
.btn-theme-sec:hover {
  background: #FDD835 !important;
  color: #000 !important;
}
.btn-theme-sec:hover h1,
.btn-theme-sec:hover h2,
.btn-theme-sec:hover h3,
.btn-theme-sec:hover h4,
.btn-theme-sec:hover h5,
.btn-theme-sec:hover p,
.btn-theme-sec:hover b,
.btn-theme-sec:hover small,
.btn-theme-sec:hover span,
.btn-theme-sec:hover label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-theme-sec:hover .dropdown-menu a {
  color: #000 !important;
}
.btn-theme-sec:hover a {
  color: #000 !important;
}
.btn-theme-sec:hover a:hover {
  text-decoration: none;
}
.btn-theme-sec:hover button {
  color: #000 !important;
}
.btn-theme-sec:hover button:hover {
  color: #000 !important;
}
.btn-theme-light {
  background: #C51162 !important;
  color: #fff !important;
  -webkit-appearance: initial !important;
}
.btn-theme-light h1,
.btn-theme-light h2,
.btn-theme-light h3,
.btn-theme-light h4,
.btn-theme-light h5,
.btn-theme-light p,
.btn-theme-light b,
.btn-theme-light small,
.btn-theme-light span,
.btn-theme-light label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-theme-light .dropdown-menu a {
  color: #000 !important;
}
.btn-theme-light a {
  color: #fff !important;
}
.btn-theme-light a:hover {
  text-decoration: none;
}
.btn-theme-light button {
  color: #fff !important;
}
.btn-theme-light button:hover {
  color: #fff !important;
}
.btn-theme-light:hover {
  background: #C51162 !important;
  color: #fff !important;
}
.btn-theme-light:hover h1,
.btn-theme-light:hover h2,
.btn-theme-light:hover h3,
.btn-theme-light:hover h4,
.btn-theme-light:hover h5,
.btn-theme-light:hover p,
.btn-theme-light:hover b,
.btn-theme-light:hover small,
.btn-theme-light:hover span,
.btn-theme-light:hover label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-theme-lighter {
  background: #C51162 !important;
  color: #fff !important;
  -webkit-appearance: initial !important;
}
.btn-theme-lighter h1,
.btn-theme-lighter h2,
.btn-theme-lighter h3,
.btn-theme-lighter h4,
.btn-theme-lighter h5,
.btn-theme-lighter p,
.btn-theme-lighter b,
.btn-theme-lighter small,
.btn-theme-lighter span,
.btn-theme-lighter label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-theme-lighter:hover {
  background: #C51162 !important;
  color: #fff !important;
}
.btn-theme-lighter:hover h1,
.btn-theme-lighter:hover h2,
.btn-theme-lighter:hover h3,
.btn-theme-lighter:hover h4,
.btn-theme-lighter:hover h5,
.btn-theme-lighter:hover p,
.btn-theme-lighter:hover b,
.btn-theme-lighter:hover small,
.btn-theme-lighter:hover span,
.btn-theme-lighter:hover label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-orange {
  background: #FDD835 !important;
  color: #000 !important;
  -webkit-appearance: initial !important;
}
.btn-orange h1,
.btn-orange h2,
.btn-orange h3,
.btn-orange h4,
.btn-orange h5,
.btn-orange p,
.btn-orange b,
.btn-orange small,
.btn-orange span,
.btn-orange label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-orange .dropdown-menu a {
  color: #000 !important;
}
.btn-orange a {
  color: #000 !important;
}
.btn-orange a:hover {
  text-decoration: none;
}
.btn-orange button {
  color: #000 !important;
}
.btn-orange button:hover {
  color: #000 !important;
}
.btn-orange:hover {
  background: #FDD835 !important;
  color: #000 !important;
}
.btn-orange:hover h1,
.btn-orange:hover h2,
.btn-orange:hover h3,
.btn-orange:hover h4,
.btn-orange:hover h5,
.btn-orange:hover p,
.btn-orange:hover b,
.btn-orange:hover small,
.btn-orange:hover span,
.btn-orange:hover label {
  color: #000 !important;
  text-decoration: none;
  letter-spacing: normal;
}
.btn-orange:hover .dropdown-menu a {
  color: #000 !important;
}
.btn-orange:hover a {
  color: #000 !important;
}
.btn-orange:hover a:hover {
  text-decoration: none;
}
.btn-orange:hover button {
  color: #000 !important;
}
.btn-orange:hover button:hover {
  color: #000 !important;
}
/* Typography utilities*/
.header {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  font-weight: 500;
}
.special-header {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  font-weight: 600;
}
.paragraph {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  font-weight: 300;
}
.secondary-paragraph {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  font-weight: 300;
  font-style: italic;
}
/* Image size utilities */
.square-image {
  width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.square-image-medium {
  width: 100px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.square-image-small {
  width: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.square-image-tiny {
  width: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
/* Utility class for word break */
.word-break {
  word-break: break-word;
}
/* Break white-space */
.break-whitespace {
  white-space: normal !important;
}
.date_time_fixture_col {
  font-size: 11px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: 1px solid #dee2e6 !important;
}
.date_time_fixture {
  width: 70px;
  border-left: 1px solid #dee2e6 !important;
}
.name_fixture {
  width: 450px;
  box-sizing: border-box;
}
/* Fixture team name */
.fixture-teams {
  overflow: hidden;
  width: 450px;
  margin: auto;
}
.fixture-teams .fixture-team-name {
  margin-top: auto;
  float: left;
  width: 195px;
}
.fixture-teams .fixture-team-name img {
  width: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.fixture-teams .fixture-team-vs {
  float: left;
  width: 35px;
}
.fixture-teams span {
  margin-top: auto;
  margin-bottom: auto;
}
.fixture-teams small {
  display: inline-block;
  margin-top: 10px;
  line-height: 15px;
}
/* Fixture team name new */
.fixture-teams-new {
  overflow: hidden;
  width: 300px;
  margin: auto;
}
.fixture-teams-new .fixture-team-name-new {
  margin-top: auto;
  float: left;
  width: 130px;
}
.fixture-teams-new .fixture-team-name-new img {
  width: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.fixture-teams-new .fixture-team-vs-new {
  float: left;
  width: 35px;
}
.fixture-teams-new span {
  margin-top: auto;
  margin-bottom: auto;
}
.fixture-teams-new small {
  display: inline-block;
  margin-top: 10px;
  line-height: 15px;
}
/*SOCIAL-LINKS*/
.menu-social-links {
  list-style: none;
  margin: 3px 0;
  padding-left: 0;
}
.menu-social-links li {
  display: inline-block;
  margin-left: 1px;
}
.menu-social-links .fab {
  background: #FDD835;
  color: #fff;
  font-size: 16px;
  border-radius: 1px;
  padding: 0 !important;
  height: 25px;
  width: 25px;
  line-height: 26px;
  text-align: center;
}
.menu-social-links .fab:hover {
  background: #FDD835;
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Custom checkbox */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #FDD835;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #FDD835;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
/*.styled-checkbox:hover + label:before {
}

.styled-checkbox:focus + label:before {
}

.styled-checkbox:checked + label:before {
}

.styled-checkbox:disabled + label {
    
}

.styled-checkbox:disabled + label:before {
    
}

.styled-checkbox:checked + label:after {
    
}*/
/* Custom multi-level dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
/* Custom button radius */
.btn {
  border-radius: 2px;
}
.btn.btn-sm {
  border-radius: 2px;
}
.btn.btn-md {
  border-radius: 2px;
}
.btn.btn-lg {
  border-radius: 2px;
}
/* Highlight options for tables */
.highlight-hover {
  background: whitesmoke !important;
  color: #858796 !important;
}
.highlight-checked {
  background: #C51162 !important;
  color: #fff !important;
}
.highlight-checked h1,
.highlight-checked h2,
.highlight-checked h3,
.highlight-checked h4,
.highlight-checked h5,
.highlight-checked p,
.highlight-checked b,
.highlight-checked small,
.highlight-checked span,
.highlight-checked label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.highlight-checked:hover td label {
  color: #858796 !important;
}
/* Custom table styling */
.table.borderless td {
  border: 0;
}
/* Override datatables styling */
.table-responsive {
  overflow-x: initial;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
span.dtr-data {
  text-align: right;
  word-break: break-all;
  white-space: normal;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
.dataTables_filter input {
  border: 1px solid #ced4da;
}
.page-item.active .page-link {
  background: #C51162 !important;
  color: #fff !important;
  border-color: #dee2e6;
}
.page-item.active .page-link h1,
.page-item.active .page-link h2,
.page-item.active .page-link h3,
.page-item.active .page-link h4,
.page-item.active .page-link h5,
.page-item.active .page-link p,
.page-item.active .page-link b,
.page-item.active .page-link small,
.page-item.active .page-link span,
.page-item.active .page-link label {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: normal;
}
.page-item.active .page-link .dropdown-menu a {
  color: #000 !important;
}
.page-item.active .page-link a {
  color: #fff !important;
}
.page-item.active .page-link a:hover {
  text-decoration: none;
}
.page-item.active .page-link button {
  color: #fff !important;
}
.page-item.active .page-link button:hover {
  color: #fff !important;
}
/* Sticky footer to bottom */
html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  font-weight: 300;
}
#application-container {
  flex: 1 0 auto;
}
#sticky-footer {
  flex-shrink: 0;
}
/* Navbar styling */
.navbar {
  border-bottom: 1px solid #d6d6d6;
}
.navbar li a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  font-weight: 500;
}
/* Override card styling */
.card {
  text-align: left;
}
.card .card-header {
  background-color: #f8f9fc;
  border-bottom: 1px solid #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons" !important;
  font-weight: 600 !important;
}
.card .card-header .fas {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.card .card-header.collapsed .fas {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.card .card-header h6 {
  text-transform: uppercase;
}
.card .card-header a {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Nunito", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "fcicons";
  font-weight: 300;
}
/* Override slick carousel slider */
.slick-prev:before,
.slick-next:before {
  color: #FDD835 !important;
}
.slick-list {
  margin: 0 -27px;
}
.slick-list .slick-slide {
  margin: 0 27px;
}
.slick-list .slick-slide .card {
  opacity: 0.5;
}
.slick-list .slick-slide.slick-active.slick-center .card {
  opacity: 1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* Custom background */
.dashed-line-bg {
  background-image: url(../images/test.png);
  background-position: 110% 10%;
  background-size: 50%;
  background-repeat: no-repeat;
}
/* Chat styling */
/* Dot for chat indicator */
.dot {
  height: 10px;
  width: 10px;
  background-color: lawngreen;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
.date-divider {
  text-align: center;
  margin-bottom: 1rem;
}
.date-divider .date {
  margin: 0;
  font-weight: bold;
  background-color: rgba(253, 216, 53, 0.2);
}
.chat-preview-container {
  display: flex;
  margin-bottom: 1rem;
  color: black;
  text-decoration: none;
  padding: 5px;
  height: 60px;
}
.chat-preview-container:hover {
  background: #C51162;
  color: #fff !important;
  border-radius: 2px;
  text-decoration: none;
}
.chat-preview-container .chat-preview-image {
  margin-right: 1rem;
}
.chat-preview-container .chat-preview-info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.chat-message {
  padding: 10px;
  width: fit-content;
  max-width: 500px;
  border-radius: 0.25rem !important;
  margin-bottom: 1rem;
}
.chat-message.from {
  background-color: rgba(211, 211, 211, 0.2);
  margin-right: auto;
}
.chat-message.to {
  background-color: rgba(253, 216, 53, 0.2);
  margin-left: auto;
}
.chat-message .message-text {
  margin: 0;
}
/* League Table Styling */
.highlight-team-row {
  background-color: whitesmoke;
}
/* Loading spinner */
#divAjaxProgress {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.9;
  background-color: #fbf8f8;
  z-index: 1000000;
  text-align: center;
}
/* Center content vertically and horizontally */
.center-hv {
  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%);
}
/* Class which disables text/icon highlight with double click */
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
/* Responsive classes */
@media (max-width: 767px) {
  /* 
        Custom Bootrap Classes 
    */
  .ClaimStatsTop {
    margin-bottom: 5px;
  }
  .m-xs-0 {
    margin: 0rem !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
  }
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-0 {
    margin-right: 0rem !important;
  }
  .mr-xs-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xs-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-5 {
    margin-bottom: 3rem !important;
  }
  .my-auto-xs {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-auto-xs {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .py-xs-0 {
    margin-bottom: 0rem !important;
  }
  .py-xs-1 {
    margin-bottom: 0.5rem !important;
  }
  .py-xs-2 {
    margin-bottom: 0.25rem !important;
  }
  .py-xs-3 {
    margin-bottom: 1rem !important;
  }
  .py-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    margin-bottom: 3rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .btn {
    font-size: 0.75rem;
  }
  .xs-input-group-sm > .form-control,
  .input-group-sm > .input-group-prepend > .input-group-text,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .input-group-sm > .input-group-append > .btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
  }
  .d-xs-none {
    display: none;
  }
  /* 
        Overwritten HTML Tags 
    */
  html {
    font-size: 1rem !important;
  }
  html body {
    font-size: 1rem !important;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  b {
    font-size: 0.875rem;
  }
  p {
    font-size: 0.75rem;
  }
  a {
    font-size: 0.75rem;
  }
  li {
    font-size: 0.75rem;
  }
  label {
    font-size: 0.75rem;
  }
  span {
    font-size: 0.73rem;
  }
  small {
    font-size: 0.73rem;
  }
  /* 
        Changes to Custom Classes Created
    */
  /* 
        New custom classes for responsive 
    */
  /* Reverse order of DOM element */
  .reverse-order-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* Display contents utitlity clase */
  .d-contents-xs {
    display: contents;
  }
  .d-flex-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .justify-content-between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* Tiny text */
  .tiny-text {
    font-size: 0.6rem;
  }
  /* Remove margin from search input on datatable filter */
  .dataTables_filter label {
    margin: 0;
  }
  /* Change text size of sweetalert */
  .swal2-title {
    font-size: 20px !important;
  }
  /* Side bar and naviagtion styling */
  .notification-btn .notification-badge {
    top: 10px;
    right: 0px;
  }
  /* Change width of emoji input */
  .emojionearea.emojionearea-standalone {
    width: 100% !important;
  }
}
@media (max-width: 965px) {
  /* Remove margin from search input on datatable filter */
  .dataTables_filter label {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /*
        Custom Bootstrap Classes
    */
  .d-contents-md {
    display: contents !important;
  }
  .btn {
    font-size: 0.85rem;
  }
  /* 
        Overwritten HTML Tags 
    */
  html {
    font-size: 1rem !important;
  }
  html body {
    font-size: 1rem !important;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.975rem;
  }
  b {
    font-size: 0.875rem;
  }
  p {
    font-size: 0.85rem;
  }
  a {
    font-size: 0.85rem;
  }
  li {
    font-size: 0.85rem;
  }
  label {
    font-size: 0.85rem;
  }
  span {
    font-size: 0.83rem;
  }
  small {
    font-size: 0.83rem;
  }
  /*
        Changes to Custom Classes Created
    */
  /* Style help cards */
  .page-help-card {
    height: 250px;
  }
  /* Side bar and naviagtion styling */
  .notification-btn .notification-badge {
    top: 10px;
    right: -5px;
  }
  /*
        New Custom Classes
    */
}
/* CUSTOM EDITED RESPONSIVE CLASSES */
@media (min-width: 576px) and (max-width: 1023px) {
  .modal-dialog {
    max-width: 700px;
  }
}
/* Bugfix CSS Starts Here */
.white_text {
  color: #fff;
}
table.no_hover_table tr:hover a.no_hover_anchor {
  color: #fff !important;
}
.pad_ten_twenty {
  padding: 10px 20px;
}
#btnEditTeam,
#btnEditTeam ~ a {
  margin-right: 5px;
  margin-bottom: 10px;
}
#divFixturesContainer .table-responsive,
#innerModal .table-responsive {
  overflow-x: auto;
}
.new_dflex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.new_dflex > .matchCoordinators {
  width: 100%;
  flex: 1;
}
.new_dflex_child > ul {
  display: flex;
  align-items: end;
}
.noMoreTable tr td:last-child,
.noMoreTable tr th:last-child {
  display: none;
}
.noMoreTablePayment tr td:nth-last-child(2),
.noMoreTablePayment tr th:nth-last-child(2),
.noMoreTablePayment tr td:nth-last-child(3),
.noMoreTablePayment tr th:nth-last-child(3) {
  display: table-cell !important;
}
.noMoreTablePayment tr td:last-child,
.noMoreTablePayment tr th:last-child {
  display: none;
}
.noMoreTablePayment tr td:first-child,
.noMoreTablePayment tr th:first-child {
  width: 40px !important;
  padding: 10px 2px;
}
.noMoreTablePayment tr th span {
  display: block;
  position: relative;
  left: 3px;
  font-weight: bold;
  font-size: 16px;
}
.pad_ten_six {
  padding: 10px 6px;
}
.noMoreTableStatement tr td:nth-last-child(2),
.noMoreTableStatement tr th:nth-last-child(2),
.noMoreTableStatement tr td:nth-last-child(3),
.noMoreTableStatement tr th:nth-last-child(3) {
  display: table-cell !important;
}
.noMoreTableStatement tr td:first-child,
.noMoreTableStatement tr th:first-child {
  width: 40px !important;
  padding: 10px 2px;
}
.noMoreTableStatement tr th span {
  display: block;
  position: relative;
  left: 3px;
  font-weight: bold;
  font-size: 16px;
}
.noMoreTableStatement thead tr th.fixed_width100,
.noMoreTableStatement tbody tr td.fixed_width100 {
  width: 100px !important;
  word-break: break-all;
}
.newTabs .nav-pills .nav-link {
  background-color: #C51162 !important;
  color: #999 !important;
  cursor: pointer;
}
.newTabs .nav-pills .nav-link.active,
.newTabs .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #C51162 !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
#navbarResponsive .nav-item {
  padding-left: 5px;
}
a.btn-success {
  background-color: #C51162 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
@media only screen and (max-width: 768px) {
  .no_d_none .col-12 {
    display: flex;
    flex-direction: column;
  }
  .no_d_none .pull-right ~ .d-none {
    display: block !important;
    margin-bottom: 10px;
  }
  .fixture_teams_fix {
    flex-direction: column;
    gap: 15px;
  }
  .fixture_teams_fix .bg-theme-blue {
    width: 30px;
    margin: auto;
    background: #eee;
    color: blue !important;
  }
  table.noMoreTablePayment th,
  table.noMoreTablePayment td {
    padding: 0.75rem 0.3rem;
  }
  .newTabs {
    padding: 0.3rem;
  }
  .res_col_table thead {
    display: none;
  }
  .res_col_table,
  .res_col_table tbody,
  .res_col_table tr,
  .res_col_table td {
    display: block;
  }
  .res_col_table .mb-2 {
    margin-bottom: 0 !important;
  }
  .res_col_table tr {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
  }
  .res_col_table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #fafafa;
  }
  .res_col_table td:nth-child(odd) {
    background-color: #fefefe;
  }
  .res_col_table td::before {
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    content: attr(data-label);
  }
  .new_dflex {
    flex-direction: column;
  }
}
.update_fixture_cust .card-header {
  padding: 0;
}
.update_fixture_cust .panel-title a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #444;
}
.update_fixture_cust .panel-title a::after,
.update_fixture_cust .panel-title a[aria-expanded="false"]::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 10px;
  color: #ccc;
}
.update_fixture_cust .panel-title a[aria-expanded="true"]::after {
  content: "▲";
  position: absolute;
  right: 15px;
  top: 10px;
}
.forfeit_1_reason,
.forfeit_2_reason {
  display: none;
}
select#matchCoordinators + label#matchCoordinators-error {
  position: absolute;
  left: 15px;
  top: 55px;
  color: red;
  font-size: 12px;
}
.fixture_summary {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .name_fixture {
    width: 250px;
  }
  .fixture-teams {
    width: unset;
  }
  .fixture-team-vs {
    float: none !important;
    margin: 10px auto !important;
  }
  /* Fixture team name new */
  .fixture-teams-new {
    width: 100%;
  }
  .fixture-teams-new .fixture-team-name-new {
    float: none;
    width: 100%;
  }
  .fixture-teams-new .fixture-team-name-new img {
    width: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
  }
  .fixture-teams-new .fixture-team-vs-new {
    float: none;
    margin: 10px auto;
  }
}
li.customnavItem.show > a {
  background-color: #C51162 !important;
  color: #fff !important;
}
.customnavItem .dropdown-menu {
  background-color: #C51162 !important;
}
.customnavItem .dropdown-menu a.text-dark {
  color: #fff !important;
}
.customnavItem .dropdown-menu li:hover a,
.customnavItem .dropdown-menu a.text-dark:hover {
  color: #222 !important;
}
/*@media only screen and (max-width:460px) {

    .payTable {
        width: 400px !important;
        position: relative;
        left: -35px;
        background-color: #fff;
    }
}

@media only screen and (max-width:413px) {

    .payTable {
        width: 362px !important;
        position: relative;
        left: -35px;
        background-color: #fff;
    }
}*/
/* Bugfix CSS Ends Here */
/* Chat Component CSS Starts Here */
.chat-icon {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  z-index: 9999;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e8f6;
  border-radius: 50%;
}
.chat-icon:hover {
  text-decoration: none;
}
.chat-icon i {
  font-size: 32px;
  color: #FDD835 !important;
}
.chat-box-small {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 20px;
  width: 350px;
  height: 400px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.chat-box-small .chat-new-small {
  display: none;
}
.chat-box-big {
  border: 1px solid #ddd;
  padding: 10px;
}
.chat-back {
  display: none;
}
#chatBoxSmall .chat-main {
  display: none;
}
.chat-box,
.chat-box-small,
.chat-box-big {
  border-radius: 5px;
  background-color: #f8f9fa;
}
.chat-box .chat-individual,
.chat-box-small .chat-individual,
.chat-box-big .chat-individual {
  gap: 5px;
  background-color: #e9ecef;
  border-radius: 3px;
  cursor: pointer;
}
.chat-box .chat-individual:hover,
.chat-box-small .chat-individual:hover,
.chat-box-big .chat-individual:hover {
  background-color: #dcdddd;
}
.chat-box .chat-individual .chat-ind-image,
.chat-box-small .chat-individual .chat-ind-image,
.chat-box-big .chat-individual .chat-ind-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 40px;
}
.chat-box .chat-individual .chat-ind-image .chat-ind-logo,
.chat-box-small .chat-individual .chat-ind-image .chat-ind-logo,
.chat-box-big .chat-individual .chat-ind-image .chat-ind-logo {
  width: 30px;
  height: 30px;
  border-radius: 25%;
}
.chat-box .chat-individual .chat-ind-body,
.chat-box-small .chat-individual .chat-ind-body,
.chat-box-big .chat-individual .chat-ind-body {
  font-size: 13px;
  text-align: left;
}
.chat-box .chat-individual .chat-ind-time,
.chat-box-small .chat-individual .chat-ind-time,
.chat-box-big .chat-individual .chat-ind-time {
  text-align: right;
  width: 60px;
}
.chat-box .chat-individual .chat-ind-time span,
.chat-box-small .chat-individual .chat-ind-time span,
.chat-box-big .chat-individual .chat-ind-time span {
  font-size: 11px;
}
.chat-box .chat-individual .chat-ind-time .badge,
.chat-box-small .chat-individual .chat-ind-time .badge,
.chat-box-big .chat-individual .chat-ind-time .badge {
  font-size: 12px;
  display: inline-block;
  padding: 8px 0;
  font-weight: bold;
}
.chat-box .chat-search,
.chat-box-small .chat-search,
.chat-box-big .chat-search {
  background-color: #e9ecef;
  border-radius: 3px;
}
.chat-box .chat-msg-text,
.chat-box-small .chat-msg-text,
.chat-box-big .chat-msg-text {
  font-size: 14px;
  font-weight: normal;
  width: 195px;
}
.chat-box .chat-header,
.chat-box-small .chat-header,
.chat-box-big .chat-header {
  background-color: #C51162;
  color: #fff !important;
}
.chat-box .chat-footer,
.chat-box-small .chat-footer,
.chat-box-big .chat-footer {
  background-color: #FDD835;
  color: #000 !important;
}
.chat-box .icons,
.chat-box-small .icons,
.chat-box-big .icons {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.chat-box .icons i,
.chat-box-small .icons i,
.chat-box-big .icons i {
  font-size: 12px;
}
.chat-box .chat-main-title,
.chat-box-small .chat-main-title,
.chat-box-big .chat-main-title {
  overflow: hidden;
  margin: 0 10px 0 0 !important;
}
.chat-box .chat-inner,
.chat-box-small .chat-inner,
.chat-box-big .chat-inner {
  height: 400px;
}
.chat-box i.chat-attachments,
.chat-box-small i.chat-attachments,
.chat-box-big i.chat-attachments {
  width: 30px;
  height: 40px;
  display: block;
  text-align: center;
  margin: auto;
  line-height: 40px;
  cursor: pointer;
}
.chat-box i.chat-attachments:after,
.chat-box-small i.chat-attachments:after,
.chat-box-big i.chat-attachments:after {
  display: none;
}
.chat-box .chat-canvas .chat-container,
.chat-box-small .chat-canvas .chat-container,
.chat-box-big .chat-canvas .chat-container {
  margin: 0 auto;
}
.chat-box .chat-canvas .chat-message-body,
.chat-box-small .chat-canvas .chat-message-body,
.chat-box-big .chat-canvas .chat-message-body {
  font-size: 13px;
  text-align: left;
}
.chat-box .chat-canvas .chat-new-message,
.chat-box-small .chat-canvas .chat-new-message,
.chat-box-big .chat-canvas .chat-new-message {
  display: flex;
  gap: 5px;
  background-color: #e9ecef;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.chat-box .chat-canvas .chat-new-message .chat-msg-text,
.chat-box-small .chat-canvas .chat-new-message .chat-msg-text,
.chat-box-big .chat-canvas .chat-new-message .chat-msg-text {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}
.chat-box .chat-canvas .chat-name-title,
.chat-box-small .chat-canvas .chat-name-title,
.chat-box-big .chat-canvas .chat-name-title {
  color: #999;
}
.chat-box .chat-canvas .chat-message-left,
.chat-box-small .chat-canvas .chat-message-left,
.chat-box-big .chat-canvas .chat-message-left {
  background-color: #f1f0f0;
}
.chat-box .chat-canvas .chat-message-right,
.chat-box-small .chat-canvas .chat-message-right,
.chat-box-big .chat-canvas .chat-message-right {
  background-color: #d9edf7;
  flex-direction: row-reverse;
}
.chat-box .chat-canvas .chat-message-right .chat-message-body,
.chat-box-small .chat-canvas .chat-message-right .chat-message-body,
.chat-box-big .chat-canvas .chat-message-right .chat-message-body {
  text-align: right;
}
.chat-box .chat-canvas .chat-message-image,
.chat-box-small .chat-canvas .chat-message-image,
.chat-box-big .chat-canvas .chat-message-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 40px;
}
.chat-box .chat-canvas .chat-message-image .chat-message-logo,
.chat-box-small .chat-canvas .chat-message-image .chat-message-logo,
.chat-box-big .chat-canvas .chat-message-image .chat-message-logo {
  width: 30px;
  height: 30px;
  border-radius: 25%;
}
#chatBoxSmall .chat-msg-text {
  width: 220px;
}
#chatBoxSmall .chat-and-chat-search .chat-msg-text {
  width: 195px;
}
#chatBoxBig .chat-list .chat-msg-text {
  width: 225px;
}
/* Chat Component CSS Ends Here */
/* Theme Color Dropdown CSS Starts Here */
.custom-select {
  position: relative;
  font-family: Arial;
  padding: 0;
  border-radius: 0;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.custom-select .select-items div,
.custom-select .select-selected {
  color: #6e707e;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 150px;
  overflow: auto;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-select .select-items .square-box {
  height: 18px;
  width: 18px;
  float: right;
}
.custom-select .select-selected .square-box {
  height: 18px;
  width: 18px;
  right: 30px;
  position: absolute;
}
/* Theme Color Dropdown CSS Ends Here */
/*Membership CSS*/
.ribbon-top {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.height-120-px {
  height: 120px;
}
.height-100-px {
  height: 100px;
}
.height-75-px {
  height: 75px;
}
.border-theme-orange {
  border-color: #FDD835 !important;
}
.border-width-5-px {
  border-width: 5px !important;
}
/*End of Membership Css*/
