:root {
  /* Font Type */
  --font-mic: 'Michroma' , sans-serif;
  --font-web: 'Titillium Web' , sans-serif;
  --font-nun: 'Nunito' , sans-serif;
 
  /* Latar Color */
  --bg-color-card: #E6E6ff;
  --bg-color-bars: #F0F0FC;
  --bg-color-view: #F3F6FD;
  --bg-color-list: #EEEFFF;
  --bg-color-boxs: #EEFFFF;
  --bg-color-active: #CCFCCF;
  --bg-color-primary: #767EEB;
  --bg-color-trans: transparent;
  /* Text Color */
  --text-color-default: #1C274C;
  --text-color-primary: #1C274C;
  --text-color-link: #4e4edd;
  --font-color-first: #8A2BE2;
  --font-color-default: #1C274C;
  --font-color-title: #434DED;
  /* Icon Color */
  --icon-color-view: #1C274C;

  /* Icon Color */
  --btn-color-default: #fcfcfc;
  --btn-color-primary: #767EEB;
  --btn-color-hover: #434DED;

  /* Line Color */
  --line-color-default: #EEEFFF;
  --line-color-primary: #D2E9FA;
  --line-color-button: #434DED;
  /* Var Color */  
  
  --font-size-smile: 0.8em;
  --font-size-medium: 2.0em;
  --font-size-default: 1.0em;
  --font-size-heading1: 1.6em;
  --font-size-heading2: 1.5em;
  --font-size-heading3: 1.4em;
  --font-size-heading4: 1.3em;
  --font-size-heading5: 1.2em;
  --font-size-heading6: 1.1em;
  --font-size-megasmile: 0.7em;
  
  /* Text Size */
  --size-font-heading1: 1.6em;
  --size-font-heading2: 1.5em;
  --size-font-heading3: 1.4em;
  --size-font-heading4: 1.3em;
  --size-font-heading5: 1.2em;
  --size-font-heading6: 1.1em;
  --size-font-default: 1.0em;
  --size-font-medium: 0.9em;
  --size-font-smile: 0.8em;
  --size-font-megasmile: 0.7em;

  
  /* Raduis Size */
  --size-radius-default: 5px;
 
}
.mobile * {margin:0;padding:0;box-sizing:border-box;}
body #navbar {height: 65px;min-height: 65px;max-height: 65px;}
.post-body img { 
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0px #fff solid;
  box-shadow: none;
  transition: 0.5s;
}
body {
& .content {
  width: 100%;
  }
}
body.mobile {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  position: relative;
  & .content {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
    border: 0.5px #ccc solid;   
  }
  @media (max-width: 640px) {
    & .content {
      border-radius: 0px;
      border: 0.0px #111 solid;
    }
  }
}
.mobile #Blog1 {
  padding-bottom: 70px;
  position: relative;
 }
body.mobile #blog-pager {
  margin: 0;
  padding: 0;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
}

body .section-content,
body.mobile .section-content {
  & :is(h1,h2,h3,h4,h5,h6,p,ul li,ol li,){
    color: var(--text-color-primary);
    }
  & * {
    line-height: 1.5;
    font-family: "Titillium Web", sans-serif;
    font-size: var(--font-size-default);
    }
  & h1 {
   font-size: var(--font-size-heading1);
  }
  & h2 {
   font-size: var(--font-size-heading2);
  }
  & h3 {
   font-size: var(--font-size-heading3);
  }
  & h4 {
   font-size: var(--font-size-heading4);
  }
  & h5 {
   font-size: var(--font-size-heading5);
  }
  & h6 {
   font-size: var(--font-size-heading6);
  }
  & p {
    line-height: 1.7;
   font-size: var(--font-size-default);
  }
}



.docsmars {
  & :is(h1,h2,h3,h4,h5,h6){
    margin-top: 10px;
    font-weight: 600;
  }
  & p {
     margin-top: 10px;
     margin-bottom: 25px;
  }
  & ul {
     position: relative;
     margin-bottom: 35px;
  }
}
/*==================================
 Component Css
==================================*/
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.text-justify{text-align:justify}
.post-body .marbox {
 margin-left: 15px;
 margin-right: 15px;
 box-sizing: border-box;
}
.mobile .post-body .marbox {
  margin-left: 0px;
  margin-right: 0px;
}
.post-body .padbox {
 padding-left: 15px;
 padding-right: 15px;
 box-sizing: border-box;
}
.mobile .post-body .padbox {
  padding-left: 0px;
  padding-right: 0px;
}
.btn:active,
button:active {
  transform: translateY(1.5px);
  filter: saturate(150%);
}

