/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 19, 2025, 10:43:42 PM
    Author     : BeBulindaSTQ
*/

.icon-box-6 {
    border: 1px solid #eae9e9;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 50px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}*/

.wide-tb-100 {
    padding-top: 50px;
    padding-bottom: 102px !important;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.icon-box-2 {
    padding-bottom: 50px;
}

.breadcrumbs-page {
    background-image: url(../images/breadcrumbs_bg.jpg);
    background-repeat: no-repeat;
    padding: 13rem 0;
    background-position: center center;
}

.icon-box {
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
}

.form-select {
        max-height: 200px;  Adjust height as needed 
        overflow-y: auto;  Enables vertical scrolling 
    }

    
    .btn-theme {
    color: rgba(51, 51, 51, 1.00) !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.614rem 1.9rem;
    font-size: 0.875rem;
    display: inline-block;
    display: inline-flex
;
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.wide-tb-100 {
    padding-top: 50px;
    padding-bottom: 20px !important;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}

.results {
    padding-top: 20px;
}