.card-user {
  border: none;
  border-radius: 0 !important;
}

.card-user .play-btn {
  font-size: 4.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.25s ease;
  z-index: 2;
}

.card-user .play-btn:hover i {
  opacity: 0.8;
  transition: 0.25s ease;
}

.card-user .play-btn i {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.404));
}

.user-gmail-wrapper {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 2rem;
  height: 2rem;
}

.card-user .card-img-top {
  border-radius: 0 !important;
}

.card-user .card-img-top:hover::after,
.card-user .card-img-top:hover .play-btn {
  opacity: 1;
  transition: 0.25s ease;
}

.card-user .card-img-top:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.25s ease;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.473);
}

.path-to-course {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.progress-course-wrapper {
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.125);
  border-radius: 2px;
  overflow: hidden;
}

.progress-course-wrapper .progress-fill {
  height: 100%;
  width: 0;
  background-color: #99ca3c;
  transition: width 0.4s ease-in-out;
  /* за плавно движение */
}

.progress-percentage {
  text-align: left;
  margin-top: 7px;
  font-size: 14px;
  font-weight: normal;
}

.course-state {
  font-size: 14px;
  margin-top: 7px;
  color: #212529;
  text-decoration: none;
  transition: 0.25s ease;
}

.course-state:hover {
  font-weight: 500;
  color: black;
  text-decoration: underline;
  transition: 0.25s ease;
}

.card-img-top {
  height: 220px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.card {
  height: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;

  overflow: hidden;
}

.card-body {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;

  flex-direction: column;
}

.user-gmail-wrapper {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 2rem;
  height: 2rem;
}

#dropdown-user.dropdown-toggle::after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin-left: 2.5rem;
  color: #fff;
}

.user-gmail-wrapper span {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-menu {
  min-width: 5rem;
}

.accordion .card {
  border-radius: 0;
}
.section-header {
  padding: 0;
}

.section-title.collapsed::before {
  content: "\f107";
}

.section-title {
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  padding: 1.25rem 1.25rem;
  text-decoration: none !important;
  color: #212529 !important;
  font-size: 1.05rem;
  border-radius: 0;
}
.section-title.text-success {
  /* background: #eee; */
}

.section-title::before {
  content: "\f106";
  font-family: "Font Awesome 6 Free" !important;
  font-size: 1rem;
  font-weight: 700;
  right: 1.25rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

.section-body {
  padding: 0;
}
.chapter,
.quiz-btn {
  border: none !important;
  box-shadow: none !important;
  padding: 0.5rem 1rem;
  border-radius: 0;
  transition: 0.25s;
}
.chapter:hover,
.quiz-btn:hover {
  background-color: #eee;
  transition: 0.25s;
}
.chapter.active,
.quiz-btn.active {
  background: #eee;
  color: #212529 !important;
}
.link-to-admin {
  transition: 0.25s;
}
.link-to-admin:hover {
  color: #99ca3c;
  transition: 0.25s;
}
.chapter-num {
  font-size: 1rem;
  font-weight: 500 !important;
  display: inline-block;
  line-height: 1;
}
.chapter input {
  margin-right: 0.25rem;
  opacity: 1 !important;

  background-color: #212529 !important;
  color: #212529 !important;
  border-color: #212529 !important;
  border-radius: 5px;

  border: 1px solid #212529 !important;
}
.chapter,
.quiz-btn {
  position: relative;
}
.chapter input,
.quiz-btn input {
  margin-right: 0.65rem;
  visibility: hidden;
}
.chapter input:checked + .chapter-num::after,
.quiz-btn input:checked + .quiz-check:after {
  opacity: 1;
  color: #272727;
}

.chapter-num::after,
.quiz-check:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 22px;
  border: 2px solid #272727;
  border-top: none;
  border-left: none;
  background: transparent;
  width: 5px;
  height: 10px;
  opacity: 0;
  transform: rotate(45deg);
}
.chapter small {
  margin-left: 1.8rem;
}
.chapter-num::before,
.quiz-check::before {
  background-color: transparent;
  border: 1px solid #272727;
  width: 16px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 1rem;
  content: "";
}

.resource-btn {
  padding: 0.25rem 0.5rem;
  /* height: 2.8rem; */
  color: #1c1d1f;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: bottom;
  white-space: nowrap;
  position: relative;
  align-items: center;
  border: none;
  cursor: pointer;
  display: block;
  border: 1px solid #212529 !important;
  text-decoration: none;
}
.resource-btn:hover {
  background: #ddd;
}
a.resource-btn {
  color: #212529 !important;
  text-decoration: none !important;
}
.resource-btn-wrapper.dropdown-menu a {
  display: block;
  color: #212529 !important;
  font-size: 80% !important;
  text-decoration: none !important;
  line-height: 1.3;
}
.resource-btn-wrapper a:hover {
  color: #000000b4 !important;
}
.resource-btn-wrapper {
  padding: 0.5rem !important;
  z-index: 999 !important;
  line-height: 1.3;
  left: unset !important;
  top: 2rem !important;
  right: 0 !important;
  transform: unset !important;
}

.card-user .card-img-top.locked {
  cursor: pointer;
}

.card-user .card-img-top.locked::after {
  opacity: 1 !important;
}
.card-user .card-img-top.locked:hover .play-btn {
  opacity: 0.85 !important;
}
.card-user .card-img-top.locked .play-btn {
  opacity: 0.6 !important;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.404));
}
.card.card-user.locked-card {
  display: flex !important;
}

