<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form#answer-form label {
    white-space: break-spaces;
}

.btn-primary{
  width: fit-content !important;
}
.row {
  margin: 0;
}
.thumb-lg {
  height: 88px;
  width: 88px;
}
.profile-user-box {
  position: relative;
  border-radius: 5px;
}
.text-primary {
  color: #1a237e !important;
}
.bg-custom {
  background-color: #1a237e !important;
}
.profile-user-box {
  position: relative;
  border-radius: 5px;
}

.card-box {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
}
.inbox-widget .inbox-item img {
  width: 40px;
}

.inbox-widget .inbox-item {
  border-bottom: 1px solid #f3f6f8;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

.inbox-widget .inbox-item img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #313a46;
  display: block;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 14px;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 12px;
}

.comment-list .comment-box-item {
  position: relative;
}

.comment-list .comment-box-item .commnet-item-date {
  color: #98a6ad;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}

.comment-list .comment-box-item .commnet-item-msg {
  color: #313a46;
  display: block;
  margin: 10px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.comment-list .comment-box-item .commnet-item-user {
  color: #98a6ad;
  display: block;
  font-size: 14px;
  margin: 0;
}

.comment-list a + a {
  margin-top: 15px;
  display: block;
}

.ribbon-box .ribbon-primary {
  background: #1a237e;
}

.ribbon-box .ribbon {
  position: relative;
  float: left;
  clear: both;
  padding: 10px 15px 10px 15px;
  margin-left: -30px;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  -webkit-box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
  -o-box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
  box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
  color: #fff;
  font-size: 16px;
}
.text-custom {
  color: #1a237e !important;
}

.badge-custom {
  background: #1a237e;
  color: #fff;
}
.badge {
  font-family: Rubik, sans-serif;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06),
    0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  padding: 0.35em 0.5em;
  font-weight: 500;
}
.text-muted {
  color: #98a6ad !important;
}

.font-13 {
  font-size: 13px !important;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

/* .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
} */

.screen {
  background: linear-gradient(90deg, #1a237e, #80b4ff);
  position: relative;
  height: 600px;
  width: 360px;
  box-shadow: 0px 0px 24px #1a237e;
}

.screen__content {
  z-index: 1;
  position: relative;
  height: 100%;
}

.screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}

.screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #fff;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #1a237e;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #1a237e, #80b4ff);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #80b4ff;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}
/* login */

.card0 {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 0px;
}

.card2 {
  margin: 0px 40px;
}

.logo {
  width: 300px;
  /* height: 100px; */
  margin-top: 20px;
  margin-left: 35px;
}

.image {
  width: 360px;
  height: 280px;
}

.border-line {
  border-right: 1px solid #eeeeee;
}

.facebook {
  background-color: #3b5998;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.twitter {
  background-color: #1da1f2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.linkedin {
  background-color: #2867b2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.line {
  height: 1px;
  width: 45%;
  background-color: #e0e0e0;
  margin-top: 10px;
}

.or {
  width: 10%;
  font-weight: bold;
}

.text-sm {
  font-size: 14px !important;
}

::placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

input,
textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 14px;
  letter-spacing: 1px;
}

input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #304ffe;
  outline-width: 0;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

a {
  color: inherit;
  cursor: pointer;
}

.btn-blue {
  background-color: #1a237e;
  width: 150px;
  color: #fff;
  border-radius: 2px;
}

.btn-blue:hover {
  background-color: #000;
}

.bg-blue {
  color: #fff;
  background-color: #1a237e;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-left: 0px;
  }

  .image {
    width: 300px;
    height: 220px;
  }

  .border-line {
    border-right: none;
  }

  .card2 {
    border-top: 1px solid #eeeeee !important;
    margin: 0px 15px;
  }
  .result-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
/* login end */
.profile-container {
  position: relative;
  /* width: 50%; */
}

.image {
  opacity: 1;
  display: block;
  width: 100px;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  border: 0;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.profile-container:hover .image {
  opacity: 0.3;
}

.profile-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #fff;
  color: #1a237e;
  font-size: 26px;
  padding: 16px 32px;
}
.full-panel {
  height: 100vh;
}
div#image-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
img.login-image {
  width: 80%;
  margin: 1rem auto;
}
div#login-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login label {
  color: #fff;
}
.btn-white {
  background: white !important;
  color: #1a237e !important;
  font-weight: 500 !important;
}

.sidebar .nav .nav-item.active {
  background: #fff !important;
}
.border-info {
  border-left: 5px solid #1a237e !important;
}
.radius-10 {
  border-radius: 10px !important;
}
.ebooks:before {
  content: "\f07b";
  font-family: fontawesome;
  padding-right: 15px;
  font-size: 1.2rem;
  color: #1a237e;
}
.video_lec:before {
  content: "\F36B";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 1.2rem;
  padding-right: 15px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #1a237e;
}
.ebooks,
.video_lec {
  font-size: 1.3rem;
  color: #1a237e;
}

