.arrow-icon {
  font-size: 20px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block; 
}

th {
  cursor: pointer;
}

td {
    padding: 7px 5px;
}

div.button.changeFlex:hover {
    border-color: #75cb59!important;
}

div.button.changeFlex div span:hover {
    color: #ffffff!important;
}

#table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
}

body {
    margin: 0 !important;
}

.button:hover, .buttonDesktop:hover {
    background-color: #75cb59!important;
    transition: 0.15s;
    color: #FFFFFF!important;
    border-color: #75cb59!important;
}

.redButton {
    border: solid;
    border-width: 0.5px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    max-width: 100%;
    border-radius: 5px;
    align-self: center;
}

.redButton:hover {
    background-color: #750000!important;
    transition: 0.15s;
    color: #FFFFFF;
    border-color: #750000!important;
}

#changeAdminPasswordButton:hover {
    cursor:pointer;
    background-color: #adadad;
    border-color:     #adadad!important;
    
}

#changeAdminPasswordButton:hover span {
    color: #ffffff!important;
}

.sideMenuItem:hover {
    cursor: pointer;
}

.popup {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tableButtons:hover {
    cursor: pointer;
}

tr:nth-of-type(even) {
    background-color:#eee;
}

.button {
    border: solid;
    border-width: 0.5px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    max-width: 100%;
    width: 75%;
    border-radius: 5px;
    align-self: center;
}

.buttonDesktop {
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    max-width: 100%;
    align-self: center;
}


div.button label:hover {
    color: #ffffff!important;
}

div.button span:hover {
    color: #ffffff!important;
}

div.button.subheader:hover span {
    color: #ffffff!important;
}

.changeColor:hover span {
    color: #ffffff!important;
    transition-duration: .1s;
    transition-timing-function: ease-out;
}

div.button.subheader:hover img {
    filter: invert(100%) brightness(1);
}


p.button:hover, a.button:hover {
    transition-property: background-color,border-color,color;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    background-color: #75cb59!important;
    border-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes cf4FadeInOut {
    0%  {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;}
    92% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes cf4FadeInOut {
    0% {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;}
    92% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes cf4FadeInOut {
    0% {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;}
    92% {opacity: 0;}
    100% {opacity: 1;}
}


@keyframes cf4FadeInOut {
    0% {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;}
    92% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes cf4FadeOutIn {
    0%  {opacity: 0;}
    17% {opacity: 0.25;}
    25% {opacity: 0.50;}
    92% {opacity: 0.75;}
    100% {opacity: 1;}
}

#cf4a {
    position:relative;
    margin:0 auto;
}

#cf4a img {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s; //these were all 8s when there were only four pictures

    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 20s;

    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 20s; 

    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 20s;

    width: 275px;
}

#cf4a img:nth-of-type(1) {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
}

#cf4a img:nth-of-type(2) {
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    animation-delay: 16s;
}

#cf4a img:nth-of-type(3) {
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -o-animation-delay: 14s;
    animation-delay: 14s;
}

#cf4a img:nth-of-type(4) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

#cf4a img:nth-of-type(5) {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    animation-delay: 10s;
}

#cf4a img:nth-of-type(6) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

#cf4a img:nth-of-type(7) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

#cf4a img:nth-of-type(8) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

#cf4a img:nth-of-type(9) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

#cf4a img:nth-of-type(10) {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

#check {
    display: none;
}

label {
    display: none;
}

.menuItem {
    display: none;
}

.subtitle {
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}

.hov {
    display: flex;
    flex-direction: column;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.hov:hover {
    background-color: #ff5;
}

div.expand.smallSquare:hover {
    cursor: pointer;
}

@media screen and (max-width: 1400px) {

    .shrink {
	width: 100%!important;
	margin: 0px!important;
	padding: 0px!important;
    }

    .sideMenuItem {
	width:25%!important;
	flex-direction: column!important;
	align-items: center!important;
    }

    .smallSquare {
	width: 20px!important;
	height: 20px!important;
    }

    div.smallSquare span {
	font-size: 16px!important;
    }

    .changeFlex {
	flex-direction: column!important;
	gap: 0!important;
	align-items: center!important;
    }

    div.button.changeFlex img {
	height: 20px!important;
    }

    .menuItem  {
	margin-top: 15px;
    }

    .expand {
	width: 85% !important;
	margin-top: 10px;
    }

    .expand-text {
	width: 100% !important;
	margin-top: 10px;
    }

    #footer {
	width: 100%!important;
    }

    .wrapper1 {
	flex-direction: column!important;
	align-items: center!important;
    }

    .wrapper1 div:first-child {
	order: 0;
    }

    .wrapper2 {
	flex-direction: column;
	align-items: center!important;
    }

    .wrapper2 div:first-child {
	order: 1;
    }
}

@media screen and (max-width: 550px) {
    .subheader {
	flex-direction: column!important;
	gap: 5px!important;

    }

    .subheader span {
	font-size: 12px!important;
    }

    .subheader img {
	height: 20px!important;
    }

    .buttonDesktop span{
	font-size: 12px!important; 
    }

    .settingswindow {
	width: 100%!important;
    }


}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #75cb59;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0%   {transform: scale(0);}
    100% {transform: scale(1);}
}

@keyframes lds-ellipsis3 {
    0%   {transform: scale(1);}
    100% {transform: scale(0);}
}

@keyframes lds-ellipsis2 {
    0%   {transform: translate(0, 0);}
    100% {transform: translate(24px, 0);}
}