/*==================================
 Blog Pager 
==================================*/
body .content .post .post-body  {
  width: 100%;
  min-height: calc(100vh - 50vh);
}
body.mobile .content .post .post-body  {
  width: 100%;
  min-height: calc(100vh - 50vh);
}
.post-header,
.post-footer,
#comments,
#footer-3 #Attribution1 {display:none;}
/*==================================
 Menu Select
==================================*/
.mobile .content #PageList1 .widget-content {
  margin-right: 5px;
  }
.mobile #PageList1 .widget-content,
.mobile #PageList2 .widget-content,
.mobile #PageList3 .widget-content {
  outline: none;
  border: 1px #767EEB solid;
  overflow: hidden;
  background-color: var(--bg-color-card);
  box-shadow: 1px 1px 1px 1.5px rgba(118,126,235,0.4);
  }

.mobile .content #PageList1 .widget-content::after,
.mobile .content #PageList2 .widget-content::after,
.mobile .content #PageList3 .widget-content::after {
  content: "🚀";
  top: 1.5px;
  right: 1.5px;
  z-index: 10;
  width: 35px;
  height: 35px;
  padding: 2px 2px;
  max-width: 35px;
  max-height: 35px;
  border-radius: 2.5px;
  background: #d2e9fa;
  position: absolute;
  border: 0.5px #d2fae1 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor:pointer;
  pointer-events:none;
  transition:.25s all ease;
 }


header + div.tabs-outer {
  width: auto;
  padding: 0px 15px;
  margin: 0px 0px 10px 0px;
  border-radius: 0px;
  max-height: auto; 
  background-color: transparent;
  position: relative;
  border-top: 3px var(--line-color-default) solid;
  border-bottom: 3px var(--line-color-default) solid;
  }
.mobile header + div.tabs-outer {
  padding: 0px 0px;
  margin: 0px 10px 10px 10px;
  border-radius: 10px;
  background-color: var(--bg-color-view);
  border: 3px var(--line-color-default) solid;
 }
.mobile .tabs-outer .region-inner.tabs-inner #crosscol,
.mobile .tabs-outer .region-inner.tabs-inner .tabs.section { 
  padding: 0;
  display: grid;
  grid-template-areas:
  "left left right"
  "center center center";
  grid-template-columns: 1fr 2fr;
  gap: 5px;
  /*background-color: #f0f0fc;*/
  padding: 10px 10px;
  & .widget-content select {
    outline: none;
    margin: 0;
    }
  }
  
.mobile #crosscol > #PageList1 {
  grid-area: left;}
.mobile #crosscol > #PageList2 {
  grid-area: right;}
.mobile #crosscol > #PageList3 {
  grid-area: center;}
  #PageList1_select,
  #PageList2_select,
  #PageList3_select {
    margin: 0px 0px;
    padding: 5px;
    box-sizing: border-box;
 }
  
.mobile #PageList1,
.mobile #PageList2,
.mobile #PageList3  {
  padding: 0px 0px;
}
.mobile #PageList1 .widget-content select,
.mobile #PageList2 .widget-content select,
.mobile #PageList3 .widget-content select {
  cursor:pointer;
  font-weight: 600;
  font-family: var(--font-mic);
  color: var(--text-color-default);
  background-color: var(--bg-color-list);
  flex: 1;
  -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
}
.mobile .region-inner.header-inner {
  padding: 5px 0px;
}

