.serviceRequest {
    .rightSec {
        .secBody {
            .viewprofile {
                margin: 0;
                .contant {
                    background: none;
                    padding: 0;
                    border-radius: 12px;
                    .data-info {
                        li {
                            display: flex;
                            cursor: pointer;
                            .userImg {
                                padding: 0 10px 0 0;
                                margin: 0 10px 0 0;
                                border-right: 1px solid rgba(0, 0, 0, 0.2);
                                display: flex;
                                align-items: center;
                                img {
                                    width: 60px;
                                }
                            }
                            .userInfo {
                                width: 80%;
                                .sec-text-1 {
                                    padding: 0 0 0px 0;
                                    font-weight: 500;
                                    font-size: $st-font16;
                                    margin: 0;
                                    color: $st-text-primary;
                                }
                                .sec-text-2 {
                                    color: $st-text-secondary;
                                    padding: 0;
                                    margin: 0;
                                    font-weight: 400;
                                    line-height: 22px;
                                    font-size: 14px;
                                }
                            }
                            .controll-icon {
                                .dropdown {
                                    .btn-secondary {
                                        background: none;
                                        border: none;
                                        color: $st-text-secondary;
                                    }
                                }
                            }
                            &:last-child {
                                margin: 0;
                            }
                        }
                    }
                    .overlay {
                        height: 100%;
                        // width: 0%;
                        Width: 0%;
                        position: fixed;
                        z-index: 1;
                        top: 0;
                        right: 0;
                        // background-color: rgba(0,0,0, 0.9);
                        overflow-y: hidden;
                        transition: 0.5s;
                  
                        a {
                          padding: 8px;
                          text-decoration: none;
                          font-size: 20px;
                          color: $st-text-third;
                          display: block;
                          transition: 0.3s;
                  
                          &.backBtn {
                            position: absolute;
                            font-size: 20px;
                            top: 15%;
                            right: 5px;
                            z-index: 1;
                          }
                        }
                  
                        .overlay-content {
                          position: relative;
                          top: 9.7%;
                          width: 100%;
                          text-align: center;
                          // margin-top: 30px;
                          .detailsInnerWrap {
                            margin-top: 1.25rem;
                            background: #ffffff;
                            border-radius: 8px 0 0px 8px;
                            width: 100%;
                            .profile-nav {
                                margin: 0;
                                padding: 0;
                                background: #fff;
                                border-radius: 8px 0 0 0;
                                max-height: none;
                                overflow-y: hidden;
                                li {
                                    display: inline-block;
                                    margin: 0;
                                    width: 100%;
                                    position: relative;
                                    a {
                                        padding: 15px 10px;
                                        font-size: 14px;
                                        color: $st-text-primary;
                                        border-top: 0;
                                        display: flex;
                                        align-items: center;
                                        border: none;
                                        transition: 0.3s;
                                        .userImg {
                                            width: 50px;
                                            float: left;
                                            img {
                                                width: 40px;
                                                height: auto;
                                                border-radius: 50%;
                                            }
                                        }
                                        .userInfo {
                                            text-align: left;
                                            .sec-text-1 {
                                                padding: 0 0 0px 0;
                                                font-weight: 500;
                                                font-size: $st-font16;
                                                margin: 0;
                                                color: $st-text-primary;
                                            }
                                            .sec-text-2 {
                                                color: $st-text-secondary;
                                                padding: 0;
                                                margin: 0;
                                                font-weight: 400;
                                                line-height: 22px;
                                                font-size: 14px;
                                            }
                                        }
                                    }
                                    &:last-child {
                                        border-bottom: 1px solid #C5C4C4;
                                    }
                                }
                                @media #{$small} {
                                    display: block;
                                }
                            }
                            .userRequestDetail {
                                padding: 40px;
                                //min-height: 480px;
                                .userReqData {
                                    .form-label {
                                        display: block;
                                        text-align: left;
                                        font-weight: bold;
                                    }
                                    .form-value {
                                        text-align: left;
                                        display: block;
                                    }
                                }
                            }
                            @media #{$small} {
                                border-radius: 0;
                            }
                          }
                        }
                  
                        @media #{$small} {
                          overflow-y: auto;
                        }
                    }
                }
            }
            .buttonWrap {
                .btn-primary {
                    margin: 0 8px 0 0;
                }
                .socialbtn {
                    margin: 0;
                }
            }
        }
    }
}