* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {
    background: #ffffff;
    height: 100%;
}

form{
    font-size: 14px;
}

.app-name h1 {
    font-size: 2rem;
}

.app-name h1 a {
    color: #0052cc;
    text-decoration: none;
}

.app-menu ul li {
    display: inline-block;
}
.container-fluid{
    background-color:white;
}

.app-menu ul li a {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    border: 1px solid transparent;
    color: #0052cc;
    transition: all 250ms;
    text-decoration: none;
}

.app-menu ul li a:hover {
    border: 1px solid #ebecf0;
    background: #ebecf0;
}

main {
    padding: 50px;
}

.heading h1 {
    text-align: center;
}

.form {
    width: 450px;
    margin: auto;
    margin-top: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    padding: 20px 40px;
    background: #fff;
}

.form form input,
.form form select,
.form form textarea {
    width: 100%;
    padding: 16px;
    display: inline-block;
    margin-bottom: 6px;
    border-radius: 3px;
    outline: none;
    background-color: rgb(250, 251, 252);
    border: 2px solid rgb(223, 225, 230);
    resize: none;
}

.form form input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-left: 14px;
    margin-top: 20px;
}

.form form input:focus-within,
.form form select:focus-within,
.form form textarea:focus-within {
    background-color: rgb(255, 255, 255);
    border-color: rgb(76, 154, 255);
}

.form form input[type="submit"] {
    margin-top: 10px;;
    background: rgb(0, 82, 204);
    color: #fff;
    cursor: pointer;
    border-color: #0052cc;
    margin-bottom: 0;
}

.form form input[type="submit"]:hover {
    background: rgb(0, 101, 255);
    text-decoration: inherit;
    transition-duration: 0s, 0.15s;
}

.section {
    padding: 0 100px;
}

.message {
    padding: 32px 40px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
}

.message h3 {
    text-align: center;
    font-size: 3rem;
    font-style: italic;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex .col {
    width: 33%;
    padding: 0 10px;
}

.tickets {
    margin: 100px 0;
}

/* .ticket {
    border: 1px solid #0052cc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px #deebff;
    transition: .2s ease;
}

a.ticket {
    display: block;
    text-decoration: none;
}

a.ticket:hover h4 {
    text-decoration: underline;
}

.ticket h4 {
    color: #0052cc;
    margin-bottom: 10px;
}

.ticket p {
    color: #000;
}

.ticket:hover {
    background: #deebff;
}

.ticket h4 {
    font-size: 1.5rem;
} */

.delete {
    display: block;
    background: red;
    color: #fff;
    padding: 16px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    margin-top: 16px;
}

.statuses {
    margin-top: 25px;
}

.statuses h3 {
    margin-bottom: 30px;
}

.statuses .status {
    padding: 20px;
}

.statuses .status p {
    margin-bottom: 4px;
}

.statuses .status:nth-child(even) {
    background: #deebff;
}

.view-ticket h1 {
    margin-bottom: 30px;
}

.view-ticket .content p {
    line-height: 1.5rem;
    margin-bottom: 14px;
}

.view-ticket .content {
    margin-bottom: 25px;
}

.view-ticket hr {
    border-color: #0052cc;
}

.view-ticket a {
    color: #0052cc;
    text-decoration: none;
}

.view-ticket a:hover {
    text-decoration: underline;
    color: #0052cc;
}


div .card .row .accordion .accordion-item .accordion-header .accordion-button{
    margin-bottom: 10px;
}

div .card .row .accordion .accordion-item .accordion-collapse .accordion-body{
    background-color: #ffffff;
    color:rgb(68, 54, 13);
    margin-bottom: 5px;
    border-style:ridge;
}

  html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  .content {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
    background-color: #ff9933;
    color:white;
    font-size: small;
  }

.search-list{
    background-color: #eee;
    cursor: pointer;
}
.search-li{
    padding: 12px;
}

.comments-box{
	height:800px;
	overflow:scroll;
}

.card h6{
    margin-bottom: 0.3rem;
}
.card{
    padding-bottom: 0!important;
    margin-bottom: 0.1rem!important;
}


.show_allcontent {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.show_allcontent:hover {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.nav-link, .navbar-brand{
	color: white;
}



@media (max-width: 768px) {
    .modal-content {
        width: 90%; 
        margin: 20% auto; 
    }
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
}

.close:hover,
.close:focus {
    color: #000;
}

.add-btn {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    
}
.form-control {
    height: auto;  
    flex-grow: 1;  
}

.input-group {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    z-index: 1;  

}
.input-group-append button {
    margin-left: 5px; 
    padding: 0 10px;
    height: 100%;  
    border-radius: 0 5px 5px 0; 
    background-color: #0d6efd!important;
    color: white; 
    z-index: 1;  
    position: relative;
}