.settingprivacy {
    padding-top: 30px;
    .sidebar {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        display: block;
        box-shadow: 0px 3px 10px $st-boxshadow-secondary;

        li {
            border-bottom: 1px solid $st-border-primary;
            display: block;
            margin: 0;

            a {
                padding: 15px 25px;
                color: $st-text-secondary !important;
                font-size: 15px;
                font-weight: 400;
                display: block;
                background-color: inherit !important;
                border: 0;

                &:hover {
                    color: $st-text-primary;
                }

                &.active {
                    color: $st-text-primary;
                    font-weight: 700;
                    background-color: inherit !important;
                    border: 0;
                }
            }

            &:last-child {
                border-bottom: none;
            }
        }
    }

    .contant {
        // padding: 30px 40px;
        padding: 30px;
        max-height: 500 px;
        overflow-x: hidden;
        overflow-y: scroll;

        table {
            th {
                font-size: 0.875rem;
                font-weight: 500;
                white-space: nowrap;
                padding: 8px 28px;
                //text-transform: uppercase;
            }

            td {
                font-size: 0.875rem;
                font-weight: normal;
                padding: 8px 27px;
                white-space: nowrap;

                .edit {
                    color: $st-text-third;
                    //float: left;
                    display: inline-block;
                    margin-right: 4px;

                    &:hover {
                        color: $st-text-primary;
                    }
                }
            }

            .delete {
                color: $st-text-fourth;
                // float: right;
                display: inline-block;

                &:hover {
                    color: $st-text-primary;
                }
            }
        }
    }

    .myConnection {
        .rightSec  {
            .secWrapper {
                .secHeader {
                    border-bottom: none;
                    padding: 0;
                }
                .secBody {
                    .viewprofile {
                        .data-info {
                            .userImg {
                                img {
                                    width: 60px;
                                    height: auto;
                                    border-radius: 50%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .form {
        margin: 0 0 30px 0;
        background: $st-eighth-bg;
        border-radius: 20px;
        box-shadow: 0px 3px 10px $st-boxshadow-secondary;

        .heading {
            position: relative;
            border-bottom: 1px solid $st-border-primary;
            padding: 25px 20px;

            h2 {
                font-size: 20px;
                color: $st-text-primary;
                font-weight: 600;
                margin: 0;
                padding: 0 0 2px 0;
            }

            .popupbtn {
                position: absolute;
                border: 1px solid $st-border-primary;
                width: 36px;
                line-height: 32px;
                height: 36px;
                border-radius: 6px;
                top: 24px;
                right: 40px;
                text-align: center;

                svg {
                    float: none;
                    font-size: 20px;
                    margin: 0px auto;
                }

                &:hover {
                    border-color: $st-border-secondary;
                    color: $st-border-secondary !important;
                }
            }
            .downloadbtnWrap{
                .popupbtn {
                    position: absolute;
                    border: 1px solid $st-border-primary;
                    width: 36px;
                    line-height: 32px;
                    height: 36px;
                    border-radius: 6px;
                    top: 24px;
                    right: 20px;
                    text-align: center;
                    &:nth-child(2){
                        top: 24px;
                        right: 110px;
                    }
                    &:nth-child(3){
                        top: 24px;
                        right: 65px;
                    }
                } 
            }
        }

        .input-icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin: 0 0 15px 0;

            a {
                margin: 10px 0 10px 0;
                font-size: 20px;
                display: inline-flex;
                align-items: center;
                font-weight: 400;
                color: #667085;
                position: absolute;
                right: 12px;

                svg {
                    color: #555555;

                    &:hover {
                        color: $st-text-third;
                    }
                }
            }
        }

        .divider {
            height: 1px;
        }

        .modelform {
            padding: 25px 20px;

            label {
                font-weight: 500;
                font-size: 14px;
                color: $st-text-primary;
                display: block;
                line-height: 20px;
            }
            .attachDocument{
                input[type=file] {
                    width: 100%;
                    max-width: 100%;
                    color: #444;
                    padding: 15px;
                    background: #fff;
                    border-radius: 0.375rem;
                    border:1px solid #ced4da;
                    min-height: 90px;
                    &::file-selector-button {
                        width: 60%;
                        margin-right: 20px;
                        border: none;
                        background: #084cdf;
                        padding: 10px 20px;
                        border-radius: 10px;
                        color: #fff;
                        cursor: pointer;
                        transition: background .2s ease-in-out;
                        // display: flex;
                        // flex-direction: row;
                        // justify-content: center;
                        &:hover {
                            background: #0d45a5;
                        }
                    }
                }
                
            }
            
            // .update-button {
            //     margin: 0;
            //     padding: 10px 50px;
            //     background: $st-btn-primary;add-btn

            //     &:hover {
            //         background: $st-btn-fourth;
            //     }
            // }
            // .cancel-button {
            //     margin: 0;
            //     padding: 0 0 0 30px;
            //     background: none;
            //     color: $st-text-secondary;
            //     border: 0;

            //     &:hover {
            //         color: $st-text-third;
            //     }
            // }

            .gender-input {
                display: flow-root;

                span {
                    width: 100%;
                    margin-bottom: .5rem;
                    float: left;
                    font-weight: 500;
                    font-size: 14px;
                    color: $st-text-primary;
                }

                label {
                    float: left;
                    margin: 0 20px 0 0;
                }

                input {
                    height: 20px !important;
                    padding: 0 !important;
                    width: 20px !important;
                    line-height: 20px !important;
                    border-radius: 20px !important;
                    margin: 0 5px 0 0 !important;
                }
            }
            .sameAddress {
                display: flex;
                justify-content: flex-end;
                label {
                    margin-left: 5px;
                    margin-top: 2px;
                    font-weight: 600;
                }
            }
        }
    }

    .instructions {
        font-size: 0.75rem;
        border-radius: 0.5rem;
        background: $st-text-primary;
        color: #fff;
        padding: 0.25rem;
        position: relative;
        bottom: -10px;
    }

    .instructions>svg {
        margin-right: 0.25rem;
    }

    .offscreen {
        position: absolute;
        left: -9999px;
    }

    .hide {
        display: none;
    }

    .valid {
        color: limegreen;
        margin-left: 0.25rem;
    }

    .invalid {
        color: red;
        margin-left: 0.25rem;
    }

    .errmsg {
        background-color: lightpink;
        color: firebrick;
        font-weight: bold;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .line {
        display: inline-block;
    }

    .flexGrow {
        flex-grow: 1;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .bulkUpload {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 0;
        padding-bottom: 30px;

        .dataTables_wrapper {
            .form-control {
                width: auto;
                appearance: auto;
            }

            .dataTables_scrollHead {

                .dataTables_scrollHeadInner {
                    table {
                        &.dataTable {
                            border-collapse: collapse;
                            margin: 15px 0 0 0;
                        }
                    }
                }
            }

            // tbody+thead {
            //     display: none;
            // }
        }

        .bulkUploadData {
            display: flex;
            justify-content: space-between;

            input[type="file"] {
                position: absolute;
                z-index: -1;
                top: 10px;
                left: 8px;
                font-size: 18px;
                color: #b8b8b8;
            }

            .file-input {
                position: relative;
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }

            .plus-icon {
                width: 48px;
                height: 48px;
                line-height: 48px;
                display: block;
                background: #679227;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                color: #fff;
            }

            .ButtonComponent {
                .btn {
                    padding: 6px 30px;

                    &:hover {
                        color: #fff;
                    }
                }

            }

            .button {
                display: inline-block;
                padding: 12px;
                cursor: pointer;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                background-color: #8ebf42;
                font-size: 16px;
                font-weight: normal;
                color: #fff;
                text-align: center;
                position: relative;
                left: 48px;
            }
        }
    }
}

.react-bootstrap-table {
    table {
        table-layout: auto !important;
    }
}

.react-bootstrap-table-pagination {
    .btn-secondary {
        width: 110px;
    }

    .dropdown-menu {
        position: relative;
        z-index: 11111;
        top: 10px;
        width: 110px;
    }
}

.input-icon-eye {
    position: relative;
    display: flex;
    align-items: center;

    a {
        position: absolute;
        right: 8px;

        &:hover {
            color: $st-text-third;
        }
    }
}

.webgrid-table-hidden {
    display: none;
}

.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: #000000;
                                            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;
                }
            }
        }
    }
}

.MuiDialog-container {
    .MuiDialogContent-root {
        .modelform {
            .table-responsive {
                overflow-x:auto!important;
                .react-select__menu{
                    position: relative;
                    z-index: 1;
                }
                @media #{$small} {
                  overflow-x: scroll!important;;
                  } 
            }
            .table {
                font-size: 14px;
                .add-btn, .remove-btn {
                    border: none;
                    background: none;
                    position: relative;
                    top: 5px;
                }
                .add-btn {
                    svg {
                        font-size: 16px;
                        color: $st-text-fifth;
                    }
                }
                .remove-btn {
                    svg {
                        font-size: 16px;
                        color:red;
                    }
                }
                .file-input {
                    margin-bottom: 0;
                    .add-btn {
                        top: 0;
                    }
                }
            }
            .attachDocument {
                .docPreview {
                    border: 2px dotted #ccc;
                    padding:15px;
                    position: relative;
                    svg {
                        color: #da2128;
                        position: absolute;
                        right: 10px;
                        top: 20px;
                    }
                }
            }
        }
    }
}

.sideBarOverflow {
    > div {
      overflow-x: hidden!important;
      //max-height: 330px!important;
    }
}