:root{
    --primary: #ED7D31;
    --secondary: #000000;
    --white: #fff;
    --gray: #707070;
    --lightgray: #EBEBEB;
    --lightgray2: #AEAEAE;
    --black: #000000;
    --bodycolor: #F2F2F2;
    --lightgray3: #E3E3E3;
    --hdgray: #646464;
}


/* Your other CSS styles... */

html {
    scroll-behavior: smooth;
}

.loading_text {
     background: transparent !important;
    display: none;
   
}
.loader-overlay.loading_text .loader-01 {
  
    position: fixed;
    bottom: 9px;
   
}
.loading_text.active {
    display: block;
    
}
.loader-overlay.active{
    display: flex;
}
.loader-01 {
    
    width: 3em;
    z-index: 9999;
    height: 3em;
    color: inherit;
    vertical-align: middle;\
    pointer-events: none;
    border: .2em dotted currentcolor;
    border-radius: 50%;
    animation: 5s loader-01 linear infinite;
}
.loader-overlay {
    display: none;
    top: 0;
    
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    height: calc(100vh - -155px);
    background: rgb(255 255 255 / 74%);
}
.slider-responsive-three .prev-btn-3, .slider-responsive-three .next-btn-3, .slider-responsive .prev-btn-2 ,.slider-responsive .next-btn-2 {
    display: none;
}
@keyframes loader-01 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.prev-btn-3, .next-btn.active{
    display: none !important;
}
.user-profile-detail-area .user-profile {
    width: 20%;
    margin-right: 0;
}
.user-profile-detail-area .user-chat-name {
    width: 76%;
    margin-right: 0;
}

.trade-area img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.dropdown-menu.show {
    display: block !important;
    z-index: 99999;
}
.notify-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.size {
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-left: 6px;
}
.detail-pf img {
    width: 75px !important;
    height: 75px;
    border-radius: 50%;
}
.detail-pf {
    width: 75px !important;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px !important;
}

.pf-area-user-detail {
    width: 75px !important;
    height: 75px;
    border-radius: 50%;
}
.pf-area-user-detail img {
    width: 75px !important;
    height: 75px;
    border-radius: 50%;
}
.search-input i {
    position: absolute;
    right: 14px;
    top: 12px;
}
.banner .btn.btn-light.dropdown-toggle {
    border-radius: 26px;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchbar-first-last {
    width: 17%;
}
.searchbar-middle {
    width: 13%;
}
.banner .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
   
     background-color: #fff !important; 
     border-color: #fff !important; 
}
.dropdown .dropdown-menu{
    display: none;
}
.dropdown.active .dropdown-menu{
    display: block;
}
 .banner       .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            min-width: 200px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        .searchbar-flexarea {
            display : flex;
            flex-wrap : wrap;
            justify-content : space-around;
        }

 .banner       .dropdown-content label {
            display: block;
            padding: 10px;
        }

.banner        .dropdown-content label input[type="checkbox"] {
            margin-right: 10px;
        }

.banner        .dropdown-content.show {
            display: block;
        }


.img-container {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.img-container img {
  max-width: 100px;
  height: auto;
  margin: 5px;
}
img.user-img {
    width: 50px;
    object-fit: cover;
    height: 50px;
    border-radius: 50px;
}
.brdrnone {
    padding: 0 0px !important;
    border-radius: 100% !important;
}
.pf-area-user-detail, .detail-pf{
    width: 18%;
}
.inner-products>div{
    margin-right: 10px;

}
.inner-products>div img{
    border-radius: 7px;
}
.inner-products>div img {
    height: 86px;
    object-fit: cover;
    object-position: top;
}
.img-pf-rounded{
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 100%;
    object-position: center;
}
.pac-container{
    z-index: 99999999999999;
}
.img-container .remove-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* Hide the "Remove" button by default */
}

.img-container:hover .remove-btn {
  display: block; /* Show the "Remove" button when hovering over the container */
}

/* Rest of your CSS styles... */


/* Rest of your CSS styles... */



