/* static/styles.css */

@font-face {
    font-family: 'G-font';
    src: url("fonts/G-font-Regular.otf") format("opentype");
}
@font-face {
    font-family: 'G-font-bold';
    src: url("fonts/G-font-Bold.otf") format("opentype");
}

body {
    font-family:'G-font';
    margin: 0;
    padding: 0;
    color: #000;
    background-image : url("/static/img/background.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
	min-height : 100vh;
	width : 100vw;
    display: flex;
    flex-direction: column;
    padding: calc(8px + 1.5625vw);
    gap: 20vh
}

.page {
    background-color: #000;
    color: #ddd;
    text-align: center;
    box-sizing: border-box;

}

h1 {
    color: #ffffff; /* Dark purple */
    margin: 0px;
}

p {
    margin: 0;
}

#message {
    resize: none;
    border-radius: 15px;
}
label {
    display: block;
    margin-bottom: 10px;
    color: #ffffff; /* Dark purple */
}

textarea {
    width: 100%;
    padding: 8px;

    box-sizing: border-box;
}

img {
    max-width: 50%;
    height: auto;
}

.btn, .btn_decrypt{
/* Primary */

/* Auto layout */
/* Primary */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 24px;


height: 48px;

/* Accent/Primary/Blue */
background: #003CF5;
border-radius: 8px;
border-color: rgba(255, 255, 255, 0);


/* Inside auto layout */
flex: none;
order: 1;
text-decoration: none;

color: #FFFFFF;

}

.btn:hover{
    background: #0035D7;
}









input[type="file"] {
    display: none; /* Hide the default file input */
}

.custom-file-upload {
/* link */


/* Body-2

$font-body-2
*/
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */

/* Primary/High */
color: #8DCAFE;

margin: 0px;

/* Inside auto layout */
flex: none;
flex-grow: 0;

}


.custom-file-upload:hover {
    background-color: #a3a3a3; /* Slightly darker purple */
}

#files{
    display: none;

    gap: 4px;
    opacity: 0px;
    border-top: 2px dashed rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    justify-content: center;
    flex-direction: row;
    order: 1;
    padding: 16px 16px
}

#fileList{
    display: flex;
 /* file */

/* Auto layout */
flex-direction: column;
align-items: flex-start;


height: 52px;


/* Inside auto layout */
flex: none;
order: 2;

flex-grow: 0;
margin: 0px;
justify-content: center;
}

#fileName{
    margin:0px;
    /* TT Pay BMO_Terms of Business and Notices 21.zip */



/* Body-1

$font-body-1
*/
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */
display: flex;
align-items: center;

/* Secondary/High */
color: rgba(255, 255, 255, 0.9);


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 1;

}
#char_count{

/* Text */

height: 16px;

/* Caption-1

$font-caption-1
*/
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 16px;
/* identical to box height, or 145% */
font-feature-settings: 'liga' off;

/* Secondary/Medium */
color: rgba(255, 255, 255, 0.6);


/* Inside auto layout */
flex: none;
order: 0;

flex-grow: 0;

align-items: flex-start;

display: flex;
margin-left: 3%;
    
}

#main_hug{
/* Frame 18624552 */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;




}

#logoImage{
    display: block;
    width: 160px;
    height: 32px;


}


.translucent-textarea {
 /* Input */

/* Auto layout */
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 8px 12px;
gap: 8px;

min-height: 64px;

/* Secondary/Lower

$color-secondary-hover
*/
background: rgba(255, 255, 255, 0.05);
border-radius: 8px;
border-color: #000;

color:#FFFFFF;

/* Inside auto layout */
flex: none;
order: 0;
font-size: 15px;

overflow: hidden;
outline: none;
flex-grow: 0;
}

.translucent-textarea:hover{
    background: rgba(255, 255, 255, 0.08);
}

.translucent-textarea:focus{
    border-bottom: 1px solid #8DCAFE ;

}

