@import url(https://fonts.googleapis.com/css2?family=Work+Sans&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.text {
    margin: -.5rem 0 -.5rem;
    width: 100%;
    padding: .5rem;
    font-family: "Work Sans", sans-serif
}

.text_center {
    text-align: center
}

.text_large {
    font-size: 1.5rem;
    line-height: 2rem
}

@media (min-width:640px) {
    .text_large {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.main {
    position: relative;
    display: flex;
    min-height: unset;
    max-height: 70vh !important;
    overflow-x: hidden;
    background-attachment: fixed;
    /*color: var(--text-color);*/
    color: #000;
    font-family: var(--font-family);
    font-size: 13px;
    flex-direction: column;
    --button-height: 2.5rem;
    --button-margin: 0.3rem;
    --icon-width: 1.5rem
}

@media (min-width:640px) {
    .main {
        font-size: 16px;
        --button-height: 3rem;
        --button-margin: 0.5rem;
        --icon-width: 1.8rem
    }
}

.bg {
    --dark-color: #000;
    --light-color: #fff;
    background-color: #fc356b00;
    --text-color: #fcfcfc;
    --link-color: 51, 51, 51;
    --link-background: 239, 239, 239;
    --link-shadow: 102, 102, 102;
    --link-border: 51, 51, 51;
    color: 51, 51, 51;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

/*.background_image {*/
/*    background-image: url(https://static.cdn.phobos.id/assets/svg/black_wallpaper.svg);*/
/*    background-position: center;*/
/*    background-repeat: repeat;*/
/*    background-size: cover;*/
/*    position: fixed;*/
/*    top: -2.5rem;*/
/*    left: -2.5rem;*/
/*    right: -2.5rem;*/
/*    bottom: -2.5rem*/
/*}*/

.bg_container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.container {
    position: relative;
    margin: auto;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%
}
.popup-box .container {
    padding-left: 5px;
}
@media (min-width:500px) {
    .popup-box .container {
        max-width: 500px
    }
}

.container_component {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 0 .75rem .75rem
}

.profile {
    display: flex;
    flex-wrap: wrap;
    margin: -.5rem;
    position: relative;
    z-index: 10
}

.profile_image {
    /*background-image: url(https://static.cdn.phobos.id/assets/svg/user.svg);*/
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .75rem auto;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 9999px
}

.container_social {
    margin-top: .75rem;
    width: 100%
}

.social {
    margin: .5rem 0 .5rem 0;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: .5rem
}

.social_link {
    margin: 0 .25rem 0 .25rem;
    padding: .25rem;
    opacity: 1;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.social_link:hover {
    opacity: .8
}

.social_link_circle {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    opacity: 1;
    background-color: rgba(var(--link-background), 1);
    color: rgba(var(--link-color), 1);
    border-radius: 9999px
}

.social_link_circle:hover {
    filter: brightness(1.25)
}

.social_icon {
    max-width: 60%;
    height: auto;
    filter: invert(16%) sepia(1%) saturate(35%) hue-rotate(314deg) brightness(97%) contrast(87%)
}

.container_link {
    position: relative;
    z-index: 10;
    margin: .5rem;
    width: 100%
}

.link_outer {
    width: 100%
}

.link {
    width: 100%;
    display: flex;
    align-items: stretch;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    overflow-wrap: break-word;
    -moz-appearance: none;
    appearance: none;
    color: rgba(var(--link-color), 1)
}

.link_circle {
    border-radius: 1.65rem;
    /*background-color: rgba(var(--link-background), 1);*/
    background-color: #ffffff00;
    border-color: var(--text-color);
    border: .1rem solid rgba(var(--link-border), 1);
    box-shadow: 0 .35rem 0 rgba(var(--link-shadow), 1)
}

@media (min-width:640px) {
    .link_circle {
        border-radius: 2rem
    }
}

.link_circle:hover {
    box-shadow: 0 0 0 rgba(var(--link-shadow), 1)
}

.link_circle_shadow:hover {
    transform: translateY(.35rem);
    filter: brightness(.9)
}

.link_icon {
    flex-shrink: 0;
    border-radius: .5rem;
    background-color: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: var(--button-height);
    height: var(--button-height);
    margin: var(--button-margin);
    border-radius: 9999px
}

.link_image {
    max-width: 75%;
    height: auto;
    /*filter: invert(16%) sepia(1%) saturate(35%) hue-rotate(314deg) brightness(97%) contrast(87%)*/
}

.link_outer_text {
    display: flex;
    align-items: center;
    padding: .5rem;
    width: 100%
}

.link_end {
    width: var(--button-height);
    height: var(--button-height);
    margin: var(--button-margin);
    flex-shrink: 0
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box
}
.profile h4 {
    margin-top: 14px;
}
.social {
    margin-bottom: 25px;
}










/*** PopUP bage **/

/**{*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  box-sizing: border-box;*/
/*  font-family: "Poppins", sans-serif;*/
/*}*/
/*body{*/
/*  min-height: 100vh;*/
/*  background: url(background.jpg);*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*}*/
.popup-screen{
  z-index: 999999;
  position: fixed;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s ease;
  transition-property: visibility;
  top: 0;
}
.popup-screen.active{
  visibility: visible;
}
.popup-box{
  position: relative;
  background: rgb(255 255 255 / 91%);
  backdrop-filter: blur(10px);
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
  padding: 50px 40px;
  border-radius: 25px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  transform: scale(0);
  transition: 0.5s ease;
  transition-property: transform;
}
.popup-screen.active .popup-box{
  transform: scale(1);
}
.popup-box h2{
  font-size: 2.1em;
  font-weight: 800;
  margin-bottom: 20px;
}
.popup-box p{
  font-size: 1rem;
  margin-bottom: 14px;
}
.popup-box .btn{
  color: #fff;
  background: var(--theme-color-1);
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  padding: 7px 27px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  z-index: 99;
    margin-top: 15px;
}
.popup-box .btn:hover{
  color: #000;
  background: transparent;
  border: 1px solid #000;
}
.close-btns{
  position: absolute;
  font-size: 1em;
  top: 0;
  right: 0;
  margin: 15px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s ease;
  transition-property: opacity;
}
.close-btns:hover{
  opacity: 1;
}
i.fas.fa-times.close-btns {
    z-index: 999999;
}




/**  custom  **/


    i.stats {
        position: absolute;
    }


.my .single-page-header.detail-header {
    height: 167px;
}
.background.my {
    border-radius: 25px;
}
.overlay2 {
    background-image: linear-gradient(#ffffff00, #f4f4f4);
    height: 148px;
    z-index: 9999;
    position: relative;
    bottom: 0px;
    content: "";
}
.navbar {
    /*z-index: 9999999;*/
}

.section.margin-bottom-20.branching-type-div.bio {
    width: 100%;
    background-color: #f1f1f1a8;
    background: #f1f1f1a8;
    border-radius: 30px;
}
.close-btns::before {
    color: #fff;
    background: #000000bf;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 12px 9px 12px;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    display: block;
}
i.btnn.never-btns {
    z-index: 9;
    margin-top: 10px;
    font-size: 17px;
}
.dropdown-menu.showlang.active {
    display: block;
}
.btn-group.user-lang-switcher.second {
    margin-right: auto;
    bottom: 50px;
    right: 30px;
}
button.btn.btn-default.dropdown-toggle.second-lang {
    background: #0000005c;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    padding: 7px 4px;
    border-radius: 30px;
    text-decoration: none;
}
.dropdown-toggle.second-lang::after {
    margin-left: 0em;
}
.profile i.stats {
    position: relative;
}

@media screen and (min-width: 1241px){
    i.stats.ghg {
        margin-top: 100px;
        margin-left: 17px;
        margin-right: 17px;
    }
}    
@media screen and (min-width: 992.1px) and (max-width: 1240px){
    i.stats.ghg {
        margin-top: 100px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
    
    @media (min-width: 992.1px) {
    .overlay2 {
        height: 139px;
    }
    }
    @media (max-width: 992px) {
    i.stats.ghg {
        bottom: 0;
        left: 11px;
        right: 11px;
        min-width: fit-content;
    }
    }
@media (min-width: 460px) {
    .social_link_circle {
        height: 3.75rem;
        width: 3.75rem;
    }
}
@media (max-width: 325px) {
    .popup-box .btn {
        font-size: 15px;
    }
    .popup-box {
        max-width: 98vw;
    }
}        
@media (max-width: 280px) {
    .profile {
        margin: auto;
        max-width: 88%;
    }
}        
@media (max-width: 243px) {
    .profile {
        margin: auto;
        max-width: 75%;
    }
    .social_link_circle {
        display: flex;
        height: 2.00rem;
    }
}
.popup-screen.active .popup-box {
    max-height: 98vh;
}
.popup-box .col-text.font-medium.my-2 {
    color: #000000 !important;
    font-weight: 800 !important;
    font-size: 17px;
}

.popup-box button.btn.dropdown-toggle.style2 {
    background-color: #00000059;
    font-weight: 800;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 0 9px;
}

.popup-box .btn-group .dropdown-toggle .caret {
    display: none;
}
.popup-box .user-lang-switcher.second.s2 {
    bottom: 40px;
    left: 68px;
    right: 68px;
}
.v2 .section.margin-bottom-20.branching-type-div.bio {
    text-align: center;
}
.v2 select#multi-branch2 {
    border-radius: 30px;
}
.v2 .form-group {
    margin: 2px 15px;
}
section.main.bg {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
section.main.bg::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.v2 .single-page-header:after, .v2 .single-page-header:before {
    right: 0;
    left: auto;
    background: linear-gradient(to left, rgb(16 16 16 / 55%) 50%, rgb(15 15 15 / 46%) 70%, rgb(0 0 0 / 39%) 90%);
}

@media screen and (min-width: 992.1px) and (max-width: 1240px){
    .v2 .overlay2 {
        height: 113px !important;
    }
}
@media (min-width: 992.1px) {
    .v2 .overlay2 {
        height: 108px;
    }
}
@media (max-width: 992px) {
    .v2 .overlay2 {
        height: 133px;
    }
}
@media (max-width: 459px) {
.popup-screen.active .popup-box.v2 {
    padding: 50px 8px;
}
.popup-box .user-lang-switcher.second.s2 {
    bottom: 41px;
    left: 40px;
    right: 40px;
}
.popup-box.v2 {
    margin: 4px;
}
}
@media (max-width: 364px) {
.v2 a.social_link.social_link_circle {
    height: 35px;
    width: 35px;
}
}
@media (max-width: 280px) {
.v2 a.social_link.social_link_circle {
    height: 35px;
    width: 35px;
    min-width: 35px;
}
.v2 .social {
    margin: .5rem 0 1.4rem 0;
    display: flex;
    width: 100%;
    padding: unset;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
.v2 .link_icon, .v2 .link_end {
    display: none;
}
.popup-box.v2 {
    margin: 4px;
}
}
button.btn.d-flex.open-bio.vv2{
    position: absolute;
}
button.btn.d-flex.open-bio.vv2 {
    position: relative;
    align-items: center;
    left: 5px;
}
.btn-group.bootstrap-select.user-lang-switcher.lpop {
    right: 10px;
}
.langgg .bootstrap-select.btn-group button {
    width: 47%;
    height: 38px;
    padding: 0 5px;
    text-align-last: center;
}
.langgg span.caret {
    display: none;
}























