
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }


body {
    background-color: #ECECEC !important
}

.card {
    border-radius: 10px !important;
}

#profil-image img {
    border-radius: 10px;
}

#profil-info-detail br {
    display: none !important
}

#profil-info-detail address div {
    display: block !important;
}

.rounded {
    border-radius: 5px !important;
}

.icon-size-1 {
    font-size: 18px
}

@media only screen and (min-width: 1440px) {
    .btn-profil-container {
        position: absolute !important;
        right: 80px !important;

    }
}

@media only screen and (max-width: 320px) {
    .detail-icon {
        display: none !important;

    }

    .btn-profil-container .btn {
        width: px;
        padding: 3.6px;
    }
}


.text-2-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

#wrap>div>div {
    justify-content: space-around !important;
}

#user-login-view-qr-scanner-container {
    width: 320px;
    /* height: 320px; */
}