.comment-card-pp img {
    height: 100px;
    width: 100px;
    object-fit:cover;
    border-radius: 100%;
}
.input-item {
    flex-direction: column !important;
    display: inline-block !important;
    margin-bottom: 12px !important;
}
.error {
    font-size: 12px;
    padding: 4px;
    color: #be2626;
}
.gizle {
    display: none !important;
}
.alert {
    padding: 15px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: flex;
    flex-direction: column;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.awesomplete ul {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 0 !important;
}

.hero-search-bar-input ul li {
    font-family: 'Open Sans', sans-serif !important;

    border-bottom: 1px solid #ddd;
    display: table;
    height: 55px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 18px;
    color: #1e1e1e;
    transition: background .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-search-bar-input ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.partners-logos-item img {
    width: 75% !important;
}

.hero .container {
    gap: 40px!important;
}
.hero {
    padding: 130px 0 272px !important;
}
.icon-text-link {
    font-weight: bold !important;
}
.header-inner-logo img {
    width: 135px;
}
.footer-inner-logo img {
    width: 210px;
}
@media only screen and (max-width: 600px) {
    .awesomplete ul {
        width: 300px !important;
    }

    .hero-search-bar-input ul li {
        border-bottom: 1px solid #ddd;
        white-space: normal;
        height: 30px;
        padding: 10px; /* Örneğin, 10 piksel iç boşluk */
        font-size: 12px; /* Örneğin, 14 piksel font boyutu */
        line-height: 20px; /* Örneğin, 16 piksel satır yüksekliği */

    }
}


.ui-menu-item {
    padding: 10px 9px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.ui-menu-item:hover {
    background-color: aqua;
}
.ui-menu-item p {
    font-size: 11px;
    font-weight: 400;
}
.airport-icon {
    background-image: url(../images/icons/airport-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
    margin-right: 9px;
}
.address-icon {
    background-image: url(../images/icons/address-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
    margin-right: 9px;
}
.ui-widget-content,
.ui-widget.ui-widget-content {
    border: none !important;
}
.calendar-time {
    margin-top: 15px !important;
}

.datepicker-item {
    width: 100%;
    position: relative;
}
.datepicker-item select {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0 12px 0 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
}
.datepicker-item--just-time {
    position: relative;
}
.datepicker-item--just-time::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/icons/arrow-down-icon.svg");
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.datepicker-item--just-time select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* IE11 hide native button */
.datepicker-item--just-time select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .ui-autocomplete {
        width: calc(100% - 80px) !important;
    }
}

@media only screen and (max-width: 768px) {
    .ui-autocomplete {
        width: calc(100% - 65px) !important;
    }
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #45423c;
    background: #fff;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table;
}

.pika-single:after {
    clear: both;
}

.pika-lendar {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 11.2px;
    margin-top: 0;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5.7344px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.pika-label + .pika-label {
    padding-left: 0;
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    background-color: #fff;
    text-indent: 999px;
    overflow: hidden;
    color: transparent;
}

.pika-next:after,
.pika-next:before,
.pika-prev:after,
.pika-prev:before {
    display: block;
    content: " ";
    -webkit-background-size: 10px 16px;
    background-size: 10px 16px;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: 0.2;
}

.pika-prev {
    float: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pika-next {
    float: right;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pika-select {
    display: inline-block;
    font-size: 14px;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #45423c;
    line-height: 1;
    padding: 8.96px 0;
    font-weight: 400;
    text-align: center;
}

.pika-table abbr {
    font-size: 12.44444px;
    border-bottom: none;
    text-decoration: none;
    cursor: default;
}

.pika-table td {
    border: 1px solid #ede9e5;
}

.pika-table .is-disabled {
    opacity: 0.3;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 10px 8px;
    color: #45423c;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background-color: #fff;
}

.pika-button:hover {
    color: #fff;
    background-color: #31cccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-today .pika-button {
    color: #31cccc;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 600;
    background: #31cccc;
    -webkit-box-shadow: inset 0 1px 3px #31cccc;
    box-shadow: inset 0 1px 3px #31cccc;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #b2aea5;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
}

@media (min-width: 480px) {
    .pika-button {
        padding: 10px;
    }
}
.pika-lendar {
    margin: 0 !important;
    padding: 10px !important;
}

.time-popup {
    position: absolute;
    width: 300px;
    background-color: #fff;
    display: none;
    border-radius: 8px;
    z-index: 5;
    align-items: center;
}
.time-popup select {
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 3px !important;
}
.time-popup.active {
    display: flex;
}
.time-popup .top {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.time-popup .top .hour,
.time-popup .top .minute {
    margin: 10px;
}
.close-time-popup {
    padding: 5px 10px;
    cursor: pointer;
    color: #31cccc;
    background-color: #012952;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: auto;
    margin-left: auto;
    margin: 18px 10px 0 10px;
}
.datepicker-item-disabled-button {
    top: -10px !important;
    transform: none !important;
}

@media only screen and (max-width: 768px) {
    .time-popup {
        width: 100% !important;
        justify-content: center;
    }
    .pika-single {
        width: calc(100% - 66px);
    }
}
.car-card-header strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 400px;
}
