.slambook-main{
    position: relative;
    top: 40px;
    .slambook-wrapper{
        margin: 0 0 30px 0;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 3px 10px $st-boxshadow-secondary;
        padding: 0;
        // padding: 30px 20px;
        .heading {
            position: relative;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            padding: 28px;
            h2 {
                font-size: 20px;
                color: $st-text-primary;
                font-weight: 600;
                margin: 0;
                padding: 0 0 2px 0;
            }
        }
        .contant {
            padding: 28px;
        }
        .nav-tabs {
            .nav-item {
                padding-right: 8px;
                .nav-link {
                    &:hover {
                        background-color: $st-eighth-bg;
                        // color: $st-eighth-bg;
                    }
                    &.active {
                        background-color: $st-primary-bg;
                        color: $st-eighth-bg;
                    }
                    @media #{$small} {
                        padding: 4px;
                      }
                    @media #{$xxsmall} {
                        padding: 2px;
                      }
                    
                }
                &:last-child {
                    padding-right: 0;
                }
            }
        }
        .sidetabs {
            &:hover {
                background: #fbfbfb;
                border: 1px solid $st-seventh-bg;
            }
        }
        .msgSent{
            background: $st-fifth-bg;
            &.sidetabs {
                border: none;
                .sidetabsdata {
                    h5 {
                        color: #fff;
                    }
                    p {
                        color: #fff;
                        svg {
                            color: #fff;
                        }
                    }
                }
                &:hover {
                    background: $st-fifth-bg;
                    border: none;
                }
            }
            .ButtonComponent {
                .socialbtn {
                    border: none;
                }
            }
        }
        .tab-content {
            .sidetabs {
                padding: 20px 10px;
                .sidetabsdata {
                    h5 {
                        padding: 0;
                    }
                }
                .ButtonComponent {
                    .socialbtn {
                        padding: 8px;
                        width: auto;
                        font-size: 14px;
                    }
                }
            }
        }
    }
}
.MuiDialog-container {
    .MuiDialogContent-root {
        .modelform {
            .file-input {
                label {
                    color: #fff;
                    font-size: 16px;
                    font-weight: normal;
                }
            }

            .profileimage {
                position: relative;
                top: 15px;
                .cropimage {
                    width: 100%;
                    height: 100%;
                    border-radius: 8px;
                }
                .close-icon {
                    position: absolute;
                    top: -10px;
                    right: -15px;
                    .btn-primary {
                        background: $st-seventh-bg;
                        border: $st-seventh-bg;
                    }
                }
            }
        }
    }
}