/*=========================================*/


/*================General==================*/


/*=========================================*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-button {
    background-color: rgba(255, 255, 255, 0) !important;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0) !important;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

​ html {
    padding-bottom: 8px;
}

body {
    /*font-family: 'Lato', sans-serif;*/
    line-height: 21px;
    /*color: #6d6e71;*/
    font-size: 14px;
    background-color: #f5f5f5;
}

.text-truncate {}

.container {
    max-width: 1100px;
}

.resize-none {
    resize: none;
}

.tooltip-inner {
    font-size: 12px;
    padding: 1px 8px;
}


/*.select-photo .name{
  position: absolute;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    bottom: 0;
    color: #fff;
    line-height: 16px;
    padding: 5px;
    width:100%;
    height: auto;
}*/

.image-cover {
    position: absolute;
    top: 0px;
}

.image-cover:hover {
    background-color: rgba(0, 0, 0, .4);
}

.image-cover .busx-font-close {
    opacity: 0;
    color: #b8b8b9;
    cursor: pointer;
}


/*.image-cover .busx-font-close:before {
    line-height: 19px;
  }*/

.image-cover:hover .busx-font-close {
    opacity: 1;
}

.image-cover .busx-font-close:hover {
    color: rgba(255, 255, 255, .9);
}

.add-photo {
    border: 2px dashed rgba(140, 140, 140, 0.2);
    width: 100px;
    height: 100px;
    color: rgba(140, 140, 140, 0.2);
    cursor: pointer;
    /*position: absolute;*/
    z-index: 5;
    background: #ffffff;
}

.add-photo:hover {
    border: 2px dashed rgba(140, 140, 140, 0.8);
    color: rgba(140, 140, 140, 0.8);
}

@media screen and (max-width: 767px) {
    .select-photo .profile-100,
    .image-cover,
    .add-photo {
        width: 75px;
        height: 75px;
        /* background-color: rgba(0,0,0,.4);*/
    }
    .image-cover .busx-font-close {
        opacity: 1;
        color: rgba(255, 255, 255, .9);
    }
}

.form-control-post {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0px;
    font-size: 14px;
    min-height: 65px;
    color: #333;
}

[contentEditable=true]:empty:before {
    content: attr(data-text);
    color: #8c8c8c;
}

.form-control {
    background: #fff;
    font-size: 14px;
    box-shadow: none;
    border-radius: 2px;
    color: #333;
    /*width: 100% !important;*/
    height: 44px;
    /*     padding: 0px 12px; */
}

.collapsing {
    /*height: auto;
  position: initial;
  transition: height 0s ease;*/
}

.hidden-hover {
    opacity: 0;
}

.hidden-hover:hover {
    opacity: 1;
}

.dropdown.show .hidden-hover {
    opacity: 1;
}

.form-control:focus {
    border-color: #017ACC !important;
    outline-color: #017ACC !important;
    box-shadow: none !important;
}

.form-control:focus+.input-group-addon:not(:first-child) {
    border-color: #017ACC !important;
    outline-color: #017ACC !important;
}

.dropdown-menu {
    font-size: 14px;
}

.input-group-addon {
    padding: 6px 8px;
    font-size: 22px;
    width: 37px !important;
    height: 33px !important;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    margin-right: -1px;
}

.form-control+.input-group-addon {
    margin-left: -1px;
}

.font-default {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/*
h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    color: #070707;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-52 {
    font-size: 52px !important;
}

.font-64 {
    font-size: 64px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.text-no-underline {
    text-decoration: none !important;
}

b,
strong {
    font-weight: 600;
}

.btn,
[role="button"] {
    cursor: pointer;
    height: 32px;
    /*  padding: 5px 16px; */
    font-size: 14px;
    line-height: 18px;
    border: 0;
}

.btn-sm {
    padding: 4px 12px;
    height: 21px !important;
    line-height: 11px;
}

.card {
    margin-bottom: 15px;
    border-width: 0;
}

.card-small {
    max-width: 600px;
    margin: 0 auto;
}

