@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body
{
  font-family: 'Roboto',sans-serif;
  background: url(img/elterulo_hatter.png), #eff2f4;
  background-repeat: no-repeat;
  height: calc(100vh - 150px);
    margin: 0px;
    padding: 0px;
    background-position: top center;
    padding-top:150px;
}
.szakember_nev
{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
    margin-top: 16px;
    margin-bottom:16px;
}
.uzenet
{
  opacity: 0;
}
.hibaoka
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 10px;
    background: linear-gradient(0deg, rgba(125,0,0,1) 0%, rgba(219,25,25,1) 100%);
    color: white;
}
.sikeres
{
  background: linear-gradient(0deg, rgba(13,94,0,1) 0%, rgba(0,182,39,1) 100%);
   color: white;
   position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 16px 10px;
    box-sizing: border-box;
}
.szakember_jogok
{
  text-align: center;
}
.szakember_kodex
{
  position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
}
.szakember_kodex a
{
  text-decoration: none;
  color: #23668b;
  font-weight: bold;
}
.jog
{
  margin-bottom:5px;
}
.tobbjog .jog
{

  width: calc(100% - 10px);
    background: red;
    margin-left: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: left;    
    padding-right: 50px;

    position: relative;
    min-height: 50px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tobbjog .jog:nth-child(1)
{
  margin-top:20px;
}
.tobbjog .jog.check
{
  background: #07B481;
  background: linear-gradient(180deg,rgba(7, 180, 129, 1) 0%, rgba(5, 79, 57, 1) 100%);
  color: white;
}
.tobbjog .jog.exc
{
  background: #EB9534;
  background: linear-gradient(180deg, rgba(235, 149, 52, 1) 0%, rgba(156, 83, 0, 1) 100%);
  color: white;
}
.tobbjog .jog.cross
{
  background: #E55454;
  background: linear-gradient(180deg, rgba(229, 84, 84, 1) 0%, rgba(153, 0, 0, 1) 100%);
  color: white;
}

.vissza
{
  position: absolute;
    top: 0px;
    left: 0px;
    background: #23668b;
    padding: 10px 25px;
    border-radius: 0px 0px 8px 0px;
    color: white;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jog .smallch
{
    position: absolute;
    z-index: 1;
    right: 0px;
    background: white;
    top: 0px;
    border-radius: 8px;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jog .smallch svg
{
  width: calc(50% + 10px);
  margin-top: 0px;
}
.jog .smallch svg.cross__svg
{
   width: calc(50% + 5px);
}
.check_svg
{
  width: calc(50% + 30px);
  max-width: 220px;
    height: auto;
    margin: 0px auto;
    margin-top: -10px;
    text-align: center;    
    display: block;
}
#check-group {
    animation: 0.32s ease-in-out 1.03s check-group;
    transform-origin: center;
}

#check-group #check {
    animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
    stroke-dasharray: 0, 75px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#check-group #outline {
    animation: 0.38s ease-in outline;
    transform: rotate(0deg);
    transform-origin: center;
}
#check
{
  opacity: 0;
}
#check-group #white-circle {
    animation: 0.35s ease-in 0.35s forwards circle;
    transform: none;
    transform-origin: center;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes check {
  0% {
    stroke-dasharray: 0, 75px;
  }
  1%
  {
    opacity: 1;
  }
  100% {
    stroke-dasharray: 75px, 75px;
    opacity: 1;
  }
}
@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}


.cross__svg {
    border-radius: 50%;
    display: block;
    
    margin: 0px auto;
    stroke-width: 3;
    width: 50%;
    max-width: 200px;
}

.cross__circle {
    animation: 0.6s ease 0s normal forwards 1 running stroke;
    fill: none;
    margin: 0 auto;
    stroke: #e55454;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
}

.cross__path {
    stroke: #e55454;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    transform-origin: 50% 50% 0;
    
}
.cross__path_left {
   
      animation: 1s ease 0.8s normal forwards 1 running stroke;
    
}
.cross__path_right {
    
      animation: 0.3s ease 0.8s normal forwards 1 running stroke;
    
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
.window
{
  background: white;
  margin: 8px auto;
  width:calc(100% - 16px);
  max-width: 400px;
  padding: 8px;
  margin-top: -142px;
  box-sizing: border-box;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  min-height: calc(100vh - 16px);
  border-radius: 5px;
}
@media (max-width: 768px)
{
  .window
  {
    max-width: 100%;
  }
}
.window .logo
{
  text-align: center;
}
.window .logo img
{
  width: 100%;
  max-width: 150px;
}
.window h1
{
  color:#23668b;
}
.window p
{
  text-align: justify;
}

.exc__svg {
    border-radius: 50%;
    display: block;
    
    margin: 0px auto;
    stroke-width: 3;
    width: 50%;
    max-width: 200px;
}

.exc__circle {
    animation: 0.6s ease 0s normal forwards 1 running stroke;
    fill: none;
    margin: 0 auto;
    stroke: #eb9534;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
}

.exc__path {
    stroke: #eb9534;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    transform-origin: 50% 50% 0;
    
}
.exc__path_left {
   
      animation: 1s ease 0.8s normal forwards 1 running stroke;
    
}
.exc__path_right {
    
      animation: 0.3s ease 0.8s normal forwards 1 running stroke;
    
}

