@import url(//fonts.googleapis.com/css?family=Muli);

body {
    margin:0;
    padding:0;
    font-family:helvetica, sans-serif;
}

p {
    line-height: 1.8;
}

a {
    color:#12c064;
    text-decoration:none;
}

a:hover {
    color:#00a74f;
}

h1, h2, h3, h4, h5 , h6 { font-family: 'Muli', sans-serif; font-weight:normal; }

h1 {
    border-bottom:1px solid #bbb;
    padding:0 0 10px 0;
    margin:10px 0 20px 0;
}

h2 {
    margin:30px 0 20px;
}

ol {
    line-height:1.5;
}

#header {
    padding:10px 100px;
    font-size:14px;
    background:#c2af09;
    color:#fff;
    border-bottom:4px solid #645a02;
    overflow:auto;
}

#header .logo {
    font-family: 'Muli', sans-serif;
    float:left;
    color:#f3f7cc;
    font-size:20px;
    margin-right:10%;
}

#header ul.menu {
    list-style:none;
    float:left;
    margin:0;
    padding:0;
}
#header ul.menu li {
    float:left;
    padding:4px 10px;
}

#header ul.menu li.selected a, #header ul.menu li.selected a:hover {
    color:#1b6d32;
    font-weight:bold;
}

#header a {
    color:#f3f7cc;
}
#header a:hover {
    color:#fff;
}

#header .user {
    float:right;
    padding-top:4px;
}

#header .user form {
    display:inline;
    float:right;
}

#header .user button {
    background:none;
    color:#f3f7cc;
    border:none;
    cursor:pointer;
    float:left;
    display:inline;
}

#content {
    padding:30px 50px;
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
    #header, #content {
        padding: 20px 10px; /* Remove extra padding on mobile */
    }
}

/* Add this for devices with high pixel density (iPhone 15 Pro) */
@media only screen and (min-device-width: 1179px) and (-webkit-min-device-pixel-ratio: 3) {
    /* Adjust padding and layout for larger screens */
    #header, #content {
        padding: 20px 10px;
    }
}


/* forms */
/* form {
    overflow:auto;
} */

/* form p {
    width:100%;
    overflow:auto;
}

label {
    float:left;
    clear:both;
    color:#333;
    margin-bottom:4px;
}
input, textarea {
    clear:both;
    float:left;
    margin:0 0 10px;
    background:#efefef;
    border:0;
    padding:6px 10px;
    font-size:14px;
}
input[type=submit], a.button {
    font-weight:bold;
    background:#12c064;
    color:#fff;
    padding:10px 20px;
    font-size:14px;
    text-transform:uppercase;
} */
.errorlist {
    color:#cc0033;
    float:left;
    clear:both;
    padding-left:10px;
}
.helptext {
    margin:0 0 20px 0;
    color:#aaa;
    clear:both;
    float:left;
    font-size:13px;
}
/* messages */
ul.messages {
    margin:10px 100px;
    padding:0;
    list-style-type:
    none;
}
ul.messages li.success,
ul.messages li.warning,
ul.messages li.error,
ul.messages li.info {
    margin:0;
    padding:14px 20px;
    list-style:none;
    color:#fff;
}

