:root {
    --lightbrown: #b68622;
    --gray: #969696;
    --gold-color: #b37e0c;

    --segoeFont: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/**Typeo CSS End**/
.video-custom {
    /* margin: 15px auto; */
    width: 100%;
    position: relative;
    /* aspect-ratio: 16/9; */
}

.verticle_video, .verticle_video video {
    aspect-ratio: 4/5;
}

.square_video .poster-img, .video-custom.square_video {
    aspect-ratio: 1/1 !important;
}

.video_post .video-custom .poster-img, .video_post .video-custom video {
    border-radius: 0px;
}

.video-custom .poster-img {
    display: block;
    border-radius: 15px;
    aspect-ratio: 16/9;
}

.video-custom video {
    width: 100%;
    /* height: 100%; */
    border-radius: 15px;
    max-height: 585px;
    background-color: #000000;
}


video::-webkit-media-controls {
    /* display: block; For WebKit-based browsers like Safari */
}

.video-custom .play-btn,
.video-custom .pause-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 50%;
    aspect-ratio: 16/9;
    border-radius: 100%;
    z-index: 3;
    cursor: pointer;
    transition: 0.5s all;
    overflow: hidden;
}

.video-custom .pause-btn {
    display: none;
}

.video-custom .play-btn i {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fff;
    border-right: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}

.pause-btn i {
    position: absolute;
    left: -3px;
    right: 0px;
    bottom: 0px;
    top: 2px;
    margin: auto;
    width: 16px;
    height: 24px;
    flex-flow: row wrap;
    /* display: none; */
}

.pause-btn i:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #fff;
    display: inline-block;
}

.pause-btn i:after {
    content: '';
    width: 4px;
    height: 100%;
    margin-left: 8px;
    background-color: #fff;
    display: inline-block;
}


.video-custom .vplay {
    display: none;
}

.video-custom:hover .vplay+.pause-btn {
    display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
    display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 5px;
    cursor: pointer;
}

.sound-ctrl .on-button {
    display: none;
}

.sound-ctrl img {
    opacity: 0;
}

.sound-ctrl .off-button,
.sound-ctrl .on-button {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.soundctrlshow .on-button {
    display: block;
}

.soundctrlshow .off-button {
    display: none;
}

.playvideo .video-custom .sound-ctrl img {
    opacity: 1;
}

.soundctrlshow .on-button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -5px;
    z-index: 10;
    width: 3px;
    height: 32px;
    background-color: #fff;
    transform: rotate(45deg);
}

.video-custom img {
    width: 100%;
}

.media_video_listing {
    width: 100%;
}

/* Video post */
.media_video_listing_content img {
    /* height: 100%; */
    object-fit: cover;
    border-radius: 7px;
    aspect-ratio: 1/1;
    max-width: unset;
}
.video-post-box .media_video_listing_content {
    display: flex;
    justify-content: space-between;
    column-gap: normal;
    margin-top: 8px;
    /* width: calc(100% + 1rem);
    margin-left: -0.5rem !important; */
}

.video-post-box .media_video_listing_content > div {
    padding: 0 5px;
}

