
@import('fonts.css');

body{
    background-color: #F3F4F8;
    font-family: 'Ubuntu' !important;
    overflow-x: hidden;
}
.container-body{
    margin-top: 65px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;

}
 /* Custom styles for the sidebar */
.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1000; /* Ensure the sidebar is on top */
}
.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    font-weight: bold;
    display: block;
    transition: 0.3s;
}
.sidebar a:hover {
    color: #fff;
    background-color: #088672;
}
 .sidenav a.active {
    background-color: #28a745 !important;
    color: white;
}
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    border: none;
}
.openbtn:hover {
    color: #f1f1f1;
}
.container-body {
    margin-left: 0;
    transition: margin-left 0.5s;
}
.container-body.shifted {
    margin-left: 250px;
}
/* Custom styles for the sidebar */

.container-dashboard{
    /*background-color: #EEFCFF;*/
}
.bg-header{
    background-color: #EEFCFF !important;
}
.bgu-primary {
	background-color: #056262 !important;
}
.bg-button{
    background-color: #077765;
    color: white
}
.bg-card-active{
    background-color: #088672 !important;
}
.a-lable {
    text-decoration: none;
    color: black !important;
}

.a-lable .header-lable {
    text-decoration: none;
}
.bg-flow{
    background-color: #EEFCFF !important;
}

.btn-login {
	background-color: #FEB834 !important;
}
.page-footer{
	background-color: #088672;
	color: white;
	font-weight: bold;
	font-size: 12px;

}
.login-logo{
  height:100px ;
}
.login-card{
	padding: 25px;
	border-radius: 40px;
	overflow: hidden;
	background-color: white;
	margin: 20px;
}
.header-logo{
	height: 25px;
}
.login-logo2{
    height: 100px;
    margin-left: -20px;
}
.header-menu{
	width: 20px;
	height: 20px;
}
.bold{
	font-weight: bold;
	font-size: 12px;
}
.lable-bolder{
    font-weight: bold;
    font-size: 15px;
}
.lable-small{
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}
.lable-too-small{
    font-size: 10px;
    color: #000000;
    font-weight: 700;
}

.header-lable{
    font-size: 18px;
    font-weight: bolder;
}
 .navbar-right {
    display: flex;
    align-items: center;
}
.navbar-right select {
    margin-right: 20px;
    background-color: #EBEBEB;
}
.navbar-right a img {
    margin-right: 10px;
}
 .profile-info {
    display: flex;
    align-items: center;
}
.profile-info img {
    margin-right: 10px;
}
.profile-labels {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.profile-labels .bold {
    font-weight: bold;
}
.profile-labels .color {
    color: #088672;
}
.csr-home-header{
    height: 60px;
    background-color: #fff;
    color: #000000;
}
.flow-image {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.unsgd-image {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.dash-image {
    width: 50px;
    height: 54px;
    margin-top: 2px;
}
.dash-count{
    font-weight: bolder;
    font-size: 30px;
    align-items: center;
}
.singleline{
    overflow: hidden;
    text-overflow: ellipsis;
}

.card {
    padding: 0 5px 0 5px;
    margin: 0 0 5px 0;

}
.card span {
    font-weight: bold;
    font-size: small;
    margin-bottom: 5px;
}
.divider {
    border-right: 2px solid #dee2e6;
}
.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.text-center h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bolder;
    color: #088672;
}
.text-center p,
.text-center span {
    margin: 0;
}
#map {
  height: 600px;
}
.form-check-input.rounded-checkbox {
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid #229E82;
background-color: white;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}
.form-check-input.rounded-checkbox:checked {
background-color: #229E82;
}

.middle-content {
position: absolute;
left: 50%;
transform: translateX(-50%);
}

 .clickable-label {
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.active-label::after {
    content: "";
    position: absolute;
    bottom: -10px; /* Adjust this value to add space above the underline */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor; /* Use the current text color for the underline */
}
.active-button::after {
    background-color: #088672; /* Use the current text color for the underline */
}
.btn-toggle {
   text-decoration: none;
    padding: 0.5em 1em;
    margin-right: 10px;
    border: none;
    color: black;
    cursor: pointer;
    background-color: lightgray; /* Default background color */
}
.btn-toggle.active {
  background-color: #088672;
  color: white;
}

.label-group {
    display: flex;
    flex-direction: column;
}


.card img {
    position: relative;
    z-index: 1;
}
.card .d-flex .position-relative::before,
.card .d-flex .position-relative::after {
    content: '';
    position: absolute;
    left: 9px;
    width: 0;
    height: 50%;
    border-left: 2px dotted #000;
}
.card .d-flex .position-relative::before {
    top: -50%;
}
.card .d-flex .position-relative::after {
    bottom: -50%;
}
.card .d-flex:first-child .position-relative::before {
    display: none;
}
.card .d-flex:last-child .position-relative::after {
    display: none;
}
/*.spinner-overlay {
    position: fixed;
    top: 0;
    left: 50;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;

}*/
.form-container {
    padding: 20px; /* Adjust padding as needed */
}

.spinner-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    display: none; /* Ensure spinner is hidden by default */
    z-index: 9999;
}

.spinner-container {
    background: rgba(255, 255, 255, 0); /* Fully transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-text {
    margin-left: 10px; /* Adjust spacing between spinner and text */
}

 .last-accepted img {
    background-color: #088672 !important;
}

.tat-defaulted img {
    background-color: #FFB200 !important;
}

.prj-rejected img {
    background-color: #FF0000 !important;
}

.pdflogo{
    font-size: 50px;
    color: #088672;
    text-decoration: none;
}
.header-username{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}


.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.notification-icon {
    position: relative;
    cursor: pointer;
}

.badge {
    top: -10px;
    right: -10px;

}

.dropdown-menu {
   position: absolute;
    top: 100%;
    right: 0;
    left: auto;

    overflow-y: auto; /* Adds scroll if content exceeds max height */
    white-space: nowrap; /* Prevents text from wrapping */
}
.notification-width{
    min-width: 300px;
    max-width: 300px;
}

.notification-icon.active .dropdown-menu {
    display: block;  /* Show dropdown when icon is active */
}
.dropdown-item {
    overflow: hidden; /* Ensures any overflow content is hidden */
    text-overflow: ellipsis; /* Adds an ellipsis for overflow text */
    display: block;
    width: 100%; /* Ensures full width usage */
}

.notification-message {
    max-width: 100%; /* Ensure the message does not exceed the width of the dropdown */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevents text from wrapping */
}
  #map {
    width: 100%;
}
 .badge2 {
    background-color: #f44336;  /* Red background */
    color: white;               /* White text */
    padding: 3px 7px;           /* Padding around the text */
    border-radius: 0;          /* Circular badge */
    font-size: 50px;            /* Smaller text */
    vertical-align: middle;     /* Align the badge with the text */
    margin-left: 10px;          /* Add space between the name and the badge */
}
.italic{
    font-style: italic;

}
.float{
  position:fixed;
  bottom:-3px;
  right:20px;
  color:#FFF;
  text-align:center;
}

