﻿:root {
    --backgroundColor: #171717;
}

@font-face {
    font-family: "Bryant";
    font-style: normal;
    font-weight: normal;
    src: url(/Content/fonts/BryantRegular.TTF) format("truetype");
}

@font-face {
    font-family: "BryantBold";
    font-style: normal;
    font-weight: 700;
    src: url(/Content/fonts/BryantBold.TTF) format("truetype");
}

progress::-moz-progress-bar {
    background: #13d0ca;
}

progress::-webkit-progress-value {
    background: #13d0ca;
}

progress {
    color: #13d0ca;
    border-radius: 5px;
    display: none;
}

.jumbotron {
    padding: 4rem 2rem;
    background-color: var(--backgroundColor);
    height: 100vh;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

.logo {
    width: 70px;
    display: inline-block;
}

.btn-primary {
    background: #13d0ca !important;
    border-color: #13d0ca !important;
}

h1 {
    display: inline-block;
    position: absolute;
    padding-left: 1rem;
}

body {
    font-family: "Bryant";
}

body.loading {
    background: var(--backgroundColor);
}

body:not(.loading) {
    background: lightgray;
}

body.loading #background-video, body.loading #video-overlay, body.loading #background-container {
    display: none;
}

body:not(.loading) #background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    object-fit: cover;
}

#background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: -100;
}

#background-container.visible {
    opacity: 1;
}

#background-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

    #background-shadow.visible {
        opacity: 1;
    }


/*
.card-left .card {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2rem !important;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), inset 0 4px 20px rgba(255, 255, 255, 0.3);
}

.card-left .card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem !important;
    backdrop-filter: blur(1px);
    box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 1), inset 0px -9px 0px -8px rgba(255, 255, 255, 1);
    opacity: 0.6;
    z-index: -1;
    filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
}
*/
.card-left .card {
    width: 300px;
    padding: 2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}

#video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/*    body:not(.loading) {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url( '/Content/images/backgroundnew2.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }*/

/*
.background-mask {
    background: url('/Content/images/backgroundnew2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: abos
}*/

.loader-mycloud {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid rgb(1, 235, 252);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 0px 100px rgb(1, 235, 252), inset 0px 0px 10px rgb(1, 235, 252),0px 0px 5px rgb(255, 255, 255);
    animation: flicker 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 500px) {
    .card-preview .card {
        max-width: none !important;
        width: 65vw !important;
        max-height: 100%;
    }
}

.card-preview video {
    border-radius: 15px;
    width: 100%;
    max-height: 50vh;
    object-fit: contain;
}

.card-preview img {
    border-radius: 15px;
    width: 100%;
    max-height: 50vh;
    object-fit: contain;
}

    .loader-mycloud .loader-symbol {
        height: auto;
        width: 37px !important;
        cursor: pointer;
        animation: symbolflicker 2s linear infinite;
    }

@keyframes flicker {
    0% {
        border: 2px solid rgb(1, 235, 252);
        box-shadow: 0px 0px 100px rgb(1, 235, 252), inset 0px 0px 10px rgb(1, 235, 252), 0px 0px 5px rgb(255, 255, 255);
    }

    5% {
        border: 1px solid rgba(1, 235, 252, 0.5);
        box-shadow: 0px 0px 60px rgba(1, 235, 252, 0.5), inset 0px 0px 5px rgba(1, 235, 252, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.5);
    }

    10% {
        border: 2px solid rgb(1, 235, 252);
        box-shadow: 0px 0px 100px rgb(1, 235, 252), inset 0px 0px 10px rgb(1, 235, 252), 0px 0px 5px rgb(255, 255, 255);
    }

    25% {
        border: 1px solid rgba(1, 235, 252, 0.5);
        box-shadow: 0px 0px 60px rgba(1, 235, 252, 0.5), inset 0px 0px 5px rgba(1, 235, 252, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.5);
    }

    30% {
        border: 2px solid rgb(1, 235, 252);
        box-shadow: 0px 0px 100px rgb(1, 235, 252), inset 0px 0px 10px rgb(1, 235, 252), 0px 0px 5px rgb(255, 255, 255);
    }

    100% {
        border: 2px solid rgb(1, 235, 252);
        box-shadow: 0px 0px 100px rgb(1, 235, 252), inset 0px 0px 10px rgb(1, 235, 252), 0px 0px 5px rgb(255, 255, 255);
    }
}