.album-left-box img {
    border-radius: 15px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.album-left-box {
    height: 468px;
    width: 339px;
    object-fit: cover;
}

.video-post-box .poster-img {
    border-radius: 15px;
    aspect-ratio: 16/9;
}

.verticle_video .poster-img {
    aspect-ratio: 4/5;
    object-fit: fill;
}

.album-box-title {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.album-right-box .col-4 {
    max-width: unset;
    height: 33.33%;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.album-right-box .col-4:first-child{
    align-items: flex-start;
}

.album-right-box .col-4:last-child{
    align-items: flex-end;
}

.album-right-box .row.flex-column {
    height: 100%;
}

.album-right-box img {
    width: 100%;
    height: calc(100% - 12px);
    object-fit: cover;
    border-radius: 7px;
}

.album-right-box .arb-section {
    height: 468px;
}

.album-right-box .arb-section .arb-section-img {
    height: 33.33%;
    display: flex;
    align-items: center;
}

.album-right-box .arb-section .arb-section-img:first-child {
    align-items: flex-start;
}

.album-right-box .arb-section .arb-section-img:last-child {
    align-items: flex-end;
}

/* .album-right-box > .row > div:last-child img {
    height: 100%;
} */

/*---------------------------media videos next page-----------------*/
.media_video_listing_next_cat li {
    width: 100%;
}

.media_video_listing_next_cat li a {
    width: 100%;
    display: block;
}

.next_list_video_button select,
.next_list_video_button input {
    width: 190px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    color: #787878;
    font-family: Inter;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.next_list_video_button p {
    margin-bottom: 26px;
    position: relative;
}

.your_photo_form {
    display: flex;
    width: 100%;
    column-gap: 13px;
}

.next_list_video_button {
    width: 100%;
}

.next_list_video_button p span img:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
}

.next_list_video_button p span img {
    position: absolute;
    top: 12px;
    right: 12px;
}

.next_list_video_button input[type="text"] {
    padding: 6px 36px;
    width: 100%;
}

.next_list_video_button input[type="password"] {
    padding: 6px 10px;
}

.next_list_video_button select {
    padding: 6px 10px;
}

.next_list_video_button form {
    width: 100%;
}

.your_photo_form_save button.save_btn {
    width: 100px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 34px;
    background: #B37E0C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    color: #FFF;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #B37E0C;
}

.your_photo_form_save button.save_btn:hover {
    background: transparent;
    color: #000;
}

.your_photo_form_save {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.tab_hastag {
    padding-bottom: 10px;
}

/*---------------------about tabs--------------------*/
.about_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.about_list ul {
    padding: 0;
    list-style: none;
}

.about_list ul li {
    display: flex;
    column-gap: 23px;
}

.about_list ul li span {
    width: 158px;
}

.list1 {
    color: #464646;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.list2 {
    color: #464646;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}

.Searching_list {
    width: 100%;
    margin-bottom: 40px;
}

.Searching_list p {
    margin: 0 !important;
}

.about_dubble_list ul li {
    column-gap: 0px;
}

.about_dubble_list ul li span {
    width: 145px;
}

.about_dubble_list {
    column-gap: 20px;
}

/*--------------------media tabs in inner tabs-----------------*/
.group::after,
.tabBlock-tabs::after {
    clear: both;
    content: "";
    display: table;
}

.unstyledList,
.tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabBlock {
    margin: 0 0 2.5rem;
}

.tabBlock-tab {
    padding: 0.625rem 1.25rem;
    color: #000;
    font-family: Inter !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    opacity: 0.5;
    cursor: pointer;
}

.tabBlock-tab::before,
.tabBlock-tab::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

@media screen and (min-width: 700px) {
    .tabBlock-tab {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.tabBlock-tab.is-active {
    position: relative;
    z-index: 1;
    font-weight: 600;
    opacity: unset;
}

.tabBlock-tab.is-active::before {
    background-color: #975997;
}

.tabBlock-tab.is-active::after {
    background-color: #fff;
}

.tabBlock-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.tabBlock .main .col-md-4 {
    padding: 5px !important;
}

.tabBlock-pane .main .card-image img {
    object-fit: cover;
    height: 199px;
}

img.album_dollar_cat {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 21px;
}

.tabBlock-pane .main {
    width: 100%;
    padding: 0 10px;
}

.duration_cat_video {
    margin: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    position: absolute;
    bottom: 0;
    right: 9px;
}

.tabBlock-pane .main .card-image h3 {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #FFF !important;
    font-family: Inter !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}


/*-----------------tabing links css--------------------*/
.nav_tabs_link {
    padding-top: 27px !important;
    margin-bottom: 38px !important;
}

.nav_tabs_link a.nav-link.active {
    color: #B68622 !important;
    font-weight: 700 !important;
    border-color: #B68622 !important;
}

.nav_tabs_link a.nav-link {
    color: #808080 !important;
    text-align: center;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 0px 25px 15px 25px !important;
}

/*--------------Notification css------------------*/
.notification_section {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 42px 0px 20px 0px;
    justify-content: space-between;
}

.notification_section p {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    margin-top: -5px;
    align-items: center;
    column-gap: 10px;
}

.notification_tabs .nav-tabs {
    border: 0 !important;
    display: flex;
    column-gap: 17px;
}

.notification_tabs .nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.notification_tabs .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #191919 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 40px;
    background: #f3f3f3;
    border: 0px !important;
    padding: 7px 27px !important;
}

.notification_tabs .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    border-radius: 40px;
    background: #B37E0C !important;
    color: #ffffff !important;
}

.card.notification_tabs {
    border: 0 !important;
    border-radius: 0 !important;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.card.notification_tabs .card-header {
    background-color: transparent;
    border-bottom: 0 !important;
    border-radius: 0;
    padding: 0;
    margin-bottom: 25px;
}

/*@media screen and (max-width: 768px) {

    .notification_tabs .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .notification_tabs .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}*/

.notification_tabs .card-body {
    padding: 0;
}

.notification_profile_section img {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.notification_profile .right_dots span img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    object-position: top;
    margin-right: 20px;
}

.bg_notifac .notification_content_section {
    width: 100%;
}

.notification_content_section h3 {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.notification_content_section p {
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.bg_notifac .left_boxarea {
    width: 70%;
}

.bg_notifac .notifi_inlinks {
    color: #B37E0C;
    font-size: 13px;
    font-weight: 500;
}

.notifi_rightbox .notif_date {
    font-size: 11px !important;
}

/* .mark_notifi a {
    font-size: 12.8px;
    color: #B37E0C;
    text-align: center!important;
    display: block;
}
.mark_notifi a:hover{
    color:#B37E0C ;
} */
.notif_date {
    color: #536471 !important;
}

.notification_profile {
    width: 100%;
    display: flex;
    column-gap: 15px;
}

.bg_notifac {
    border-radius: 10px;
    background: #f6f6f6;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ccc; */
}

/* .bg_color_active {
    background: #F8F5F5;
    border-bottom: none;
    border-radius: 10px;
} */

 .seting_notify,
      .right_dots {
         position: relative;
      }

      .seting_notify .add_more-panel a {
    font-size: 12.8px;
    margin-bottom: 0;
    font-weight: 500;
    color: #191919;
    gap: 7px;
}

      .seting_notify .add_more-panel {
         left: -134px;
         z-index: 2;
         bottom: unset;
         width: 152px;
         position: absolute;
         padding: 5px 11px;
         border-radius: 13px;
      }

      .right_dots .notify_menu_opt {
    /* left: -216px; */
    width: 365px;
    right: 5px;
    padding: 5px 10px;
    z-index: 1;
    bottom: unset;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
}

      .right_dots .notify_menu_opt li{
         text-align: start;
      }
      .right_dots .notify_menu_opt li a{
         text-align: start;
         color: #000;
         font-size: 14px;
      }
      .right_dots .notify_menu_opt li a:hover {
    color: #B68622 !important;
}
       
      /* .right_dots .notify_menu_opt li button {
         text-align: left;
         display: flex;
         align-items: center;
      } */

      .notification_content_section .add_more-panel li p {
         padding-right: 0px;
         padding-left: 10px;
      }

      .bg_notifac .notification_content_section .right_dots .btn:focus {
         box-shadow: none;
      }

      .notify_menu_opt a svg {
         margin-right: 8px;
      }

      .right_dots img.liked_medias {
         height: 50px;
         width: 40px;
         border-radius: 4px;
         object-fit: cover;
      }

      .right_dots .user_video_likes:before {
         content: "";
         background: url('img/play-vd-icon.png');
         width: 15px;
         background-repeat: no-repeat;
         height: 15px;
         position: absolute;
         top: 19px;
         left: 13px;
         background-position: center;
         z-index: 1;
      }

      .right_dots .vd_overlay {
         width: 40px;
         height: 50px;
         background: rgb(0 0 0 / 22%);
         left: 0px !important;
         top: 0px !important;
         border-radius: 4px;
         position: absolute;
      }

      .notification_profile_section .followed-profile:first-child {
         position: relative;
         z-index: 1;
         border-radius: 50%;
         outline: 2px solid white;
         outline-offset: -1px;
      }

      .notification_content_section span img {
         width: 14px;
         vertical-align: baseline;
      }

      .seting_notify .add_more-panel a:hover {
         color: #B37E0C;
      }

      .card-header.fixed {
         background-color: rgba(255, 255, 255, 100%) !important;
         transition: all ease-in-out 0.2s;
         z-index: 9;
         padding: 27px 0px 15px 0px!important;
      }

      .notification_profile .cake-icon {
         width: 25px !important;
         height: 25px !important;
         border-radius: 0px !important;
         margin-top: 9px;
      }

/*-----------------------message box--------------------*/
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.message_edit_more_icon p span {
    padding-left: 12px;
}

.message_edit_more_icon p {
    margin-bottom: 0px;
}

.message_main_section {
    width: 100%;
    max-width: 1440px;
    margin: 100px auto;
}

.message_box {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFF;
}

.message_edit_more_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 45px;
    padding-top: 20px;
}

.search-box-form input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.49);
    opacity: 0.20000000298023224;
}

.right_msgBox {
    border-left: 1px solid #EEE;
    padding: 0 !important;
}

.message_profile_section {
    width: 100%;
    display: flex;
    column-gap: 12px;
    padding: 5px 8px;
    margin-bottom: 30px;
}

.message_profile_content_pera {
    display: flex;
    justify-content: space-between;
}

.message_profile_content {
    width: 100%;
}

.message_profile_content h3 {
    color: #000;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.message_profile_content_pera p {
    margin-bottom: 0;
    color: #4A4A4A;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bg_msg_box {
    border-radius: 10px;
    background: #F3F3F3;
    padding: 25px 8px !important;
}

.message_header_pic p {
    margin-bottom: 0;
}

.message_border_header {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.message_profile_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    align-items: center;
}

.message_header_pic {
    display: flex;
    column-gap: 12px;
}

.dp_profile_txt p {
    color: #6E767D;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dp_profile_txt h3 {
    margin-bottom: 0;
    color: #030303;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.message_chat_main_box {
    width: 100%;
    padding: 50px 15px 0;
}

.message_chat_box {
    width: 100%;
}

.message_chat_box_left {
    width: 50%;
    padding-right: 150px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}

.message_chat_box_left h6 {
    background: #f6f6f6;
    display: inline-flex;
    padding: 10px 14px;
    align-items: center;
    gap: 10px;
    border-radius: 20px 50px 50px 0px;
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.message_cat_box_right {
    width: 50%;
    margin-left: auto;
    padding-left: 150px;
    margin-bottom: 30px;
}

.message_cat_box_right h6 {
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px 30px 0px 30px;
    background: #B37E0C;
    display: inline-flex;
    padding: 10px 36px;
    align-items: center;
    gap: 10px;
}

.message_chat_box_left_profile_txt p {
    color: #6E767D;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5px;
}

.message_cat_box_right_time p {
    padding-top: 5px;
    color: #6E767D;
    text-align: right;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.type_msg_box {
    border: 0px !important;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 18px;
    background: #f8f8f8;
}

.type_msg_box form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type_msg_box form .left {
    width: 100%;
    column-gap: 20px;
}

.type_msg_box form .left .drop-downs {
    width: 100%;
}

.type_msg_box form .left input {
    border-radius: 50px;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 40px;
}

.type_msg_box form ::placeholder {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.20000000298023224;
}

/*=====================================edit profile================================*/
/*body .abou_nav_tabs_form textarea {
    min-height: auto !important;
}*/

/* Switch btn CSS Start */

.gold-switch .custom-switch {
    padding-right: 2.25rem;
}

.gold-switch .custom-control-label {
    color: #909090;
    font-size: 12.8px;
    padding-top: 2px;
}

.enable-wallet .gold-switch .custom-control-label {
    position: revert;
}

.gold-switch .custom-switch .custom-control-label::after {
    left: calc(6rem + 2px);
}

.gold-switch .custom-switch .custom-control-label::before {
    left: 6rem;
}

.gold-switch .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #b37e0c;
    background-color: #b37e0c;
}

.gold-switch .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem #b37e0c25;
}

.gold-switch .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #b37e0c;
}

.gold-switch .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffffff;
    border-color: #adb5bd;
}



/* Switch btn CSS End */

/*---------------business profile-----------------*/

h4.label_business {
    width: 100%;
    padding: 0 15px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 28px;
}

.oppening_banner_togle .toggle_form_btn {
    padding: 0;
}

.oppening_banner_togle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.add_img_bus_profile {
    border-radius: 60px;
    background: #EBEBEB;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business_edit_profile_photo {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3/1;
    background-color: #888888;
}

.business_edit_profile_photo img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 3/1;
}

.bg_overlay {
    position: absolute;
    background: #000;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.5;
    aspect-ratio: 3/1;
}

.add_photo_delete {
    position: absolute;
    top: 40%;
    left: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.add_photo_delete img {
    width: 35px;
    height: 35px;
}

.add_photo_delete .cam_addP {
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: #0f1419bf;
    border-radius: 50px;
}

.add_photo_delete .cam_delete {
    position: absolute;
    top: 0%;
    left: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: #0f1419bf;
    border-radius: 50px;
}

.add_photo_delete .cam_removeP {
    position: absolute;
    top: 40%;
    left: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--------------------avtar--------------*/

.avatar-upload {
    position: relative;
    right: 35px;
    top: -50px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: end;
    align-items: center;
}

.avatar-upload > div{
    position: relative;
}

.avatar-edit {
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 9%;
}

.profile-pic-edit{
    display: flex;
    bottom: 0;
    right: 0;
    top: unset;
    /* transform: translate(-50%, 0px); */
    gap: 4px;
}

.avatar-edit input {
    display: none;
}

.avatar-edit label {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.avatar-edit .upload_photo_main {
    display: inline-block;
    width: 35px;
    /* max-width: 100%; */
    /* height: 100%; */
    background: #0f1419bf;
    border-radius: 50px;
}

.avatar-preview {
    width: 130px;
    height: 130px;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#imagePreview {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.business_edit_profile_tbs3 button.float-end.theme-brown-btn {
    float: unset;
    margin: 25px auto;
}

/*------------edit profile----------*/
.edit_profile_details_sec {
    display: flex;
    width: 100%;
    column-gap: 10px;
    align-items: baseline;
}

/*.member-edit-form .form-group label {
    padding: 0px;
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}*/
/* 27-9-23 */

.notification_profile .rightimg_area {
    width: 30%;
}

.post_btn a {
    background-color: #b68622;
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 12.8px;
    color: #fff;
    display: block;
    text-align: center;
    width: 112px;
    margin-left: auto;
}

.following_btn a {
    background-color: rgba(179, 126, 12, 10%);
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 12.8px;
    color: #b68622;
    display: block;
    text-align: center;
    width: 112px;
    margin-left: auto;
}

.post_btn a:hover {
    color: #fff;
}

.following_btn a:hover {
    color: #b68622;
}

.notification_profile .right_dots.follow_back img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    margin-left: auto;
    margin-right: 0;
}


/* Profile head css */

/*.home-content nav.profile-head {
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    transition: all ease-in-out 0.5s;
}


nav.profile-head #nav-tab {
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #D8D8D8;
}

nav.profile-head {
    margin-bottom: 35px;
    padding-top: 20px;
}

.hometext_center .profile-head .nav-link.active {
    color: #B37E0C;
    font-weight: 500 !important;
    border-color: #B37E0C;
}

.hometext_center .profile-head .nav-link.active {
    background: transparent !important;
}

.profile .profile-head button.nav-link {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    color: #909090;
}

.hometext_center .profile-head .nav-link {
    box-sizing: border-box;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid transparent;
    padding: 0px 25px 5px 25px;
}

.home-content nav.profile-head button {
    background-color: unset !important;
}

.profile-head .nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 15px;
    color: #808080;
}

.home-content nav.profile-head {
    z-index: 9;
}

.home-content nav.profile-head {
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    transition: all ease-in-out 0.5s;
}*/

/* Notifications right panel */
.notifi_rightbox .notification_section {
    width: 100%;
    display: flex;
    align-items: end;
    padding: 20px 20px 10px 20px;
    justify-content: end;
}

.notification_section svg path {
    fill: #B37E0C;
}

.notifi_rightbox .notification_section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    /* margin-top: -5px; */
    align-items: center;
    /* column-gap: 15px; */
    margin-right: 69px;
}

.notifi_rightbox .notification_tabs .nav-tabs {
    border: 0 !important;
    display: flex;
    flex-direction: column;
}

.notifi_rightbox .notification_tabs .nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.notifi_rightbox .notification_tabs .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #191919 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 40px;
    background: #f3f3f3;
    border: 0px !important;
    padding: 5px 16px !important;
}

.notifi_rightbox .notification_tabs .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    border-radius: 40px;
    background: #B37E0C !important;
    color: #ffffff !important;
}

.notifi_rightbox .card.notification_tabs {
    border: 0 !important;
    border-radius: 0 !important;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.notifi_rightbox .card.notification_tabs .card-header {
    background-color: transparent;
    border-bottom: 0 !important;
    border-radius: 0;
    padding: 0;
    margin-bottom: 25px;
}

.notifi_rightbox .bg_notifac {
    border-radius: 10px;
    background: #f6f6f6;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ccc; */
}

.notifi_rightbox .notification_profile_section .followed-profile:first-child {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    outline: 2px solid white;
    outline-offset: -1px;
}


.notifi_rightbox .add_more-panel button span:hover {
    color: #B37E0C;
}

.notifi_rightbox .right_dots img.liked_medias {
    height: 50px;
    width: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.notifi_rightbox .notification_content_section p {
    margin-bottom: 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-right: 0px;
    display: block;
}

.notifi_rightbox .notification_profile_section img {
    border-radius: 100px;
    width: 33px;
    height: 33px;
    object-fit: cover;
}

/* .notifi_taboption .post-option-dropdown {
    font-size: 13px;
    width: 180px;
    height: 32px;
    border: 1px solid #b37e0c;
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
} */
/* .notifi_rightbox .post-option-dropdown ul {
    display: none;
    background-color: white;
    padding: 10px;
    z-index: 1;
    top: 36px;
    position: absolute;
    width: 180px;
    border-radius: 13px;
    box-shadow: 0px 4px 130px 0px rgba(0, 0, 0, 0.09);
} */

/* end */

/* Ablum Section Css Start */
.chat-box-media-content.bg-white {
    max-width: 100% !important;
}

.bl-right {
    max-width: 350px;
    max-width: 350px;
    margin-left: 30px;
    margin-right: 10px;
}

.bl-left {
    max-width: 275px;
    width: 275px;
}

.main.owner-gall img {
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1/1;
}

.album-heading-box p {
    color: #000;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 4px 0 12px 0;
    font-family: var(--segoeFont) !important;
}


.album-heading-box h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin: 0;
}

.album-heading-box a {
/*    color: #000 !important;*/
    font-size: 15px !important;
    font-family: inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.owner-view .nav-head button.nav-link {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    color: #909090;
}

.user-heading {
    margin-bottom: 7px;
}

.owner-view .create-post h3 {
    color: #BABABA;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.pict-gap figure:first-child figcaption {
    height: calc(100% - 4px) !important;
    width: calc(100% - 4px) !important;
    background: rgba(0, 0, 0, .2);
    left: 2px !important;
    top: 2px !important;
    display: flex;
    border-radius: 10px 10px 0 0;
    align-items: end;
    padding: 0 0 3px 5px;
}

.pict-gap figure:last-child figcaption {
    height: calc(100% - 4px) !important;
    width: calc(100% - 4px) !important;
    background: rgba(0, 0, 0, .2);
    left: 2px !important;
    top: 2px !important;
    display: flex;
    /* border-radius: 0 0 10px 10px; */
    align-items: end;
    padding: 0 0 3px 5px;
}

.album-heading-box li a {
    font-weight: 500;
    font-size: 12px !important;
    line-height: 18px;
    color: #b68622;
}

.video-section .chat-box-media-content.bg-white {
    max-width: 100% !important;
}

.chat-box-media-content {
    aspect-ratio: auto;
}

/* Ablum Section Css End */

/* Ablum Section Setting Css Start */

svg.album-dots {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

.album-section-setting .card-image .three-dots-icon {
    position: absolute;
    right: 10px;
    top: 20px;
}

.edit-album-title {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    border: none;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 10px;
}

.edit-album-decs {
    color: #000;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 15px 0 5px;
    border: none;
    resize: none;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 10px;
}

.album-delete-btn {
    background-color: #f3f3f3;
    border-radius: 50px;
    padding: 7px;
}

.your_photo_form .selectbox .styledSelect {
    background-position-y: 16px;
}

.your_photo_form .selectbox .select {
    height: 40px;
}

.your_photo_form .selectbox .styledSelect {
    padding: 9px 10px;
}

.your_photo_form .selectbox .options {
    height: auto;
    padding: 10px 10px 0px 10px;
    top: 40px;
}

.add-more-img {
    background-color: #f2f2f2;
    border-radius: 8px;
    aspect-ratio: 1/1;
    padding: 50px;
}

/*.add-more-img:before {
    content: ' ';
    background: url(../img/add-album.png) no-repeat;
    position: absolute;
    background-size: 100%;
    height: 50px;
    width: 50px;
    right: 70px;
    top: 70px;
    border-radius: 30px;
    opacity: 1;
}*/

/* Ablum Section Setting Css End */


/* Edit Profile Page Css Start */
/*    design tabs css     */


.member-edit-outer {
    /* border: 1px solid #d6d6d6; */
    max-width: 710px;
    border-radius: 20px;
    margin: 0 auto;
    min-height: 900px;
}

.member-edit-tabing .nav-tabs {
    border-bottom: none !important;

    display: flex;
    justify-content: space-between;
}

.member-edit-tabing .nav-tabs .nav-item.show .nav-link,
.member-edit-tabing .nav-tabs .nav-link.active {
    color: #B37E0C !important;
    font-weight: bold;
    background-color: #fff;
    border-color: #B37E0C !important;
}




.member-edit-tabing {
    display: block;
    margin: 28px auto 50px;
    padding: 0 50px;
}

div#myTabContent {
    display: block;
    padding: 0 50px;
}

.member-edit-tabing .nav-tabs .nav-link {
    color: #909090;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.member-edit-tabing .nav-link.active {
    border: 0px solid !important;
    border-bottom: 2px solid #B37E0C !important;
    font-weight: 500 !important;
}

.change-option {
    border: 0;
    display: inline-block;
    max-width: 150px;
    font-size: 13px;
    margin-top: 2px;
    padding: 5px;
}

.change-option:focus {
    box-shadow: none;
}

.member-edit-form .form-group {
    margin-bottom: 20px;
}

.member-edit-form .form-group input,
.member-edit-form .select-domain {
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    color: #000;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 10px 5px;
    height: 35px;
}

.edit-profile-outer {
    margin-top: 43px;
}

.member-edit-form .change-option {
    border: 0;
    display: inline-block;
    max-width: 81px;
    font-size: 12.8px;
    margin-top: 2px;
    padding: 5px;
    appearance: none;
}

.member-edit-form .form-group input:focus,
.member-edit-form .form-group textarea:focus,
.member-edit-form .select-domain:focus {
    box-shadow: 0 0 0 0.5px #B37E0C;
    outline: none;
}

.member-edit-form .form-group input::placeholder,
.member-edit-form .form-group textarea::placeholder {
    color: rgba(0, 0, 0, .5);
}

.member-edit-form .text-muted {
    color: #B9B9B9 !important;
    font-size: 11px;
}

.member-edit-form .head.bl-head h3 {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.member-edit-form .form-group textarea {
    min-height: 124px;
    color: #000;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    resize: none;
    padding: 10px 10px 5px;
    border: 1px solid #D8D8D8;
}

.member-edit-form select#inputcountry,
.member-edit-form select#inputState,
.edit_profile_details_sec select {
    appearance: none;
    background: url('img/select-arrow.png') no-repeat;
    background-size: 11px;
    background-position-x: 93%;
    background-position-y: 12px;
}

.edit_profile_details_sec small select {
    background-image: unset;
}

.select-seraching-for {
    color: #b37e0c !important;
}

/*Edit Profile Page Css End*/

/* Media popup slider Css Start */
#overlay {
    background: rgba(0, 0, 0);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    height: 60%;
    max-height: 350px;
    object-fit: contain;
    padding: 20px;
    width: 100%;
}

#nextButton:hover {
    opacity: 0.7;
}

#nextButton, #prevButton{
    position: relative;
}

#nextButton:before {
    content: '';
    position: absolute;
    background: url(../img/right-arrow-gall3.png) no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
    right: 10vw;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 40px;
    background-color: #FFFFFF90;
    opacity: 1;
}