.btn-action {
    font-size: 24px;
    padding: 0px 0px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.btn,
.card {
    border-radius: 1.6px;
}

img.profile-21 {
    width: 21px;
    height: 21px;
}

img.profile-24 {
    width: 24px;
    height: 24px;
}

img.profile-28 {
    width: 28px;
    height: 28px;
}

img.profile-30 {
    width: 30px;
    height: 30px;
}

img.profile-32 {
    width: 32px;
    height: 32px;
}

img.profile-40 {
    width: 40px;
    height: 40px;
}

img.profile-48 {
    width: 48px;
    height: 48px;
}

img.locale-flag {
    width: 35px;
    height: 20px;
}

.profile-90 {
    width: 90px;
    height: 90px;
}

.profile-100 {
    width: 100px;
    height: 100px;
}

.max-90 {
    max-width: 90px;
    max-height: 90px;
}

.img-block li {
    margin: 2px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    width: 33.33%;
}

@media screen and (max-width: 1025px) {
    .img-block li {
        width: 33.3%;
    }
}

.img-block li a .name {
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    bottom: 0;
    color: #fff;
    width: 100%;
    line-height: 16px;
    padding: 3px;
}

.img-block li a .name-full {
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 16px;
    padding: 5px;
    width: 98%;
    height: 100%;
    opacity: 0;
    display: grid;
}

.img-block li:hover a .name-full {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
}

span.busx-font-close.ion-line-height-16:before {
    line-height: 16px !important;
}

.dropdown-menu {
    margin-top: 10px;
    border-radius: 0.1rem;
    line-height: 21px;
}

.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 8px;
    z-index: 10;
}

.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid rgba(0, 0, 0, 0.15);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 6px;
    z-index: 9;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96 !important;
    background-color: transparent;
    cursor: context-menu !important;
}

.float-right .dropdown-menu {
    left: 8px !important;
    /*  transform: translate3d(-160px, 19px, 0px) !important; */
}

.card-action-button .float-right .dropdown-menu {
    transform: translate3d(-47px, 49px, 0px) !important;
    top: -14px !important;
}

button.dropdown-item {
    cursor: pointer !important;
}

@media screen and (max-width: 767px) {
    .card-action-button .float-right .dropdown-menu {
        top: 0 !important;
        left: auto !important;
        right: 0px !important;
        width: 100vw;
        box-shadow: none;
        transform: translate3d(106px, 33px, 0px) !important;
    }
    .card-action-button .float-right .dropdown-menu:before {
        right: 109px;
    }
    .card-action-button .float-right .dropdown-menu:after {
        right: 107px;
    }
}

.float-right .second-line {
    line-height: 18px;
}

ul li {
    list-style: none;
}

.input-group-addon .btn {
    padding-top: 1px !important;
    padding-bottom: 2px !important;
    height: 30px !important;
}

@media screen and (max-width: 767px) {
    .modal-header-second {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    #list_photo .img-block li img {
        height: 26vw !important;
    }
}

.card-body-overflow {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    /* min-height: 100px; */
}


/*==================================================*/


/*====================Nav-bar=======================*/


/*==================================================*/

.menu,
.main-menu {
    height: 44px;
}

.menu .card {
    border-width: 1px;
    padding: 0;
}

.menu .form-control,
.menu .input-group-addon,
.menu .btn,
.menu [role="button"] {
    height: 33px;
}

.menu .nav-link {
    color: #b0b0b0;
}

.menu .nav-link:hover {
    color: #ffffff;
}

.navbar-brand {
    margin-right: 11px;
}

.navbar-brand img {
    width: 90px;
    height: 27.313px;
}

.navbar-search {
    /* max-width: 50%;
      flex-basis: 100%;
      display: none;*/
}


/* for search button*/

.navbar-search {
    position: relative;
    /*height: 44px;*/
}

.navbar-search form[role="search"] {
    min-width: 0px;
    z-index: 0;
}

.navbar-search form[role="search"] button,
.navbar-search form[role="search"] input {
    box-shadow: none;
    outline: none;
}

@media screen and (min-width: 1600px) {
    #list_photo .img-block li img {
        height: 10vw !important;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1599px) {
    #list_photo .img-block li img {
        height: 12vw !important;
    }
}