@keyframes symbolflicker {
    0% {
        opacity: 1;
    }

    5% {
        opacity: 0.5;
    }

    10% {
        opacity: 1;
    }

    25% {
        opacity: 0.5;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.container-fluid {
    height: 100vh;
}

.card-left {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.card-left .card {
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1) !important;
    border: none;
    padding: 1.5rem !important;
    border-radius: 50px !important;
    box-shadow: rgba(58, 59, 69, 0.2) 0px 0.15rem 1.75rem 0px !important;
}

.loading .logo-wrapper {
    display: none;
}

.logo-wrapper {
    position: absolute;
    top: 25px;
    left: 25px;
    outline: none;
    text-decoration: none;
}

.logo-navbar {
    max-width: 200px;
    height: auto;
}

.logo-title {
    color: white;
    font-family: "Bryant";
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

.upload-file {
    border: none;
    display: flex;
    padding: 0.8rem 1.5rem;
    background-color: black;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    user-select: none;
    gap: 0.75rem;
    transition: all 0.6s ease;
}

    .upload-file:hover {
        box-shadow: 0 4px 6px -1px #00000031, 0 2px 4px -1px #00000017;
    }

    .upload-file:focus,
    .upload-file:active {
        opacity: 0.85;
        box-shadow: none;
    }

    .upload-file svg {
        width: 1.25rem;
        height: 1.25rem;
    }

.copy-link {
    border: none;
    display: flex;
    padding: 0.8rem 1.5rem;
    background-color: black;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    user-select: none;
    gap: 0.75rem;
    transition: all 0.6s ease;
    height: 44px;
    margin-bottom: .5rem;
}

    .copy-link:hover {
        box-shadow: 0 4px 6px -1px #00000031, 0 2px 4px -1px #00000017;
    }

    .copy-link:focus,
    .copy-link:active {
        opacity: 0.85;
        box-shadow: none;
    }

    .copy-link svg {
        width: 1.25rem;
        height: 1.25rem;
    }

.cancel-file {
    border: none;
    display: flex;
    padding: 0.8rem 1.5rem;
    background-color: #e63946;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    user-select: none;
    gap: 0.75rem;
    box-shadow: 0 4px 6px -1px #e6394631, 0 2px 4px -1px #e6394617;
    transition: all 0.6s ease;
}

    .cancel-file:hover {
        box-shadow: 0 10px 15px -3px #e639464f, 0 4px 6px -2px #e6394617;
    }

    .cancel-file:focus,
    .cancel-file:active {
        opacity: 0.85;
        box-shadow: none;
    }

.close-upload {
    border: none;
    display: flex;
    padding: 0.8rem 1.5rem;
    background-color: #e63946;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    user-select: none;
    gap: 0.75rem;
    box-shadow: 0 4px 6px -1px #e6394631, 0 2px 4px -1px #e6394617;
    transition: all 0.6s ease;
}

    .close-upload:hover {
        box-shadow: 0 10px 15px -3px #e639464f, 0 4px 6px -2px #e6394617;
    }

    .close-upload:focus,
    .close-upload:active {
        opacity: 0.85;
        box-shadow: none;
    }

.upload-container svg {
    width: 1.25rem;
    height: 1.25rem;
}

.buttons-container {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

small {
    font-size: 13px;
}

.upload-container.d-none {
    display: none !important;
}

#uploadButton.disabled {
    background-color: black;
    cursor: not-allowed;
}

.loader-container {
    margin: 0px auto;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
}

.loader {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2), inset 0 0 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top: 8px solid black;
    animation: spin 1.5s linear infinite;
}

.percentage {
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
    color: black;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#fileList {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.file-item {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.file-item span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: calc(100% - 50px);
    line-height: 27px;
    text-align: left;
    font-size: 13px;
}

.file-item .remove-button {
    position: absolute;
    top: -4px;    
    right: -7px;
}

.remove-button {
    border: none;
    background: transparent;
    display: flex;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    user-select: none;
    gap: 0.75rem;
    transition: all 0.6s ease;
}

button.copy {
    background-color: #f2f7fa;
    width: 130px;
    height: 36px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 700ms;
    font-size: 14px;
}

    button.copy span:first-child {
        color: #212529;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    button.copy span:last-child {
        position: absolute;
        color: #b5ccf3;
        opacity: 0;
        transform: translateY(100%) translateX(-50%);
        height: 14px;
        line-height: 13px;
    }

    button.copy:focus {
        background-color: #13cfc9;
        width: 120px;
        height: 40px;
        transition-delay: 100ms;
        transition-duration: 500ms;
    }

        button.copy:focus span:first-child {
            color: white;
            transform: translateX(-50%) translateY(-150%);
            opacity: 0;
            transition-duration: 500ms;
        }

        button.copy:focus span:last-child {
            transform: translateX(-50%) translateY(-50%);
            opacity: 1;
            transition-delay: 300ms;
            transition-duration: 500ms;
            color: white;
        }

        button.copy:focus:end {
            background-color: #ffffff;
            width: 120px;
            height: 40px;
            transition-duration: 900ms;
        }

.centralize {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.description {
    margin-top: 10px;
    color: #b5ccf3;
}

.modern-success-message {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    /*background: linear-gradient(135deg, #13d0ca, #0f9e99);*/
    background: rgba(18, 208, 202, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    color: white;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    width: 370px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .modern-success-message.show {
        opacity: 1;
    }

    .modern-success-message:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    }

.close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
    transform: translateY(-50%);
}

    .close-btn:hover {
        opacity: 1;
    }

.icon-wrapper {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.success-icon {
    width: 40px;
    height: 40px;
}

.text-wrapper .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.text-wrapper .message {
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.85;
}

.modern-success-message::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 370px;
    height: 100px;
    background: radial-gradient( circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) );
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}

.modern-success-message:hover::before {
    transform: rotate(90deg);
    opacity: 0.5;
}

.modern-error-message {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    /*background: linear-gradient(135deg, #e63946, #b92b39);*/
    background: rgba(230, 57, 70, 0.4);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    color: white;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    width: 370px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.modern-error-message::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 370px;
    height: 100px;
    background: radial-gradient(circle, rgba(230, 57, 70, 0.3), rgba(230, 57, 70, 0));
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}

.modern-error-message:hover::before {
    transform: rotate(90deg);
    opacity: 0.7;
}

.modern-error-message.show {
    opacity: 1;
}

#copy svg {
    width: 1rem !important;
    height: 1rem !important;
}

#complete-animation {
    max-width: 100px;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2.5rem
}

