body {
    background-color: #1e1e1e;
    color: #d4d4d4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1{
    font-weight: bold;
}

.container {
    margin-top: 30px;
}

.code-title {
    font-weight: bold;
    /* margin-top: 20px; */
}

.descTxt{
    color: #7b7b7b;
}

.code-snippet {
    background-color: #252526;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}

p{
    margin: 0;
}

.text-primary{
    color: #1d91de!important;
}

.copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #2d2d2d;
    border: none;
    color: #a6a6a6;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.copy-btn i {
    margin-right: 5px;
}

.copy-btn:hover {
    background-color: #007acc;
    color: #fff;
}

.copy-btn.copied {
    background-color: #4caf50;
    color: #fff;
}

.divider {
    border-top: 1px solid #404040;
    margin-top: 30px;
    margin-bottom: 50px;
}

.download-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 55px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #007acc;
    border: 2px solid #007acc;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

.download-btn:hover {
    background-color: #005b9a;
}

.download-text {
    color: #d4d4d4;
    font-size: 16px;
    border: 2px solid #007acc;
    border-left: none;
    border-radius: 0 25px 25px 0;
    padding: 11px 18px 11px 32px;
    margin-left: -22px;
    display: inline-flex;
    align-items: center;
}

.download-btn-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.watch-video {
    color: #a6a6a6;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    padding-top: 20px;
    display: inline-block;
}

.watch-video:hover {
    text-decoration: underline;
}

.modal-content {
    background-color: #2d2d2d;
    color: #d4d4d4;
}

.modal-header .modal-title {
    color: #fff;
}

.modal-title{
    font-weight: bold;
}

.modal-header{
    border-bottom: 0px;
}

.modal-header .btn-close {
    filter: invert(1);
}

h6{
    color: #a6a6a6;
}

.soda {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1000;
}