#newFeaturesButton {
     color: white;
     border: 2px solid #fa6400;
     background: none;
}
#newFeaturesButton:hover {
     background: #fa6400;
}

.fake_link {
     color: #5273F1;
     text-decoration: underline;
     cursor: pointer;
}

#newFeaturesSection {}
#newFeaturesSectionDiv {
     background-color: #F8F5F5;
     width: 70%;
     min-width: 835px;
     /* height: 600px; */
     height: 60%;
     /* padding: 20px; */
     font-family: Arial;
     padding: 0px;
     max-width: 1300px;
}

#newFeaturesSectionDiv hr {
     height: 1px;
     background-color: #C3C1C1;
     border: none;
     margin: 0px;
}

#newFeaturesSectionDiv tag {
     height: 24px;
     /* background: #2F3139; */
     /* color: #FFF; */
     padding: 3px 17px;
     border-radius: 9px;
     position: relative;
     overflow: hidden;
     word-break: keep-all;
     white-space: nowrap;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 16px;
     /* border: 1px solid; */
     border: 1.4px solid;
}
#newFeaturesSectionDiv tag:not([disabled]):not([inactive]):hover {}
#newFeaturesSectionDiv tag:not([disabled]):not([inactive]):hover > .close-icon { opacity: 1.0; }
#newFeaturesSectionDiv tag .close-icon {
     transition: 200ms all linear;
     height: 100%;
     right: 3px;
     top: 1.5px;
     bottom: 0px;
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0.0;
     background: #737375;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     cursor: pointer;
     user-select: none;
}
#newFeaturesSectionDiv tag { margin-right: 5px; }
#newFeaturesSectionDiv tag[inactive] {
     background: #6c707d;
     color: #fff;
     opacity: 0.7;
     cursor: pointer;
}
#newFeaturesSectionDiv tag[inactive]:hover { background: #2F3139; opacity: 1.0; }



#newFeaturesNavBar { display: flex; justify-content: space-between; }
#newFeaturesNavBar > .left_side { display: flex; align-items: center; }
#newFeaturesNavBar > .right_side { display: flex; align-items: center; }
#newFeaturesNavBar > .right_side > button { border: 1px solid #CFD8FA; } /* width: 130px; */
#newFeaturesNavBar > .right_side > button:not(:last-child) { margin-right: 15px; }
#newFeaturesNavBar > .right_side > button > i { margin-left: 10px; }

#newFeaturesTitle {
     font-size: 33px;
}
#newFeaturesNavBarHr {
     width: 98%;
     margin: 8px auto !important;
     margin-bottom: 20px !important;
}

#newFeaturesSectionBodyContainer {
     display: flex;
     justify-content: space-between;
     height: calc(100% - 72px);
     overflow-y: auto;
     flex-direction: column;
}

#newFeaturesSectionMainBetaInfo {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-bottom: 20px;
     text-align: left;
}

#newFeaturesSectionMainBetaInfo > span {
     padding: 4px 20px;
}

#newFeaturesSectionContent {
     padding-bottom: 40px;
}

#newFeaturesSectionContent > div {
     width: 49%;
     display: inline-block;
}

.newFeaturesListSectionTitle {
     text-align: left;
     margin: 0px;
     margin-left: 15px;
     margin-bottom: 15px;
     margin-top: 5px;
     font-size: 23px;
     font-weight: 800;
     font-family: Open Sans;
     /* text-decoration: underline; */
}

.newFeaturesList {
     list-style: none;
     padding: 0px 15px;
     margin: 0px;
     text-align: left;
     margin-top: -20px;
}

.newFeaturesListItem {
     /* width: calc(50% - 30px); */
     min-height: 40px;
     float: left;
     text-align: left;
     list-style: outside none none;

     display: flex;
     flex-direction: column;
     justify-content: space-between;

     /* margin-right: 30px; */
     margin-top: 25px;
}

.newFeaturesListItemTitleSection {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.newFeaturesListItemShowTitle {
     /* font-size: 23px; */
     font-size: 20px;
     font-weight: 600;
     font-family: Open Sans;
     margin: 0;
}
.newFeaturesListItemDetails {
     display: flex;
     margin-top: 5px;
     /* padding-left: 10px; */
     /* padding-left: 15px; */
     font-family: Open Sans;
}


@media screen and (max-height: 900px) {
  #newFeaturesSectionDiv {
       min-height: 600px;
       height: 90%;
  }
}
@media screen and (max-width: 1700px) {
  #newFeaturesSectionDiv {
        min-width: 600px;
        width: 90%;
        max-width: unset;
        height: 90%;
  }
}

/* @media screen and (max-height: 1080px) {
     #newFeaturesSectionDiv {
          min-height: 600px;
          height: 67%;
     }
} */
/* @media screen and (min-height: 1081px) {
     #newFeaturesSectionDiv {
          min-height: 600px;
          height: 67%;
     }
} */

#newFeaturesVersionTitle {
     text-align: left;
     left: 0px;
     width: 100%;
     position: relative;
     height: 40px;
     margin-bottom: 20px;
     font-size: 30px;
     padding-left: 20px;
     display: flex;
     align-items: center;
     font-weight: 700;
}

#newFeaturesVersion {
     margin-left: 6px;
}


@keyframes heartbeat {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#newFeaturesSectionSliderContainer {
  color: #ffffff;
  background-color: #27292d;
  /* overflow: hidden; */
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
  /* width: 100%; */
  /* height: 1200px; */
     width: calc(100% - 40px);
     height: calc(100% - 40px);
     padding: 20px;
     overflow: hidden;
     border-radius: 7px;
}

