.wrld-whatsnew-container {
  background-color: unset;
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}

.wrld-whatsnew-container .wrld-whatsnew-header {
  min-height: 55px;
  width: 100%;
  margin: 20px 0px;
  background: linear-gradient(
    269.99deg,
    #ffffff -1.76%,
    #403f41 -1.75%,
    #235AF3 99.27%
  );
  border-radius: 12px;
}

.wrld-whatsnew-container .wrld-whatsnew-header h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: white;
  margin: 18px 0px 18px 19px;
}

.wrld-whatsnew-container .wrld-whatsnew-post-container {
  background-color: white;
  border-radius: 12px;
  padding: 30px 20px;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.post-section-heading h2 {
  margin: 10px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
}
.post-section-heading span {
  font-style: italic;
  color: #a0a3bd;
  font-weight: 400;
  font-size: 16px;
}

.wrld-post-desc, .wrld-post-desc *{
  font-style: unset !important;
  font-weight: 400;
  font-size: 18px !important;
  font-family: 'Open Sans' !important;
}

.wrld-version {
	font-size: 22px !important;
}
.wrld-post-notice, .wrld-post-notice *{
  font-style: italic !important;
  font-weight: 400;
  font-size: 18px !important;
  font-family: 'Open Sans' !important;
}

.wrld-whatsnew-container .wrld-post-request, .wrld-gutenberg-container .wrld-post-request  {
  background-image: url("../images/request-feature-bg.png");
  min-height: 100px;
  background-size: 100%;
  border-radius: 10px;
  background-repeat: repeat-y;
  background-position: center;
  margin: 10px 0px 10px 0px;
  transition: 1s;
  display: flex;
  flex-direction: row;
}

.wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-text, .wrld-gutenberg-container .wrld-post-request .wrld-post-request-text{
  display: flex;
  flex-direction: column;
  padding-left: 28px;
  width: 100%;
}

.wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-text h2, .wrld-gutenberg-container .wrld-post-request .wrld-post-request-text h2 {
  margin: 20px 0px 0px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #333333;
}

.wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-text p, .wrld-gutenberg-container .wrld-post-request .wrld-post-request-text p {
  margin: 5px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
}

.wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-button, .wrld-gutenberg-container .wrld-post-request .wrld-post-request-button {
  display: flex;
  width: 250px;
  flex-direction: row-reverse;
}

.wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-button a, .wrld-gutenberg-container .wrld-post-request .wrld-post-request-button a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 155%;

  box-sizing: border-box;
  align-items: center;
  padding: 8.5px 35px;
  min-width: 120px;
  height: 39px;
  border: 1px solid #008ad8;
  border-radius: 8px;

  margin: 30px 29px 10px 9px;
}

.clear-height-fix {
  width: 100%;
  height: 20px;
}

/* feature post css */
.wrld-feature-post {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  border: 1px solid #d6d8e7;
  border-radius: 10px;
  margin-top: 10px;
}

.wrld-feature-post .wrld-feature-post-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 45px;
}

.wrld-feature-post .wrld-feature-post-header h2 {
  font-size: 20px;
  line-height: 125%;
  display: flex;
  align-items: center;

  color: #333333;
}

.wrld-feature-post .wrld-feature-post-header .wrld-feature-post-new-tag {
  width: 37px;
  padding-left: 10px;
  height: 26px;
  display: flex;
  align-self: center;
  align-items: center;
  background: linear-gradient(180deg, #E52D27 0%, #235AF3 100%);
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: 1px 0px 1px 13px;
}

.wrld-new-pro{
  display: flex;
}

.wrld-feature-post .wrld-feature-post-header .wrld-feature-post-pro-tag {



  width: 34px;
  padding-left: 13px;
  height: 26px;
  display: flex;
  align-self: center;
  align-items: center;
  
  background: linear-gradient(
    110.24deg,
    #12c2e9 14.77%,
    #c471ed 52.59%,
    #f64f59 88.86%
  );
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: 1px 0px 1px 13px;
}

.wrld-feature-post .wrld-feature-post-content {
  display: flex;
  margin-top: 5px;
  flex-direction: row;
}

.wrld-feature-post .wrld-feature-post-content .wrld-post-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  flex-grow: 1;
}

.wrld-feature-post .wrld-feature-post-content .wrld-post-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
}
.wrld-post-info-bottom{
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-self: baseline;
}

.wrld-feature-post .wrld-feature-post-content .wrld-post-images {
  width: 100%;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.wrld-feature-post .wrld-feature-post-content .wrld-post-images img {
  width: 90%;
  height: auto;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
  border-radius: 8px;
  cursor: pointer;
}

.wrld-feature-post .wrld-feature-post-footer {
  width: 100%;
  height: 40px;
  margin-top: 14px;
  display: flex;
  flex-direction: row;
}

.wrld-feature-post .wrld-feature-post-footer .wrld-feature-post-footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: end;
}

.wrld-feature-post .wrld-feature-post-footer .wrld-feature-post-footer-text a {
  font-weight: 600;
  font-size: 14px;
  width: max-content;
  line-height: 155%;
}

.wrld-feature-post
  .wrld-feature-post-footer
  .wrld-feature-post-footer-text
  a
  span {
  text-decoration: none;
}

.wrld-feature-post .wrld-feature-post-footer .wrld-feature-post-footer-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrld-feature-post
  .wrld-feature-post-footer
  .wrld-feature-post-footer-button
  a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 39px;
  color: white;
  background: #008ad8;
  border-radius: 8px;
}

.wrld-version-margin {
  margin-top: 20px;
}

/* modal css  */

/* The Modal (background) */
.wrld-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999999999999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.825);
  /* Black w/ opacity */
}

/* Modal Content */
.wrld-modal-content {
  background-color: transparent;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-left: 10%;
  color: black;
  width: 80%;
}

