.card-header{
    margin-left: 206px;
}
div#show_hide_password.input-group>.form-control:not(:last-child) {
    border-radius: 0.25rem;
}
.password_eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: 999;
}

.avatar-item {
    margin-left: 5px
}

.modal-dialog{
    overflow-y: initial !important
}
#top-5-scroll{
    height: 420px;
    overflow-y: auto;
}
#comment_scroll{
    height: 420px;
    overflow-y: auto;
}
#like_scroll{
    height: 420px;
    overflow-y: auto;
}
.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255,255,255,0.8);
}

/* Turn off scrollbar when body element has the loading class */
body.loading{
  overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
  display: block;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}

.spinner-new {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

#map{
    padding: 0;
    margin: 0;
    height: 600px;
    width: 100%;
}
#route_map{
    padding: 0;
    margin: 0;
    height: 400px;
    width: 100%;
}

#delete-button, #delete-all-button {
    margin: 10px;
}

div#show_hide_password.input-group>.form-control:not(:last-child) {
    border-radius: 0.25rem;
}
.rpassword_eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: 999;
}
div#show_hide_cpassword.input-group>.form-control:not(:last-child) {
    border-radius: 0.25rem;
}
.cpassword_eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: 999;
}

.section-header .coupon_back {
    flex: 1;
}

.comment_date a.badge.badge-pill {
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: -5px;
}

.comment_report {
    display: flex;
    width: 100%;
    align-items: center;
}
.media .media-title {
    margin-bottom: 2px;
}

.comment_report .comment_date {
    margin-left: auto;
    padding-right: 80px;
    position: relative;
}

@keyframes sp-anime {
100% { 
  transform: rotate(360deg); 
}
}