/* e-boks */
.product_list {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.product_list .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}

.product_list .card-header .btn-link {
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
  border-radius: 0;
  position: relative;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}

.product_list .card-header .btn-link:hover,
.product_list .card-header .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.product_list .card-header .btn-link:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  line-height: normal;
  width: 30px;
  height: 30px;
  background-color: #1a237e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: 0.5s all;
  background-image: none;
}

.product_list .card-header .btn-link.collapsed:after {
  transform: translateY(-50%) rotate(0deg);
}

.product_list .card-header .btn-link .list_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.product_list .card-header .btn-link .list_block .list_image {
  width: 135px;
  margin-right: 25px;
  height: 130px;
}

.product_list .card-header .btn-link .list_block .list_text {
  width: calc(100% - 160px);
  padding-right: 40px;
}

.product_list .card-header .btn-link .list_block .list_text .subtitle {
  margin-bottom: 4px;
  color: #c7a379;
  font-weight: 500;
  font-size: 16px;
}

.product_list .card-header .btn-link .list_block .list_text .title {
  margin-bottom: 10px;
}

.product_list .card-header .btn-link .list_block .list_text .text {
  font-size: 14px;
  color: #7f7f7f;
  margin: 0;
}

.product_list .card-body {
  padding: 15px;
  padding-bottom: 0;
  padding-top: 0;
}

.product_list .list_block_item {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.product_list .list_block_item a {
  display: block;
}

.product_list .list_block_item a i {
  color: #c7a379;
  margin-right: 0.5rem;
}

.product_list .list_block_item a .category {
  color: #7f7f7f;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: normal;
  font-weight: 500;
}

.product_list .list_block_item a .title {
  line-height: normal;
  margin-bottom: 0;
  font-size: 16px;
}

.product_list .list_block_item a .title strong {
  color: #c7a379;
}
.image-fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
a {
  text-decoration: none;
}
/* video */
.plyr__video-wrapper,
.plyr__video-embed {
  pointer-events: none; /* Disable pointer events */
}
/* preloader */
.preloader {
  /* position: fixed;
  left: 0;
  width: 0; */
  height: 70vh;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  background: #030303;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  /* left: 0;
  right: 0; */
  margin: 0 auto;
  top: 55%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
}

.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #ffffff;
}

.preloader .loader .indicator svg polyline#front {
  stroke: #1a76d1;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
  animation: dash 1s linear infinite;
}

/* .preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #1A76D1;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
} */

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* skills */
.card .card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none;
}

.card .card-image .card-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}
/* result */
.table-responsive {
  display: block !important;
}
.title {
  font-weight: 600;
}
.result-row {
  display: flex;
  justify-content: space-between;
}
.table th {
  /* text-align: center !important; */
  padding: 1rem !important;
  vertical-align: middle !important;
}
.table td {
  /* text-align: center !important; */
  padding: 1rem !important;
  vertical-align: middle;
}
/* loader */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* fee */
.bg-fee {
  background: #e9f5e4;
  border-radius: 1rem;
  border: 0;
}
/* time table */
.schedule-table thead tr {
  background: #1a237e;
}
table.schedule-table {
  width: 100%;
  margin-top: 3rem;
  border: 0;
}
.schedule-table thead th {
  padding: 25px 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  border: 0;
}
.schedule-table tbody td {
  vertical-align: middle;
  border: 1px solid #e2edf8;
  font-weight: 500;
  padding: 30px;
  text-align: center;
}
/* profile */
.details-block p {
  width: 50%;
  white-space: break-spaces;
    word-wrap: break-word;
}
.details-block {
  display: flex;
}
/* ques-paper */
.instruction-title {
  background: #1a237e;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.instruction-section {
  border-color: #1a237e !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.instruction-subtitle {
  text-decoration: underline;
}
/* a */
a.attachment {
  text-decoration: underline;
  color: #007bff;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
  color: #1a237e !important;
}
.navbar .navbar-menu-wrapper {
  background: linear-gradient(to right, #e6e5f2, #4599cd) !important;
}
img.favicon {
  height: 48px;
  background: #fff;
}

.navbar .navbar-menu-wrapper .navbar-toggler i:before {
  background: #fff !important;
}
.navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .dropdown-toggle
  i:before {
  background: #fff !important;
}
@media (max-width: 768px) {
  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#chBar {
  height: 250px !important; /* Specify the desired height here */
}

.navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .count-indicator
  .count {
  width: 20px !important;
  height: 20px !important;
  font-size: 0.7875rem !important;
}
/* .navbar .navbar-menu-wrapper .navbar-toggler{
  background: #FFF;
} */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
  border-left: 0 !important;
}
/* test */
div#base-timer-label {
  padding: 10px;
  font-size: 12px;
}
/* body{
	width:100%;
	height:100%;
	
} */
.contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e6e5f2, #4599cd);
  /* background-image: linear-gradient(to bottom right,#02b3e4,#02ccba);	 */
}

