#main {
    margin-top: 40px;
    padding-bottom: 72px;
}

#main.new_user_main {
    margin-top: 0px;
}

#page_top.page_top_new_user {
    bottom: 90;
}

.nav-tabs {
    top: 48;
    position: fixed;
    z-index: 2;
    height: 48px;
    width: 100%;
    background-color: white;
    padding: 5px;
}

#tabs-border {
    border-bottom: 1px solid black;
}

#tabs-border a {
    height: 43px;
}

#teacher_li i {
    color: rgba(119, 184, 218, 1);
    font-size: 15px;
}

#favorite_li i {
    color: #f4b3c2;
    font-size: 15px;
}
#tabs-border > li.active > a {
    border: 1px solid black;
    border-bottom-color: transparent;
}

.tab-content {
    margin-bottom: 40px;
}

.list-item {
    margin: 5px 0;
    padding: 5px;
    color: #333;
    background: #ffffff;
    border: 2px solid #d2d6de;
    cursor: pointer;
    z-index: 0;
}

.simple-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    border: solid 1px darkgray;
    border-radius: 5px;
    padding: 1px 3px;
}

.with-radius {
    -webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 12px; /* Firefox 1-3.6 */
    border-radius: 12px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.grid-first {
    width: 25%;
}

.grid-second {
    width: 75%;
    position: relative;
}

.apply-label {
    margin-left: 10px;
}

.item-inner-content {
    margin: 0 0 5px 0;
}

.profile-icon {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
}

.profile-icon-img {
    z-index: 3;
    height: 64px;
    width: 64px;
    object-fit: cover;
}

.profile-icon-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    margin: 4px;
    z-index: 4;
}

.profile-teacher-name {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    height: 1.2em; /* 24px */
    overflow: hidden;
}

.item-inner-content-text {
    padding: 0 5px;
    font-size: 10px;
    color: #808080;
}

.item-inner-content-label {
    margin: 0 2px;
    padding: 2px 5px;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    border: #808080 1px solid;
    border-radius: 5px;
}

label.item-inner-content-label.genres {
    margin-top: 1px;
    margin-bottom: 1px;
}

.inline-flex-grid {
    text-overflow: ellipsis;
    width: 100%;
}

.profile-tools {
    text-align: left;
}

.rating-star-disp img {
    width: 10px;
    height: 10px;
}

.append_star_dis img {
    width: 10px;
    height: 10px;
}

.profile-tools-btn {
    text-align: right;
    right: 15px;
    bottom: 0;
    position: absolute;
}

.in-favorite-btn {
    padding: 0px;
    background-color: #fff;
    border-color: #fff;
}

.in-favorite-btn i {
    color: gray;
    font-size: 25px;
}

.out-favorite-btn {
    padding: 0px;
    background-color: #fff;
    border-color: #fff;
}

.out-favorite-btn i {
    color: #f4b3c2;
    font-size: 25px;
}

.list-margin {
    margin: 0px;
}

#page_top {
    bottom: 135;
}

#page_top_search {
    display: block;
    bottom: 80;
}

#guide_to_choose {
    position: fixed;
    bottom: 38px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}

.message-logo-icon {
    width: 46px;
    height: 40px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.return-teacher-index {
    display: flex;
    align-items: center;
}

.return-teacher-index > span {
    margin-left: 10px;
}

.searched-header {
    position: fixed;
    top: 48px;
    right: 0px;
    left: 0px;
    z-index: 200;
    background-color: #eee;
    height: 40px;
}

.searched-body {
    padding: 0px;
}

.searched-grid {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    width: 100%;
}

.searched-tool-left {
    display: inline-block;
}

.searched-tool-right {
    margin-right: 25px;
}

.no-result-alert {
    padding: 6px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    margin-top: 10px;
}

#main {
    overflow: visible;
}

.infinite-scroll {
    overflow: scroll;
    height: 100%;
    padding-bottom: 50px;
}

.tree-search-item {
    display: flex;
}
.tree-search-item > label {
    margin-bottom: 0px;
}

.tree-search-item > label > input[type="checkbox"] {
    margin-top: 5px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#sampleContentB {
    overflow: scroll;
    height: 100%;
    padding-bottom: 40px;
}

.checkbox-inline > span {
    margin-left: 10px;
}

#border-clear {
    border-top: none;
}

.radio_icon {
    width: 25px;
}

.online-img {
    position: relative;
    top: 70px;
    left: 50px;
    z-index: 2;
    /* margin: 4px; */
}
