@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: Poppins;
  height: 100vh;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

/* Farby */
/* Fonty */
h1 {
  font-family: Poppins;
  font-size: 9rem;
  font-weight: 700;
}

h3 {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 400;
}
.form-label {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 400;
}
h2 {
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 600;
}

p {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 400;
}

/* buttons */
.settings-btn {
  font-family: Poppins;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background: #3f51b5;
  color: #fff;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
  width: 100%;
  margin: 2rem 0;
}
.settings-btn:hover {
  background: #7a8df9;
}

.welcome-body {
  position: relative;
  padding: 1rem;
  width: 100%;
  height: 100vh;
  background: #3f51b5;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.welcome-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-width: 30rem;
}
.welcome-content h1 {
  color: #fff;
  text-align: center;
  height: 10rem;
}
.welcome-content h2 {
  color: #7a8df9;
  text-align: right;
  align-self: center;
  width: 20rem;
  margin-bottom: 2rem;
}
.welcome-content .start-day {
  text-align: center;
}
.welcome-content a {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2rem;
}
.welcome-content a:active {
  color: #7a8df9;
}
.welcome-content .white-btn {
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  color: #3f51b5;
  padding: 13px 0;
  border-radius: 40px;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  margin-bottom: 2rem;
  min-width: 35rem;
  max-width: 100%;
}
.welcome-content .white-btn:hover {
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #3f51b5;
}
.welcome-content .white-btn:active {
  color: #7a8df9;
}