@media screen and (min-width:767px) and (max-width: 1366px) {
    #list_photo .img-block li img {
        height: 14vw !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar-search form[role="search"] .input-group {
        display: none;
        width: 0px !important;
        border: 0;
        transition: width 5s;
    }
    .navbar-search form[role="search"] .input-group input {
        width: 0px !important;
        transition: width 5s;
    }
    .navbar-search form[role="search"] .input-group-append {
        width: 30px !important;
        border-top-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .navbar-search form[role="search"].active button,
    .navbar-search form[role="search"].active input {
        /*display: table-cell;*/
        opacity: 1;
    }
    .navbar-search form[role="search"].active .input-group {
        display: inline-flex;
        width: 380px !important;
    }
    .navbar-search form[role="search"].active .input-group input {
        width: 340px !important;
    }
    .modal-lists #select_lists {
        max-height: 400px;
        overflow-y: auto;
    }
    /* .modal-edit-post .card-action-button .float-right .dropdown-menu{
		transform: translate3d(-75px, 34px, 0px) !important;
	} */
}

.navbar-search form[role="search"] .input-group-append:hover {
    border-color: #017ACC !important;
    outline-color: #017ACC !important;
    box-shadow: none !important;
    cursor: pointer !important;
}


/**/

#navMyaccount .text-truncate {
    max-width: 100px;
}

.main-menu {
    flex-direction: row !important;
}

.main-menu>.nav-item .nav-link {
    padding: 9px 9px 10px;
    cursor: pointer;
}

.main-menu>.nav-item>.nav-link:hover,
.main-menu>.nav-item.dropdown .dropdown-toggle::after {
    vertical-align: 0;
}

.dropdown-toggle::after {
    margin-top: 6px;
}

.main-menu .nav-link span {
    display: block;
}

.main-menu .menu-block {
    width: 430px;
}

.main-menu #navMyaccount+form .menu-block {
    width: 200px;
}

.main-menu .dropdown-menu {
    position: absolute;
    left: auto;
    right: -0px;
    border: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 1px;
}

.main-menu .dropdown-menu[aria-labelledby="navNotifications"] {
    right: -191px;
}

.main-menu .dropdown-menu[aria-labelledby="navChat"] {
    right: -156px;
}

@media screen and (max-width: 767px) {
    [data-notify-position] {
        /*max-width: 300px;*/
        left: 0px !important;
        right: 0px !important;
    }
    .navbar-brand img {
        width: 75px !important;
    }
}

.main-menu .dropdown-menu .card-header,
.main-menu .dropdown-menu .card-footer,
.main-menu .dropdown-menu .card-body {
    padding: 0;
    background-color: #fff;
    border-radius: unset;
}

.main-menu .dropdown-menu .card-header>div {
    padding: 7px 12px 7px;
    line-height: 16px;
    background-color: #fff;
}

.main-menu .dropdown-menu .card-footer>div {
    padding: 8px 12px 8px;
    line-height: 20px;
}

#navMaaccount-list.dropdown-menu .dropdown-item {
    padding: 4px 24px;
}

.main-menu>.nav-item>.nav-link {
    color: #b0b0b0;
}

.main-menu .card-block {
    padding: 10px 30px 10px 12px;
}


/*

.main-menu .dropdown-menu .dropdown-item{
  padding: 10px 30px 10px 12px;
  line-height: 16px;
  cursor: pointer;

}

.main-menu .dropdown-menu .card{
  margin-bottom: 0;
}



.main-menu .dropdown-menu a.dropdown-item{

}
.main-menu .dropdown-menu li:last-child .dropdown-item{
    border-bottom: none;
  }


.main-menu .dropdown-menu .dropdown-item:hover, .dropdown-item:hover{
  text-decoration: none;
  color:#017ACC;
  background-color: #F5F5F5;
}


*/

form .dropdown-menu:before {
    top: -9px;
}

form .dropdown-menu[aria-labelledby="navNotifications"]:before {
    right: 198px;
}

form .dropdown-menu[aria-labelledby="navChat"]:before {
    right: 161px;
}

form .dropdown-menu[aria-labelledby="navMyaccount"]:before {
    right: 4px;
}

form .dropdown-menu[aria-labelledby="navMyaccount"]:after {
    right: 2px;
}

form .dropdown-menu:after {
    /* content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;*/
    top: -11px;
    /*right: 3px;
    z-index: 9;*/
}

form .dropdown-menu[aria-labelledby="navNotifications"]:after {
    right: 196px;
}

form .dropdown-menu[aria-labelledby="navChat"]:after {
    right: 159px;
}

.badge {
    padding: 4px;
    border-radius: 2px;
    font-weight: normal;
}

