﻿/*SKYTRIP CARS CSS */

#pills-home-tab, #pills-profile-tab {
    background: #ddd;
    border: 0;
    border-radius: 0;
    color: #3d3939;
    font-weight: 600;
}

.button_solres {
    background: #04719a;
    border: none;
    box-shadow: 0 4px #08475f, -5px 7px transparent;
    width: 100%;
    font-weight: 500;
    color: #fff;
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
}

.nav-pills-tab .nav-link {
    border-radius: 0;
}

    .nav-pills-tab .nav-link.active,
    .nav-pills-tab .show > .nav-link {
        border-bottom: 3px solid #f60 !important;
        color: #04719a !important;
        background-color: #dddddd !important;
    }

.cabs_icons_car i {
    color: #04719a;
}

#modalLabel {
    color: #04719a;
}

@media (max-width: 975px) {
    .container-fluid {
        width: 100%;
    }

    .loc_address{
        font-size:10px;
    }
    .confirmation-details .row {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0px!important;
    }
}

.custom-dropdown-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.custom-dropdown-icon {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.custom-dropdown {
    width: 100%;
    padding: 10px 10px 10px 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 600;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
    color: #606060;
}
.coupan-main-container {
    margin-top: 5px;
    padding: 0px;
    border-radius: 5px;
}
.coupan-inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.coupan-input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.coupan-btn {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #04719a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.toast-error {
    color: white !important;
    opacity: 1 !important;
}
.toast-success {
    color: white !important;
    opacity: 1 !important;
}
#toast-container.toast-top-center {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}