.translucent-textarea::placeholder {
    color:rgba(255, 255, 255, 0.6);

}

.translucent-textarea::placeholder:hover {
    color:rgba(255, 255, 255, 0.9);

}

#drop_zone {
/* File Upload */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 16px 0px;
height: 56px;

/* Secondary/Low

$color-secondary-low
*/

/* Inside auto layout */
flex: none;
order: 0;

flex-grow: 0;

  }
.drop_zone_placeholder{
    /* line */

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 4px;



border-radius: 8px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;


font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */

/* Secondary/Medium */
color: rgba(255, 255, 255, 0.6);


}

#input_area{
    /* Input/Area */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;

    border-radius: 8px;

}

#title_message{
    /* Our service provides one-time links for secure and convenient information ring. Please read the Policy of use before starting work */


margin: 0;

/* Text/B16(Laptop)/Body 2 */
font-family: 'G-font';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
/* or 143% */
text-align: center;

/* Neutrals/Light/White_64 */
color: #A3A3A3;

mix-blend-mode: normal;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
}

#title_desc{

/* Message Encryption */

margin: 0px;
/* Text/B16(Laptop)/Heading 3 */
font-family: 'G-font';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 48px;
/* identical to box height, or 120% */
text-align: center;
letter-spacing: -1px;

/* Neutrals/Light/White */
color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}

#title_hug{
    /* Frame 81743109 */

/* Auto layout */
font-family: 'G-font';
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px;
gap: 8px;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}

#flex-grid{
    display: flex;
    flex-direction: column;
    gap: 24px;
}


#fileBox{
    display: flex;
    align-items: center;

}

.btn:active{
    background-color:#002EBA ;
}

#fileImage{
/* file_16px */
justify-content: center;
padding: 0px 16px 0px 0px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}

#filesContainer{

    display: flex;
    flex-direction: column;
    border: 2px dashed rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

#fileToEncrypt{
    /* sub */

display: flex;

/* Body-1

$font-body-1
*/
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */

margin:0px;
/* Secondary/Medium */
color: rgba(255, 255, 255, 0.6);


/* Inside auto layout */
flex: none;
order: 0;

flex-grow: 0;

}

#fileSize{
    display: flex;
    order: 2;
    margin: 0px;
    margin-left: auto;
    /* Body-1

    $font-body-1
    */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height, or 123% */

    /* Secondary/Medium */
    color: rgba(255, 255, 255, 0.6);

   
}

#logoSNimage{
    /* Message Encryption_02 1 */


width: 80px;
height: 80px;


}

#footer-link {
    text-decoration: none;
    font-size: 1rem;
    color: #7a7a7a;
}


/*Encrypt page*/

#buttonBox{

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
padding: 0px;
gap: 8px;
height: 48px;


/* Inside auto layout */
flex: none;
order: 7;

flex-grow: 0;

}

#infoBox{
    /* Infoblock/Success */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 8px 16px;


height: 32px;

/* Secondary/Lower

$color-secondary-hover
*/
background: rgba(255, 255, 255, 0.08);
border-radius: 16px;

/* Inside auto layout */
flex: none;
flex-grow: 0;

}

.gradientButton{
/* Button */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;

border-radius: 8px;
background-color: rgba(255, 255, 255, 0);
background-image: linear-gradient(
    116.57deg,
    hsl(289, 65%, 64%),
    hsl(226, 78%, 67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: #ffffff;
  text-decoration: none;
}
.gradientWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    position: relative;
    padding: 0 16px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    text-decoration: none;
  }

  .gradientWrap:hover{

  }
  
  .gradientWrap::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    border: 2px solid transparent;
    background: linear-gradient(116.57deg, hsla(255, 100%, 48%,1), hsla(208, 98%, 77%,1)) border-box;
    /*mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);*/
    mask: linear-gradient(to right, #fff 0%, #fff 100%) padding-box, linear-gradient(to right, #fff 0%, #fff 100%);
    mask-composite: exclude;
  }

/*.gradientWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(90deg, #000, #000),
      linear-gradient(116.57deg, hsla(255, 100%, 48%,1), hsla(208, 98%, 77%,1));
    background-clip: padding-box, border-box;
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 8px;
}*/


#copyLinkButton{
    font-family:'G-font';
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    gap: 8px;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#copyImage{
    /* file_copy */

width: 20px;
height: 20px;


}
#shareNotif{
    /* Share this link: */

