:root {
    --principal: #93187C;
    --principal-hover: #752280;
    --header: #141414;
    --aside: #2B2B2B;
    --background: #E9E9EB;
    --button2: #D1D1D5;
    --button2-hover: #B5B5BB;
    --secondary: red;
    --custom1: blue;
    --static1: blue;
    --static2: blue;
    --brouillon: rgba(155, 0, 0, 0.2);
    --en-attente-de-signature: rgba(0, 155, 0, 0.2);
    --signe: rgba(0, 0, 155, 0.2);
    --refuse: rgba(0, 155, 155, 0.2);
    --annule: rgba(155, 0, 155, 0.2);
}

input, select, textarea{
    outline: none !important;
}

.row {
    --bs-gutter-x: 0 !important;
}

p, a, h1, h2, h3, h4, h5, h6, span, button {
    font-family: 'Montserrat';
}

h1 {
    font-weight: 800 !important;
    color: var(--principal) !important;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 25px !important;
}

h2 {
    font-weight: 600 !important;
    color: var(--principal) !important;
    font-size: 24px !important;
}

li {
    list-style-type: circle;
}

li::marker {
    width: 100px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--background);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--principal);
    scrollbar-width: thin;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--principal-hover);
}

a:link {
    text-decoration: none;
    color: initial;
}


a:visited {
    text-decoration: none;
    color: initial;
}


a:hover {
    text-decoration: none;
    color: initial;
}


a:active {
    text-decoration: none;
    color: initial;
}

p {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 22px;
}

.txt{
    font-size: 12px;
}

/* ************ HEADER BEGIN ************* */
header {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100px;
    background-color: var(--header);
    top: 0;
    position: relative;
    z-index: 999;
}

/* LOGO BEGIN */

header .logo {
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
}

header .logo img {
    height: 60px;
    margin: 0 20px;
}

/* LOGO END */

/* ICONS BEGIN */

header .left-icons {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 10px;
}

header .left-icons i {
    color: var(--static1);
    background-color: var(--principal);
    border-radius: 250px;
    height: 25px;
    width: 25px;
    margin: 10px;
    text-align: center;
}

header .right-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}

header .right-icons img {
    color: white;
    background-color: var(--principal);
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .icons i::before {
    vertical-align: sub;
    font-size: 22px;
}

header .right-icons i:hover {
    cursor: pointer;
}


header .right-icons p {
    color: var(--button2);
}

header .right-icons p:hover {
    color: var(--button2-hover);
}

header .right-icons a {
    margin-right: 40px;
}

/* ICON END */

/* ***************** HEADER END ****************** */

/* ***************** BREADCRUMB BEGGIN ****************** */
#breadcrumb-container {
    --bs-breadcrumb-margin-bottom: 0;
}

#breadcrumb {
    background-color: var(--button2);
    width: 100%;
    --bs-breadcrumb-padding-x: 10px;
    --bs-breadcrumb-padding-y: 10px;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-breadcrumb-item-padding-x: 10px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 20px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: black;
}

#breadcrumb .breadcrumb-item, .active>a {
    color: var(--principal);
}

#breadcrumb .breadcrumb-item {
    list-style: none;
}

#breadcrumb .breadcrumb-item a:hover {
    color: var(--principal);
}

/* ***************** BREADCRUMB END ****************** */

/* ************* BODY BEGIN *************** */


/* NAVBAR BEGIN */

body .page-container {
    display: flex;
}

body .page-container.page-removed .column-right {
    margin-left: 100px;
    max-width: calc(100% - 50px);
}

body .page-container .column-right {
    transition: margin-left .6s ease-in-out;
    width: 100%;
    background-color: var(--background);
    margin-left: 300px;
    max-width: calc(100% - 300px);
}

body .navbar a.navbar_link {
    width: 100px;
}

body .page-container:not(.page-removed) a.navbar_link {
    width: 260px;
    border-radius: 22px;
    margin: 5px 20px;
}

body .page-container:not(.page-removed) #navbar img {
    margin-left: 10px;
}

body .navbar a {
    display: block;
}

/* body .page-container:not(.page-removed) .navbar a {
    transition: width calc(.5s * var(--i)) linear;
} */

body .page-removed .navbar a {
    transition: width calc(0.1s * var(--i)) linear;
}

body .navbar_link img {
    width: 25px;
    height: 25px;
    /* margin-left: 10px; */
}

