
/*General*/

html {
    height: 100%;
}

body {
    padding-top: 80px;
    font-family: Sarabun, sans-serif;
     height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}



a {
    text-decoration: none;
}

.jumbotron {
    background-color: #fff !important;
}


/*Final*/
.final-view {
  padding-bottom: 200px;
}

/*Cheatsheets dropdown*/
.resources-menu {
  position: relative;
  padding: 15px;
}

.resources-toggle {
  cursor: pointer;
  font-weight: 500;
  color: #7e3af2; /* same violet color */
  text-decoration: none;
}

.nav > li > a.resources-toggle {
  padding: 0;
}

.arrow-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}



.arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* rotate up when active */
.arrow.up {
  transform: rotate(180deg);
}



/*POP UP*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  max-width: 400px;
  position: relative;
  animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  backdrop-filter: blur(10px);
}

.popup p {
  font-size: 18px;
}

@keyframes popIn {
  0% { 
      transform: scale(0.3) rotate(-10deg);
      opacity: 0;
  }
  70% { 
      transform: scale(1.05) rotate(2deg);
  }
  100% { 
      transform: scale(1) rotate(0deg);
      opacity: 1;
  }
}

.popup h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
}

.popup p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}


/*PROFILE*/
.profile-menu {
  position: relative;
  display: inline-block;
}

.profile-icon {
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
  padding-top: 15px;
    padding-bottom: 15px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 999;
  transition: all 0.2s ease;
}



.dropdown-content a {
  color: #333;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.email-display {
  font-weight: bold;
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
}



.dropdown-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.dropdown-divider {
  border-top: 1px solid #e0e0e0;
  margin: 8px 0;
}

/* Special styling for logout link */
.logout-link {
  justify-content: center;
  border: 1px solid #e0e0e0;
  margin: 0 16px;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  background-color: #fafafa;
}

.logout-link:hover {
  background-color: #f0f0f0;
}

/*Notifications*/
.notification-menu {
  margin-left: 15px;
  margin-right: 15px;
}

#notificationDropdown {
  width: 380px;
}
/* Remove default padding from the body to allow items to go edge-to-edge */
.notification-body {
  padding: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  max-height: 400px; /* Optional: limit height and make it scrollable */
  overflow-y: auto;
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #a9a9a9 #f1f1f1;
}

/* For Chrome, Safari, Edge, and other WebKit browsers */

/* 1. The scrollbar itself (the 'gutter') */
.notification-body::-webkit-scrollbar {
  width: 8px; /* Sets the width of the scrollbar */
}

/* 2. The track (the background part the scrollbar moves along) */
.notification-body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light grey track background */
  border-radius: 10px;
}

/* 3. The thumb (the draggable part of the scrollbar) */
.notification-body::-webkit-scrollbar-thumb {
  background: #a9a9a9; /* A nice medium grey for the thumb */
  border-radius: 10px; /* Makes the thumb fully rounded */
}

/* 4. The thumb on hover */
.notification-body::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darkens the thumb when you hover over it */
}

/* Main container for each notification item */
.notification-body .notification-item {
  display: flex; /* Use Flexbox for layout */
  align-items: flex-start; /* Align items to the top */
  padding: 15px;
  border-bottom: 1px solid #e9e9e9; /* Divider between items */
  color: inherit; /* Inherit color from parent */
  text-decoration: none; /* Remove underline from link */
  transition: background-color 0.2s;
}

.notification-body .notification-item:hover {
  background-color: #f9f9f9; /* Slight hover effect */
}

/* Remove border from the last item */
.notification-body .notification-item:last-child {
  border-bottom: none;
}

/* Icon on the left */
.notification-icon {
  margin-right: 15px;
  font-size: 20px; /* Adjust icon size */
  color: #007bff; /* A nice blue for the icon color */
}

/* Container for all text content */
.notification-content {
  flex: 1; /* Take up remaining space */
  display: flex;
  flex-direction: column; /* Stack text content vertically */
}

/* "Naujas pasiekimas:" text */
.notification-title {
  font-weight: bold;
  margin-bottom: 2px;
}

/* The main message text */
.notification-message {
  color: #333;
}

/* Timestamp at the bottom */
.notification-time {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

/* Style for the "no notifications" message */
.notification-item-empty {
    padding: 20px;
    color: #888;
    text-align: center;
}




/*Achievements*/

/* Custom Alert Color (Purple) */
.alert-notice {
  background-color: #f0e6ff; /* Light purple background */
  border-color: #d1b3ff; /* Slightly darker border */
  color: #4b0082; /* Dark purple text */
}

/* Optional: Close button styling */
.alert-notice .close {
  color: #4b0082;
  opacity: 0.8;
}

/* Hover effect */
.alert-notice:hover {
  background-color: #e6d6ff;
}

/*Landing page*/


#navbar.navbar-right {
    float: right;
}

.navbar-default .navbar-nav > li > a.btn-link {
    background-color: #3d52eb;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    border: none;
    border-radius: 4px;
    padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}


.navbar-default .navbar-nav > li > .btn-link:hover,
.navbar-default .navbar-nav > li > .btn-link:focus{
        border: none;
	color: #000;
	transition: .2s ease-in;
        background-color: #94b9ff;
        text-decoration: none;
}

a.renew-link {
  text-decoration: underline;
}


a.renew-link:hover {
  transition: .2s ease-in;
}

.renewed {
  display: inline-block;
  vertical-align: middle; 
  padding-top: 15px;
  color: #777
}


/*Blog*/

table#proscons {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
  }
  #proscons th, #proscons td {
    padding: 12px;
    border: 1px solid #ddd;
  }
  #proscons th {
    background-color: #f4f4f4;
  }
  .pros {
    color: green;
    font-weight: bold;
  }
  .cons {
    color: red;
    font-weight: bold;
  }
  
  .date-info {
  display: flex;
  align-items: center;
}

.date-info span {
  margin-right: 10px;
}

