/* CSS Document */

#page-header {
    padding: 180px 0;
    background: url(http://via.placeholder.com/1920x1200) no-repeat center;
    background-size: cover;
}

header h1 {
    margin-bottom: 30px;
}

section {
    padding: 60px 0;
}

h3.section-title {
    margin-bottom: 20px;
}

.blog-text {
    padding: 30px 15px !important;
}

#intro>.container {
    margin-bottom: 30px;
}

.blog-text h5 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.blog-text h4 {
    font-size: 20px;
}

.btn-more {
    margin-top: 20px;
}

#page-footer {
    padding: 15px 0 10px;
    font-size: 12px;
}

/* Login button color */

#loginPs_submit {
    background-color: #2ac8c8;
    /* Teal background */
    color: #ffffff;
    /* White text */
    border: none;
    /* Optional: removes the border */
}



#form1_border {
    border-color: #2ac8c8 !important;
    /* Ensures this rule takes precedence */
}

.name-style {
    color: #2ac8c8;
    /* Greenish color for names */
}

.pipe-style {
    color: #A5A5A5;
    /* Black color for the pipe */
}

#btn_register {
    background-color: #2ac8c8;
    /* Teal background */
    color: #ffffff;
    /* White text */
    border: none;
    /* Optional: removes the border */
}

/* Container to center the form on the page */
.centered-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    /* Full viewport height */
}

/* Styling for the login form border */
#login_border {
    width: 100%;
    max-width: 350px;
    /* Sets the maximum width of the form */
    margin: auto;
    /* Centers the form in the available space */
    padding: 40px;
    /* Spacing inside the form */
    border: 1px solid #cccccc;
    /* Light grey border */
    border-radius: 5px;
    /* Rounded corners for the form */
    background: #FFFFFF;
    /* White background color */
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Shadow for depth */
}

/* Styling for input fields within the form */
#login_border input[type=text],
#login_border input[type=password],
#login_border input[type=email] {
    width: 100%;
    /* Full width to fill parent */
    margin-bottom: 10px;
    /* Margin between form fields */
    padding: 10px;
    /* Padding inside the input fields */
    border: 1px solid #cccccc;
    /* Border for input fields */
    border-radius: 5px;
    /* Rounded corners for input fields */
    font-size: 12px;
}

/* Styling for buttons within the form */
#login_border button {
    width: 100%;
    /* Full width of the form */
    padding: 10px 0;
    /* Vertical padding for button height */
    border-radius: 4px;
    /* Rounded corners for button */
    cursor: pointer;
    /* Pointer cursor on hover */

}

#signuplink {
    text-decoration: none;
    color: #2ac8c8;

}

#loginformchecklabel {
    font-size: 14px;
    /* Change font size */
    text-align: center;
    /* Center text for */

}

/* Forgot Password */
.form-text {
  display: block;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.text-muted {
  color: #6c757d;
}

.passReset {
  cursor: pointer; /* Add a pointer cursor on hover */
  margin-top: -8px;
  font-size: x-small;
}

.lh-sm.text-start.parReset {
  font-size: 0.8em;
  margin-top: -15px !important;
}

#register_border {
    width: 100%;
    max-width: 400px;
    /* Adjust to match your design requirements */
    margin: auto;
    padding: 40px;
    background: #FFFFFF;
    /* White background for the form */
    border: 1px solid #cccccc;
    /* Light grey border */
    border-radius: 5px;
    /* Rounded corners for the form */
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */

}

/* Styling for the input fields within the form */
#register_border input[type=text],
#register_border input[type=password],
#register_border input[type=email] {
    width: 100%;
    /* Full width to fill parent */
    margin-bottom: 10px;
    /* Margin between form fields */
    padding: 10px;
    /* Padding inside the input fields */
    border: 1px solid #cccccc;
    /* Light grey border */
    border-radius: 5px;
    /* Slightly rounded corners for input fields */
    font-size: 12px;

}

/* Styling for the submit button within the form */
#register_border button {
    width: 100%;
    /* Full width of the form */
    padding: 10px 0;
    /* Padding for button height */
    border-radius: 4px;
    /* Rounded corners for button */
    cursor: pointer;
    /* Pointer cursor on hover */
}

/* Styling for terms and conditions */
#register_border .form-check-label {
    display: block;
    /* Makes label a block element to occupy its own line */
    margin-top: 10px;
    /* Space above the terms and conditions */
}

#register_border .form-check-input {
    margin-right: .5rem;
    /* Space between the checkbox and the label text */
}

#formchecklabel {
    font-size: 10px;
    /* Change font size */
    text-align: center;
    /* Center text for */
}

#registerformchecklabel {
    font-size: 14px;
    /* Change font size */
    text-align: center;
    /* Center text for */
}

#registerborderlink {
    text-decoration: none;
    color: #2ac8c8;
}

#register1_submit {
    background-color: #2ac8c8;
    /* Teal background */
    color: #ffffff;
    /* White text */
    border: none;
    /* Optional: removes the border */
}

/* Validation Page styling */

#val1_submit,
#btn_resend {
    color: #ffffff;
    /* White text */
    border: none;
    /* Removes the border */
    padding: 10px 0;
    /* Vertical padding for button height */
}

#val1_submit {
    background-color: #2ac8c8;
    /* Teal background */
}

#btn_resend {
    background-color: #A5A5A5;
    /* Grey background */
}

#formvallabel {
    font-size: 12px;
    /* Change font size */
    text-align: center;
    /* Center text for */

}

/* Styling for the login form border */
#validate_border {
    width: 100%;
    max-width: 350px;
    /* Sets the maximum width of the form */
    margin: auto;
    /* Centers the form in the available space */
    padding: 40px;
    /* Spacing inside the form */
    border: 1px solid #cccccc;
    /* Light grey border */
    border-radius: 5px;
    /* Rounded corners for the form */
    background: #FFFFFF;
    /* White background color */

}

/* Styling for input fields within the form */
#validate_border input[type=text],
#validate_border input[type=password],
#validate_border input[type=email] {
    width: 100%;
    /* Full width to fill parent */
    margin-bottom: 10px;
    /* Margin between form fields */
    padding: 10px;
    /* Padding inside the input fields */
    border: 1px solid #cccccc;
    /* Border for input fields */
    border-radius: 5px;
    /* Rounded corners for input fields */
    font-size: 12px;
}

/* Styling for buttons within the form */
#validate_border button {
    width: 100%;
    /* Full width of the form */
    padding: 10px 0;
    /* Vertical padding for button height */
    border-radius: 4px;
    /* Rounded corners for button */
    cursor: pointer;
    /* Pointer cursor on hover */

}

/* Camera styles */

.video-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}

video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* Ensure that the aspect ratio is maintained and the video covers the whole container */
}

.timestamp-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 27px;
    /* Adjust this value based on the height of your timestamp */
    background-color: #ffffff;
    /* The color of your overlay; black is chosen for an unobtrusive look */
    z-index: 2;
    /* Make sure this is above the video element */
}

#muteButton {
    position: absolute;
    bottom: 30px;
    left: 5px;
    z-index: 3;
    /* Above the overlay */
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

#muteButton i {
    font-size: 24px;
    color: black;
}

.style1 {
    background-color: #1acf24;
}

/* Rest Password Page */
#ResetPass_submit {
    background-color: #2ac8c8;
    /* Teal background */
    color: #ffffff;
    /* White text */
    border: none;
    /* Optional: removes the border */
}