.container {
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  position: relative;
  width: 60rem;
  height: 100vh;
  margin: 0.5rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.welcome-message {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
}
.welcome-message h2 {
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  color: #3f51b5;
}
.welcome-message h3 {
  text-align: center;
}

.reg-message {
  display: flex;
  flex-direction: column;
  background: rgba(50, 50, 105, 0.15);
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
}
.reg-message h2 {
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  color: #3f51b5;
}
.reg-message h3 {
  text-align: center;
}

img {
  height: 2rem;
}

.header {
  padding: 1rem;
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.header h3 {
  font-size: 2rem;
}

.welcome-text {
  padding: 1rem;
  margin: 4rem 0;
}

p {
  color: #767676;
}

.info-text {
  text-align: center;
  margin: 20% 0;
}
.info-text span {
  color: #3f51b5;
}

.inputs {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5rem 0;
}

input {
  width: 100%;
  font-size: 2rem;
  padding: 1.5rem 1rem;
  border-radius: 4rem;
  border: none;
  background-color: #f3f3f3;
  margin-bottom: 1rem;
}
input:focus {
  border: #3f51b5;
  background: #fff;
  box-shadow: 0px 0px 17px rgba(63, 81, 181, 0.26);
}

.username {
  background-image: url("/static/img/user_inactive.png}");
  background-position: right;
  background-size: 35px;
  background-repeat: no-repeat;
}
.username:focus {
  background-image: url("/static/img/user_active.png");
  background-position: right;
  background-size: 35px;
  background-repeat: no-repeat;
}

.password {
  background-image: url("/static/img/lock_inactive.png");
  background-position: right;
  background-size: 35px;
  background-repeat: no-repeat;
}
.password:focus {
  background-image: url("/static/img/lock_active.png");
  background-position: right;
  background-size: 35px;
  background-repeat: no-repeat;
}

.blue-btn {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #3f51b5;
  color: #fff;
  padding: 13px 0;
  border-radius: 40px;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  width: 90%;
  display: grid;
  border: none;
  cursor: pointer;
}
.blue-btn:hover {
  color: #3f51b5;
  box-shadow: inset 0px 0px 0px 2px #3f51b5;
  background: #fff;
}
.blue-btn:active {
  color: #7a8df9;
}

.white-btn {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #f3f3f3;
  color: #3f51b5;
  padding: 13px 0;
  border-radius: 40px;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  width: 90%;
  display: grid;
  justify-content: center;
  text-align: center;
}
.white-btn:hover {
  color: #3f51b5;
  box-shadow: inset 0px 0px 0px 2px #3f51b5;
  background: #fff;
}
.white-btn:active {
  color: #7a8df9;
}

.dashboard {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 54%,
    rgb(63, 81, 181) 56%,
    rgb(63, 81, 181) 100%
  );
  display: flex;
  flex-direction: column;
}
.dashboard .avatar {
  display: flex;
  margin: 5rem 0 2rem;
  padding: 1rem;
  width: 100%;
}
.dashboard .avatar .uvitanie {
  text-align: left;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

.dashboard .avatar .avatar-img {
  height: 10rem;
  width: 10rem;
  display: flex;
  background: #ff9800;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.dashboard .avatar .avatar-img h1 {
  color: #fff;
  font-size: 5rem;
}
.dashboard .dashboard-info {
  background: #f3f3f3;
  width: 100%;
  padding: 1rem;
  border-radius: 3rem 3rem 0 0;
}
.dashboard .dashboard-info p {
  margin: 2rem 0;
}
.dashboard .panel-bg {
  width: 100%;
  background: #f3f3f3;
}
.dashboard .panel {
  background: #3f51b5;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 3rem 3rem 0 0;
}
.dashboard a {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  background: #fff;
  color: #3f51b5;
  padding: 25px 2rem;
  border-radius: 30px;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  margin: 1rem 0;
}
.dashboard a:hover {
  padding-left: 5rem;
  background: #ffffff;
}
.dashboard a:active {
  color: #7a8df9;
}
.dashboard a img {
  position: absolute;
  margin-top: 0.5rem;
  right: 2rem;
}
.dashboard .logout {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #3f51b5;
  color: #fff;
  padding: 13px 0;
  border-radius: 40px;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  background: #2c3c96;
  box-shadow: none;
  text-align: center;
  color: #ff9800;
  width: 100%;
  bottom: 1rem;
  margin: 10rem 0 5rem 0;
  border-width: 0;
}
.dashboard .logout:hover {
  color: #3f51b5;
  box-shadow: inset 0px 0px 0px 2px #3f51b5;
  background: #fff;
}
.dashboard .logout:active {
  color: #7a8df9;
}
.dashboard .logout:hover {
  padding-left: 0rem;
  color: #3f51b5;
  box-shadow: none;
}

.calendar-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 54%,
    rgb(63, 81, 181) 56%,
    rgb(63, 81, 181) 100%
  );
}
.calendar-body .bg {
  background: #3f51b5;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 3rem 3rem 0 0;
  z-index: 1;
}
.calendar-body .calendar {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 2rem;
  box-shadow: 0px 4rem 3rem -2rem rgba(0, 0, 0, 0.3);
  width: 350px;
  z-index: 10;
  margin: 5rem 0 1rem 0;
  z-index: 10;
}
.calendar-body .month {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 2rem;
  color: #1b1b1b;
  margin-bottom: 2rem;
  font-weight: 600;
}
.calendar-body .year {
  font-weight: 400;
  margin-left: 1rem;
  color: #442e2e;
}
.calendar-body .arrows {
  margin-right: 1rem;
}
.calendar-body .nav img {
  height: 3.5rem;
  text-align: right;
}
.calendar-body .days {
  font-size: 1.6rem;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
  color: #ff9800;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.calendar-body span {
  width: 2rem;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.calendar-body .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.calendar-body .cell {
  cursor: pointer;
  outline: 0;
  border: 0;
  background: transparent;
  font-family: Ubuntu;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1b1b1b;
  justify-self: center;
  align-self: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  margin: 0.2rem;
  transition-duration: 0.2s;
}
.calendar-body .cell p {
  color: #ff9800;
  font-size: 1.2rem;
  position: relative;
  top: -0.5rem;
  font-weight: bold;
}

.calendar-body .cell.today {
  box-shadow: inset 0px 0px 0px 0.2rem #3f51b5;
}

.calendar-body .cell:hover {
  background: #eee;
}
.calendar-body .cell:focus {
  background: #3f51b5;
  box-shadow: 0px 1.8rem 1.5rem #3f51b5;
  color: #fff;
  font-weight: 600;
}
.calendar-body #id_attendance_type {
  width: 100%;
  padding: 2rem;
  border-radius: 2rem;
  border: none;
  font-family: Poppins;
  font-size: 1.5rem;
  color: #3f51b5;
  font-weight: 600;
  margin-top: 1rem;
  background-color: white;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.137);
  border-right: 2rem solid transparent;
  z-index: 10;
}
.calendar-body .selector {
  z-index: 10;
}
.calendar-body .blue-btn {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #3f51b5;
  color: #fff;
  padding: 13px 0;
  border-radius: 40px;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  margin: 2rem 0 1rem 0;
  width: 100%;
  cursor: pointer;
}
.calendar-body .blue-btn:hover {
  color: #3f51b5;
  box-shadow: inset 0px 0px 0px 2px #3f51b5;
  background: #fff;
}
.calendar-body .blue-btn:active {
  color: #7a8df9;
}
.calendar-body .white-btn {
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  color: #3f51b5;
  padding: 13px 0;
  border-radius: 40px;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  cursor: pointer;
  width: 90%;
}
.calendar-body .white-btn:hover {
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #3f51b5;
}
.calendar-body .white-btn:active {
  color: #7a8df9;
}
.calendar-body .white-btn:hover {
  box-shadow: inset 0px 0px 0px 2px #3f51b5;
  color: #ff9800;
  background: #ffffff;
  cursor: pointer;
}
.calendar-body a {
  text-align: center;
  font-size: 1.6rem;
  color: #3f51b5;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.calendar-body a:active {
  color: #7a8df9;
}

