/*fonts*/
@import '~perfect-scrollbar/css/perfect-scrollbar.css';

@font-face {
    font-family: 'averta_cybold';
    src: url('../fonts/averta_cyrillic_bold-webfont.woff2') format('woff2'), url('../fonts/averta_cyrillic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta_cyextrathin';
    src: url('../fonts/averta_cyrillic_extra_thin-webfont.woff2') format('woff2'), url('../fonts/averta_cyrillic_extra_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta_cyextrabold';
    src: url('../fonts/averta_cyrillic_extrabold-webfont.woff2') format('woff2'), url('../fonts/averta_cyrillic_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta_cylight';
    src: url('../fonts/averta_cyrillic_light-webfont.woff2') format('woff2'), url('../fonts/averta_cyrillic_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta_cyregular';
    src: url('../fonts/averta_cyrillic_regular-webfont.woff2') format('woff2'), url('../fonts/averta_cyrillic_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
}

/* body {
    font-size: 14px;
    background: #F1F4F5;
    overflow-x: hidden;
    color: #000;
    font-family: 'averta_cyregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} */

/* .alert,
.brand,
.btn-simple,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
body,
button.close,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td {
    font-family: 'averta_cyregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} */

.btn-pink-gradiant,
.btn-pink-gradiant:hover,
button.btn.btn-pink-gradiant:active {
    background-color: #FF1A85;
    background-image: linear-gradient(90deg, #FF4B2B, #FF1A85);
}

.btn-green {
    background-color: #21A179;
}

.btn-blue {
    background-color: #019EE3;
}

a {
    color: #019EE3;
}

.box-shadow {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.border-all {
    border: 1px solid #d1d1d1
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-60 {
    border-radius: 60px;
}

.font16 {
    font-size: 16px !important;
}


/*banner css start - without login*/

@media (min-width: 1208px) {
  .hero-banner {
    background: #DFEFDF;
    padding: 40px 0;
    margin-top: 110px;
}
}

@media (max-width: 1207px) {
  .hero-banner {
    background: #DFEFDF;
    padding: 40px 0;
    margin-top: 190px;
}
}

.banner-info h1 {
    color: #21A179;
    font-size: 30px;
    font-family: 'averta_cybold';
}

.banner-info p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.btn-custom {
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
}

.banner-info .btn-custom {
    padding: 10px 40px 10px 20px;
}

.btn-custom:hover {
    color: #fff
}

.no-reg-req {
    opacity: 0.5;
}


.discuss-spinner {
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-records-found {
  border: 1px solid black;
    padding: 40px;
    background: #2A176F;
    color: white;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
}

.profile-name-icon {
  color: black !important;
  font-size: 22px !important;
  border-radius: 50% !important;
  margin-right: 0px !important;
}
.profile-description {
  border: 2px solid black;
  padding: 5px;
  margin-top: 15px;
  background: white;
  border-radius: 25px;
}

.seen-tag {
  background: green;
  color: white;
  position: absolute;
  font-size: 10px;
  padding: 1px;
  left: 52px;
}
.hide-seen-tag{
  display: none;
}

.seen-tag:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 7px;
  border-color: green transparent transparent green;
  border-style: solid;
  border-width: 3px;
}


/*trending posts slider*/

.trending-slider {
    display: flex;
}

.slide-story {
    flex: 0 0 120px;
}

.slide-story,
.create-story {
    width: 120px !important;
    height: 162px;
    position: relative;
    margin-right: 10px;
}

.create-story {
    display: flex !important;
    vertical-align: top;
    background: #00C1F9;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: inline-flex;
    border-radius: 10px;
    color: #fff;
}

.create-story img {
    width: auto !important;
    height: auto !important;
    margin: auto;
}

.create-story a {
    color: #fff;
}

.create-story p {
    margin-top: 10px;
}

.slick-arrow {
    background: #fff;
    padding: 7px 9px !important;
    width: 40px;
    height: 40px;
    border: 1px solid #D4D4D4;
    z-index: 9;
    box-shadow: 0 2px 3px #ddd;
    border-radius: 100% !important;
}


/* .trending-slider button.slick-prev.slick-arrow { left: -155px; }
.trending-slider button.slick-next.slick-arrow { right: -10px; } */


/* .trending-slider{ display: inline-block; width: calc(100% - 140px); } */

.slide-story p img {
    width: 16px;
    display: inline-block;
}

.post-info p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.trending-slider .slick-track {
    height: 162px;
    overflow: hidden;
}

.affiliates-partner .trending-slider .slick-track {
  height: 275px;
  overflow: hidden;
}

.slide-story img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.stud-testimonial-story {
    flex: 0 0 120px;
}
.stud-testimonial-story {
    width: 350px !important;
    height: 500px;
    position: relative;
    margin-right: 10px; 
}

.post-info {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.slide-story a {
    color: #fff;
}

.post-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 22px
}

.trending-stories h4 {
    font-size: 14px;
    font-weight: 400
}

.create-post-input {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.profile-icon {
    width: 46px;
    height: 46px;
    margin-right: auto;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    flex: 0 0 46px;
    margin-right: 10px;
}

.profile-icon.profile-img-post img {
    width: 35px;
    height: 35px;
}

.profile-icon img {
    width: 46px;
    height: 46px;
}

.input-info {
    width: 92%;
}

.input-group.flex-nowrap {
    height: 46px;
    background: #F0EFF5;
    border-radius: 10px;
}

.input-group.flex-nowrap .input-group-prepend .input-group-text {
    border: 0 !important;
    font-size: 30px;
    padding-top: 0px;
    background: transparent;
}

.input-group.flex-nowrap input {
    height: 46px;
    background: transparent;
    border: 0;
    color: #000;
    padding-left: 0;
    font-size: 16px;
    line-height: 53px;
    font-family: 'averta_cybold';
}

.input-group.flex-nowrap input:focus {
    outline: none;
    box-shadow: none;
}

.input-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.input-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.input-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.input-info ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.input-info ul li {
    margin-right: 30px !important;
}

.post-box a {
    color: #000;
}

.input-group.flex-nowrap .btn-link {
    font-size: 30px;
    text-decoration: none;
    color: #000;
    height: 40px;
    line-height: 27px;
}

.review-posts {
    background: #fff;
}

.section-header h3 {
    font-size: 20px;
    font-family: 'averta_cybold';
    margin-bottom: 15px;
}

.section-header h3 a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: 'averta_cyregular';
    color: #019EE3;
}

.slick-next:before {
    content: '';
    background: url(../images/arrow-right-black.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    left: 12px;
    top: 13px;
}

.slick-prev:before {
    content: '';
    background: url(../images/arrow-right-black.svg);
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    position: absolute;
    background-repeat: no-repeat;
    right: 12px;
    top: 6px;
}

.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}

button.slick-arrow:hover {
    background: #fff;
}

.profile-name-type h4 {
  /* font-weight: 700; */
  font-family: 'averta_cybold';
  margin: 0;
}

.profile-name-type h5 {
    font-size: 16px;
    margin: 0;
    font-family: 'averta_cybold';
}

.leader-list .profile-name-type h5 {
    font-size: 14px;
}

.custom-footer {
  /* position: absolute;
  bottom: 60px; */
  border-bottom-left-radius: 10px;
  width: 100%;
  border-bottom-right-radius: 10px;
  background: white;
  display: flex;
    flex-direction: column;
}

.post-header {
  padding-bottom: 5px !important;
}
.post-header .profile-icon .icon-char {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time-ago {
  min-width: 85px;
}

.badge.badge-primary {
    background: #019EE3;
}

.tagx.badge.badge-primary {
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'averta_cybold';
    margin-top: 5px;
    height: 22px;
    /* margin-right: 35px; */
    background: #019EE3;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
}

.dropdown.post-options .dropdown-toggle {
    background: transparent;
    border: 0;
    color: #000;
    padding: 0 10px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    margin-top: 2px;
    border-radius: 100%;
    height: 30px;
    padding: 0 13px;
}

.dropdown.post-options .dropdown-toggle:after {
    content: '';
    display: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: #F0EFF5 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.dropdown.post-options .dropdown-toggle img {
    display: inline-block;
    width: 4px;
    vertical-align: unset;
}

.post-desc p,
.post-desc a {
    font-size: 18px;
    color: #000;
    word-break: break-all;
    white-space: pre-wrap;
}

.post-desc a:hover {
    text-decoration: underline;
}

.post-desc .verified-post-tag img {
    width: 23px;
    display: inline-block;
}

.post-desc .verified-post-tag {
    color: #21A179;
    vertical-align: middle;
    margin-bottom: 15px;
    display: block;
}

.post-footer {
    background: #F1F4F5;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 10px;
    width: 100%;
    border-bottom-right-radius: 10px;
}

.post-footer ul li {
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px !important;
}

.post-footer ul li:last-child {
    margin-right: 0 !important;
}

.coin-sm {
    width: 23px;
}

.post-footer ul li .btn {
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
}

.post-footer ul li img {
    margin-top: -4px;
    display: inherit;
    width: 20px;
}

.post-footer ul li img.coin-sm {
    width: 24px;
}

.post-footer ul li a,
.post-footer ul li {
    color: #666;
    font-size: 14px;
    font-weight: 300;
}

.post-options .dropdown-menu {
    padding: 0;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.post-options .dropdown-menu .dropdown-item {
    padding: 6px 15px;
    font-size: 14px;
}

.post-options .dropdown-menu .dropdown-item .fa {
    font-size: 20px;
    vertical-align: middle;
}

span.img-prof img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
}

.profile-icon.profile-img-post {
    width: 35px;
    height: 35px;
    border: 0;
    margin-right: 15px;
    flex: 0 0 35px;
}


.post-verified {
    border-color: #21A179;
}

.post-verified .post-footer {
    border-color: #21A179 !important;
}

.post-short-desc .slick-track {
    display: flex;
}

.post-footer .profile-name-type {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    height: 100%;
}


.upvote-list-item {
    color: #019EE3;
}


/*right sidebar*/

.box-heading h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
}

.box-heading h4 a {
    color: #000;
    display: block;
}

.box-heading img {
    margin-top: -5px;
}

.leader-board-tabs .nav-pills .nav-link {
    color: #666;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
}

.leader-board-tabs .nav-pills .nav-link.active,
.leader-board-tabs .nav-pills .show>.nav-link {
    color: #666;
    background-color: #F0EFF5;
    border-radius: 10px !important;
    border: 0;
}

.leader-list {
    margin: 8px 0;
    position: relative;
}

.leader-list h5 {
    color: #000;
    font-weight: 600;
    font-family: 'averta_cyregular';
}

.view-all-footer {
    position: relative;
}

.view-all-footer a {
    color: #019EE3;
}

.badge-icon {
    margin-right: 10px;
}

.badge-icon .img-prof img {
    width: 100%;
    height: 45px;
}

.badge-info-box h5 {
    color: #019EE3;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}


.badge-info-box {
    width: calc(100% - 50px);
}

.badge-info-box p {
    color: #666;
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 0;
}

.post-short-desc .profile-name-type,
.post-featured .profile-name-type {
    width: calc(100% - 180px);
}

.slick-slide .dropdown-item img {
    display: inline-block;
}

.slide-story p img {
    width: 16px;
    display: inline-block;
}

.post-info p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*fixed nav*/

section.footer-mobile-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
}

.footer-mobile-menu ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.footer-mobile-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-mobile-menu ul li a {
    padding: 9px 0;
    color: #000;
    display: block;
    font-size: 12px;
    font-family: 'averta_cyregular';
}

.footer-mobile-menu ul li img,
.footer-mobile-menu ul li span {
    display: block;
    margin: auto;
}

.menu-icon {
    background: url(../images/footer-icon.png);
    width: 30px;
    height: 30px;
}

span.menu-icon.icon-posts {
    background-position: -103px -6px;
}

span.menu-icon.icon-home {
    background-position: -27px -6px;
}

span.menu-icon.icon-create-post {
    width: 60px;
    height: 50px;
    margin-top: -30px;
    background-position: -160px -100px;
}

span.menu-icon.icon-notifications {
    background-position: -248px -6px;
}

span.menu-icon.icon-challanges {
    background-position: -324px -6px;
}

li.list-item-inline.menu-post-create a {
    color: #FF384D;
}

li.list-item-inline.active a {
    color: #019EE3;
}

li.list-item-inline.active span.menu-icon.icon-home {
    background-position: -27px -46px;
}

li.list-item-inline.active span.menu-icon.icon-posts {
    background-position: -102px -46px;
}

li.list-item-inline.active span.menu-icon.icon-notifications {
    background-position: -248px -46px;
}

li.list-item-inline.active span.menu-icon.icon-challanges {
    background-position: -327px -46px;
}

.trending-slider .slick-track {
    height: 162px;
    overflow: hidden;
}

.slide-story img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}


/**/

.top-nav-admin span.menu-icon-top {
    background: url(../images/footer-icon.png);
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
}

span.menu-icon-top.challanges {
    background-position: 88px 1px;
}

.top-nav-admin ul.navbar-nav li {
    display: inline;
}


/* ul.navbar-nav { display: block }   */

.top-nav-admin ul {
    display: block;
    margin-bottom: 0;
}

.top-nav-admin ul li {
    display: inline-block;
    vertical-align: middle;
}

.top-nav-admin>ul>li>a {
    background: #ddd;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    padding: 0;
    position: relative;
}

span.menu-icon-top.notification {
    background-position: -240px -1px;
}

.profile-nav img {
    width: 100%;
    border-radius: 100%;
}

span.red-circle {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 12px;
    right: 15px;
    background: #f00;
    z-index: 9999;
    border-radius: 100%;
}

.profile-nav .dropdown a:after {
    content: '';
    display: none;
}

.search-header .form-control {
    background: #F0EFF5;
    border: 0;
    border-radius: 20px;
    height: 46px;
    padding-left: 10px;
}

.search-header .input-group-append .btn {
    background: #F0EFF5;
    border: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px !important;
    height: 46px;
    padding-bottom: 0;
}


.brand-company img {
    height: 46px;
}

.search-header .form-control:focus {
    box-shadow: none;
}

.search-header .inpput-group .btn:focus,
.search-header .inpput-group .btn:hover,
.search-header .inpput-group .btn:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
    border: 0;
    background: #F0EFF5;
}

.page-holder {
    padding-top: 65px;
}

.sidebar-left {
    height: calc(100vh - 65px);
    background: #fff;
    position: fixed;
    transition: all 0.5s ease-in-out;
}

.sidebar-left.toggle {
    margin-left: 0px;
    transition: all 0.5s ease-in-out;
    flex: 100%;
    max-width: 100%;
    z-index: 999;
    overflow: auto;
}

.side-menu-container li.list-group-item a[aria-expanded="false"]:after {
    content: '';
    position: absolute;
    right: 10px;
    background: url(../images/angle.svg);
    top: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

.side-menu-container li.list-group-item a[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    right: 20px;
    background: url(../images/angle.svg);
    transform: rotate( 180deg);
    top: 5px;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
}

body.overlay {
    height: 100vh;
    overflow: hidden;
}

.content-area-right {
    margin-left: 16.66%;
}

.level-experience h4 {
    font-family: 'averta_cybold';
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.level-experience p {
    color: #21A179;
    font-family: 'averta_cyregular';
    font-weight: 400;
    font-size: 16px;
}

.level-counts {
    padding: 10px;
    margin: 0;
}

.level-counts span.count {
    display: block;
    font-size: 20px;
    font-family: 'averta_cybold';
}

.level-counts li.list-inline-item {
    width: 30%;
    margin: 0;
}

.level-counts .text {
    font-size: 14px;
    color: #666;
}

.expertise-level-box .view-all-footer a {
    color: #000;
}

.expertise-level-box .view-all-footer {
    background: linear-gradient(90deg, #FCEE9C, #CFA037);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.breakpints ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breakpints ul li span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

span.green-dot {
    background: #21A179;
}

span.blue-dot {
    background: #019EE3;
}

.breakpints ul li {
    font-size: 14px;
    color: #666;
}

.sidemenu-icon {
    background: url(../images/sidenav.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
}

.side-menu-container li.list-group-item.active {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd !important;
    border: 0;
    border-right: 1px solid #ddd !important;
}

.side-menu-container li.list-group-item.active a,
.side-menu-container li.list-group-item a {
    color: #666;
    display: block;
}

.side-menu-container li.list-group-item {
    padding: 0;
    border-left: 0;
}

span.sidemenu-icon.disccuss-icon {
    background-position: 0 -44px;
}

span.sidemenu-icon.attempt-icon {
    background-position: 0 -88px;
}

span.sidemenu-icon.analyze-icon {
    background-position: 0 -130px;
}

span.sidemenu-icon.study-icon {
    background-position: 0 -175px;
}

span.sidemenu-icon.plan-icon {
    background-position: 0 -218px;
}

span.sidemenu-icon.order-icon {
    background-position: 0 -262px;
}

span.sidemenu-icon.questions-icon {
    background-position: 0 -308px;
}

span.sidemenu-icon.report-icon {
    background-position: 0 -350px;
}

span.sidemenu-icon.password-icon {
    background-position: 0 -396px;
}

span.sidemenu-icon.logout-icon {
    background-position: 0 22px;
}

.side-menu-container li.list-group-item a[data-toggle="collapse"] {
    font-family: 'averta_cybold';
    background: #F1F4F5;
    color: #000;
}

.side-menu-container li.list-group-item a {
    padding: 10px 10px 10px 40px;
}

.search-header-mobile.toggle-search {
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}

.search-header-mobile {
    transition: all 0.5s ease-in-out;
    margin-top: -40%;
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.post-info {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.slide-story a {
    color: #fff;
}


/*modal css*/

#leaderboard-modal .modal-dialog .modal-content {
    background: linear-gradient( 45deg, #E67AA6, #FC9610);
}

.modal-info h3 {
    color: #fff;
    font-family: 'averta_cybold';
    font-size: 29px;
    margin-top: 10px;
    line-height: 35px;
}

.modal-info hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.modal-info h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'averta_cybold';
    margin-bottom: 0;
}

.modal-info p {
  color: #474747;
  font-size: 14px;
}

button.btn.btn-transparent {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    font-family: 'averta_cyregular';
    padding: 10px 25px;
}

button.btn.btn-transparent:hover {
    background: rgba(0, 0, 0, 0.5);
}

#leaderboard-modal button.close {
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -18px;
    opacity: 1;
    border-radius: 100%;
}

#leaderboard-modal button.close span {
    width: 100%;
    display: block;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#Discuss .submenu-icon {
    background: url("../images/internal-menu.svg");
    width: 25px;
    height: 28px;
    position: absolute;
    left: 10px;
    background-size: 65px;
}

#Discuss span.submenu-icon.classmate-icon {
    background-position: 0 -32px;
}

#Discuss span.submenu-icon.post-icon {
    background-position: 0 -70px;
}

#Discuss span.submenu-icon.answers-icon {
    background-position: 0 -110px;
}

#Discuss span.submenu-icon.classpost-icon {
    background-position: 0 -145px;
}

#Discuss span.submenu-icon.examwise-icon {
    background-position: 0 -182px;
}

#Discuss span.submenu-icon.subjectwise-icon {
    background-position: 0 -220px;
}

#Discuss span.submenu-icon.backbench-icon {
    background-position: 0 -256px;
}

#Discuss span.submenu-icon.history-icon {
    background-position: 0 -290px;
}

#Discuss span.submenu-icon.saved-icon {
    background-position: 0 -331px;
    height: 19px;
}

#Disccuss .sub-menu li.active span.submenu-icon.inbox-icon {
    background-position: -20px 10px;
}

