.ManhDev-nav-icon {
    font-size: 18px;
    color: white;
    width: 30px;
}

.ManhDev-nav-image {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 10px
}

.bg-l-ManhDev {
    color: white;
    background: #eb542a linear-gradient(100deg, #293650 0, #0d3655 100%) !important;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    margin: 10px 0px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 100% !important;
}

.bg-l-ManhDev > i {
    margin-right: 8px;
    margin-left: 5px;
    font-size: 18px;
}

.bg-l-ManhDev img {
    width: 25px;
    border-radius: 5px;
    margin-right: 10px;
}

.bg-l-ManhDev-d {
    color: white;
    background: #eb542a linear-gradient(100deg, #b5bcc2 0, #c9c9c9 100%) !important;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    margin: 10px 0px;
    align-items: center;
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.card {
    border-radius: 10px !important;
}

.ManhDev-nav-tabs .ManhDev-link img {
    height: 20px;
}

.accordion-item {
    width: 100% !important;
}

.title-pro {
    font-size: 16px !important;
    font-weight: 700;
}

h5 {
    font-family: sans-serif, sans-serif !important;
    font-weight: 500;
    margin: 5px 0px;
}

.ManhDev-Link-Social {
    border: 2px dotted !important;
    background-color: none !important;
    margin: 5px;
    border-radius: 100%;
    padding: 3px;
    width: 45px;
    height: 45px;
}

.ManhDev-Link-Social.Api {
    border-radius: 0px;
    width: 100%;
    text-align: center;
    margin: 10px;
    align-items: center;
    height: auto;
    border: 1px solid !important;
}

.ManhDev-Link-Social.Api:last-child {
    border: 1px solid !important;
}

.ManhDev-Link-Social.active {
    border: 1px solid !important;
}

.ManhDev-Link-Social.Api.active {
    background-color: #006666 !important;
    color: white !important;
    border: 1px solid #006666 !important;
}

.ManhDev-Link-Social img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.ManhDev-Justify-Center {
    justify-content: center;
}

.btn-block {
    width: 100%;
}

.banner {
    margin-bottom: 10px;
}

.banner img {
    width: 100%;
    border-radius: 5px;
}

.list-services {
    margin: 10px 0px;
}

.list-services > ul {
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    justify-content: start;
    cursor: grab;
    scroll-behavior: smooth;
}

.list-services > ul > li {
    width: 200px;
    margin-right: 10px;
    text-align: center;
    scroll-snap-align: start;
    flex-shrink: 0;
    position: relative;
}
.list-services > ul > li:last-child {
    margin-right: 0px;
}

.list-services > ul > li > img {
    border-radius: 5px;
    object-fit: cover;
}

.list-services > ul > li > .title {
    font-size: 17px;
}

.list-services > ul:active {
    cursor: grabbing;
}

.list-services > ul::-webkit-scrollbar {
    display: none;
}

.w-20 {
    width: 20px;
    margin-right: 10px;
}

.btn-light > img {
    border-radius: 5px;
}

.ManhDev-Link-Game {
    border: 2px dotted !important;
    background-color: none !important;
    margin: 5px;
    border-radius: 10px;
    padding: 3px;
    height: 100px;
}

.ManhDev-Link-Game img {
    width: 100%;
    height: 100%;
    border-radius:8px;
}

.ManhDev-Link-Game.active {
    border: 2px solid !important;
}

.tooltips {
    z-index: 1080;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
    border-radius: 5px;
    background-color: #0091ff;
    color: white;
    padding: 5px 10px;
}

.list-categoris-game {
    position: relative;
}

.list-categoris-game:hover .tooltips{
    opacity: 1;
}

.ManhDev-list-question {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.ManhDev-list-question > li {
    font-size: 15px;
}

.ManhDev-list-question > li::before {
    content: "✔";
    color: #028ffa;
    margin-right: 5px;
}

.border-r-5 {
    border-radius: 5px;
}

.border-r-10 {
    border-radius: 10px;
}

.border-doted-right {
    border-right: 1px dotted #a0a0a0;
    padding-right: 10px;
    margin-right: 10px;
}

.social-follow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.social-follow > li {
    text-align: center;
    width: 100%;
}

.list-mail {
    margin: 0px;
}

.list-mail > .inbox-data {
    border: 1px dotted;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
}

.list-mail > .inbox-data > .inbox-user p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

.list-mail > .inbox-data > .inbox-message .email-data {
    display: flex;
    justify-content: space-between;
}

.list-mail > .inbox-data > .inbox-message div {
    margin-bottom: 5px;
    margin-top: 5px;
}

.list-mail > .inbox-data > .inbox-message div:last-child {
    margin-bottom: 0px;
}

.swal2-container {
    z-index: 999999999999;
}

.text-end {
    text-align: end !important;
}

.text-right {
    text-align: right !important;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.preview-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px
}

.list-message {
    margin: 10px 0px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    clear: both;
    height: 50vh;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    overflow-y: auto;
    box-sizing: border-box;
}

.list-message > .item-message {
    margin: 10px 0px;
    width: 100%;
    border-radius: 5px;
    color: white;
}

.list-message > .me-message {
    background-color: #0091ff;
    float: right;
    text-align: end;
    padding: 10px;
    border-radius: 5px;
    max-width: 60%;
}

.list-message > .admin-message {
    background-color: #0d3655;
    float: left;
    text-align: start;
    padding: 10px;
    border-radius: 5px;
    max-width: 60%;
}
.list-message > .item-message .message {
    display: block;
    line-height: 1.5em;
}

.list-message > .item-message > .time {
    font-size: 10px;
    display: block;
    color: #ffffff;
    margin-top: 10px;
    text-align: right;
}
.img-ManhDev-SS {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    object-fit: cover;
}

.btn-purple {
    background-color: rgb(204, 40, 204);
    color: white
}

.btn-outline-purple {
    border: 1px solid rgb(204, 40, 204);
    color: rgb(204, 40, 204);
}

.btn {
    margin: 8px 0px;
}

.custom-file-input-ManhDev {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.custom-file-label {
    display: inline-block;
    padding: .375rem .75rem;
    cursor: pointer;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    text-align: left;
    color: rgb(84, 84, 84);
}

.custom-file-label:hover {
    color: #6a6a6a
}

.list-nav-ManhDev {
    display: inline-block;
    justify-content: space-between;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.list-nav-ManhDev > .nav-item-ManhDev {
    float: left;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
}

.list-nav-ManhDev > .nav-item-ManhDev > .nav-link-ManhDev {
    font-size: 16px;
}

.list-nav-ManhDev > .nav-item-ManhDev > .nav-link-ManhDev.active {
    color: #0091ff;
    border-bottom: 2px solid #0091ff;
    padding-bottom: 10px;
}

.tab-content-ManhDev {
    width: 100%;
    margin: 10px 0px;
}

.tab-content-ManhDev > .tab-pane-ManhDev {
    display: none;
    width: 100%;
}

.tab-content-ManhDev > .tab-pane-ManhDev.active {
    display: block;
}

.position-a {
    position: absolute;
    top: 10px;
    right: 10px
}

.list-image-source-demo {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.list-image-source-demo > li {
    float: left;
    width: calc((100% - 10px) / 4);
    margin: 5px;
    position: relative;
}

.list-image-source-demo > li > span {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: crimson;
    border-radius: 10px;
    padding: 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 10px;
}

.list-image-source-demo > li > span > i {
    font-size: 10px;
    color: white;
    margin: 5px;
}

.list-image-source-demo > li > img {
    width: 100%;
    border-radius: 5px;
}

.img-Source-ManhDev {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.text-left {
    text-align: left !important;
}

.d-ManhDev-f {
    display: flex;
}

.d-ManhDev-f > .chia-title {
    margin: 5px;
    width: 100%;
}

.d-ManhDev-f > .chia-title:first-child {
    width: 10%;
}

.d-ManhDev-f > .chia-title > img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.from-listen-music {
    width: 100%;
    background: #565b65;
    border-radius: 3px;
}

.from-listen-music > .title-demo {
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding: 10px 5px;
    margin-bottom: 5px;
    font-size: 18px;
    color: white
}

.from-listen-music > .music-demo {
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.from-listen-music > .music-demo > span {
    width: 100%;
    text-align: center;
}

.from-listen-music > .music-demo > span > i {
    font-size: 18px;
}

@media (max-width: 750px) {
    .d-ManhDev-f > .chia-title > img {
        width: 200px;
        height: auto;
    }

    .d-ManhDev-f > .chia-title:first-child {
        width: 20%;
    }

    .note-track {
        display: none;
    }
}