
body {
  overflow-x: hidden;
  color: rgb(111, 111, 96);
  background-position: center left 49%;
}

.cropped {
  width: 150px; 
  height: 150px; 
  object-fit: cover;
  object-position: 25% 25%; 
}

/* .resize-font {
  font-size: 100%;
} */

/* LOGIN/REGISTER PAGE */
.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;
  
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #e68235, #763c00);
  
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right,  #e68235, #763c00);
}

.gradient-custom-1 {
  /* fallback for old browsers */
  background: #fccb90;
  
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #763c00, #e68235);
  
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right,  #763c00, #e68235);}

  .btn-outline-secondary {
      border-color: #763c00;}
  
  .btn-outline-secondary:hover {
      background-color: #763c00;
}    

@media (max-width: 899px) {
  .cs-pannel {
    width: 800px;}
  .login-pannel {
  width: 400px !important;}
  div.card-body.margin-side form {
  padding-left: 50px;
  padding-right: 50px;}

  div.card-body div div.text-section {
    width: 200px;
    text-align: justify;}

  .instruction-col {
      width: 225px;
      text-align: justify;
    }

  div.text-section p {
    margin: 0px;
  }}

@media (min-width: 900px) {
  .navbar-expand-lg{
    width: 100%;}
  .cs-pannel {
    width: 850px;
    justify-content: left;}
  .login-pannel {
  width: 600px !important;}
  div.card-body.margin-side form {
  padding-left: 150px;
  padding-right: 150px;}

  div.card-body div div.text-section {
    width: 300px;
    text-align: justify;}

  .instruction-col {
      width: 350px;
      text-align: justify;}

  div.text-section p {
    margin: 0px;}
  .add-margin {
    margin-bottom: 20px;
  }

  .cs-body {
    background-position: top 44% left 49%;
  }
}

@media (min-width: 1800px) {
  .navbar-expand-lg{
    width: 100%;}

  .cs-pannel {
  width: 900px !important;}

  .cs-body {
    background-position: top 50% left 49%;
  }  

  /* div.card-body form {
  padding-left: 175px;
  padding-right: 175px;}

  div.card-body div div.text-section {
    width: 350px;
    text-align: justify;}
  div.text-section p {
    margin: 0px;}
  .add-margin {
    margin-bottom: 50px;
  } */
}

@media (min-width: 768px) {
.gradient-form {
height: 100vh !important;}}

@media (min-width: 769px) {
.gradient-custom-2 {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;}}


@media (min-width: 1500px) {
  .base-form {
  height: 300vh !important;}}

.fill {
  overflow: hidden;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.scroll-box::-webkit-scrollbar{
  display: none;
}

.scroll-box {
  min-width: 80px;
}

::-webkit-file-upload-button {
  display: none;
}

.introsheet {
  width: 800px;
  height: 800px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  overflow-y:scroll;}

  .labelsheet {
    width: 300px;
    height: 800px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow-y:scroll;}

/* Character Sheet */

.cs-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bbb;
  height: 130px;
  width: 806px;
  border-radius: 10px;
  align-self: center;
}

.character-inputs {
  display: flex;
  flex-direction: column;
  height: 100px;
  gap: 10px;
  justify-content: center;
}

.cs-titles {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  padding-top: 15px;
}

div.cs-titles li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  width: 85px;
  height: 8px;
  font-weight: bold;
  font-size: 13px;
}

.ci-row {
  display: flex;
}

.cs-form {
  display: flex;
  border-radius: 10px;
  width: 85px;
  height: 35px;
}

.cs-form-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #696969;
  border-radius: 10px;
  width: 185px;
  height: 35px;
  background-color: #FFFFFF;
}

.cs-form-medium option {
  text-align: center;
}

.cs-form-large {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #696969;
  border-radius: 10px;
  width: 385px;
  height: 35px;
  background-color: #FFFFFF;
}

.ci-row-one {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
}

.ci-row-two {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
}


table.tableizer-table {
  font-size: 12px;
  border: 1px solid #CCC; 
  font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid #696969;
}
.tableizer-table th {
  background-color: #763c00; 
  color: #CCC;
  font-weight: bold;
}