.mobile #PageList1 .widget-content select::-ms-expand,
.mobile #PageList2 .widget-content select::-ms-expand,
.mobile #PageList3 .widget-content select::-ms-expand {
   display: none;
}
.mobile #PageList1 .widget-content,
.mobile #PageList2 .widget-content,
.mobile #PageList3 .widget-content {
   position: relative;
   display: flex;
   width: auto;
   height: 40px;
   line-height: 3;
   background: #5c6664;
   overflow: hidden;
   border-radius: .25em;
   margin: 5px 0px;
   padding: 0px;
  
}
.mobile #PageList1 .widget-content::after,
.mobile #PageList2 .widget-content::after,
.mobile #PageList3 .widget-content::after {
   
}
.mobile #PageList1 .widget-content:hover::after,
.mobile #PageList2 .widget-content:hover::after,
.mobile #PageList3 .widget-content:hover::after {
   background-color: #eeffff;
}




 




/*==================================
 Post Title
==================================*/
.mobile {
  & :is(.fauxborder-left,.header-fauxborder-left) {
  & .header-inner #header #Header1 {
    padding: 0px;
    padding-left: 15px;
    border-left: 0px #7474dd solid;
    box-sizing: border-box;
    &:before {
      content:"";
      top: 0;
      left: 0;
      width: 7px;
      height: 100%;
      position: absolute;
      background: #8A2BE2;
      border-radius: 0px 25px 25px 0px;
      box-shadow: 1px 2px 7px #767eeb;
    }
    & #header-inner {
      padding: 0;
      margin: 0;
    }
  }
}  
 /* Mobile Media */
 @media (min-width: 641px) {
  
 }
 @media (max-width: 640px) {
  
 } /*mobile media end*/
 
}

#header-inner {
  & .titlewrapper {
    & h1.title {
    /* color: #fff;*/
      margin: 0;
      padding: 0px;
      width: 420px;
      min-width: 420px;
      font-weight: 700;
      letter-spacing: 0.2em;
      word-spacing: 0.2em;
      font-family: var(--font-mic);
      background: -webkit-linear-gradient(right, #434DED 76%, #FF00FF 16%);  
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 1.5px 1.5px 6px rgba(67,78, 237,0.8);
    }
  }
  /*=Deskrip=*/
}

#header-inner {
    & .descriptionwrapper {
      text-align: left;
      padding: 0px 0px;
    & .description {
      width: auto;
      width: calc(100% - 70px);
      padding: 5px 0px;
      padding-left: 7.5px;
       min-height: 40px;
       box-sizing: border-box;
      background: #767EEB;
      position: relative;
      border-left: 5px #767EEB solid;
      &:before {
        content: "";
        width: 40px;
        min-height: 40px;
        position: absolute;
        right: -30px;
        top: 0px;
        background: #ff00ff;
        transform: skewX(-26deg);
      }
      & span {       
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1.5;
        font-family: var(--font-web);
        font-style: normal;
        background: -webkit-linear-gradient(#eeffff 50%, #ffffff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }
  }
}
.mobile #header-inner {
    & .descriptionwrapper {
    & .description {
      border-left: 0px #FF00FF solid;
      }
   }
  }

 .mobile #header-inner {
  /*padding-left: 5px;*/
  border-left: 0px #7474dd solid;
  box-sizing: border-box;
  & .titlewrapper {  
    & h1.title {
      width: 200px;
      min-width: 200px;
      font-size: var(--font-size-medium);
      font-weight: bold;
    }
  }
}
.blog-posts .date-outer .date-posts .post-outer {
   & .post-title.entry-title::first-letter {
    font-size: 130%;
    font-weight: bold;
    color: var(--font-color-first);
  }
}
.blog-posts .date-outer .date-posts .post-outer {
 & .post-title.entry-title {
   top: 0px;
   left: 15px;
   /*width: auto;*/
   font-size: 1.4em;
   padding: 0px 0px;
   margin: 0px 0px 10px 0px;
   padding-left: 15px;
   letter-spacing: 1px;
   display: block;
   position: relative;
   font-weight: 400;
   text-transform: uppercase;
   box-sizing: border-box;
   width: calc(100% - 33px);
   border-left: 3px #8A2BE2 solid;
   font-family: var(--font-web);
 /*  background: var(--bg-color-view);
   border-radius: 5px 2.5px 2.5px 5px;*/
   box-sizing: border-box;
  /* border-top-right-radius: 2.5px;
   border-bottom-right-radius: 2.5px;*/
   color: var(--font-color-default);
   }
}
.mobile .blog-posts .date-outer .date-posts .post-outer {
  & .post-title.entry-title {
    top: 0px;
    left: 0px;
    z-index: 100;
    margin: 0px 0px 0px 0px;
    width: calc(100% - 3px);
  }
}


