.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 1.2rem;
    color: #83b633;
    cursor: pointer;
    margin-bottom: 0px;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

#openMap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
}

.global-search-icon {
    display: inline-block;
    background-image: url(../images/global-search-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px auto!important;
    width: 20px;
    height: 20px;
    background-position: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.btn.focus, .btn:focus {
    outline:  0;
    box-shadow: none;
}

.dropdown-toggle::after {
   vertical-align: 2px;
}

.icon-info {
    color:  #645b5b;
}

.card-header{
    background-color:  #fff;
    border-bottom:  0px;
}

h1 {
    font: 2.375rem/1.3 ZohoPuviBold,  sans-serif;
}

.apdex_legend_class {
    top: 40px;
    left: 340px;
    z-index: 1;
    position: absolute;
    display: none;
    background-color: #333;
    border-radius: 6px;"
}

@media only screen and (max-width: 768px) {
    .apdex_legend_class {
        top: 275px;
        left: 90px;
        z-index: 1;
        position: absolute;
        display: none;
        background-color: #333;
        border-radius: 6px;"
    }
}


@media(max-width: 767px){
    .navbar-brand-width{
        order:  1;
    }
    .search-hamburger{
        order: 3;
    }
    #navbarNavAltMarkup{
        order: 4;
    }
    .navbar .input-group[class*="col-"] {
        order: 2;
        max-width: 35%;
        flex: 0 0 35%;
    }
    .navbar [class*="col-"] .dropdown-menu {
        min-width: 2rem;
        width: 150px;
        background-color: #f7f7f7;
        left: unset;
        right: 0;
    }
    #listpage-country .dropdown-item {
        font-size: 12px;
    }
}

.availdiv{
    table-layout: fixed;
    display: table;
    width: 100%;
}
.availbut {
    border-radius: 7px;
    display: table-cell;
    text-align: center;
    font-size: 12px;
}
#openMap:focus {
        background-color: #83b633 !important;
}
.tweet_dp {
    display: flex;
    align-items: center;
}
.tweet_dpic {
    border-radius: 50%;
}
.tweet_dp span {
    font-size: 15px;
}
.tweets_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tweets-wrap {
    padding: 15px;
    background-color: white;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.tweets-wrap:hover {
    background-color: #f7f7f7;
}

@media(max-width: 767px) {
    .socialmsgswrap {
        margin-top: 20px;
    }
    .tweet_body {
        max-height: 250px!important;
    }
}

.tweet_body > h5 {
    position: sticky;
    top: 0;
    background: #fff;
}

.tweet_body {
    background-color: white;max-height: 600px;overflow: auto;
}

.loading-skeleton {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 10px;
  animation: loading 1.5s infinite ease-in-out;
}

@keyframes loading {
  0% {
    background-color: #f1f4fb;
  }
  50% {
    background-color: #e7edf7;
  }
  100% {
    background-color: #f1f4fb;
  }
}
