/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import 'https://fonts.googleapis.com/css?family=Nunito:300,400,500,700,900';
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}


/*******************
/*Top bar
*******************/
.topbar {
  background: #4f2a68;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f2a68 0%, #4f2a68 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f2a68 0%, #4f2a68 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f2a68 0%, #4f2a68 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.topbar .navbar-header {
  background: #ffffff;
  box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: #ffffff !important;
}

.logo-center .topbar .navbar-header {
  background: transparent;
  box-shadow: none;
}

/*******************
/*General Elements
*******************/
a {
  color: #4f2a68;
}

a.link:hover, a.link:focus {
  color: #4f2a68 !important;
}

.bg-theme {
  background-color: #4f2a68 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #4f2a68;
  border-color: #4f2a68;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #4f2a68;
}

.text-themecolor {
  color: #4f2a68 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #4f2a68;
  color: #4f2a68;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #4f2a68;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #4f2a68;
  color: #ffffff;
  border: 1px solid #4f2a68;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #4f2a68;
  opacity: 0.7;
  border: 1px solid #4f2a68;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
  background: #fff;
}

.sidebar-nav ul li a {
  color: #4f2a68;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #9362ad;
}

.sidebar-nav > ul > li.active > a {
  border-left: 3px solid #4f2a68;
  color: #9362ad;
}

.sidebar-nav > ul > li.active > a i {
  color: #4f2a68;
}

.sidebar-nav > ul > li > a {
  border-left: 3px solid #fff;
}

.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
  border-left: 3px solid #4f2a68;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i, ul.list-style-none li a:hover {
  color: #4f2a68;
}

.sidebar-nav > ul > li > a i {
  color: #9362ad;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #9362ad;
}


html body .text-orgs {color: rgb(79, 42, 104); }
html body .bg-orgs {background-color: rgba(79, 42, 104, 1.0);}
html body .bg-settings {background-color: #9362ad; }

.btn-outline-orgs {
    color: #9362ad;
    background-color: transparent;
    border-color: #4f2a68;
}
.btn-outline-orgs:hover, .btn-outline-orgs:focus, .btn-outline-orgs.focus {
    border-color: #4f2a68;
    background-color: rgba(79, 42, 104, 0.8);
    color: #ffffff;
}
.btn-orgs, .btn-orgs.disabled, .btn-orgs:hover, .btn-orgs.disabled:hover {
  background: rgba(79, 42, 104, 0.8);
  border: 1px solid rgba(79, 42, 104, 0.8);
  color: #ffffff;
}

html body .text-ex-leagues {color: rgb(147, 98, 173); }
html body .bg-ex-leagues {background-color: rgba(147, 98, 173, 1.0); }
.results-info, .scoring-info {color: #4f2a68;}
.results .roundenddates-column {
    border: 1px solid rgba(147, 98, 173, 0.5);
}
.results-row .item.points, .results-row .right-column-border, .results-row .empty {
    border-right: 1px solid rgba(147, 98, 173, 0.5);
}
.team-summary td.sep:not(:last-of-type) {border-right: 1px solid rgba(147, 98, 173, 0.5); margin-right: 8px;}
.team-summary td.total {border-top: 1px solid rgba(147, 98, 173, 0.5);}

.results-column .results-row:nth-of-type(even) .item, .scoring-column .scoring-row:nth-of-type(even) .item {
    background-color: rgba(79, 42, 104, 0.075);
}

.footer li a:hover, .tab-pane a:hover, a.dashboard-btn:hover, a.std-link:hover {
    color: #9362ad;
}

/* Cookie Dialog */
#gdpr-cookie-message button, button#ihavecookiesBtn {
    background-color: #4f2a68;
}
#gdpr-cookie-message {
    background-color : #9362ad!important;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #9362ad;
}
button#gdpr-cookie-advanced {
    background-color: white;
    color: #4f2a68;
}
#gdpr-cookie-message a {
    color: #4f2a68;
    font-weight: 500;
}
.sidebar-nav ul li.nav-devider {
    background: rgba(13, 14, 14, 0.23);
}