/*==================================
 Section Fixed Box
==================================*/
.section-navigasi-fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
}
.section-fixed-top-box  {
  top: 0px;
  padding: 5px 5px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1007px;
  position: relative;
  background-color: var(--bg-color-primary);
  box-sizing: border-box;
  border-bottom: 0.5px var(--line-color-primary) solid;
  box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
  }
.section-fixed-bottom-box {
  left: 0px;
  bottom: 0px;
  padding: 2.5px 2.5px;
  z-index: 700;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  position: fixed;
  box-sizing: border-box;
  background-color: var(--bg-color-bars);
  /*background: linear-gradient(60deg, rgba(78, 78, 221,1) 5%, rgba(133,133,255,1) 95%);*/
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15), 
              0px 4px 8px rgba(0,0,0,0.15), 
              0px 8px 16px rgba(0,0,0,0.15), 
              0px 16px 32px rgba(0,0,0,0.15);
  }


/*==================================
 Top List
==================================*/
.column-box-list {
  width: 100%;
  max-width: 1000px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-color-list);
  margin: 0px;
  margin-top: 15px;
  padding: 9.5px 10px;
  position: relative;
  box-sizing: border-box;
  border-radius: var(--size-radius-default);
  box-shadow:0 4px 5px 0 rgba(118,126,235,.14),0 1px 10px 0 rgba(118,126,235,.12),0 2px 4px -1px rgba(118,126,235,.2);  
  & .Tpost {
     margin:0;
     padding:0;
     height: 31px;
     min-height: 31px;
     display: flex;
     align-items: center;
     & a, & button {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        outline: 0px #ccc solid;
        border: 0.5px #ccc solid;
        background: #eeefff;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(238,255,255,0.7);
      /*background: var(--bg-color-boxs);*/
        &:hover, &:focus {
           transition: 0.1s;
           border: 0.5px #767EEB solid;
           background-color: rgba(238,255,255,0.9);
        }
        & svg {
          width: 20px;
          height: 20px;
          min-width: 20px;
          min-height: 20px;
          max-width: 20px;
          max-height: 20px;
          transition: 0.2s;
        }
      }
    }
    & .post-list-click {
       width: 110px;
       max-width: 110px;
       min-width: 110px;
       flex-direction: row;
       justify-content: start;
       & button {
         margin: 0 auto 0 0;
         border-radius: 2.5px;
       }
    }
    & .post-list-widget {
       flex-direction: row;
       justify-content: end;
       width: 73px;
       min-width: 73px;
       max-width: 73px;
       & button {
         margin: 0 auto 0 0;
         border-radius: 50%;
         border: 0.5px transparent solid;
         background-color: transparent;
       }
       & a {
         border-radius: 2.5px;
          & svg {
             width: 20px;
             height: 20px;
          }
       }
   }
}

.mobile .top-list {
  & .post-list-click {
    width: 140px;
    max-width: 140px;
    min-width: 140px;
  }
}
.post-list-linkurl {
  width: calc(100% - 205px);
  height: 26px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 0.5px #ddd solid;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  & p {
    font-size: 0.8em;
    font-weight: 700;
    & span {
      font-weight: 400;
      }
    }
  & .copy-url {
    top: -0.5px;
    right: -0.5px;
    width: 26px;
    height: 26px;
    z-index: 5;
    border: 0.5px #616185 solid;
    background: var(--bg-color-view);
    border-radius: 50%;
    margin: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    & svg {
      width: 18px;
      height: 18px;
    }
    &:active ~ p span {
      color: red;
    }
  }
}

.mobile .post-list-user {
  display: flex;
  }
.post-list-user {
  min-width: 60px;
  min-height: 60px;
  background: #EEFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.5px #434DED solid;
  }