.badge-top {
    position: absolute;
    top: 0;
    right: -3px;
    padding: 2px 4px;
    margin-top: -5px;
    font-size: 10px !important;
    line-height: 13px;
}

@media screen and (max-width: 767px) {
    .navbar-search {
        display: none !important;
    }
    .hidden-hover {
        opacity: 1;
    }
    .badge-top {
        font-size: 12px !important;
    }
    html.overflow-dropdown,
    html.overflow-dropdown body {
        overflow: hidden;
        height: 100%;
    }
    .badge-top {
        position: fixed;
        height: auto !important;
        margin-left: 17px !important;
        margin-top: 5px !important;
        padding: 2px 4px 2px;
        line-height: 13px;
        right: auto;
    }
    .card-body-overflow {
        max-height: 100vh;
        padding-bottom: 133px;
    }
    .btn-action+.dropdown-menu {
        top: 0 !important;
        left: auto !important;
        right: -24px !important;
        width: 100vw;
        box-shadow: none;
        transform: translate3d(0px, 21px, 0px) !important;
    }
    .btn-action+.dropdown-menu:before {
        right: 24px;
    }
    .btn-action+.dropdown-menu:after {
        right: 22px;
    }
    /* .main-menu{
    width: 100%
  }
  .main-menu .menu-block{
    width: 100%
  }
  .main-menu > .nav-item {
     width:30%;
    text-align: center;

        line-height: 15px;
  }
  .main-menu > .nav-item > .nav-link{
    padding: 15px 9px 14px;
    color:#ffffff;
  }
  .main-menu .nav-link span:first-child {
    font-size: 26px;
    height: auto;
    max-width: 34px;
    margin: auto;


  }
  .main-menu > .nav-item > .nav-link:hover, .main-menu > .nav-item.dropdown.show > .nav-link, .main-menu > .nav-item.active > .nav-link{
    background-color:#017ACC;
  }
  .main-menu .menu-block, .main-menu #navMyaccount + form .menu-block{
          position: fixed;
    left: 0;
    right: 0px;
    width: 100%;
    padding-top: 0px;
    height: 100%;
    bottom: 0;
    top: 42px;
    border-radius: 0;
  }
  .main-menu .dropdown-menu{
    font-size: 16px;
  }
  .main-menu .dropdown-menu .card{
    border:0;
  }
  .main-menu .dropdown-menu .card-header > div, .main-menu .dropdown-menu .card-footer > div{
        padding: 12px 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu .form-control, .form-search + .input-group-addon{
    height:32px;
  }



 .main-menu .dropdown-menu .card-footer{
      position: fixed;
    bottom: 0;
    width: 100%;
  }
 */
    form .dropdown-menu:before {
        content: none;
    }
    form .dropdown-menu:after {
        content: none;
    }
}


/*end nav-bar*/


/*==================================================*/


/*====================page-content=======================*/


/*==================================================*/

#page-contents {
    margin-top: 44px;
    color: #333;
    line-height: 21px;
}

#timeline-contents {
    margin-top: 44px;
    color: #333;
    line-height: 21px;
}


/*search box*/

.card-search .card-body {
    padding: 30px 20px;
}

.card-search .card-title {
    margin-bottom: 20px;
}

.list-service .card:hover {
    cursor: pointer;
    border: 1px solid #ff9416;
}


/*card post*/

.media {
    display: inline-flex;
}

.anchor-time {
    font-size: 12px;
}

.media-option {
    position: absolute;
    right: 20px;
}

.media-right {
    width: 100%;
    margin-left: 10px;
    padding-right: 0px;
}

.media-right .media-option {
    /* position: unset;
    float: right;
    text-align: right;
    max-width: 130px;*/
}

.text-no-underline.icon:hover .text {
    text-decoration: underline;
}

.card-action .text {
    color: #868e96;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: 0.3rem;
}


/* for submit post block*/

.card-action.card-action-button a.btn {
    padding: 1px 10px 5px;
    height: 49px;
    display: inline-flex;
    align-items: center;
}

.card-action.card-action-button a.btn:hover {}

.card-action.card-action-button a.btn .text {
    vertical-align: 0.2rem;
    margin-right: 0px;
}

.card-action.card-action-button a.btn:hover .text {
    text-decoration: underline;
}

.card-action.card-action-button a.btn:hover .text,
.card-action.card-action-button a.btn:hover {}