.blog-header h1 {
  font-size: 63px;
margin-bottom: 100px;
margin-top: 100px;
}

#st-1.st-animated {
    padding: 10px;
}

.site-main article {
position: relative;
margin-bottom: 30px;
}

.site-main article .blog-entry {
padding: 33px;
border: 1px solid #ebebeb;
border-radius: 13px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
box-shadow: 0 6px 19px rgba(22,10,28,.09);
-webkit-box-shadow: 0 6px 19px rgba(22,10,28,.09);
-moz-box-shadow: 0 6px 19px rgba(22,10,28,.09);
background-color: #fff;
}

.site-main article .entry-header .categories .cat-links a.practical_exam {
color: #9d4a9c;
background-color: rgba(157,74,156,.1);
}

.cat-links {
color: #117e9f;
background-color: rgba(17, 126, 159, .1);
font-size: 14px;
padding: 8px 13px;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
text-decoration: none;
display: inline-block;
margin-bottom: 5px;
text-transform: none;
}

.site-main article .entry-title a {
font-size: 20px;
color: #06112f;
font-weight: 600;
line-height: 1.3;
text-decoration: none;
}


.site-main article .entry-header .categories .cat-links a.team {
color: #55426d;
background-color: rgba(85, 66, 109, .1);
}

.site-main article .entry-header .categories .cat-links a.data {
color: #c3255b;
background-color: rgba(195, 37, 91, .1);
}

.site-main article .entry-header .categories .cat-links a.industry {
color: #035386;
background-color: rgba(3, 83, 134, .1);
}

.site-main article .entry-header .posted-on {
color: #4b5160;
font-weight: 300;
font-size: 13px;
margin-left: 10px;
white-space: nowrap;
}

.site-main article .entry-meta {
margin-bottom: 20px;
margin-top: 20px;
}

.site-main article .entry-meta .byline {
color: #06112f;
font-size: 14px;
}

.site-main article .entry-meta .byline .profile_image {
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
margin-right: 5px;
}

.site-main article .entry-meta .byline .author a {
color: #06112f;
font-size: 14px;
text-decoration: none;
}

.site-main article .entry-content li, .site-main article .entry-content p {
line-height: 22px;
font-family: "Bitter", sans-serif;
font-size: 15px;
color: rgb(51, 51, 51);

}

.site-main article .entry-footer .read-more a {
color: #d52955;
text-decoration: none;
font-size: 14px;
}

 /*Article*/

  .article-wrapper {
      color: #414042;
      margin: 0;
      padding: 0;
      background: #fcfcfc;
      
  }
  .article-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
    
  }
  
   .article-container h3 {
    font-size: 1em;
    color: rgb(109, 112, 141);
    margin-bottom: 20px;
}

  .article {
      padding: 20px;
  }

  .article .collapse{
      visibility: visible;
  }

  .category {
      color: #007bff;
      text-transform: uppercase;
      font-size: 0.9em;
      margin-bottom: 10px;
  }

  .category:hover {
      color: #888;
      text-decoration: none;
      transition: color 0.3s;
       
  }

.article-container p {
  color: rgb(76, 66, 67);
  font-size: 16px;
  font-weight: 400;
}
  

.article-container h1 {
      font-size: 2.5em;
      margin-bottom: 10px;
      color: rgb(109, 112, 141);
  }

  .article-container h2 {
      font-size: 1.5em;
      color: rgb(109, 112, 141);
      margin-bottom: 20px;
  }

  .article-container .date {
      display: inline-block;
      color: #888;
      margin-bottom: 20px;
      font-style: italic;
  }

  .intro-image {
      margin-bottom: 20px;
  }

  .intro-image img {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 0.5rem;
  }

  .article-body {
      font-size: 1.1em;
      line-height: 1.8;
  }

 

  @media (max-width: 768px) {
      .article-container {
          padding: 10px;
      }

      .article {
          padding: 10px;
      }

      .article-container h1 {
          font-size: 2em;
      }

      .article-container h2 {
          font-size: 1.2em;
      }
      
      .article-body img {
      max-width: 100%;
      height: auto;
    }
  }


   /* New styles for the Table of Contents */
   #toc {
      position: fixed;
      top: 70px;
      left: 20px;
      width: 250px;
      background-color: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 4px;
      padding: 15px;
      font-size: 13px;
      max-height: 80vh;

  }

  #toc h3 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 18px;
      border-bottom: 1px solid #dee2e6;
      padding-bottom: 5px;
  }

  #toc ul {
     
      padding-left: 0;
  }

  #toc ul ul {
      padding-left: 15px;
  }

  #toc li {
      margin-bottom: 5px;
  }

  #toc a {
      text-decoration: none;
      color: rgb(76, 66, 67);
      transition: color 0.3s ease;
  }

  #toc a:hover {
      color: #007bff;
  }

  /* Adjust main content to make room for TOC */
  .article-container {
      margin-left: 280px;
      margin-right: 280px; /* width of TOC + its left position + some extra space */
  }

  #toc-list a.active {
          color: red; /* Highlight color */
      }

  /* Responsive adjustments */
  @media (max-width: 1200px) {
      #toc {
          display: none; /* Hide TOC on smaller screens */
      }
      .article-container {
          margin-left: auto; /* Reset margin */
          margin-right: auto;
      }
  }


  #myad {
  position: fixed;
  top: 70px;
  right: 20px;
  width: 250px;
  background-color: rgb(29, 29, 56);
  border-radius: .8rem;
  padding: 15px;
  font-size: 13px;
  max-height: 80vh;
  color: rgb(244, 236, 232);
  overflow: auto; 
  min-height: 270px;
}

 /* Responsive adjustments */
 @media (max-width: 1200px) {
  #myad {
      display: none; /* Hide TOC on smaller screens */
  }
}

.myad-container {
  max-width: 100%; 
  padding: 25px;
}

.article-container .title {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.article-container .text {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
  white-space: pre-line;
  word-break: break-word;
}

.article-container .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: inherit;
  width: 100%;
}