.ujjivan-blue{
    background: #404040;
}
main{
    padding-top: 69px;
}
.menu-list a{
    color: #fff;
}

.menu-list ul{
    list-style: none;
    padding-left: 0px;
}

.menu-list ul li{

}

.menu-list .dropdown-item{
    padding-top: 6px;
    padding-bottom: 6px;
}

.menu-list .dropdown-item.active{
    background: #fcb53e;
    color: #000000;
}

.menu-list .accordion-button{
   border-radius: 0px;
}

.u-yellow{
    background: #fcb53e;
    padding-left: 16px;
}

.u-yellow a{
    color: #000000;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: #fcb53e !important;
}

.navbar{
   padding: 0px;
}

.container-dashboard .card-body{
    padding: 4px;
}



.accordion-button:focus{
    box-shadow: none;
    background: #28405F !important;
}

.accordion-flush .accordion-item .accordion-button{
    background: #404040 !important;
    color: #FFFFFF;
    border-bottom: 0px solid #000000;
}

.accordion-item{
    background: #FFF !important;
    color: #000000;
    border: none !important;
}

.accordion-button:not(.collapsed){
    background: none  !important;
}

.accordion-button::after{
    filter: brightness(10);
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(10);
}

.accordion-button.no-body::after {
        display: none;
}
.accordion-header button{
    font-size: 14px !important;
}
.accordion-body a:hover {
    background-color: #404040 !important;
    color: white !important;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
.accordion-header.selected .accordion-button {
    background-color: #FCB53E !important;
    color: #088672 !important;
    font-weight: bold;
}
/*Custom input layout*/
.custom-input-box {
    position: relative; /* Enable positioning for absolute children */
    margin-top: 20px; /* Space above the input box */
    border: 2px solid #fff; /* Border for the outer box */
    padding: 2px; /* No padding so outer box touches both input and label */
    border-radius: 8px;
    border-color: #088672; 
    width: 100%;
    background-color: #f8f9fa; /* Background color for the outer box */
    box-sizing: border-box;
    transition: border-color 0.3s; /* Smooth transition for focus */
}

.custom-input-box select,
.custom-input-box input {
    width: 100%;
    border: none; /* No border for input */
    border-radius: 0; /* No border radius */
    padding: 15px 15px 5px 15px; /* Adjusted padding to give space for label */
    background-color: transparent; /* Transparent background */
    color: #212529; /* Text color */
    outline: none; /* Remove focus outline */
    font-size: 15px; /* Reduced font size for input */
    margin-top: 5px; /* Space between label and input */
}

.custom-input-box input:focus {

    box-shadow: none; /* Ensure no shadow or border appears on focus */
}
 .custom-input-box:focus,
    .custom-input-box select:focus {
        outline: none;
        box-shadow: none; /* Optional: To remove any shadow that might be applied */
    }

.custom-input-box:focus-within {
    border-color: #007bff; /* Change outer box border color on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Optional shadow effect */
}

.custom-input-box .custom-label {
    background-color: #088672;
    padding: 5px 10px; /* Adjust padding for label */
    border-radius: 4px;
    position: absolute; /* Position label relative to input box */
    top: -12px; /* Adjust position above the input */
    left: 15px; /* Positioning from the left */
    display: inline-block;
    /*clip-path: polygon(0% 100%, 90% 100%, 100% 0%, 0% 0%); */
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Show ellipsis if text is too long */
    font-size: 12px; 
   
    color: #fff;

    /* Add right padding to prevent cutting off text */
    padding-right: 15px; /* Additional right padding for label text */
}

.rupee-input::before {
    content: "₹"; /* Rupee symbol */
    position: absolute;
    top: 60%; /* Align vertically */
    left: 5px; /* Add padding between the symbol and input box */
    transform: translateY(-50%); /* Center symbol vertically */
    font-size: 18px; /* Match input text size */
    color: #212529; /* Match input text color */
    pointer-events: none; /* Prevent interaction with the symbol */
}



    
/*ccustom input box*/
    

    .leftPanel{
        height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        width: 18%;
        padding-bottom: 20px;

    }

    /* WebKit Scrollbar (for Chrome, Safari) */
.leftPanel::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.leftPanel::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* Background of the scrollbar track */
    border-radius: 10px; /* Rounded corners */
}