.top-list {
  & .post-list-click {
    }
    & .post-list-user {
      & .user {
        --size: 40px;
        height: var(--size);
        width: var(--size);
        min-height: var(--size);
        min-width: var(--size);
        border: 0.5px #767EEB solid;
        background: var(--bg-color-view);
        border-radius: 50%;
        margin: 0 0;
        display: none;
        align-items: center;
        justify-content: center;
        --img: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9kSyk8d0RwX60gWe8BUhSmpIDOapzCgjEYBOtVoJ37g0qozLxR78OBXHeoK3TuQbzhEn8Za3Cx4cNTdttU4O7uiSsUz6OG5S7GYgDpPRy1WO-UoVLzv9q5gSG77uYZS_-izdPOqwN9u4tmFe217S0agQGKPEJP3kEFRMu_QUViyceibPAFNggraRmjcE/s1600/1744154246162.png);
        background-image: var(--img);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
      }
  }
  & .post-list-widget {
  }
}
.mobile .top-list {
  & .post-list-user {
    & .user {
    display: flex;
    }
  }
}
.top-list {
  & .post-list-click {
    & .open-fullscreen,
    & .close-fullscreen {
    display: none;
    }
  }
}
.mobile .top-list {
  & .post-list-click {
    & .open-fullscreen{
    display: flex;
    }
  }
}
.mobile .top-list {
  & .post-list-click {
  & .close-fullscreen {
     display: none;
    }
  }
}

:fullscreen .mobile .top-list {
  & .post-list-click {
  & button.open-fullscreen {
  display: none;
  }
  & button.close-fullscreen {
  display: flex;
  }
 }
}

.mobile .top-list {

}
.mobile .top-list {

}
.mobile .post-list-linkurl {
  display: none;
  }




.section-fixed-top-box {
  & .column-box-list {
    & .Tpost.post-list-widget {
      & button svg {
  
      }
    }
  }
  & .column-box-bars {
    top: 80px;
    z-index: -10;
    padding: 0;
    width: 250px;
    height: 0px;
    display: block;
    position: absolute;
    overflow: hidden;
    transition: 0.7s;
    @media (max-width: 1007px){
      right: 10px;
     }
    & .menu__overlay {
      top: 60px;
      left:0;
      z-index:-6;
      width:100%;
      opacity: 0.3;
      height: 100%;
      display: none;
      position: fixed;
      background: #767EEB;
      max-height: calc(100% - 60px);
    }
  }
  &.active {
    & .column-box-list {
      z-index: 200;
      & .Tpost.post-list-widget {
        & button {
          border: 0.5px #434DED solid;
          background: #ff00ff;
          & svg {
              transition: 0.2s;
              transform: rotate(180deg);
            }
          }
        }
      }
   & .column-box-bars {
    top: 80px;
    z-index: 10;
    padding: 0;
    width: 250px;
    height: 300px;
    display: block;
    position: fixed;
    overflow: hidden;
    transition: 0.7s;
    border-radius: 5px;
    max-height: calc(100% - 90px);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    & .menu__overlay {
      display: flex;
      }
    }
  }
}
.column-box-bars .column-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--bg-color-view);
  padding: 10px 10px;
  padding-bottom: 0px;
  border-radius: 5px;
  & ul.column-content {
    width: 100%;
    margin: 0;
    padding: 5px;
    background: #fff;
    height: calc(100% - 25px);
    display: block;
    border: 0.5px #767eeb solid;
    border-radius: 4px;
    overflow-x: scroll;    
    & li {
      margin-top: 0;
      margin: 0;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      display: block;
      overflow: hidden;
      /*background: pink;*/
      }
    & li a {
      padding: 5px 5px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: start;
      background: #EEFFFF;
      border-radius: 4px;
      border-bottom: 0.5px #ccc solid;
      & span {
        font-weight: 500;
        font-size: 1.0em;
        }
       & svg {
        width: 20px;
        height: 20px;
        margin-right: 5px;
      }
    }
  }
  & .editor-list-box {
  width: 100%;
  height: 25px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 0px 0px;
  padding: 2.5px 0px;
  & a#linkedit,
  & a#linkcall   {
    display:flex;
    align-items: center;
    font-size: 0.8em;
      & svg {
        width: 15px;
        height: 15px;
        margin: 0px 0px;
        margin-right: 5px;
      }
    }
    & a#linkeditinfo   {
      width: 20px;
      height: 20px;
      display:flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8em;
      & svg {
        width: 15px;
        height: 15px;
     }
    }
  }
}