.article-container .button {
  align-items: center;
  border-radius: .375rem;
  cursor: pointer;
  display: inline-flex;
  font-size: .7rem;
  
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  max-width: 100%;
  padding: .75rem 1.5rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-word;
}

.button.button-secondary {
  background: #fff;
  color: #453d3e;
  padding: 1rem 1.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}



/* Hover effect */
.button.button-secondary.button-sm:hover {
    background-color: #5a6268; 
    text-decoration: none; 
    color: #fff; 
}

/* Optional: Focus and active states */
.button.button-secondary.button-sm:focus,
.button.button-secondary.button-sm:active {
    outline: none; 
    background-color: #545b62; 
}

.article-container a.button {
  text-transform: uppercase;
  text-decoration: none;
}

.caption-text {
  color: #7d6665;
  font-size: 14px;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: .5rem;
  padding-right: .5rem;
  font-style: italic;
}
 

.article .byline .author a {
  color: #06112f;
  font-size: 14px;
  text-decoration: none;
}

.article-container .intro-image {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 703px;
}

.article-container .intro-image img {
  display: block;
  width: 100%;
  height: auto;
}

.article-body a {
  color: #007bff;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.article-body a:hover {
  color: #888;
  text-decoration: none;
  transition: color 0.3s ease;
}


/*Cookie notice*/
.cookie-card {
  display: block;
  color: #fff;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: #000;
   z-index: 9999;
  width: 400px;
  min-width: 0;
  padding: 30px;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
  
}


.cookie a {
  text-decoration: none;
  margin-top: 8px;
  font-size: 12px;
  color:#ffa500
}

.mt-5 {
margin-top: 50px;
}

.mr-3 {
  margin-right: 30px;
}

.decline {
  cursor: pointer;
}

.landing-page-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    margin-top: -80px;
     background: url("../images/landing-bg.jpg") no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    
}


.landing-page-wrapper {
   
    height: 90vh;
    width: 95%;
    margin: 5vh 2.5%;
    position: relative;
    animation: fade .8s;
   
}

.landing-page-hero {
    float: left;
    text-align: left;
    margin-top: 170px;
    padding-left: 55px;
}

.landing-page-hero h1 {
    font-size: 67px;
    color: #011d45;
    padding-bottom: 35px;
    font-weight: 700;
   
}

.landing-page-hero h2 {
  font-size: 24px;
  color: #000;
}


.landing-inputs-wrapper {
   padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    
}




.landing-info {
     background: #fff;
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
    padding: 55px 10px 55px 10px;
    width: 400px;
    height: 400px;
    margin-right: 25px;
    color: hsl(233, 13%, 49%);
    border-radius: 0.8rem;
    animation: fade 1.5s;
    text-align: center;
}



.landing-inputs-wrapper p {
    color: #666;
    font-size: 22px;
    padding: 25px;
    
}



.landing-header {
    background-color: aquamarine;
}

a.btn-landing-1, a.btn-landing-2 {
   
    background-color: #3d52eb;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	text-transform: uppercase;
        border: none;
        border-radius: 4px;
        
}

.btn-landing-1:hover,
.btn-landing-1:focus,
.btn-landing-2:hover,
.btn-landing-2:focus{
        border: none;
	color: #000;
	transition: .2s ease-in;
        background-color: #94b9ff;
        text-decoration: none;
}

a.btn-landing-1 {
    padding: 14px 0;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    width: 250px;
}

a.btn-landing-2 {
    padding: 14px 74px;
   
}
@keyframes fade {
    0% {
        opacity: 0; 
    }
    100% {
        opacity: 1;
    }
}


.two-page-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
   background: url("../images/website-mockup.jpg") no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  
}


/*New CSS Themes*/

.landing-themes-wrapper {
  padding-top: 100px;
   padding-bottom: 100px;
   display: flex;
   color: #666;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
}

.landing-themes-wrapper h1 {
  font-size: 57px;
  color: hsl(233, 13%, 49%);
  padding-bottom: 35px;
  font-weight: 700;
}

.theme-info {
  flex: 1;
text-align: center;
padding: 55px;

}

/*Mobile menu*/
.navbar-fixed-top #navbar.navbar-collapse,
.navbar-fixed-bottom #navbar.navbar-collapse {
  max-height: none;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
  .theme-info {
    padding: 15px;
  }
  
  .pricing-container {
    padding: 15px 0;
    margin-top: 0;
  }
}


.theme-info-container {
  position: relative;
}


#theme-img-1 {
  height: auto;
}

#theme-img-2 {
  position: absolute;
  top: 32%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  #theme-img-1,
  #theme-img-2 {
    position: static;
    width: 100%;
    transform: none;
  }
  .landing-themes-wrapper {
    flex-direction: column;
    padding-top: 10px;
  padding-bottom: 10px;
  }
  
}

.two-page-wrapper {
   
  height: 90vh;
  width: 95%;
  margin: 5vh 2.5%;
  position: relative;
  animation: fade .8s;
 
}

.two-page-hero {
  float: left;
  text-align: left;
  margin-top: 170px;
  padding-left: 55px;
}

.two-page-hero h1{
  font-size: 67px;
  color: hsl(233, 13%, 49%);
  padding-bottom: 35px;
}

.pricing-container.main {
  margin-top: 0;
}

/*Mobile info*/
.landing-mobile-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; 
  background-color: #fff;
}

.mobile-info {
  width: 50%;
  text-align: center; 
  color: #666;
  font-size: 22px;
  padding: 45px;
}

.mobile-info li {
  text-align: left; 
  color: #666;
  font-size: 14px;
}

.mobile-info p {
  font-weight: 700;
  text-align: left;
}

.mobile-info-container {
  width: 50%;
  padding: 0;
  margin: 0;
}

.mobile-info-container img {
  max-width: 100%;
  height: auto;
}