/* The Close Button */
.close-btn-modal {
  display: flex;
  width: 95%;
  flex-direction: row-reverse;
}

.wrld-close {
  color: #e1dddd;
  padding: 10px;
  float: right;
  font-size: 50px;
  font-weight: bold;
  margin-top: -5%;
  margin-right: -10%;
}

.wrld-close:hover,
.wrld-close:focus {
  color: #008ad8;
  border-color: #000;
  text-decoration: none;
  cursor: pointer;
}

.wrld-modal-img {
  background-color: white;
  height: auto;
  width: 80%;
  margin-top: 3%;
}

/* changelog css */

.wrld-changelog-container {
  display: flex;
  flex-direction: row-reverse;
  margin: 36px 20px;
}

.wrld-changelog-container a {
  width: auto;
  height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  border: 1px solid #008ad8;
  border-radius: 8px;
  padding: 8.5px 18px;
  color: #008ad8;
}

/* slider css */
.wrld-slider-container {
  position: relative;
}
.mySlides {
  display: none;
}

.wrld-slider-btn-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  vertical-align: middle;
}

.wrld-modal-slider-btn-left {
  /* position: absolute; */
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  vertical-align: middle;
}

.wrld-slider-btn-color {
  display: inline-block;
  border: none;
  background-color: rgba(0, 0, 0, 0.144) !important;
  color: white;
  padding: 8px 16px;
  cursor: pointer;
}
.wrld-slider-btn-color:hover {
  background-color: #000 !important;
}

.wrld-modal-slider-btn-color {
  display: inline-block;
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
  color: white;
  padding: 12% 16px;
  cursor: pointer;
  font-size: 50px;
}
.wrld-modal-slider-btn-color:hover {
  font-size: 50px;
  color:#008ad8;
}

.wrld-slider-btn-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  vertical-align: middle;
}
.wrld-modal-slider-btn-right {
  /* position: absolute; */
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  vertical-align: middle;
}
/*fixed request*/

.wrld-fixed-req{
  position:fixed;
  bottom: -1%;
  left: 181px;
  right: 20px;
  z-index: 999999;
 }

 .wrld-desc-css {
  list-style:disc;
  padding-left: 20px;
}

.wrld-desc-css li{
 font-size: 18px;
}

.wrld-desc-css li ul{
 padding-top:10px;
 padding-left:40px;
 list-style:circle;
}

/* resposive media css */

@media only screen and (max-width: 770px) {
  .wrld-feature-post .wrld-feature-post-content {
    flex-direction: column;
  }

  .wrld-feature-post .wrld-feature-post-content .wrld-post-images img {
    margin-left: 0;
    width: 100%;
  }

  .wrld-modal {
    left: 0;
  }

  .wrld-new-pro{
    display: flex;
    flex-direction: row;
  }

  .wrld-feature-post .wrld-feature-post-header {
    flex-direction: unset;
  }

  .wrld-feature-post .wrld-feature-post-header .wrld-feature-post-pro-tag{
    margin: 0px 0px 1px 0px;
  }
  .wrld-feature-post .wrld-feature-post-header .wrld-feature-post-new-tag{
    margin: 0px 13px 1px 0px;
  }
  .wrld-feature-post .wrld-feature-post-footer{
    flex-direction: column;
    align-items: start;
    height: max-content;
    justify-content: start;
  }
  .wrld-feature-post-footer-button{
    padding: 10px 0px 0px 0px;
  }

  .wrld-whatsnew-container .wrld-post-request, .wrld-gutenberg-container .wrld-post-request {
    background-image: url("../images/request-feature-bg-moble.png");
    
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .wrld-fixed-req{
    position:fixed;
    bottom: -1%;
    right: 20px;
    left: 11px;
    z-index: 999999;
   }

   .wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-button a,    .wrld-gutenberg-container .wrld-post-request .wrld-post-request-button a{
    display: flex;
   }

   .wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-button a, .wrld-gutenberg-container .wrld-post-request .wrld-post-request-button {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 155%;
    box-sizing: border-box;
    align-items: center;
    padding: 8.5px 35px;
    width: 155px;
    height: 39px;
    border: 1px solid #008ad8;
    border-radius: 8px;
    margin: 15px 29px 10px 28px;
  }

  .wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-text p, .wrld-gutenberg-container .wrld-post-request .wrld-post-request-text p {
    width: 85%;
  }

  .wrld-changelog-container {
    display: flex;
    flex-direction: row-reverse;
    margin: 38px 0px 71px 20px;
  }

  .wrld-tab-wrapper .nav-tab-active, .nav-tab-active:hover, .nav-tab-active:focus, 
  .nav-tab-active:focus:active{
    border-bottom: unset;
  }
  .wrld-tab-wrapper .nav-tab{
     margin-bottom: 8px !important;
  }

  .wrld-feature-post .wrld-feature-post-content .wrld-post-info p{
    font-size: 14px;
    margin: 5px 0px;
  }
  .wrld-feature-post .wrld-feature-post-header h2 {
    font-size: 16px;
  }
  .post-section-heading h2{
    font-size: 18px;
  }
  .post-section-heading span{
    font-size: 14px;
  }

  .wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-text h2,  .wrld-gutenberg-container .wrld-post-request .wrld-post-request-text h2{
    font-size: 16px;
  }
  .wrld-whatsnew-post-container .wrld-post-request .wrld-post-request-text p,   .wrld-gutenberg-container .wrld-post-request .wrld-post-request-text p{
    font-size: 14px;
  }

  .wrld-modal-content {
    padding-top: 41%;
  }

  
 
 .wrld-desc-css li{
   font-size: 14px;
 }
 
}

.wrld-single-hide{
  display: none;
}