/*==================================
Post Body Mobile
==================================*/
body.mobile {
  & .columns-inner {
    & .column-center-outer {
      background-color: var(--bg-color-view);
      & .column-center-inner {
        
      }
    }
  }
}
/*==================================
 Blog Pager 
==================================*/
#backtotop {
display: inline-block;
background-color: rgba(61,90,254,0.7);
width: 40px;
height: 40px;
bottom: 60px;
margin-left: 15px;
text-align: center;
border-radius: 5px;
position: fixed;
transition: background-color .3s, 
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 80;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#backtotop:hover {
cursor: pointer;
opacity: 0.5;
background-color: rgba(61,90,254,0.9);
}
#backtotop:active {
 background-color: #767EEB;
}
#backtotop.show {
opacity: 1;
visibility: visible;
}
.mobile #backtotop {
  left: 10px;
  margin-left: 0px;
}



body #blog-pager {
  & .mobile-desktop-link,
  & .blog-mobile-link {
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 50;
    display: block;
    position: fixed;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: rgba(61,90,254,0.7);
    &:hover {
      background-color: rgba(61,90,254,0.9);
    }
    & a {
      --size: 40px;
      --radius: 5px;
      padding: 0;
      font-size: 0em;
      height: var(--size);
      width: var(--size);
      min-height: var(--size);
      min-width: var(--size);
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      & svg {
        display: none;
        width: 30px;
        height: 30px;
      }
    }
  }
  & .mobile-desktop-link {
    & a {
      position: relative;
      --var-mode-mobile: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cg id='Desktop'%3E%3Cpath d='M18.435,3.065H5.565a2.5,2.5,0,0,0-2.5,2.5v8.87a2.5,2.5,0,0,0,2.5,2.5h2.91l-.37,3H7a.5.5,0,0,0,0,1h10.01a.5.5,0,0,0,0-1H15.9l-.37-3h2.91a2.5,2.5,0,0,0,2.5-2.5V5.565A2.5,2.5,0,0,0,18.435,3.065Zm-9.33,16.87.38-3h5.03l.37,3Zm10.83-5.5a1.5,1.5,0,0,1-1.5,1.5H5.565a1.5,1.5,0,0,1-1.5-1.5v-.5h15.87Zm0-1.5H4.065V5.565a1.5,1.5,0,0,1,1.5-1.5h12.87a1.5,1.5,0,0,1,1.5,1.5Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      --var-mode-mobile-hover: url("data:image/svg+xml,%3Csvg fill='%23d3f5f0' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cg id='Desktop'%3E%3Cpath d='M18.435,3.065H5.565a2.5,2.5,0,0,0-2.5,2.5v8.87a2.5,2.5,0,0,0,2.5,2.5h2.91l-.37,3H7a.5.5,0,0,0,0,1h10.01a.5.5,0,0,0,0-1H15.9l-.37-3h2.91a2.5,2.5,0,0,0,2.5-2.5V5.565A2.5,2.5,0,0,0,18.435,3.065Zm-9.33,16.87.38-3h5.03l.37,3Zm10.83-5.5a1.5,1.5,0,0,1-1.5,1.5H5.565a1.5,1.5,0,0,1-1.5-1.5v-.5h15.87Zm0-1.5H4.065V5.565a1.5,1.5,0,0,1,1.5-1.5h12.87a1.5,1.5,0,0,1,1.5,1.5Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      &::before {
    content:'';
    width: 40px;
    height: 40px;
    display: block;
    z-index: 1;
    margin: 0px;
    position: absolute;
    border-radius: 5px;
    background: var(--var-mode-mobile) center center / 30px no-repeat;
    }
    }
    &:hover {
      & a {
        &:before {
          background: var(--var-mode-mobile-hover) center center / 30px no-repeat;
        }
      }
    }
  }
  & .blog-mobile-link {
    & a {
      position: relative;
      --var-mode-dekstop: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'  %3E%3Cg id='Mobile'%3E%3Cpath d='M16.73,2.065H7.27a2.386,2.386,0,0,0-2.24,2.5v14.87a2.386,2.386,0,0,0,2.24,2.5h9.46a2.386,2.386,0,0,0,2.24-2.5V4.565A2.386,2.386,0,0,0,16.73,2.065Zm1.24,17.37a1.391,1.391,0,0,1-1.24,1.5H7.27a1.391,1.391,0,0,1-1.24-1.5V4.565a1.391,1.391,0,0,1,1.24-1.5H8.8v.51a1,1,0,0,0,1,1h4.4a1,1,0,0,0,1-1v-.51h1.53a1.391,1.391,0,0,1,1.24,1.5Z'%3E%3C/path%3E%3Cpath d='M10,18.934h4a.5.5,0,0,0,0-1H10a.5.5,0,0,0,0,1Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      --var-mode-dekstop-hover: url("data:image/svg+xml,%3Csvg fill='%23d3f5f0' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'  %3E%3Cg id='Mobile'%3E%3Cpath d='M16.73,2.065H7.27a2.386,2.386,0,0,0-2.24,2.5v14.87a2.386,2.386,0,0,0,2.24,2.5h9.46a2.386,2.386,0,0,0,2.24-2.5V4.565A2.386,2.386,0,0,0,16.73,2.065Zm1.24,17.37a1.391,1.391,0,0,1-1.24,1.5H7.27a1.391,1.391,0,0,1-1.24-1.5V4.565a1.391,1.391,0,0,1,1.24-1.5H8.8v.51a1,1,0,0,0,1,1h4.4a1,1,0,0,0,1-1v-.51h1.53a1.391,1.391,0,0,1,1.24,1.5Z'%3E%3C/path%3E%3Cpath d='M10,18.934h4a.5.5,0,0,0,0-1H10a.5.5,0,0,0,0,1Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      &::before {
        content:'';
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        display: block;
        z-index: 2;
        margin: 0px;
        position: absolute;
        border-radius: 5px;
        background: var(--var-mode-dekstop) center center / 30px no-repeat;
      }
    }
    &:hover {
      & a {
        &:before {
          background: var(--var-mode-dekstop-hover) center center / 30px no-repeat;
        }
      }
    }
  }
}