body .page-removed .navbar_link.active img {
    width: 35px;
    background-color: var(--principal);
    border-radius: 100%;
    height: 35px;
    padding: 5px;
}

body .page-removed .navbar_link:hover img {
    width: 35px;
    background-color: var(--principal-hover);
    border-radius: 100%;
    height: 35px;
    padding: 5px;
}

body .page-removed .navbar_link {
    justify-content: center;
}

body .page-container.page-removed .navbar a p {
    translate: -200px;
}

body .navbar a p {
    transition: translate calc(0.1s * var(--i)) ease-in-out;
    margin-left: 50px;
    position: absolute;
    font-weight: 600;
    font-size: 14px;
}

body .navbar_links {
    width: 100%;
    padding: 0;
}

body .navbar_link li {
    display: flex;
    justify-content: flex-start;
    color: white;
    height: 45px;
    flex-wrap: wrap-reverse;
    align-content: center;
    align-items: center;
}

body .page-removed .navbar_link li {
    justify-content: center;
}

body .navbar_link i {
    align-items: center;
    position: absolute;
}

body .navbar_link {
    text-transform: uppercase;
}

body .navbar_links a {
    color: var(--button2-hover);
    text-decoration: none;
    text-decoration: underline;
    font-size: 12px;
}

body .navbar_link p {
    margin: 0;
    margin-left: 10px;
}

body .navbar_link i {
    width: 20px;
    margin-left: 20px;
    display: flex;
    flex-wrap: inherit;
    align-content: center;
    justify-content: center;
}

body .navbar_link:hover, body .navbar_link.active {
    /* background-color: var(--principal); */
    font-weight: bold;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

body div.page-container:not(.page-removed) .navbar_link.active {
    background-color: var(--principal);
}

body div.page-container:not(.page-removed) .navbar_link:hover {
    background-color: var(--principal-hover);
}

body .navbar {
    width: 300px;
    background-color: var(--aside);
    margin-bottom: 10px;
    padding-bottom: 50px;
    padding-top: 100px;
    overflow-y: auto;
    align-items: initial;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99;
}

body .page-removed .navbar {
    width: 100px;
}

.navbar .user-navbar {
    display: flex;
    align-items: center;
    margin: 5px 20px;
}

.page-removed .navbar .user-navbar {
    margin: 5px 0px;
    justify-content: center;
}

.page-removed .navbar .user-navbar .user-navbar-name {
    display: none;
}

.navbar .user-navbar p {
    color: white;
    line-height: 18px;
    font-weight: 600;
}

.navbar .user-navbar img {
    margin: 15px;
    background-color: var(--principal);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}


/* BURGER */

body .burger {
    display: none;
}

/* ARROW BEGIN*/

body #burger {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 10px;
    color: white;
}

body #burger i {
    font-size: 30px;
}


body #burger:hover i {
    cursor: pointer;
    color: var(--principal);
}

body .page-container #angle-right {
    display: none;
}

body .page-removed #angle-right {
    display: flex;
}

body .page-removed #angle-left {
    display: none;
}

/* ARROW END */

/* NAVBAR END */

/* *********************** BODY END ******************* */

/* *********************** DATATABLE ****************** */
.table-footer-datable {
    display: flex;
    justify-content: space-between;
}

.dataTables_wrapper {
    overflow: auto;
    margin: 40px;
    min-height: 100vh;
}

.dataTables_wrapper th.no-sort::before, .dataTables_wrapper th.no-sort::after {
    content: "" !important;
}

.dataTable thead .sorting_asc::after, .dataTable thead .sorting_desc::after {
    color: var(--background);
    opacity: inherit !important;
    content: "\02C5" !important;
    background-color: var(--principal);
    text-align: center;
    border-radius: 0% 0% 50% 50% / 0% 0% 100% 100%;
    padding-left: 6.75px;
    padding-right: 6.75px;
    padding-bottom: 1.5px;
}

.dataTable thead .sorting_asc::before, .dataTable thead .sorting_desc::before {
    content: "\02C4" !important;
    color: var(--background);
    opacity: inherit !important;
    background-color: var(--principal);
    text-align: center;
    border-radius: 50% 50% 0% 0% / 100% 100% 0% 0%;
    padding-left: 6.75px;
    padding-right: 6.75px;
    padding-top: 1.5px;
}

.dataTables_filter {
    margin: 10px;
}

.dataTables_wrapper tbody td {
    border-top: 1px solid var(--aside);
    vertical-align: middle !important;
}

.dataTables_wrapper td img {
    /* margin: 0 !important; */
}