.landing-mobile-wrapper h1 {
  font-size: 57px;
  color: hsl(233, 13%, 49%);
  padding-bottom: 35px;
  font-weight: 700;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .landing-mobile-wrapper  {
    flex-direction: column; /* Stack elements vertically */
  }

  .mobile-info,
  .mobile-info-container {
    width: 100%; /* Make both elements full-width */
  }

}

@media (min-width: 601px) and (max-width: 1023px) {

 
.landing-inputs-wrapper {
  padding: 40px 15px;
   flex-wrap: wrap;
}

.landing-info {
  width: calc(50% - 30px);
  max-width: none;
  padding: 25px 15px;
  margin-bottom: 15px;
  height: auto;
}

.landing-info h2 {
  font-size: 2.3rem;
}

.landing-info p {
  font-size: 1.6rem;
}

.material-icons {
  font-size: 1.8rem;
}


.two-page-container {
  height: 50vh;
}

.landing-page-container {
height: 80vh;
background: url("../images/landing-bg-old.jpg") no-repeat center;
background-size: cover;

}
.landing-page-hero {
margin-top: 0;
}

.landing-themes-wrapper {
flex-direction: column;
      padding-top: 10px;
      padding-bottom: 10px;
}
.landing-themes-wrapper h1 {
font-size: 5rem;
}

.landing-themes-wrapper h2 {
font-size: 2.3rem;
}

.landing-themes-wrapper p {
font-size: 1.6rem;
}

.theme-info {
padding: 15px;
}

.landing-mobile-wrapper {
flex-direction: column;
      padding-top: 10px;
      padding-bottom: 10px;
}
.landing-mobile-wrapper h1 {
font-size: 5rem;
}

.landing-mobile-wrapper h2 {
font-size: 2.3rem;
}

.landing-mobile-wrapper p {
font-size: 1.6rem;
}

 .mobile-info-container {
    width: 100%;
  }
  

  .mobile-info {
    width: 100%;
  }
  
  .login-view {
  height: 50vh;
}

.jumbotron {
    margin-top: 80px;
  }


}

/*Paysera*/
.accept, .cancel {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-350 {
  margin-bottom: 350px;
}
/*Login and register panel*/

.login-view {
    height: 100vh;
}
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
        margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 100px;
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-heading p{
  display: inline-block;
	color: #3d52eb;
	font-size: 18px;
  margin: 0 auto;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login, .btn-register {
	background-color: #3d52eb;
        padding: 14px 0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	
	text-transform: uppercase;
        border: none;
	
}
.btn-login:hover,
.btn-login:focus,
.btn-register:hover,
.btn-register:focus {
	border: none;
	color: #000;
	transition: .2s ease-in;
        background-color: #94b9ff;
}


.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.field-icon {
  float: right;
  margin-right: 15px;
  margin-top: -33px;
  position: relative;
  z-index: 2;
  color: hsl(233, 13%, 49%);
  font-size: 22px;
}

.field-icon:hover {
cursor: pointer;
}


.panel a:hover {
  text-decoration: none;
}
/*Pricing table*/

  
  .pricing-container {
    background: #f7f7ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    margin-top: -80px;
    padding: 100px 0;
  }
  .pricing-header {
    color: hsl(233, 13%, 49%);
    margin: 3.3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pricing-header h1 {
    font-size: 57px;
    margin-bottom: 50px;
  }

  .pricing-header h2 {
    margin-bottom: 50px;
  }

  
  .sub {
    background: linear-gradient(
      135deg,
      rgba(163, 168, 240, 1) 0%,
      rgba(105, 111, 221, 1) 100%
    );
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* height: 25px;
    width: 50px; */
    height: 1.6rem;
    width: 3.3rem;
    border-radius: 1.6rem;
    padding: 0.3rem;
  }
  .circle {
    background-color: #fff;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
  }
  .checkbox:checked + .sub {
    justify-content: flex-end;
  }
  
  .pricing-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    animation: fade 1.5s;
  }
  
  .pricing-card {
    background: #fff;
    color: hsl(233, 13%, 49%);
    border-radius: 0.8rem;
  }
  
  .pricing-cards .pricing-card.active {
    background: linear-gradient( 135deg, rgb(163, 168, 240) 0%, rgb(15, 26, 221) 100% );
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    z-index: 1;
  }
  .pricing-cards ul {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .pricing-cards ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
  }
  .pricing-cards ul li.price {
    font-size: 3rem;
    color: hsl(232, 13%, 33%);
    padding-bottom: 2rem;
  }
  .shadow {
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
  }
  
  .pricing-card.active .price {
    color: #fff;
  }
  
  .pricing-btn {
    padding: 14px 84px;
margin-top: 35px;
margin-bottom: 15px;
background-color: #3d52eb;
outline: none;
color: #fff;
font-size: 14px;
height: auto;
font-weight: normal;
text-transform: uppercase;
border: none;
border-radius: 4px;
  }
  .active-btn {
    background: #fff;
    color: hsl(237, 63%, 64%);
  }


  .pricing-btn:hover,
.pricing-btn:focus {
        border: none;
	color: #000;
	transition: .2s ease-in;
        background-color: #94b9ff;
        text-decoration: none;
}

  .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
  }
  .pricing-card.active .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
  }
  .pack {
    font-size: 2.1rem;
  }
  
  @media (max-width: 280px) {
    .pricing-cards ul {
      margin: 1rem;
    }
    .pricing-container h1 {
      font-size: 1.2rem;
    }
   
    .pricing-cards {
      margin: 0;
      display: flex;
      flex-direction: column;
    }
  
    .pricing-card {
      transform: scale(0.8);
      margin-bottom: 1rem;
    }
    .pricing-cards .pricing-card.active {
      transform: scale(0.8);
    }
  }
  
  @media (min-width: 280px) and (max-width: 320px) {
    .pricing-cards ul {
      margin: 20px;
    }
    .pricing-cards {
      display: flex;
      flex-direction: column;
    }
    .pricing-card {
      margin-bottom: 1rem;
    }
    .pricing-cards .pricing-card.active {
      transform: scale(1);
    }
  }
  
  @media (min-width: 320px) and (max-width: 414px) {
    .pricing-cards {
      display: flex;
      flex-direction: column;
    }
    .pricing-card {
      margin-bottom: 1rem;
    }
    .pricing-cards .pricing-card.active {
      transform: scale(1);
    }
  }
  @media (min-width: 414px) and (max-width: 768px) {
    .pricing-card {
      margin-bottom: 1rem;
      margin-right: 1rem;
    }
    .pricing-cards .pricing-card.active {
      transform: scale(1);
    }
  }
  @media (min-width: 768px) and (max-width: 1046px) {
    .pricing-cards {
      display: flex;
    }
    .pricing-card {
      margin-bottom: 1rem;
      margin-right: 1rem;
    }
    .pricing-cards .pricing-card.active {
      transform: scale(1);
    }
  }
  


  /* Payment page */
  .payment-overview.pricing-cards ul {
    padding: 6rem;
  }

