.logo {
  width: 210px;
}

.grid-container {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  grid-template-rows: 80px 1fr 80px;
  grid-template-areas: "header header header" "main main main" "footer footer footer";
  height: 100vh;
}

.main {
  grid-area: main;
  background-image: url("../images/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  grid-area: header;
  padding: 5px;
  transition: all 0.3s ease 0s;
}

.footer {
  padding: 5px;
  grid-area: footer;
  background-color: #3a3a3a;
}

.footer-inner {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  background-color: #3a3a3a;
}
.footer-inner img {
  background-color: #3a3a3a;
}
.footer-inner li,
.footer-inner a {
  background-color: #3a3a3a;
  color: #aaaaaa;
}

.footer-img {
  margin-right: auto;
}

.footer-icon {
  height: 18px;
  background-color: #3a3a3a;
}

.footer-links li {
  display: inline-flex;
  padding: 5px;
}
.footer-links li a {
  color: inherit;
  transition: all 0.3s ease 0s;
}
.footer-links li:hover {
  color: #e1c6a0;
}

.footer-social {
  padding: 0;
  margin: 0;
  background-color: #3a3a3a;
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.login {
  background-color: grey;
  height: 100vh;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.login .content {
  width: 600px;
  padding: 1rem;
  margin: 2rem;
}

.custom_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.custom_button {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.welcome {
  background-color: grey;
  height: 100vh;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.welcome .content {
  width: 80%;
  padding: 1rem;
  margin: 2rem;
}

.InertiaLink {
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: 0;
  color: white;
}

.links {
  padding: 5px;
  display: flex;
  justify-content: space-around;
  text-decoration: none;
}

.home {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

textarea {
  resize: both;
}

.slide-item-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #8d8d8d;
  margin: 5px;
  padding: 5px;
  display: block;
  text-align: center;
  background: #ffffff;
}
.slide-item-container.active {
  border: 3px solid #b5152b;
  padding: 3px;
}

.slide-item-label {
  background-color: #9d9d9d;
  color: #b5152b;
  opacity: 0.8;
  font-size: 13px;
}

.slide-item-index {
  background-color: #9d9d9d;
  color: #b5152b;
  opacity: 0.9;
  border: 1px solid;
  border-color: #505050;
  border-radius: 50%;
  font-size: 12px;
  width: 19px;
  margin-top: 0px;
  position: absolute;
}

.folder-item-container {
  display: flex;
  font-size: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 120px;
  border: 2px solid #8d8d8d;
  margin: 5px;
  padding: 5px;
  background-color: #ffffff;
  cursor: pointer;
}
.folder-item-container.active {
  border: 4px solid #e3342f;
  padding: 3px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.todo-button1 {
  color: #ffffff !important;
  background-color: #b61f29 !important;
  font-weight: 600 !important;
}

.todo-button2 {
  color: #ffffff !important;
  background-color: #575756 !important;
  font-weight: 600 !important;
}

.todo-button3 {
  color: #ffffff !important;
  background-color: #9d9d9c !important;
  font-weight: 600 !important;
}

.todo-button4 {
  color: #ffffff !important;
  background-color: #96b522 !important;
  font-weight: 600 !important;
}

.todo-button5 {
  color: #ffffff !important;
  background-color: #4ca0a7 !important;
  font-weight: 600 !important;
}

.full-height {
  height: calc(100vh - 190px);
  overflow-y: auto;
}

.video-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  border-right: 2px solid #b5432b;
}
.video-container .my-video {
  width: 101px;
  height: 77px;
  border: 2px solid #e3342f;
  border-radius: 5px;
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.video-container .other-video {
  width: 101px;
  height: 77px;
  border: 2px solid #e3342f;
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.video-container .my-video-face2face {
  width: 800px;
  height: 800px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.video-container .other-video-face2face {
  width: 800px;
  height: 800px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.d-flex {
  display: flex;
}

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

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

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

.padding-top {
  padding-top: 100px;
}

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

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

.w-100 {
  width: 100%;
}

@font-face {
  font-family: "VistaSansBold";
  /*Can be any text*/
  src: local("VistaSans-Bold"), url("/fonts/VistaSansOT-Bold.otf") format("opentype");
}
.vista-bold {
  font-family: "VistaSansBold";
}

@font-face {
  font-family: "VistaSansLight";
  /*Can be any text*/
  src: local("VistaSans-Light"), url("/fonts/VistaSansOT-Light.otf") format("opentype");
}
.vista-light {
  font-family: "VistaSansRegular";
}

@font-face {
  font-family: "VistaSansRegular";
  /*Can be any text*/
  src: local("VistaSans-Regular"), url("/fonts/VistaSansOT-Reg.otf") format("opentype");
}
.vista-regular {
  font-family: "VistaSansRegular";
}