/* for submit post blockd*/

.card-comment {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 15px;
}

.card-comment .media {
    margin-bottom: 4px;
}

.card-comment .media-comment-option {
    position: absolute;
    right: 15px;
}

.card-comment-detail {
    padding-left: 42px;
}

.media {
    display: flex;
}

.card-img {
    padding: 10px 0 20px;
}

.carousel-indicators {
    bottom: -31px;
}

.carousel-indicators li {
    cursor: pointer;
    margin: 0 2px;
    height: 6px;
    width: 6px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.carousel-indicators .active {
    background-color: #017ACC;
}

.list-group li:last-child .card-block {
    border-bottom: 0;
}

.list-follow .list-group-item {
    border: 0;
    padding: 8px 20px;
}

.list-follow .list-group-item .media-heading {
    margin: 8px 0 0;
}

.list-follow .list-group-item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.small-badge {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.small-badge-chat {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
}


/*chat page*/

.nav-tab .nav-item .nav-link {
    border-bottom: 2px solid #fff;
    line-height: 14px;
    text-align: center;
    color: #333;
}

.nav-tab .nav-item .nav-link .nav-value {
    margin-top: 4px;
    font-weight: bold;
}

.nav-tab .nav-item .nav-link:active,
.nav-tab .nav-item .nav-link.active,
.nav-tab .nav-item .nav-link:hover {
    border-bottom: 2px solid #017ACC;
}

.nav-tab .nav-item .nav-link:active .nav-value,
.nav-tab .nav-item .nav-link.active .nav-value,
.nav-tab .nav-item .nav-link:hover .nav-value {
    color: #017ACC;
}

.nav-tab .nav-item .nav-link.disabled {
    border-bottom: 2px solid #fff;
}

.card-block {
    padding: 12px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}

.search-icon {
    position: relative;
    right: 25px;
    bottom: 2px;
}

@media screen and (max-width: 767px) {
    .form-search {
        width: 100%;
    }
}


/*Modal*/


/*dropdown in modal*/


/*.btn-action + .dropdown-menu.dropdown-in-modal{
      right: -15px !important;
}
.btn-action + .dropdown-menu.dropdown-in-modal:before{
      right: 12px
}

.btn-action + .dropdown-menu.dropdown-in-modal:after {
    right: 10px;
}*/


/*dropdown in modal*/

.busx-post {
    max-width: 1200px !important;
    margin: 0px auto !important;
    color: #333;
}

.busx-post .modal-content {
    border: none;
}

.card-post {
    position: relative;
    max-height: 535px;
    overflow-y: auto;
    width: 100%;
}

.post-carousel {
    /*height: 670px;*/
}

.post-carousel img {
    max-width: 100%;
    max-height: 670px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.modal .carousel-item.active,
.modal .carousel-item-next,
.modal .carousel-item-prev {
    height: 600px;
}

@media screen and (max-width: 767px) {
    .card-post {
        max-height: none;
    }
}


/*==================================================*/


/*====================page block=======================*/


/*==================================================*/

.busx-nav-bar {
    background: #fff;
    width: 100%;
    /*  position: absolute;
    bottom: 0px; */
    line-height: 20px;
}

.busx-nav-bar .profile-info {
    position: absolute;
    text-align: center;
    padding: 0px 48px;
    top: -122px;
    z-index: 999;
}

.busx-nav-bar .profile-info img.profile-photo {
    width: 150px;
    border-radius: 0%;
    border: 4px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .125);
}

.busx-nav-bar ul.profile-menu {
    margin: 0;
    display: table;
}

.busx-nav-bar .profile-menu li {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

.busx-nav-bar .profile-menu li a:hover {
    /* color: #fff;
    background-color: #017ACC;*/
    /* width: 100%; */
    border-bottom: 2px solid #017ACC;
}

.busx-nav-bar .profile-menu li a.active {
    /*color: #fff;
  background-color: #017ACC;*/
    border-bottom: 2px solid #017ACC;
}

.busx-nav-bar .profile-menu li a {
    color: #333;
    padding: 15px;
    text-decoration: none;
}

a,
a:active,
a:focus {
    outline: none;
}

.busx-nav-bar ul.follow-me {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 2px;
    padding-right: 22px;
}

.busx-nav-bar .follow-me li {
    padding: 6px 2px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.follow-btn.btn-primary {
    width: auto;
    height: inherit;
    background: #017ACC;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    font-weight: 600;
    outline: none;
    padding: 4px 25px;
    cursor: pointer;
}

.busx-nav-bar .follow-me li {
    padding: 6px 2px;
    color: #fff;
}

.navbar-mobile .profile-info img.profile-photo {
    border: 5px solid #fff;
    border-radius: 0;
    margin: auto;
    width: 150px;
}

.busx .mobile-menu ul li a {
    color: #333;
    padding: 10px 8px;
    display: block;
}

.list-inline {
    padding-left: 0;
    /* margin-left: -5px;*/
    list-style: none;
}

.busx .mobile-menu ul li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
}

.busx .mobile-menu ul li a:hover {
    border-bottom: 2px solid #017ACC;
    text-decoration: none;
}

.busx .mobile-menu ul li a.active {
    border-bottom: 2px solid #017ACC;
}

.navbar-mobile {
    /*  bottom: -168px;
    left: 0;
    position: absolute;
    right: 0; */
    text-align: left;
}

.busx .mobile-menu ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.profile-block {
    bottom: 73px;
    left: 0px;
    position: absolute;
}

.profile-link,
.profile-username .alternate_name {
    text-rendering: optimizelegibility;
}

.profile-username .alternate_name {
    float: left;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

.profile-username {
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    line-height: 30px;
    max-width: 275px;
    position: relative;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .navbar-mobile .profile-info img.profile-photo {
        max-width: 120px;
        max-height: 120px;
        border: 2px solid #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .125);
        position: relative;
    }
    .busx {
        padding-top: 0px;
        /*  margin-bottom: 166px; */
    }
    .dropdown-menu .dropdown-item {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    /* .modal li {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
  } */
    button {
        height: 38px !important;
    }
}

@media screen and (max-width: 767px) {
    .busx {
        padding-top: 0px;
        /*  margin-bottom: 166px; */
    }

}

.input-form-control {
	background-color: #f7f7f7;
    height: 40px;
    border: 0px;
}

.input-form-control:focus {
    border-bottom: 2px solid #017ACC !important;
}

.m-search {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 12px;
}

input[type="text"] {
    -webkit-appearance: none;
}

.modal-sm {
    margin: auto !important;
}


.modal-lists li:hover,
.modal-lists .active {
    text-decoration: none !important;
    color: #017ACC !important;
    background-color: #F5F5F5 !important;
    cursor: pointer !important;
}


/*tooltip plugin*/

.tooltipster-fade {
    margin-top: 9px;
}

.tooltipster-sidetip .tooltipster-box {
    flex: none;
    border: 0;
    background: #000;
    /* max-height: 20px;*/
    max-width: 250px;
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 16px;
    padding: 1px 8px;
    font-size: 12px;
    text-align: center;
}


/*.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 3px;
    height: 5px;
    margin-left: -10px;
    width: 18px;
}*/


/*.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #000;
    left: 0;
    top: -5px;
}*/


/*tooltip html template*/

.tooltip_templates {
    display: none;
    text-align: center;
}

.menu-cover-photo {
    color: #c9c9c9 !important;
    position: absolute !important;
    right: 15px !important;
    bottom: 15px !important;
}

.menu-cover-photo:hover {
    color: #fff !important;
}

.menu-cover-photo-mobile {
    position: absolute !important;
    right: 7px !important;
    /* bottom: 10px !important; */
    border-radius: 2px !important;
    top: 159px !important;
}

.menu-cover-photo-mobile button {
    background-color: #ffffff94 !important;
    color: #333 !important;
}


/*==================================================*/


/*====================slidshowr=======================*/


/*==================================================*/

div[data-u="slides"] img {
    max-width: 100% !important;
    max-height: 670px !important;
}

.jssorb072 {
    position: absolute;
    margin-top: 9px;
}

.jssorb072 .i {
    position: absolute;
    cursor: pointer;
    width: 9px !important;
    height: 9px !important;
}

.jssorb072 .i .b {
    fill: #fff;
    fill-opacity: 0.7;
    stroke: #000;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.25;
}

.jssorb072 .iav .b {
    fill: #017ACC;
    fill-opacity: 1;
    stroke: #017ACC;
    stroke-opacity: .35;
}

.jssorb072 .i.idn {
    opacity: .3;
}

.jssora092 {
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 42px;
    color: transparent;
}

.jssora092 .c {
    fill: #000;
    fill-opacity: 0.5;
}

.jssora092 .a {
    fill: #ddd;
}

.busx-slideshow-1:hover .jssora092 {
    opacity: 1;
    color: #fff;
    transition: 0.6s ease;
}

.busx-slideshow:hover .jssora092 {
    opacity: 1;
    color: #fff;
    transition: 0.6s ease;
}

.jssora092.jssora092dn {
    opacity: .5;
}

.jssora092.jssora092ds {
    opacity: .3;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .jssora092 {
        font-size: 42px;
    }
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* modal */

.modal-header {
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.modal-post .modal-dialog {
    max-width: 641.33px;
}

.modal {
    -webkit-overflow-scrolling: touch !important;
}


/* input[type="text"]{
	height: 100% !important;
} */


/* .modal-dialog{
	height: calc(100% + 1px);
}
  */

.close-tab:focus,
.close-tab:hover {
    color: #333333;
    text-decoration: none;
    opacity: .75;
    cursor: pointer;
}

button.close-tab {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: 0 !important;
}

.close-tab {
    float: right;
    font-size: 1.5rem;
    /*   font-weight: bold; */
    line-height: 1;
    /*  color: #000; */
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


/* .close-tab {
    color: #696969;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    line-height: 30px;
    margin-right: 4px;
    height: 35px;
    padding-top: 0;
} */

.modal-content {
    border-radius: 1.6px;
}

.modal-block .modal-dialog {
    top: 15%;
}

.modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
}

.modal-header {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.btn-default:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.btn-default {
    border: solid 1px;
    border-color: #cccccc !important;
}


/* social cover photo */

.busx-cover {
    background-position: top;
    background-size: cover;
    min-height: 230px;
    position: relative;
    background-size: 978px !important;
    background-position-x: 50% !important;
    background-color: #000000 !important;
}

@media screen and (max-width: 767px) {
    .w-sm-100 {
        width: 100% !important;
    }
    .modal .card-img {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .d-sm-none {
        display: none !important;
    }
    #modal_detail.modal-block .modal-dialog {
        top: 0!important;
    }
    .busx-cover {
        min-height: 200px;
        background-size: 978px !important;
        background-position-x: 50% !important;
    }
    .busx-cover #change_cover_photo .dropdown-menu.show {
        display: none !important;
    }
    .comment-post {
        margin-bottom: 90px !important;
    }
    .main-menu .menu-block {
        display: none !important;
    }
    .m2-pt-2 {
        padding-top: 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .h-md-600 {
        height: 600px !important;
    }
    .bg-modal .modal-dialog {
        margin-top: 40px !important;
    }
    #navMaaccount-list.dropdown-menu .dropdown-item {
        line-height: 16px !important;
    }
    .list-account-liked {
        max-height: 450px;
        overflow-y: auto;
    }
    .comment-post {
        margin-bottom: 70px !important;
    }
    /* 	.busx_ticket {
		margin-top: 10vh !important;
	} */
    /* .busx-small{
		font-size: 21px !important;
	} */
}

@media screen and (min-width: 1024px) {
    .busx-cover .dropdown-menu {
        transform: translate3d(811px, 219px, 0px) !important;
    }
}

@media screen and (min-width: 767px) and (max-width:769px) {
    .busx-cover .dropdown-menu {
        transform: translate3d(568px, 219px, 0px) !important;
    }
}


/* .input-group .dropdown-menu.show{
	display: inline-flex !important;
} */


/* .btn-minus, .btn-plus{
	border: 1px !important;
	border-style: solid !important;
}

.btn-minus{
	border-right: 0!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-plus{
	border-left: 0!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
} */

.busx-font-close:hover {
    cursor: pointer;
    font-weight: 500;
}

.btn-send-comment {
    width: 70px !important;
    background-color: #e8e8e8;
    border: 1px solid #ced4da !important;
    cursor: text !important;
    height: 33px !important;
}

.btn-send-comment.active {
    cursor: pointer !important;
    border-color: #017ACC !important;
    background: #017ACC !important;
    color: #fff !important;
}

.btn-send-comment-post {
    width: 70px !important;
    background-color: #e8e8e8;
    border: 1px solid #ced4da !important;
    cursor: text !important;
}

.btn-send-comment-post.active {
    cursor: pointer !important;
    border-color: #017ACC !important;
    background: #017ACC !important;
    color: #fff !important;
}

.btn-send-comment.active:hover,
.btn-send-comment.active:focus,
.btn-send-comment.active:active {
    background-color: #0458b5 !important;
    border-color: #0458b5 !important;
    box-shadow: none !important;
}

.text {
    color: #868e96;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: 0.3rem;
}

.nav-search-tab {
    width: 100% !important;
    background-color: #fff !important;
    position: fixed !important;
    z-index: 999 !important;
}

.nav-search-tab .nav-pills .nav-link {
    border-radius: 0 !important;
}

.mobile-search-page .btn-search-page-mobile {
    height: 32px !important;
}

.mouseover-cover-photo {
    cursor: pointer;
    color: #fff !important;
}


/* #search_trip .input-group-text {
    padding: 0px 10px !important;
}

#search_trip .form-control{
	height: 33px !important;
} */

.modal .input-group input {
    cursor: pointer !important;
}

.privacy {
    padding-top: 5px !important;
    width: 114px;
}


/* .privacy-icon{
	width:100%;
	text-align:right;
} */

.privacy-name {
    vertical-align: 0.2rem;
}


/* .list-comment-post{
	max-height: 400px;
	overflow-y: scroll;
	margin-bottom: 50px;
} */


/* ticket_app*/


/* #search_trip .dropdown-menu:after, #search_trip .dropdown-menu:before {
 content: none !important;
}
.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
#bus-contents {
  margin-top: 67px;
  color: #6d6e71;
  line-height: 21px;
}
label.sale_price {
  width: auto;
}
#class-type-list.wrapper-dropdown-3 .dropdown li i {
	padding: 5px 0px !important;
} */

#list_recommended .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: -1px !important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}


/*box search*/


/* .brackdrop-transparent{
    z-index: -1023;
    width: 100%;
    opacity: 1;
    background-color: #0000009c !important;
    bottom: 0;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    height: 100%;
}	
 */

.img-background {
    height: 50vh !important;
    background-image: url("/apps/resources/assets/img/pexels-photo-258447_crop.png") !important;
}


/*.busx_ticket .card{
	background-color: #ffffffde !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.busx_ticket .nav-tabs .nav-item .nav-link{
	background-color: #017ACC !important;
	color: #ffffff !important;
	border: 0 !important;
    border-top-left-radius: 0.08rem !important;
    border-top-right-radius: 0.08rem !important;
}

.busx_ticket .nav-tabs .nav-item .nav-link.active{
	background-color: #ffffffde !important;
	color: #333333 !important;
}

.busx_ticket .nav-tabs .nav-item a:hover {
    background-color: #dc610d !important;
    color: #ffffff !important;
}

.busx_ticket .nav-tabs .nav-item {
	width: 100px !important;
	margin-bottom: 0px !important;
}

.busx_ticket .nav-tabs {
	border: 0 !important;
}

.busx_ticket .service-circle{
	height:100px; 
	width:100px; 
	background-color: #f7f7f7;    
	border-color: #efefef;
	color:#979A9A ;
}
*/


/* .busx_ticket .service-circle.active, .busx_ticket div.service-circle:hover{ */


/* /* 	border-color: #017ACC !important; */


/* background-color: #017ACC !important; */


/* color: #ffffff !important; */


/* color: #017ACC !important; */


/* cursor: pointer; */


/* } */


/*.busx_ticket .owl-carousel button.owl-dot{
	padding:0 !important;
}
*/

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #017ACC !important;
}

.owl-theme .owl-dots button:focus {
    outline: none !important;
}


/* body .busx_ticket{ */


/* color:#333333 !important; */


/* } */


/* end box search */


/*drawer */

.drawer-hamburger-icon {
    background-color: #fff !important;
}

.drawer-hamburger-icon:before {
    background-color: #fff !important;
}

.drawer-hamburger-icon:after {
    background-color: #fff !important;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0 !important;
}

.drawer button:focus {
    outline: 0px !important;
}

.drawer ul li a:hover,
.drawer ul li a:focus {
    text-decoration: none !important;
}

.m-modal.modal{
	padding-top: 60px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.m-modal .modal-content{
	border-radius: .3rem;
}
