@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: Roboto, serif;
}

.row-actions {
    display: flex;
    align-items: center;
    gap: 10px;

    svg {
        width: 18px;
        height: 18px;
    }

    .delete-link svg {
        width: 20px;
        height: 20px;

        path {
            stroke: #d90000;
        }
    }
}

.delete-row svg {
    width: 20px;
    height: 20px;

    path {
        stroke: #d90000;
    }
}

.navbar.shadow-sm {
    box-shadow: none !important;
    border-bottom: 1px solid #eaeaea;
}

.navbar {
    a {
        color: #000;
    }
}

.hidden-elem {
    display: none !important;
}

form {
    input[type=text], input[type=password], input[type=file], textarea, select {
        background-color: #fff !important;
    }
}
.preview-image {
    width: 100%;
    max-width: 90px;
    border-radius: 7px;
}
.alert {
    ul {
        margin: 0 0 0 20px;
        padding: 0;
    }
}
.form-check-input + .form-check-label {
    opacity: 0.5;
    transition: opacity 0.1s ease;
}

.form-check-input:checked + .form-check-label {
    opacity: 1;
    color: #000 !important
}
.flat-input {
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none !important;
}
.copy-link {
    svg {
        /*width: 21px;*/
        /*height: 21px;*/
    }
}
.download-row {
    display: flex;
    align-items: center;
    gap: 5px;

    .delete-row {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
    }

    .inp-size {
        width: 120px;
    }
}
.downloads {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
