/*.file-download-box {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 15px;
    margin-bottom: 20px;
}

.file-download-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-download-icon svg {
    width: 30px;
    height: 30px;
}

.file-download-name {
    font-size: 16px;
    font-weight: bold;
    max-width: 200px;
}

.file-download-btn {
    padding: 8px 15px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.file-download-btn:hover {
    opacity: 0.9;
}

.file-download-desc {
    font-size: 14px;
    color: #6c757d;
}

.download-code {
    cursor: pointer;
}

.download-code:hover {
    text-decoration: underline;
}

#custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

#custom-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.zib-widget {
    margin-bottom: 20px;
}

.form-switch {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.form-switch::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    top: 1px;
    left: 1px;
    transition: 0.3s;
}

input:checked + .form-switch {
    background-color: #007bff;
}

input:checked + .form-switch::after {
    left: 21px;
}*/
.\36 kefile-download-icon svg{
  width: 45px;
  height: 45px;
}
#\36 keluntan_niubihhh {
  border-radius: var(--main-radius);
}
#\36 keluntan_niubihhh a{
    color: #fff

}
.download-code {
    cursor: pointer;
    transition: color 0.3s;
}

.download-code:hover {
    color: #1677FF;
    text-decoration: underline;
}