/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21 feb 2024, 17:07:19
    Author     : Admin
*/



.one-fourth {
    /*float: left; */
    /*width: 25%; */
    /*max-width: 100%; */
    padding: 0 15px 30px;
}
.right {
    float: right !important;
}
.sidebar .widget {
    float: left;
    width: 100%;
    background: #fff;
    color: #34394A;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFD0;
    -moz-box-shadow: inset 0 0 0 1px #DFDFD0;
    box-shadow: inset 0 0 0 1px #DFDFD0;
    margin: 0 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sidebar .widget h4 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    background: #191F26;
    color: #fff;
    padding: 17px 20px 16px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.summary div {
   padding: 17px 15px 12px;
   float: left;
   width: 100%;
   border-bottom: 1px solid #DFDFD0;
}

@media screen and (max-width: 428px) {
  .summary {
    flex-wrap: wrap;
  }
}