@font-face {
    font-family: "Roobert";
    src: url("../fonts/Roobert-Regular.woff2"),
         url("../fonts/Roobert-Regular.woff");
}

@font-face {
    font-family: "Roobert-semibold";
    src: url("../fonts/Roobert-SemiBold.woff2"),
         url("../fonts/Roobert-SemiBold.woff");
}

nav {
    z-index: 10;
    position: sticky;
    top: 0;
}

html,body,h1,h2,h3,h4,h5,h6,p,a,span, .text-roobert{
    font-family:'Roobert',sans-serif;
    scroll-behavior: smooth;
    letter-spacing: 0.3px;
}

.bg-stratalis-charcoal {
    background:hsl(220,19%,13%);
}

pre.ql-syntax {
    padding: 10px;
    background-color:rgba(255, 112, 64,0.1);
    margin:5px 0px;
}

a {
    color: #ff7040;
}

.center-absolute-left{
    left:45%;
}

.doc-list{
    height:350px;
    overflow:hidden;
}

.fading-gradient {
    height:350px;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, rgba(20,24,32,1) 95%); 
}

.django-form {
    background: white;
    padding:40px  30px;
    border-radius:10px;
}

.django-form  input[type="text"],input[type="date"],input[type="number"],input[type="url"],select {
    /* background-color:#f2f2f2;
    color:black;
    border-radius:4px;
    appearance: none;
    padding:4px 4px; */
}

.django-form  label {
    margin-top:10px;
    padding-bottom:2px;
}

.login-container {
    height: calc(90dvh - 4rem);
    text-align: center;
    display: grid;
    align-items: center;
}

.project-container {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #3E424A;
    padding: 15px;
    margin-bottom: 8px;
    min-height: 104px;
    justify-content: space-between;
}

.agent-container {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #3E424A;
    padding: 15px;
    margin-bottom: 8px;
    min-height: 104px;
    justify-content: space-between; 
}

.project-hide {
    display: none;
}

.project-container:hover {
    opacity: 0.8;
}

.project-logo-container {
    position: relative;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 14px;
}

.agent-logo-container {
    margin-left: 20px;
    margin-right: 14px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlap-logo {
    position: absolute;
    top: 10px;
    right: 10px;
}

.log-button {
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
}

.log-button:hover {
    background-color: #ffa080;
}

.log-out-icon {
    display: inline;
}

.log-out-text {
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
}

.small-heading {
    color: var(--opacities-tint-81, rgba(255, 255, 255, 0.81));
    font-size: 15px;
    font-style: normal;
    line-height: 24px; /* 160% */
    font-family: "Roobert-semibold";
}

.project-name {
    font-size: 19px;
    font-style: normal;
    font-family: "Roobert-semibold";
    line-height: 32px; /* 168.421% */
}

.log-out-text:hover {
    opacity: 0.8;
}

.small-heading-detail {
    font-style: normal;
    line-height: 24px; /* 160% */
    margin-right: 24px;
    display: inline-block;
    min-width: 235px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.81);
}

.mobile-only {
    display: none;
}

.view-more-btn {
    border-radius: 3px;
    border: 1px solid var(--opacities-tint-16, rgba(255, 255, 255, 0.16));
    padding: 16px;
    width: 100%;
    font-family: "Roobert-semibold";
}

.view-more-btn:hover {
    opacity: 0.8;
}

.file-container {
    border-radius: 8px;
    background: var(--greyscale-grey-2, #3E424A);
    gap: 16px;
    padding: 15px;
    margin-bottom: 8px;
    min-height: 104px;
}

.file-hide {
    display: none;
}

.bucket-icon {
    display: inline-block;
}

.download-btn {
    height: 48px;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    border: 1px solid var(--opacities-tint-16, rgba(255, 255, 255, 0.16));
    font-size: 15px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-right: 10px;
}

.see-btn {
    height: 48px;
    width: 110px;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    border: 1px solid var(--opacities-tint-16, rgba(255, 255, 255, 0.16));
    font-size: 15px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #FFFFFF;
}

.see-btn:hover {
    opacity: 0.8;
}

.download-btn:hover {
    opacity: 0.8;
}

.text-hello-user {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px; /* 130% */
    letter-spacing: -0.4px;
}

.project-description {
    border-radius: 8px;
    margin-top: 16px;
    padding: 40px 208px;
    line-height: 38px;
    font-size: 21px;
}

.fieldWrapper input, .fieldWrapper select {
    border: 0;
    border-radius: 8px;
    line-height: 20px;
    height: 56px;
    padding: 8px 16px;
    background-color: #f2f2f2;
}

.project-detail-text {
    font-family: "Roobert-semibold";
}

@media (max-width: 768px)  {
    


    .project-container, .agent-container {
        flex-direction: column;
        align-items: baseline;
    }

    .project-logo-container {
        margin-bottom: 5px;
        margin-left: 10px;
    }

    .log-out-text {
        display: none;
    }

    .project-detail-text {
        display: flex;
        flex-direction: column;
    }

    .file-description-container {
        flex-direction: column;
    }

    .file-container {
        align-items: flex-start;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: unset;
    }

    .project-description  {
        border-radius: 8px;
        margin-top: 16px;
        padding: 24px 16px;
    }
}
.agents-hide {
    display: none;
}

.file-name {
    font-family: "Roobert-semibold";
    font-size: 19px;
}

#documents-anchor, #project-anchor {
    scroll-margin-top: 88px;
}

.internal-notes {
    background: #3c4048; 
    width: 100%; 
    resize: none;
}

.update-internal-notes-btn {
    cursor: pointer; 
    background-color: rgb(255 255 255); 
    padding: 5px 15px; 
    border-radius: 5px;
}

.wysiwyg-btn {
    cursor: pointer; 
    color: rgb(255 255 255);
    border-style: dashed;
    border-width: 1px;
    padding: 5px 15px; 
    border-radius: 5px; 
}

.update-internal-notes-btn:hover, .wysiwyg-btn:hover {
    opacity: 0.8;
}

.bell-shake {
    animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
}

@keyframes bellshake {
    0%  { transform: rotate(0); }
    15% { transform: rotate(5deg); }
    30% { transform: rotate(-5deg); }
    45% { transform: rotate(4deg); }
    60% { transform: rotate(-4deg); }
    75% { transform: rotate(2deg); }
    85% { transform: rotate(-2deg); }
    92% { transform: rotate(1deg); }
    100% { transform: rotate(0); }
}

.voyage-prive-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.voyage-prive-tooltip-container {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.voyage-prive-tooltip .voyage-prive-tooltiptext {
    visibility: hidden;
    background-color: hsl(220,19%,13%);;
    color: #fff;
    width: 550px;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
}


.voyage-prive-tooltip:hover .voyage-prive-tooltiptext {
    visibility: visible;
}

.vp-cta:hover {
    opacity: 0.9;
}

.vp-note {
    margin-top: 25px;
    padding: 10px;
    border-radius: 5px;
    background: rgb(245, 245, 245);
}