.user-dropdown-header.dropdown-menu a,
.notif-dropdown-header a {
  background-color: #fff;
  color: #272727;
  text-decoration: none !important;
  transition: 0.25s;
}
.notif-dropdown-header a {
  font-size: 0.95rem;
}

.user-dropdown-header.dropdown-menu a:hover,
.notif-dropdown-header a:hover {
  background-color: #d9dcdf;
  transition: 0.25s;
}

.user-dropdown-header.dropdown-menu {
  left: unset !important;
  right: 0;
}
.dropdown-item-notif {
  white-space: normal !important;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
}
.notif-dropdown-header {
  min-width: 200px;
  max-width: 250px;
  right: 0.5rem;
  left: unset;
}
#dropdown-notif {
  top: 2px;
}
/* #dropdown-notif.active::before{
content: '●';
position: absolute;
top:0;
left: 2.5rem;
color: #97c93b;
font-size: 1rem;
width: 100%;
height: 100%;
} */
.fa-bell {
  position: relative;
}
.notif-number {
  position: absolute;
  top: -1px;
  left: 16px;
  display: inline-block;
  padding: 0 4px;
  min-width: 8px;
  max-width: 18px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 22px;
  background: transparent;
  text-align: center;
  background-color: #99ca3c;
  color: #fff;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 12px !important;
  vertical-align: middle;
  font-weight: 400;
  line-height: 16px;
}
#dropdown-notif i {
  font-size: 1.7rem;
}

.user-gmail-wrapper span {
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar .nav-item .dropdown-toggle {
  padding-right: 2rem !important;
}

.title-login {
  line-height: 1.5;
  font-size: 1.2rem;
}
#svelte-wrapper-view .dropdown-toggle::after {
  font-size: 0.8rem !important;
  vertical-align: unset;
  line-height: 1;
  right: -4px;
  top: 1px;
}

#svelte-wrapper-view a.resource-btn {
  letter-spacing: 0.025rem;
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
}

#svelte-wrapper-view .show .dropdown-menu.show:not(.inner),
.show-tick .dropdown-menu.show:not(.inner) {
  margin-top: 2px;
}

.lds-spinner,
.lds-spinner-overlay,
#response-msg-box {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s linear;
}

#response-msg-box {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.lds-spinner {
  color: #99ca3c;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 3;
}

.lds-spinner-overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  background-color: #61616154;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.illustration-img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 65%;
}
.avatar-welcome{
  width: 7rem;

}

 
 

.login-google--btn{
  background-color: #fff ;
  color:rgb(151, 201, 59);
 
 
  border:2px solid #97C93B;
  z-index: 213;
  animation: inout 1.2s ease-out infinite;
  transition: .25s ease;
}

.login-google--btn:hover{
  background-color: #97C93B!important ;
  color:#fff;
  box-shadow: none!important;
}

@keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(151, 201, 59,0.6);
    -moz-box-shadow: 0 0 0 0px rgba(151, 201, 59,0.6);
    box-shadow: 0 0 0 0px rgba(151, 201, 59,0.6);
   
    
  }
  100% {
     -webkit-box-shadow: 0 0 0 20px rgba(151, 201, 59,0);
    -moz-box-shadow: 0 0 0 20px rgba(151, 201, 59,0);  
    box-shadow: 0 0 0 20px rgba(151, 201, 59,0);
   
  }
}
 

 