.done {
  width: 100px;
  height: 100px;
  position: relative;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.contain h1 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #1a237e;
}

.congrats {
  position: relative;
  left: 50%;
  top: 50%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  width: 80%;
  min-height: 300px;
  max-height: 900px;
  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.3);
  background-image: linear-gradient(to bottom right, #e6e5f2, #4599cd);
  background: #fff;
  text-align: center;
  font-size: 2em;
  color: #1a237e;
}

.text {
  position: relative;
  font-weight: normal;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  max-width: 800px;

  font-family: "Lato", sans-serif;
  font-size: 0.6em;
}

/* .circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
} */
/* .tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
} */
/* .drawn svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
} */

.regards {
  font-size: 0.7em;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .congrats h1 {
    font-size: 1.2em;
  }

  .done {
    top: -10px;
    width: 80px;
    height: 80px;
  }
  .text {
    font-size: 0.5em;
  }
  .regards {
    font-size: 0.6em;
  }
}

@media (max-width: 500px) {
  .congrats h1 {
    font-size: 1em;
  }

  .done {
    top: -10px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 410px) {
  .congrats h1 {
    font-size: 1em;
  }

  .congrats .hide {
    display: none;
  }

  .congrats {
    width: 100%;
  }

  .done {
    top: -10px;
    width: 50px;
    height: 50px;
  }
  .regards {
    font-size: 0.55em;
  }
}
.border-right {
  border-right-color: rgb(192, 192, 192) !important;
} /* Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal content */
/* .modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 20%; 
} */

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.result-box {
  background-color: rgba(63, 80, 246, 0.2);
}
.custom-control-input[type="radio"]:checked ~ .custom-control-label::before {
  border-radius: 0;
}
input[type="radio"], input[type="checkbox"] {
  width: fit-content;
}
/*chat sopport*/
.dark-mode {
            background-color: #121212;
            color: #f5f5f5;
        }
        .chat-container {
            /*width: 60%;*/
            /*max-width: 600px;*/
            /*margin: 40px auto;*/
            background: white;
            border-radius: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 70vh;
            transition: background-color 0.3s ease;
        }
        .dark-mode .chat-container {
            background-color: #1e1e1e;
        }
        /*.chat-header{*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    background-color: #336699;*/
        /*}*/
        
        .chat-header{
            justify-content: space-between;
            background-color: #336699;
            text-align : center;
            color : white;
        }
        .chat-header h1{
            color: white;
            padding: 15px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            align-items: center;
        }
        .chat-header .button {
            background-color: #336699;
            color: white;
            border: none;
            padding: 10px 12px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-align: center;
        }
        .button:hover {
            background-color: #285580;
        }
        .dark-mode .chat-header {
            background-color: #252525;
        }
        .chat-messages {
            flex: 1;
            overflow-y: auto;
            padding: 15px;
            background-color: #f9f9f9;
            transition: background-color 0.3s ease;
        }
        .dark-mode .chat-messages {
            background-color: #2e2e2e;
        }
        .chat-message {
            margin-bottom: 15px;
            animation: fadeIn 0.3s ease-in;
        }
        .chat-message.user {
            text-align: right;
            color: #336699;
        }
        .dark-mode .chat-message.user {
            color: #4d9cef;
        }
        .chat-message.bot {
            text-align: left;
            color: #444;
        }
        .dark-mode .chat-message.bot {
            color: #ccc;
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }.chat-container
        }
        .chat-input-container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 15px;
            border-top: 1px solid #ddd;
            background-color: white;
            gap: 10px;
        }
        .dark-mode .chat-input-container {
            background-color: #1e1e1e;
            border-color: #444;
        }
        .chat-input {
            flex: 2;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: 16px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
        .dark-mode .chat-input {
            background-color: #2e2e2e;
            color: #f5f5f5;
            border-color: #444;
        }
        
        .dark-mode .button {
            background-color: #444;
        }
        .dark-mode .button:hover {
            background-color: #555;
        }
        .suggested-questions {
            display: flex;
            gap: 10px;
            padding: 15px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .suggested-question {
            background-color: #336699;
            color: white;
            padding: 8px 15px;
            border-radius: 10px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }
        .suggested-question:hover {
            background-color: #285580;
        }
        .dark-mode .suggested-question {
            background-color: #444;
        }
        .dark-mode .suggested-question:hover {
            background-color: #555;
        }
        
        #chatbot-trigger {
  position: fixed;
  bottom: 40px;
  right: 30px;
  height: 45px;
  width: 45px;
  background: #4599cd;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;

}

#chatbot-trigger i {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
}

.rtl #chatbot-trigger {
  right: auto;
  left: 30px;
}

@media (max-width: 991px) {
  #chatbot-trigger {
    display: none;
  }
}

.toggle-button {
    /* border: 0; */
    border: 1px solid #1a237e;
    background: transparent;
    border-radius: 1rem;
    padding: 0.3rem;
}</pre></body></html>