.leftPanel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3); /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners */
}

.leftPanel::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5); /* Darker on hover */
}

/* Firefox Scrollbar */
.leftPanel {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: #fff; /* Thumb color and track color */
}

.rightPanel{
    margin-left: 16.5vw;

}

.bg-orange {
background-color: #fcb53e !important;
}

select:required:invalid {
  color: gray;
}

option {
  color: black;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #999;
}
.table-container {
      max-height: 400px; /* Set the height as per your requirement */
      overflow-y: auto;
      overflow-x: auto;
}
.touppercase{
    text-transform: capitalize;
}

.rupee-prefix {
    font-size: 1rem; /* Match the input font size */
    line-height: 1.5; /* Ensure alignment */
    padding: 0.375rem 0.75rem; /* Same padding as input */
    display: flex;
    align-items: center;
    margin-top: 5px; /* Vertically align */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
   
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

#dailynotificationmodal {
    position: relative;
    /* Position it 20px from the top */
    right: 0;     /* Move it to the far right */
    width: 300px; /* Adjust width as needed */
    border-radius: 15px;
    float: right;
    z-index: 1050; /* Ensure it's on top */
    max-height: 80%; /* Limit the height */
    overflow-y: auto; /* Allow scrolling if the content overflows */
}

#dailynotificationmodal .modal-dialog {
    margin: 0;
    width: 100%;
    height: auto;
}

#dailynotificationmodal .modal-content {
    border-radius: 15px;
    background-color: #f8f9fa;
    border: none;
    box-shadow: none;
}

#dailynotificationmodal .modal-header {
    border-bottom: none;
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 10px 15px;
    font-size: 16px;
}

#dailynotificationmodal .modal-body {
    padding: 10px;
    font-size: 14px;
}

#dailynotificationmodal .modal-footer {
    border-top: none;
    background-color: #f1f1f1;
    border-radius: 0 0 15px 15px;
    padding: 10px;
}

