.photo-profile {
    width: 40%;
    border-radius: 50%;
    margin-bottom: 10%;
    object-fit: cover;
}

.profile-menu a {
    color: #4d4d4d;
    font-size: 14px;
}

.aktif {
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
    border-bottom: .2rem solid #000000a6 !important;
}

.profile-menu li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #00000026;
}

.menu-title h5 {
    padding-bottom: 1.5rem;
    font-family: Poppins-Medium;
}

body {
    padding-bottom: 30px;
    position: relative;
    min-height: 100%;
}

a {
    transition: background 0.2s, color 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #2b2e2f;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#wrapper.toggled #content-wrapper {
    top: 50px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 250px;
    text-align: center;
    padding: 20px 0;
}

.sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.sidebar-nav {
    position: absolute;
    top: 75px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav>li {
    text-indent: 10px;
    line-height: 42px;
}

.sidebar-nav>li a {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    /* font-weight: 600; */
    /* font-size: 18px; */
}

.sidebar-nav>li>a:hover,
.sidebar-nav>li.active>a {
    text-decoration: none;
    color: #2b2e2f;
    background: #eeeeee;
}

.sidebar-nav>li>a i.fa {
    font-size: 18px;
    width: 60px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    /* font-size: 24px; */
    margin-bottom: 0;
    border-radius: 0;
}

#navbar-wrapper .navbar a {
    color: #757575;
}

#navbar-wrapper .navbar a:hover {
    color: #F8BE12;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 60px;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #navbar-wrapper {
        position: absolute;
        width: calc(100% - 250px);
        transition: width .5s ease;
    }
    #wrapper.toggled {
        padding-left: 60px;
    }
    #content-wrapper {
        position: absolute;
        top: 50px;
        width: calc(100% - 250px);
        transition: width .5s ease;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: fixed;
        margin-right: 60px;
        width: calc(100% - 60px);
        transition: width .5s ease;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }
    #sidebar-wrapper {
        width: 60px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #navbar-wrapper {
        position: absolute;
        width: calc(100% - 60px);
        transition: width .5s ease;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #content-wrapper {
        position: absolute;
        top: 50px;
        width: calc(100% - 60px);
        transition: width .5s ease;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: fixed;
        margin-right: 250px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #navbar-wrapper {
        position: absolute;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #content-wrapper {
        position: absolute;
        top: 50px;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: fixed;
        margin-right: 250px;
    }
}


/* stepper */

.step {
    position: relative;
    min-height: 1em;
    color: rgba(128, 128, 128, 0.5);
}

.title {
    line-height: 1.5em;
    font-weight: bold;
}

.caption {
    font-size: 0.8em;
}

.step+.step {
    margin-top: 1.8em
}

.step>div:first-child {
    position: static;
    height: 0;
}

.step>div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}


/* Circle */

.circle {
    background: rgba(128, 128, 128, 0.5);
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}


/* Vertical Line */

.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
}

.step:last-child .circle:after {
    display: none
}

.step.step-active {
    color: #4285f4
}

.step.step-active .circle {
    background-color: #4285f4;
}

.input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #2b2e2f;
    outline: none;
    padding: 9px;
    color: #777777;
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    /* font-family: 'Open Sans', sans-serif; */
}

.input-label {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

.input-placeholder {
    position: absolute;
    top: 9px;
    left: 9px;
    color: #8a8a8a;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    transition: .3s ease;
    cursor: text;
    /* font-weight: 600;
    font-size: 16px; */
}


/* .login-page_input:focus+.login-page_placeholder {
    max-width: 0px;
} */

.input:focus+.input-placeholder {
    max-width: 0px;
}

.input:valid+.input-placeholder {
    max-width: 0px;
}

.button {
    /* position: relative; */
    background-color: #2b2e2f;
    color: white;
    border-radius: 2rem;
    transition: background-color .3s;
    padding: .5rem 1rem;
}

.button:hover {
    /* position: relative; */
    color: #2b2e2f;
    border: 1px solid;
    background-color: white;
}

.button-border {
    /* position: relative; */
    color: #2b2e2f;
    border: 1px solid;
    background-color: white;
    border-radius: 2rem;
    transition: background-color .3s;
    padding: .5rem 1rem;
}

.button-border:hover {
    /* position: relative; */
    background-color: #2b2e2f;
    color: white;
    border-radius: 2rem;
    transition: background-color .3s;
    padding: .5rem 1rem;
}