/*
A style sheet to control the site specific styles for the I-Chart homepage
*/

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 7 Sept 2026, 2:23:40 pm
    Author     : i-contacts
*/

#mainWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row{
    justify-content: center;
}

*, ::after, ::before {
    box-sizing: content-box;
    padding-left: 0px;
    padding-right: 0px;
}

.mx-3{
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0px !important;
}

#ezpagesBarHeader{
    border-radius: 0px !important;
}

a {
    text-decoration: none;
}