.mobile #blog-pager {
  position: relative;
  }
.mobile #blog-pager #blog-pager-newer-link {
  left: 15px;
  }
.mobile #blog-pager #blog-pager-older-link {
  right: 15px;
  }
.mobile #blog-pager #blog-pager-newer-link,
.mobile #blog-pager #blog-pager-older-link {
   bottom: 9px;
   width: 35px;
   height: 35px;
   border-radius: 2.5px;
   position: absolute;
   & a {
     width: 35px;
     height: 35px;
     font-size: 2.8em;
     background: var(--btn-color-primary);
     border-radius: 3.0px;
     padding: 7px 4px;
    box-sizing: border-box;
    &:hover,&:focus {
      background: var(--btn-color-hover);
    }
   }
 }
.mobile #main .blog-posts .date-autor .date-header span {
  font-size: 1px;
  display: none;
  }

.mobile #blog-pager #blog-pager-home-link {
  height: 50px;
  display: none;
  border-radius: 2.5px;
  background-color: transparent;
  & a {
	position: relative;
	overflow: hidden;
	padding: 1.5rem 2rem;
	display: inline-flex;
	align-items: center;
    background: transparent;
	justify-content: center;
	color: var(--cl-btn-primary);
	text-decoration: none;
	border-radius: 5px;
	background-color: transparent;
	backface-visibility: hidden;
	box-shadow: inset 0 0 0 1px var(--cl-btn-primary);
	transform: translateZ(0);
	&::after {
		content: "";		
		top: 0;
		left: 0;
		z-index: -1;
		height: 120%;
		width: 120%;
        pointer-events: none;
		position: absolute;
		border-radius: 20%;
		background-color: var(--cl-btn-primary);
		scale: 0 0;
		translate: 0 140%;
		transition: scale 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
			translate 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
    &:hover {
      color: #FFF;
      &::after {
		scale: 1.5 1.5;
		translate: 0 0;
		border-radius: 50%;
      }
   }
}
}
body #blog-pager {
  & .mobile-desktop-link {
    left: 10px;
    bottom: 10px;
    }
  & .blog-mobile-link {
    margin-left: 10px;
    bottom: 10px;
  }
}
