/* Sidebar Navigation */
.gia_sidebar_right
{
background-color: #0176ab;
padding: 20px !important;

}
.gia_sidebar_left
{

padding: 20px !important;
height: 900px;

}
/* Sidebar Navigation content*/
.gia_form_name
{
color:#fff;
font-size: 1.4em;
text-align: center;
height : 140px;
padding: 40px 20px 0 20px !important;

display: flex;
}

.gia_div_tab_title
{
background-color: #fbf9f9;
height: 80px;
margin:10px;
display: flex;
align-items: center;
color: #0f77a8;
font-size: 1.3em;


}

/*vertical line for div*/
.gia_div_tab_title_v_line {
width: 7px;
height: 100%;
background-color: #0176ab;
margin-right: 10px;
}

.gia_div_tab_body_v_line
{
width: 3.5px;
height: auto;
background-color: #0176ab;
margin-right: 10px;
}

.gia_div_tab_body {
background-color: #fbf9f9;
height: 510px;
margin: 10px;
position: relative;
display: flex;
overflow-y: auto;
overflow-x: hidden;
align-items: stretch;
box-sizing: border-box;


}

.gia_div_tab_body_fields {
flex: 1;
display: flex;
padding: 20px 20px 10px 20px;
flex-direction: column;
min-width: 0;
box-sizing: border-box;
}
.gia_div_tab_title_h
{
flex: 1;
display: flex;
padding: 20px 20px 10px 20px;
flex-direction: column;
min-width: 0;
box-sizing: border-box;
}


/* Custom scrollbar styling */
.gia_div_tab_body::-webkit-scrollbar {
width: 8px;
}
.gia_div_tab_body::-webkit-scrollbar-thumb {
background-color: #0176ab;
border-radius: 4px;
}
.gia_div_tab_body::-webkit-scrollbar-thumb:hover {
background-color: #057bb5;
}


.gia_div_tab_body::-webkit-scrollbar-track {
background-color: #e0e0e0;
border-radius: 4px;
}
/*right Sidebar Navigation  body content*/
.gia_div_tab_body_label
{
color: #0f77a8;
font-size: 0.9em;
}

.gia_div_tab_body_hint_p
{
color: gray;
font-size: 0.9em;
}

.gia_div_tab_body_table_title
{
color: #0f77a8;
font-size: 0.9em;
}
.gia_div_tab_body_title
{
color: #0f77a8;
font-size: 1.2em;
}

.gia_body_line {
width: 98%;
height: 1.5px;
background-color: #0176ab;
margin: 20px auto;
}

.gia_body_table_line {
width: 100%;
height: 1.5px;
padding: 0.2px;
background-color: #ccc;
margin: 20px auto;
}

.gia_sidebar_right_titles
{
height: 670px;
padding: 20px 10px 0 10px !important;
display: flex;

}
.gia_sidebar_right_title {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 10px 10px 20px !important;
    font-size: 0.9em;
    text-decoration: none;
}

.gia_sidebar_right_title:hover {
    text-decoration: none;
    font-size: 0.95em;
    color: #fff;

}
.gia_sidebar_right_title.active {
    background-color: #154c79;
    color: #fff;
    font-weight: 600;
}

.gia_sidebar_right_title .fa-exclamation-triangle {
    display: none !important;
     color: Yellow;
}
.gia_sidebar_right_title.has-error .fa-exclamation-triangle {
    display: inline !important;

}
.has-error{
    color: red;
}


/*left Sidebar Navigation  icons */
.gia_sidebar_right_icon
{
padding-right : 10px;
}

.gia_sidebar_right_contact_social
{

padding: 10px 10px 10px 10px !important;
}
.gia_sidebar_right_contact_mobile
{
color: #fff;
    font-size: 0.99em;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gia_sidebar_right_contact_mobile:hover {
    text-decoration: none;
    font-size: 0.99em;
    color: #fff;
}
.gia_sidebar_right_social_div
{

display: flex;
text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0 ;


}
.gia_sidebar_right_social
{
 display: inline-block;
 margin-right: 2px;
}
.gia_sidebar_right_social_mobile_icon
{
border-radius: 50%;
padding: 9px;
color: white;
border: 2px solid #fff;
}



/* Sidebar Navigation right body notes */
.gia_sidebar_left_notes
{
color: #0878b3;
padding: 5px 10px 10px 10px !important;

}
/* Sidebar Navigation right body buttons save and draft */
.gia_body_submit_bt
{
padding: 5px 10px 5px 10px !important;
text-align: center;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
height: 120px;
}

.gia_forms_submit_bt {
    background-color: #0176ab;
    color: #fff;
    font-size: 1em;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 150px;
    margin-top: -80px;
    transition: all 0.3s ease;
}

/* Small screens (phones, less than 600px) */
@media (max-width: 600px) {
    .gia_forms_submit_bt {
        width: 70px;
        font-size: 0.9em;
        margin-top: -40px;
    }
}
.gia_forms_submit_bt:hover {
 background-color: #154c79;
 transform: scale(1.05);
 color: #fff;
}
/* Sidebar Navigation next back circle icons */

.gia_arrow_button
{
color: #0176ab;
font-size: 30px;
padding: 0 5px 0 5px;
}

.gia_forms_save_draft_bt_div
{
padding: 5px 10px 5px 10px !important;
text-align: right;
text-decoration: none;
}
.gia_forms_save_draft_bt
{
background-color: #0176ab;
color: #fff;
font-size: 1em;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.gia_forms_save_draft_bt:hover {
 background-color: #154c79;
 transform: scale(1.05);
 color: #fff;
}
/* tables style */
.card_body_tb
{
background-color: #f4f4f4;
height: 180px;
overflow-y: auto;
padding: 5px 10px 5px 10px !important;
}
/* Custom scrollbar styling */
.card_body_tb::-webkit-scrollbar {
width: 8px;
}

.card_body_tb::-webkit-scrollbar-thumb {
background-color: #0176ab;
border-radius: 4px;
}

.card_body_tb::-webkit-scrollbar-thumb:hover {
background-color: #057bb5;
}

.card_body_tb::-webkit-scrollbar-track {
background-color: #e0e0e0;
border-radius: 4px;
}
/* tables style button add row */

.btn-success-gia {
  color: #88898c;
}

.btn-success-gia:hover {
  color: #FFFFFF;
}

.btn-success-gia:disabled, .btn-success-gia.disabled {
  color: #FFFFFF;
}

.gia_col_style
{
color: #0f77a8;
font-size: 0.9em;
text-align: center;
font-weight: 400;
}


/* end tables style button add row */