.dataTables_wrapper tr td:last-child {
    text-align: center;
}

.dataTables_wrapper .filter-left {
    float: left;
}

.dataTables_wrapper .filter-center {
    text-align: center;
    display: flex;
    justify-content: center;
}

/* 
.dataTables_wrapper td button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.dataTables_wrapper th.no-sort {
    cursor: auto !important;
    pointer-events: none !important;
}

.dataTables_wrapper .column_id {
    display: none;
}

/* *********************** DATATABLE END ****************** */

/* ********************** DASHBOARD BEGIN ******************* */

.title_dashboard {
    font-family: 'Montserrat';
    margin-top: 25px;
    margin-bottom: 25px;
}

.title_dashboard h2 {
    margin: 0;
}

.body_dashboard .alert {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    --bs-alert-padding-x: 0;
    --bs-alert-padding-y: 0;
}

.body_dashboard .alert a {
    background-color: var(--principal);
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    color: white;
}

.body_dashboard .alert a:hover {
    background-color: white;
    color: var(--principal);
    border: solid 1px var(--principal);
}

.body_dashboard .add-button {
    margin-top: 0;
}

/* ********************** DASHBOARD END ******************* */

/* *********************** FILTER **************** */

.filter-container select{
    display: inline-block;
    width: 250px;
    height: 50px;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 25px;
    background: #ffffff;
    color: #888;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter-container .select_arrow_container{
    background-color: var(--principal);
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    pointer-events: none;
}

.filter-container .select_arrow{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 14px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.filter-container {
    /* float: right; */
    position: absolute;
    margin-top: 50px;
    right: 80px;
    z-index: 9;
}

.filter-container a {
    padding: 0 5px;
}

.filter-container a:hover {
    color: var(--principal-hover);
}

.filter-container a.active {
    color: var(--principal);
}

/* *********************** FILTER END **************** */

/* ********* LINE DATATABLE BACKGROUND COLOR ************** */

tr.brouillon {
    background-color: var(--brouillon) !important;
}

tr.en-attente-de-signature {
    background-color: var(--en-attente-de-signature) !important;
}

tr.signe {
    background-color: var(--signe) !important;
}

tr.refuse {
    background-color: var(--refuse) !important;
}

tr.annule {
    background-color: var(--annule) !important;
}

/* ********* LINE DATATABLE BACKGROUND COLOR END ************** */

/* *********************** INPUTS FORM **************** */

.padding-r-form {
    padding-left: 0 !important;
    padding-right: 2% !important;
}

.padding-rl-form {
    padding-left: 2% !important;
    padding-right: 2% !important;
}

.padding-l-form {
    padding-left: 2% !important;
    padding-right: 0 !important;
}

label {
    font-weight: bold;
}

input:not(.numInput), textarea {
    border: 1px solid var(--background) !important;
    border-radius: 25px !important;
    padding: 15px !important;
    outline: none;
}

input:not(.numInput):not([type='checkbox']) {
    height: 50px;
}

input[type='checkbox'] {
    flex: 1;
}

.input-container {
    align-items: center;
    margin-bottom: 10px;
}


/* #customer_identity_creationDate select {
   height: 40px;
   border: 1px solid var(--background);
   width: 70px;
} */

#customer_identity_creationDate_month {
    border-radius: 15px 0 0 15px;
}

#customer_identity_creationDate_year {
    border-radius: 0 15px 15px 0;
}

/* #save_identity {
    margin: 0;
    margin-left: 10px;
} */

.col-2 .input-container {
    justify-content: center;
}


.col-2 .input-container input {
    margin-left: 5px;
}

.textarea-container {
    padding: 12px 0;
}

.textarea-container label {
    font-weight: bold;
    padding-bottom: 10px;
}

.textarea-container textarea {
    border: 1px solid var(--background);
    border-radius: 15px;
    height: 150px;
    padding: 15px;
}

.btn_btn button {
    margin: 0;
}

.input-container-duo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
}

.input-container-duo label{
    flex: 1;
}

.container-duo{
    flex: 2;
}

.container-duo div{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.container-duo div input{
    width: 100%;
}

.container-duo div p{
    margin-right: 10px;
}

.btn_btn {
    display: flex;
    justify-content: center;
}

.row label {
    width: 225px;
}

.container_duo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.container_duo input {
    margin: 0 15px 0 15px;
}

.input-container select {
    border: 1px solid var(--background);
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 20px;
    height: 50px;
    outline: none;
}

/* *********************** INPUTS FORM END **************** */

/* *********************** MENU INNER ********************* */

.menu-inner-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 20px 40px;
}

