.changePassword {
    // padding-top: 30px;
    padding: 30px;

    .sidebar {
        background: $st-text-ninth;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        display: block;
        box-shadow: 0px 4px 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: 520px;
        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;
                }
            }
        }
    }

    .form {
        margin: 0 0 30px 0;
        background: $st-fourth-bg;
        border-radius: 20px;
        box-shadow: 0px 4px 10px $st-boxshadow-secondary;

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

            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;
                }
            }
        }

        .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: 0px;
                right: 10px;
                svg {
                    color: $st-text-secondary;

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

        .divider {
            height: 1px;
        }
        .prinfo{
            padding: 30px 40px;
        }
        .modelform {
            padding: 30px 40px;

            label {
                font-weight: 500;
                font-size: 14px;
                color: $st-text-primary;
                display: block;
                line-height: 20px;
            }
            .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;
                }
            }
            @media #{$small} {
                padding: 20px;
            }
        }
    }

    .instructions {
        font-size: 0.75rem;
        border-radius: 0.5rem;
        background: $st-text-primary;
        color: $st-text-ninth;
        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: $st-text-ninth;
            }

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

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

            }

            .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: $st-text-ninth;
                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;
}