#custom_header {
    height: 60px;
}

.menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.error-messsage {
    color: red !important
}

.vayuzsocial.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    margin: 0 auto;
    background-color: var(--bg-color);
    transition: all 0.5s ease-in-out;
}


.vayuzsocial .navbar {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 0 20px
}


.offcanvas.offcanvas-end .menu-inner {
    display: none;
}



.vayuzsocial .brand {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1px;
    text-transform: uppercase
}

.vayuzsocial .brand img {
    height: 40px;
    width: auto;
}

[data-theme=vayuzsocial-dark] .vayuzsocial .brand img {
    filter: invert(1);
    -webkit-filter: invert(1);
    -ms-filter: invert(1);
}

.header-items {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    height: 60px;
    /* line-height: 3.7; */
    margin: 0 5px 0 0;
}

.header-items:hover {
    background-color: #ef8430;
}

.header-items.selected {
    background-color: #ef8430;
}

.header-items.selected .header-icon {
    color: #fff !important;
}

.vayuzsocial .header-icon {
    font-size: 20px !important;
    color: var(--icon-color) !important;
    line-height: 1;
    transition: all 0.3s ease-in;
    width: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.header-items:hover .header-icon {
    /* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff !important;
}

.vayuzsocial .profile-pic {
    display: inline-block;
    vertical-align: inherit;
    padding: 2px;
    background: conic-gradient(red, #ff0, #0f0, #0ff, #00f, #f0f, red);
    height: 38px;
    width: 38px;
    max-height: 38px;
    max-width: 38px;
    border-radius: 10px;
}

.vayuzsocial .menu-inner .menu-item {
    padding-right: 1rem !important;
    padding: .5rem 1rem;
    cursor: pointer;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
    display: block;
    clear: both;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.vayuzsocial .menu-inner .menu-item:hover {
    background: var(--background-hover-color-for-items)
}

.vayuzsocial .menu-inner .menu-item:hover .menu-link {
    transition: margin 0.5s linear;
    margin-left: 8px;
}

.vayuzsocial .menu-inner .menu-item:hover .menu-link .header-icon,
.vayuzsocial .menu-inner .menu-item:hover .menu-link .menutext {
    color: var(--main-color-one) !important;
}

.menutext {
    font-size: 14px;
    color: var(--p-color);
    margin: 0 20px;
}

.mobile-profile-content-box .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;

    text-wrap: wrap;
    word-break: break-word;
}

.mobile-profile-content-box .view-profile-link {
    font-size: 14px;
    font-weight: 400;
    color: var(--p-color);
}

.mobile-profile-content-box .view-profile-link {
    color: var(--main-color-one);
}

.mobile-profile-content-box {
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-color);
}

span.noti-count {
    font-size: 9px
}

.mobile-profile-content-box {
    display: none;
}

.offcanvas.offcanvas-end.show .menu-inner {
    height: calc(100vh - 100px);
    overflow-y: auto;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    padding: 0;
}

.offcanvas.offcanvas-end.show .mobile-profile-content-box {
    display: block;
}

.notification-header {
    padding: 5px 10px;
}

.notification-list-header li {
    padding: 5px 10px;
    cursor: pointer;
}

.notification-list-header li:hover {
    background-color: var(--background-hover-color-for-items);
}

.vayuz-social-header-dropdown {
    min-width: 18rem !important;
    padding: 0px !important;
}

.vayuz-social-header-dropdown .dropdown-content {
    background: transparent;
    box-shadow: none !important;
}

.vayuz-social-header-dropdown p {
    margin-bottom: 5px !important;
    font-size: 15px;
    line-height: 20px;
}

.notification-profile-image {
    border-radius: 10px;
    margin-right: 10px;
}

.header-time {
    font-size: 11px;
    line-height: 1;
    display: block;
}

@media only screen and (min-width:768px) {

    .vayuzsocial .burger {
        display: flex !important;
        visibility: visible;
    }

    .group-signin-lg .modal-dialog {
        position: fixed !important;
        right: 20px;
        top: 60px;
        width: 300px;
        max-width: calc(100% - 20px);
        margin-top: 0;
        margin-bottom: 0
    }

    .header-menu-lg .dropdown-content {
        padding: 15px !important
    }

    .vayuzsocial .menu-block {
        margin-left: 2rem
    }

    .copyright-info-mobile,
    .mobile-outer-header-div {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .offcanvas.offcanvas-end {
        max-width: calc(100vw - 70px);
    }
}

@media only screen and (max-width:767px) {

    /* .vayuzsocial .header-icon{
        width: 25px;
        display: flex;
    align-items: center;
    justify-content: center;
    } */
    .mobile-outer-header-div {
        display: flex;
        align-items: center
    }

    /* .vayuzsocial .navbar {
        padding: 0 8px;
        height: 3rem
    } */
    .header-items {
        padding: 0 5px;
        height: 48px;
    }

    .vayuzsocial .search-form {
        height: 3rem !important
    }

    .mobile-outer-header-div .header-icon {
        font-size: 20px !important
    }

    .vayuzsocial .burger {
        position: relative;
        display: block !important;
        cursor: pointer;
        order: 1;
        width: 40px;
        height: 40px;
        border: none;
        outline: 0;
        visibility: visible !important
    }

    .mobile-profile-content-box .visitor-content {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column
    }

    .mobile-profile-content-box .member-content {
        display: flex;
        align-items: center;
        gap: 5px
    }

    .mobile-profile-img {
        display: inline-block;
        vertical-align: inherit;
        padding: 2px;
        background: conic-gradient(red, #ff0, #0f0, #0ff, #00f, #f0f, red);
        height: 38px;
        width: 38px;
        max-height: 38px;
        max-width: 38px;
        border-radius: 50%;
        margin-right: 10px
    }



    .hidden-on-mobile {
        display: none !important
    }

    .copyright-info-mobile {
        position: fixed;
        bottom: 20px;
        background-color: transparent;
        padding: 5px;
        width: auto
    }

    .copyright-info-mobile a,
    .copyright-info-mobile p,
    .copyright-info-mobile small,
    .copyright-info-mobile span {
        font-size: 10px
    }

    .mobile-quick-link {
        border-top: 1px solid #ddd !important;
        color: var(--main-color-one);
        font-size: 16px !important;
    }
}

@media only screen and (max-width:560px) {
    .notloggedinheaderimg {
        margin-right: 0 !important
    }

    .vayuzsocial .brand img {
        width: auto;
        height: 30px;
        margin: 0;
        /* position: absolute;
        top: 50%;
        left: 0;
        transform: translate(10%, -50%); */
    }

    .form-switch {
        padding-left: .6em !important
    }

    .vayuzsocial sup {
        right: 7px
    }
}

.vayuzsocial sup {
    top: -0.9em;
    right: 6px;
    font-size: 10px;
}

.vayuzsocial .overlay.is-active {
    display: block;
    opacity: 1;
    visibility: visible
}

.vayuzsocial .back-icon {
    width: 30px;
    /* height: 30px; */
    text-align: center;
    border-radius: 3px;
    transition: all .3s ease-in
}

.vayuzsocial .back-icon:hover {
    background-color: var(--button-close-hover);
}

.vayuzsocial .mobile-search-cancel,
.vayuzsocial .mobile-search-toggle,
.vayuzsocial .search-cancel,
.vayuzsocial .search-toggle {
    /* display: block; */
    cursor: pointer;
    font-size: 18px;
    /* line-height: inherit; */
    color: var(--icon-color)
}

.vayuzsocial .mobile-search-block,
.vayuzsocial .search-block {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    transition: all .45s ease-in-out
}

.vayuzsocial .mobile-search-block.is-active,
.vayuzsocial .search-block.is-active {
    top: 0;
    right: 0
}

.vayuzsocial .user-options {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px
}

.vayuzsocial .search-form {
    display: flex;
    align-items: center;
    padding: .1rem .1rem;
    background: var(--bg-color-one);
    height: 4rem
}

.vayuzsocial .search-input {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: .65rem !important;
    border: none !important;
    outline: 0 !important;
    border-radius: .25rem !important;
    color: var(--p-color) !important;
    background-color: var(--bg-color-one)
}

.vayuzsocial .search-input::-webkit-search-cancel-button,
.vayuzsocial .search-input::-webkit-search-decoration {
    display: none;
    visibility: hidden
}

.vayuzsocial .mobile-search-clear,
.vayuzsocial .search-clear {
    position: absolute;
    right: 8px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    transition: all .3s ease-in;
    color: var(--icon-color)
}

.vayuzsocial .mobile-search-clear:hover,
.vayuzsocial .search-clear:hover {
    background-color: var(--button-close-hover);
}

.vayuzsocial .mobile-search-clear .fa-xmark,
.vayuzsocial .search-clear .fa-xmark {
    font-size: 18px
}

@media screen and (max-width:767.98px) {
    .vayuzsocial .user-invite {
        text-align: center
    }
}

.vayuzsocial .user-options {
    position: relative
}





.vayuzsocial .profile-status {
    border-radius: 50%;
    bottom: 12px;
    height: 13px;
    padding: 2px;
    position: absolute;
    right: 5px;
    width: 13px;
    border: 2px solid #fff
}

.vayuzsocial .f-online {
    background: green
}

.vayuzsocial .f-busy {
    background: red
}

.vayuzsocial .f-offline {
    background: #000
}





.vayuzsocial .indicator.active .fa-circle {
    color: #07a7ce !important;
    background: #07a7ce !important;
    border-radius: 50%;
}

.vayuz-social-profile-status-indicator {
    border-radius: 50%;
    right: 0;
    height: 12px;
    position: absolute;
    width: 12px;
    border: 1px solid #fff;
    top: 0
}

.vayuz-social-profile-status-indicator.f-online {
    background: green
}

.vayuz-social-profile-status-indicator.f-busy {
    background: red
}

.vayuz-social-profile-status-indicator.f-offline {
    background: #000
}

.vayuz-social-profile-user-menu-status {
    border-radius: 50%;
    bottom: 0;
    display: inline-block;
    height: 12px;
    padding: 2px;
    position: absolute;
    right: 0;
    width: 12px;
    left: 15px;
    top: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%)
}

.vayuz-social-profile-user-menu-title {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0
}

.vayuz-social-dark-light-toggle {
    margin-left: -.3em !important;
    margin-right: 6px !important
}

.form-check-label {
    font-size: 16px;
    color: var(--p-color) !important
}


.vayuzsocial-alertbox {
    min-width: auto !important;
    max-width: max-content !important
}

/* Theme switch toggle CSS : Start */
.vayuz-social-theme-switch .switch-toggle,
.vayuz-social-theme-switchSecond .switch-toggle {
    line-height: 10px
}

.vayuz-social-theme-switch .switch-toggle label,
.vayuz-social-theme-switchSecond .switch-toggle label {
    position: relative;
    width: 38px;
    height: 38px;
    background: rgb(251, 248, 248);
    border-radius: 40px;
    box-shadow: inset 0px 0px 1px rgb(0 0 0 / 40%), inset 0px 0px 0px rgb(255 255 255 / 40%);
    cursor: pointer;
    transition: all .3s ease-in-out;
    border: 1px solid #e0e0e0
}

.vayuz-social-theme-switch .switch-toggle label::after,
.vayuz-social-theme-switchSecond .switch-toggle label::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, #ffcc96, #d8865d);
    border-radius: 180px;
    transition: all .3s ease-in-out
}

