@import url('https://fonts.cdnfonts.com/css/tt-norms');
@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');

/* CSS reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'TT Norms', sans-serif;
    color: whitesmoke;
  }

a {
    text-decoration: none;
}

ul, ol {
    margin: 0rem;
    padding: 0rem;
}
      
  /* Fixed width container class that will "auto-center" itself */
  .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
  
  .btn:hover, .fantasy-section-head:hover, .main-brand-text:hover {
      cursor: pointer;
  }
  
  /* Navbar class that will stick to the top when page is scrolled down */
  .navbar {
      position: sticky;
      top: 0px;
  }
  
  /* Containers with .row and .col classes that will center-align the items inside */
  .row, .col {
      display: flex;
      align-items: center;
  }

body {
    background-color: #050614;
}

.background-modal{
    background-color: rgb(10,19,32);
}


.background-modal-header {
    background-color: rgb(79, 2, 155);
}

.main-page-text {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2.75rem;
    
}

.main-brand-text {
    font-family: "Galada", cursive;
    margin: 0 5rem 0 3rem;
    font-size: 2.3rem;
}

.main-brand-text span {
    font-family: "Galada", cursive;
}

.text-purple {
    color: #8000ff;
}

.text-green {
    color: #6eff00;
}

.nav-item {
    font-size: 18px;
    margin-right: 36px;
    color: white;
}

.nav-item i {
    margin-left: 14px;
}

.nav-icons {
    margin-right: 8px;
}

.header-icons {
    margin-right: 18px;
}

