@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
html {
  scroll-behavior: smooth;
}
    body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      line-height: 1.6;
      background-color: #f6f2fb;
      color: #333;
      scroll-behavior: smooth;
    }
    header {
      background: #d3f3f7;
      color: #0f3276;
      text-align: center;
      padding: 0px 20px;
    }
    header h1 {
      font-size: 28px;
      margin: 0px 0;
      text-transform: uppercase;
      font-family: "Archivo Black", sans-serif;
    }
    header p {
      font-size: 1rem;
      margin: 0 auto;
      max-width: 600px;
    }

    /* Layout with sidebar */
    .container {
      display: flex;
    }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #27a844;
    padding: 10px 5px;
    overflow-y: auto;
}
 .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0px 0 18px 21px;
}
  .sidebar ul li {
    margin: 0px 0;
    border-bottom: 1px dashed #fff;
    list-style: auto;
    color: #fff;
    padding: 0 0 0 0px;
}
.sidebar ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0px 12px 0px 5px;
    border-radius: 4px;
    transition: background 0.3s;
}
    .sidebar ul li a:hover {
      background: #56429b;
    }
	.sidebar ul li a.active {
      background: #ff9800;
      color: #fff;
      font-weight: bold;
    }
    .content {
      margin-left: 220px; /* space for sidebar */
      padding: 20px;
      width: calc(100% - 220px);
    }

    section {
      padding: 20px;
      text-align: center;
      margin-bottom: 15px;
      border-bottom: 2px dotted #192546;
      background: #fff;
      border-radius: 12px;
    }
    h3 {
      padding: 8px;
      display: block;
      background: #56429b;
      color: #fff;
      margin: -8px auto 0 auto;
      width: 82.7%;
      border-radius: 0 0 21px 22px;
      font-size: 22px;
    }
    .footer {
      background: #eee;
      padding: 10px 20px;
      text-align: center;
      margin-top: 20px;
      border-top: 1px solid #ddd;
    }
    .footer a {
      margin: 0 10px;
      text-decoration: none;
      color: #6e4cd6;
    }
.helpdesk {
    padding: 6px 21px;
    border-radius: 28px;
    border: 2px solid #ffffff;
    text-align: center;
    margin: 0 0 8px 0;
    font-weight: 600;
    display: block;
    color: white;
    animation: blink 1s linear infinite;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}
a.helpdesk.onmobile {
    display: none;
}
    @keyframes blink {
        0%, 100% {
            background-color: #821f00;
        }

        50% {
            background-color: #F44336;
        }
    }
    @media print {
      body { display: none; }
    }
	@media only screen and (max-width: 786px) {
		a.helpdesk.onmobile {
    display: block;
}
.helpdesk {
    padding: 0px 11px;
    margin: 0 0 -12px 0;
    font-size: 17px;
}
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 81px;
        height: 100%;
        background: #27a844;
        padding: 5px 4px;
        overflow-y: auto;
		        display: none;
    }
header img {
    width: 60%;
}
header h1 {
        font-size: 12px;
        margin: 0px auto;
        text-transform: uppercase;
        font-family: "Archivo Black", sans-serif;
    }
section img.step_img {
    width: 100%;
}
.content {
    margin-left: auto;
	        width: 100%;
}
h3 {
    width: 94.7%;
    font-size: 14px;
}
}/* CSS Document */
section img.step_img {
    width: 74%;
}