.vayuz-social-theme-switch input,
.vayuz-social-theme-switchSecond input {
    width: 0;
    height: 0;
    display: none
}

.vayuz-social-theme-switch input:checked .switch-toggle label,
.vayuz-social-theme-switchSecond input:checked .switch-toggle label {
    background: #202836;
    border-color: #5596e6
}

.vayuz-social-theme-switch input:checked .switch-toggle label::after,
.vayuz-social-theme-switchSecond input:checked .switch-toggle label::after {
    left: 99px;
    transform: translateX(-100%);
    background: #5596e6
}

.vayuz-social-theme-switch .switch-toggle label:active::after,
.vayuz-social-theme-switchSecond .switch-toggle label:active::after {
    width: 50px
}

.vayuz-social-theme-switch .switch-toggle label i,
.vayuz-social-theme-switchSecond .switch-toggle label i {
    position: absolute;
    width: 30px;
    top: 10px;
    z-index: 5;
    font-size: 1em
}

.vayuz-social-theme-switch .switch-toggle label .sun,
.vayuz-social-theme-switchSecond .switch-toggle label .sun {
    position: absolute;
    width: 36px;
    color: #fff !important;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    left: 0;
    top: 0;
}

.vayuz-social-theme-switch .switch-toggle label .moon,
.vayuz-social-theme-switchSecond .switch-toggle label .moon {

    color: #5d5d5d;
    transition: all .3s ease-in-out;
    position: absolute;
    width: 36px;
    color: #fff !important;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    left: 0;
    top: 0;
}