.back {
  margin-top: 2rem;
}

@media only screen and (max-width: 550px) {
  .container {
    border-radius: 0;
    margin: 0;
  }
}
@media only screen and (min-height: 950px) {
  .container {
    height: 93rem;
  }
  /*body {
       background: linear-gradient(-45deg, #eeeeee, #ffffff, #e4e4e4, #ffffff);
       background-size: 400% 400%;
       animation: gradient 30s ease infinite;
       height: 100vh;
   }

   @keyframes gradient {
       0% {
           background-position: 0% 50%;
       }
       50% {
           background-position: 100% 50%;
       }
       100% {
           background-position: 0% 50%;
       }

   }*/
}
.two-factor-body {
  background: #f3f3f3;
  text-align: center;
}
.two-factor-body h2 {
  text-align: left;
  margin: 5rem 1rem 0;
}
.two-factor-body .tfa-container {
  background: #fff;
  margin: 1rem;
  padding: 1rem;
  border-radius: 3rem;
}
.two-factor-body a {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem;
  color: #3f51b5;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.two-factor-body a:active {
  color: #7a8df9;
}

.settings-body {
   background: #f3f3f3;
  padding: 1rem;
}
.settings-body .back {
  text-align: center;
  margin: 5rem 0;
}
.settings-body .back a {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem;
  color: #3f51b5;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.settings-body .back a:active {
  color: #7a8df9;
}
.settings-body .button-div {
  display: flex;
  width: 100%;
}
.settings-body .button-div a {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  background: #fff;
  color: #3f51b5;
  padding: 25px 2rem;
  border-radius: 3rem;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  margin: 1rem;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.settings-body .button-div a:hover {
  padding-left: 5rem;
  background: #ffffff;
}
.settings-body .button-div a:active {
  color: #7a8df9;
}
.settings-body .button-div a img {
  position: absolute;
  margin-top: 0.5rem;
  right: 2rem;
}
.settings-body details {
  background: #fff;
  border-radius: 3rem;
  padding: 2rem 1rem;
  font-size: 2rem;
  cursor: pointer;
  text-align: right;
  margin-bottom: 1rem;
  border-bottom: 0.5rem #f3f3f3 solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.settings-body summary {
  padding: 1rem;
  margin-bottom: 0.5rem;
  list-style: none;
  text-align: left;
}
.settings-body summary lord-icon {
  position: absolute;
  right: 2rem;
  height: 2.5rem;
  margin-top: 0.5rem;
}

.settings-body h1 {
  font-size: 4rem;
  margin: 5rem 1rem 0;
}

.autors-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1rem;
}

.autors-info p {
  font-size: 1.2rem;
}
.blue_back .autors-info p {
  color: #ffffff;
}
.grey_back {
  margin-top: 2rem;
}
.grey_back .autors-info p {
  color: #767676;
}
.autors-info span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.autors-info img {
  height: 2rem;
  margin: 0.5rem;
}