#Discuss .sub-menu li.active span.submenu-icon.classmate-icon {
    background-position: -40px -32px;
}

#Discuss .sub-menu li.active a {
    background: #00C1F9;
    color: #fff;
}

#Discuss .sub-menu li.active span.submenu-icon.inbox-icon {
    background-position: -40px 0;
}

#Discuss .sub-menu li.active span.submenu-icon.post-icon {
    background-position: -40px -70px;
}

#Discuss .sub-menu li.active span.submenu-icon.answers-icon {
    background-position: -40px -110px;
}

#Discuss .sub-menu li.active span.submenu-icon.classpost-icon {
    background-position: -40px -145px;
}

#Discuss .sub-menu li.active span.submenu-icon.examwise-icon {
    background-position: -40px -182px;
}

#Discuss .sub-menu li.active span.submenu-icon.subjectwise-icon {
    background-position: -40px -220px;
}

#Discuss .sub-menu li.active span.submenu-icon.backbench-icon {
    background-position: -40px -256px;
}

#Discuss .sub-menu li.active span.submenu-icon.history-icon {
    background-position: -40px -290px;
}

#Discuss .sub-menu li.active span.submenu-icon.saved-icon {
    background-position: -40px -331px;
}

.post-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 22px
}


/*History page css*/

.pahe-header h3,
.heading-avbold {
    font-size: 20px;
    display: inline-block;
    margin-top: 0px;
    font-family: 'averta_cybold';
}


/* .pahe-header { margin-top: 115px; } */

.filter {
    display: inline-block;
    float: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-top: -5px;
}

.filter select.form-control {
    background: transparent;
    border: 0;
    color: #019EE3;
}