#main-message.complete {
    font-size: .9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.transfer-link{
    margin-bottom: .5rem;
}

.file-attachment {
    background: rgba(0, 0, 0, 0.5) !important;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: auto;
    margin-left: .8rem;
    margin-right: .8rem;
    border-radius: 15px;
    font-size: 14px !important;
    max-height: 150px;
    overflow-y: auto;
}

.downloader__top-icon {
    cursor: pointer;
    transition: transform 3s ease, fill 0.2s ease;
}

.downloader__top-icon.clicked {
    animation: scaleEffect 3s ease infinite;
    fill: #ff6347;
}

@keyframes scaleEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.card {
    position: relative;
    min-height: 265px;
    border: 2px dashed white;
}

.card.dragging {
    border: 2px dashed black !important;
    background-color: #e3e5ee !important;
}

.card.dragging::after {
    content: "Largue os ficheiros aqui";
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #333;
    padding: 1rem;
    border-radius: 8px;
    z-index: 999;
    text-transform: uppercase !important;
}

.card.dragging::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 54px;
    background-image: url('/Content/images/upload-drop.png');
    background-size: cover;
    background-position: center;
    z-index: 9999;
}

.card.dragging > *:not(.dragging) {
    display: none;
}

@media only screen and (max-width: 518px) {
    .modern-error-message, .modern-success-message {
        transform: translateX(-50%);
        left: 50%;
        max-width: calc(100% - 20px);
    }
}