#prevButton:before {
    content: '';
    position: absolute;
    background: url(../img/left-arrow-gall4.png) no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
    left: 10vw;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 40px;
    background-color: #FFFFFF90;
    opacity: 1;
}

#prevButton:hover {
    opacity: 0.7;
}

#exitButton:before {
    content: '';
    position: absolute;
    background: url(../img/cancel-white.svg) no-repeat;
    height: 25px;
    width: 25px;
    opacity: 1;
    top: 20px;
    right: 20px;
    background-size: 100%;
}

#exitButton:hover {
    opacity: 0.7;
}

#zoomInButton::before {
    content: '';
    position: absolute;
    background: url(../img/zoom-in-line-icon.svg) no-repeat;
    height: 18px;
    width: 18px;
    opacity: 1;
    top: 24px;
    right: 60px;
    background-size: 100%;
}

#zoomOutButton::before {
    content: '';
    position: absolute;
    background: url(../img/zoom-out-line-icon.svg) no-repeat;
    height: 18px;
    width: 18px;
    opacity: 1;
    top: 24px;
    right: 60px;
    background-size: 100%;
}

#zoomInButton::hover,
#zoomOutButton::hover {
    opacity: 0.7;
}

#overlay .zoomed-img{
    max-width: 100%;
    padding: 0;
    max-height: 100%;
    height: 100%;
}

   /* Add this CSS for the dots */
   #overlay #dotsContainer {
        margin-top: 10px;
        position: absolute;
        bottom: 40px;
    }

   #overlay .dot {
       width: 10px;
       height: 10px;
       background: #D6D6D6;
       border-radius: 50%;
       display: inline-block;
       margin: 0 5px;
       cursor: pointer;
   }

   #overlay .dot.active {
        background: radial-gradient(circle at top left, #efde6e, #b88824) !important;
   }