ul.messages li.success { background:#81ce81; }
ul.messages li.success a { color:#0ac33e; }

ul.messages li.error { background:#a30029; color:#e9828e; }
ul.messages li.error a { color:#e9828e; }

ul.messages li.info { background:#faffae; color:#696b4e; }
ul.messages li.info a { color:#1586de; }

ul.messages li.warning { background:#de9404; }
ul.messages li.warning a { color:#f49000; }

ul.messages li a.close {
    margin:0;
    float:right;
    opacity:1;
    border:0;
    box-shadow:none;
    text-shadow:none;
}

.login-form {
    float:left;
}

/* social-auth */
.social {
    float:right;
}
.social li {
    list-style:none;
    padding:10px 20px;
    margin:0 0 10px 0;
}
.social li a {
    width:100%;
    height:100%;
    display:block;
    color:#fff;
}
.social li.google { background:#de1710; }


/* images */

.image-preview, .image-detail {
    max-width:300px;
    float:left;
    margin:0 20px 20px 0;
}
.image-detail { margin-top:20px; }
.image-info div {
    padding:20px 0;
    overflow:auto;
}
.count {
    color:#aaa;
    border:3px solid #bbb;
    border-radius:26px;
    padding:10px 20px;
    margin:20px 10px 0;
}
a.like, a.follow { float:right; margin-top:-8px; }

#image-list { overflow:hidden; }
#image-list .image {
    float:left;
    width:220px;
    height:300px;
    margin:0 10px 10px 10px;
    border-top:8px solid #12c064;
    background:#eee;
}
#image-list img { width:220px; height:220px; }
#image-list .info { padding:10px; }
#image-list .info a { color:#333; }
.image-likes div {
    float:left;
    width:auto;
    padding:10px;
    text-align:center;
}
.image-likes img {
    width:120px;
    height:120px;
    border-radius:50%;
}

/* users */
#people-list img {
    width:180px;
    height:180px;
    border-radius:50%;
    margin-bottom:20px;
}
#people-list .user {
    width:180px;
    float:left;
    overflow:auto;
    padding:10px;
}
#people-list .info { text-align:center; }
img.user-detail {
    border-radius:50%;
    float:left;
}
.profile-info {
    float:left;
    overflow:auto;
    margin-right:20px;
}
.image-container { margin-top:40px; }





.iconClass{
    position: relative;
  }
.iconClass span{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
  }


.btn-link-like {
    color: inherit;       /* Use the same font color as the parent */
    text-decoration: none; /* Remove underline */
    padding: 0;            /* Remove button padding */
}
.btn-link-like:hover {
    text-decoration: none; /* Remove underline on hover */
}


@media print {
    .navbar{
        display: none !important;
    }
}
@media print {
    @page {
      size: A4;
      margin: 10mm;
    }
  
    body {
      font-size: 11px; /* Slightly larger font size for better readability */
      line-height: 1.2; /* Adjust line height for better readability */
      transform: scale(0.95); /* Scale down content slightly */
      transform-origin: top left; /* Ensure scaling starts from top left */
    }
  
    .d-flex {
      display: flex;
    }
  
    form {
      width: 100%;
      max-width: 100%;
    }
  
    .row {
      display: flex;
      flex-wrap: wrap;
    }
  
    .col-md-2, .col-md-4, .col-md-5, .col-md-6, .col-md-12, .col-3, .col-6, .col-12 {
      float: none;
      flex: 1;
      max-width: 100%;
    }
  
    .form-label, .form-check-label {
      font-weight: bold;
    }
  
    .input-group-text {
      display: none;
    }
  
    .toast-container {
      display: none !important;
    }
  
    .accordion-button {
      display: none;
    }
  
    .accordion-collapse {
      display: block !important;
    }
  
    .accordion-body {
      padding: 0;
    }
  
    .modal, .modal-backdrop {
      display: none !important;
    }
  
    .btn {
      display: none !important;
    }
  
    .form-check-input, .form-control {
      border: 1px solid #000;
      padding: 5px;
      font-size: 11px; /* Ensure form controls have a readable font size */
    }
  
    .form-control[type="date"] {
      width: auto; /* Ensure date inputs are not squished */
      min-width: 100px; /* Set a minimum width for readability */
    }
  
    hr {
      border: 1px solid #000;
      margin: 10px 0;
    }
    #statusChange {
        display: none;
      }
    #btnClass {
        display: none;
      }
  }
  
  
/* Basic styles for print */
/* @media print {
    body {
        font-family: Arial, sans-serif;
        color: #000;
        background: none;
        margin: 0;
        padding: 0;
    }

    .d-flex,
    .justify-content-center,
    .align-items-center,
    .row,
    .g-3,
    .col-md-4,
    .col-md-2,
    .col-md-6,
    .col-6,
    .col-md-5,
    .col-md-2,
    .col-12 {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .form-label {
        display: block;
        margin-bottom: 4px;
        font-weight: bold;
    }

    input,
    select,
    textarea {
        display: block;
        width: 100%;
        padding: 8px;
        margin-bottom: 16px;
        border: 1px solid #000;
        box-sizing: border-box;
    }

    .btn,
    .btn-primary,
    .btn-success,
    .btn-danger {
        display: none;
    }

    .form-check-label {
        margin-left: 8px;
    }

    .form-check-input {
        margin-right: 8px;
    }

    .form-check,
    .form-switch {
        margin-bottom: 16px;
    }

    .toast-container,
    .toast {
        display: none;
    }

    .accordion,
    .accordion-item,
    .accordion-header,
    .accordion-button,
    .accordion-collapse,
    .accordion-body {
        display: none;
    }

    .card {
        border: none;
        box-shadow: none;
    }

    .card-body {
        padding: 0;
    }

    hr {
        border: 1px solid #000;
        margin: 16px 0;
    }
} */

/* Hide elements that are not necessary for printing */
@media print {
    .information,
    .modal,
    .modal-dialog,
    .modal-content,
    .modal-header,
    .modal-body,
    .modal-footer {
        display: none !important;
    }
}