/* Text/B16(Laptop)/Subtitle 2 */
font-family: 'G-font';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */
text-align: center;

/* Neutrals/Light/White_64 */
color: #A3A3A3;

mix-blend-mode: normal;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}

#link{
    /* https://note.group-ib.com XcT9PCCKDa2wbL3KDwtyEM */

word-break: break-all;

/* Text/B16(Laptop)/Body 1 */
font-family: 'G-font';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */

/* Accent/Secondary/Light_Blue */
color: #8DCAFE;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}

#infoMsg{
    /* Description */


height: 16px;

/* Body-1

$font-body-1
*/
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */
font-feature-settings: 'liga' off;

/* Secondary/High */
color: rgba(255, 255, 255, 0.9);

margin: 0px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}

#infoImageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

#infoImage {
    max-width: none;
    width: 1000%;
    height: 100%;
    display: block;
    object-fit: fill;
    padding: 0px 8px 0px 0px;
}

#messageHug{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#arrow{
    height: 13px;
    width: 13px;
}

#flexContainer{
    display:flex;
    flex-direction: column;

    gap: 96px;

}

#flexContainer> h1{
    /* Heading */

width: 866px;
height: 60px;


text-align: left;
/* Text/B16(Laptop)/Heading 2 */
font-family: 'G-font';
font-style: normal;
font-weight: 400;
font-size: 52px;
line-height: 60px;
/* identical to box height, or 115% */
letter-spacing: -1px;

/* Primary/White */
color: #FFFFFF;

}

#flexContainer > ol{
/* Frame 81743387 */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
/* Heading */


gap: 48px;


}

#flexContainer > ol >  li{
    font-family: G-font;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: left;
    color: #FFFFFF;
    gap:48px;
    display: flex;
    flex-direction: column;


}

#flexContainer> ol > li>div{
    /* Text/B16(Laptop)/Body 1 */
font-family: 'G-font';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #A3A3A3;

/* or 150% */

}

#textContainer{
    margin-bottom: 48px;
}

ul{
    list-style: inside;
}

li{
    list-style-position: outside;
}

#pou{
width: 50%;
margin-left: 10%;
}

label > a {
    text-decoration: none;
    color: #8DCAFE;

}

#decryptText{
    width: 80%;
    max-width: 940px;
    resize: none;
}

body {

    margin: 0;
    padding: 20px;
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

.item {

    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.title {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    background: #000;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
    font-size: 16px;
    color: #FFFFFF;
    background: #000;
}

.content p {
    margin: 0;
    padding: 15px 0;
    text-align: left;
}

.content li{
    text-align: left;
}

.toggle-icon {
    font-size: 20px;
    color: #777777;
}

.item.active .content {
    max-height: 200px; /* Adjust based on the actual content height */
    padding: 15px;
}

.item.active .toggle-icon {
    transform: rotate(45deg);
}

.footer {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
}

.footer__copyright {
    width: fit-content;
    font-family: 'G-font';
    font-style: normal;
    max-width: 50%;
    font-weight: 400;
    font-size: 0.88rem;
    text-align: start;
    color: #7a7a7a;
}

.footer__list-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}

.footer__list-item {
    list-style-type: none;
}

.footer__list-link {
    text-decoration: none;
    font-size: 1rem;
    color: #7a7a7a;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__copyright {
        max-width: 100%;;
    }
}