/* Media popup slider Css End */

/* Scroll to top Css Start*/
.scroll-to-top-guid {
    float: right;
}

button.back-to-top {
    padding: 0 !important;
    background: #b68622;
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    bottom: 40px;
    font-size: 0px;
    opacity: 0;
    outline: 0 !important;
    z-index: 99;
    transition: opacity .3s ease-in-out;
    margin-left: -60px;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus
{
outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #ffffff;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 10px auto 0;
    width: 0;
    border-radius: 20px;
    opacity: 0;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    opacity: 1;
}

button.back-to-top::after {
    border-bottom-color: #b68622;
    position: relative;
    top: -17px;
}

button.back-to-top.show {
    display: block;
    background: #b68622;
    color: #00ab6c;
    font-size: 25px;
    height: 30px;
    width: 30px;
    opacity: 1;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    margin-left: -60px;
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/* Scroll to top Css End*/

/* submit-form-details */

/* setting save btn */
.chng_setting_btn a,
.submit_details input,
button.site-outline-btn {
    background: transparent;
    border: 1px solid #B37E0C;
    color: #B37E0C;
    line-height: 12px;
    padding: 6px 16px;
    border-radius: 31px;
    font-weight: 500;
    font-size: 12.8px;
    background-color: #fff;
    display: inline-block;
}

.chng_setting_btn a:hover,
.submit_details input:hover,
button.site-outline-btn:hover {
    color: #fff;
    background-color: #B37E0C;
}

/* help-support and feedback */

/* contact form heading */
.support_header {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 35px;
}

.help_info p span {
    color: #000;
    font-weight: 600;
    font-size: 13.8px;
}

.help_support p,
.tips_content_box p,
.tips_meta_content ul li {
    color: #536471;
    font-size: 12.8px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}

.help_contact_form {
    background-color: #F9F9F9;
    padding: 40px;
    border-radius: 11px;
    margin-top: 20px;
}
.help_support {
    padding: 0 45px;
}

.contact_fillboxes input,
.contact_fillboxes textarea {
    border: 1px solid #D8D8D8;
    padding: 7px 10px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12.8px;
    width: 100%;
    color: #000;
    resize: none;
    height: 40px;
}

/* 
     .contact_fillboxes input::focus {
        border: 1px solid #D8D8D8;
     } */

.category_select .styledSelect {
    appearance: none;
    background: url(../img/gold_arrow_down.png) no-repeat;
    background-size: 11px;
    background-position-x: 98%;
    background-position-y: 16px;
    background-color: #fff;
    padding: 9px 10px;
}

.category_select .select {
    height: 35px;
}

.category_select .options {
    top: 45px;
    height: 174px;
}

.contact_fillboxes input::placeholder,
.contact_fillboxes textarea::placeholder {
    color: #787878;
}

/* file upload */

.contact_file .file {
    position: relative;
    font-size: 12.8px;
    font-weight: 400;
    cursor: pointer;
}

.contact_file .file__input {
    border-radius: 3px;
    margin-bottom: 0.875rem;
    color: #787878;
    padding: 0px 14px;
    border: 2px dashed #e2e6ea;
    border-radius: 5px;
}

.contact_file .file__input--file {
    position: absolute;
    opacity: 0;
    height: 50px;
    width: 100%;
    left: 0;
    cursor: pointer;
}

.contact_file .file__input--label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    height: 50px;
}

.contact_file .file__value:after {
    content: "X";
    cursor: pointer;
}

.contact_file .file__remove {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.contact_file .file__value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 16px 15px;
    background-color: #f2f2f2;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact_file .file__value .file__value--text{
    width: 100%;
    word-wrap: break-word;
}

.stepback_btn {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 24px 12px 15px;
    display: block;
}

.stepback_btn:hover {
    color: #000;
}

.sub_sidebar ul li a {
    padding: 10px 24px 10px 15px;
    font-size: 16px;
    display: flex !important;
    line-height: 22px;
}

/* .sub_sidebar ul li a img {
    width: 22px !important;
} */

/* .sub_sidebar ul li a span {
    font-size: 16px;
} */

/* end */

/* account password */
.acc_password {
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 0px 10px;
}

.pass_verify_box input.enter_password {
    width: 100%;
    color: #787878;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 0px;
}

.pass_verify_box {
    position: relative;
}



