:root {
    --type_width: 190px;
    --type_gap: 5px;
}


body {
    font-family: Open Sans;
}

pre {
    font-family: "Open Sans";
}

main {
    min-height: 88vh;
}

a {
    text-decoration: none;
}

.email-copy {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.btn-color {
    color: #17a2b8;
    font-size: 1rem!important;
}

.green {
    color: green;
}

.copy-button {
    color: black!important;
    cursor: pointer;
}

.full-height {
    height: 100vh;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

footer {
    color: white!important;
    height: 12vh;
    position: inherit;
    bottom: 0;
    width: 100%;
    background-color: black;
}

.logo-nav {
    height: 5vh;
}


.btn:not(.dropdown-toggle){
    color: white!important;
}

.navbar {
    background-color: #000000!important;
}

.fond-logo {
    display: flex;
    width: 5vh;
    justify-content: center;
    align-items: center;
}

.page-title {
    margin-bottom: 60px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: x-large;
    background-color: rgba(0, 0, 0, 0.05);
}

.page-title-settings {
    margin-bottom: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: x-large;
    background-color: rgba(0, 0, 0, 0.05);
}

.lien-footer {
    color: white!important;
    text-decoration: none;
}

.btn-login {
    background-color: black;
}

.div-login {
    background-color: rgba(0, 0, 0, 0.05);
    flex-direction: column;
}

.logo-login {
    margin-bottom: 1rem;
}

.btn-list {
    cursor: pointer;
}

.btn-action {
    width: 10%;
}

.btn-list-column {
    display: flex;
    justify-content: center;
}

#sortable {
    list-style-type: none;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: grab;
}

.list-group-item:active {
    cursor: grabbing;
}

.btn-licence {
    position: absolute;
    width: 12%;
    right: 2rem;
    bottom: 1rem;
}

.display-key {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new {
    width: 125px;
    align-self: flex-start;
}

.container-table {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#smtp_form{
    min-width: 700px;
}

.GoForm_docs {
    padding: 5px;
    background-color: lightgray;
    width: var(--type_width);
    height: 80px;
    margin: var(--type_gap) var(--type_gap) 0 var(--type_gap);
    border: 1px solid darkgray;
    border-radius: 5px 5px 0 0 ;
}

.GoForm_docs a{
    cursor: pointer;
    text-decoration: none;
}

.new-btn-title {
    margin-top: 15px;
}

.jour-container {
    display: grid;
    /*grid-template-columns:  25% 30% 25% 5%;*/
    grid-template-columns: repeat(4, fit-content(100%));
    gap: 30px;
    align-items: center;
    justify-items: center;
}


.half-day-container {
    width: 100%;
}

.time-container {

    display: grid;
    align-items: center;
}

.time-container.am {
    grid-template-columns: repeat(3,fit-content(100%));
}

.time-container.pm {
    grid-template-columns: repeat(2,fit-content(100%));
}

.xmark {
    transform: rotateZ(45deg);
}

.jour-list {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 4px;
}

#jour-list-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.jour-list-title {
    margin: 0;
}


.document-wrapper {
    width: var(--type_width);
    height: 120px;
    margin: 0 var(--type_gap) var(--type_gap) var(--type_gap);

    padding: 5px;
    overflow-y: scroll;

    border: 1px solid darkgray;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #eee;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #aaa;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #000;
}


.documents-container {

    display: flex;
    flex-direction: column;
    align-items: end;

    overflow-x: hidden;

}

.document-title {
    margin: 0;
    font-size: 12px;
}

.document-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

.type-container {

}


@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.generate-icon-container {
    height: fit-content;
}

.link-generator:focus {
    outline: none;
}

.generate-icon-container.active {
    -webkit-animation: rotating 2s linear infinite;
}

.fa-cog.active {
    -webkit-animation: rotating 2s linear infinite;
}

.fa-gear.active {
    -webkit-animation: rotating 2s linear infinite;
}

#btnGenerateAndDownloadAllDocuments {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.hidden {
    display: none;
}

.document-menu-item {
    justify-content: flex-end;
    flex: 1 1 auto;
    display: flex;
}

.document-menu-item-settings {
    justify-content: flex-end;
    flex: 1 1 auto;
    display: flex;
    max-height: 7vh;
}

a.menu-link.active {
    background-color: white;
    border-right: none!important;
}

.menu-link {
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    background-color: lightgray;
    border: 1px solid #e9ecef;
    text-decoration: none!important;
    color: black!important;
}

.menu-link-settings {
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    text-decoration: none!important;
    color: rgb(0 0 0 / 66%)!important;
}

.menu-link-settings.active.show {
    color: rgb(0 0 0 / 90%)!important;
}



.link-upload {
    color: #000
}



.red {
    color: red;
}

a.disabled {
    pointer-events: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 10px;
    height: 10px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000000;
    border-color: #000000 transparent #000000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 4px solid #000000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#modal-loader {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#smtp_Login_Pwd {
    display: none;
}

#smtp_Login_Pwd.displayed {
    display: flex;
}

.card-document {
    min-height: 15rem;
    margin-bottom: 15px;
}

.gear-document {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 3px;
    margin-top: 2px;
}

.refresh {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 25px;
    margin-top: 2px;
}

.card-document .card-title {
    font-size: 15px;
}

.col-documents {
    min-width: 370px;
    max-width: 500px;
}

.doc-name {
    margin-right: 10px;
    width: 80%;
    text-align: start;
    font-size: 12px;
    white-space: normal;
    word-wrap: break-word;
}

.doc-btns {
    gap: 10px;
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.doc-list-item {
    cursor: default;
}

.doc-name a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.import-div {
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.footer-card-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.document-list-container {
    flex: 1 1 auto;
    overflow-y: auto;
}

.info-contact-list-container{
    text-align: left;
    overflow-y: auto;
}

.container-btn-autre{
    border-top: solid;
}

.offcanvas-header{
    border-bottom: solid;
}

.btn-copy{
    width: 100%;
}

.card-document-mails{
    width: 60%;
    padding-right: 0;
    padding-left: 0;
}

.container-table-mails {
    justify-content: center;
    min-width: 400px;
}