.slider-container {
  position: relative;
  margin: 0 auto;
  /* width: 800px; */
  /* height: 600px; */
  width: 90%;
  height: 100%;
  height: calc(100% - 60px);
}
.slider-container .bullet-container {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .bullet-container .bullet {
  margin-right: 14px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.5;
}
.slider-container .bullet-container .bullet:last-child {
  margin-right: 0px;
}
.slider-container .bullet-container .bullet.active {
  opacity: 1;
}
.slider-container .slider-content {
  position: relative;
  left: 50%;
  /* top: 50%; */
  /* width: 70%; */
  /* height: 60%; */
  /* transform: translate(-50%, -50%); */
     top: 0%;
     width: 100%;
     height: 90%;
     transform: translate(-50%, 0%);
}
.slider-container .slider-content .slider-single {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: z-index 0ms 250ms;
}
.slider-container .slider-content .slider-single .slider-single-image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
  height: 75%;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0);
  opacity: 0;
  border-radius: 7px;
  /* background: #fff; */
  object-fit: cover;
}
.slider-container .slider-content .slider-single .slider-single-download {
  position: absolute;
  display: block;
  right: -22px;
  bottom: 12px;
  padding: 15px;
  color: #333333;
  background-color: #fdc84b;
  font-size: 18px;
  font-weight: 600;
  font-family: "karla";
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
  outline: none;
  text-decoration: none;
}
.slider-container .slider-content .slider-single .slider-single-title {
  display: block;
  /* float: left; */
  /* margin: 16px 0 0 20px; */
  margin: 16px auto;
  font-size: 20px;
  /* font-family: "karla"; */
  font-weight: 400;
  color: #ffffff;
  /* transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43); */
  transition: 500ms cubic-bezier(0.12, 0.23, 0.61, 1.13);
  opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-likes {
  display: block;
  /* float: right; */
  /* margin: 16px 20px 0 0; */
  margin: 16px auto;
  /* transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43); */
  transition: 500ms cubic-bezier(0.12, 0.23, 0.61, 1.13);
  opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-likes i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #ff6060;
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0);
}
.slider-container .slider-content .slider-single .slider-single-likes p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #ffffff;
}
.slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
  outline: none;
  text-decoration: none;
}

:root {
     --resting-offset-preactive: -25px;
     --resting-offset-proactive: 25px;
}

.slider-container .slider-content .slider-single.preactivede .slider-single-image {
  transform: translateX(-50%) scale(0);
}
.slider-container .slider-content .slider-single.preactive {
  z-index: 1;
}
.slider-container .slider-content .slider-single.preactive .slider-single-image {
  opacity: 0.3;
  transform: translateX(-25%) scale(0.8);
}
.slider-container .slider-content .slider-single.preactive .slider-single-download {
  transform: translateX(var(--resting-offset-preactive));
}
.slider-container .slider-content .slider-single.preactive .slider-single-title {
  transform: translateX(var(--resting-offset-preactive));
}
.slider-container .slider-content .slider-single.preactive .slider-single-likes {
  transform: translateX(var(--resting-offset-preactive));
}
.slider-container .slider-content .slider-single.proactive {
  z-index: 1;
}
.slider-container .slider-content .slider-single.proactive .slider-single-image {
  opacity: 0.3;
  transform: translateX(25%) scale(0.8);
}
.slider-container .slider-content .slider-single.proactive .slider-single-download {
  transform: translateX(var(--resting-offset-proactive));
}
.slider-container .slider-content .slider-single.proactive .slider-single-title {
  transform: translateX(var(--resting-offset-proactive));
}
.slider-container .slider-content .slider-single.proactive .slider-single-likes {
  transform: translateX(var(--resting-offset-proactive));
}
.slider-container .slider-content .slider-single.proactivede .slider-single-image {
  transform: translateX(50%) scale(0);
}
.slider-container .slider-content .slider-single.active {
  z-index: 2;
}
.slider-container .slider-content .slider-single.active .slider-single-image {
  opacity: 1;
  transform: translateX(0%) scale(1);
}
.slider-container .slider-content .slider-single.active .slider-single-download {
  opacity: 1;
  transition-delay: 100ms;
  transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-title {
  opacity: 1;
  transition-delay: 200ms;
  transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-likes {
  opacity: 1;
  transition-delay: 200ms;
  transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-likes i {
  animation-name: heartbeat;
  animation-duration: 500ms;
  animation-delay: 900ms;
  animation-interation: 1;
  animation-fill-mode: forwards;
}
.slider-container .slider-left {
  position: absolute;
  z-index: 3;
  display: block;
  /* right: 85%; */
  /* top: 50%; */
  color: #ffffff;
  /* transform: translateY(-50%); */
  padding: 20px 15px;
  /* border-top: 2px solid #fdc84b; */
  /* border-right: 2px solid #fdc84b; */
  /* border-bottom: 2px solid #fdc84b; */
  /* border-left: 2px solid #fdc84b; */
  /* margin-right: -2px; */

     height: 40px;
     display: flex;
     bottom: 0px;
     left: 0px;
     width: 100px;
}
.slider-container .slider-right {
  position: absolute;
  z-index: 3;
  display: block;
  /* left: 85%; */
  /* top: 50%; */
  color: #ffffff;
  /* transform: translateY(-50%); */
  padding: 20px 15px;
  /* border-top: 2px solid #fdc84b; */
  /* border-right: 2px solid #fdc84b; */
  /* border-bottom: 2px solid #fdc84b; */
  /* border-left: 2px solid #fdc84b; */
  /* margin-left: -2px; */

  height: 40px;
  display: flex;
  bottom: 0px;
  right: 0px;
  width: 100px;
}
.slider-container .not-visible {
  display: none !important;
}
