/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/*when hovering an item:*/
/* .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  } */

#searchinput {
    width: 200px;
}
#search-clear {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: rgb(133, 131, 131);
}

.table th, td {
    border: 0px !important;
}

.table td {
    padding: 0 !important;
}

.box-style {
    border: 0.5px solid rgb(208, 207, 207);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 1px 1px rgba(213, 211, 211, 0.15);
    transition: all 0.3s ease-in-out;
}

.box-style:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 4px 10px 0px;
}

.box-style-flat {
    border: 0.5px solid rgb(208, 207, 207);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 1px 1px rgba(213, 211, 211, 0.15);
    transition: all 0.3s ease-in-out;
}

.modal-dialog {
    padding-top: 5%;
}

.aligned-right {
    float: right;
}

/* autocomplete */
.autocomplete-style:hover {
    background-color: rgb(211, 211, 212) !important;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a {
    background: #ffffff none no-repeat;
    padding: 10px;
    margin: 0;
    display: block;
    border: 0;
    border-collapse: collapse;
}

.row-search {
    padding-top: 70px;
    padding-bottom: 10px;
    background-color: #79c753;
    margin: inherit;
}

.padding-row-top {
    padding-top: 100px;
}

.padding-row-bottom {
    padding-bottom: 100px;
}

.form-group-review {
    padding: 15px 0 15px 0;
    border-bottom: 0.5px solid rgb(192, 189, 189);
}

.dropdown-email {
    color: #444 !important;
    padding: 15px 8px 15px 8px;
    display: block;
}

.blog {
    font-size: 18px;
}

.fa {
    font-size: 20px;
    width: 25px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.blockquote {
    background-color: rgb(248, 246, 198);
}

.index-p {
    padding-left: 30px;
    padding-right: 30px;
}

.add {
    padding: 30px 0px 30px 0px;
}
.add-small {
    display: none;
}

@media screen and (max-width: 767px) {
    .add-big {
        display: none;
    }
    .add-small {
        display: block;
    }
    .body {
        font-size: 1.27rem;
    }
}

.back-btn {
    padding-left: 25px;
}

.rating i.red {
    background-color: rgb(249, 116, 116);
}

.rating i.yellow {
    background-color: rgb(251, 209, 91);
}

.badge-green {
    background-color: rgb(20, 215, 85);
    font-size: 100%;
    color: #222;
}

.badge-red {
    background-color: rgb(249, 133, 133);
    font-size: 100%;
    color: #222;
}

.badge-yellow {
    background-color: rgb(250, 197, 51);
    font-size: 100%;
    color: #222;
}

.add_bottom_5 {
    margin-bottom: 5px;
}

.list-card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    /* assumes you only want one row */
}
/* for title on the cards */
.text-color-dark {
    color: #222;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

/* table label */
.dataTables_length {
    margin-left: 0.25rem !important;
}

.hamburger-box {
    height: 0px;
}

@media (max-width: 991px) {
    .custom-col-12 {
        max-width: 50%;
    }
    .hamburger {
        float:right;
    }
}

.text-center {
    text-align: center;
}