.personaldetail-wrap{
    background: $st-text-ninth;
    padding: 15px;
    
   .personalinfo{
       a{
           color: #3a5ae9;
       }
       .heading{
           position: relative;
           padding: 25px 20px;
           border-bottom: 1px solid rgba(0, 0, 0, 0.2);
       }
       .profileimage{
           width: 100%;
           height: 100%;
           margin-right: auto;
           margin-left: auto;
           width: 20%;
           img{
            width: 100px;
            height: 100px;
            border-radius: 52px;
           }
           a{
               position: relative;
            //    bottom: 40px;
               bottom: 25px;
               left: 72px;
               svg{
                   font-size: 1rem;
                   color: $st-secondary-bg;
               }
               @media #{$xlarge} {   
                left:66px;
                }
               @media #{$large} {   
                left:66px;
                }
                @media #{$medium} {   
                    left:68px;
                    }
                    @media #{$small} {   
                        left:72px;
                    }
            
           }
       }
       .personaldetails{
           padding: 25px 20px;
           @media #{$small} {   
            padding: 10px 0px;
           }
          
       }
    }
}
.MuiDialog-container {
    .popupheader{
        background: $st-text-ninth !important;
        border-bottom: rgba(0, 0, 0, 0.2);
        border-radius: 12px 12px 0 0;
        h2 {
            svg {
                float: left;
                font-size: 1.5rem;
                margin: 0px 10px 0 0!important;
                height: 50px;
                width: 50px;
                padding: 0px 12px 12px 12px;
                color: $st-text-third;
            }
            button {
                float: right;
                top: 20px !important;
                right: 20px !important;
                border: 1px solid rgba(0, 0, 0, 0.2);
                border-radius: 8px;
                padding: 0;
                svg {
                    margin: 0!important;
                    font-size: 1.25rem;
                    color: #B1B1B1 !important;
                    padding: 10px;
                    width: 40px;
                    height: 40px;
                }
                &:hover {
                    color: $st-text-third !important;
                    border: 1px solid  $st-border-secondary;
                    background: none;
                }
            }
            h2 {
                font-size: 1.25rem;
                color: #334155;
                font-weight: 600;
                margin: 0;
                padding: 0 0 2px 0;
            }
            p {
                font-size: 0.75rem;
                color: #666666;
                font-weight: 400;
                margin: 0;
                padding: 0 0 2px 0;
            }
        }
    }
    .MuiDialogTitle-root {
        padding: 18px 10px;
        .MuiTypography-h6 {
            padding: 0 6px;
            color: $st-text-ninth;
            display: block;
        }
    }
    .MuiDialogContent-root {
        padding: 20px;
        .modelform {
            padding: 10px;
            .upload-input {
                text-align: center;
                padding-top: 20px;
                padding-bottom: 20px;
                input[type="file"] {
                    display: none;
                }
                button {
                    background-color: $st-primary-bg;
                    color: $st-text-ninth;
                    display: inline-block;
                    padding: 8px 30px;
                    font-size: 14px;
                    cursor: pointer;
                    border: 1px solid $st-border-secondary;
                    svg {
                        width: 30px;
                        height: 30px;
                        line-height: 40px;
                        padding: 4px;
                    }
                }
            }
            .profileimage {
                position: relative;
                top: 15px;
                display: block;
                padding: 0 0 0px 0;
                text-align: center;
                .cropimage {
                    width: 120px !important;
                    height: 120px !important;
                    overflow: hidden;
                    border-radius: 50% !important;
                    border: 1px solid rgba(0, 0, 0, 0.2);
                    margin: 0 auto 20px;
                    img {
                        width: 100%;
                        height: auto;
                    }
                    .profilePreview {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
            .button-wrap {
                .ButtonComponent {
                    .btn {
                        background: $st-primary-bg;
                        color: $st-text-ninth;
                        padding: 10px 30px;
                        font-weight: 500;
                        border-radius: 25px;
                        font-size: 18px;
                        min-width: 135px;
                    }
                }
            }
        }
    }
    
}