@font-face {font-family: "ToyotaType"; src: url("/assets/fonts/ToyotaType-Regular.otf");  }

body{
	font-family: 'ToyotaType', Arial !important;
	margin: 0px;
	padding: 0px;
    background-color: #090027;
    color: #cdcdcd;
}

* {
	font-family: 'ToyotaType', Arial !important;
}

header {
    width: 100%;
}

header img {
    width: 100%;
}

section {
    min-height: 50vh;
    padding: 40px;
    background-color: #010264;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgb(0 0 0);
    -moz-box-shadow: inset 0px 0px 17px 0px rgb(0 0 0);
    box-shadow: inset 0px 0px 17px 0px rgb(0 0 0);
}

footer {
    width: 100%;
}

footer img {
    width: 100%;
}

h2 {
    text-align: center;
    font-weight: 600;
    color: #fffefc;
}

p {
    text-align: center;
    margin-bottom: 40px;
}

h3 {
    border-left: 5px solid #0a68c3;
    padding-left: 10px;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.row {
    margin-bottom: 30px;
}

.field-group {
    margin-bottom: 10px;
}

.field-group label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #dddddd;
    font-weight: 600;
}

.field-group input {
    width: 100%;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 5px 10px;
    border: none;
    background: #03095c;
    border-bottom: 1px solid #0a68c3;
    color: #dfdfdf;
    font-family: sans-serif !important;
}

.field-group input:focus,
.field-group input:hover {
    outline: none;
}

/* Checkbox */

.checkbox_container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox_container .check {
    background-color: #03095c;
    padding: 5px 15px 6px;
    font-size: 15px;
    border-radius: 5px;
}

.checkbox_container:hover input ~ .check {
    background-color: #0a68c3;
}

.checkbox_container input:checked ~ .check {
    background-color: #0a68c3;
}

.radio-container {
    display: flex;
    justify-content: left;
    align-items: center;
}

.radio-container>* {
    display: block;
}

.radio-container>span {
    display: block;
    padding: 0px 6px;
    font-size: 26px;
}

.error {
    color: #c90000;
    font-weight: 600;
}

/* Scroll */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #151c2c; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0a68c3;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #24427a; 
}

/* Ukrywane sekcje */

#osoby-tow,
#stolik,
#nieobecny,
#uczestniczy {
    display: none;
}

#osoby-tow {
    margin-bottom: 20px;
}

button {
    background-color: #4c5772;
    padding: 5px 15px 6px;
    font-size: 15px;
    color: white;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #464d5f;
}

table {
    width: 100%;
}

table .row {
    margin-bottom: 0 !important;
}

table button {
    margin-top: 23px;
    background: #720000;
    color: #ffd2d2;
}

table button:hover {
    background: #111c66;
}

@media (max-width: 800px) {
    table button {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

#uczestniczy p {
    text-align: initial;
    margin-bottom: 10px;
    font-size: 13px;
}

.send-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}

.send {
    font-size: 22px;
}

@media (max-width: 800px) {
    .stoliki {
        max-height: 100vh;
        overflow-y: auto;
    }

    td {
        border-bottom: 3px solid #0a68c3;
    }

    #dodaj-tow {
        margin-top: 10px;
    }
}

.stolik {
    text-align: center;
    background: #03095c;
    margin-bottom: 1.5rem;
    padding: 20px;

}

.stolik * {
    white-space: nowrap;
}

.stolik p {
    text-align: center !important;
    padding: 0;
    margin-bottom: 0 !important;
}

.stolik:hover {
    background: #1f2e44;
}

.stolik span {
    display: block;
    font-size: 12px;
    color: #b1b1b1;
    margin: 7px auto 10px;
    cursor: pointer;
}
.stolik span:hover {
    text-decoration: underline;
}

.stolik-disabled {
    background: #1f273c;
    color: #414858;
    cursor: not-allowed;
}

.stolik-disabled:hover {
    background: #181f30;
}

.stolik-disabled button{
    background: #272e42;
    color: #5c5c5c;
    cursor: not-allowed;
}

.stolik-disabled span {
    color: #414858;
}

.stolik-selected,
.stolik-selected:hover {
    background: #0a68c3;
    color: white;
}

.stolik-selected button {
    background: #1f54b9;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-bg {
    width: 100%;
    height: 100vh;
    background: #000000de;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
/* Modal Content/Box */
.modal-content {
    background-color: #172234;
    padding:20px;
    width: 50%;
    display: block;
}
  
/* The Close Button */
.close {
    color: #aaa;
    position: absolute;
    top: 25px;
    right: 15px;
    text-align: right;
    font-size: 45px;
    line-height: 0;
}
  
.close:hover,
.close:focus {
    color: rgb(119, 119, 119);
    text-decoration: none;
    cursor: pointer;
}

.page-confirming {
    display: none;
}

.ot {
    font-size: 11px;
    color: #898989;
}

.planSali img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

img {
    max-width: 100%;
}

a {
    color: white;
}

/* Checkbox SM */

.checkbox_container_sm {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .checkbox_container_sm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkbox_container_sm .check {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: #05001a;
    border: 2px solid #0a68c3;
    border-radius: 4px;
  }
  
  .checkbox_container_sm:hover input ~ .check {
    background-color: #283f6a;
  }
  
  .checkbox_container_sm input:checked ~ .check {
    background-color: #0a68c3;
  }