.animate-bottom {
    animation: slideInFromBottom 0.5s ease-in-out;
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*no csr*/
.dashboard-cards {
    position: relative;
    padding-bottom: 50px;
    margin: 0 !important;
    
  }

  .dashboard-cards .card {
    background: #ffffff;
    display: inline-block;
    perspective: 1000;
    z-index: 20;
    padding: 0 !important;
    margin: 5px 5px 10px 5px;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    z-index: 1;
    width: calc(33.33333333% - 10px);
    cursor: pointer;
    transition: all 0.3s ease;

  }

  .dashboard-cards .card:hover {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    transition: all 0.3s ease;
  }

  .dashboard-cards .card .card-title {
    background: #ffffff;
    padding: 20px 15px;
    position: relative;
    z-index: 0;
  }

  .dashboard-cards .card .card-title h2 {
    font-size: 24px;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0;
    color: #088672
  }

  .dashboard-cards .card .card-title h2 small {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: black;
    letter-spacing: -0.025em;
  }

  .dashboard-cards .card .card-description {
    position: relative;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 10px 15px 0 15px;
  }

  .dashboard-cards .card .card-actions {
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
    padding: 10px;
    text-align: center;
  }

  .dashboard-cards .card .card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
  }

  .dashboard-cards .card .flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
  }

  .dashboard-cards .card .flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
  }

  .dashboard-cards.showing .card {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
  }

  .dashboard-cards .no-touch .dashboard-cards.showing .card:hover {
    opacity: 0.94;
    transform: scale(0.92);
  }

  .dashboard-cards .card.d-card-show {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .dashboard-cards .card.d-card-show .card-flap {
    background: #ffffff;
    transform: rotateX(0deg);
  }

  .dashboard-cards .card.d-card-show .flap1 {
    transition: all 0.3s 0s ease-out;
  }

  .dashboard-cards .card.d-card-show .flap2 {
    transition: all 0.3s 0.2s ease-out;
  }

  .dashboard-cards .card .task-count {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 22px;
    right: 10px;
    background: #ecf0f1;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #333333;
    font-weight: 600;
    transition: all 0.2s ease;
  }

  .dashboard-cards .task-list {
    padding: 0 !important;
  }

  .dashboard-cards .task-list li {
    padding: 10px 0;
    padding-left: 10px;
    margin: 3px 0;
    list-style-type: none;
    border-bottom: 1px solid #e9ebed;
    border-left: 3px solid #f36525;
    transition: all 0.2s ease;
  }

  .dashboard-cards .task-list li:hover {
    background: #ecf0f1;
    transition: all 0.2s ease;
  }

  .dashboard-cards .task-list li span {
    float: right;
    color: #f36525;
    margin-right: 5px;
  }

  .dashboard-cards.showing .card.d-card-show .task-count {
    color: #ffffff;
    background: #f36525;
    transition: all 0.2s ease;
  }

  .dashboard-cards .card-actions .btn {
    color: #333;
  }

  .dashboard-cards .card-actions .btn:hover {
    color: #f36525;
  }
  a, u {
  text-decoration: none;
  color: black;
}
.atag{
  text-decoration: none;
  color: black;
}

/*no csr*/

.swal-close-btn {
   position: absolute;
   top: 10px;
   right: 15px;
   background: none;
   border: none;
   font-size: 24px;
   cursor: pointer;
   color: #555;
}

.swal-close-btn:hover {
   color: #000;
}

table td {
    font-size: 14px;
    color: #000;
}

td.wrap-text {
    max-width: 400px; /* Adjust width as needed */
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
}

/* Show full text on hover */
td.wrap-text:hover {
    overflow: visible;
    white-space: normal;
    -webkit-line-clamp: unset;
    background-color: white;
    z-index: 10;
    position: absolute;
    width: auto;
    max-width: 400px; /* Adjust for readability */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 5px;
}

/* Prevent table shifting when hover expands content */
td.wrap-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1em; /* Adjust to control fade size */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
td.wrap-text:hover::after {
    display: block;
}
td.wrap-text:hover {
    background-color: inherit !important;
    position: relative;
}

.multilined-label {
    display: block;
    white-space: normal;
    word-wrap: break-word;
    min-height: 38px; /* Ensures alignment */
    align-content: end;
}

 .select2-container--bootstrap-5 .select2-selection {
        height: calc(2.25rem + 2px) !important; /* Match form-control height */
        padding: 0.375rem 0.75rem; /* Match Bootstrap padding */
        font-size: 1rem; /* Match Bootstrap font-size */
        border: 1px solid #ced4da; /* Bootstrap border color */
       /* border-radius: 0.375rem;*/
       /* border-color: black*/ /* Match border-radius */
    }

    .select2-container--bootstrap-5 .select2-selection__arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .select2-container--bootstrap-5 .select2-selection__rendered {
        line-height: 1.5;
    }

.hidden-span {
    display: none;
    color: grey;
    font-size: 0.8em;
}

.repofolder {
    font-size: 54px;
    color: #FAB12F;
}

.gimage-card-container {
  max-width: 250px;
}

.gimage-card {
  max-width: 250px;
}

.gimage-preview {
  max-height: 100px;
  max-width: 100%;
  
}
.errorspan{
  color: grey; 
  font-size: 0.8em; 
  display: none;
}
.fileupload{
    font-size: 54px;
    color: red
}
.datepiker{
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px; 
    border: 1px solid #ccc; 
    width: 100%
}