.history-list {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.history-list ul {
    margin-bottom: 0;
}

.list-item .profile-icon.profile-img-post,
.list-item .profile-icon.profile-img-post img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

.posttype-history {
    font-size: 16px;
    color: #999;
    text-overflow: ellipsis;
    font-family: 'averta_cyregular';
    white-space: nowrap;
    overflow: hidden;
}

.post-thub-img {
    max-width: 150px;
    width: 150px;
    height: 70px;
    overflow: hidden;
    align-items: end;
    float: right;
    display: flex;
    border-radius: 10px;
}

.post-thub-img img {
    width: 100%;
}

.profile-name-type {
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 30px;
}

.update-time {
    font-size: 14px;
    color: #666;
}

.history-list .list-item {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.history-list .post-icon-history {
    position: absolute;
    left: 64px;
    top: 20px;
    background: #fff;
    width: 25px;
    border: 1px solid #ddd;
    height: 25px;
    border-radius: 100%;
    padding: 0px 7px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.next-prev-list .btn.btn-prev {
    transform: rotate(180deg);
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.next-prev-list .btn.btn-next {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.answerbox-show {
    background-color: #F0EFF5;
    border-color: #D1D1D1 !important;
}

.trending-stories h4 {
    font-size: 14px;
    font-weight: 400
}

.create-post-input {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.profile-icon {
    width: 46px;
    height: 46px;
    margin-right: auto;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    flex: 0 0 46px;
    margin-right: 10px;
}


/*my posts*/

.my-post-review .post-box.active {
    margin-top: -10px;
    margin-bottom: -10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.my-post-review .post-box.active-other-post {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.my-post-review .post-box.expert-other-post {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.my-post-review .post-box {
    background: #FFF9EC;
}

.reset-filter {
    float: right;
    margin-right: 20px;
    margin-top: 4px;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.filter-icon {
    background: url(../images/filter-icons.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    left: 10px;
    top: 6px;
    z-index: 999;
    overflow: hidden;
}

select.form-control {
    height: 40px;
}

span.select2.select2-container .select2-selection {
    line-height: 40px;
    height: 50px;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 8px;
}

.select2.select2-container {
    width: 100% !important;
}

.filter-icon.subject-wise {
    background-position: -175px 10px;
}

.filter-icon.date-wise {
    background-position: -350px 7px;
}

.filter-icon.answer-wise {
    background-position: -530px 8px;
}

.filter-box input.form-control {
    height: 50px !important;
    line-height: 50px;
}

.filter-box input.form-control {
    height: 50px;
    padding-left: 40px;
}

.fiter-box .form-control {
    border-radius: 10px;
    border-color: #aaa;
    width: 100%;
}

.filter-box ::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[type="date"] {
    position: relative;
}

input[type="date"]:after {
    content: "";
    color: #999;
    border-top: 8px solid rgba(0, 0, 0, 0.4);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 7px;
    border-bottom: 5px solid transparent;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}


/* adjust increase/decrease button */

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

.btn-follow,
.btn-follow:hover {
    color: #fff;
    padding: 0px 12px;
    height: 26px;
    font-size: 14px;
    font-weight: 500;
}

.post-footer-detail {
    position: unset
}

button.btn.btn-outline-secondary {
    padding: 0px 12px;
    height: 27px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    margin-left: 10px;
}

.rewarded-tag img {
    width: 20px;
    display: inline-block;
}

.rewarded-tag {
    width: 110px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    color: #D8B740;
    margin-right: 40px;
}


.reply-upboat-list ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.reply-upboat-list ul li img {
    margin-top: -4px;
    margin-right: 4px;
}

.reply-upboat-list ul li a.reply-list-item {
    color: #666;
}

.reply-upboat-list ul {
    margin-bottom: 0px;
}

.comment-box {
    background: #F0EFF5;
    border-radius: 10px;
}

.comment-box .profile-name-type {
    width: calc(100% - 50px);
}

.reply-input-box {
    background: #F0EFF5;
    border-radius: 10px;
}

.reply-input-box .form-control {
    background: transparent;
    border: 0;
    height: 40px;
}

button.btn.btn-pink-gradiant.btn-reply {
    color: #fff;
    height: 40px;
    border-radius: 20px;
}

.reply-input ul.list-inline li a {
    color: #666;
    margin-right: 20px;
}

.comment-box .profile-name-type h5 span.timing {
    color: #666;
    font-size: 14px;
    font-family: 'averta_cyregular';
    margin-left: 20px;
}

.post-footer-detail ul li {
    width: 80px;
}

.leader-board-tabs .profile-name-type {
    width: 100%;
}

.post-unanwer-type h5 {
    font-size: 14px;
    margin-bottom: 2px;
}

.post-unanwer-type p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.create-post button.close {
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    padding: 0;
    bottom: 36px;
    opacity: 1;
    border-radius: 100%;
}

.create-post button.close span {
    width: 100%;
    /* display: block; */
    /* height: 40px; */
    align-items: center;
    display: flex;
    justify-content: center;
}

.create-post .modal-header {
    background: transparent;
    border: 0;
    position: relative;
}

.create-post .modal-content {
    background: transparent;
}

.create-post .modal-body {
    background: #fff;
    border-radius: 10px;
}

.create-post .modal-header h5 {
    color: #fff;
    font-size: 30px;
    font-family: 'averta_cybold';
}

.post-type-tabs .nav-pills .nav-item .nav-link.active {
    background-color: #019EE3;
    border-color: #019EE3;
    color: #fff;
}

.post-type-tabs .nav-pills .nav-item {
    margin-right: 10px;
}

.post-type-tabs .nav-pills .nav-item .nav-link {
    border-radius: 10px !important;
    border-color: #666;
    color: #666;
    font-family: 'averta_cybold';
    padding: 10px 15px;
    height: 44px;
}

.coin-count .available-coins img {
    width: 20px;
    margin-top: -5px;
}

.coin-count .available-coins {
    width: 100%;
    text-align: right;
    margin-right: 20px;
}

.use-coin .form-control {
    height: 40px;
    padding: 10px;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.use-coins .input-group {
    background: #F0EFF5;
}

.use-coin .input-group {
    background: #F0EFF5;
    border-radius: 10px;
    width: 110px;
}

.use-coin .input-group .btn-number {
    background: transparent !important;
    color: #000 !important;
    width: 30px;
    padding: 8px 0px;
}

.new-post-icon {
    background: url(../images/plus-icon-double.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
}

.mcq-post-icon {
    background: url(../images/mcq-icon-double.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 1px;
    margin-top: -3px;
}

.post-type-tabs .nav-pills .nav-item #pills-newpost-tab.active .new-post-icon {
    background-position: 0 -30px;
}

.post-type-tabs .nav-pills .nav-item #pills-mcq-tab.active .mcq-post-icon {
    background-position: 0px -35px !important;
}

.add-post-inputbox .form-control {
    background: #F0EFF5;
    border-radius: 10px;
}

button.btn.btn-pink-gradiant.btn-next {
    color: #fff;
    border-radius: 40px;
    padding: 5px 30px;
    width: 120px;
    height: 46px;
}

.add-post-inputbox .list-inline li {
    margin-right: 30px;
}

.mcq-option span.option-list {
    width: 40px;
    height: 40px;
    border: 1px solid #dddd;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.mcq-option span.option-answer input.form-control {
    height: 40px;
    padding-left: 10px;
}

.mcq-option span.option-answer {
    width: calc(100% - 60px);
    height: 40px;
    margin-bottom: 10px;
}

.btn-more-options {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.btn-more-options:hover {
    color: #019EE3;
    text-decoration: none !important;
}

.correct-option p {
    display: inline-block;
    color: #000;
    font-family: 'averta_cybold';
    margin-right: 20px;
}

.correct-option .btn-dontknow {
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
}

.btn-option {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #666;
    padding: 0;
    margin-right: 10px;
}

.exam-type-tabs .nav-item .nav-link {
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 10px !important;
    color: #666;
    border: 2px solid #999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.exam-type-tabs .nav-item .nav-link.active {
    color: #000;
    background: transparent;
    border-color: #000;
    font-weight: 600;
}

.exam-post-inputbox .custom-control .custom-control-input {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-label::before {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-label {
    width: 100%;
    padding-left: 0;
    white-space: nowrap;
}

.exam-post-inputbox .custom-control.custom-radio {
    padding: 10px;
    background: #F0EFF5;
    border-radius: 10px;
}

.exam-post-inputbox .custom-control .custom-control-label::after {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-input {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-label::before {
    right: 0;
    left: auto;
    border: 2px solid #666;
    width: 20px;
    height: 20px;
}

.exam-post-inputbox .custom-control .custom-control-label {
    width: 100%;
    padding-left: 0;
}

.exam-post-inputbox .custom-control.custom-radio {
    padding: 10px;
    background: #F0EFF5;
    border-radius: 10px;
    height: 50px;
    line-height: 30px;
    margin-bottom: 15px;
}

.exam-post-inputbox .custom-radio .custom-control-input:checked~.custom-control-label::after {
    right: 0;
    left: auto;
    content: '\2713';
    background-image: none !important;
    color: #fff;
    background-color: #1EB71E;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 0px 4px;
    line-height: 20px;
}

.heading-exam h4 {
    font-size: 14px;
    color: #666;
    font-family: 'averta_cybold';
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border-color: #666;
    width: 20px;
    height: 20px;
}

.exam-post-inputbox {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.exam-post-inputbox::-webkit-scrollbar {
    width: 1px;
}

.exam-post-inputbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.exam-post-inputbox::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

button.btn.btn-previous {
    background: #019EE3;
    border-radius: 40px;
    height: 46px;
    width: 120px;
    color: #fff;
    border: 0;
}

.post-type-tabs .nav-pills .nav-item:last-child {
    margin-right: 0;
}

.leaderboard-banner {
    height: 120px;
    background: linear-gradient( 45deg, #917AE6, #33B4E8);
    padding-top: 20px;
    margin-bottom: 90px;
}

.cash-box-wrapper {
    justify-content: center;
}

.cash-box-wrapper .cash-box h4 {
    color: #fff;
    font-family: 'averta_cybold';
    text-transform: uppercase;
    font-size: 14px;
}

.cash-box-wrapper .cash-box {
    text-align: center;
    margin: 0 30px;
}

.leaderbord-info .nav-item .nav-link {
    margin-right: 10px;
    text-align: center;
    border-radius: 10px !important;
    border: 1px solid #d1d1d1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #666;
    font-family: 'averta_cybold';
    background: #fff;
}

.leaderbord-info .nav-item {
    width: 33%;
    text-align: center;
}

.leaderbord-info .nav-item .nav-link.active {
    color: #fff;
    background: #019EE3;
}

.leaderboard-user {
    font-size: 20px;
    font-family: 'averta_cybold';
}

.leaderbord-info .fiter-box .form-control {
    height: 40px;
}

.leaderbord-info .filter-icon.date-wise {
    background-position: -350px 0px;
    top: 8px;
    height: 26px;
    width: 26px;
}

.leaderbord-info input[type="date"]:after {
    margin-top: 9px
}

.leaderboard-tabledata {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.leaderboard-tabledata .table thead th {
    text-transform: uppercase;
    font-family: 'averta_cyregular';
    font-weight: 400;
}

.leaderboard-tabledata .img-profile {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.table-icon {
    position: relative;
    display: inline-block;
}

.table-icon img.profile-crown {
    width: 16px;
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
}

.leaderboard-tabledata .table td:nth-child(2) {
    font-weight: 600;
    color: #000;
}

.leaderboard-tabledata .table td:nth-child(2) span {
    color: #019EE3;
}

.load-more-table {
    color: #019EE3;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.terms-conditions h4 {
    font-size: 20px;
    font-family: 'averta_cybold';
}

.terms-conditions p {
    margin-bottom: 0;
}

.leaderboard-tabledata .table {
    white-space: nowrap;
}

.profile-banner {
    background: linear-gradient(45deg, #E67AA6, #FC9610);
    height: 120px;
    position: relative;
}

.profile-banner:after {
    content: '';
    background: url(../images/sparrow.svg);
    width: 100%;
    height: 120px;
    background-repeat: repeat;
    position: absolute;
    opacity: 0.2;
}

.font-23 {
    font-size: 23px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-14 {
    font-size: 14px !important;
}

.text-ellipsis {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.font-avbold {
    font-family: 'averta_cybold';
}

.challenges-banner {
    background-color: #7D49B8;
    height: 80px;
}

.profile-info-box .profile-image {
    width: 130px;
    height: 130px;
    border: 3px solid #fff;
    overflow: hidden;
    border-radius: 100%;
    margin-top: -30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.profile-info-box .profile-image img {
    width: 100%;
}

.profile-detail-info {
    float: left;
}

.profile-detail-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: 'averta_cybold';
}

.total-posts-count,
.total-posts-count a {
    color: #666;
}

.total-posts-count span {
    margin: 0 10px;
}

.total-posts-count span:last-child {
    margin: 0;
}

.follow-button-group .btn-follow {
    height: 36px;
    border-radius: 20px;
    min-width: 90px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'averta_cyregular';
}

.follow-button-group .add-classmate {
    color: #fff;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 30px;
    font-size: 16px;
    padding: 0px 12px;
    height: 36px;
}

.follow-button-group .dropdown {
    position: absolute;
    right: 10px;
    top: 20px;
}

.about-info {
    color: #666;
}

.counter {
    float: left;
    margin-left: 70px;
}

.points-info>img {
    width: 30%;
    float: left;
    margin-bottom: 30px;
}

.counter h3 {
    font-size: 20px;
    font-family: 'averta_cybold';
}

.counter h5 {
    color: #21A179;
    font-size: 16px;
}

.counter a {
    color: #019EE3;
    margin-top: 10px;
    display: block;
}

.counter a img {
    width: 14px;
    float: revert;
}

.count-category ul li {
    width: 40%;
}

.count-category ul li h5 {
    font-size: 20px;
    margin-top: 10px;
    font-family: 'averta_cybold';
    margin-bottom: 0px;
}

.count-category ul li p {
    color: #666;
}


/* .profile-points-collect{height: 160px;} */

.my-profile-activity .nav-link {
    color: #666;
    font-size: 16px;
    font-family: 'averta_cybold';
    margin-right: 20px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.my-profile-activity .nav-link.active {
    background: transparent;
    border-color: #019EE3;
    color: #019EE3;
}

.sort-by {
    position: absolute;
    right: 0;
    margin-top: 10px;
    white-space: nowrap;
}

.filter-selection-box .fiter-box {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.people-u-know .profile-icon .img-prof,
.people-u-know .profile-icon .img-prof img {
    width: 46px;
    height: 46px;
}

.people-u-know .post-unanwer-type h5 {
    font-family: 'averta_cyregular';
    font-weight: 500;
}

.people-u-know .post-unanwer-type .color-blue {
    color: #019EE3;
}

.modal-backdrop.show {
    opacity: .9;
}

.subject-post-inputbox .custom-control .custom-control-input {
    left: 0;
    right: auto;
}

.subject-post-inputbox .custom-control .custom-control-label::before {
    left: -30px;
    right: auto;
}

.subject-post-inputbox .custom-control .custom-control-label::after {
    left: -30px;
    right: auto;
}

.subject-post-inputbox .custom-radio .custom-control-input:checked~.custom-control-label::after {
    left: -30px;
}

.input-selected {
    padding: 15px 10px 15px 50px;
    margin-bottom: 10px;
    position: relative;
}

.filter-icon.icon-exam {
    background-position: 5px 7px;
}

.input-selected .arrow-toggle {
    content: '';
    border-top: 5px solid #666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 25px;
}

.input-selected .arrow-toggle.transform {
    transform: rotate(180deg);
}

.input-options {
    position: absolute;
    top: 55px;
    z-index: 9999;
    width: 300px;
}

.input-options input.form-control {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.option-list .custom-radio .custom-control-label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #777;
}

.option-list .custom-control-label::after {
    width: 20px;
    height: 20px;
}

.option-list .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #019EE3;
    border-radius: 100%;
    content: '\2713';
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.option-list ul {
    margin-bottom: 0;
}

.option-list ul li {
    line-height: 30px;
    margin-bottom: 5px;
}

.option-list ul li .custom-control-label {
    color: #666 !important;
    width: 100%
}

.option-button {
    background: #f1f4f5;
    border-top: 1px solid #d1d1d1;
    padding: 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.option-button .btn-black {
    color: #fff;
    background: #000;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'averta_cyregular';
    font-weight: 400;
    height: 36px;
    padding: 0;
    width: 90px;
}

.option-button .btn-link-color {
    color: #666;
    font-size: 16px;
    font-family: 'averta_cyregular';
    font-weight: 400;
}

.option-button .btn-link-color:hover {
    text-decoration: none;
    border: 0;
}

.option-list {
    max-height: 300px;
    overflow: auto;
}

.option-list::-webkit-scrollbar {
    width: 5px;
}

.option-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.option-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.modal {
    z-index: 100050;
}

.modal-backdrop {
    z-index: 100040;
}

@media(max-width:1200px) {
    .leaderboard-user {
        font-size: 16px;
        line-height: 40px;
    }
}

@media(max-width:991px) {
    .trending-slider {
        overflow-y: auto;
    }
    body {
        height: auto;
        padding-bottom: 90px;
    }
    .sort-by {
        position: unset;
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }
    .sidebar-left {
        margin-left: -100%;
        z-index: 999;
    }
    .content-area-right {
        margin-left: auto;
    }
    .post-detail-right {
        display: inherit;
        width: 100px;
        position: absolute;
        top: 10px;
        right: 0px;
    }
    .coin-count .available-coins {
        width: auto;
    }
    .add-post-inputbox .list-inline li {
        margin-right: 10px;
    }
    .modal-content {
        height: 100%;
        /* overflow: auto; */
    }
    .slick-next {
        right: 2px;
    }
    .slick-prev {
        left: 4px;
    }
}

@media(min-width:992px) {
    .right-sidebar.rightbar-dashboard {
        width: 250px;
        float: left;
    }
    .content-wrapper {
        width: calc(100% - 270px);
        float: left;
        margin-right: 20px;
    }
}

@media(min-width:577px) and (max-width:991px) {
    .create-post .modal-dialog {
        max-width: 90%;
        height: 90vh;
        overflow: auto;
    }
}

@media(max-width:767px) {
    .coin-count .available-coins {
        font-size: 12px;
        margin-right: 10px;
    }
    .post-type-tabs .nav-pills .nav-item .nav-link {
        font-size: 12px;
    }
    .add-post-inputbox .list-inline li {
        margin-right: 9px;
        margin-bottom: 20px;
    }
    .exam-post-inputbox {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }
    body {
        padding-bottom: 70px;
    }
    .fiter-box {
        margin-bottom: 15px;
    }
    .profile-points-collect {
        height: auto;
    }
    .points-info {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        float: left;
    }
    /* .counter h3 { margin-top: 0; }
.counter a { margin-top: 0; }
.points-info> img { margin-bottom: 0; } */
    .counter {
        margin-left: 10px;
        width: 100%;
        padding-bottom: 20px;
    }
    .border-xs-none {
        border: none !important;
    }
    .profile-icon.profile-img-post img {
        width: 35px;
        height: 35px;
    }
    .profile-icon img {
        width: 46px;
        height: 46px;
    }
    .input-info {
        width: 92%;
    }
    .input-group.flex-nowrap {
        height: 46px;
        background: #F0EFF5;
        border-radius: 10px;
    }
    /* challenge */
    .text-info,
    .text-info:hover {
        color: #019EE3!important;
    }
    .challenge-card.active {
        background-color: #EFFBFF;
        border: 2px solid #019EE3 !important;
    }
    .btn.disabled.btn-green,
    .btn:disabled.btn-green {
        opacity: 1;
        background-color: #E3E3E8;
        color: #666666;
    }
    .text-black {
        color: #000!important;
    }
    .btn-icon {
        height: 43px !important;
        width: 43px;
    }
    .btn-icon.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
        background-color: transparent;
        border: 1px solid #333;
        color: #333;
    }
    .mate-profile .mate-verified,
    .mate-profile .mate-pro {
        position: absolute;
    }
    .mate-profile .mate-verified {
        margin-left: 55px;
        bottom: 0;
    }
    .mate-profile .mate-pro {
        position: absolute;
        right: 10px;
    }
    .input-group.flex-nowrap .input-group-prepend .input-group-text {
        border: 0 !important;
        font-size: 30px;
        padding-top: 0px;
        background: transparent;
    }
    .input-group.flex-nowrap input {
        height: 46px;
        background: transparent;
        border: 0;
        color: #000;
        padding-left: 0;
        font-size: 16px;
        line-height: 53px;
        font-family: 'averta_cybold';
    }
    .input-group.flex-nowrap input:focus {
        outline: none;
        box-shadow: none;
    }
    /* inbox */
    .chat-main-box {
        position: relative;
        overflow: hidden;
    }
    .chat-main-box .chat-left-aside {
        position: relative;
        width: 300px;
        float: left;
        z-index: 9;
        top: 0px;
        border-right: 1px solid #e9ecef;
    }
    .chat-main-box .chat-left-aside .form-control {
        font-size: 14px;
        height: 50px;
    }
    .chat-main-box .chat-left-aside .open-panel {
        display: none;
        cursor: pointer;
        position: absolute;
        left: -webkit-calc(100% - 1px);
        top: 50%;
        z-index: 100;
        background-color: #fff;
        -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
        border-radius: 0 100px 100px 0;
        line-height: 1;
        padding: 15px 8px 15px 4px;
    }
    .chat-main-box .chat-left-aside .chat-left-inner {
        position: relative;
    }
    .chat-main-box .chat-left-aside .chat-left-inner .chatonline {
        position: relative;
        height: 100%;
    }
    .chat-main-box .chat-left-aside .chat-left-inner .chatonline .media-body {
        max-width: 211px;
    }
    .chat-main-box .chat-left-aside .chat-left-inner .form-control {
        height: 60px;
        padding: 15px;
        background-image: linear-gradient(#009efb, #009efb), linear-gradient(#e9ecef, #e9ecef);
    }
    .chat-main-box .chat-left-aside .chat-left-inner .style-none {
        padding: 0px;
    }
    .chat-main-box .chat-left-aside .chat-left-inner .style-none li {
        list-style: none;
        overflow: hidden;
    }
    .chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
        padding: 10px 15px;
    }
    .chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
    .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
        background: #d9dfe4;
    }
    .chat-main-box .chat-right-aside {
        width: calc(100% - 300px);
        float: left;
    }
    .chat-main-box .chat-right-aside .chat-rbox {
        height: 420px;
        position: relative;
    }
    .chat-main-box .chat-right-aside .chat-list {
        max-height: none;
        height: 100%;
        padding-top: 40px;
    }
    .chat-main-box .chat-right-aside .chat-list .chat-text {
        border-radius: 6px;
    }
    .chat-main-box .chat-right-aside .chat-list li .chat-time {
        display: block;
        text-align: left;
    }
    .chat-main-box .chat-right-aside .chat-list li.reverse .chat-time {
        margin-left: auto;
        text-align: right;
    }
    .chat-main-box .chat-right-aside .send-chat-box {
        position: relative;
    }
    .chat-main-box .chat-right-aside .send-chat-box .form-control {
        border: none;
        border-top: 1px solid #e9ecef;
        resize: none;
        height: 80px;
        padding-right: 180px;
    }
    .chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
        border-color: #e9ecef;
    }
    .chat-main-box .chat-right-aside .send-chat-box .custom-send {
        position: absolute;
        right: 20px;
        bottom: 10px;
    }
    .chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
        color: #212529;
        margin-right: 10px;
    }
    .img-circle {
        border-radius: 100%
    }
    .inbchat-listscroll::-webkit-scrollbar,
    .inbchat-scroller::-webkit-scrollbar {
        width: 8px;
        position: absolute;
    }
    .inbchat-listscroll::-webkit-scrollbar-track,
    .inbchat-scroller::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .inbchat-listscroll::-webkit-scrollbar-thumb,
    .inbchat-scroller::-webkit-scrollbar-thumb {
        background: #888;
    }
    .inbchat-listscroll::-webkit-scrollbar-thumb:hover,
    .inbchat-scroller::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

@media (max-width: 767px) {
    .chat-main-box .chat-right-aside {
        width: 100%;
    }
    .chat-main-box .chat-left-aside {
        left: 0;
        width: 100%;
        transition: .5s ease-in;
        background: #fff;
    }
}

.btn .text-active,
.popover-header:empty {
    display: none;
}

.right-sidebar.action-sidebar .rpanel-title.bg-white {
    color: #333 !important;
}

.right-sidebar.action-sidebar .rpanel-title.bg-white span:hover {
    color: #000;
}

.bg-grey {
    background-color: #eee;
}

.chat-list li .chat-time {
    margin-left: 0;
}

.chatxbox {
    width: 260px;
    max-height: 500px;
    position: fixed;
    right: 60px;
    bottom: 0;
    z-index: 1031;
    background-color: #fff;
}

.chatxbox.chatxbox-2 {
    right: 360px;
    width: 425px;
    max-height: 407px;
}

.user-img2 {
    width: 30px;
    position: relative;
    display: inline-block;
}

.user-img2 img {
    max-width: 100%;
}

.user-img2 .profile-status {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    right: -2px;
    position: absolute;
    top: -1px;
    width: 10px;
}

.user-img2 .online {
    background: #36bea6;
}

.chatxheader {
    background-color: #00705e;
    cursor: pointer;
}

.chatuserxscroll {
    height: 100%;
    overflow-y: auto;
    max-height: 410px;
}

.chatuserxscroll .message-box .message-widget a .user-img {
    width: 35px;
}

.chatuserxscroll .message-box .message-widget a .user-img .profile-status {
    left: auto;
    right: -3px;
}

.chatxbox.chatxbox-2 .chatuserxscroll {
    max-height: 280px;
}

.inbchat-scroller {
    overflow-y: auto !important;
}

.inbchat-listscroll {
    max-height: 528px;
    overflow-y: auto !important;
    min-height: 200px;
}


.chatonline li a {
    padding: 13px 0;
    float: left;
    width: 100%
}

.chatonline li a span small {
    display: block;
    font-size: 10px
}

.chat-list {
    margin: 0;
    padding: 0
}

.chat-list li {
    list-style: none;
    margin-top: 10px
}

.chat-list li .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top
}

.chat-list li .chat-img img {
    width: 45px;
    border-radius: 100%
}

.chat-list li .chat-content {
    width: calc(100% - 50px);
    display: inline-block;
    padding-left: 15px
}

.chat-list li .chat-content .box {
    display: inline-block;
}

.chat-list li .chat-content .box.bg-light-inverse {
    color: #fff;
    background: #21A179;
}

.chat-list li .chat-time {
    display: block;
    font-size: 12px;
    color: #999;
    margin: 3px 0 0 0
}

.chat-list li.odd .chat-content {
    text-align: right;
    width: calc(100% - 0px)
}

.chat-list li.odd .box {
    clear: both;
    color: #fff;
    background: #009efb
}

.chat-list li.odd+.odd {
    margin-top: 0
}

.chat-list li.reverse .chat-time {
    text-align: left
}

.chat-list li.reverse .chat-content {
    padding-left: 0;
    padding-right: 15px
}

.chat-list li.odd .chat-time,
.chat-list li.reverse {
    text-align: right
}

.bg-grey-tone2 {
    background-color: #F0EFF5 !important;
}

/* inbox */
.chat-main-box { position: relative; overflow: hidden; }
.chat-main-box .chat-left-aside { position: relative; width: 300px; float: left; z-index: 9; top: 0px; border-right: 1px solid #e9ecef; }
.chat-main-box .chat-left-aside .form-control { font-size: 14px; height: 50px;}
.chat-main-box .chat-left-aside .open-panel { display: none; cursor: pointer; position: absolute; left: -webkit-calc(100% - 1px); top: 50%; z-index: 100; background-color: #fff; -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2); box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2); border-radius: 0 100px 100px 0; line-height: 1; padding: 15px 8px 15px 4px; }
.chat-main-box .chat-left-aside .chat-left-inner { position: relative; }
.chat-main-box .chat-left-aside .chat-left-inner .chatonline { position: relative; height: 100%; }
.chat-main-box .chat-left-aside .chat-left-inner .chatonline .media-body { max-width:211px; }
.chat-main-box .chat-left-aside .chat-left-inner .form-control { height: 60px; padding: 15px; background-image: linear-gradient(#009efb, #009efb), linear-gradient(#e9ecef, #e9ecef); }
.chat-main-box .chat-left-aside .chat-left-inner .style-none { padding: 0px; }
.chat-main-box .chat-left-aside .chat-left-inner .style-none li { list-style: none; overflow: hidden; }
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a { padding: 10px 15px; }
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover, .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active { background: #d9dfe4; }
.chat-main-box .chat-right-aside { width: calc(100% - 300px); float: left; }
.chat-main-box .chat-right-aside .chat-rbox { height: 420px; position: relative; }
.chat-main-box .chat-right-aside .chat-list { max-height: none; height: 100%; padding-top: 40px; }
.chat-main-box .chat-right-aside .chat-list .chat-text { border-radius: 6px; }
.chat-main-box .chat-right-aside .chat-list li .chat-time { display: block; text-align: left; }
.chat-main-box .chat-right-aside .chat-list li.reverse .chat-time { margin-left: auto; text-align: right; }
.chat-main-box .chat-right-aside .send-chat-box { position: relative; }
.chat-main-box .chat-right-aside .send-chat-box .form-control { border: none; border-top: 1px solid #e9ecef; resize: none; height: 80px; padding-right: 180px; }
.chat-main-box .chat-right-aside .send-chat-box .form-control:focus { border-color: #e9ecef; }
.chat-main-box .chat-right-aside .send-chat-box .custom-send { position: absolute; right: 20px; bottom: 10px; }
.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon { color: #212529; margin-right: 10px; }
.img-circle{border-radius:100%}
.inbchat-listscroll::-webkit-scrollbar, .inbchat-scroller::-webkit-scrollbar { width: 8px; position: absolute; }
.inbchat-listscroll::-webkit-scrollbar-track, .inbchat-scroller::-webkit-scrollbar-track { background: #f1f1f1; }
.inbchat-listscroll::-webkit-scrollbar-thumb, .inbchat-scroller::-webkit-scrollbar-thumb { background: #888; }
.inbchat-listscroll::-webkit-scrollbar-thumb:hover, .inbchat-scroller::-webkit-scrollbar-thumb:hover { background: #555; }

@media (max-width: 767px){
.chat-main-box .chat-right-aside { width: 100%; }
.chat-main-box .chat-left-aside { left: 0; width: 100%; transition: .5s ease-in; background: #fff; }
}

.btn .text-active, .popover-header:empty { display: none; }
.right-sidebar.action-sidebar .rpanel-title.bg-white { color: #333 !important; }
.right-sidebar.action-sidebar .rpanel-title.bg-white span:hover {color: #000;}
.bg-grey {background-color: #eee;}

.chat-list li .chat-time {margin-left: 0;}

.chatxbox {width: 260px; max-height:500px; position: fixed; right: 60px; bottom: 0; z-index: 1031; background-color: #fff;}
.chatxbox.chatxbox-2 {right:360px; width: 425px;max-height: 407px; }
.user-img2 { width: 30px; position: relative; display: inline-block; }
.user-img2 img { max-width: 100%; }
.user-img2 .profile-status { border: 2px solid #fff; border-radius: 50%; display: inline-block; height: 10px; right: -2px; position: absolute; top: -1px; width: 10px; }
.user-img2 .online { background: #36bea6; }
.chatxheader { background-color: #00705e; cursor: pointer;}
.chatuserxscroll { height: 100%; overflow-y: auto; max-height: 410px; }
.chatuserxscroll .message-box .message-widget a .user-img { width: 35px;}
.chatuserxscroll .message-box .message-widget a .user-img .profile-status { left: auto; right: -3px;}
.chatxbox.chatxbox-2 .chatuserxscroll { max-height: 280px; }

.inbchat-scroller { overflow-y: auto !important;}
.inbchat-listscroll {max-height: 528px; overflow-y: auto !important;min-height: 200px;}

.chatonline img{margin-right:10px;float:left;width:40px}.chatonline li a{padding:13px 0;float:left;width:100%}.chatonline li a span small{display:block;font-size:10px}
.chat-list{margin:0;padding:0}.chat-list li{list-style:none;margin-top:10px}.chat-list li .chat-img{display:inline-block;width:45px;vertical-align:top}.chat-list li .chat-img img{width:45px;border-radius:100%}.chat-list li .chat-content{width:calc(100% - 50px);display:inline-block;padding-left:15px}
.chat-list li .chat-content .box{display:inline-block;}
.chat-list li .chat-content .box.bg-light-inverse{color: #fff;background: #21A179;}
.chat-list li .chat-time{ display: block; font-size: 12px; color: #999; margin: 3px 0 0 0}
.chat-list li.odd .chat-content{text-align:right;width:calc(100% - 0px)}.chat-list li.odd .box{clear:both;color:#fff;background:#009efb}.chat-list li.odd+.odd{margin-top:0}.chat-list li.reverse .chat-time{text-align:left}.chat-list li.reverse .chat-content{padding-left:0;padding-right:15px}
.chat-list li.odd .chat-time,.chat-list li.reverse{text-align:right}
.bg-grey-tone2 {background-color: #F0EFF5 !important;}
.input-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.input-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.input-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.input-info ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.input-info ul li {
    margin-right: 30px !important;
}

.post-box a {
    color: #000;
}

.input-group.flex-nowrap .btn-link {
    font-size: 30px;
    text-decoration: none;
    color: #000;
    height: 40px;
    line-height: 27px;
}

.review-posts {
    background: #fff;
}

.section-header h3 {
    font-size: 20px;
    font-family: 'averta_cybold';
    margin-bottom: 15px;
}

.section-header h3 a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: 'averta_cyregular';
    color: #019EE3;
}

.slick-next:before {
    content: '';
    background: url(../images/arrow-right-black.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    left: 12px;
    top: 13px;
}

.slick-prev:before {
    content: '';
    background: url(../images/arrow-right-black.svg);
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    position: absolute;
    background-repeat: no-repeat;
    right: 12px;
    top: 6px;
}

.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}

button.slick-arrow:hover {
    background: #fff;
}

.profile-name-type h5 {
    font-size: 16px;
    margin: 0;
    font-family: 'averta_cybold';
}

.leader-list .profile-name-type h5 {
    font-size: 14px;
}

.post-header .profile-icon .icon-char {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timing-category {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: flex;
    flex-direction: column;
}

.leader-list .timing-category {
    font-size: 12px;
}

.timing-category .breaker {
    margin: 0 7px;
    font-size: 10px;
}

.count-category {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.leader-list .count-category {
  font-size: 12px;
}

.count-category .breaker {
  margin: 0 7px;
  font-size: 10px;
}

.badge.badge-primary {
    background: #019EE3;
}

.tagx.badge.badge-primary {
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'averta_cybold';
    margin-top: 5px;
    height: 22px;
    /* margin-right: 35px; */
    margin-left: 10px;
    background: #019EE3;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
}

.dropdown.post-options .dropdown-toggle {
    background: transparent;
    border: 0;
    color: #000;
    padding: 0 10px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    margin-top: 2px;
    border-radius: 100%;
    height: 30px;
    padding: 0 13px;
}

.dropdown.post-options .dropdown-toggle:after {
    content: '';
    display: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: #F0EFF5 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.dropdown.post-options .dropdown-toggle img {
    display: inline-block;
    width: 4px;
    vertical-align: unset;
}

.post-desc p,
.post-desc a {
    font-size: 16px;
    color: #000;
}

.post-desc a:hover {
    text-decoration: underline;
}

.post-desc .verified-post-tag img {
    width: 23px;
    display: inline-block;
}

.post-desc .verified-post-tag {
    color: #21A179;
    vertical-align: middle;
    margin-bottom: 15px;
    display: block;
}

.post-thumbnail {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    /* max-height: 250px; */
    object-fit: cover;
    /* border-radius: 10px; */
}

.post-footer {
    background: #F1F4F5;
    position: absolute;
    bottom: 0px;
    /* border-bottom: 2px solid lightgrey; */
    border-bottom-left-radius: 10px;
    width: 100%;
    border-bottom-right-radius: 10px;
}

.post-footer ul li {
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 12px !important;
}

.post-footer ul li:last-child {
    margin-right: 0 !important;
}

.coin-sm {
    width: 23px;
}

.post-footer ul li .btn {
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
}

.post-footer ul li img {
    margin-top: -4px;
    display: inherit;
    width: 20px;
}

.post-footer ul li img.coin-sm {
    width: 24px;
}

.post-footer ul li a,
.post-footer ul li {
    color: #666;
    font-size: 14px;
    font-weight: 300;
}

.post-options .dropdown-menu {
    padding: 0;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.post-options .dropdown-menu .dropdown-item {
    padding: 6px 15px;
    font-size: 14px;
}

.post-options .dropdown-menu .dropdown-item .fa {
    font-size: 20px;
    vertical-align: middle;
}

span.img-prof img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
}

.profile-icon.profile-img-post {
    width: 35px;
    height: 35px;
    border: 0;
    margin-right: 15px;
    flex: 0 0 35px;
}

.post-detail-box {
    height: inherit !important;
    padding-bottom: 100px;
    position: relative;
}

.post-desc {
    margin-bottom: 20px;
    margin-top: 8px;
}

.post-verified {
    border-color: #21A179;
}

.post-verified .post-footer {
    border-color: #21A179 !important;
}

.post-short-desc .slick-track {
    display: flex;
}

.post-unanswered-desc .post-thumbnail img {
    height: auto;
}

.post-footer .profile-name-type {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    height: 100%;
}

.post-unanswered-desc .timing-category {
    font-size: 14px;
    font-weight: 400;
    /* justify-content: flex-end; */
    color: #666;
    /* display: flex; */
    /* align-items: center; */
    height: 100%;
}
.post-unanswered-desc .count-category {
  font-size: 14px;
  font-weight: 400;
  /* justify-content: flex-end; */
  color: #666;
  /* display: flex; */
  /* align-items: center; */
  height: 100%;
}

.upvote-list-item {
    color: #019EE3;
}


/*right sidebar*/

.box-heading h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
}

.box-heading h4 a {
    color: #000;
    display: block;
}

.box-heading img {
    margin-top: -5px;
}

.leader-board-tabs .nav-pills .nav-link {
    color: #666;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
}

.leader-board-tabs .nav-pills .nav-link.active,
.leader-board-tabs .nav-pills .show>.nav-link {
    color: #666;
    background-color: #F0EFF5;
    border-radius: 10px !important;
    border: 0;
}

.leader-list {
    margin: 8px 0;
    position: relative;
}

.leader-list h5 {
    color: #000;
    font-weight: 600;
    font-family: 'averta_cyregular';
}

.view-all-footer {
    position: relative;
}

.view-all-footer a {
    color: #019EE3;
}

.badge-icon {
    margin-right: 10px;
}

.badge-icon .img-prof img {
    width: 100%;
    height: 45px;
}

.badge-info-box h5 {
    color: #019EE3;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}

.badge-info-box .timing-category {
    color: #019EE3;
}
.badge-info-box .count-category {
  color: #019EE3;
}

.badge-info-box {
    width: calc(100% - 50px);
}

.badge-info-box p {
    color: #666;
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 0;
}

.post-short-desc .profile-name-type,
.post-featured .profile-name-type {
    /* width: calc(100% - 180px); */
    width: 100%;
    white-space: pre-wrap;
}

.slick-slide .dropdown-item img {
    display: inline-block;
}


/*fixed nav*/

section.footer-mobile-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
}

.footer-mobile-menu ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.footer-mobile-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-mobile-menu ul li a {
    padding: 9px 0;
    color: #000;
    display: block;
    font-size: 12px;
    font-family: 'averta_cyregular';
}

.footer-mobile-menu ul li img,
.footer-mobile-menu ul li span {
    display: block;
    margin: auto;
}

.menu-icon {
    background: url(../images/footer-icon.png);
    width: 30px;
    height: 30px;
}

span.menu-icon.icon-posts {
    background-position: -103px -6px;
}

span.menu-icon.icon-home {
    background-position: -27px -6px;
}

span.menu-icon.icon-create-post {
    width: 60px;
    height: 50px;
    margin-top: -30px;
    background-position: -160px -100px;
}

span.menu-icon.icon-notifications {
    background-position: -248px -6px;
}

span.menu-icon.icon-challanges {
    background-position: -324px -6px;
}

li.list-item-inline.menu-post-create a {
    color: #FF384D;
}

li.list-item-inline.active a {
    color: #019EE3;
}

li.list-item-inline.active span.menu-icon.icon-home {
    background-position: -27px -46px;
}

li.list-item-inline.active span.menu-icon.icon-posts {
    background-position: -102px -46px;
}

li.list-item-inline.active span.menu-icon.icon-notifications {
    background-position: -248px -46px;
}

li.list-item-inline.active span.menu-icon.icon-challanges {
    background-position: -327px -46px;
}


/**/

.top-nav-admin span.menu-icon-top {
    background: url(../images/footer-icon.png);
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
}

span.menu-icon-top.challanges {
    background-position: 88px 1px;
}

.top-nav-admin ul.navbar-nav li {
    display: inline;
}


/* ul.navbar-nav { display: block }   */

.top-nav-admin ul {
    display: block;
    margin-bottom: 0;
}

.top-nav-admin ul li {
    display: inline-block;
    vertical-align: middle;
}

.top-nav-admin>ul>li>a {
    background: #ddd;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    padding: 0;
    position: relative;
}

span.menu-icon-top.notification {
    background-position: -240px -1px;
}

.profile-nav img {
    width: 100%;
    border-radius: 100%;
}

span.red-circle {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 12px;
    right: 15px;
    background: #f00;
    z-index: 9999;
    border-radius: 100%;
}

.profile-nav .dropdown a:after {
    content: '';
    display: none;
}

.search-header .form-control {
    background: #F0EFF5;
    border: 0;
    border-radius: 20px;
    height: 46px;
    padding-left: 10px;
}

.search-header .input-group-append .btn {
    background: #F0EFF5;
    border: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px !important;
    height: 46px;
    padding-bottom: 0;
}

header {
    background: #fff !important;
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    top:0px;
}

.brand-company img {
    height: 46px;
}

.search-header .form-control:focus {
    box-shadow: none;
}

.search-header .inpput-group .btn:focus,
.search-header .inpput-group .btn:hover,
.search-header .inpput-group .btn:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
    border: 0;
    background: #F0EFF5;
}

.page-holder {
    padding-top: 65px;
}

.sidebar-left {
    height: calc(100vh - 65px);
    background: #fff;
    position: fixed;
    transition: all 0.5s ease-in-out;
}

.sidebar-left.toggle {
    margin-left: 0px;
    transition: all 0.5s ease-in-out;
    flex: 100%;
    max-width: 100%;
    z-index: 999;
    overflow: auto;
}

.side-menu-container li.list-group-item a[aria-expanded="false"]:after {
    content: '';
    position: absolute;
    right: 10px;
    background: url(../images/angle.svg);
    top: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

.side-menu-container li.list-group-item a[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    right: 20px;
    background: url(../images/angle.svg);
    transform: rotate( 180deg);
    top: 5px;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
}

body.overlay {
    height: 100vh;
    overflow: hidden;
}

.content-area-right {
    margin-left: 16.66%;
}

.level-experience h4 {
    font-family: 'averta_cybold';
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.level-experience p {
    color: #21A179;
    font-family: 'averta_cyregular';
    font-weight: 400;
    font-size: 16px;
}

.level-counts {
    padding: 10px;
    margin: 0;
}

.level-counts span.count {
    display: block;
    font-size: 20px;
    font-family: 'averta_cybold';
}

.level-counts li.list-inline-item {
    width: 30%;
    margin: 0;
}

.level-counts .text {
    font-size: 14px;
    color: #666;
}

.expertise-level-box .view-all-footer a {
    color: #000;
}

.expertise-level-box .view-all-footer {
    background: linear-gradient(90deg, #FCEE9C, #CFA037);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.breakpints ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breakpints ul li span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

span.green-dot {
    background: #21A179;
}

span.blue-dot {
    background: #019EE3;
}

.breakpints ul li {
    font-size: 14px;
    color: #666;
}

.sidemenu-icon {
    background: url(../images/sidenav.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
}

.side-menu-container li.list-group-item.active {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd !important;
    border: 0;
    border-right: 1px solid #ddd !important;
}


span.sidemenu-icon.plan-icon {
    background-position: 0 -218px;
}

span.sidemenu-icon.order-icon {
    background-position: 0 -262px;
}

span.sidemenu-icon.questions-icon {
    background-position: 0 -308px;
}

span.sidemenu-icon.report-icon {
    background-position: 0 -350px;
}

span.sidemenu-icon.password-icon {
    background-position: 0 -396px;
}

span.sidemenu-icon.logout-icon {
    background-position: 0 22px;
}

.side-menu-container li.list-group-item a[data-toggle="collapse"] {
    font-family: 'averta_cybold';
    background: #F1F4F5;
    color: #000;
}

.side-menu-container li.list-group-item a {
    padding: 10px 10px 10px 40px;
}

.search-header-mobile.toggle-search {
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}

.search-header-mobile {
    transition: all 0.5s ease-in-out;
    margin-top: -40%;
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
}


/*modal css*/

#leaderboard-modal .modal-dialog .modal-content {
    background: linear-gradient( 45deg, #E67AA6, #FC9610);
}

.modal-info h3 {
    color: #fff;
    font-family: 'averta_cybold';
    font-size: 29px;
    margin-top: 10px;
    line-height: 35px;
}

.modal-info hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.modal-info h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'averta_cybold';
    margin-bottom: 0;
}

.modal-info p {
  color: #474747;
  font-size: 14px;
}

button.btn.btn-transparent {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    font-family: 'averta_cyregular';
    padding: 10px 25px;
}

button.btn.btn-transparent:hover {
    background: rgba(0, 0, 0, 0.5);
}

#leaderboard-modal button.close {
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -18px;
    opacity: 1;
    border-radius: 100%;
}

#leaderboard-modal button.close span {
    width: 100%;
    display: block;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#Discuss .submenu-icon {
    background: url("../images/internal-menu.svg");
    width: 25px;
    height: 28px;
    position: absolute;
    left: 10px;
    background-size: 65px;
}

#Discuss span.submenu-icon.classmate-icon {
    background-position: 0 -32px;
}

#Discuss span.submenu-icon.post-icon {
    background-position: 0 -70px;
}

#Discuss span.submenu-icon.answers-icon {
    background-position: 0 -110px;
}

#Discuss span.submenu-icon.classpost-icon {
    background-position: 0 -145px;
}

#Discuss span.submenu-icon.examwise-icon {
    background-position: 0 -182px;
}

#Discuss span.submenu-icon.subjectwise-icon {
    background-position: 0 -220px;
}

#Discuss span.submenu-icon.backbench-icon {
    background-position: 0 -256px;
}

#Discuss span.submenu-icon.history-icon {
    background-position: 0 -290px;
}

#Discuss span.submenu-icon.saved-icon {
    background-position: 0 -331px;
    height: 19px;
}

#Disccuss .sub-menu li.active span.submenu-icon.inbox-icon {
    background-position: -20px 10px;
}

#Discuss .sub-menu li.active span.submenu-icon.classmate-icon {
    background-position: -40px -32px;
}

#Discuss .sub-menu li.active a {
    background: #00C1F9;
    color: #fff;
}

#Discuss .sub-menu li.active span.submenu-icon.inbox-icon {
    background-position: -40px 0;
}

#Discuss .sub-menu li.active span.submenu-icon.post-icon {
    background-position: -40px -70px;
}

#Discuss .sub-menu li.active span.submenu-icon.answers-icon {
    background-position: -40px -110px;
}

#Discuss .sub-menu li.active span.submenu-icon.classpost-icon {
    background-position: -40px -145px;
}

#Discuss .sub-menu li.active span.submenu-icon.examwise-icon {
    background-position: -40px -182px;
}

#Discuss .sub-menu li.active span.submenu-icon.subjectwise-icon {
    background-position: -40px -220px;
}

#Discuss .sub-menu li.active span.submenu-icon.backbench-icon {
    background-position: -40px -256px;
}

#Discuss .sub-menu li.active span.submenu-icon.history-icon {
    background-position: -40px -290px;
}

#Discuss .sub-menu li.active span.submenu-icon.saved-icon {
    background-position: -40px -331px;
}


/*History page css*/

.pahe-header h3,
.heading-avbold {
    font-size: 20px;
    display: inline-block;
    margin-top: 0px;
    font-family: 'averta_cybold';
}


/* .pahe-header { margin-top: 115px; } */

.filter {
    display: inline-block;
    float: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-top: -5px;
}

.filter select.form-control {
    background: transparent;
    border: 0;
    color: #019EE3;
}

.history-list {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.history-list ul {
    margin-bottom: 0;
}

.list-item .profile-icon.profile-img-post,
.list-item .profile-icon.profile-img-post img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

.posttype-history {
    font-size: 16px;
    color: #999;
    text-overflow: ellipsis;
    font-family: 'averta_cyregular';
    white-space: nowrap;
    overflow: hidden;
}

.post-thub-img {
    max-width: 150px;
    width: 150px;
    height: 70px;
    overflow: hidden;
    align-items: end;
    float: right;
    display: flex;
    border-radius: 10px;
}

.post-thub-img img {
    width: 100%;
}

.profile-name-type {
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 30px;
}

.update-time {
    font-size: 14px;
    color: #666;
}

.history-list .list-item {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.history-list .post-icon-history {
    position: absolute;
    left: 64px;
    top: 20px;
    background: #fff;
    width: 25px;
    border: 1px solid #ddd;
    height: 25px;
    border-radius: 100%;
    padding: 0px 7px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.next-prev-list .btn.btn-prev {
    transform: rotate(180deg);
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.next-prev-list .btn.btn-next {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.answerbox-show {
    background-color: #F0EFF5;
    border-color: #D1D1D1 !important;
}

.border-accent {
    border-color: #D1D1D1!important;
}


/*my posts*/

.my-post-review .post-box.active {
    margin-top: -10px;
    margin-bottom: -10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.my-post-review .post-box.active-other-post {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.my-post-review .post-box.expert-other-post {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.my-post-review .post-box {
    background: #FFF9EC;
}

.reset-filter {
    float: right;
    margin-right: 20px;
    margin-top: 4px;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.filter-icon {
    background: url(../images/filter-icons.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    left: 10px;
    top: 6px;
    z-index: 999;
    overflow: hidden;
}

select.form-control {
    height: 40px;
}

span.select2.select2-container .select2-selection {
    line-height: 40px;
    height: 50px;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 8px;
}

.select2.select2-container {
    width: 100% !important;
}

.filter-icon.subject-wise {
    background-position: -175px 10px;
}

.filter-icon.date-wise {
    background-position: -350px 7px;
}

.filter-icon.answer-wise {
    background-position: -530px 8px;
}

.filter-box input.form-control {
    height: 50px !important;
    line-height: 50px;
}

.filter-box input.form-control {
    height: 50px;
    padding-left: 40px;
}

.fiter-box .form-control {
    border-radius: 10px;
    border-color: #aaa;
    width: 100%;
}

.filter-box ::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[type="date"] {
    position: relative;
}

input[type="date"]:after {
    content: "";
    color: #999;
    border-top: 8px solid rgba(0, 0, 0, 0.4);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 7px;
    border-bottom: 5px solid transparent;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}


/* adjust increase/decrease button */

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}


/* adjust clear button */

input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.post-detail-right {
    display: inherit;
    width: 100px;
}

.post-detail-left h2 {
    font-size: 26px;
    font-family: 'averta_cybold';
    word-break: break-all;
    white-space: pre-wrap;
}

.post-detail-userinfo .profile-name-type {
    width: auto;
}

.btn-follow,
.btn-follow:hover {
    color: #fff;
    padding: 0px 12px;
    height: 26px;
    font-size: 14px;
    font-weight: 500;
}

.post-footer-detail {
    position: unset
}

button.btn.btn-outline-secondary {
    padding: 0px 12px;
    height: 27px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    margin-left: 10px;
}

.rewarded-tag img {
    width: 20px;
    display: inline-block;
}

.rewarded-tag {
    width: 110px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    color: #D8B740;
    margin-right: 40px;
}

.post-detail-box .dropdown.post-options {
    position: absolute;
    right: 20px;
}

.reply-upboat-list ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.reply-upboat-list ul li img {
    margin-top: -4px;
    margin-right: 4px;
}

.reply-upboat-list ul li a.reply-list-item {
    color: #666;
}

.reply-upboat-list ul {
    margin-bottom: 0px;
}

.comment-box {
    background: #F0EFF5;
    border-radius: 10px;
}

.comment-box .profile-name-type {
    width: calc(100% - 50px);
}

.reply-input-box {
    background: #F0EFF5;
    border-radius: 10px;
}

.reply-input-box .form-control {
    background: transparent;
    border: 0;
    height: 40px;
}

button.btn.btn-pink-gradiant.btn-reply {
    color: #fff;
    height: 40px;
    border-radius: 20px;
}

.reply-input ul.list-inline li a {
    color: #666;
    margin-right: 20px;
}

.comment-box .profile-name-type h5 span.timing {
    color: #666;
    font-size: 14px;
    font-family: 'averta_cyregular';
    margin-left: 20px;
}

.post-footer-detail ul li {
    width: 80px;
}

.leader-board-tabs .profile-name-type {
    width: 100%;
}

.post-unanwer-type h5 {
    font-size: 14px;
    margin-bottom: 2px;
}

.post-unanwer-type p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.create-post button.close {
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    padding: 0;
    bottom: 36px;
    opacity: 1;
    border-radius: 100%;
}

.create-post button.close span {
    width: 100%;
    /* display: block; */
    /* height: 40px; */
    align-items: center;
    display: flex;
    justify-content: center;
}

.create-post .modal-header {
    background: transparent;
    border: 0;
    position: relative;
}

.create-post .modal-content {
    background: transparent;
}

.create-post .modal-body {
    background: #fff;
    border-radius: 10px;
}

.create-post .modal-header h5 {
    color: #fff;
    font-size: 30px;
    font-family: 'averta_cybold';
}

.post-type-tabs .nav-pills .nav-item .nav-link.active {
    background-color: #019EE3;
    border-color: #019EE3;
    color: #fff;
}

.post-type-tabs .nav-pills .nav-item {
    margin-right: 10px;
}

.post-type-tabs .nav-pills .nav-item .nav-link {
    border-radius: 10px !important;
    border-color: #666;
    color: #666;
    font-family: 'averta_cybold';
    padding: 10px 15px;
    height: 44px;
}

.coin-count .available-coins img {
    width: 20px;
    margin-top: -5px;
}

.coin-count .available-coins {
    width: 100%;
    text-align: right;
    margin-right: 20px;
}

.use-coin .form-control {
    height: 40px;
    padding: 10px;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.use-coins .input-group {
    background: #F0EFF5;
}

.use-coin .input-group {
    background: #F0EFF5;
    border-radius: 10px;
    width: 110px;
}

.use-coin .input-group .btn-number {
    background: transparent !important;
    color: #000 !important;
    width: 30px;
    padding: 8px 0px;
}

.new-post-icon {
    background: url(../images/plus-icon-double.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
}

.mcq-post-icon {
    background: url(../images/mcq-icon-double.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 1px;
    margin-top: -3px;
}

.post-type-tabs .nav-pills .nav-item #pills-newpost-tab.active .new-post-icon {
    background-position: 0 -30px;
}

.post-type-tabs .nav-pills .nav-item #pills-mcq-tab.active .mcq-post-icon {
    background-position: 0px -35px !important;
}

.add-post-inputbox .form-control {
    background: #F0EFF5;
    border-radius: 10px;
}

button.btn.btn-pink-gradiant.btn-next {
    color: #fff;
    border-radius: 40px;
    padding: 5px 30px;
    width: 120px;
    height: 46px;
}

.add-post-inputbox .list-inline li {
    margin-right: 30px;
}

.mcq-option span.option-list {
    width: 40px;
    height: 40px;
    border: 1px solid #dddd;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.mcq-option span.option-answer input.form-control {
    height: 40px;
    padding-left: 10px;
}

.mcq-option span.option-answer {
    width: calc(100% - 60px);
    height: 40px;
    margin-bottom: 10px;
}

.btn-more-options {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.btn-more-options:hover {
    color: #019EE3;
    text-decoration: none !important;
}

.correct-option p {
    display: inline-block;
    color: #000;
    font-family: 'averta_cybold';
    margin-right: 20px;
}

.correct-option .btn-dontknow {
    background: #21A179;
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
}

.btn-option {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #666;
    padding: 0;
    margin-right: 10px;
}

.exam-type-tabs .nav-item .nav-link {
    margin-right: 10px;
    border-radius: 10px !important;
    color: #666;
    border: 2px solid #999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.exam-type-tabs .nav-item .nav-link.active {
    color: #000;
    background: transparent;
    border-color: #000;
    font-weight: 600;
}

.exam-post-inputbox .custom-control .custom-control-input {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-label::before {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-label {
    width: 100%;
    padding-left: 0;
}

.exam-post-inputbox .custom-control.custom-radio {
    padding: 10px;
    background: #F0EFF5;
    border-radius: 10px;
}

.exam-post-inputbox .custom-control .custom-control-label::after {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-input {
    right: 0;
    left: auto;
}

.exam-post-inputbox .custom-control .custom-control-label::before {
    right: 0;
    left: auto;
    border: 2px solid #666;
    width: 20px;
    height: 20px;
}

.exam-post-inputbox .custom-control .custom-control-label {
    width: 100%;
    padding-left: 0;
    cursor: pointer;
}

.custom-ellipses {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
}

.exam-post-inputbox .custom-control.custom-radio {
    padding: 10px;
    background: #F0EFF5;
    border-radius: 10px;
    height: 50px;
    line-height: 30px;
    margin-bottom: 15px;
}

.exam-post-inputbox .custom-radio .custom-control-input:checked~.custom-control-label::after {
    right: 0;
    left: auto;
    content: '\2713';
    background-image: none !important;
    color: #fff;
    background-color: #1EB71E;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 0px 4px;
    line-height: 20px;
}

.heading-exam h4 {
    font-size: 14px;
    color: #666;
    font-family: 'averta_cybold';
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border-color: #666;
    width: 20px;
    height: 20px;
}

.exam-post-inputbox {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.exam-post-inputbox::-webkit-scrollbar {
    width: 1px;
}

.exam-post-inputbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.exam-post-inputbox::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

button.btn.btn-previous {
    background: #019EE3;
    border-radius: 40px;
    height: 46px;
    width: 120px;
    color: #fff;
    border: 0;
}

.post-type-tabs .nav-pills .nav-item:last-child {
    margin-right: 0;
}

.leaderboard-banner {
    height: 120px;
    background: linear-gradient( 45deg, #917AE6, #33B4E8);
    padding-top: 20px;
    margin-bottom: 90px;
}

.cash-box-wrapper {
    justify-content: center;
}

.cash-box-wrapper .cash-box h4 {
    color: #fff;
    font-family: 'averta_cybold';
    text-transform: uppercase;
    font-size: 14px;
}

.cash-box-wrapper .cash-box {
    text-align: center;
    margin: 0 30px;
}

.leaderbord-info .nav-item .nav-link {
    margin-right: 10px;
    text-align: center;
    border-radius: 10px !important;
    border: 1px solid #d1d1d1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #666;
    font-family: 'averta_cybold';
    background: #fff;
}

.leaderbord-info .nav-item {
    width: 33%;
    text-align: center;
}

.leaderbord-info .nav-item .nav-link.active {
    color: #fff;
    background: #019EE3;
}

.leaderboard-user {
    font-size: 20px;
    font-family: 'averta_cybold';
}

.leaderbord-info .fiter-box .form-control {
    height: 40px;
}

.leaderbord-info .filter-icon.date-wise {
    background-position: -350px 0px;
    top: 8px;
    height: 26px;
    width: 26px;
}

.leaderbord-info input[type="date"]:after {
    margin-top: 9px
}

.leaderboard-tabledata {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.leaderboard-tabledata .table thead th {
    text-transform: uppercase;
    font-family: 'averta_cyregular';
    font-weight: 400;
}

.leaderboard-tabledata .img-profile {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.table-icon {
    position: relative;
    display: inline-block;
}

.table-icon img.profile-crown {
    width: 16px;
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
}

.leaderboard-tabledata .table td:nth-child(2) {
    font-weight: 600;
    color: #000;
}

.leaderboard-tabledata .table td:nth-child(2) span {
    color: #019EE3;
}

.load-more-table {
    color: #019EE3;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.terms-conditions h4 {
    font-size: 20px;
    font-family: 'averta_cybold';
}

.terms-conditions p {
    margin-bottom: 0;
}

.leaderboard-tabledata .table {
    white-space: nowrap;
}

.profile-banner {
    background: linear-gradient(45deg, #E67AA6, #FC9610);
    height: 120px;
    position: relative;
}

.profile-banner:after {
    content: '';
    background: url(../images/sparrow.svg);
    width: 100%;
    height: 120px;
    background-repeat: repeat;
    position: absolute;
    opacity: 0.2;
}

.font-23 {
    font-size: 23px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-14 {
    font-size: 14px !important;
}

.text-ellipsis {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.font-avbold {
    font-family: 'averta_cybold';
}

.challenges-banner {
    background-color: #7D49B8;
    height: 80px;
}

.profile-info-box .profile-image {
    width: 130px;
    height: 130px;
    border: 3px solid #fff;
    overflow: hidden;
    border-radius: 100%;
    margin-top: -30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.profile-info-box .profile-image img {
    width: 100%;
}

.profile-detail-info {
    float: left;
}

.profile-detail-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: 'averta_cybold';
}

.total-posts-count,
.total-posts-count a {
    color: #666;
}

.total-posts-count span {
    margin: 0 10px;
}

.total-posts-count span:last-child {
    margin: 0;
}

.follow-button-group .btn-follow {
    height: 36px;
    border-radius: 20px;
    min-width: 90px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'averta_cyregular';
}

.follow-button-group .add-classmate {
    color: #fff;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 30px;
    font-size: 16px;
    padding: 0px 12px;
    height: 36px;
}

.follow-button-group .dropdown {
    position: absolute;
    right: 10px;
    top: 20px;
}

.about-info {
    color: #666;
}

.counter {
    float: left;
    margin-left: 70px;
}

.points-info>img {
    width: 30%;
    float: left;
    margin-bottom: 30px;
}

.counter h3 {
    font-size: 20px;
    font-family: 'averta_cybold';
}

.counter h5 {
    color: #21A179;
    font-size: 16px;
}

.counter a {
    color: #019EE3;
    margin-top: 10px;
    display: block;
}

.counter a img {
    width: 14px;
    float: revert;
}

.count-category ul li {
    width: 40%;
}

.count-category ul li h5 {
    font-size: 20px;
    margin-top: 10px;
    font-family: 'averta_cybold';
    margin-bottom: 0px;
}

.count-category ul li p {
    color: #666;
}


/* .profile-points-collect{height: 160px;} */

.my-profile-activity .nav-link {
    color: #666;
    font-size: 16px;
    font-family: 'averta_cybold';
    margin-right: 20px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.my-profile-activity .nav-link.active {
    background: transparent;
    border-color: #019EE3;
    color: #019EE3;
}

.sort-by {
    position: absolute;
    right: 0;
    margin-top: 10px;
    white-space: nowrap;
}

.filter-selection-box .fiter-box {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.people-u-know .profile-icon .img-prof,
.people-u-know .profile-icon .img-prof img {
    width: 46px;
    height: 46px;
}

.people-u-know .post-unanwer-type h5 {
    font-family: 'averta_cyregular';
    font-weight: 500;
}

.people-u-know .post-unanwer-type .color-blue {
    color: #019EE3;
}

.modal-backdrop.show {
    opacity: .9;
}

.subject-post-inputbox .custom-control .custom-control-input {
    left: 0;
    right: auto;
}

.subject-post-inputbox .custom-control.custom-radio {
    padding-left: 40px;
    overflow: hidden;
    margin-right: 10px;
}

.subject-post-inputbox .custom-control .custom-control-label::before {
    left: -30px;
    right: auto;
}

.subject-post-inputbox .custom-control .custom-control-label::after {
    left: -30px;
    right: auto;
}

.subject-post-inputbox .custom-radio .custom-control-input:checked~.custom-control-label::after {
    left: -30px;
}

.input-selected {
    padding: 15px 10px 15px 50px;
    margin-bottom: 10px;
    position: relative;
}

.filter-icon.icon-exam {
    background-position: 5px 7px;
}

.input-selected .arrow-toggle {
    content: '';
    border-top: 5px solid #666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 25px;
}

.input-selected .arrow-toggle.transform {
    transform: rotate(180deg);
}

.input-options {
    position: absolute;
    top: 55px;
    z-index: 9999;
    width: 300px;
}

.input-options input.form-control {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.option-list .custom-radio .custom-control-label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #777;
}

.option-list .custom-control-label::after {
    width: 20px;
    height: 20px;
}

.option-list .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #019EE3;
    border-radius: 100%;
    content: '\2713';
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.option-list ul {
    margin-bottom: 0;
}

.option-list ul li {
    line-height: 30px;
    margin-bottom: 5px;
}

.option-list ul li .custom-control-label {
    color: #666 !important;
    width: 100%
}

.option-button {
    background: #f1f4f5;
    border-top: 1px solid #d1d1d1;
    padding: 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.option-button .btn-black {
    color: #fff;
    background: #000;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'averta_cyregular';
    font-weight: 400;
    height: 36px;
    padding: 0;
    width: 90px;
}

.option-button .btn-link-color {
    color: #666;
    font-size: 16px;
    font-family: 'averta_cyregular';
    font-weight: 400;
}

.option-button .btn-link-color:hover {
    text-decoration: none;
    border: 0;
}

.option-list {
    max-height: 300px;
    overflow: auto;
}

.option-list::-webkit-scrollbar {
    width: 5px;
}

.option-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.option-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.modal {
    z-index: 100050;
}

.modal-backdrop {
    z-index: 100040;
}

@media(max-width:1200px) {
    .leaderboard-user {
        font-size: 16px;
        line-height: 40px;
    }
}

@media(max-width:991px) {
    .trending-slider {
        overflow-y: auto;
    }
    body {
        height: auto;
        padding-bottom: 90px;
    }
    .sort-by {
        position: unset;
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }
    .sidebar-left {
        margin-left: -100%;
        z-index: 999;
    }
    .content-area-right {
        margin-left: auto;
    }
    .post-detail-right {
        display: inherit;
        width: 100px;
        position: absolute;
        top: 10px;
        right: 0px;
    }
    .coin-count .available-coins {
        width: auto;
    }
    .add-post-inputbox .list-inline li {
        margin-right: 10px;
    }
    .modal-content {
        height: 100%;
        /* overflow: auto; */
    }
    .slick-next {
        right: 2px;
    }
    .slick-prev {
        left: 4px;
    }
}

@media(min-width:992px) {
    .right-sidebar.rightbar-dashboard {
        width: 250px;
        float: left;
    }
    .content-wrapper {
        width: calc(100% - 270px);
        float: left;
        margin-right: 20px;
    }
}

@media(min-width:577px) and (max-width:991px) {
    .create-post .modal-dialog {
        max-width: 90%;
        height: 90vh;
        overflow: auto;
    }
}

@media(max-width:767px) {
    .coin-count .available-coins {
        font-size: 12px;
        margin-right: 10px;
    }
    .post-type-tabs .nav-pills .nav-item .nav-link {
        font-size: 12px;
    }
    .add-post-inputbox .list-inline li {
        margin-right: 9px;
        margin-bottom: 20px;
    }
    .exam-post-inputbox {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }
    body {
        padding-bottom: 70px;
    }
    .fiter-box {
        margin-bottom: 15px;
    }
    .profile-points-collect {
        height: auto;
    }
    .points-info {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        float: left;
    }
    /* .counter h3 { margin-top: 0; }
.counter a { margin-top: 0; }
.points-info> img { margin-bottom: 0; } */
    .counter {
        margin-left: 10px;
        width: 100%;
        padding-bottom: 20px;
    }
    .border-xs-none {
        border: none !important;
    }
}

@media(max-width:576px) {
    .pahe-header h3 {
        display: block;
    }
    .pahe-header {
        width: 100%;
        float: left;
    }
    .post-footer {
        /* position: unset; */
        padding-bottom: 0px !important;
    }
    .post-expand {
      position: unset;
      padding-bottom: 0px !important;
  }
    .post-detail-box {
        padding-bottom: 0;
    }
    .post-footer ul li {
        margin-bottom: 10px;
    }
    .my-profile-activity .nav-link {
        font-size: 14px;
        margin-right: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .post-detail-left h2 {
        font-size: 20px;
        font-family: 'averta_cybold';
    }
    .cash-box-wrapper .cash-box img {
        width: 100%;
        max-width: 100%;
    }
    .banner-info.text-center h1 {
        font-size: 24px;
    }
    .banner-buttons .btn-pink-gradiant {
        margin-bottom: 15px;
    }
}


/* challenge */

.text-info,
.text-info:hover {
    color: #019EE3!important;
}

.challenge-card.active {
    background-color: #EFFBFF;
    border: 2px solid #019EE3 !important;
}

.btn.disabled.btn-green,
.btn:disabled.btn-green {
    opacity: 1;
    background-color: #E3E3E8;
    color: #666666;
}

.text-black {
    color: #000!important;
}

.btn-icon {
    height: 43px !important;
    width: 43px;
}

.btn-icon.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}

.mate-profile .mate-verified,
.mate-profile .mate-pro {
    position: absolute;
}

.mate-profile .mate-verified {
    margin-left: 55px;
    bottom: 0;
}

.mate-profile .mate-pro {
    position: absolute;
    right: 10px;
}


/* inbox */

.chat-main-box {
    position: relative;
    overflow: hidden;
}

.chat-main-box .chat-left-aside {
    position: relative;
    width: 300px;
    float: left;
    z-index: 9;
    top: 0px;
    border-right: 1px solid #e9ecef;
}

.chat-main-box .chat-left-aside .form-control {
    font-size: 14px;
    height: 50px;
}

.chat-main-box .chat-left-aside .open-panel {
    display: none;
    cursor: pointer;
    position: absolute;
    left: -webkit-calc(100% - 1px);
    top: 50%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 0 100px 100px 0;
    line-height: 1;
    padding: 15px 8px 15px 4px;
}

.chat-main-box .chat-left-aside .chat-left-inner {
    position: relative;
}

.chat-main-box .chat-left-aside .chat-left-inner .chatonline {
    position: relative;
    height: 100%;
}

.chat-main-box .chat-left-aside .chat-left-inner .chatonline .media-body {
    max-width: 211px;
}

.chat-main-box .chat-left-aside .chat-left-inner .form-control {
    height: 60px;
    padding: 15px;
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#e9ecef, #e9ecef);
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none {
    padding: 0px;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
    list-style: none;
    overflow: hidden;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
    padding: 10px 15px;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
    background: #d9dfe4;
}

.chat-main-box .chat-right-aside {
    width: calc(100% - 300px);
    float: left;
}

.chat-main-box .chat-right-aside .chat-rbox {
    height: 420px;
    position: relative;
}

.chat-main-box .chat-right-aside .chat-list {
    max-height: none;
    height: 100%;
    padding-top: 40px;
}

.chat-main-box .chat-right-aside .chat-list .chat-text {
    border-radius: 6px;
}

.chat-main-box .chat-right-aside .chat-list li .chat-time {
    display: block;
    text-align: left;
}

.chat-main-box .chat-right-aside .chat-list li.reverse .chat-time {
    margin-left: auto;
    text-align: right;
}

.chat-main-box .chat-right-aside .send-chat-box {
    position: relative;
}

.chat-main-box .chat-right-aside .send-chat-box .form-control {
    border: none;
    border-top: 1px solid #e9ecef;
    resize: none;
    height: 80px;
    padding-right: 180px;
}

.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
    border-color: #e9ecef;
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
    color: #212529;
    margin-right: 10px;
}

.img-circle {
    border-radius: 100%
}

.inbchat-listscroll::-webkit-scrollbar,
.inbchat-scroller::-webkit-scrollbar {
    width: 8px;
    position: absolute;
}

.inbchat-listscroll::-webkit-scrollbar-track,
.inbchat-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.inbchat-listscroll::-webkit-scrollbar-thumb,
.inbchat-scroller::-webkit-scrollbar-thumb {
    background: #888;
}

.inbchat-listscroll::-webkit-scrollbar-thumb:hover,
.inbchat-scroller::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 767px) {
    .chat-main-box .chat-right-aside {
        width: 100%;
    }
    .chat-main-box .chat-left-aside {
        left: 0;
        width: 100%;
        transition: .5s ease-in;
        background: #fff;
    }
}

.btn .text-active,
.popover-header:empty {
    display: none;
}

.right-sidebar.action-sidebar .rpanel-title.bg-white {
    color: #333 !important;
}

.right-sidebar.action-sidebar .rpanel-title.bg-white span:hover {
    color: #000;
}

.bg-grey {
    background-color: #eee;
}

.chat-list li .chat-time {
    margin-left: 0;
}

.chatxbox {
    width: 260px;
    max-height: 500px;
    position: fixed;
    right: 60px;
    bottom: 0;
    z-index: 1031;
    background-color: #fff;
}

.chatxbox.chatxbox-2 {
    right: 360px;
    width: 425px;
    max-height: 407px;
}

.user-img2 {
    width: 30px;
    position: relative;
    display: inline-block;
}

.user-img2 img {
    max-width: 100%;
}

.user-img2 .profile-status {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    right: -2px;
    position: absolute;
    top: -1px;
    width: 10px;
}

.user-img2 .online {
    background: #36bea6;
}

.chatxheader {
    background-color: #00705e;
    cursor: pointer;
}

.chatuserxscroll {
    height: 100%;
    overflow-y: auto;
    max-height: 410px;
}

.chatuserxscroll .message-box .message-widget a .user-img {
    width: 35px;
}

.chatuserxscroll .message-box .message-widget a .user-img .profile-status {
    left: auto;
    right: -3px;
}

.chatxbox.chatxbox-2 .chatuserxscroll {
    max-height: 280px;
}

.inbchat-scroller {
    overflow-y: auto !important;
}

.inbchat-listscroll {
    max-height: 528px;
    overflow-y: auto !important;
    min-height: 200px;
}

.chatonline img {
    margin-right: 10px;
    float: left;
    width: 54px;
    height: 54px;
}

.chatonline li a {
    padding: 13px 0;
    float: left;
    width: 100%
}

.chatonline li a span small {
    display: block;
    font-size: 10px
}

.chat-list {
    margin: 0;
    padding: 0
}

.chat-list li {
    list-style: none;
    margin-top: 10px
}

.chat-list li .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top
}

.chat-list li .chat-img img {
    width: 45px;
    border-radius: 100%
}

.chat-list li .chat-content {
    width: calc(100% - 50px);
    display: inline-block;
    padding-left: 15px
}

.chat-list li .chat-content .box {
    display: inline-block;
}

.chat-list li .chat-content .box.bg-light-inverse {
    color: #fff;
    background: #21A179;
}

.chat-list li .chat-time {
    display: block;
    font-size: 12px;
    color: #999;
    margin: 3px 0 0 0
}

.chat-list li.odd .chat-content {
    text-align: right;
    width: calc(100% - 0px)
}

.chat-list li.odd .box {
    clear: both;
    color: #fff;
    background: #009efb
}

.chat-list li.odd+.odd {
    margin-top: 0
}

.chat-list li.reverse .chat-time {
    text-align: left
}

.chat-list li.reverse .chat-content {
    padding-left: 0;
    padding-right: 15px
}

.chat-list li.odd .chat-time,
.chat-list li.reverse {
    text-align: right
}

.bg-grey-tone2 {
    background-color: #F0EFF5 !important;
}


/*story   */

.story-page {
    background-color: #000;
}

.stcard01 {
    background: #30E8BF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FF8235, #30E8BF);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FF8235, #30E8BF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.stcard02 {
    background: #e96443;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #904e95, #e96443);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #904e95, #e96443);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media (max-width:1000px) {
  .sto-body .sto-leftbar {
    width: 0px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 0px;
}
.sto-side-scroller {
  overflow: hidden;
  height: 0px;
  padding: 0px;
}
.sto-body.sto-plusleft {
  padding-left: 0px !important;
}
.cover-container {
  height: 100vh !important;
}
/* .app-title {
  color: black !important;
} */
}

@media (max-width: 991px) {
    body.story-page {
        height: 100%;
        padding-bottom: 0;
    }
}

.sto-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sto-deck.card-deck .card {
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1 0 0%;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

.opacity-40 {
    opacity: .4;
}

.sto-body {
    padding-right: 360px;
}

.sto-body.sto-plusleft {
    padding-left: 360px;
}

.sto-body.sto-minusright {
    padding-right: 0;
}

.sto-body .sto-sidebar {
    width: 360px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
}

.sto-body .sto-leftbar {
    width: 360px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
}

.sto-side-scroller {
    overflow-y: auto;
    height: 100%;
    padding: 15px 15px 78px 15px;
}

.sto-side-scroller2 {
    overflow-y: auto;
    height: 100%;
    padding: 15px 15px 78px 15px;
}

.sto-sidebar-footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.chat-main-box.sto-list .chat-left-aside {
    width: 100%;
    border: 0;
    z-index: auto;
}

.chat-main-box.sto-list .chat-left-aside .inbchat-listscroll {
    max-height: none;
}

.chat-main-box.sto-list .chat-left-aside .chat-left-inner .style-none li a {
    padding: 10px;
    cursor: pointer;
}

.chat-main-box.sto-list .chat-left-aside .chat-left-inner .chatonline .media-body {
    max-width: 83%;
}

.chat-main-box.sto-list .chatonline img.viewed-story {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ccc;
    height: 54px;
    width: 54px;
}

.chat-main-box.sto-list .chatonline img.new {
  border: 3px solid #fff;
    box-shadow: 0 0 0 2px #1ba8e6;
    height: 54px;
    width: 54px;
}

.chat-main-box.sto-list .chatonline div.img-circle.viewed-story {
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #ccc;
  height: 54px;
  width: 54px;
}

.chat-main-box.sto-list .chatonline div.img-circle.new {
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #1ba8e6;
  height: 54px;
  width: 54px;
}
.img-circle.profile-icon {
  flex: 0 0 54px;
}

/* .chat-main-box.sto-list.sto-viewers .chatonline div.img-circle.new {
    box-shadow: none;
} */

.chat-main-box.sto-list.sto-viewers .chat-left-aside .chat-left-inner .style-none li a {
    padding: 3px;
}

.chat-main-box.sto-list.sto-viewers .chatonline .text-body {
    font-size: 13px;
}

@media (max-width:767px) {
    .sto-body {
        padding: 0;
    }
    .sto-body .sto-sidebar {
        width: 100%;
    }
    .sto-body .sto-text {
        display: none;
    }
    .sto-photohide {
        display: none;
    }
    .sto-photo {
        position: fixed;
        width: 100%;
    }
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.color-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid;
}

.color-group.radio.selected {
  margin: 1px;
  border: 2px solid black;
  border-radius: 50%;
}

.radio-group {
  cursor: pointer;
}

.discuss-body .radio-group {
    position: relative;
    margin-bottom: 5px;
    display: table-cell;
}

.discuss-body .radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #B2EBF2;
    box-sizing: border-box;
    border: 3px solid #fff;
    cursor: pointer;
    margin: 6px 6px 0px 0px;
    transition: 0.3s;
}

.discuss-body .radio:hover {
    transition: 0.3s
}

.discuss-body .radio.selected {
    box-shadow: 0px 0px 0px 2px #9e9e9e;
    transition: 0.3s;
}
.mcq-options {
  display: flex !important;
  flex-direction: column;
  margin: 5px;
}
.default-ans {
  margin: 10px;
  display: flex;
  background: #F3F2EF;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
}
.wrong-ans {
  margin: 10px;
  display: flex;
  padding: 10px;
  border-radius: 5px;
}
.correct-ans {
  margin: 10px;
  display: flex;
  padding: 10px;
  border-radius: 5px;
}
.opt-label {
  width: 90%;
}
.undo-btn {
  text-align: end;
  margin-right: 10px;
}
.mcq-opt-btn { white-space: break-spaces;}
.remove-icon {
  cursor: pointer;
  padding-top: 10px;
}

@media only screen and (max-width:400px) {
  body {
    font-size: 11px;
  }
  .section-header h3 {
    font-size: 15px;
  }
  .section-header h3 a {
    font-size: 12px;
  }
  .text-dark {
    margin-top: 5px;
}
.profile-name-type {
  margin-right: 0px;
}
  .btn-icon {
    height: 20px !important;
    width: 20px;
}
.post-detail-left h2 {
  font-size: 18px;
}
.post-footer ul li a, .post-footer ul li {
  font-size: 12px;
  }
  .post-footer ul li .btn {
    font-size: 12px;
}
.pahe-header h3, .heading-avbold {
  font-size: 15px;
}
button.btn.btn-previous, button.btn.btn-pink-gradiant.btn-next {
  height: 40px;
  width: 100px;
}
  .profile-name-type h5 {
    font-size: 14px;
  }
  .tagx.badge.badge-primary {
    font-size: 10px;
  }
  .exam-type-tabs .nav-item .nav-link {
    margin-right: 5px;
    margin-top: 5px;
  }
  .count-category {
    font-size: 12px;
  }
  .timing-category {
    font-size: 12px;
  }
  .post-desc {
    margin-bottom: 8px;
    margin-top: 8px;
}
.post-unanswered-desc .count-category, .post-unanswered-desc .timing-category {
  font-size: 12px;
}
.profile-icon img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.input-group.flex-nowrap input {
  font-size: 14px;
}
.profile-icon {
  /* flex: 0 0 35px; */
  margin-right: 5px;
}
}
