body,
html {
    height: 100%;
}
html {
    font-size: 62.5%;
}
body {
    color: #fff;
    font-size: 1.4rem;
    background: url(../images/body-bg.webp) no-repeat center center fixed #000;
    background-size: cover;
}
.text14 {
    font-size: 1.4rem !important;
}
.text16 {
    font-size: 1.6rem !important;
}
.text18 {
    font-size: 1.8rem !important;
}
.text20 {
    font-size: 2rem !important;
}
.text22 {
    font-size: 2.2rem !important;
}
.text24 {
    font-size: 2.4rem !important;
}
.text26 {
    font-size: 2.6rem !important;
}
.text-primary {
    color: #1371de !important;
}
.text-gray1 {
    color: #393939 !important;
}
.text-gray2 {
    color: #303030 !important;
}
.text-gray3 {
    color: #b3afaf !important;
}
.text-dark {
    color: #000;
}
.bg-primary {
    background-color: #1371de !important;
}
.bg-gray1 {
    background-color: #393939 !important;
}
.bg-gray2 {
    background-color: #303030 !important;
}
.bg-gray3 {
    background-color: #7d7d7d !important;
}
.bg-gray4 {
    background-color: #474747 !important;
}
.bg-danger {
    background-color: red !important;
}
.input-group-text.bg-gray1 {
    border-color: #393939;
}
.input-group-text.bg-gray2 {
    border-color: #303030;
}
.input-group-text.bg-gray3 {
    border-color: #7d7d7d;
}
.hr-devider {
    border-bottom: 1px solid #393939 !important;
}
.hr-devider:last-child {
    border-bottom: none !important;
}
.hr-devider.hr-gray2 {
    border-color: #303030 !important;
}
.hr-devider.hr-gray3 {
    border-color: #7d7d7d !important;
}
.hr-devider.hr-gray7 {
    border-color: #848a86 !important;
}
.btn {
    font-size: 1.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-img {
    padding: 0 !important;
}
.btn-primary {
    background-color: #1371de;
}
.btn-secondary {
    background-color: #fff;
    color: #000;
}
.btn-gray1 {
    background-color: #393939;
    color: #fff;
}
.btn-gray1:hover,
.btn-gray1:focus {
    background-color: #303030;
    color: #fff;
}
.btn-gray2 {
    background-color: #303030;
    color: #fff;
}
.btn-gray2:hover,
.btn-gray2:focus {
    background-color: #393939;
    color: #fff;
}
.btn-gray3 {
    background-color: #7d7d7d;
    color: #fff;
}
.btn-gray3:hover,
.btn-gray3:focus {
    background-color: #7d7d7d;
    color: #fff;
}
.btn-gray4 {
    background-color: #474747;
    color: #fff;
}
.btn-gray4:hover,
.btn-gray4:focus {
    background-color: #474747;
    color: #fff;
}
.btn-radius {
    border-radius: 2.2rem;
}
.btn-large {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
}
.btn-transparent {
    background-color: transparent !important;
    border: none !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.btn-dropdown {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
}
.btn-dropdown:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu-dark .dropdown-item:active,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: #1371de;
}
.dropdown-menu-dark .active {
    background-color: #1371de !important;
}
.form-control,
.form-select {
    font-size: 1.4rem;
    background: #303030;
    border-color: #303030;
    color: #fff !important;
}
.form-control:focus,
.form-control:disabled,
.form-select:focus,
.form-select:disabled {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #303030;
    border-color: #303030;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
    color: #8e8e8e;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #8e8e8e;
}
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
    color: #8e8e8e;
}
.form-control::placeholder,
.form-select::placeholder {
    color: #8e8e8e;
}
.form-select {
    background-image: url(../images/icon-select.svg) !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.form-select:focus {
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.img-thumb32 {
    width: 32px;
    height: 32px;
}
.img-thumb32 img {
    width: 32px;
    height: 32px;
}
.img-thumb48 {
    width: 48px;
    height: 48px;
}
.img-thumb48 img {
    width: 48px;
    height: 48px;
}
.img-thumb40 {
    width: 40px;
    height: 40px;
}
.img-thumb40 img {
    width: 32px;
    height: 32px;
}
.img-thumb64 {
    width: 64px;
    height: 64px;
}
.img-thumb64 img {
    width: 64px;
    height: 64px;
}
.img-thumb100 {
    width: 100px;
    height: 100px;
}
.img-thumb100 img {
    width: 100px;
    height: 100px;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    background: url(../images/spacer.png) no-repeat center center fixed;
    background-size: cover;
}
.wrapper a {
    color: #fff;
    text-decoration: none;
}
.wrapper a:hover {
    color: #1371de;
}
.wrapper a.btn:hover {
    color: #fff;
}
.header-title-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid #393939;
    margin-bottom: 2rem;
}
@media (min-width: 991px) {
    .header-title-bar {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.header-title-bar p {
    font-size: 1.2rem;
}
.header-title-bar p a {
    margin-right: 4rem;
    display: inline-block;
}
a.text-white:hover {
    opacity: 0.8;
}
.content-box {
    background-color: #393939;
    width: 100%;
    border-radius: 15px;
    padding: 1.5rem 3rem 2rem;
    margin-bottom: 2rem;
}
.text-primary {
    color: #1371de !important;
}
.text-secondary {
    color: #fff !important;
}
.text-tertiary {
    color: #000 !important;
}
.bg-primary {
    background-color: #1371de;
}
.bg-secondary {
    background-color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
.img-circle {
    border-radius: 100%;
}
a.text-decoration-underline:hover {
    text-decoration: none !important;
}
.cotent {
    margin-left: 242px;
    height: 100%;
}
@media (max-width: 991.9px) {
    .cotent {
        margin-left: 0;
        padding-top: 0;
        margin-right: 0;
    }
}
.cotent .content-inner {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 990.9px) {
    .cotent .content-inner {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
.cotent .btnradious {
    border-radius: 2.2rem;
}
@media (min-width: 1300px) {
    .cotent .column-left {
        width: 304px !important;
        max-width: 304px !important;
    }
}
.section-card {
    background: #393939;
    border-radius: 1.6rem;
    padding: 2.4rem;
    margin-bottom: 2.4rem;
}
.section-card .section-card-header {
    padding-bottom: 2.5rem;
}
.thumbnail-100 {
    width: 100px;
    border-radius: 0.8rem;
}
.devider-bottom {
    border-bottom: 1px solid #393939;
    padding-bottom: 2rem !important;
    margin-bottom: 2rem !important;
}
.devider-bottom:last-child {
    border-bottom: none;
}
.devider-section {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 991px) {
    .devider-section {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.btn-actions button {
    margin-left: 0.5rem;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
}
::-webkit-scrollbar-thumb {
    background: #393939;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #1371de;
}
header {
    border-bottom: 1px solid #393939;
    padding: 0 2rem 1rem;
}
header .navbar-toggler:hover,
header .navbar-toggler:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 1200px) {
    header {
        padding: 1.5rem 5rem;
    }
}
header .navbar-brand {
    width: 200px;
}
@media (min-width: 1200px) {
    header .navbar-nav .nav-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
header .navbar-nav .nav-item .nav-link {
    font-size: 1.6rem;
    line-height: 1.6rem;
}
header .navbar-text {
    font-size: 1.6rem;
}
.section-header {
    padding-top: 1.3rem;
}
.section-header .search-bar {
    padding-left: 4rem;
    padding-right: 5rem;
    border-bottom: 1px solid #393939;
}
@media (max-width: 991px) {
    .section-header .search-bar {
        padding-bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.section-header .notification-circle {
    margin-left: 4rem;
}
@media (max-width: 991px) {
    .section-header .notification-circle {
        margin-left: 2rem;
        margin-left: 2rem;
    }
}
.section-header .notification-circle a {
    width: 25px;
    height: 26px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.section-header .notification-circle a img {
    width: 25px;
}
.section-header .form-control {
    border-radius: 20px;
    padding: 1rem 1.8rem;
    border-right: none;
    font-size: 1.4rem;
    background-color: #303030;
    border-color: #303030;
    color: #7d7d7d;
}
.section-header .input-group-text {
    background-color: #303030;
    border-radius: 20px;
    border-left: none;
    padding-right: 1rem;
    border-color: #303030;
    color: #7d7d7d;
}
.section-header .input-group-text img {
    width: 20px;
}
.btm-mobile {
    position: absolute;
    right: 25px;
    top: 10px;
    padding: 0px 10px !important;
}
@media (min-width: 991.9px) {
    .btm-mobile {
        display: none !important;
    }
}
.btm-mobile img {
    width: 16px;
    height: auto;
}
.logo-mobile {
    margin-bottom: 2rem;
    padding: 0;
}
.sidebar {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 242px;
    border-right: 1px solid #393939;
}
@media (max-width: 991.9px) {
    .sidebar {
        display: none !important;
    }
}
.sidebar h1 {
    padding: 3.3rem 0 0.9rem 5.1rem;
    font-size: 1.6rem;
    text-transform: uppercase;
}
nav.sidebar-nav {
    padding-top: 3.1rem;
}
nav.sidebar-nav ul {
    list-style: none;
    padding: 0;
}
nav.sidebar-nav ul li {
    margin-bottom: 0.1rem;
}
nav.sidebar-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
    padding-left: 5rem;
    line-height: 4rem;
}
nav.sidebar-nav ul li a:hover {
    background-color: #1371de;
    color: #fff;
}
nav.sidebar-nav ul li a i {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
nav.sidebar-nav ul li .active {
    background-color: #1371de;
    color: #fff;
}
.offcanvas-start {
    background: #000;
}
.offcanvas-start .btn-close {
    background-color: #fff;
    opacity: 1;
}
.section-left {
    background-color: #393939;
    min-height: 300px;
    border-radius: 15px;
    padding: 1.5rem 3rem 2rem;
    margin-bottom: 2rem;
}
.section-left .content-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section-left .top-bar {
    padding-bottom: 1.2rem;
}
.section-left .img-profile {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-box-shadow: -1px 1px 15px #1371de;
    box-shadow: -1px 1px 15px #1371de;
    margin-bottom: 1.5rem;
}
.section-left .btn-primary {
    -webkit-box-shadow: -1px 1px 15px #1371de;
    box-shadow: -1px 1px 15px #1371de;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section-right {
    background-color: #393939;
    min-height: 300px;
    border-radius: 15px;
    padding: 1.5rem 3rem 2rem;
}
.section-right .btn {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.section-right .input-group-large .form-control {
    border-radius: 20px;
    border-right: none;
    margin-right: 2rem;
    min-height: calc(1.5em + (1rem + 2px));
}
.section-right .input-group-large .input-group-text {
    line-height: 4.6rem !important;
    background-color: #1371de;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 3rem 0 3rem;
    border-radius: 3rem !important;
    border-color: #1371de;
    position: absolute;
    right: -5px !important;
    top: -1px;
    line-height: 3.2rem !important;
    z-index: 10;
}
.section-right .content-bar {
    padding-top: 1rem;
    padding-bottom: 0;
}
.section-right .img-circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.section-right .more-images {
    padding: 1rem 0 2.3rem;
}
.section-right .more-images .img-circle {
    margin-right: 1rem;
}
.profile-header {
    padding-bottom: 4.8rem;
}
.profile-header .profile-head .img-circle {
    width: 64px;
    height: 64px;
    margin-right: 2.4rem;
}
.profile-header .profile-title {
    font-size: 2.1rem;
}
.profile-header .profile-subtitle {
    font-size: 1.6rem;
}
.profile-chips {
    padding-bottom: 8rem;
}
.profile-chips .profile-chip {
    border-radius: 2.2rem;
    padding: 1rem 2.5rem;
    border: 1px solid #fff;
    background: transparent;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.profile-chips .profile-chip:hover,
.profile-chips .profile-chip:focus {
    background: #1371de;
    border: 1px solid #1371de;
}
.profile-chips .active {
    background: #1371de;
    border: 1px solid #1371de;
}
.profile-chips .btn {
    border-radius: 2.2rem;
    padding: 1rem 2.5rem;
}
.profile-chips .btn:hover {
    background: #1371de;
    border: 1px solid #1371de;
}
.card-actions .btn-img {
    margin-left: 1.6rem;
}
.profile-thumbnails .profile-thumbnail img {
    border-radius: 1rem;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
}
.documents-list ul {
    list-style: none;
    padding: 0;
}
.documents-list ul li {
    border-bottom: 0.5px solid #565656;
    padding: 1.2rem 0;
}
.documents-list ul li:last-child {
    border-bottom: none;
}
.documents-list ul li a {
    color: #fff;
}
.documents-list ul li i {
    width: 24px;
    height: 24px;
    padding-right: 1.6rem;
}
.documents-list ul li i img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.custom-chip {
    border-radius: 2.2rem;
    background-color: #474747;
    padding: 1rem 2.4rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.custom-chip:hover,
.custom-chip:focus {
    background: #1371de;
}
.dt-img img {
    width: 48px;
    height: 48px;
    border-radius: 0.8rem;
}
footer {
    padding-top: 0.8rem;
    padding-left: 1rem;
    padding-right: 3rem;
    border-top: 1px solid #393939;
    margin-top: 2rem;
}
footer .footer-nav li {
    margin-right: 0.7rem;
}
footer .social-media {
    text-align: center;
}
@media (min-width: 1200px) {
    footer .social-media {
        text-align: right;
    }
}
footer .social-media a {
    display: inline-block;
    margin-left: 8px;
}
footer .text-copyright {
    text-align: center;
}
@media (min-width: 1200px) {
    footer .text-copyright {
        text-align: left;
    }
}
.nav-pills .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-pills .nav-link i {
    margin-right: 1rem;
    line-height: normal;
}
.modal-profile-views {
    color: #000;
    border-radius: 1.6rem;
}
.modal-profile-views .img-size32 {
    width: 32px;
    height: 32px;
}
.modal-profile-views .modal-header {
    padding-bottom: 0;
    border-bottom: none;
}
.modal-profile-views .devider-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.login-form h1 {
    font-size: 3.2rem;
}
.login-form h2 {
    font-size: 2.4rem;
}
.login-form .form-control,
.login-form .form-select {
    font-size: 1.6rem;
    padding: 1rem 1.8rem;
}
.login-form .form-control:focus,
.login-form .form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-form .btn {
    font-size: 1.6rem;
}
.login-form .btn-lg {
    padding: 1rem 1.8rem !important;
    min-height: 50px;
    font-size: 1.6rem;
}
.login-form .btn-xl {
    padding-left: 10rem;
    padding-right: 10rem;
}
.login-form .input-group .bg-gray2 {
    border-color: #303030;
}
.login-form .input-group .input-group-text {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
.login-form .input-group .form-control {
    padding-left: 0;
}
.login-form label.btn {
    padding: 1.6rem 6rem;
    border-radius: 0;
    font-size: 1.6rem;
}
@media (min-width: 989px) {
    .login-form label.btn {
        padding: 1.6rem 7rem;
    }
}
.login-form label.btn:hover,
.login-form label.btn:focus {
    color: #fff;
}
.login-form .btn-check:active + .btn-gray2,
.login-form .btn-check:checked + .btn-gray2,
.login-form .btn-gray2.active,
.login-form .btn-gray2:active,
.login-form .show > .btn-gray2.dropdown-toggle {
    background-color: #1371de;
}
.page-settings .form-check {
    margin-bottom: 1.5rem;
}
.page-settings .form-check .form-check-label {
    padding-left: 1.6rem;
    font-size: 1.6rem;
    line-height: normal;
}
.page-settings .form-check .form-check-input {
    background-color: #303030;
    border-color: #303030;
    padding: 1.5rem;
}
.page-settings .form-check .form-check-input:checked {
    background-color: #1371de;
    border-color: #1371de;
}
.page-settings .form-check .form-check-input:focus {
    border-color: #303030 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-settings .btn-group-dark .btn {
    border-radius: 2.2rem;
    padding: 1rem 1.6rem;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-settings .btn-group-dark .btn-gray2 {
    font-size: 2rem;
}
.page-settings .btn-group-dark .form-control {
    width: 5rem;
    background-color: #303030;
    line-height: normal;
    font-size: 1.6rem;
}
.btn-group > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.page-messages .min-vh-100 {
    min-height: 80vh !important;
}
.page-messages .devider-right {
    border-right: 1px solid #393939;
}
.page-messages .circle-18 {
    width: 18px;
    height: 18px;
}
.page-messages .text10 {
    font-size: 10px;
}
.page-messages .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
    font-weight: normal;
}
.page-messages .message-bar {
    border-right: 1px solid transparent;
}
.page-messages .message-bar:hover {
    border-right: 1px solid #1371de;
}
.page-messages .message-bar.active {
    border-right: 1px solid #1371de;
}
.page-messages .nav-pills .nav-item .nav-link {
    color: #fff;
}
.message-window {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: url(../images/spacer.png) repeat;
}
@media (min-width: 990.9px) {
    .message-window {
        position: absolute;
        top: auto;
        background: transparent;
    }
}
.message-window .messages-content {
    max-height: 90vh;
    overflow-y: auto;
    margin-bottom: 2rem;
    padding-right: 1rem;
    margin-bottom: 6rem;
}
@media (min-width: 990.9px) {
    .message-window .messages-content {
        margin-bottom: 9rem;
        max-height: 50vh;
    }
}
.message-window .messages-content::-webkit-scrollbar {
    width: 5px;
}
.message-window .messages-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.message-window .messages-content::-webkit-scrollbar-thumb {
    background: #393939;
    border-radius: 10px;
}
.message-window .messages-content::-webkit-scrollbar-thumb:hover {
    background: #1371de;
}
.message-window .message-writting-input {
    width: 100vw;
}
@media (min-width: 1199px) {
    .message-window .message-writting-input {
        width: 100vw;
    }
}
@media (max-width: 360px) {
    .message-window .message-writting-input {
        width: 50vw;
    }
}
.message-window .message-window-footer {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 10vh;
}
.page-mentors .btn-actions .btn {
    margin-left: 1.5rem;
}
@media (max-width: 990.9px) {
    .page-mentors .btn-actions .btn {
        margin-left: 0;
        margin-bottom: 1rem;
        padding-left: 2rem;
        margin-right: 1rem;
    }
}
.page-mentors .form-switch {
    padding-left: 0;
    text-align: left;
}
@media (min-width: 990.9px) {
    .page-mentors .form-switch {
        width: 250px;
        padding-left: 2.5em;
    }
}
.page-mentors .form-switch .form-check-input {
    width: 4rem !important;
    height: 1.6rem !important;
}
.page-mentors .form-switch .form-check-label {
    color: #7d7d7d;
    line-height: normal;
}
.request-modal {
    position: fixed;
    bottom: 0;
    right: 10px;
    max-width: 400px;
    width: 100%;
    z-index: 25;
}
@media (max-width: 540px) {
    .request-modal {
        top: 0;
        right: 0;
        left: 0;
        max-width: 100%;
    }
}
.request-modal .request-modal-header {
    background-color: #202020;
    padding: 1.6rem 2.2rem;
}
.request-modal .hr-devider {
    border-color: #565656 !important;
}
/*# sourceMappingURL=style.css.map */


/*-----------Community CSS-----------*/


.chatsect ul,ol {
	margin:0;
	padding: 0;
}

.chatsect li {
	list-style:none;
}

.chatsect a {
	text-decoration:none;
}


:root {
	--primary-color:#1371de;
}


.chatsect p{
    font-size: 15px;
    line-height: 28px;
}

.chatsect ul li, ol li{
    line-height: 28px;
}


.col-kdf{
    display: flex; 
    justify-content: center;
}

.h3-text{
    margin: 60px 0;
}


.content-chat{
    /*margin-right: 30px;
    margin-left: 30px;   
    gap: 25px;
    padding: 20px;*/
 	display: flex;
    justify-content: center;
}

.content-chat .content-chat-user{
    border-radius: 25px;
    width: 400px;
}

.content-chat .content-chat-user .head-search-chat{
    background-color: #19b6d3;
    margin: -15px -15px 15px -15px;
    border-radius: 25px 25px 0 0;
    padding: 10px 15px;
}

.content-chat .content-chat-user .head-search-chat h4{
    color: #ffffff;
}

.content-chat .content-chat-user .search-user{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.content-chat .content-chat-user .search-user input{
    padding: 10px 15px;
    border-radius: 25px;
    border: 2px solid #949494;
    outline: none;
    width: 100%;
}

.content-chat .content-chat-user .search-user span i{
    position: absolute;
    top: 10px;
    right: 15px;
}

.content-chat .content-chat-user .list-search-user-chat {
    display: flex;
    flex-direction: column;
/*    gap: 15px;*/
    /*height: 100%;
    max-height: 430px;
    overflow-y: auto;*/
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar{
    -webkit-appearance: none;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:vertical {
    width:10px;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button:increment,
.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button {
    display: none;
} 

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:horizontal {
    height: 10px;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-thumb {
    background-color: #19b6d3;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.content-chat .content-chat-user .list-search-user-chat .user-chat{
    /*display: flex;
    gap: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    background: #f5f5f5;*/
        display: flex;
    /* gap: 15px; */
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    background: #f5f5f5;
    height: 69px;
    margin:10px 0;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat:hover{
    background-color: #adcae7;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat.active{
    background-color: #c5e2e8;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img .online{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    font-size: 20px;
    background-color: #009975;
    border-radius: 50%;
    border: 3px solid #ffffff;  
    box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img .offline{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    font-size: 20px;
    background-color: #bb4315;
    border-radius: 50%;    
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-message-user{
    display: block;
    padding:0 15px;
    border-radius: 25px;
    max-width: 700px;
    width: 100%;
}

.content-chat .content-chat-message-user.active{
    display: block;
}


.content-chat .content-chat-message-user .head-chat-message-user{
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    border-radius: 25px 25px 0 0;
    background-color: #19b6d3;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.content-chat .content-chat-message-user .head-chat-message-user img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.content-chat .content-chat-message-user .head-chat-message-user .message-user-profile small {
    display: flex;
    gap: 5px;
}

.content-chat .content-chat-message-user .head-chat-message-user .message-user-profile small .online{
    width: 10px;
    height: 10px;
    font-size: 20px;
    background-color: #009975;
    border-radius: 50%;
    border: 3px solid #ffffff;  
    box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-message-user .head-chat-message-user .message-user-profile small .offline{
    width: 10px;
    height: 10px;
    font-size: 20px;
    background-color: #bb4315;
    border-radius: 50%;
    border: 3px solid #ffffff;  
    box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-message-user .body-chat-message-user {
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
    padding: 20px;
    height: 425px;
    margin: 11px 0;
/*    overflow: auto;*/
    background-color: rgb(0 0 0 / 40%);
    border-radius: 5px;
}

.body_custom ul {
    overflow-y:scroll;
}

.body_custom ul::-webkit-scrollbar {
  display: none;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar{
    -webkit-appearance: none;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar:vertical {
    width:10px;
    border-radius: 25px;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-button:increment,
.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-button {
    display: none;
} 

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar:horizontal {
    height: 10px;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-thumb {
    background-color: #19b6d3;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-img{
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text{
    position: relative;
    padding: 15px 25px;
    background-color: #ffffff;
    border-radius: 15px;
    color: #949494;
    max-width: 250px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text::before{
    content: '';
    position: absolute;
    top: -26px;
    left: 15px;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 15px solid #ffffff;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-img{
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text{
    position: relative;
    padding: 15px 25px;
    background-color: #c5e2e8;
    border-radius: 15px;
    color: #949494;
    width: 250px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text::before{
    content: '';
    position: absolute;
    top: -26px;
    right: 15px;
    border-right: 0px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #c5e2e8;
}

.content-chat .content-chat-message-user .footer-chat-message-user {
    background-color: #adcae7;
    padding: 15px 25px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.content-chat .content-chat-message-user .footer-chat-message-user .message-user-send{
    position: relative;
    width: 100%;
}

.content-chat .content-chat-message-user .footer-chat-message-user .message-user-send input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
    outline: none;
    border: 2px solid #949494;
}

.content-chat .content-chat-message-user .footer-chat-message-user button{
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background-color: #1371de;
    color: #ffffff;
    cursor: pointer;
    border:1px solid var(--primary-color);
    transition:0.5s ease-in-out;
}

.content-chat .content-chat-message-user .footer-chat-message-user button:hover{
    /*background-color: #daa520;*/
    border:1px solid var(--primary-color);
    background:transparent;
    transition:0.5s ease-in-out;
    color:var(--primary-color);
}

@media (max-width: 913px){
    .content-chat{
        padding: 0px;
    }

    .content-chat .content-chat-user {
        max-width: 300px;
        width: 100%;
    }

    .content-chat .content-chat-message-user {
        background-color: #ffffff;
        padding: 15px;
        border-radius: 25px;
        max-width: 600px;
        width: 100%;
    }
}

@media (max-width: 728px){
    .content-chat {
        display: flex;
        flex-direction: column;
    }

    .content-chat .content-chat-user {
        box-sizing: border-box;
        max-width: 1000px;
        width: 100%;
    }

    .content-chat .content-chat-message-user {
        box-sizing: border-box;
        max-width: 1000px;
        width: 100%;
    }

    .content-chat .content-chat-user .list-search-user-chat {
        box-sizing: border-box;
        max-width: -moz-fit-content;
        max-width: fit-content;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        overflow-x: auto;
        max-height: -moz-fit-content;
        max-height: fit-content;
        padding: 15px;
    }

    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar{
        -webkit-appearance: none;
    }
    
    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:vertical {
        width:10px;
    }
    
    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button:increment,
    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button {
        display: none;
    } 
    
    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    
    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-thumb {
        background-color: #19b6d3;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }
    
    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-track {
        border-radius: 10px;  
    }
    

    .content-chat .content-chat-user .list-search-user-chat .user-chat {
        width: 60px;
        height: 60px;
        padding: 10px;
        background-color: #19b6d3;
        max-height: -moz-fit-content;
        max-height: fit-content;
        border-radius: 50%;
    }

    .content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-text {
        display: none;
    }
}




/*---------Sohom's Custom CSS--------------*/

.dflexy {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.chatsect .cstmbtn {
  background: var(--primary-color);
  padding: 11px 18px;
  display: inline-block;
  margin-right: 16px;
  color: #fff;
  border-radius: 5px;
  font-size:16px;
}

.chatsect .cstmbtn:hover {
    color:#fff;
}

.chatsect  .nav-link {
	padding:14px 18px !important;
	color:#fff;
	border:1px solid var(--primary-color) !important;
	margin:10px 0;
	height:69px;
	border-radius: 5px 0 0 5px !important;
	display: block !important;
    font-size: 16px;
}

.chatsect  .nav-link.active {
	background: var(--primary-color) !important;
}

.chatsect  .nav-link.active:hover {
   color:#fff !important;
}

/*.nav-link.active::before{
	content:'';
	position:absolute;
	width:3px;
	height: 3px;
	top:0;
	left:0;
	background-color: red;
}
*/

.chatsect  .nav-link:hover {
	color:#fff !important;
}


.body_custom li {
	padding: 3px 0;
	font-size: 15px;
	color:#dfdede;
}

.content-chat .hdngcty h3 {
    color: #1371de;
    font-size: 28px;
    font-weight: 600;
} 

.content-chat .hdngcty p {
	margin: 0;	
	color:#dfdede;
}

.hdngcty span {
	color:var(--primary-color);
}


.content-chat .content-chat-user .list-search-user-chat .user-chat.active {
    background-color: #adcae7;
}

.chatsect .user-chat-text p {
    color:#333;
}

.chatsect .user-chat-text small {
    color:#333;
}




