html,
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    position: relative;
    z-index: 99;
}

body::-webkit-scrollbar {
    display: none;
}


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}


.dt-text::-webkit-scrollbar {
    width: 4px;
    display: block;
}

.dt-text::-webkit-scrollbar-thumb {
    background-color: var(--bg-btn);
    border-radius: 999px;
}

.dt-text::-webkit-scrollbar-track {
    background: #E6E6E6;
}

@media (min-width:768px) {
    .heading::after {
        left: 12px;
        width: calc(100% - 12px);
    }
}