.dropdown-toggle {
    border: 1px solid black;
    width: calc(100% - 55px);
    position: relative;
    line-height: 32px;
    font-size: 15px;
    text-align: left;
    padding-left: 25px;
    border-radius: 50px;
    color: black;
}

/*.dropdown-toggle::before {
    content: 'Duração';
    position: absolute;
    left: 19px;
    top: -8px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
}*/

.dropdown-toggle::after {
    position: absolute;
    right: 17px;
    top: 19px;
    color: black;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:focus-visible, .dropdown-toggle:active{
    border-color: black !important;
    background:black;
    color: var(--bs-btn-hover-color);
}

.dropdown-toggle:hover::after, .dropdown-toggle:focus::after, .dropdown-toggle:focus-visible::after, .dropdown-toggle:active::after {
    color: white !important;
}

.dropdown-menu {
    width: calc(100% - 55px);
    opacity: 0;
    transform: translateY(0) translateX(28px);
    transition: opacity 200ms ease, transform 200ms ease;
    display: block;
    pointer-events: none;
    box-shadow: rgba(58, 59, 69, 0.2) 0px 0.15rem 1.75rem 0px !important;
    border: none;
    border-radius: 25px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5) !important;
}

.dropdown-item {
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background-color: black;
}

.dropdown-menu.show {
    opacity: 1 !important;
    transform: translateY(0);
    pointer-events: auto;
}

.btn-default {
    border: 1px solid black;
    color: black;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-default:hover svg circle, .btn-default:focus svg circle, .btn-default:active svg circle {
    stroke: #fff;
}

.btn-default:hover svg line, .btn-default:focus svg line, .btn-default:active svg line {
    stroke: #fff;
}

.lead {
    font-size: .9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
}

#fileList {
    width: calc(100% - 55px);
    background: rgba(0, 0, 0, 0.5) !important;
    position: relative;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: .8rem;
    margin-right: .8rem;
    font-size: 14px !important;
    overflow-y: auto;
    padding-left: 3px;
    border-radius: 15px;
}

#fileList:not(:empty)::before{
    content: 'Lista de ficheiros';
    font-size: 15px;
    font-weight: 600;
}

#fileList:empty {
    border: none !important;
    display: none;
}

#addFileButton, #addFolderButton {
    width: 122px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 50px;
}

#addFileButton svg {
    margin-top: -4px;
}

#addFolderButton svg {
    margin-top: -4px;
}

.file-list-container {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

.buttons-upload {
    justify-content: center;
    gap: 20px;
    margin-top: 1.5rem;
}

button{
    border-radius: 50px !important;
}

.swal2-popup {
    border-radius: 50px;
}

p small{
    color: black;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(15px) !important;
    color: white !important;
}

div:where(.swal2-container) div:where(.swal2-popup) h2, div:where(.swal2-container) div:where(.swal2-popup) .swal2-html-container{
    color: white !important;
}

.swal2-confirm {
    background: black !important;
}

.loading .background-number{
    display: none;
}

.background-number {
    position: absolute;
    left: 22px;
    bottom: 0;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (max-width: 358px) {
    .buttons-upload {
        gap: 5px !important;
    }

    #addFileButton, #addFolderButton {
        width: auto !important;
    }
}

@media only screen and (max-width: 375px) {
    .dropdown-toggle {
        width: 100% !important;
    }
}

.block-img{
    max-width: 100px;
}

.copyright {
    letter-spacing: 1px;
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 17px;
    right: 22px;
    color: white;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}