@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap';

html {
  position: relative;
  height: 100%
}

body {
  background: #1a1d23;
  font-family: Inter;
  min-height: 100%;
  color: #eee;
  overflow-x: hidden;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3
}

.ck-editor{
color: #000!important;
margin-top: 5px!important;
margin-bot: 5px!important;

}
.ck-editor__editable_inline {
    min-height: 350px;
    max-height: 350px;
}

body.body-fixed {
  height: 100%;
  overflow: hidden
}


a {
  color: #fff;
  text-decoration: none!important;
  outline: none
}

a:hover {
  color: #25ff70
}

button,
.btn {
  border: none!important;
  font-size: 14px;
  outline: none!important;
  box-shadow: none!important;
  border-radius: 0;
  font-weight: 500;
  padding: .5rem 1rem
}

.vb-btn {
  padding: .75rem 1.5rem;
  border-radius: .4rem
}

.btn {
  color: #fff
}

.btn:hover {
  color: #aaa
}

.btn-blank {
  padding-left: 0!important;
  padding-right: 0!important;
  background: 0 0!important
}

.btn-primary {
  background: #25ff70!important;
  color: #111!important
}

.btn-primary:hover {
  background: #25ff70;
  color: #111
}

.btn-primary.btn-shadow {
  box-shadow: 0 0 10px rgba(37, 255, 112, .3)!important
}

.btn-primary.btn-shadow.btn-lg {
  box-shadow: 0 0 20px rgba(37, 255, 112, .3)!important
}

.btn-primary.btn-shadow:hover {
  box-shadow: 0 0 25px rgba(37, 255, 112, .3)!important
}

.btn-betnow {
  background-color: #fbb226!important;
  color: #000!important
}

.btn-light {
  color: #111!important;
  background: #fff
}

.btn-sm {
  font-size: 12px;
  line-height: 1.5em;
  padding: 2px 10px
}

.btn-lg {
  font-size: 18px;
  padding: 12px 20px
}

.btn-radius {
  border-radius: 30px
}

.bg-success {
  background: #00a872!important
}

.bg-vebo {
  background: #8f6fd7!important;
  color: #fff!important
}

.bg-secondary {
  background: #737782!important;
  color: #fff!important
}



/////////////////////////////////////////////




    #home_control_field, #home_pitch_field, #home_input_field {
      border-radius: 0.25rem;
    }


    #list-outside {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: wrap;

    }
    
    #home_pitch_field {
   
    display: flex;
    flex-wrap: wrap;
    position: relative;
    }
#home_pitch_field > img , #add-custom-player{
    -webkit-user-drag: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
} 

#flag_img{

    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 10%;
}

#pitch_img,#lineup_img{
width: 100%;
height: fit-content;
}

.player-outside .text{

font-size: 12px;
font-weight: 500;
} 

.player-outside > img {
    height: 25px;
}
.player-inside {
position: absolute;

} 

.player-inside .text{

    cursor: default;
    display: block;
    position: absolute;
    width: 320%;
    left: -110%;
    padding-top: 3px;
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
    
}

.remove-icon{
position: absolute;
top: -10px;
right: 10px;
cursor: pointer;
font-weight: 900;
font-size: 10px;

}

.player{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    z-index: 10;
}
.player1 > img {
filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 #595959);
}





.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #48A684!important;
}





.resizable {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #aaf;
  padding: 1em;
  border-radius: 5px;
  margin: 3em;
  
  box-sizing: border-box;
  user-select: none;
}

.resize-handle {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: blue;
  right: 0;
  bottom: 0;
}


#resize-container {
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  height: 1400px;
  background-color: #eee;
  touch-action: manipulation;
}

#scroll-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 400px;
  overflow: scroll;
  background-color: #eee;
  touch-action: manipulation;
}


.lineup_list_child {
border: 0px solid #d1d1d1;
margin: 5px 5px 5px 5px;
padding: 10px;
box-shadow: rgb(255 255 255 / 25%) 0px 13px 27px -5px, rgb(72 153 89) 0px 8px 16px -8px;
}

.lineup_list_child:hover {
cursor: pointer;
border: 0px solid #d1d1d1;
margin: 5px 5px 5px 5px;
padding: 10px;
box-shadow: rgb(255 255 255 / 25%) 0px 13px 27px -5px, rgb(42 229 212) 0px 8px 16px -8px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid green;
}

.text-lineup-child > img {
  height:20px;border-radius: 50%;
}
.image_list_child > img {
  width: 100%;
}

.userlink:hover {
  cursor: pointer;
}