.vayuz-social-theme-switch input:checked .switch-toggle label .sun,
.vayuz-social-theme-switchSecond input:checked .switch-toggle label .sun {
    color: #5d5d5d
}

.vayuz-social-theme-switch input:checked .switch-toggle label .moon,
.vayuz-social-theme-switchSecond input:checked .switch-toggle label .moon {
    color: #fff
}

/* Theme switch toggle CSS : End */

.desktop-header-main-div .vayuzsocialdropdown {
    position: relative !important;
    right: unset !important;
    top: unset !important;
}

.desktop-header-main-div .vayuzsocialdropdown {
    position: relative !important;
    right: unset !important;
    top: unset !important;
}

.desktop-header-main-div .vayuzsocial-dropdown-btn {
    width: unset;
    height: unset;
}

.desktop-header-main-div .vayuzsocial-dropdown-btn:before {
    background: none !important;
}

.offcanvas.offcanvas-end {
    background: var(--bg-color);
}

/* .myProgressBadge{
    padding: 10px;
    border: 1px solid var(--border-color);
    background: var(--background-white);
    margin: 20px;
    border-radius: 20px;
}

  .when-earn-badge,
  .needed-points{
    font-size: 13px;
    font-weight: 300;
    color: var(--normal-text-color);
    line-height: 1;
  }
  .current-badge{
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color-one) !important;
    line-height: 1;
  }

   */