/*Quiz start page*/

.start {
  animation: fade .8s;
}

.start p {
    font-size: 17px;
    font-weight: 400;
}

.start h2 {
    color: hsl(233, 13%, 49%);
    padding-bottom: 15px;
}
a.btn-start {
        background-color: #3d52eb;
        margin-top:25px;
        outline: none;
        color: #fff;
        font-size: 14px;
        height: auto;
        font-weight: normal;
        padding: 14px 85px;
        text-transform: uppercase;
        border: none;
}

.btn-start:hover,
.btn-start:focus {
        border: none;
	color: #000;
	transition: .2s ease-in;
        background-color: #94b9ff;
        text-decoration: none;
}

.start-card {
  background: #fff;
 box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
 padding: 55px 10px 55px 10px;
 width: 400px;
 height: 400px;
 margin-right: 55px;
 color: hsl(233, 13%, 49%);
 border-radius: 3px;
 animation: fade 1.5s;
 text-align: center;
}

.flex-container {
  display: flex;
  justify-content: center;
}


@media (max-width: 767px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
  }
  
  .start-card {
    width: calc(90vw - 20px); /* 90% of the viewport width minus 20px for spacing */
    max-width: none; 
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.landing-info ul {
  list-style-type: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  display: flex; /* Make the ul a flex container */
  justify-content: center; /* Center the li horizontally */
}


.item {
  width: 10rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5d6382;
  cursor: pointer;
  margin-left: 30px;
}


.item span {
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.15);
  border-radius: 0.6rem;
  padding: 2.5rem;
  font-size: 4.5rem;
  transition: all 0.3s ease;
}

/*Question page*/

a.greyed-out {
  background-color: rgba(77, 74, 74, 0.301) !important;
}
.info-field legend {
display: inline-block;
}

#question-exists {
  height: 20px;
display: inline-block;
}

.explanation {
  background-color: #f2f2f2; /* Light gray background */
  color: #333; /* Dark gray text color */
  padding: 20px; /* Add some padding for better readability */
  margin-top: 15px;
  border-radius: 5px; /* Add rounded corners for a modern look */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle drop shadow */
  font-size: 14px;
}

#success-alert {
   display: block;
   color: #fff;
    position: fixed;
    padding: 10px;
    top: 5%;
    right: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #000;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.2),inset 0 0 2px #fff;
}

#success-alert-removed {
  display: block;
  color: #fff;
   position: fixed;
   padding: 10px;
   top: 5%;
   right: 5%;
   white-space: nowrap;
   text-overflow: ellipsis;
   background-color: #000;
   z-index: 9999;
   border-radius: 4px;
   box-shadow: 0 0 4px rgba(0,0,0,.2),inset 0 0 2px #fff;
}


.bookmark-btn{
  display: inline-block;
  position: relative;
  height: 26px;
  margin: 0;
  padding: 2px 11px 2px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 100;
  text-align: center;
  vertical-align: initial;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
}

.bookmark-btn:hover {
  color: #333;
outline: 0;
border-color: #ccc;
}

.question-view {
    padding-bottom: 200px;
}
.question-view .info-field  input[type=checkbox] {
  
  cursor: pointer;
}

/*.question-view .info-field input[type=checkbox]+label {
  display: inline-block;
  margin-left: 8px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 100;
  text-align: center;
  vertical-align: initial;
  height: 26px;
  margin: 0;
  padding: 2px 11px 2px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: pointer;
  
}

.question-view .info-field input[type=checkbox]+label:hover {
  color: #333;
outline: 0;
border-color: #ccc;
}


.question-view .info-field input[type=checkbox]:checked+label {
  font-style: bold;
  border: 1px solid #000;
  
}*/


.question-view .info-field .unlike-btn,
.question-view .info-field .like-btn {
  display: inline-block;
  margin-left: 8px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 100;
  text-align: center;
  vertical-align: initial;
  height: 26px;
  margin: 0;
  padding: 2px 11px 2px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: pointer;
  
}

.question-view .info-field .unlike-btn:hover,
.question-view .info-field .like-btn:hover {
  color: #333;
outline: 0;
border-color: #ccc;
}


    .hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
    }


.add-field {
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: hsl(233, 13%, 49%);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 100px;
}

.add-field h2 {
  padding-bottom: 15px;
}

.add-field select.custom-select {
  width: 453px;
  height: 35px;
}
.current {

  width: 500px;
  margin-right: 35px;
}

/* Styles for smaller screens */
@media (max-width: 768px) {
  .current {
    width: 100%; 
    margin-right: 0; 
    margin-bottom: 1em;
  }
}

.current_img img {
max-width: 400px;
}



.current h5 {
    color: #3d52eb;
}

.current span.left {
  color: hsl(233, 13%, 49%);
  margin-right: 5px;
}

.current-img {
  min-width: 260px;
}

p.question-text {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 500;
}

