:root {
    --bs-body-bg: #0d2136 !important;
    --bs-body-color: #fff !important;
    --bs-secondary-color: rgba(255, 255, 255, 0.75) !important;
    --bs-gutter-x: 3rem !important;
    --bs-secondary-bg: #5e6873 !important;
    --bs-tertiary-bg: #0d2136 !important;
    --bs-emphasis-color: white;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: .5;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: .5;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    opacity: .5;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg) !important;
}

.form-control,
.form-select {
    background-color: #031525 !important;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

body {
    background-color: #0d2136;
    color: white !important;
    overflow-x: scroll;
}

legend {
    font-size: 1rem;
}

form {
    width: 100%;
    margin-right: 1.5rem;
}

h4 {
    text-align: center;
    margin-top: .9rem;
    font-size: 1rem;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: white;
    height: 3rem;
    padding-top: 1rem;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
}

.modal-form {
    padding: 2rem;
    background: #0f0f0f;
    border-radius: 0.375rem;
    border: .1rem solid #ffffff54;
    width: 40rem;
    height: fit-content;
}

.form-select {
    margin: .5rem 0;
}

.sphere {
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    background: #08f;
    filter: blur(100px);
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 55%;
}

.modal {
    --bs-modal-width: 560px !important;
}

.modal-content {
    border: 0 !important;
    background-color: #0d2136 !important;
    text-align: center;
}

.modal-title {
    margin: auto;
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #031525;
}

.container-md {
    background: #0d2136;
    border-radius: 0.375rem;
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    top: 5rem;
}

.anteprima-notifica {
    width: 400px;
}

.anteprima-notifica-sdk {
    background-image: url("../images/mckp-phone.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 10rem;
    margin-top: 1rem
}

.box-notifica-ant {
    width: 85%;
    min-height: 65px;
    background: #0d2136;
    position: relative;
    margin: 0 auto;
    top: 4rem;
    border-radius: 10px;
}

.anteprima-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.anteprimaSX {
    display: flex;
    height: 100%;
}

.testo-anteprima {
    margin-bottom: 0;
    font-size: .7rem;
    line-height: 1.2;
    max-width: 38ch;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#titolo-anteprima {
    font-weight: 700;
}

.icona-app {
    background-image: url("../images/image-placeholder.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 1rem;
}

.container-testo-anteprima {
    margin: auto 0;
}

.immagine-anteprima {
    height: fit-content;
    width: fit-content;
}

#imgThumb {
    width: 50px;
    object-fit: cover;
    height: 42px;
    border-radius: 5px;
    margin: .8rem;
    display: none;
}

#selezionaTipologia {
    display: none;
}

#emailUtente {
    margin-top: .5rem;
    display: none;
}

.btn-primary {
    width: 100% !important;
}

.tipo-immagine {
    display: flex;
    justify-content: space-between;
}

#selezionaURL {
    margin-left: auto;
    width: fit-content;
    margin-top: .4rem;
}

.verticalAlign {
    vertical-align: middle;
}

.centerText {
    text-align: center;
}

.nome-file {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 15ch;
}

.nome-file-link {
    display: flex;
}

.bi-trash3-fill::before {
    color: #dc3545;
    font-size: 1.2rem;
}

.bi-box-arrow-up-right::before {
    margin-left: .4rem;
    line-height: 3 !important;
}

.risultati {
    display: block !important;
}

.containerBtnPag {
    display: flex;
    justify-content: space-between;
    margin: 0 1.6rem;
}

.btn-sm {
    --bs-btn-padding-x: .8rem !important;
    height: 2.5rem !important;
    line-height: 2 !important;
}

@media only screen and (max-width: 1199px) {
    .tipo-immagine {
        display: block;
    }

    #selezionaURL {
        margin-right: auto;
    }

    .container-md {
        margin-bottom: 8rem;
    }
}

@media only screen and (max-width: 991px) {
    .anteprima-notifica {
        margin: auto;
        margin-bottom: 2rem !important;
    }

    form {
        margin-right: 0;
    }

    .container-md {
        top: 3rem;
        margin: 0;
        max-width: 100%;
        margin-bottom: 0;
    }

    .background {
        background: #0d2136;
    }
}

@media only screen and (max-width: 450px) {
    .anteprima-notifica {
        width: 100%;
    }
}