/* :root {
    --bar-height: 12px !important;
  
    --progress: 20;
    --progress-percentage: 20%;
    --clip-progress: calc((141.5% / 100) * var(--progress));
  
    --border-radius1: calc(var(--bar-height)/2) !important;
  
    --indicator-width: 50px;
    --indicator-offset: calc(var(--indicator-width)/2);
    --indicator-left: calc(var(--progress-percentage) - var(--indicator-offset));
  
    --pointer-width: 16px;
    --pointer-offset: calc(var(--pointer-width)/2);
    --pointer-left: calc(var(--progress-percentage) - var(--pointer-offset));
  }
  .badge-levels{
    color:var(--p-color);
    font-size: 14px;
  }

  
  .progress-bar {
    width: 100%;
   
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  
  .legend {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 4px 0;
  }
  
  .meter {
    width: 100%;
    height: var(--bar-height) !important;
    background-color: lightgrey;
    border-radius: var(--border-radius1);
    position: relative;
  }
  
  .bar {
    background-color: orangered;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius1) !important;
    position: absolute;
    clip-path: circle(var(--clip-progress) at left);
    animation: fill 2s ease-in-out 0s 1 normal;
    left: 0;
  }
  
  .indicator {
    position: absolute;
    background-color: orangered;
    border-radius: var(--border-radius1);
    width: var(--indicator-width);
    top: calc(var(--bar-height) + 6px);
    left: var(--indicator-left);
    text-align: center;
    animation: load-indicator 2s ease-in-out 0s 1 normal;
    color: white;
  }
  
  .pointer {
    background-color: orangered;
    width: var(--pointer-width);
    height: var(--pointer-width);
    border-radius: none;
    transform: rotate(225deg);
    position: absolute;
    top: calc(var(--bar-height) + 2px);
    left: var(--pointer-left);
    animation: load-pointer 2s ease-in-out 0s 1 normal;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  }
  
  @keyframes load-indicator {
    from {
      left: calc(0% - var(--indicator-offset));
    }
  }
  
  @keyframes load-pointer {
    from {
      left: calc(0% - var(--pointer-offset));
    }
  }
  
  @keyframes fill {
    from {
      clip-path: circle(0% at left);
    }
  }
   */
.bookmark-ul>li {
    list-style: none !important;
}

.offcanvas-backdrop.fade.show {
    opacity: 0.5 !important;
}

.vayuzsocial .mobile-search-cancel,
.vayuzsocial .mobile-search-toggle,
.vayuzsocial .search-cancel,
.vayuzsocial .search-toggle {
    /* display: block; */
    cursor: pointer;
    font-size: 18px;
    line-height: 1 !important;
    color: var(--icon-color)
}

@media only screen and (max-width:767px) {
    .header-items .menu-link .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .menu-text {
        display: none;
    }

    .vayuzsocial sup {
        top: 10px !important;
        right: 10px important;
        font-size: 10px;
        position: absolute;
    }
}