.question-view .flex-container {
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
min-height: 345px;
}
/* One radio button per line */
.question-view label {
  display: block;
  line-height: 1.5;
  font-size: 16px;;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.question-view label.correct-answer {
  background-color: #b4f5da;
}

.question-view label.wrong-answer {
  background-color: #f4c5c5;
}


.question-view [type="checkbox"] {
  margin-right: 13px;
  margin-top: 6px;
  cursor: pointer;
}

.question-view .btn-question {
  float: right;
  width: 220px;
}

.question-view  [type="checkbox"]:hover{
  background: #ddd;
  border-radius: 50%;
}

.start {
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.2em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}


.question-view legend {
  box-sizing: border-box;
  display: inline-table;
  font-size: 16px;
  color: #fff;
  background: #3d52eb;
  padding: 0.25em 1em;
  border-radius: 1em;
  font-weight: 300;
  width: auto;
  border-bottom: none;
}




.btn-question {
  
width: 250px;
padding: 14px 45px;
margin-top:25px;
height: auto;
font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
  background-color: #3d52eb;
	outline: none;
	color: #fff;
  border: none;
}

.btn-question:hover,
.btn-question:focus {
        border: none;
	color: #000;
	transition: .2s ease-in;
        background-color: #94b9ff;
}



.notice-modal-1,
.notice-modal-3 {
  display: none;
  position: fixed;
  top: 40px;
  z-index: 3;
  padding: 50px;
  font: 400 20px 'segoe ui', sans-serif;
    left: 30%;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
  .notice-modal-1, .notice-modal-3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%; /* Adjust the width as needed */
    padding: 20px; /* Adjust the padding as needed */
  }
  .notice-modal-1 .landing-info, 
  .notice-modal-3 .landing-info {
    padding: 10px;
    margin-right: 0;
  }

  .notice-modal-1 .btn-question, 
  .notice-modal-3 .btn-question {
    width: 180px;
  }

  .notice-modal-1 .item {
    margin: 0;
  }

}

.notice-modal-2,
.notice-modal-4 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.notice-modal-1 .item {
  margin: 0 auto;
}



/*Result page*/
.question-view span.correct {
  color: green;
  background-color: #b4f5da;
  padding: 0.25em 1em;
  border-radius: 1em;
  margin-left: 10px;
}


.question-view span.incorrect {
  color: red;
  background-color: #f4c5c5;
  padding: 0.25em 1em;
  border-radius: 1em;
  margin-left: 10px;
}

.explanation-view {
  padding: 9.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.page-item .page-link.pagination-correct {
  color: green;
  background-color: #b4f5da;
}

.page-item .page-link.pagination-incorrect {
  color: red;
  background-color: #f4c5c5;
}


.page-number.pagination-correct {
  color: green;
  background-color: #b4f5da;
}

.page-number.pagination-incorrect {
  color: red;
  background-color: #f4c5c5;
}

.page-item .page-link.question-selected {
  background-color: #d9d6d6;
}

#pagination-hidden .pagination-test.pagination li.page-item:not(.prev):not(.next),
#pagination-hidden .pagination-result.pagination li.page-item:not(.prev):not(.next) {
  display: none;
}

.align-items {
  display: flex;
  justify-content: space-between;
}

.align-items legend {
  align-self: flex-start;
  margin-top: 20px;
}


/* Media query for mobile screens */
@media (max-width: 600px) {
  .align-items {
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center the elements horizontally */
  }

  .align-items legend {
    margin-bottom: 10px; /* Add some spacing between elements */
  }
}



.question-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.btn-group-freebie {
  display: flex;
  gap: 10px; 
  flex-wrap: wrap; 
}




.question-top .btn-question {
  flex: 1 1 auto; 
  min-width: 120px; 
  padding: 8px 16px;
  text-align: center;
}


#result-btn {
  margin-top: 0;
  
}

/*Learntheme*/

.active.page {
  display: block;
}
.pagination-controls {
  margin-top: 20px;
}
.page-number {
  cursor: pointer;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #3d52eb;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-number.active {
  background-color: #007bff;
  color: white;
}
.correct {
  background-color: #b4f5da;
}
.incorrect {
  background-color: #f4c5c5;
}

.next-button, .prev-button {
  color: #3d52eb;
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 6px 12px;
  margin-left: -1px;
}

.jumbotron .incorrect-red {
  color: red;
  font-size: 16px;
background-color: #f4c5c5;
padding: 0.25em 1em;
border-radius: 1em;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0;
}

.jumbotron .correct-green {
  color: green;
  font-size: 16px;
background-color: #b4f5da;
padding: 0.25em 1em;
border-radius: 1em;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0;
}

.info-field span.left{
  color: hsl(233, 13%, 49%);
margin-right: 5px;
font-size: 16px;
}

.info-wrapper {
  display: flex;
  align-items: center;
  
   margin-bottom: 5px;
}


.learntheme .info-field .feedback {
  margin-top: 10px; 
}


@media only screen and (max-width: 981px) {
  .info-wrapper {
    flex-direction: column;
  }
  
}

.choice-wrapper {
  display: flex;
  align-items: start;
margin-bottom: 5px;
}

.choice-wrapper label {
  margin-bottom: 0;
  cursor: pointer; 
  width: 100%;
}

.choice-wrapper .correct,
.choice-wrapper .incorrect,
.info-field .correct-green,
.info-field .incorrect-red,
.learntheme .explanation {
  animation: fade .8s;
}

.learntheme {
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  min-height: 345px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.2em;
  border-radius: 0.5em;
  animation: fade .8s;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
.learntheme {
border: none;
padding: 1em;
}
}


.explanation {
background-color: #f2f2f2; 
color: #333; 
padding: 20px; 
margin-top: 15px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
font-size: 14px;
}

.visited {
background-color: grey;
color: white;
}


/*New CSS*/
.pagination-controls {
display: flex;
align-items: center;
margin-bottom: 20px; 
}

#pagination {
display: flex;
align-items: center;
margin: 0 10px; 
flex-wrap: nowrap; 
overflow-x: auto; 
white-space: nowrap; 
scrollbar-width: thin; /* Firefox */
scrollbar-color: #888 #f1f1f1; /* Firefox */
}