.prehlad {
  background: rgb(243, 243, 243);
  background: linear-gradient(
    0deg,
    rgb(243, 243, 243) 0%,
    rgb(243, 243, 243) 60%,
    rgb(63, 81, 181) 60%,
    rgb(63, 81, 181) 100%
  );
  justify-content: center;
  align-items: center;
}
.prehlad .contain {
  background-color: #f3f3f3;
  border-radius: 3rem 3rem 0 0;
}
.prehlad .carusel {
  width: 100%;
  height: 31rem;
  overflow: scroll;
  overscroll-behavior-y: contain;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  scroll-behavior: smooth;
  scrollbar-color: #3f51b5;
  overflow-y: hidden;
}
.prehlad .item {
  min-width: 30rem;
  height: 26.5rem;
  background-color: #fff;
  border-radius: 3rem;
  margin: 1rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prehlad .item h1 {
  position: relative;
  transform: translateY(-17rem);
  color: #3f51b5;
}
.prehlad .item h2 {
  color: #3f51b5;
  margin: 1rem;
}
.prehlad .pie-chart {
  position: relative;
  width: 20.8rem;
  height: 20.8rem;
}
.prehlad .button-div {
  display: flex;
  margin: 0.5rem 1rem;
}
.prehlad .button-div a {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  background: #fff;
  color: #3f51b5;
  padding: 25px 2rem;
  border-radius: 3rem;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  margin: 1rem 0;
  width: 100%;
}
.prehlad .button-div a:hover {
  padding-left: 5rem;
  background: #ffffff;
}
.prehlad .button-div a:active {
  color: #7a8df9;
}
.prehlad .button-div a img {
  position: absolute;
  margin-top: 0.5rem;
  right: 2rem;
}
.prehlad p {
  padding: 0.5rem 1rem;
}
.prehlad .header {
  color: #fff;
}
.prehlad .avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10rem 0 0 0;
  padding: 1rem;
  width: 100%;
  height: 4rem;
  background: #f3f3f3;
  border-radius: 3rem 3rem 0 0;
}
.prehlad .avatar .avatar-img {
  height: 10rem;
  width: 10rem;
  display: flex;
  flex-direction: column;
  background: #ff9800;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-4rem);
}
.prehlad .avatar .avatar-img h1 {
  color: #fff;
  font-size: 5rem;
}
.prehlad .uvitanie {
  background: #f3f3f3;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem;
}
.prehlad .month {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 3rem;
  box-shadow: 0px 1.3rem 2rem rgba(0, 0, 0, 0.018);
  margin: 1rem;
}

.selector_team {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: fit-content;
  border-radius: 3rem;
  padding: 1rem;
  /* Remove margin here if it's causing unwanted space */
}

.team-box {
  width: calc(33.333% - 20px); /* Subtract the total margin from the width */
  margin: 10px; /* Half the subtracted amount to keep boxes evenly spaced */
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  /* Ensure the content of .team-box does not overflow */
  overflow: hidden;
  border-radius: 1rem;
  background: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0px 1.3rem 2rem rgba(0, 0, 0, 0.018);
}
.team-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-box p {
  font-size: small;
}

.team-box img {
  max-width: 100%; /* Image will take up at most 100% of the width of .team-box */
  max-height: 100%; /* Image will take up at most 100% of the height of .team-box */
  margin-bottom: 10px; /* Space between the image and the text below it */
}

.team-avatar {
  height: 6rem;
  width: 6rem;
  display: flex;
  flex-direction: column;
  background: #ff9800;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.prehlad .month .selector {
  display: flex;
  min-width: 40%;
  padding: 1rem;
}
.prehlad .month #month-select {
  width: 100%;
  border: none;
  font-family: Poppins;
  font-size: 1.6rem;
  color: #3f51b5;
  font-weight: 600;
  background: #fff;
  padding-left: 1rem;
}
.avatar-img img {
  height: 7rem;
}
#QR {
  width: 150px;
  height: 150px;
}
.back-btn {
  transform: rotate(90deg);
}
@media only screen and (max-width: 551px) {
  .prehlad .month .selector {
    width: 100%;
  }
  .prehlad .month .month-info {
    width: 100%;
    justify-content: space-around;
  }
}
.prehlad .month .month-info {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 50%;
  padding: 0.1rem;
  text-align: center;
}
.prehlad .month .month-info span {
  color: #3f51b5;
  font-weight: 600;
}
.prehlad .month .month-info .work {
  border-left: 0.1rem #3f51b5 solid;
}
@media only screen and (max-width: 551px) {
  .prehlad .month .month-info {
    border-top: 0.1rem #f3f3f3 solid;
  }
  .prehlad .month .month-info .work {
    border-left: none;
  }
}
.prehlad .position {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prehlad .position .position-btn {
  width: 2.5rem;
  height: 2.5rem;
  background: #3f51b5;
  margin: 1rem;
  border-radius: 50%;
  border: 0.4rem #fff solid;
}
.prehlad .back {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #3f51b5;
  text-transform: uppercase;
  display: flex;
  margin: 2rem 0;
  justify-content: center;
  width: 100%;
}
.prehlad .back:active {
  color: #7a8df9;
} /*# sourceMappingURL=style.css.map */

.calmsg {
  background: RGBA(0, 0, 0, 0.018);
  border-radius: 2rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.calmsg p {
  text-align: center;
  font-size: 1.2rem;
}
.msgerror {
  background: RGBA(255, 0, 0, 0.18);
  color: black;
}

.logout-icon {
  border: 0;
  background: white;
}

.logout-icon-blue {
  border: 0;
  background: rgb(63, 81, 181);
}
