/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 @import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.bg-black-grey {
	background-image: linear-gradient(to top right, #263238 , #37474f);
}

.vis-item {
	color: #eceff1;
	background-color: #37474f;
	border-color: #263238;
}

.vis-item.vis-box {
    border-radius: 50px;
}

.vis-timeline {
    position: relative;
    border: 1px solid #ffc107;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.vis-item.vis-point.vis-selected, .vis-item.vis-selected {
    background-color: #263238;
    border-color: #eceff1;
}

.vis-time-axis .vis-text {
    color: #ffc107;
}

blockquote {
    border-left: 5px solid #ffc107;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #ffc107;
}


.unmask {
  position: absolute;
  right: 25px;
  top: 12px;
}
.unmask:before {
  content: "";
  position:absolute;
  top:9px; left:10px;
  width: 6px;
  height: 6px;
  background: #607d8b;
  z-index:1;
  border-radius: 50%;
}

.progress {
  display: none;
  background-color: #37474f;
}

.dropdown-content {
  min-width: 200px;
}


.dropdown-content li > span {
  color: #ffc107 ;
  //border: 1px solid #ffc107;
  //background: #ffc10750;
}

.delete-earner {
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;
}

.michroma {
  font-family: 'Michroma', sans-serif;
}



table.highlight>tbody>tr:hover {
  background: rgb(51,51,51);
  background: linear-gradient(to top right, #263238 , #37474f);
}

th[data-sort]{
  cursor:pointer;
}

html {
  scroll-behavior: smooth;
}

.material-tooltip{
  border: 1px solid #ffc107;
  background: #ffc10750;
  background: linear-gradient(to top right, #263238 , #37474f);
}

.sidenav .user-view .avatar {
    height: 64px;
    width: 50px;
}

.collection .collection-item.avatar .li-avatar {
    height: 64px;
    width: 50px;
    position: absolute;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

#copy-permalink{
  cursor: pointer;
}

#video_modal {
  width: fit-content;
}


input, textarea {
  color: #ffc107;
}

.autocomplete-content li .highlight {
  color: white;
}

.autocomplete-content li span {
  background: linear-gradient(to top right, #263238 , #37474f);
}

.field-edit{
  padding: 9px;
  border-style: dotted;
  border-color: #ffc107;
  border-width: 1px;
}

.field-edit:hover {
  background-color: #263238;
  background-image: url("../img/edit.png");
  background-repeat: no-repeat;
  background-position: right;
}

.datepicker-calendar-container, .dropdown-content.select-dropdown{
  background: rgb(51,51,51);
  background: linear-gradient(to top right, #263238 , #37474f);
}
.timepicker-container {
  background: rgb(51,51,51);
  background: linear-gradient(to top right, #263238 , #37474f); 
}

.tabs .tab a {
  color: #ffc107;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: white;
}

.tabs .indicator {
  background-color: #ffc107;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: #ffc10750;
}

.chart-legend {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background:   #37474f; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc107; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffd54f; 
}

.switch label .lever:before {
  background-color: #ffc10750;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #ffc107;
}

#followed_players {
  overflow: scroll;
  overflow-x: hidden;
}

.drop-area {
  height: 200px;
}

#field{
  background-image: url('../img/field.png');
  background-size: 100% 100%;
  min-height: 800px;
  min-width: 500px;
}

.button-rounded {
  border-radius: 999px;
}

.delete-player {
  top: -20px;
  left: -20px;
}

.profile-card {
  width: 247px;
  height: 400px;
}


#card_data {
  margin-top: -400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  width:  227px;
  height:  400px;
}

.card-data-block {
  height:  50px;
  position: relative;
  padding: 0 10px 0 10px;
  margin-bottom:  0px;
  line-height: 40px;
}