.def-board-section {
  margin-top: 65px;
  background-color: #eeeeee;
  min-height: 100vh;
}

.add-calender-section {
  margin-top: 65px;
  background-color: #eeeeee;
  min-height: 100vh;
}

.add-ref-section {
  margin-top: 65px;
  background-color: #eeeeee;
  min-height: 100vh;
}

.edit-ref-section {
  margin-top: 65px;
  background-color: #eeeeee;
  min-height: 100vh;
}

.def-board-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.designations-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.designation-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.progmatche-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.programme-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.scores-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.pvs-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.gall-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.designations-form-head {
  min-height: 40px;
}

.programme-form-head {
  min-height: 40px;
}

.scores-form-head {
  min-height: 40px;
}

.designations-form-row {
  min-height: 40px;
  padding: 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.designation-form-row {
  min-height: 40px;
  padding: 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.progmatche-form-row {
  min-height: 40px;
  padding: 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.programme-form-row {
  min-height: 40px;
  padding: 8px 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.scores-form-row {
  min-height: 40px;
  padding: 8px 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.score-form-row {
  min-height: 40px;
  padding: 8px 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.pvs-form-row {
  min-height: 40px;
  padding: 8px 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.gall-form-row {
  min-height: 40px;
  padding: 8px 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.scores-form-row .scores-form-clubs {
  height: 40px;
  width: 40px;
}

.score-form-row .score-form-clubs {
  height: 40px;
  width: 40px;
}

.designation-form-row .designation-form-clubs {
  height: 40px;
  width: 40px;
}

.progmatche-form-row .progmatche-form-clubs {
  height: 40px;
  width: 40px;
}

.designations-form-head span {
  font-size: 14px;
}

.programme-form-head span {
  font-size: 14px;
}

.scores-form-head span {
  font-size: 14px;
}

.designations-form-row span {
  font-size: 14px;
}

.designation-form-row span {
  font-size: 14px;
}

.progmatche-form-row span {
  font-size: 14px;
}

.programme-form-row span {
  font-size: 14px;
}

.designations-form-round {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.designation-form-round {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.designation-form-round {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.progmatche-form-round {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.programme-form-round {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.scores-form-round {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.score-form-round {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.designations-form-round span {
  font-size: 15px;
}

.designation-form-round span {
  font-size: 15px;
}

.progmatche-form-round span {
  font-size: 15px;
}

.programme-form-round span {
  font-size: 15px;
}

.programme-form-round span {
  font-size: 15px;
}

.scores-form-round span {
  font-size: 15px;
}

.score-form-round span {
  font-size: 15px;
}

.designations-form-row a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.designation-form-row a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.progmatche-form-row a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.programme-form-row a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.scores-form-row a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.score-form-row a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.scores-form-row span {
  font-size: 14px;
}

.score-form-row span {
  font-size: 20px;
}

.designations-form-row a:hover {
  color: var(--bs-primary);
}

.designation-form-row a:hover {
  color: var(--bs-primary);
}

.progmatche-form-row a:hover {
  color: var(--bs-primary);
}

.programme-form-row a:hover {
  color: var(--bs-primary);
}

.scores-form-row a:hover {
  color: var(--bs-primary);
}

.score-form-row a:hover {
  color: var(--bs-primary);
}

.add-calender-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.add-ref-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.edit-ref-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.def-board-form textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: auto;
}

.def-board-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.designations-division select {
  border-radius: 10px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 50px;
}

.programe-head select {
  border-radius: 10px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 50px;
}

.scores-head select {
  border-radius: 10px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 50px;
}

.designations-form-row select {
  border-radius: 5px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 40px;
}

.designation-form-row select {
  border-radius: 5px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 40px;
}

.progmatche-form-row select {
  border-radius: 5px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 50px;
}

.programme-form-row select {
  border-radius: 5px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 40px;
}

.scores-form-row select {
  border-radius: 5px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 40px;
}

.score-form-row select {
  border-radius: 5px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 40px;
}

.pvs-form-row select {
  border-radius: 5px;
  padding: 0 5px;
  transition: 0.2s;
  border-color: #555;
  width: 100%;
  height: 40px;
}

.designations-division h6 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.designation-form h6 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.progmatche-form h6 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.programe-head h5 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.designations-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.designation-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.progmatche-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.programme-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 40px;
}

.scores-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 40px;
}

.pvs-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 40px;
}

.gall-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 40px;
}

.edit-pvs-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 40px;
}

.pvs-form h6 {
  width: -webkit-fill-available;
  max-width: max-content;
  font-size: 15px;
  font-weight: 500;
}

.gall-form h6 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.edit-pvs-form h6 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.pvs-form span {
  font-size: 15px;
  font-weight: 600;
}

.gall-form span {
  font-size: 15px;
}

.edit-pvs-form span {
  font-size: 15px;
}

.score-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 40px;
}

.programme-form .programme-form-huisclos {
  transition: 0.2s;
  border-color: #000 !important;
  box-shadow: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.def-board-form h5 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.designations-form h5 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.add-calender-form h5 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.add-calender-form select {
  border-color: #222222;
  cursor: pointer;
  font-size: 15px;
  height: 50px;
}

.add-ref-form select {
  border-color: #222222;
  cursor: pointer;
  font-size: 15px;
  height: 50px;
}

.edit-ref-form select {
  border-color: #222222;
  cursor: pointer;
  font-size: 15px;
  height: 50px;
}

.add-calender-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.add-calender-form #submit {
  border: none;
  transition: 0.2s;
}

.add-calender-form #submit:hover {
  background-color: #174327;
}

.add-ref-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.edit-ref-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.add-ref-form h6 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.edit-ref-form h6 {
  width: -webkit-fill-available;
  max-width: max-content;
}

.add-ref-form label {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px dashed var(--bs-primary);
  box-shadow: 0px 0px 7px 0px var(--bs-tertiary-color);
  width: 200px;
  height: 200px;
  margin: 0;
  border-radius: 5px;
  font-size: 20px;
  background-color: #e7e7e7;
  cursor: pointer;
  transition: 0.2s;
}

.edit-ref-form label {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px dashed var(--bs-primary);
  box-shadow: 0px 0px 7px 0px var(--bs-tertiary-color);
  width: 200px;
  height: 200px;
  margin: 0;
  border-radius: 5px;
  font-size: 20px;
  background-color: #e7e7e7;
  cursor: pointer;
  transition: 0.2s;
}

.add-ref-form label:hover {
  background-color: var(--bs-primary);
}

.edit-ref-form label:hover {
  background-color: var(--bs-primary);
}

.add-ref-form label i {
  font-size: 100px;
  color: #555555;
}

.edit-ref-form label i {
  font-size: 100px;
  color: #555555;
}

.add-ref-form label:hover i {
  color: #ffffff;
}

.edit-ref-form label:hover i {
  color: #ffffff;
}

.add-calender-form a {
  text-decoration: none;
  transition: 0.2s;
  width: max-content;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 300px) {
  .add-calender-form a i {
    font-size: 30px;
    color: darkred;
    transition: 0.2s;
    height: 78px;
  }
}

@media (min-width: 768px) {
  .add-calender-form a i {
    font-size: 40px;
    height: 54px;
  }
}

.add-calender-form a i:hover {
  font-weight: bold;
}

.delete-art-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}

@media (min-width: 300px) {
  .delete-art-modal-body {
    padding: 20px;
    height: auto;
    background-color: #ffffff;
    width: 80%;
    border-radius: 10px;
    transform: scale(0);
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .delete-art-modal-body {
    padding: 20px;
    height: auto;
    background-color: #ffffff;
    width: 70%;
  }
}

.delete-art-modal-cont {
  width: 100%;
  min-height: auto;
  display: flex;
  flex-direction: column;
}

.delete-art-modal-btn {
  margin: 0;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--bs-primary);
  transition: 0.2s;
}

#delete-art-btn-cancel:hover {
  color: #ffffff;
  background-color: rgb(45 45 45) !important;
}

#delete-art-btn-conf:hover {
  color: #ffffff;
  background-color: rgb(120 20 30) !important;
}

.delete-art-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.delete-art-modal-close:hover {
  background-color: #8800003e;
}

.delete-art-modal-close i {
  font-size: 20px;
  color: #444;
  transition: all 0.3s;
}

.delete-art-modal-close:hover i {
  color: #880000;
}

.input_fields_wrap {
  display: flex;
}

.input_fields_wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_field_button {
  border: none;
  transition: 0.2s;
}

.add_field_button:hover {
  background-color: rgb(70 70 75) !important;
}
