﻿#root{
    width : 100%;
    max-width : 1080px;
}

.header-container {
    background-color: darkblue; /* Blue background color */
    padding: 10px; /* Add padding for spacing */
}

.header-image {
    float: left; /* Float the image to the left */
    margin-right: 20px; /* Add margin for spacing between the image and the border */
}


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-image: url('../images/backround-buildings-sc.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.container {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
    max-width: 700px !important;
}

.container-toast {
    width: 100%;
    max-width: 720px;
    height: 100%;
    padding: 10px 0px;
    gap: 16px;
    background: #EFF3F9;
}

.toast-text {
    color: #4976BA;
}


.mandatory-info-parap {
    color: #C91432 !important;
    font-size: 12px;
}


.footer-layout {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF !important;
    text-align: right;
    padding: 2px 0;
}


.footer-text {
    text-align: left; /* Align the text to the left */
    font-size: 12px;
}


label, p {
    font-family: sans-serif;
    font-size: 16px;
}

.title-text {
    font-size: 24px;
}

.content-text {
    font-family: 'Source Sans 3', sans-serif; /* Set the font family */
    font-size: 12px; /* Set the font size */
    font-weight: 600; /* Set the font weight */
    line-height: 16px; /* Set the line height */
    letter-spacing: 1px; /* Set the letter spacing */
    text-align: left; /* Set the text alignment */
}

.cred-numb-text {
    font-family: 'Source Sans 3', sans-serif; /* Set the font family */
    font-size: 18px; /* Set the font size */
    font-weight: 700; /* Set the font weight */
    line-height: 25.63px; /* Set the line height */
    text-align: left; /* Set the text alignment */
}

.content-table {
    color: #4976BA;
    font-size: 10px !important;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
}

.img-info-circle {
    display: Fixed;
    width: 544px;
    height: 56px;
    /*padding: 8px 16px 8px 16px;*/
    padding-right: 10px;
    gap: 0px;
    /*justify: space-between;*/
}

.double-container {
    padding-left: 480px;
    padding-right: 480px;
    padding-bottom: 120px;
    padding-top: 120px;
    background-color: cadetblue;
    /* text-align: left; */
    /* text-underline-offset: auto; */
}

.border-box {
    border: 1px solid #ccc; 
    padding: 10px; 
}

.border-box-sm {
    margin : 5px;
    padding : 5px;
}

.blue-border {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #4976BA;
}

.red-border {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #C91432;
}

.trgr-email-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: right;
    border: 1px solid transparent;
    width: 129px;
    height: 40px;
    padding: 12px 16px;
    gap: 8px;
    pointer-events: none;
    color: #F0F0F0;
    background-color: white;
    border-color: #F0F0F0;
}

.get-link-btn {
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 11px !important;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid transparent;
    width: 87px;
    height: 40px;
    padding: 12px 16px;
    gap: 8px;
    pointer-events: none;
    color: #FFFFFF;
    background-color: #00008F;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trgr-email-text {
    color: #00008F;
    border-color: #00008F;
}

.badge-box {
    width: 110px;
    height: 24px;
    color: #FFFFFF;
    border-width: 1px, 1px, 0px, 1px;
    border-style: solid;
    font-size: 9px !important;
    margin-left: 10px;
}

.blue-badge-box {
    background-color: #4976BA;

}
.red-badge-box {
    background-color: #C91432;
}

.btn-container{
    padding: 10px;
}

.popup-container {
    /*display: none;*/ /* Hide the popup by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1; /* Set a higher z-index to position the popup above other elements */
}

.popup-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the popup content */
    width: 100%; /* Adjust the width as needed */
    max-width: 1016px; /* Set a maximum width for the popup */
    height: 100%;
    max-height:525px;
    background-color: #fff; /* Set the background color for the popup content */
    padding: 20px; /* Add padding for the content */
    display: flex; /* Use flexbox for the layout */
}

.section-popup {
    flex: 1; /* Make the sections take up equal space */
    padding: 25px 50px; /* Add padding for the sections */
}
.section-left {
    background-image: url('../images/background-security.svg');
    padding: 10px; /* Add padding for the section */
    width: 100%;
    max-width: 340px;
    color: #FFFFFF;
}

.section-right {
    flex: 1; /* Make the right section take up available space */
    padding: 40px; /* Add padding for the section */
    width: 100%;
    max-width: 676px;
}

.title-scrolling-section {
    position: sticky; /* Set the position to sticky */
    top: 0; /* Set the element to stick to the top */

    padding: 10px; /* Add padding for the fixed element */
    z-index: 1; /* Set a higher z-index to keep the fixed element above the scrolling content */
}

.scrolling-section {
    overflow-y: auto; /* Enable vertical scrolling if needed */
    max-height: 40vh; /* Set a maximum height for the scrolling section */
    padding: 10px;
}

.icon-web-security {
    width: 198px; 
    height: 307.83px;
    top: 187.63px; 
    left: 269px; 
    gap: 0px; 
}

.btn-submit{
    text-align: right !important;
    padding: 10px;
}

.title-left {
    width: 700px;
    height: 28px;
    margin-left: 20px;
}

.container-border{
    padding: 10px !important;
    width: 700px !important;
}

.btn-space{
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-2-table {
    padding: 0px !important;
}

.column {
    flex: 1;
    /*padding: 10px;*/
    text-align: center;
    border: 1px solid black; 
    padding: 0px !important;
}

.box-content {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 15px;
    margin-right: 15px;
}

.container-single-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-2-column-loop {
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.box-loop {
    flex: 1 0 48%; 
    padding: 10px;
    margin: 5px;
    text-align: center;
    max-width: 325px;
}