.menu-inner-container .menu-inner-item {
    color: black;
    text-decoration: none;
}

.menu-inner-container a {
    text-decoration: none;
    background-color: var(--button2);
    flex: 1;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-inner-container a.active .menu-inner-item {
    color: white;
}

.menu-inner-container a:hover {
    background-color: var(--button2-hover);
    box-shadow: 5px 5px 5px 1px #88888840;
}

.menu-inner-container a.active {
    background-color: var(--principal);
    box-shadow: 5px 5px 5px 1px #88888840;
}

/* *********************** MENU INNER END ***************** */

/* *********************** FULL CALENDAR ****************** */

.fc-col-header-cell {
    background-color: var(--principal);
}

.fc-col-header-cell a, .fc-col-header-cell a:hover {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

/* *********************** FULL CALENDAR END ************** */

/* *********************** GED BEGIN ************************** */

.ged-container {
    display: flex;
    flex-wrap: wrap;
}

.ged-container .file-container {
    width: 200px;
    padding: 15px;
}

.ged-container .file-icon {
    text-align: center;
    padding-bottom: 10px;
}

.ged-container .file-name {
    max-width: 200px;
    text-align: center;
}

.dropzone-container {
    border: 5px solid blue;
    width: 200px;
    height: 100px;
}

/* *********************** GED END ************************** */

/* *********************** User Section ********************* */

.form-user-container {
    padding: 20px 0;
}

.user-section {
    display: flex;
    border-bottom: 2px solid var(--principal);
    padding: 20px;
    margin-bottom: 20px;
}

.user-section .user-section-plus {
    margin: auto 20px;
    color: var(--principal)
}

.user-section .user-section-plus:hover {
    color: var(--principal-hover)
}

.user-section .photo-user {
    margin: auto;
    text-align: center;
    width: 80px;
    height: 80px;
}

.form-user-container .photo-user {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin: 0 auto 10px auto;
}

.form-user-container .photo-user img, .user-section .photo-user img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.user-section .user-container {
    padding: 0 20px;
}

.user-section .user-actif .name-container {
    color: var(--principal);
    font-weight: 600;
}

.user-section .name-container {
    display: flex;
    justify-content: center;
}

/* *********************** User Section END ********************* */

/************************** OTHER ***************************/

.input-rs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.input-rs input {
    width: calc(100% - 20px);
}

.fa-square-facebook {
    color: #3B5998;
}

.fa-linkedin {
    color: #0E76A8;
}

.fa-square-twitter {
    color: #00ACEE;
}

.btn-absolute {
    float: right;
    margin-top: 55px;
}

.link-btn-absolute {
    position: absolute;
    margin-left: auto;
    right: 80px;
    z-index: 9;
}

.content-container .btn-absolute{
    margin-top: 0;
}

.add-button:not(.btn-absolute) {
    margin-left: auto;
    margin-bottom: 20px;
}

.btn-erp {
    background-color: var(--principal);
    border: none;
    height: 44px;
    border-radius: 22px;
    color: white;
    font-weight: 600;
    padding: 0 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.btn-plus::before {
    content: "\2b";
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    padding-right: 10px;
}

.btn-sync::before {
    content: "\f021";
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    padding-right: 10px;
}

.btn-save::before {
    content: "";
    background-image: url(../icons/save.svg);
    margin-right: 10px;
    margin-left: -10px;
    width: 30px;
    height: 30px;
}

.save-button {
    float: right;
    margin-top: -65px;
    margin-right: 50px;
}

.content-container {
    margin: 40px;
    background-color: white;
    min-height: 100vh;
    border-radius: 30px;
    padding: 40px;
}

.content-container table.dataTable tbody th, .content-container table.dataTable tbody td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.dataTables_wrapper table.dataTable {
    padding-top: 30px;
    /* margin: 40px; */
    background-color: white;
    /* min-height: 100vh; */
    border-radius: 30px;
    padding: 40px;
}

.dataTables_wrapper input{
    background-color: white !important;
}

.dataTables_wrapper .table-footer-datable .dataTables_paginate .paginate_button:not(.next):not(.previous){
    width: 40px;
    height: 40px;
}

.dataTables_wrapper .table-footer-datable .dataTables_paginate .paginate_button,
.dataTables_wrapper .table-footer-datable .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .table-footer-datable .dataTables_paginate .paginate_button:hover{
    color: black !important;
    border-radius: 100%;
}

.dataTables_wrapper .table-footer-datable .dataTables_paginate .paginate_button:hover{
    background: var(--principal-hover);
    border: none;    
}

.dataTables_wrapper .table-footer-datable .dataTables_paginate .next:hover,
.dataTables_wrapper .table-footer-datable .dataTables_paginate .prev:hover{
    background: none;
    border: none;
}

.dataTables_wrapper .dataTables_length label{
    font-weight: 400;
}

.dataTables_wrapper input[type=search]::-webkit-search-cancel-button{
     -webkit-appearance: none; 
    background: url(../icons/cross.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
}    

.dataTables_wrapper input[type=search]{
   background: url(../icons/search.svg);
   background-size: 52px;
   background-position: center;
   background-repeat: no-repeat;
   background-position-x: 0; 
   padding-left: 60px !important;
   width: 250px;
}    

.dataTables_wrapper .dataTables_length{
    margin-top: auto;
    margin-bottom: auto;
}

.dataTables_wrapper .table-footer-datable .dataTables_paginate .paginate_button.current{
    background-color: var(--principal) !important;
    color: white !important;
}

.dataTables_wrapper input::after{
    content:"";
    background-color: var(--principal);
}

.dataTables_wrapper .table-footer-datable select{
    border-radius: 33px !important;
    background: linear-gradient(90deg, white 0%, white 65%, var(--principal) 65%, var(--principal) 100%);
}

table button img {
    width: 30px;
    display: block;
    margin: auto;
}

/* .content-container table button {
    width: 30px;
} */

form .input-container {
    width: 100%;
    display: flex;
}

form .input-container label {
    flex: 1;
}

form .input-container input[type="text"], form .input-container input[type="number"], form .input-container select, form .input-container input[type="email"] {
    flex: 2;
}

form textarea {
    width: 100%;
}

.title-section {
    width: 100%;
    display: flex;
}

.title-section .title-section-line {
    border-bottom: 2px solid #777;
    width: 100%;
}

.title-section p {
    border-bottom: 0;
    padding-right: 20px;
    font-size: 30px;
    font-weight: 800;
}

.tile-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.tile-container .event-info {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1;
}

.tile-container .event-date {
    font-weight: 600;
}

.tile-container h3 {
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
}

.tile-container .creation-date {
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
}

.tile-container .status {
    font-style: italic;
    font-size: 18px;
}

.tile-container .status-10::before {
    color: var(--brouillon);
}

.tile-container .status::before {
    content: "\25CF";
    padding-right: 10px;
    font-size: 22px;
}

.tile-container .info ul li {
    list-style-type: "•";
    list-style-position: inside;
}

.tile-container .info ul li::marker {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 800;
}

.tile-container .info ul {
    padding: 0;
    font-weight: 600;
}

.tile .tile-btn {
    width: 100%;
    justify-content: center;
    display: block;
    margin-top: auto;
    text-align: center;
    width: 100%;
    vertical-align: bottom;
    bottom: 30px;
    position: absolute;
    left: 0;
}

.tile .tile-btn button {
    width: 150px;
    height: 40px;
    background-color: white;
    border-radius: 25px;
    color: var(--principal);
    border: solid 2px var(--principal);
    font-weight: bold;
}

.tile .tile-btn button:hover {
    background-color: var(--principal);
    color: white;
}


.tile-container .tile {
    box-shadow: 0px 0px 11px 5px #CCCCCC40;
    /* margin: 50px 50px 50px 0; */
    padding: 30px 30px;
    border-radius: 30px;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
    margin: 50px 30px;
}

.tile-container>div {
    padding: 20px;
    max-width: 300px;
}

.bottom-container button {
    margin-top: -10px;
}

.bottom-container h2 {
    display: inline;
}

.file-container img {
    margin-bottom: 20px;
}

.file-container {
    display: flex;
    margin: 10px 0 20px 0;
    flex-wrap: wrap;
}

.file-container>.file {
    text-align: center;
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    margin: 10px 30px;
    background-color: white;
    box-shadow: 0px 0px 11px 5px #CCCCCC40;
    padding: 20px;
    border-radius: 20px;
}

.file-container>a:hover {
    color: var(--principal);
}

.details-table{
    width: 100%;
}

.details-table tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.details-table td, .details-table th{
    width: 100%;
}

.details-table th{
    color: var(--principal);
    font-weight: 600;
}