@media (max-width: 768px) {
    .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
        margin-left: 0 !important;
    }
    #sidenav-main{
        display: block !important;
    }
}

.action-icon{
    font-size: 20px;
}

.profile-view{
    object-fit:cover; 
    width: 200px; 
    height:200px; 
    border-radius: 100% !important;
}

.highlighted{
    color: #1b75bb !important;
    /* color: #1b75bb !important; */
}

.highlighted-email{
    color: #5e98e4 !important;
}

.highlighted-phone{
    color: #c55ee4 !important;
}

.highlighted-phone:before {
    content: "(+855) ";
 }

.highlighted-date{
    color: #97989b !important;
}

.highlighted-id{
    color: #e49f5e !important;
}

.highlighted-amount{
    color: #28292b !important;
}
.highlighted-amount::before{
    content: "$ ";
}

.highlighted-code{
    color: #3168ff !important;
}

.title-name{
    font-weight: bold;
    color: #888786;
    font-size: 30px;
}

.user-balance{
    font-weight: bold;
    color: #4d8bb8;
    font-size: 16px;
}

.user-fullname{
    font-weight: bold;
    font-size: 20px;
}

.table-head tr th{
    font-weight: bold !important;
    color: #6a6a6d !important;
    font-size: 12px;
}

.detail-label{
    color: #888786;
    font-size: 14px;
}

.detail-value{
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 500;
}


.detail-image{
    width: 100%; 
    height: 100%; 
    object-fit:cover;
}

.my-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.btn-pending
{
    color: #fff;
    border-color: #f0c906;
    background-color: #fad103;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-pending:hover
{
    color: #fff;
    border-color: #ffd600; 
    background-color: #ffd600;
}

.btn-valid
{
    color: #fff;
    border-color: #5ab3ea;
    background-color: #5ab3ea;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-valid:hover
{
    color: #fff;
    border-color: #5ab3ea; 
    background-color: #5ab3ea;
}

.btn-invalid
{
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-invalid:hover
{
    color: #fff;
    border-color: #fb6340; 
    background-color: #fb6340;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    display: none;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.mask-loader{
    z-index: 98;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    display: none;
}

.card-profile-image-edit
{
    position: absolute;
    left: 50%;

    max-width: 180px;

    transition: all .15s ease; 
    transform: translate(-50%, -30%);

    border-radius: .375rem;
}
 .detail-top-store-title{
    font-weight:bold;
    font-size:30px;
    margin-left:15px;
 }




form.navbar-search div.input-group-prepend{
    position: absolute;
    top:5px;
}
div.input-group input[placeholder='Search...']{
    padding-left:40px  !important;
}