body {
    font-family: 'Inter', sans-serif;
    background: var(--bodycolor);
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}
*{
    padding: 0;
    margin: 0;
}
/* header Start  */
.header{
    background-color: #fff;
    padding: 20px 20px;
}
.notify-btn-area{
    display: flex;
    align-items: center;
}
.notify-btn-area>div {
    margin-right: 18px;
}
.secondary-btn{
    background-color: var(--secondary);
    border-radius: 4px;
    color: var(--white);
    transition: all 0.5s ease;
    font-size: 17px;
    padding: 0 10px;
    height: 38px;
    font-weight: 500;
    border: 1px solid var(--gray);
}
.secondary-btn:hover{
    background: var(--primary);
}
.primary-btn:hover{
    background: var(--black);
}
.primary-btn.notify-btn-header,
.secondary-btn.notify-btn-header{
    width: unset;
    height: unset;
    padding: 8px 19px;
}
.notify-count{
    width: 20px;
    height: 20px;
    background: #000;
    font-weight: bold !important;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -11px;
    border-radius: 100%;
    align-items: center;
    left: -9px;
    font-size: 10px !important;
    color: #fff !important;
    border: 1px solid #88888847;
}
.primary-btn{
    padding: 0 10px;
    background-color: var(--primary);
    border-radius: 4px;
    color: var(--white);
    height: 38px;
    transition: all 0.5s ease;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid var(--primary);
}
.primary-btn.gray{
    background-color: var(--lightgray);
    border: 1px solid var(--lightgray);
    color: var(--secondary);
}
.notify-btn-area .login, .notify-btn-area span{
    font-size: 15px;
    margin-right: 6px;
    font-weight: 400;
    color: var(--lightgray2);
    text-decoration: none;
}
.secondary-btn.mobile{
    display: none;
}
/* header end  */
/* banner start */
.banner{
    background-color: var(--black);
    padding: 20px 0;
}
.banner .form-select{
    border-radius: 30px;
    height: 41px;
}
.search-area {
    background-color:  var(--white);
    display: flex;
    overflow: hidden;
    height: 42px;
    position: relative;
    border-radius: 30px;
    align-items: center;
}
.search-area .search-input{
    width: 80%;
}
.bg-color-change{
    /* background: #d7d4d4;  */
    padding: 15px 20px;
}
.search-area .search-input input{
    border-radius: 30px;
    border: transparent;
}
.search-area .search-btn {
    background-color: var(--lightgray3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    width: 25%;
    border-radius: 0 30px 30px 0;
    font-size: 19px;
    cursor: pointer;
}
.form-control:focus {
 box-shadow: 0 0 0 0.25rem transparent;
}
.search-area .search-input input::placeholder {
    color: #000 !important;
}
/* banner end */

/* section-costumes  start*/
.section-costumes {
    position: relative;
    height: auto;
    padding: 65px 0;
}
.dropdown.marginset {
    float: right;
}
.marginset .dropdown-toggle {
    border: 0;
    background: transparent;
    padding: 0;
}
.marginset .dropdown-toggle::after{
    display: none;
}
.add-btn {
    padding: 12px 22px;
    border-radius: 10px;
    background-color: var(--white);
    /* box-shadow: 1px 5px 14px #70707040; */
}
.add-btn button {
    font-size: 23px;
    background: transparent;
    border: transparent;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-parent{
    box-shadow: 3px 4px 13px #7070702e;
    padding: 24px;
    border-radius: 9px;
    margin-top: 50px;
}
.user-detail-area{
    display: flex;
    align-items: center;
}
.user-detail-area>div{
    margin-right: 20px;
}
.user-detail-area>div h3, .user-detail-area>div p{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    color: #707070;
}
.product-hd{
    font-size: 26px;
    font-weight: 600;
    color: #707070;
    margin: 0;
}
.locaion-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.locaion-area p{
    margin: 0;
}
.slider ul li{
    margin-right: 10px;
}
.slider{
    position: relative;
}
.slider ul li img {
    width: 100%;
    height: 252px;
    object-fit: contain;
    margin: 0 auto;
}
.main-product img {
    object-fit: contain;
    height: 500px;
}
.main-product {
    display: inline-flex;
}

button.prev-btn.slick-arrow,
button.prev-btn-2.slick-arrow,
button.prev-btn-3.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #C1C1C1;
    border-radius: 100%;
    font-size: 19px;
    color: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    left: -53px;
}
button.prev-btn.slick-arrow:hover,
button.prev-btn-2.slick-arrow:hover,
button.prev-btn-3.slick-arrow:hover,
button.next-btn.slick-arrow:hover,
button.next-btn-2.slick-arrow:hover,
button.next-btn-3.slick-arrow:hover {
    background-color: var(--primary);
}
button.prev-active{
    display: none !important;
}
button.next-btn.slick-arrow,
button.next-btn-2.slick-arrow,
 button.next-btn-3.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #C1C1C1;
    border-radius: 100%;
    font-size: 19px;
    color: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    right: -53px;
}
.section-costumes {
    min-height: calc(100vh - 406px);
}
/* section-costumes end*/