header {
    background: linear-gradient(90deg, #050614 50%, rgba(128,0,255,1) 100%);
    padding: 0.55rem 0;
    margin-bottom: 0.75rem;
}

img.webkit-shit {
    width: -webkit-fill-available;
    margin: 18px;
}

img.fantasy-ss {
    width: 22rem;
}

main {
    padding-bottom: 58px;
}

.row-1 > div {
    width: 399px;
}

.row-2 > div {
    width: 550px;
}

.row-3 > div {
    width: 500px;
}

.row-4 > div {
    width: 892px;
}

.fantasy-section-content {
    display: none;
}

.league-icon {
    margin-right: 12px;
}

.checkbox-hzs {
    height: 20px;
    width: 20px;
    margin: 8px;
}

li {
    list-style-type: none;
}

ul li.modal-list {
    list-style-type: disc;
    margin-left: 20px;
}

.flex-container {
    display: flex;
}

.flex-start {
    align-items: flex-start;
}

.container-nascar-placement {
    margin-right: 14px;
}

textarea {
    background-color: #121310;
    border: 1px solid rgb(57, 57, 69);
    border-radius: 10px;
    padding: 8px;
}

.input-num-global {
    width: 68px;
    background-color: #121310;
    border: 1px solid rgb(57, 57, 69);
    border-radius: 2px;
    height: 30px;
    margin-left: 6px;
    padding-left: 6px;
}

div.tennis-boxscore .input-num-global {
    width: 35px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-time-global {
    width: 68px;
    background-color: #121310;
    border: 1px solid rgb(57, 57, 69);
    border-radius: 2px;
    height: 30px;
    margin-left: 6px;
    padding-left: 6px;
    
}

.textarea-global {
    resize: none;
}

.flex-row {
    flex-direction: row;
}

.flex-align-center {
    align-items: center;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-space-bet {
    justify-content: space-between;
}


.fantasy-section, .toi-section {
    margin-bottom: 26px;
    margin-left: 18px;
    background-color: rgb(10,19,32);
    /* display: inline-block; */
    border: rgb(35, 35, 40) 1px, solid;
    border-radius: 12px;
    padding: 12px 18px;
    width: max-content;
    height: fit-content;
}

/* .fantasy-section h2, .toi-section h2 {
    padding-bottom: 10px;
} */

div.toi-section {
    width: 31em;
}

.fantasy-section h4 {
    margin-bottom: 6px;
}

.fantasy-section li {
    margin-bottom: 6px;
}

.btn-go {
    background-image: linear-gradient(to bottom, #8000ff, #9b3ef8);
    font-size: 18px;
    border-style: none;
    border-radius: 0.375rem;
    padding: 4px 20px;
}

.btn-go:hover {
    background-image: linear-gradient(to bottom, #9b3ef8, #8000ff);
}

.btn-go:active {
    transform: translateY(1px);
}

.btn-clear {
    background-color: inherit;
    font-size: 18px;
    text-decoration: underline;
    color: rgb(255, 246, 0);
    border-style: none;
    padding: 4px;
}

.btn-copy {
    background-image: linear-gradient(to bottom, #75758c, #393945);
    font-size: 18px;
    border-style: none;
    border-radius: 0.375rem;
    padding: 4px 6px;
    margin-top: 8px;
    margin-left: 4px;
}

.btn-copy:hover {
    background-image: linear-gradient(to bottom, #393945, #75758c);
}

.btn-copy:active {
    transform: translateY(1px);
    content: "Copied";
}

div.btn-cont {
    margin-bottom: 12px;
}

.btn-modal {
    border: none;
    background-color: inherit;
    border-color: initial;
}

.fs-total-result {
    margin: 12px 0;
    font-size: 18px;
}

.toi-total-txt {
    font-size: 18px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 16px;
    width: 100%;
    background-color: rgb(10,19,32);
    border: rgb(35, 35, 40) 1px, solid;
}

footer p {
    margin: 0 6px;
}

.textarea-btn-cont {
    display: none;
}

.toi-info {
    border: 1px solid #5e00bd;
    border-radius: 0.375rem;
    background-color: #16002c;
    padding: 12px;
    margin-bottom: 16px;
}

.toi-info .fa-circle-info {
    margin-right: 8px;
}

.toi-info p {
    line-height: 21px;
}

#toi-periods {
    margin-top: 6px;
}

.toi-radio-btn {
    margin-right: 12px;
    width: 18px;
    height: 18px;
}

.toi-period-inputs {
    margin-bottom: 18px;
}

.toi-label-radio {
    margin-bottom: 12px;
}

.toi-period-section, .toi-total-section {
    margin-bottom: 18px;
}

.mma-ft-mainlab, .mma-ft-numfield-cont, .box-ft-mainlab, .box-ft-numfield-cont {
    margin-bottom: 12px;
}

.mma-ft-radio-cont, .box-ft-radio-cont {
    margin-bottom: 16px;
}

.mma-ft-input-cont, .box-ft-input-cont {
    margin-bottom: 12px;
}

.mma-ft-label, .box-ft-label {
    margin-bottom: 6px;
}

.mma-ft-radio, .box-ft-radio {
    margin-right: 4px;
}

#mma-ft-total, #box-ft-total {
    font-size: 18px;
}

.box-ft-col1 {
    margin-right: 32px;
}

.input-checkbox-global {
    margin: 0 5px;
    width: 18px;
    height: 18px;
    
}

/* .custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bd-violet-bg);
    --bs-popover-header-bg: var(--bd-violet-bg);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
  } */

h3.popover-header {
    background-color: rgb(79, 2, 155);
}

a.popover-btn {
    padding: 0 0 0 6px;
    color: none;
}

div.toast-body {
    background-color: #0a1320;
    border: 2px solid #6eff00;
    border-radius: 6px;
}

div.toast-body h5{
    margin: 0;
}

table.calc-table td {
    padding-right: 8px;
    font-size: 1.15rem;
}

table.calc-table-2 td {
    padding-right: 18px;
    font-size: 1.15rem;
}

.input-radio-global {
    width: 144px;
    height: 20px;
}

.tennis-boxscore table h5 {
    margin-right: 12px;
    margin-bottom: 0px;
}

.hide-section {
    display: none;
}

.gray-text {
    color: rgb(86, 86, 104);
}