#pagination::-webkit-scrollbar {
height: 8px; /* Height of the scrollbar */
}

#pagination::-webkit-scrollbar-track {
background-color: #f1f1f1; /* Color of the track */
border-radius: 4px; /* Rounded corners */
}

#pagination::-webkit-scrollbar-thumb {
background-color: #888; /* Color of the thumb */
border-radius: 4px; /* Rounded corners */
}

#pagination::-webkit-scrollbar-thumb:hover {
background-color: #555; /* Color of the thumb on hover */
}


/*Question Page Pagination*/
 /*css for pagination*/
 .page {
  display: none;
}

/*#page1 {
  animation: fade .8s;
}*/
.page-active {
  display: flex;
}
/*end css for pagination*/


.final-view .landing-info {
 margin: 0 auto;
 height: 500px;
}

.final-view .item {
  margin: 0 auto;
  
}

.final-view .item span {
  box-shadow: none;
  font-size: 6.5rem;
}


  /*Example of custom colors for pagination*/
.page-link {
    color: #000000;
    background-color: #94b9ff;
    border: 1px solid #94b9ff;
}

.page-item a.page-link {
  color: #3d52eb;
}
.page-item.disabled .page-link {
    color: #414344;
    background-color: #eee;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #3d52eb;
    border-color: #3d52eb;
}
.page-link:hover {
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.prev .page-link {
  color: #3d52eb;
    background-color: #eee;
}
.first .page-link {
  color: #3d52eb;
    background-color: #eee;
    display: none;
}
.next .page-link {
  color: #3d52eb;
    background-color: #eee;
}
.last .page-link {
  color: #3d52eb;
    background-color: #eee;
    display: none;
  
}

/*jquery pagination*/
.demo-wrapper{
  margin: 60px auto;
  text-align: center;
}

#pagination-demo{
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
}
#pagination-demo li{
  display: inline-block;
}

.page-content{
  background: #eee;
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 660px;
}

/* Code Page */

#code {
        height: 60px;
        width: 50%;
        margin: 0 auto;
        font-size: 40px;
}

/*Final page*/

.final-field {
    border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
        margin-top: 15px;
        padding: 45px;
}
p.final-text {
    font-size: 20px;
    margin-top: 15px;
}

.final-result {
    padding-bottom: 35px;
}

.flex-container.final-btns {
  justify-content: space-evenly;
}


/*Results page*/
.results-view h1 {
  padding-bottom: 35px;
  text-align: center;
  }

.results-view .date {
  color: hsl(233, 13%, 49%);
  font-weight: 500;
}
  .results-view .jumbotron {
    min-height: 600px;
  }

  .list-element-wrapper.flex-container {
    justify-content: space-between;
    align-items: center;
  }
.list-3 span.material-icons {
  font-size: 54px;
border-radius: 50% 50%;
padding: 12px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .list-3 span.material-icons{
    font-size: 24px;
  }
}

.list-3 span.correct {
  color: green;
  background-color: #b4f5da;
}

.list-3 span.incorrect {
  color: red;
  background-color: #f4c5c5;
}


/*Test view*/
.test-view .jumbotron {
  min-height: 600px;
}

/*Themes views*/
/* GRIDVIEW */

p.learned-percentage {
  color: rgb(109, 112, 141);
font-weight: 400;
font-size: 14px;
padding: 4px 0;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 5px;
}

.current-img {
  margin: 0 auto;
}

#restore-statistic-btn {
  float: right;
}

#restore-statistic-btn:hover,
#restore-theme-btn:hover {
  border: 1px solid transparent;
}

.learning-view h1, 
.learning-view h2 {
  text-align: center;
  
}

.learning-view h1 {
  font-size: 63px;
  padding-bottom: 35px;
}


.learning-view h2 {
  padding-top: 25px;
  padding-bottom: 25px;
  
}

.gridViewContainer {
  text-align: center;
  padding-bottom: 20px;
}

.gridViewItem {
	position: relative;
  top: 0;
    transition: all ease 0.2s;
	font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    width: 33%;
    max-width: 200px;
    min-width: 155px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  overflow: hidden;
  text-align: center;
  animation: fade .8s;
  border-radius: 3px;
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}


/* Media query for smaller screens */
@media (max-width: 768px) {
  .gridViewItem {
    width: 80%; /* Adjust the width for better fit on smaller screens */
    max-width: none; /* Remove the max-width constraint */
    min-width: 0; /* Remove the min-width constraint */
    margin-right: 4%; /* Adjust the margin as needed */
  }
}


 
  .gridViewItem:hover {
    top: -5px;
    opacity: 1;
  }


.gridViewInfo {
 color: rgb(109, 112, 141);
    text-align: center;
    padding: 4px 0;
    margin-left: 15px;
  margin-right: 15px;
    min-height: 116px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
      
}

.gridViewInfo p {
  font-size: 16px;
  font-weight: 600;
  
}

.gridViewWrapper p.total-categories {
  color: rgb(109, 112, 141);
  font-weight: 400;
  font-size: 14px;
  border-top: 2px solid hsla(240, 8%, 85%, 0.582);
  padding: 4px 0;
  margin-left: 15px;
  margin-right: 15px;
}

.gridViewContainer a {
  text-decoration: none;
  color: #fff;

}

.gridViewContainer a:hover, 
.gridViewContainer a:active, 
.gridViewContainer a:visited {
	text-decoration: none;
	color: #ccc;
}



#overlay:hover {
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top: 0;
  }

  
/*Edit page*/

.edit-view h1 {
padding-bottom: 35px;
text-align: center;
}

.edit-view .jumbotron {
  min-height: 600px;
}

/*Profile page*/
.profile-view {
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 200px;
  }

.profile-view h1 {
  padding-bottom: 35px;
  text-align: center;
  }

  .p-10 {
    padding: 10px;
  }


/*Delete page*/