/* footer start */
.footer{
    background-color: #000000;
    padding: 16px 0;
}
.footer p{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.dropdown.mobile{
    display: none;
}
.notification-modal{
    width: 50%;
    height: auto;
   background: rgb(255 255 255 / 43%);
    backdrop-filter: blur( 9px );
    padding: 100px 0;
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 18px #888;
}
.notification-modal.active{
            display: block;
            text-align: center;
}
.notification-modal{
    width: 50%;
    height: auto;
   background: rgb(255 255 255 / 43%);
    backdrop-filter: blur( 9px );
    padding: 100px 0;
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 18px #888;
}
.emailphone-popup{
    width: 50%;
    height: auto;
   background: rgb(255 255 255 / 43%);
    backdrop-filter: blur( 9px );
    padding: 100px 0;
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 18px #888;
}
.notification-modal.active, .emailphone-popup.active{
            display: block;
            text-align: center;
}
.checkbox-popup {
    width: 50%;
    height: auto;
   background: rgb(255 255 255 / 43%);
    backdrop-filter: blur( 9px );
    padding: 20px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    display : none;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 18px #888;
}
.checkbox-popup.active {
    display : block;
}
.checkbox-popup ul{
    list-style : none;
    padding: 0;
    margin : 0;
    display : flex;
    flex-wrap : wrap;
}
.checkbox-popup ul li {
    width: 50%;
    display: flex;
    align-items: center;
    max-width: 30%;
}
.checkbox-popup ul li label {
    cursor: pointer;
    word-break: break-word;
}
.checkbox-popup-title {
    font-size: 30px;
    color : black;
    text-align: center;
    font-weight : 700;
    text-transform: capitalize;
}
button.trade-req-close {
    position: absolute;
    top: -15px;
    right: -23px;
    background: #fff;
    border: transparent;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-weight: 500;
    border-radius: 100%;
    /* padding: 10px; */
    box-shadow: 1px 2px 7px #8888889c;
}
button.trade-info-close {
    position: absolute;
    top: -15px;
    right: -23px;
    background: #fff;
    border: transparent;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-weight: 500;
    border-radius: 100%;
    /* padding: 10px; */
    box-shadow: 1px 2px 7px #8888889c;
}
/* footer end */


/* signin signup start */
a.back-btn {
    position: absolute;
    top: 15px;
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #000;
    left: 14px;
}
.signup-section {
    height: calc(100vh - -67px);
    display: flex;
    align-items: center;
}
.signup-left-side {
    text-align: center;
    background-image: url(../images/bg-signup.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.signup-right-side {
    text-align: center;

}

.file-input-signup {
    position: unset !important;
    margin-bottom: 10px;
    border: 2px solid #8080804d;
    width: 100%;
    color: #999;
    padding: 10px;
    cursor: pointer;
}
.file-input-signup input#file{
    position: relative;
}
.w-96px {
    width: 96px;
}
label.w-85 {
    width: 85%;
    cursor: pointer;
}
/* .file-input-signup input#file::after {
    content: 'Add Profile Pictures';
    position: absolute;
    top: 50%;
    right: 60px;
    background: #f2f2f2;
    padding: 0 13px;
    transform: translate(0%, -50%);
} */
.slogan-para{
        font-size: 13px;
        color: #000;
        margin: 5px 0;
        font-weight: 700;
}
.sign-area-btn button{
        margin-right: 10px;
}
.signup-title-left {
    font-size: 45px;
    color: white;
    text-transform: capitalize;
    font-weight: 900;
}
.signup-title-right {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 900;
}
.signup-para {
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.signin-btn {
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    border: 1px solid #000000;

    color: white;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--primary);
    transition: 0.3s;
}
.signup-btn {
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    background-color: black;
    transition: 0.3s;
}
.signup-btn:hover {
    background-color: #fff;
    color: black;
}
.signin-btn:hover {
    background-color: white;
    color: black;
}
.signup-span {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.text-field {
    position: relative;
    margin: 10px 0 20px 0;
    width: 100%;
}
.text-field  input {
    border: 2px solid #8080804d;
    color: #444;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    width: 100%;
}
.text-field label {
    color: #999;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 0.2s;
}
.text-field input:focus ~ label, .text-field input:valid ~ label {
    top: -10px;
    left: 15px;
    font-size: small;
    color: #444;
    background-color: #fff;
    padding:0 5px 0 5px;
}
.signin-btn-2 {
    color: #000000;
    display: none !important;
}
    .notify-btn-area .login:hover{
        color: #000;
    }
    .footer p strong{
    font-weight: 900;
}
.footer p strong a{
    color: #fff;
}
/* signin signup end */
/* inner pages start */
.form-support {
    max-width: 450px;
    width: 85%;
    position: fixed;
    background: #fff;
    z-index: 9999;
    bottom: 6%;
    right: 32px;
    display: none;
    padding: 27px 30px;
}
.form-support i{
        position: absolute;
    top: 5px;
    right: 7px;
    font-size: 22px;

} 
.form-support.active{
    display: block;
}
.form-support input, .form-support textarea {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 10px;
    height: 40px;
    border: 1px solid #8888883d;
    border-radius: 5px;
    outline: none;
}
.form-support input[type="submit"] {
    padding: 10px 40px;
    width: unset;
    height: unset;
    background: black;
    color: #fff;
    font-weight: bold;
}
button.open-form-support {
    background: #ed7d31;
    padding: 5px 30px;
    border: 1px solid transparent;
    position: fixed;
    bottom: 1%;
    right: 32px;
    color: #fff;
    border-radius: 5px;
}
.form-support textarea{
     height: 120px;
     padding-top: 10px;
}
.inner-products{
    display: flex;
    margin-top: 10px;
    overflow: auto;
    justify-content: start;
}
.inner-products img {
    width: 100px;
    margin-right: 10px;
    height: 100px;
    object-fit: contain;
}
.inner-products img:last-child{
    margin-right: 0;
}
.main-product img{
    width: 100%;
}
.location-area {
    background: #fff;
    border-radius: 22px;
    padding: 10px;
}
.location-area h3 {
    font-size: 17px;
    margin: 0;
    font-weight: 300;
    color: #757575;
}
.product-detail-area .product-hd{
    margin-bottom: 30px;
}
.product-des{
    margin-top: 30px;
}
.product-des h3{
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
}
.product-des p{
    font-size: 15px;
    font-weight: 400;
    color: var(--hdgray);
    margin-bottom: 10px;
}
.main-area-detail{
    padding: 0 30px;
}
.product-pf{
    display: flex;
    align-items: center;
    /* margin-top: 30px; */
    margin: 30px 0;
}
.product-pf>div{
    margin-right: 20px;
}
.product-pf h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}
.product-detail-area{
    padding: 90px 15px;
}
.porduct-modal {
    width: 64%;
    padding: 30px 0 21px 0;
    height: 697px;
    overflow-x: hidden !important;
    overflow: auto;
     /*-webkit-filter: blur(5px);*/
    z-index: 999999;
    position: fixed;
    top: 12%;
    background: rgb(255 255 255 / 43%);
    backdrop-filter: blur( 9px );
    left: 50%;
    transform: translate(-50%, 0px);
}


.modal-main-area.active{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.modal-main-area{
    position: relative;
    display: none;
}
label.fil-upload-area {
    width: 100%;
    text-align: center;
    padding: 22px 0;
    border: 4px dashed #000;
}
.img-area{
    width: 300px;
    height: auto;
    margin: 0px auto 20px auto;
    position: relative;
}
.notification-listing {
  
    min-height: calc(100vh - 363px);
}
label.fil-upload-area input{
    display: none;
}
label.fil-upload-area h3{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}
.product-form .form-control, .product-form .form-select{
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #000;
    box-shadow: 4px 0px 4px #00000070;
}
.product-form  label{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 6px;
}
.product-form textarea{
    width: 100%;
    height: 80px;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.product-form .des-label{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.hide-btn{
    right: 24px;
    position: absolute;
    width: 50px;
    top: 8px;
    z-index: 99999;
    height: 50px;
    font-size: 27px;
    background: #fff;
    border: transparent;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .pf-sec{
    background-image: url(../images/pf-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 235px;
    padding: 110px 0;
    position: relative;
} */

.pf-sec {
    /* background-image: url(../images/pf-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 235px;
    padding: 0px 0;
    position: relative;
}
.pf-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 235px;
    background-color: #f2f2f2;
}

/* .pf-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 235px;
    background-color: #00000052;
} */
.user-pf-area{
    position: relative;
    z-index: 9999;
    text-align : center;
}
/* .bg-gray-area{
    width: 100%;
    height: 61px;
    background-color: #CBCBCB;
    position: absolute;
    top: 0px;
} */
.bg-gray-area {
    width: 100%;
    height: 61px;
    background-color: #CBCBCB;
    position: absolute;
    top: -110px;
}

.user-name-area{
    position: relative;
    z-index: 99;
    margin-top: 70px;
}
.user-name-area h3{
    font-size: 30px;
    margin: 0;
    font-weight: bold;
}
.dropdown.edit-pf {
    position: relative;
    z-index: 999;
    margin-top: 70px;
    text-align: end;
    padding-right: 30px;
}

.btn-update{
    border-radius: var(--bs-border-radius);
    width: 200px;
    height: 40px;
    background-color: var(--primary);
    border: transparent;
    color: #fff;
    z-index: 9999;
}
.open-fields.active{
    opacity: 1;
    height: auto;
}
.open-fields{
    opacity: 0;
    height: 0;
}
/* .section-costumes.edit-pf-sec {
    padding: 110px 0 59px 0;
    position: relative;
} */
.section-costumes.edit-pf-sec {
    padding: 30px 0 59px 0;
    position: relative;
}
.dropdown.edit-pf .dropdown-toggle::after{
    display: none ;
}
.dropdown.edit-pf button{
    background-color: var(--primary);
    border: transparent;
}
.section-notification {
    background-color: var(--white);
    padding: 35px 0;
    box-shadow: 10px 10px 10px #0000000f;
}
/* .notification-listing{
    padding: 40px 0;
    height: calc(100vh - 363px);
} */
.notification-listing {
    padding: 45px 0;
    height: 100% !important;
}
.section-notification h2{
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.notify-area {
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    box-shadow: 10px 10px 10px #0000000f;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.notify-area:hover{
    background-color: var(--primary);
}
.notify-area:hover p,.notify-area:hover  .name-usr::before{
    color: #fff;
}
.notify-area:hover  .name-usr::before{
    background-color: #fff;
}
.notify-img{
    display: flex;
    /* align-items: center; */
}
.notify-img>div:first-child{
    width: 7%;
    margin-right: 10px;
}
.notify-img>div:last-child{
    width: 93%;
}
.notify-area:hover button{
    border: 1px solid #fff;
}
.notify-area:hover button.secondary-btn:hover{
    background-color: var(--white);
    color: #000;
}
.notify-area p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.notify-area .name-usr{
    font-size: 21px;
}

.accept-btn-area{
    display: flex;
    align-items: center;
    justify-content: end;
}
.accept-btn-area button{
    margin-right: 10px;
}
.customer-chat-section{
    padding: 50px 0;
}
.user-list-sidebar{
    height: calc(100vh - 194px);
    background-color: var(--primary);
    overflow: auto;
    padding: 20px;
    border-radius: 10px 0 0 10px;
}
.search-user-area {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    border-radius: 6px;
    padding: 0 18px 0 0;
}

.search-user-area .form-control{
    height: 57px;
    border: transparent;
}
.search-user-area .form-control:focus{
    border-color: transparent !important;
}
.chat-main-area{
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
}
.chat-header {
    background: #fff;
    box-shadow: 1px 10px 10px #0000001f;
    padding: 16px 0  15px 20px;
    z-index: 999;
    position: relative;
}
.search-input{
    width: 95%;
}
.search-user-area i{
    font-size: 20px;
    color: #707070;
}
.users-area{
    padding: 80px 0;
}
.user-msg-detail{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}
.user-msg-detail>div{
    margin-right: 15px;
}
.user-msg-detail h4{
    font-size: 23px;
    font-weight: 600;
    color: var(--white);
    margin: 0;
}
.user-msg-detail p{
    font-size: 12px;
    font-weight: 400;
    color: var(--white);
    margin: 0;
}
.count-msg{
    position: absolute;
    right: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
    top: 16px;
}
.chat-header p{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
}
.mesages-area {
    height: calc(100vh - 353px);
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
    padding: 40px 0px;
}
.send-msg-area{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #E4E4E4;
    padding: 10px 0;
    justify-content: space-between;
}
.send-msg-area .input-text {
    width: 94%;
}
.send-btn-msg{
    width: 6%;
}
.send-msg-area input{
    width: 100%;
    background-color: transparent;
    outline: none;
    border: transparent;
    padding: 0 20px;
    height: 35px;
}
.send-btn-msg button{
    width: 42px;
    height: 42px;
    border-radius: 100%;
}
.mesages-area p{
    font-size: 13px;
    margin: 6px 15px 3px 5px;
    font-weight: 400;
    color: #646464;
}
.receiver-msg {
    width: 100%;
      position: relative;
    height: auto;
    left: 120px;
    padding: 14px 20px 20px 20px;
    border-radius: 6px;
    width: 100%;
    background-color: #EAEAEA;
    max-width: 80%;
}
.receiver-area {
    display: flex;
    position: relative;
    margin-bottom: 50px;
}
.pf-area-receiver {
    width: 15%;
    position: absolute;
    text-align: center;
    bottom: -57px;
    left: 0;
    margin-bottom: 13px;
}
.pf-area-receiver img {
    border-radius: 100%;
}
.receiver-area.sender  .receiver-msg {
    right: -90px;
    left: unset;
    background-color: var(--primary);
}
.receiver-area.sender  .receiver-msg p{
    color: var(--white);
}
.receiver-area.sender  .pf-area-receiver {
    right: -13px;
     left: unset;
}
.close-user-list, .open-user-list{
    display: none;
}
.form-input-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-input-area>div{
    width: 98%;
    margin-right: 15px;
}
.form-input-area input[type=submit]{
    width: 200px;
    height: 40px;
    background-color: var(--primary);
    border: transparent;
    color: #fff;
}
.form-input-area #file-select{
    display: none;
}
.form-input-area .file-label {
    width: 200px;
    height: 40px;
    background-color: var(--primary);
    border: transparent;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pf-card{
    padding: 20px 60px;
}
.pf-card img {
    margin-bottom: 20px;
    height: 253px;
    cursor: pointer;
    object-fit: cover;
    object-position: top;
}
.edit-profile {
    width: 250px;
    height: 40px;
    background-color: var(--primary);
    border: transparent;
    color: #fff;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    cursor: pointer;
}
.edit-profile input#file {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
/* .customer-chat-section.edit-profile-sec {
    padding: 50px 0 100px 0;
} */
.customer-chat-section.edit-profile-sec {
    padding: 108px 0 150px 0;
}
.card.pass-card{
    margin: 20px 0;
    padding: 20px;
}
.show-pf-area{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px auto 20px auto;
}
.primary-btn.upload-file-btn{
    margin: 0 auto;
    display: flex;
    width: 135px;
    align-items: center;
    justify-content: center;
}

.fil-upload-area {
    position: relative;
    display: inline-block;
  }

  .img-area {
    position: relative;
    display: inline-block;
  }
  .img-area .img-fluid.uplaoded-img{
    width: 100%;
  }

  .remove-btn {
    position: absolute;
    top: -29px;
    right: -9px;
    width: 30px;
    border: none;
    padding: 3px 8px;
    cursor: pointer;
    display: none;
    height: 31px;
}

  .fil-upload-area h3 {
    margin: 5px 0;
  }

.show-pf-area .file-label input{
    display: none;
}
.show-pf-area .file-label{
    display: unset;
}
.file-change{
    display: flex;
    justify-content: center;
    margin-right: 0 !important;
}
.card.pass-card label{
    margin-bottom: 10px;
}
.card.pass-card input{
    margin-bottom: 10px;
}
button.primary-btn.remove-btn-pf {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 26px;
    top: 2px;
    display: none;
}
button.primary-btn.remove-btn-pf.active{
    display: block;
}
.name-usr a{
    color: #000;
}
.input-edit-btn {
    display: flex;
}
.input-edit-btn button{
    margin-left: 10px;    
       width: 10%;
}
.input-edit-btn input {
   width: 90%;
   background: #e9ecef;
}
.checkbox-edit{
    display: flex;
}

.checkbox-edit label{
    font-size: 13px;
    margin-left: 5px;
}
.accept-btn-area button {
    height: auto;
    width: unset;
    padding: 10px;
}
.no-data-show {
    height: 200px;
    text-align: center;
    padding: 30px;
    box-shadow: 3px 4px 13px #7070702e;
    border-radius: 9px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trade-area{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.trade-area>div{
    margin-right: 10px;
}
.trade-area h3{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    color: #707070;
}
/* .main-trade-area .primary-btn, .main-trade-area .secondary-btn{
    width: 90px;
} */
.main-trade-area .primary-btn, .main-trade-area .secondary-btn{
    margin-bottom: 20px;
}
.main-trade-area .secondary-btn{
    background-color: transparent;
    color: #000;
}
.reject-w, .chat-w {
    width: auto;
    padding: 5px 9px;
}
.white{
    color: #fff;
}
.phone-w{
    width: 220px;
}
.trad-featue-image {
    width: 95%;
}
.main-trade-area .secondary-btn:hover{
    background-color: transparent;
    color: var(--primary);
}
.main-trade-area .secondary-btn{
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.main-trade-area .primary-btn:hover{
    background-color: transparent;
    color: var(--primary);
}
.main-trade-area .primary-btn:hover a{
    background-color: transparent;
    color: var(--primary);
}
.primary-btn.add-btn{
    background-color: var(--primary);
    border-radius: 5px;
    padding: 0 15px;
}
.user-profile-detail-area {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.user-profile-detail-area img {
    border-radius: 100%;
    height: 55px;
    object-fit: cover;
    border: 3px solid white;
    width: 55px;
}
.user-profile-detail-area>div{
    margin-right: 10px;
}
.user-profile-detail-area h4{
    font-size: 21px;
    margin: 0 0 4px 0;
    color: #fff;
}
.user-profile-detail-area p{
    font-size: 15px;
    margin: 0 ;
    font-weight: 300;
    color: #fff;
}
.user-profile-detail-area p a{
    color: #000;
}

.social-icons-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.social-icon-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    color: black;
    font-size: 20px;
    transition: 0.5s;
}
.social-icon-link:hover {
    background-color : #ED7D31;
    color : white;
}

/* inner pages end */

/* media query */


@media(max-width: 1600px){
    button.open-form-support {
        bottom : 7%;
    }
    .primary-btn.notify-btn-header, .secondary-btn.notify-btn-header {
   
    padding: 6px 15px;
}
.product-hd {
    font-size: 23px;
  
}
.user-detail-area>div h3, .user-detail-area>div p {
    font-size: 18px;
  
}
.logo-img{
    width: 66%;
}
.add-btn button {
    font-size: 20px;
   
}
.search-area .search-input {
    width: 82%;
}
.slogan-para {
    font-size: 9px;
  
}
.search-area, .banner .form-select {
   
    height: 40px;
   
}
.add-btn {
    padding: 9px 18px;
   
}
    section.header .container {
    max-width: 1069px;
    width: 100%;
}
    label.fil-upload-area {
        padding: 25px 0;
    }
    .product-form label{
        font-size: 14px;
    }
    .porduct-modal {
        height: calc(100vh - 67px);
        overflow: auto;
        overflow-x: hidden;
        width: 73%;
       top: 9%;
        padding: 37px 20px;
    }
    .notification-listing {
        height: auto;
    }
    .hide-btn {
        right: 4px;
        top: 2px;
        z-index: 9999999999;
    }
     .bg-gray-area {
    top: -110px;
}
}

@media(max-width: 1414px){
  .bg-gray-area {
    top: -110px;
}
.notify-btn-area>div {
    margin-right: 24px;
}
}

@media (max-width : 1399px) {
    .footer p {
        font-size: 16px;
    }
    .social-icon-link {
        height: 35px;
        width: 35px;
        font-size: 18px;
    }
}

@media(max-width: 1024px){
    .file-input-signup input{
        width: 115px;
        margin-left: 15px;
    }
    .notify-img>div:first-child {
        width: 9%;
        margin-right: 10px;
    }
    .pf-area-receiver {
        width: 15% !important;
        bottom: -47px important;
    }
    .detail-pf {
    width: 65px !important;
    height: 65px;
    border-radius: 50%;
    margin-right: 10px !important;
}
.detail-pf img {
    width: 65px !important;
    height: 65px;
    border-radius: 50%;
}
    .pf-area-user-detail {
    width: 65px !important;
    height: 65px;
    border-radius: 50%;
}
.pf-area-user-detail img {
    width: 65px !important;
    height: 65px;
    border-radius: 50%;
}
    .checkbox-popup-title {
    font-size: 24px;
}
    .img-pf-rounded {
    width: 210px;
    height: 210px;
    border-radius: 100%;
}
    .user-name-area h3 {
    font-size: 26px;
}
    .user-detail-area>div {
    margin-right: 10px;
}

.pf-area-user-detail, .detail-pf {
    width: 22%;
}
    .search-btn i.fa-solid.fa-magnifying-glass {
    font-size: 15px;
}
    .form-control {
    font-size: 0.8rem;
}
    .banner .btn.btn-light.dropdown-toggle {
    font-size: 13px;
}
    label.w-85 {
        width: 79% !important;
        cursor: pointer;
    }
    
    .bg-gray-area {
        top: -91px;
    }
    .reject-w, .chat-w {
        width: auto;
    }
    .phone-w {
        width: 114px;
        padding: 0;
    }
    .pf-sec::after {
        height: 177px;
    }
    .input-edit-btn button {
    width: 15%;
}
    .input-edit-btn input {
    width: 80%;
}
    .user-name-area ,  .dropdown.edit-pf{
        margin-top: 30px;
    }

    .pf-sec {
        background-position: center;
        height: 181px;
        padding: 0 0 39px 0;
    }
    .user-list-sidebar {
        height: calc(100vh - 205px);
    }
    .chat-header{
        display: flex;
        align-items: center;
    }
    .chat-header>div{
        margin-right: 20px;
    }
    .chat-area-user{
        width: 100%;
    }
    button.close-user-list {
        position: relative;
        right: 0;
        top: -18px;
        width: 100%;
        color: #fff;
        text-align: end;
    }
    .close-user-list, .open-user-list {
        display: block;
        background: transparent;
        border: transparent;
        font-size: 26px;
        color: #000;
    }
    .chat-header h3{
        margin-bottom: 0;
    }
    .user-list-sidebar{
        position: absolute;
        width: 300px;
        left: -100%;
        transition: all 0.5s ease;
        z-index: 9999;
    }
    .user-list-sidebar.active{
        left: 0;
    }
    .receiver-area.sender  .receiver-msg {
        right: -116px;
    }
    .receiver-area.sender  .pf-area-receiver {
        right: -30px;
    }
    .primary-btn, .secondary-btn{
        font-size: 13px;
    }
    .checkbox-edit label {
        font-size: 12px;
    }
    .pf-card {
        padding: 20px 0px;
    }
   .notify-btn-area>div {
        margin-right: 18px;
    }
    .notify-btn-area .login, .notify-btn-area span {
        font-size: 12px;
    }

    .product-hd {
        font-size: 23px;
    }
    .user-detail-area>div h3, .user-detail-area>div p {
        font-size: 16px;
    }
    .locaion-area p {
        font-size: 12px;
    }
    .product-detail-area {
        padding: 24px 0px;
    }
    .product-detail-area .product-hd {
        margin-bottom: 20px;
    }
    .product-des {
        margin-top: 14px;
    }
    .product-pf {
        margin: 22px 0;
    }
    .primary-btn.notify-btn-header, .secondary-btn.notify-btn-header {
        padding: 8px 14px;
    }
    .input-edit-btn button {
        padding: 0;
    }
    .checkbox-edit label {
        font-size: 10px;
    }

}

@media(max-width: 991px) {
    .social-icons-area {
        margin-bottom : 10px;
    }
    .footer p {
        text-align: center;
    }
    .res-ordr-1 {
        order : -1;
    }
}

@media(max-width: 768px){
    .notify-area .name-usr {
        font-size: 19px;
    }
    .notify-img>div:last-child {
    width: 100% !important;
}
.notify-img>div:first-child {
    width: 14% !important;
    margin-right: 10px !important;
}
    .receiver-area.sender  .pf-area-receiver {
        right: 0;
        bottom: -14px;
        text-align: center;
        width: 13% !important;
    }
    .pf-area-receiver img {
        border-radius: 100%;
        height: 50px;
        width: 50px;
    }
    .mesages-area p {
        margin: 6px 0px 3px 5px;
    }
    .pf-area-user-detail img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}
.pf-area-user-detail {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}
button.open-form-support {
    bottom: 6.9%;
    right: 10px;
    padding: 5px 10px;
}

    .primary-btn, .secondary-btn {
    font-size: 10px;
}
.notify-count {
    width: 16px;
    height: 16px;
    font-size: 9px !important;
}
.notify-btn-area>div {
    margin-right: 16px;
}
    .checkbox-popup ul li {
    width: 33%;
}
.checkbox-popup-title {
    font-size: 18px;
}
    .product-hd {
    font-size: 18px;
}
    .img-pf-rounded {
    width: 150px;
    height: 150px;
    
    border-radius: 100%;
}
    .user-name-area h3 {
    font-size: 18px;
}
    .user-detail-area>div {
    margin-right: 10px;
}
    .user-detail-area>div h3, .user-detail-area>div p {
        font-size: 17px;
    }
    .pf-area-user-detail, .detail-pf {
        width: 20%;
}
    .emailphone-popup {
        width: 90%;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .emailphone-popup h3 {
        line-height: 36px;
    }
    .phone-w {
        width: 150px;
        padding: 0;
    }
    .form-input-area {
    display: block;
}
.bg-gray-area {
    top: -150px;
}
.search-area {
    margin-bottom: 20px;
    height: 41px;
}
.pf-card {
    padding: 20px 0px;
}
    label.fil-upload-area {
    padding: 17px 0;
}
.location-area {
    height: 42px;
    display: flex;
    align-items: center;
}
.location-area h3 {
    font-size: 13px;
    margin: 0;
}
.product-form .form-control, .product-form .form-select {
    height: 40px;
    margin-bottom: 12px;

}
.pf-area-receiver {
    width: 12%;

    bottom: -62px;
}
.product-form  label {
    font-size: 13px;

}
.hide-btn {
    width: 43px;
    height: 43px;
}
.img-area {
    margin-bottom: 11px;
}
label.fil-upload-area h3 {
    font-size: 17px;
    margin-bottom: 8px;
}
.img-area img{
    width: 15%;
}
    .main-area-detail {
        padding: 0 0px;
    }
    .pf-sec {
        height: 129px;
        padding: 10px 0 210px 0;
    }
    .primary-btn.notify-btn-header, .secondary-btn.notify-btn-header, .secondary-btn.mobile, .dropdown.mobile, button#dropdownMenuButton1 {
        padding: 8px 13px;
    }
    body .uwy.userway_p1 .userway_buttons_wrapper {
    display: none !important;
}
}

@media(max-width: 767px){
    .social-icons-area {
        margin-bottom: 5px;
    }
    .social-icon-link {
        height: 30px;
        width: 30px;
    }
    .primary-btn.upload-file-btn {
        margin: 0 auto;
        display: flex;
        width: 100px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }
    .loader-overlay {
    height: calc(100vh - -176px);
       z-index: 999999999;

}
        .file-input-signup input{
    
        margin-left: -15px;
    }
    .receiver-area {
        display: flex;
        position: relative;
    }
    .pf-area-receiver img {
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .receiver-area.sender  .pf-area-receiver {
        right: -27px;
        bottom: -13px;
    }
    .pf-area-receiver {
        width: 16% !important;
        bottom : -14px !important;
    }
    .receiver-area.sender .receiver-msg {
        right: -26px !important;
        left : unset !important;
    }
    .receiver-area .receiver-msg {
        left: 86px !important;
    }
    .mesages-area p {
        margin: 6px 5px 3px 5px;
    }
    button.open-form-support {
 
    right: 15px;
    padding: 5px 15px;
}
    .pf-area-user-detail {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
    margin-right : 10px !important;
}
.pf-area-user-detail img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
}
.detail-pf img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
}
.detail-pf {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px !important;
}
    .notify-count {
    width: 14px;
    height: 14px;
    font-size: 9px !important;
    left: -6px;
    top: -6px;
}
    .checkbox-popup ul li {
    width: 50%;
}
.checkbox-popup {
    width: 80%;
    height: auto;
    padding: 20px 20px;
}
    .logo-img {
    width: 100%;
}
    .menu-mobile button {
        margin-bottom: 0 !important;
    }
    .max-width-set {
        max-width : unset;
    }
    .slider ul li img {
    width: 100%;
    height: 150px !important;
}
    .signup-checkbox label {
        font-size: 11px;
        margin-left: 10px;
    }
    .signup-checkbox {
        display: flex;
        align-items: center;
    }
    
    .main-trade-area{
        text-align: center;
        margin-bottom: 20px;
    }
    .form-input-area {
        display: block;
    }
    .img-area {
    width: 250px;
}
/*.main-trade-area img {*/
/*    width: 100%;*/
/*}*/
.notification-listing {
    height: auto;
}

.dropdown.edit-pf {

    padding-right: 0px;
}
/*.secondary-btn{*/
/*    height: unset;*/
/*}*/
.img-container .remove-btn {
    height: 30px;
    width: 30px;
    padding: 7px 10px;
}
.location-area {
    margin-bottom: 20px;
}
.notify-img>div:first-child {
    width: 14% !important;
}
    .pf-edit-row{
        flex-direction: column-reverse;
    }
    .customer-chat-section.edit-profile-sec {
        padding: 50px 0 30px 0;
    }
    /*.receiver-msg {*/
    /*    left: 38px;*/
    /*}*/
    .product-detail-area .product-hd{
        text-align: start;
    }

    .customer-chat-section {
        padding: 50px 12px;
    }
    .send-btn-msg {
        width: 10%;
    }
    .send-msg-area .input-text {
        width: 84%;
    }
    .form-select{
        margin-bottom: 20px;
        height: 45px;
    }
    .section-costumes {
        padding: 30px 0;
    }
    /*.user-detail-area{*/
    /*    display: block;*/
    /*    text-align: center;*/
    /*}*/
    .user-detail-area>div{
        margin: 0 0 0 0;
    }
    .user-detail-area>div:last-child{
        margin-bottom: 0;
    }
    .user-detail-area>div h3, .user-detail-area>div p {
        font-size: 16px;
    }
    .locaion-area{
        flex-wrap: wrap;
    }
    .product-hd {
        text-align: start;
        margin-bottom: 12px;
    }
    .locaion-area p {
        margin-bottom: 12px;
    }
    button.prev-btn.slick-arrow, button.prev-btn-2.slick-arrow, button.prev-btn-3.slick-arrow {
        right: -27px;
    }
    button.next-btn.slick-arrow, button.next-btn-2.slick-arrow, button.next-btn-3.slick-arrow {
        left: -27px;
    }
    .slider ul li{
        margin: 0;
    }
    .slider-parent {
        margin-top: 25px;
    }
    .footer p {
        font-size: 13px;
        text-align: center;
    }
    .add-btn {
        padding: 8px 16px;
    }
    .add-btn button {
        font-size: 19px;
    }
    .header {
        padding: 13px 0 13px 0;
    }
    .secondary-btn.mobile, .dropdown.mobile{
        display: block;
    }
    .secondary-btn.desktop, .mobile, .primary-btn.gray.mobile{
        display: none;
    }
    .menu-mobile{
        display: flex;
        justify-content : flex-end;
    }
    .header .dropdown-toggle::after{
        display: none;
    }
    .primary-btn, .secondary-btn {
        padding: 8px 17px;
        width: unset;
        
    }
    .slogan-para {
    font-size: 9px;
   
}
    .users-area {
        padding: 48px 0;
    }
    .send-btn-msg button {
        padding: unset;
    }
    .banner .dropdown{
         width: 100%;
    }
     button#dropdownMenuButton1 {
        width: 100%;
        margin-bottom: 15px; 
        padding: 8px 17px;
        font-size: 13px;
        background: var(--lightgray);
        color: var(--secondary);
        border: 1px solid var(--lightgray);
    }
    .signup-left-side{
        display: none !important;
    }
    .signup-title-right {
        font-size: 25px;
    }
    .signup-section {
        padding: 0 20px;
    }
    .signin-btn-2 {
       display: block !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    }
    button.prev-btn.slick-arrow, button.prev-btn-2.slick-arrow, button.prev-btn-3.slick-arrow,
    button.next-btn.slick-arrow, button.next-btn-2.slick-arrow, button.next-btn-3.slick-arrow {
    display: none !important;
    }
    /*.user-pf-area {*/
    /*    height: 81px;*/
    /*    width: 101px;*/
    /*    margin: 0 auto;*/
    /*}*/
    .user-name-area h3 {
        font-size: 22px;
        text-align: center;
    }
    .bg-gray-area {
        height: 69px;
    }
    .user-name-area {
        margin-top: 20px;
    }
    .dropdown.edit-pf {
        margin-top: 0;
    }
    .notify-area .name-usr {
        font-size: 14px;
    }
    .notify-area {
        padding: 10px 6px 10px 6px;
    }
    .section-notification {
        padding: 24px 0;
    }
    .section-notification h2 {
        font-size: 30px;
    }
    .product-detail-area {
        padding: 18px 0px;
    }
    .main-area-detail {
        padding: 0 0px;
    }
    .primary-btn.notify-btn-header, .secondary-btn.notify-btn-header, .secondary-btn.mobile, .dropdown.mobile, button#dropdownMenuButton1 {
        padding: 4px 8px;
    }
.porduct-modal {
    height: calc(100vh - 110px);
    width: 96%;
    padding: 37px 10px 4px 10px;
    
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgb(255 255 255 / 94%);
}
    .hide-btn {
        right: 0px;
        top: 1px;
        z-index: 9999999999;
    }
}

@media(max-width: 1366px){
    .pf-area-receiver {
    width: 17%;
    bottom: -47px;
}
     .slider ul li img {
    width: 100%;
    height: 202px;
}
    label.w-85 {
        width: 82%;
        cursor: pointer;
    }
    .phone-w {
        width: 165px;
    }
    .input-edit-btn button {
        width: 13%;
    }
.footer p {
    font-size: 14px;
}
.mesages-area {
    padding: 40px 0;
}
.receiver-area.sender  .receiver-msg {
    right: -48px;
 
}
.receiver-area.sender  .pf-area-receiver {
    right: 0;

}
.user-msg-detail h4 {
    font-size: 19px;
}

}

@media(max-width: 768px){
    .pf-area-receiver {
        bottom: -14px;
    }
    .searchbar-first-last {
    width: 30%;
}
    .searchbar-middle {
    width: 30%;
}
    .signup-checkbox label {
        font-size: 11px;
        margin-left: 10px;
    }
    .signup-checkbox {
        display: flex;
        align-items: center;
    }
    label.w-85 {
        width: 68%;
        cursor: pointer;
    }
    .signup-title-left {
    font-size: 35px;
}
.user-msg-detail h4 {
    font-size: 17px;
}
.pf-area-receiver p{
    font-size: 8px;
}

.signup-title-right {
    font-size: 36px;

}
.signup-span {
    font-size: 15px;

}
.signup-right-side {
    padding: 0 20px;
}
.notification-modal{
    width: 90%;
    padding: 50px;
}
}

@media(max-width: 480px){
    .checkbox-popup {
   
    background: rgb(255 255 255 / 94%);
  
}
    .accept-btn-area button {
        padding: 5px 5px;
        font-size: 8px;
    }
    .dropdown.edit-pf button {
        padding: 5px 10px;
        height: unset;
    }
    button.open-form-support {
   
    right: 10px;
    padding: 5px 15px;
    font-size: 12px;
}
    .pf-area-user-detail {
        margin-right : 0 !important;
    }
.form-support {
    max-width: 376px;
width: 100%;
    left: 0;
    
}
    .checkbox-popup ul li {
    width: 50%;
}
button.trade-info-close {
    top: -14px;
    right: -20px;
    height: 30px;
    width: 30px;
}
.checkbox-popup {
    padding: 10px 10px;
}
.checkbox-popup-title {
    font-size: 12px;
}
.checkbox-popup ul li label {
    cursor: pointer;
    font-size: 12px;
}
    .user-detail-area>div h3, .user-detail-area>div p {
    font-size: 14px;
    margin-left : 10px;
}
    .searchbar-first-last {
    width: 48%;
}
.searchbar-middle {
    width: 48%;
}
/*.pf-area-receiver img {*/

/*    width: 31%;*/
/*}*/
.receiver-area.sender  .pf-area-receiver {
    right: 0;
    text-align: center;
    width: 19% !important;
}
.pf-area-receiver{
    text-align: center;
    width : 20% !important;
}
.receiver-msg {
    max-width: 75%;
}
.receiver-area.sender .receiver-msg {
    right: -26px !important;
    left: unset !important;
    max-width: 75%;
}
.mesages-area {
    padding: 40px 12px;
}
}

@media (max-width:414px) {
    button.open-form-support {
   
    right: 10px;
    padding: 5px 10px;
    font-size: 11px;
}
.receiver-area .receiver-msg {
    max-width: 100%;
    left: 0 !important;
}
.pf-area-receiver img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.pf-area-receiver {
    text-align: center;
    width: 40% !important;
    bottom: -47px !important;
    display: flex;
    align-items: center;
}
.receiver-area.sender .receiver-msg {
    right: 0px !important;
    left: unset !important;
    max-width: 100%;
}
.receiver-area.sender .pf-area-receiver {
    right: 0;
    text-align: center;
    width: 30% !important;
}
}

@media(max-width: 375px){
    .notify-img>div:first-child {
        width: 19% !important;
    }
    .receiver-area.sender .pf-area-receiver {
        right: 0;
        text-align: center;
        width: 37% !important;
    }
    button.open-form-support {
    
        right: 5px;
        padding: 5px 5px;
        font-size: 11px;
    }
    notification-listing {
    padding: 30px 0;
}
    .add-btn {
    padding: 8px 16px;
    margin-top: 15px;
}

.dropdown.edit-pf {
    margin-top: 10px;
}
    .searchbar-first-last {
    width: 100%;
}
    .header {
    padding: 13px 0 13px 0;
}
    .pf-area-user-detail, .detail-pf {
    width: 20%;
}
.user-detail-area>div {
    margin: 0;
}

.product-hd {
    text-align: start;
    margin-bottom: 10px;
    font-size : 14px;
}
    /*.chat-w {*/
    /*    width: 64px;*/
    /*}*/
    .signup-title-right {
    font-size: 29px;
}
.phone-w {
    width: 128px;
    padding: 0 0;
}
.signup-checkbox label{
    font-size: 10px;
    margin-left: 10px;
}
.signup-checkbox {
    display: flex;
    align-items: center;
}
.signup-right-side {
    padding: 0 0px;
}
.pf-area-receiver {
    width: 23%;
    position: absolute;
    bottom: -66px;
}
.send-btn-msg {
    width: 14%;
}
.primary-btn.notify-btn-header, .secondary-btn.notify-btn-header, .secondary-btn.mobile, .dropdown.mobile, button#dropdownMenuButton1 {
    padding: 4px 8px;
}
.file-input-signup input#file::after {
    padding: 0 18px;
    font-size: 15px;
}

}