.delete-view h1 {
  padding-bottom: 35px;
  text-align: center;
  }
  
  .delete-view .jumbotron {
    height: 600px;
  }

  .delete-view .start {
    margin: 0 auto;
  }
  

/*Edit list*/

.results-view h2 {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  }
  

.list-element-wrapper {
  padding: 30px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
  margin-bottom: 5px;
}
 .list-wrapper {
  margin-bottom: 50px;
  margin-left: 225px;
  margin-right: 75px;
 }


 span.list-category {
  font-size: 14px;
  border-radius: 9999px;
  background: rgba(126, 87, 194, 0.1);
  color: #575ec2;
  padding: 5px;
 }

 .content.list {
  background-color: #ededed
 }

 .list-2 {
  position: relative;
  float: right;
 }

 .list-2 a {
  color: #fff;
  padding: 5px 12px;
  text-decoration: none;
  font-size: 12px;
  border-radius: 5%;
  background-color: #7e57c2;
  transform: translate3d(0,0,0);
  transition: background .4s cubic-bezier(.25,.8,.25,1);
  margin-right: 5px;
 }


.list-2 a:hover,  .list-2 a:focus,  .list-2 a:active {
  color: #7e57c2;
  text-decoration: none;
  background: rgba(126, 87, 194, 0.1);
}

/*User list*/



.user-edit-view h1 {
  padding-bottom: 35px;
  text-align: center;
  }
  

.list-element-wrapper.user-list p {
  margin: 0;
  font-size: 14px;
}

/*Rules, policy, cookies*/
.rules-main p, 
.policy-main p,
.cookies-main p {
  font-size: 16px;
}

.rules-main a, 
.policy-main a,
.cookies-main a {
  font-size: 16px;
}

.rules-main a:hover, 
.policy-main a:hover,
.cookies-main a:hover {
  text-decoration: none;
}


.rules-main h3, 
.policy-main h3,
.cookies-main h3{
  font-size: 20px;
}

.rules-main h2, 
.policy-main h2,
.cookies-main h2{
  padding-top: 20px;
}


/*Add page*/

.btn-add {
    background-color: #3d52eb;
        margin-top:25px;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 85px;
	text-transform: uppercase;
        border: none;
}

.btn-add:hover,
.btn-add:focus {
        border: none;
	color: #000;
	transition: .2s ease-in;
        background-color: #94b9ff;
}

/*Helper page*/

.message-view {
    /*height: 90vh;*/
    display: flex;
    justify-content: center;
  align-items: center;
  margin-bottom: 160px;
}

.message-view .alert {
    width: fit-content;
}

/*Recover page*/

.recover-view {
    height: 90vh;
}

/*Reset page*/

.reset-view {
    height: 90vh;
}

/*Code page*/

.code-view {
    height: 90vh;
}


/*Bookmarks page*/

.start .alert {
  font-size: 13px;
  padding: 5px;
}
/*Footer*/

#footer-nav .footer-nav-wrapper {
  padding: 2.5rem 2.5rem;
}

#footer-nav .footer-nav-item {
width: 85%;
}


#footer-nav .footer-nav-wrapper {
  display: flex;
  justify-content: flex-start;
  background-color: #666;
  padding: 2.5rem 8.5rem;
  border-bottom: 1px dotted #030303;
 }
  @media (max-width: 37.5em) {
    #footer-nav .footer-nav-wrapper {
      flex-direction: column; } }

#footer-nav .footer-nav-item {
  padding: 2rem;
  width: 24%; }
  @media (max-width: 37.5em) {
    #footer-nav .footer-nav-item {
      width: 45%; } }

#footer-nav .footer-nav-content {
  float: right; }

#footer-nav p {
  color: #fff;
  line-height: 1.9rem;
  letter-spacing: .01rem; }
  @media (max-width: 37.5em) {
    #contact p {
      font-size: 1.7rem; } }

#footer-nav a {
  color: #fff;
  display: inline-block;
  margin: 0 0 10px;
}

#footer-nav a:hover {
  text-decoration: none;
  color: #ccc;
}

#copyright {
     display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FF9800;
  background-color: #030303;
  padding: 1.5rem 8.5rem;
}


#copyright .social-links a {
  margin-left: 10px;
}

#copyright .social-links img {
  height: 24px; /* or any size that fits your footer */
  width: 24px;
  vertical-align: middle;
}

/* For tablets */
@media only screen and (max-width: 981px) {
 

  #footer-nav .footer-nav-item {
    width: 34%;
}

#footer-nav .footer-nav-wrapper {
  padding: 2.5rem 2.5rem;
}

.landing-page-wrapper {
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}

.landing-page-wrapper h1 {
 color: #000;
}
}

/* For phones */
@media only screen and (max-width: 600px) {
    .text-muted {
        white-space: normal;
    }

  .current_img img {
    max-width: 300px;
  }
  .landing-page-hero {
    margin-top: 250px;
  }
 
  .landing-page-wrapper h1 {
    color: #000;
   }

  .landing-page-container {
    background-position: top;
  }

  .landing-inputs-wrapper {
    flex-direction: column;
    padding: 5px;
  }

  .landing-info {
    width: 100%;
    margin-bottom: 10px; 
    box-shadow: none;
  }

  .two-page-container {
    background-size: contain;
    height: 28vh;
  }

  .pricing-header {
    margin: 0 auto;
    text-align: center
  }

  .pricing-header h2 {
    padding: 15px;
    font-size: 22px;
  }

  #footer-nav .footer-nav-item {
    width: 100%;
}

#footer-nav .footer-nav-wrapper {
  padding: 2.5rem 2.5rem;
}

.start {
  border: none;
  padding: 1em;
  box-shadow: none;
}

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

}

@media screen and (min-width: 1900px) {
  .landing-page-hero {
    margin-top: 270px;
  padding-left: 125px;
  }

  .landing-page-hero h1 {
  font-size: 97px;
  }

  .landing-page-hero h2 {
    font-size: 28px;
    color: #000;
  }
}







